From 11d33405eadd3dc14acda23ed4059092ef80acee Mon Sep 17 00:00:00 2001 From: Paul Pflugradt Date: Wed, 20 Apr 2016 06:40:28 +0200 Subject: [PATCH 1/2] Updates --- basic.vue | 21 +++++++++++++++++++++ index.html | 1 + index_bundle.js | 13 +++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 basic.vue create mode 100644 index.html create mode 100644 index_bundle.js diff --git a/basic.vue b/basic.vue new file mode 100644 index 0000000..bf8a610 --- /dev/null +++ b/basic.vue @@ -0,0 +1,21 @@ + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..04cdaec --- /dev/null +++ b/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index_bundle.js b/index_bundle.js new file mode 100644 index 0000000..4d8a3eb --- /dev/null +++ b/index_bundle.js @@ -0,0 +1,13 @@ +!function(t){function e(n){if(i[n])return i[n].exports;var r=i[n]={exports:{},id:n,loaded:!1};return t[n].call(r.exports,r,r.exports,e),r.loaded=!0,r.exports}var i={};return e.m=t,e.c=i,e.p="/",e(0)}([function(t,e,i){t.exports=i(1)},function(t,e,i){Vue=i(13),Vue.config.debug=!0,Router=i(12),Vue.use(Router),router=new Router({history:!1,hashbang:!0}),routes={"/basic":{component:i(7)}},app=Vue.extend({data:function(){return{availableRoutes:routes}}}),router.map(routes),router.on("/",{component:i(4)}),router.afterEach(function(t){document.title=t.to.path+" - vue-dev-server"}),router.start(app,"#app")},function(t,e,i){t.exports={components:{scrollfire:i(8)},methods:{entered:function(){return console.log("div entered view")},enteredOffset:function(){return console.log("div entered view 200px before")},enteredNegativOffset:function(){return console.log("div will enter view in 200px")},enteredAfter:function(){return console.log("div entered view 5sec before")}}}},function(t,e,i){t.exports={props:{multiple:{type:Boolean,"default":!1},offset:{type:Number,"default":0},after:{type:Number,"default":0}},mixins:[i(11),i(9),i(10)],methods:{processScroll:function(){var t;return t=this.$el.getBoundingClientRect().top+this.offset-this.height,this.lastPos>0&&0>=t&&(this.after>0?setTimeout(function(t){return function(){return t.$emit("entered")}}(this),this.after):this.$emit("entered"),this.multiple||setTimeout(this.disposeListener,1)),this.lastPos=t},getHeight:function(){return this.height=this.getViewportSize().height}},compiled:function(){return this.lastPos=Number.MAX_VALUE,this.getHeight(),this.onWindowResize(this.getHeight),this.disposeListener=this.onWindowScroll(this.processScroll)}}},function(t,e,i){i(14).insert("ul.dev-server-nav{list-style-type:none}.dev-server-nav>li{cursor:pointer}.dev-server-nav>li:hover{color:#008cff}");t.exports={props:["availableRoutes"]},t.exports.__esModule&&(t.exports=t.exports["default"]),("function"==typeof t.exports?t.exports.options:t.exports).template='

Available routes:

'},function(t,e){t.exports="
source

open console and scroll down

div
"},function(t,e){t.exports=""},function(t,e,i){var n,r;n=i(2),r=i(5),t.exports=n||{},t.exports.__esModule&&(t.exports=t.exports["default"]),r&&(("function"==typeof t.exports?t.exports.options||(t.exports.options={}):t.exports).template=r)},function(t,e,i){var n,r;n=i(3),r=i(6),t.exports=n||{},t.exports.__esModule&&(t.exports=t.exports["default"]),r&&(("function"==typeof t.exports?t.exports.options||(t.exports.options={}):t.exports).template=r)},function(t,e){(function(){var e;e=function(){var t,e;return null!=window.innerWidth?(e=window,t="inner"):(t="client",e=document.documentElement||document.body),{width:e[t+"Width"],height:e[t+"Height"]}},t.exports={methods:{getViewportSize:e}}}).call(this)},function(t,e){(function(){var e,i,n,r;r=!1,e=[],n=function(){var t;return r?void 0:(t=arguments,r=!0,window.requestAnimationFrame?window.requestAnimationFrame(function(){return i.apply(null,t)}):setTimeout(function(){return i.apply(null,t)},66))},i=function(){var t,i,n;for(i=0,n=e.length;n>i;i++)t=e[i],t.apply(null,arguments);return r=!1},window.addEventListener("resize",n),t.exports={data:function(){return{resizeCbDisposables:[]}},methods:{onWindowResize:function(t){var i;return e.push(t),i=function(){var i;return i=e.indexOf(t),i>-1?e.splice(i,1):void 0},this.resizeCbDisposables.push(i),function(t){return function(){var e;return i(),e=t.resizeCbDisposables.indexOf(i),e>-1?t.resizeCbDisposables.splice(e,1):void 0}}(this)}},beforeDestroy:function(){var t,e,i,n,r;for(i=this.resizeCbDisposables,r=[],t=0,e=i.length;e>t;t++)n=i[t],r.push(n());return r}}}).call(this)},function(t,e){(function(){var e,i,n,r;r=!1,e=[],n=function(){var t;return r?void 0:(t=arguments,r=!0,window.requestAnimationFrame?window.requestAnimationFrame(function(){return i.apply(null,t)}):setTimeout(function(){return i.apply(null,t)},66))},i=function(){var t,i,n;for(i=0,n=e.length;n>i;i++)t=e[i],t.apply(null,arguments);return r=!1},window.addEventListener("scroll",n),t.exports={data:function(){return{scrollCbDisposables:[]}},methods:{onWindowScroll:function(t){var i;return e.push(t),i=function(){var i;return i=e.indexOf(t),i>-1?e.splice(i,1):void 0},this.scrollCbDisposables.push(i),function(t){return function(){var e;return i(),e=t.scrollCbDisposables.indexOf(i),e>-1?t.scrollCbDisposables.splice(e,1):void 0}}(this)}},beforeDestroy:function(){var t,e,i,n,r;for(i=this.scrollCbDisposables,n=[],t=0,e=i.length;e>t;t++)r=i[t],n.push(r());return n}}}).call(this)},function(t,e,i){/*! + * vue-router v0.7.13 + * (c) 2016 Evan You + * Released under the MIT License. + */ +!function(e,i){t.exports=i()}(this,function(){"use strict";function t(t,e,i){this.path=t,this.matcher=e,this.delegate=i}function e(t){this.routes={},this.children={},this.target=t}function i(e,n,r){return function(o,s){var a=e+o;return s?void s(i(a,n,r)):new t(e+o,n,r)}}function n(t,e,i){for(var n=0,r=0,o=t.length;o>r;r++)n+=t[r].path.length;e=e.substr(n);var s={path:e,handler:i};t.push(s)}function r(t,e,i,o){var s=e.routes;for(var a in s)if(s.hasOwnProperty(a)){var h=t.slice();n(h,a,s[a]),e.children[a]?r(h,e.children[a],i,o):i.call(o,h)}}function o(t,n){var o=new e;t(i("",o,this.delegate)),r([],o,function(t){n?n(this,t):this.add(t)},this)}function s(t){U||"undefined"==typeof console||console.error("[vue-router] "+t)}function a(t,e){try{return e?decodeURIComponent(t):decodeURI(t)}catch(i){s("malformed URI"+(e?" component: ":": ")+t)}}function h(t){return"[object Array]"===Object.prototype.toString.call(t)}function l(t){this.string=t}function c(t){this.name=t}function u(t){this.name=t}function f(){}function p(t,e,i){"/"===t.charAt(0)&&(t=t.substr(1));var n=t.split("/"),r=[];i.val="";for(var o=0,s=n.length;s>o;o++){var a,h=n[o];(a=h.match(/^:([^\/]+)$/))?(r.push(new c(a[1])),e.push(a[1]),i.val+="3"):(a=h.match(/^\*([^\/]+)$/))?(r.push(new u(a[1])),i.val+="2",e.push(a[1])):""===h?(r.push(new f),i.val+="1"):(r.push(new l(h)),i.val+="4")}return i.val=+i.val,r}function d(t){this.charSpec=t,this.nextStates=[]}function v(t){return t.sort(function(t,e){return e.specificity.val-t.specificity.val})}function m(t,e){for(var i=[],n=0,r=t.length;r>n;n++){var o=t[n];i=i.concat(o.match(e))}return i}function g(t){this.queryParams=t||{}}function _(t,e,i){for(var n=t.handlers,r=t.regex,o=e.match(r),s=1,a=new g(i),h=0,l=n.length;l>h;h++){for(var c=n[h],u=c.names,f={},p=0,d=u.length;d>p;p++)f[u[p]]=o[s++];a.push({handler:c.handler,params:f,isDynamic:!!u.length})}return a}function y(t,e){return e.eachChar(function(e){t=t.put(e)}),t}function b(t){return t=t.replace(/\+/gm,"%20"),a(t,!0)}function w(t){"undefined"!=typeof console&&console.error("[vue-router] "+t)}function C(t,e,i){var n=t.match(/(\?.*)$/);if(n&&(n=n[1],t=t.slice(0,-n.length)),"?"===e.charAt(0))return t+e;var r=t.split("/");i&&r[r.length-1]||r.pop();for(var o=e.replace(/^\//,"").split("/"),s=0;s can only be used inside a router-enabled app.");this._isDynamicLiteral=!0,i.bind.call(this);for(var e=void 0,n=this.vm;n;){if(n._routerView){e=n._routerView;break}n=n.$parent}if(e)this.parentView=e,e.childView=this;else{var r=t.router;r._rootView=this}var o=t.router._currentTransition;if(!e&&o.done||e&&e.activated){var s=e?e.depth+1:0;N(this,o,s)}},unbind:function(){this.parentView&&(this.parentView.childView=null),i.unbind.call(this)}}),t.elementDirective("router-view",n)}function M(t){function e(t){return t.protocol===location.protocol&&t.hostname===location.hostname&&t.port===location.port}function i(t,e,i){if(e=e.trim(),-1===e.indexOf(" "))return void i(t,e);for(var n=e.split(/\s+/),r=0,o=n.length;o>r;r++)i(t,n[r])}var n=t.util,r=n.bind,o=n.isObject,s=n.addClass,a=n.removeClass,h=t.directive("on").priority,l="__vue-router-link-update__",c=0;t.directive("link-active",{priority:9999,bind:function(){for(var t=this,e=String(c++),i=this.el.querySelectorAll("[v-link]"),n=0,r=i.length;r>n;n++){var o=i[n],s=o.getAttribute(l),a=s?s+","+e:e;o.setAttribute(l,a)}this.vm.$on(l,this.cb=function(i,n){i.activeIds.indexOf(e)>-1&&i.updateClasses(n,t.el)})},unbind:function(){this.vm.$off(l,this.cb)}}),t.directive("link",{priority:h-2,bind:function(){var t=this.vm;if(!t.$route)return void w("v-link can only be used inside a router-enabled app.");this.router=t.$route.router,this.unwatch=t.$watch("$route",r(this.onRouteUpdate,this));var e=this.el.getAttribute(l);e&&(this.el.removeAttribute(l),this.activeIds=e.split(",")),"A"===this.el.tagName&&"_blank"===this.el.getAttribute("target")||(this.handler=r(this.onClick,this),this.el.addEventListener("click",this.handler))},update:function(t){this.target=t,o(t)&&(this.append=t.append,this.exact=t.exact,this.prevActiveClass=this.activeClass,this.activeClass=t.activeClass),this.onRouteUpdate(this.vm.$route)},onClick:function(t){if(!(t.metaKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||0!==t.button)){var i=this.target;if(i)t.preventDefault(),this.router.go(i);else{for(var n=t.target;"A"!==n.tagName&&n!==this.el;)n=n.parentNode;if("A"===n.tagName&&e(n)){t.preventDefault();var r=n.pathname;this.router.history.root&&(r=r.replace(this.router.history.rootRE,"")),this.router.go({path:r,replace:i&&i.replace,append:i&&i.append})}}}},onRouteUpdate:function(t){var e=this.router.stringifyPath(this.target);this.path!==e&&(this.path=e,this.updateActiveMatch(),this.updateHref()),this.activeIds?this.vm.$emit(l,this,t.path):this.updateClasses(t.path,this.el)},updateActiveMatch:function(){this.activeRE=this.path&&!this.exact?new RegExp("^"+this.path.replace(/\/$/,"").replace(st,"").replace(ot,"\\$&")+"(\\/|$)"):null},updateHref:function(){if("A"===this.el.tagName){var t=this.path,e=this.router,i="/"===t.charAt(0),n=t&&("hash"===e.mode||i)?e.history.formatPath(t,this.append):t;n?this.el.href=n:this.el.removeAttribute("href")}},updateClasses:function(t,e){var n=this.activeClass||this.router._linkActiveClass;this.prevActiveClass&&this.prevActiveClass!==n&&i(e,this.prevActiveClass,a);var r=this.path.replace(st,"");t=t.replace(st,""),this.exact?r===t||"/"!==r.charAt(r.length-1)&&r===t.replace(rt,"")?i(e,n,s):i(e,n,a):this.activeRE&&this.activeRE.test(t)?i(e,n,s):i(e,n,a)},unbind:function(){this.el.removeEventListener("click",this.handler),this.unwatch&&this.unwatch()}})}function z(t,e){var i=e.component;ht.util.isPlainObject(i)&&(i=e.component=ht.extend(i)),"function"!=typeof i&&(e.component=null,w('invalid component for route "'+t+'".'))}var I={};I.classCallCheck=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.prototype={to:function(t,e){var i=this.delegate;if(i&&i.willAddRoute&&(t=i.willAddRoute(this.matcher.target,t)),this.matcher.add(this.path,t),e){if(0===e.length)throw new Error("You must have an argument in the function passed to `to`");this.matcher.addChild(this.path,t,e,this.delegate)}return this}},e.prototype={add:function(t,e){this.routes[t]=e},addChild:function(t,n,r,o){var s=new e(n);this.children[t]=s;var a=i(t,s,o);o&&o.contextEntered&&o.contextEntered(n,a),r(a)}};var B=["/",".","*","+","?","|","(",")","[","]","{","}","\\"],W=new RegExp("(\\"+B.join("|\\")+")","g"),U=!1;l.prototype={eachChar:function(t){for(var e,i=this.string,n=0,r=i.length;r>n;n++)e=i.charAt(n),t({validChars:e})},regex:function(){return this.string.replace(W,"\\$1")},generate:function(){return this.string}},c.prototype={eachChar:function(t){t({invalidChars:"/",repeat:!0})},regex:function(){return"([^/]+)"},generate:function(t){var e=t[this.name];return null==e?":"+this.name:e}},u.prototype={eachChar:function(t){t({invalidChars:"",repeat:!0})},regex:function(){return"(.+)"},generate:function(t){var e=t[this.name];return null==e?":"+this.name:e}},f.prototype={eachChar:function(){},regex:function(){return""},generate:function(){return""}},d.prototype={get:function(t){for(var e=this.nextStates,i=0,n=e.length;n>i;i++){var r=e[i],o=r.charSpec.validChars===t.validChars;if(o=o&&r.charSpec.invalidChars===t.invalidChars)return r}},put:function(t){var e;return(e=this.get(t))?e:(e=new d(t),this.nextStates.push(e),t.repeat&&e.nextStates.push(e),e)},match:function(t){for(var e,i,n,r=this.nextStates,o=[],s=0,a=r.length;a>s;s++)e=r[s],i=e.charSpec,"undefined"!=typeof(n=i.validChars)?-1!==n.indexOf(t)&&o.push(e):"undefined"!=typeof(n=i.invalidChars)&&-1===n.indexOf(t)&&o.push(e);return o}};var q=Object.create||function(t){function e(){}return e.prototype=t,new e};g.prototype=q({splice:Array.prototype.splice,slice:Array.prototype.slice,push:Array.prototype.push,length:0,queryParams:null});var Q=function(){this.rootState=new d,this.names={}};Q.prototype={add:function(t,e){for(var i,n=this.rootState,r="^",o={},s=[],a=[],h=!0,l=0,c=t.length;c>l;l++){var u=t[l],d=[],v=p(u.path,d,o);a=a.concat(v);for(var m=0,g=v.length;g>m;m++){var _=v[m];_ instanceof f||(h=!1,n=n.put({validChars:"/"}),r+="/",n=y(n,_),r+=_.regex())}var b={handler:u.handler,names:d};s.push(b)}h&&(n=n.put({validChars:"/"}),r+="/"),n.handlers=s,n.regex=new RegExp(r+"$"),n.specificity=o,(i=e&&e.as)&&(this.names[i]={segments:a,handlers:s})},handlersFor:function(t){var e=this.names[t],i=[];if(!e)throw new Error("There is no route named "+t);for(var n=0,r=e.handlers.length;r>n;n++)i.push(e.handlers[n]);return i},hasRoute:function(t){return!!this.names[t]},generate:function(t,e){var i=this.names[t],n="";if(!i)throw new Error("There is no route named "+t);for(var r=i.segments,o=0,s=r.length;s>o;o++){var a=r[o];a instanceof f||(n+="/",n+=a.generate(e))}return"/"!==n.charAt(0)&&(n="/"+n),e&&e.queryParams&&(n+=this.generateQueryString(e.queryParams)),n},generateQueryString:function(t){var e=[],i=[];for(var n in t)t.hasOwnProperty(n)&&i.push(n);i.sort();for(var r=0,o=i.length;o>r;r++){n=i[r];var s=t[n];if(null!=s){var a=encodeURIComponent(n);if(h(s))for(var l=0,c=s.length;c>l;l++){var u=n+"[]="+encodeURIComponent(s[l]);e.push(u)}else a+="="+encodeURIComponent(s),e.push(a)}}return 0===e.length?"":"?"+e.join("&")},parseQueryString:function(t){for(var e=t.split("&"),i={},n=0;n2&&"[]"===s.slice(a-2)&&(h=!0,s=s.slice(0,a-2),i[s]||(i[s]=[])),r=o[1]?b(o[1]):""),h?i[s].push(r):i[s]=r}return i},recognize:function(t,e){U=e;var i,n,r,o,s=[this.rootState],h={},l=!1;if(o=t.indexOf("?"),-1!==o){var c=t.substr(o+1,t.length);t=t.substr(0,o),c&&(h=this.parseQueryString(c))}if(t=a(t)){for("/"!==t.charAt(0)&&(t="/"+t),i=t.length,i>1&&"/"===t.charAt(i-1)&&(t=t.substr(0,i-1),l=!0),n=0,r=t.length;r>n&&(s=m(s,t.charAt(n)),s.length);n++);var u=[];for(n=0,r=s.length;r>n;n++)s[n].handlers&&u.push(s[n]);s=v(u);var f=u[0];return f&&f.handlers?(l&&"(.+)$"===f.regex.source.slice(-5)&&(t+="/"),_(f,t,h)):void 0}}},Q.prototype.map=o;var J=Q.prototype.generateQueryString,G={},K=void 0,X=/#.*$/,Y=function(){function t(e){var i=e.root,n=e.onChange;I.classCallCheck(this,t),i&&"/"!==i?("/"!==i.charAt(0)&&(i="/"+i),this.root=i.replace(/\/$/,""),this.rootRE=new RegExp("^\\"+this.root)):this.root=null,this.onChange=n;var r=document.querySelector("base");this.base=r&&r.getAttribute("href")}return t.prototype.start=function(){var t=this;this.listener=function(e){var i=location.pathname+location.search;t.root&&(i=i.replace(t.rootRE,"")),t.onChange(i,e&&e.state,location.hash)},window.addEventListener("popstate",this.listener),this.listener()},t.prototype.stop=function(){window.removeEventListener("popstate",this.listener)},t.prototype.go=function(t,e,i){var n=this.formatPath(t,i);e?history.replaceState({},"",n):(history.replaceState({pos:{x:window.pageXOffset,y:window.pageYOffset}},"",location.href),history.pushState({},"",n));var r=t.match(X),o=r&&r[0];t=n.replace(X,"").replace(this.rootRE,""),this.onChange(t,null,o)},t.prototype.formatPath=function(t,e){return"/"===t.charAt(0)?this.root?this.root+"/"+t.replace(/^\//,""):t:C(this.base||location.pathname,t,e)},t}(),Z=function(){function t(e){var i=e.hashbang,n=e.onChange;I.classCallCheck(this,t),this.hashbang=i,this.onChange=n}return t.prototype.start=function(){var t=this;this.listener=function(){var e=location.hash,i=e.replace(/^#!?/,"");"/"!==i.charAt(0)&&(i="/"+i);var n=t.formatPath(i);if(n!==e)return void location.replace(n);var r=location.search&&e.indexOf("?")>-1?"&"+location.search.slice(1):location.search;t.onChange(e.replace(/^#!?/,"")+r)},window.addEventListener("hashchange",this.listener),this.listener()},t.prototype.stop=function(){window.removeEventListener("hashchange",this.listener)},t.prototype.go=function(t,e,i){t=this.formatPath(t,i),e?location.replace(t):location.hash=t},t.prototype.formatPath=function(t,e){var i="/"===t.charAt(0),n="#"+(this.hashbang?"!":"");return i?n+t:n+C(location.hash.replace(/^#!?/,""),t,e)},t}(),tt=function(){function t(e){var i=e.onChange;I.classCallCheck(this,t),this.onChange=i,this.currentPath="/"}return t.prototype.start=function(){this.onChange("/")},t.prototype.stop=function(){},t.prototype.go=function(t,e,i){t=this.currentPath=this.formatPath(t,i),this.onChange(t)},t.prototype.formatPath=function(t,e){return"/"===t.charAt(0)?t:C(this.currentPath,t,e)},t}(),et=function(){function t(e,i,n){I.classCallCheck(this,t),this.router=e,this.to=i,this.from=n,this.next=null,this.aborted=!1,this.done=!1}return t.prototype.abort=function(){if(!this.aborted){this.aborted=!0;var t=!this.from.path&&"/"===this.to.path;t||this.router.replace(this.from.path||"/")}},t.prototype.redirect=function(t){this.aborted||(this.aborted=!0,"string"==typeof t?t=A(t,this.to.params,this.to.query):(t.params=t.params||this.to.params,t.query=t.query||this.to.query),this.router.replace(t))},t.prototype.start=function(t){for(var e=this,i=[],n=this.router._rootView;n;)i.unshift(n),n=n.childView;var r=i.slice().reverse(),o=this.activateQueue=V(this.to.matched).map(function(t){return t.handler}),s=void 0,a=void 0;for(s=0;s0&&(a=r.slice(0,s),i=r.slice(s).reverse(),o=o.slice(s)),e.runQueue(i,T,function(){e.runQueue(o,E,function(){e.runQueue(i,R,function(){if(e.router._onTransitionValidated(e),a&&a.forEach(function(t){return j(t,e)}),i.length){var n=i[i.length-1],r=a?a.length:0;N(n,e,r,t)}else t()})})})},t.prototype.runQueue=function(t,e,i){function n(o){o>=t.length?i():e(t[o],r,function(){n(o+1)})}var r=this;n(0)},t.prototype.callHook=function(t,e,i){var n=arguments.length<=3||void 0===arguments[3]?{}:arguments[3],r=n.expectBoolean,o=void 0===r?!1:r,s=n.postActivate,a=void 0===s?!1:s,h=n.processData,l=n.cleanup,c=this,u=!1,f=function(){l&&l(),c.abort()},p=function(t){if(a?v():f(),t&&!c.router._suppress)throw w("Uncaught error during transition: "),t instanceof Error?t:new Error(t)},d=function(t){try{p(t)}catch(e){setTimeout(function(){throw e},0)}},v=function(){return u?void w("transition.next() should be called only once."):(u=!0,c.aborted?void(l&&l()):void(i&&i()))},m=function(e){"boolean"==typeof e?e?v():f():$(e)?e.then(function(t){t?v():f()},d):t.length||v()},g=function(t){var e=void 0;try{e=h(t)}catch(i){return p(i)}$(e)?e.then(v,d):v()},_={to:c.to,from:c.from,abort:f,next:h?g:v,redirect:function(){c.redirect.apply(c,arguments)}},y=void 0;try{y=t.call(e,_)}catch(b){return p(b)}o?m(y):$(y)?h?y.then(g,d):y.then(v,d):h&&F(y)?g(y):t.length||v()},t.prototype.callHooks=function(t,e,i,n){var r=this;Array.isArray(t)?this.runQueue(t,function(t,i,o){r.aborted||r.callHook(t,e,o,n)},i):this.callHook(t,e,i,n)},t}(),it=/^(component|subRoutes|fullPath)$/,nt=function ct(t,e){var i=this;I.classCallCheck(this,ct);var n=e._recognizer.recognize(t);n&&([].forEach.call(n,function(t){for(var e in t.handler)it.test(e)||(i[e]=t.handler[e])}),this.query=n.queryParams,this.params=[].reduce.call(n,function(t,e){if(e.params)for(var i in e.params)t[i]=e.params[i];return t},{})),this.path=t,this.matched=n||e._notFoundHandler,Object.defineProperty(this,"router",{enumerable:!1,value:e}),Object.freeze(this)},rt=/\/$/,ot=/[-.*+?^${}()|[\]\/\\]/g,st=/\?.*$/,at={"abstract":tt,hash:Z,html5:Y},ht=void 0,lt=function(){function t(){var e=this,i=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],n=i.hashbang,r=void 0===n?!0:n,o=i["abstract"],s=void 0===o?!1:o,a=i.history,h=void 0===a?!1:a,l=i.saveScrollPosition,c=void 0===l?!1:l,u=i.transitionOnLoad,f=void 0===u?!1:u,p=i.suppressTransitionError,d=void 0===p?!1:p,v=i.root,m=void 0===v?null:v,g=i.linkActiveClass,_=void 0===g?"v-link-active":g;if(I.classCallCheck(this,t),!t.installed)throw new Error("Please install the Router with Vue.use() before creating an instance.");this.app=null,this._children=[],this._recognizer=new Q,this._guardRecognizer=new Q,this._started=!1,this._startCb=null,this._currentRoute={},this._currentTransition=null,this._previousTransition=null,this._notFoundHandler=null,this._notFoundRedirect=null,this._beforeEachHooks=[],this._afterEachHooks=[],this._rendered=!1,this._transitionOnLoad=f,this._root=m,this._abstract=s,this._hashbang=r;var y="undefined"!=typeof window&&window.history&&window.history.pushState;this._history=h&&y,this._historyFallback=h&&!y;var b=ht.util.inBrowser;this.mode=!b||this._abstract?"abstract":this._history?"html5":"hash";var w=at[this.mode];this.history=new w({root:m,hashbang:this._hashbang,onChange:function(t,i,n){e._match(t,i,n)}}),this._saveScrollPosition=c,this._linkActiveClass=_,this._suppress=d}return t.prototype.map=function(t){for(var e in t)this.on(e,t[e]);return this},t.prototype.on=function(t,e){return"*"===t?this._notFound(e):this._addRoute(t,e,[]),this},t.prototype.redirect=function(t){for(var e in t)this._addRedirect(e,t[e]);return this},t.prototype.alias=function(t){for(var e in t)this._addAlias(e,t[e]);return this},t.prototype.beforeEach=function(t){return this._beforeEachHooks.push(t),this},t.prototype.afterEach=function(t){return this._afterEachHooks.push(t),this},t.prototype.go=function(t){var e=!1,i=!1;ht.util.isObject(t)&&(e=t.replace,i=t.append),t=this.stringifyPath(t),t&&this.history.go(t,e,i)},t.prototype.replace=function(t){"string"==typeof t&&(t={path:t}),t.replace=!0,this.go(t)},t.prototype.start=function(t,e,i){if(this._started)return void w("already started.");if(this._started=!0,this._startCb=i,!this.app){if(!t||!e)throw new Error("Must start vue-router with a component and a root container.");if(t instanceof ht)throw new Error("Must start vue-router with a component, not a Vue instance.");this._appContainer=e;var n=this._appConstructor="function"==typeof t?t:ht.extend(t);n.options.name=n.options.name||"RouterApp"}if(this._historyFallback){var r=window.location,o=new Y({root:this._root}),s=o.root?r.pathname.replace(o.rootRE,""):r.pathname;if(s&&"/"!==s)return void r.assign((o.root||"")+"/"+this.history.formatPath(s)+r.search)}this.history.start()},t.prototype.stop=function(){this.history.stop(),this._started=!1},t.prototype.stringifyPath=function(t){var e="";if(t&&"object"==typeof t){if(t.name){var i=ht.util.extend,n=this._currentTransition&&this._currentTransition.to.params,r=t.params||{},o=n?i(i({},n),r):r;e=encodeURI(this._recognizer.generate(t.name,o))}else t.path&&(e=encodeURI(t.path));if(t.query){var s=this._recognizer.generateQueryString(t.query);e+=e.indexOf("?")>-1?"&"+s.slice(1):s}}else e=encodeURI(t?t+"":"");return e},t.prototype._addRoute=function(t,e,i){if(z(t,e),e.path=t,e.fullPath=(i.reduce(function(t,e){return t+e.path},"")+t).replace("//","/"),i.push({path:t,handler:e}),this._recognizer.add(i,{as:e.name}),e.subRoutes)for(var n in e.subRoutes)this._addRoute(n,e.subRoutes[n],i.slice())},t.prototype._notFound=function(t){z("*",t),this._notFoundHandler=[{handler:t}]},t.prototype._addRedirect=function(t,e){"*"===t?this._notFoundRedirect=e:this._addGuard(t,e,this.replace)},t.prototype._addAlias=function(t,e){this._addGuard(t,e,this._match)},t.prototype._addGuard=function(t,e,i){var n=this;this._guardRecognizer.add([{path:t,handler:function(t,r){var o=A(e,t.params,r);i.call(n,o)}}])},t.prototype._checkGuard=function(t){var e=this._guardRecognizer.recognize(t,!0);return e?(e[0].handler(e[0],e.queryParams),!0):this._notFoundRedirect&&(e=this._recognizer.recognize(t),!e)?(this.replace(this._notFoundRedirect),!0):void 0},t.prototype._match=function(t,e,i){var n=this;if(!this._checkGuard(t)){var r=this._currentRoute,o=this._currentTransition;if(o){if(o.to.path===t)return;if(r.path===t)return o.aborted=!0,void(this._currentTransition=this._prevTransition);o.aborted=!0}var s=new nt(t,this),a=new et(this,s,r);this._prevTransition=o,this._currentTransition=a,this.app||!function(){var t=n;n.app=new n._appConstructor({el:n._appContainer,created:function(){this.$router=t},_meta:{$route:s}})}();var h=this._beforeEachHooks,l=function(){a.start(function(){n._postTransition(s,e,i)})};h.length?a.runQueue(h,function(t,e,i){a===n._currentTransition&&a.callHook(t,null,i,{expectBoolean:!0})},l):l(),!this._rendered&&this._startCb&&this._startCb.call(null),this._rendered=!0}},t.prototype._onTransitionValidated=function(t){var e=this._currentRoute=t.to;this.app.$route!==e&&(this.app.$route=e,this._children.forEach(function(t){t.$route=e})),this._afterEachHooks.length&&this._afterEachHooks.forEach(function(e){return e.call(null,{to:t.to,from:t.from})}),this._currentTransition.done=!0},t.prototype._postTransition=function(t,e,i){var n=e&&e.pos;n&&this._saveScrollPosition?ht.nextTick(function(){window.scrollTo(n.x,n.y)}):i&&ht.nextTick(function(){var t=document.getElementById(i.slice(1));t&&window.scrollTo(window.scrollX,t.offsetTop)})},t}();return lt.installed=!1,lt.install=function(t){return lt.installed?void w("already installed."):(ht=t,H(ht),L(ht),M(ht),G.Vue=ht,void(lt.installed=!0))},"undefined"!=typeof window&&window.Vue&&window.Vue.use(lt),lt})},function(t,e,i){(function(e){/*! + * Vue.js v1.0.21 + * (c) 2016 Evan You + * Released under the MIT License. + */ +"use strict";function i(t,e,n){if(r(t,e))return void(t[e]=n);if(t._isVue)return void i(t._data,e,n);var o=t.__ob__;if(!o)return void(t[e]=n);if(o.convert(e,n),o.dep.notify(),o.vms)for(var s=o.vms.length;s--;){var a=o.vms[s];a._proxy(e),a._digest()}return n}function n(t,e){if(r(t,e)){delete t[e];var i=t.__ob__;if(i&&(i.dep.notify(),i.vms))for(var n=i.vms.length;n--;){var o=i.vms[n];o._unproxy(e),o._digest()}}}function r(t,e){return Oi.call(t,e)}function o(t){return Ti.test(t)}function s(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function a(t){return null==t?"":t.toString()}function h(t){if("string"!=typeof t)return t;var e=Number(t);return isNaN(e)?t:e}function l(t){return"true"===t?!0:"false"===t?!1:t}function c(t){var e=t.charCodeAt(0),i=t.charCodeAt(t.length-1);return e!==i||34!==e&&39!==e?t:t.slice(1,-1)}function u(t){return t.replace(Ei,f)}function f(t,e){return e?e.toUpperCase():""}function p(t){return t.replace(Ri,"$1-$2").toLowerCase()}function d(t){return t.replace(Ni,f)}function v(t,e){return function(i){var n=arguments.length;return n?n>1?t.apply(e,arguments):t.call(e,i):t.call(e)}}function m(t,e){e=e||0;for(var i=t.length-e,n=new Array(i);i--;)n[i]=t[i+e];return n}function g(t,e){for(var i=Object.keys(e),n=i.length;n--;)t[i[n]]=e[i[n]];return t}function _(t){return null!==t&&"object"==typeof t}function y(t){return ji.call(t)===Si}function b(t,e,i,n){Object.defineProperty(t,e,{value:i,enumerable:!!n,writable:!0,configurable:!0})}function w(t,e){var i,n,r,o,s,a=function h(){var a=Date.now()-o;e>a&&a>=0?i=setTimeout(h,e-a):(i=null,s=t.apply(r,n),i||(r=n=null))};return function(){return r=this,n=arguments,o=Date.now(),i||(i=setTimeout(a,e)),s}}function C(t,e){for(var i=t.length;i--;)if(t[i]===e)return i;return-1}function $(t){var e=function i(){return i.cancelled?void 0:t.apply(this,arguments)};return e.cancel=function(){e.cancelled=!0},e}function k(t,e){return t==e||(_(t)&&_(e)?JSON.stringify(t)===JSON.stringify(e):!1)}function x(t){this.size=0,this.limit=t,this.head=this.tail=void 0,this._keymap=Object.create(null)}function A(){var t,e=Gi.slice(en,Zi).trim();if(e){t={};var i=e.match(ln);t.name=i[0],i.length>1&&(t.args=i.slice(1).map(O))}t&&(Ki.filters=Ki.filters||[]).push(t),en=Zi+1}function O(t){if(cn.test(t))return{value:h(t),dynamic:!1};var e=c(t),i=e===t;return{value:i?t:e,dynamic:i}}function T(t){var e=hn.get(t);if(e)return e;for(Gi=t,nn=rn=!1,on=sn=an=0,en=0,Ki={},Zi=0,tn=Gi.length;tn>Zi;Zi++)if(Yi=Xi,Xi=Gi.charCodeAt(Zi),nn)39===Xi&&92!==Yi&&(nn=!nn);else if(rn)34===Xi&&92!==Yi&&(rn=!rn);else if(124===Xi&&124!==Gi.charCodeAt(Zi+1)&&124!==Gi.charCodeAt(Zi-1))null==Ki.expression?(en=Zi+1,Ki.expression=Gi.slice(0,Zi).trim()):A();else switch(Xi){case 34:rn=!0;break;case 39:nn=!0;break;case 40:an++;break;case 41:an--;break;case 91:sn++;break;case 93:sn--;break;case 123:on++;break;case 125:on--}return null==Ki.expression?Ki.expression=Gi.slice(0,Zi).trim():0!==en&&A(),hn.put(t,Ki),Ki}function E(t){return t.replace(fn,"\\$&")}function R(){var t=E(bn.delimiters[0]),e=E(bn.delimiters[1]),i=E(bn.unsafeDelimiters[0]),n=E(bn.unsafeDelimiters[1]);dn=new RegExp(i+"((?:.|\\n)+?)"+n+"|"+t+"((?:.|\\n)+?)"+e,"g"),vn=new RegExp("^"+i+".*"+n+"$"),pn=new x(1e3)}function N(t){pn||R();var e=pn.get(t);if(e)return e;if(!dn.test(t))return null;for(var i,n,r,o,s,a,h=[],l=dn.lastIndex=0;i=dn.exec(t);)n=i.index,n>l&&h.push({value:t.slice(l,n)}),r=vn.test(i[0]),o=r?i[1]:i[2],s=o.charCodeAt(0),a=42===s,o=a?o.slice(1):o,h.push({tag:!0,value:o.trim(),html:r,oneTime:a}),l=n+i[0].length;return l1?t.map(function(t){return S(t,e)}).join("+"):S(t[0],e,!0)}function S(t,e,i){return t.tag?t.oneTime&&e?'"'+e.$eval(t.value)+'"':P(t.value,i):'"'+t.value+'"'}function P(t,e){if(mn.test(t)){var i=T(t);return i.filters?"this._applyFilters("+i.expression+",null,"+JSON.stringify(i.filters)+",false)":"("+t+")"}return e?t:"("+t+")"}function D(t,e,i,n){H(t,1,function(){e.appendChild(t)},i,n)}function F(t,e,i,n){H(t,1,function(){W(t,e)},i,n)}function V(t,e,i){H(t,-1,function(){q(t)},e,i)}function H(t,e,i,n,r){var o=t.__v_trans;if(!o||!o.hooks&&!Ii||!n._isCompiled||n.$parent&&!n.$parent._isCompiled)return i(),void(r&&r());var s=e>0?"enter":"leave";o[s](i,r)}function L(t){if("string"==typeof t){t=document.querySelector(t)}return t}function M(t){var e=document.documentElement,i=t&&t.parentNode;return e===t||e===i||!(!i||1!==i.nodeType||!e.contains(i))}function z(t,e){var i=t.getAttribute(e);return null!==i&&t.removeAttribute(e),i}function I(t,e){var i=z(t,":"+e);return null===i&&(i=z(t,"v-bind:"+e)),i}function B(t,e){return t.hasAttribute(e)||t.hasAttribute(":"+e)||t.hasAttribute("v-bind:"+e)}function W(t,e){e.parentNode.insertBefore(t,e)}function U(t,e){e.nextSibling?W(t,e.nextSibling):e.parentNode.appendChild(t)}function q(t){t.parentNode.removeChild(t)}function Q(t,e){e.firstChild?W(t,e.firstChild):e.appendChild(t)}function J(t,e){var i=t.parentNode;i&&i.replaceChild(e,t)}function G(t,e,i,n){t.addEventListener(e,i,n)}function K(t,e,i){t.removeEventListener(e,i)}function X(t){var e=t.className;return"object"==typeof e&&(e=e.baseVal||""),e}function Y(t,e){Li&&!/svg$/.test(t.namespaceURI)?t.className=e:t.setAttribute("class",e)}function Z(t,e){if(t.classList)t.classList.add(e);else{var i=" "+X(t)+" ";i.indexOf(" "+e+" ")<0&&Y(t,(i+e).trim())}}function tt(t,e){if(t.classList)t.classList.remove(e);else{for(var i=" "+X(t)+" ",n=" "+e+" ";i.indexOf(n)>=0;)i=i.replace(n," ");Y(t,i.trim())}t.className||t.removeAttribute("class")}function et(t,e){var i,n;if(rt(t)&<(t.content)&&(t=t.content),t.hasChildNodes())for(it(t),n=e?document.createDocumentFragment():document.createElement("div");i=t.firstChild;)n.appendChild(i);return n}function it(t){for(var e;e=t.firstChild,nt(e);)t.removeChild(e);for(;e=t.lastChild,nt(e);)t.removeChild(e)}function nt(t){return t&&(3===t.nodeType&&!t.data.trim()||8===t.nodeType)}function rt(t){return t.tagName&&"template"===t.tagName.toLowerCase()}function ot(t,e){var i=bn.debug?document.createComment(t):document.createTextNode(e?" ":"");return i.__v_anchor=!0,i}function st(t){if(t.hasAttributes())for(var e=t.attributes,i=0,n=e.length;n>i;i++){var r=e[i].name;if($n.test(r))return u(r.replace($n,""))}}function at(t,e,i){for(var n;t!==e;)n=t.nextSibling,i(t),t=n;i(e)}function ht(t,e,i,n,r){function o(){if(a++,s&&a>=h.length){for(var t=0;tr;r++){var s=n[r];kn.test(s)||xn.test(s)||(e=i[s],y(e)&&(i[s]=wi.extend(e)))}}function mt(t){var e,i,n=t.props;if(Pi(n))for(t.props={},e=n.length;e--;)i=n[e],"string"==typeof i?t.props[i]=null:i.name&&(t.props[i.name]=i);else if(y(n)){var r=Object.keys(n);for(e=r.length;e--;)i=n[r[e]],"function"==typeof i&&(n[r[e]]={type:i})}}function gt(t){if(Pi(t)){for(var e,i={},n=t.length;n--;){e=t[n];var r="function"==typeof e?e.options&&e.options.name||e.id:e.name||e.id;r&&(i[r]=e)}return i}return t}function _t(t,e,i){function n(n){var r=An[n]||On;s[n]=r(t[n],e[n],i,n)}vt(e),mt(e);var o,s={};if(e.mixins)for(var a=0,h=e.mixins.length;h>a;a++)t=_t(t,e.mixins[a],i);for(o in t)n(o);for(o in e)r(t,o)||n(o);return s}function yt(t,e,i,n){if("string"==typeof i){var r,o=t[e],s=o[i]||o[r=u(i)]||o[r.charAt(0).toUpperCase()+r.slice(1)];return s}}function bt(){this.id=Tn++,this.subs=[]}function wt(t){jn=!1,t(),jn=!0}function Ct(t){if(this.value=t,this.dep=new bt,b(t,"__ob__",this),Pi(t)){var e=Di?$t:kt;e(t,Rn,Nn),this.observeArray(t)}else this.walk(t)}function $t(t,e){t.__proto__=e}function kt(t,e,i){for(var n=0,r=i.length;r>n;n++){var o=i[n];b(t,o,e[o])}}function xt(t,e){if(t&&"object"==typeof t){var i;return r(t,"__ob__")&&t.__ob__ instanceof Ct?i=t.__ob__:jn&&(Pi(t)||y(t))&&Object.isExtensible(t)&&!t._isVue&&(i=new Ct(t)),i&&e&&i.addVm(e),i}}function At(t,e,i){var n=new bt,r=Object.getOwnPropertyDescriptor(t,e);if(!r||r.configurable!==!1){var o=r&&r.get,s=r&&r.set,a=xt(i);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=o?o.call(t):i;if(bt.target&&(n.depend(),a&&a.dep.depend(),Pi(e)))for(var r,s=0,h=e.length;h>s;s++)r=e[s],r&&r.__ob__&&r.__ob__.dep.depend();return e},set:function(e){var r=o?o.call(t):i;e!==r&&(s?s.call(t,e):i=e,a=xt(e),n.notify())}})}}function Ot(t){t.prototype._init=function(t){t=t||{},this.$el=null,this.$parent=t.parent,this.$root=this.$parent?this.$parent.$root:this,this.$children=[],this.$refs={},this.$els={},this._watchers=[],this._directives=[],this._uid=Pn++,this._isVue=!0,this._events={},this._eventsCount={},this._isFragment=!1,this._fragment=this._fragmentStart=this._fragmentEnd=null,this._isCompiled=this._isDestroyed=this._isReady=this._isAttached=this._isBeingDestroyed=this._vForRemoving=!1,this._unlinkFn=null,this._context=t._context||this.$parent,this._scope=t._scope,this._frag=t._frag,this._frag&&this._frag.children.push(this),this.$parent&&this.$parent.$children.push(this),t=this.$options=_t(this.constructor.options,t,this),this._updateRef(),this._data={},this._runtimeData=t.data,this._callHook("init"),this._initState(),this._initEvents(),this._callHook("created"),t.el&&this.$mount(t.el)}}function Tt(t){if(void 0===t)return"eof";var e=t.charCodeAt(0);switch(e){case 91:case 93:case 46:case 34:case 39:case 48:return t;case 95:case 36:return"ident";case 32:case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return e>=97&&122>=e||e>=65&&90>=e?"ident":e>=49&&57>=e?"number":"else"}function Et(t){var e=t.trim();return"0"===t.charAt(0)&&isNaN(t)?!1:o(e)?c(e):"*"+e}function Rt(t){function e(){var e=t[c+1];return u===Un&&"'"===e||u===qn&&'"'===e?(c++,n="\\"+e,p[Fn](),!0):void 0}var i,n,r,o,s,a,h,l=[],c=-1,u=Mn,f=0,p=[];for(p[Vn]=function(){void 0!==r&&(l.push(r),r=void 0)},p[Fn]=function(){void 0===r?r=n:r+=n},p[Hn]=function(){p[Fn](),f++},p[Ln]=function(){if(f>0)f--,u=Wn,p[Fn]();else{if(f=0,r=Et(r),r===!1)return!1;p[Vn]()}};null!=u;)if(c++,i=t[c],"\\"!==i||!e()){if(o=Tt(i),h=Gn[u],s=h[o]||h["else"]||Jn,s===Jn)return;if(u=s[0],a=p[s[1]],a&&(n=s[2],n=void 0===n?i:n,a()===!1))return;if(u===Qn)return l.raw=t,l}}function Nt(t){var e=Dn.get(t);return e||(e=Rt(t),e&&Dn.put(t,e)),e}function jt(t,e){return Mt(e).get(t)}function St(t,e,n){var r=t;if("string"==typeof e&&(e=Rt(e)),!e||!_(t))return!1;for(var o,s,a=0,h=e.length;h>a;a++)o=t,s=e[a],"*"===s.charAt(0)&&(s=Mt(s.slice(1)).get.call(r,r)),h-1>a?(t=t[s],_(t)||(t={},i(o,s,t))):Pi(t)?t.$set(s,n):s in t?t[s]=n:i(t,s,n);return!0}function Pt(t,e){var i=cr.length;return cr[i]=e?t.replace(rr,"\\n"):t,'"'+i+'"'}function Dt(t){var e=t.charAt(0),i=t.slice(1);return tr.test(i)?t:(i=i.indexOf('"')>-1?i.replace(sr,Ft):i,e+"scope."+i)}function Ft(t,e){return cr[e]}function Vt(t){ir.test(t),cr.length=0;var e=t.replace(or,Pt).replace(nr,"");return e=(" "+e).replace(hr,Dt).replace(sr,Ft),Ht(e)}function Ht(t){try{return new Function("scope","return "+t+";")}catch(e){}}function Lt(t){var e=Nt(t);return e?function(t,i){St(t,e,i)}:void 0}function Mt(t,e){t=t.trim();var i=Yn.get(t);if(i)return e&&!i.set&&(i.set=Lt(i.exp)),i;var n={exp:t};return n.get=zt(t)&&t.indexOf("[")<0?Ht("scope."+t):Vt(t),e&&(n.set=Lt(t)),Yn.put(t,n),n}function zt(t){return ar.test(t)&&!lr.test(t)&&"Math."!==t.slice(0,5)}function It(){fr=[],pr=[],dr={},vr={},mr=gr=!1}function Bt(){Wt(fr),gr=!0,Wt(pr),Vi&&bn.devtools&&Vi.emit("flush"),It()}function Wt(t){for(Kn=0;Kn0){var s=o+(n?e:ct(e));r=Er.get(s),r||(r=De(i,t.$options,!0),Er.put(s,r))}else r=De(i,t.$options,!0);this.linker=r}function ae(t,e,i){var n=t.node.previousSibling;if(n){for(t=n.__v_frag;!(t&&t.forId===i&&t.inserted||n===e);){if(n=n.previousSibling,!n)return;t=n.__v_frag}return t}}function he(t){var e=t.node;if(t.end)for(;!e.__vue__&&e!==t.end&&e.nextSibling;)e=e.nextSibling;return e.__vue__}function le(t){for(var e=-1,i=new Array(Math.floor(t));++ea;a++)if(n=t.options[a],o=i?n.hasAttribute("selected"):n.selected){if(r=n.hasOwnProperty("_value")?n._value:n.value,!e)return r;s.push(r)}return s}function ue(t,e){for(var i=t.length;i--;)if(k(t[i],e))return i;return-1}function fe(t,e){var i=e.map(function(t){var e=t.charCodeAt(0);return e>47&&58>e?parseInt(t,10):1===t.length&&(e=t.toUpperCase().charCodeAt(0),e>64&&91>e)?e:Kr[t]});return i=[].concat.apply([],i),function(e){return i.indexOf(e.keyCode)>-1?t.call(this,e):void 0}}function pe(t){return function(e){return e.stopPropagation(),t.call(this,e)}}function de(t){return function(e){return e.preventDefault(),t.call(this,e)}}function ve(t){return function(e){return e.target===e.currentTarget?t.call(this,e):void 0}}function me(t){if(eo[t])return eo[t];var e=ge(t);return eo[t]=eo[e]=e,e}function ge(t){t=p(t);var e=u(t),i=e.charAt(0).toUpperCase()+e.slice(1);io||(io=document.createElement("div"));for(var n,r=Yr.length;r--;)if(n=Zr[r]+i,n in io.style)return{kebab:Yr[r]+t,camel:n};return e in io.style?{kebab:t,camel:e}:void 0}function _e(t,e){for(var i=Object.keys(e),n=0,r=i.length;r>n;n++){var o=i[n];e[o]&&be(t,o,Z)}}function ye(t){for(var e={},i=t.trim().split(/\s+/),n=0,r=i.length;r>n;n++)e[i[n]]=!0;return e}function be(t,e,i){if(e=e.trim(),-1===e.indexOf(" "))return void i(t,e);for(var n=e.split(/\s+/),r=0,o=n.length;o>r;r++)i(t,n[r])}function we(t,e,i){function n(){++o>=r?i():t[o].call(e,n)}var r=t.length,o=0;t[0].call(e,n)}function Ce(t,e,i){for(var n,r,s,a,h,l,c,f=[],d=Object.keys(e),v=d.length;v--;)if(r=d[v],n=e[r]||yo,h=u(r),bo.test(h)){if(c={name:r,path:h,options:n,mode:_o.ONE_WAY,raw:null},s=p(r),null===(a=I(t,s))&&(null!==(a=I(t,s+".sync"))?c.mode=_o.TWO_WAY:null!==(a=I(t,s+".once"))&&(c.mode=_o.ONE_TIME)),null!==a)c.raw=a,l=T(a),a=l.expression,c.filters=l.filters,o(a)&&!l.filters?c.optimizedLiteral=!0:c.dynamic=!0,c.parentPath=a;else if(null!==(a=z(t,s)))c.raw=a;else;f.push(c)}return $e(f)}function $e(t){return function(e,i){e._props={};for(var n,r,o,s,a,u=t.length;u--;)if(n=t[u],a=n.raw,r=n.path,o=n.options,e._props[r]=n,null===a)xe(e,n,void 0);else if(n.dynamic)n.mode===_o.ONE_TIME?(s=(i||e._context||e).$get(n.parentPath),xe(e,n,s)):e._context?e._bindDir({name:"prop",def:Co,prop:n},null,null,i):xe(e,n,e.$get(n.parentPath));else if(n.optimizedLiteral){var f=c(a);s=f===a?l(h(a)):f,xe(e,n,s)}else s=o.type!==Boolean||""!==a&&a!==p(n.name)?a:!0,xe(e,n,s)}}function ke(t,e,i,n){var r=e.dynamic&&zt(e.parentPath),o=i;void 0===o&&(o=Oe(t,e)),o=Ee(e,o);var s=o!==i;Te(e,o,t)||(o=void 0),r&&!s?wt(function(){n(o)}):n(o)}function xe(t,e,i){ke(t,e,i,function(i){At(t,e.path,i)})}function Ae(t,e,i){ke(t,e,i,function(i){t[e.path]=i})}function Oe(t,e){var i=e.options;if(!r(i,"default"))return i.type===Boolean?!1:void 0;var n=i["default"];return _(n),"function"==typeof n&&i.type!==Function?n.call(t):n}function Te(t,e,i){if(!t.options.required&&(null===t.raw||null==e))return!0;var n=t.options,r=n.type,o=!r,s=[];if(r){Pi(r)||(r=[r]);for(var a=0;ar;r++)n[r]._bind();return n}function Ve(t,e){return t=t.descriptor.def.priority||Lo,e=e.descriptor.def.priority||Lo,t>e?-1:t===e?0:1}function He(t,e,i,n){function r(r){Le(t,e,r),i&&n&&Le(i,n)}return r.dirs=e,r}function Le(t,e,i){for(var n=e.length;n--;)e[n]._teardown()}function Me(t,e,i,n){var r=Ce(e,i,t),o=Fe(function(){r(t,n)},t);return He(t,o)}function ze(t,e,i){var n,r,o=e._containerAttrs,s=e._replacerAttrs;if(11!==t.nodeType)e._asComponent?(o&&i&&(n=ei(o,i)),s&&(r=ei(s,e))):r=ei(t.attributes,e);else;return e._containerAttrs=e._replacerAttrs=null,function(t,e,i){var o,s=t._context;s&&n&&(o=Fe(function(){n(s,e,null,i)},s));var a=Fe(function(){r&&r(t,e)},t);return He(t,a,s,o)}}function Ie(t,e){var i=t.nodeType;return 1===i&&"SCRIPT"!==t.tagName?Be(t,e):3===i&&t.data.trim()?We(t,e):null}function Be(t,e){if("TEXTAREA"===t.tagName){var i=N(t.value);i&&(t.setAttribute(":value",j(i)),t.value="")}var n,r=t.hasAttributes(),o=r&&m(t.attributes);return r&&(n=Ye(t,o,e)),n||(n=Ke(t,e)),n||(n=Xe(t,e)),!n&&r&&(n=ei(o,e)),n}function We(t,e){if(t._skip)return Ue;var i=N(t.wholeText);if(!i)return null;for(var n=t.nextSibling;n&&3===n.nodeType;)n._skip=!0,n=n.nextSibling;for(var r,o,s=document.createDocumentFragment(),a=0,h=i.length;h>a;a++)o=i[a],r=o.tag?qe(o,e):document.createTextNode(o.value),s.appendChild(r);return Qe(i,s,e)}function Ue(t,e){q(e)}function qe(t,e){function i(e){if(!t.descriptor){var i=T(t.value);t.descriptor={name:e,def:vo[e],expression:i.expression,filters:i.filters}}}var n;return t.oneTime?n=document.createTextNode(t.value):t.html?(n=document.createComment("v-html"),i("html")):(n=document.createTextNode(" "),i("text")),n}function Qe(t,e){return function(i,n,r,o){for(var s,a,h,l=e.cloneNode(!0),c=m(l.childNodes),u=0,f=t.length;f>u;u++)s=t[u],a=s.value,s.tag&&(h=c[u],s.oneTime?(a=(o||i).$eval(a),s.html?J(h,Yt(a,!0)):h.data=a):i._bindDir(s.descriptor,h,r,o));J(n,l)}}function Je(t,e){for(var i,n,r,o=[],s=0,a=t.length;a>s;s++)r=t[s],i=Ie(r,e),n=i&&i.terminal||"SCRIPT"===r.tagName||!r.hasChildNodes()?null:Je(r.childNodes,e),o.push(i,n);return o.length?Ge(o):null}function Ge(t){return function(e,i,n,r,o){for(var s,a,h,l=0,c=0,u=t.length;u>l;c++){s=i[c],a=t[l++],h=t[l++];var f=m(s.childNodes);a&&a(e,s,n,r,o),h&&h(e,f,n,r,o)}}}function Ke(t,e){var i=t.tagName.toLowerCase();if(!kn.test(i)){var n=yt(e,"elementDirectives",i);return n?ti(t,i,"",e,n):void 0}}function Xe(t,e){var i=ut(t,e);if(i){var n=st(t),r={name:"component",ref:n,expression:i.id,def:So.component,modifiers:{literal:!i.dynamic}},o=function(t,e,i,o,s){n&&At((o||t).$refs,n,null),t._bindDir(r,e,i,o,s)};return o.terminal=!0,o}}function Ye(t,e,i){if(null!==z(t,"v-pre"))return Ze;if(t.hasAttribute("v-else")){var n=t.previousElementSibling;if(n&&n.hasAttribute("v-if"))return Ze}for(var r,o,s,a,h,l,c,u,f,p,d=0,v=e.length;v>d;d++)r=e[d],a=ii(r.name),o=r.name.replace(Vo,""),(h=o.match(Fo))&&(f=yt(i,"directives",h[1]),f&&f.terminal&&(!p||(f.priority||Mo)>p.priority)&&(p=f,c=r.name,s=r.value,l=h[1],u=h[2]));return p?ti(t,l,s,i,p,c,u,a):void 0}function Ze(){}function ti(t,e,i,n,r,o,s,a){var h=T(i),l={name:e,arg:s,expression:h.expression,filters:h.filters,raw:i,attr:o,modifiers:a,def:r};"for"!==e&&"router-view"!==e||(l.ref=st(t));var c=function(t,e,i,n,r){l.ref&&At((n||t).$refs,l.ref,null),t._bindDir(l,e,i,n,r)};return c.terminal=!0,c}function ei(t,e){function i(t,e,i){var n=i&&ri(i),r=!n&&T(o);v.push({name:t,attr:s,raw:a,def:e,arg:l,modifiers:c,expression:r&&r.expression,filters:r&&r.filters,interp:i,hasOneTime:n})}for(var n,r,o,s,a,h,l,c,u,f,p,d=t.length,v=[];d--;)if(n=t[d],r=s=n.name,o=a=n.value,f=N(o),l=null,c=ii(r),r=r.replace(Vo,""),f)o=j(f),l=r,i("bind",vo.bind,f);else if(Ho.test(r))c.literal=!Po.test(r),i("transition",So.transition);else if(Do.test(r))l=r.replace(Do,""),i("on",vo.on);else if(Po.test(r))h=r.replace(Po,""),"style"===h||"class"===h?i(h,So[h]):(l=h,i("bind",vo.bind));else if(p=r.match(Fo)){if(h=p[1],l=p[2],"else"===h)continue;u=yt(e,"directives",h,!0),u&&i(h,u)}return v.length?ni(v):void 0}function ii(t){var e=Object.create(null),i=t.match(Vo);if(i)for(var n=i.length;n--;)e[i[n].slice(1)]=!0;return e}function ni(t){return function(e,i,n,r,o){for(var s=t.length;s--;)e._bindDir(t[s],i,n,r,o)}}function ri(t){for(var e=t.length;e--;)if(t[e].oneTime)return!0}function oi(t,e){return e&&(e._containerAttrs=ai(t)),rt(t)&&(t=Yt(t)),e&&(e._asComponent&&!e.template&&(e.template=""),e.template&&(e._content=et(t),t=si(t,e))),lt(t)&&(Q(ot("v-start",!0),t),t.appendChild(ot("v-end",!0))),t}function si(t,e){var i=e.template,n=Yt(i,!0);if(n){var r=n.firstChild,o=r.tagName&&r.tagName.toLowerCase();return e.replace?(t===document.body,n.childNodes.length>1||1!==r.nodeType||"component"===o||yt(e,"components",o)||B(r,"is")||yt(e,"elementDirectives",o)||r.hasAttribute("v-for")||r.hasAttribute("v-if")?n:(e._replacerAttrs=ai(r),hi(t,r),r)):(t.appendChild(n),t)}}function ai(t){return 1===t.nodeType&&t.hasAttributes()?m(t.attributes):void 0}function hi(t,e){for(var i,n,r=t.attributes,o=r.length;o--;)i=r[o].name,n=r[o].value,e.hasAttribute(i)||zo.test(i)?"class"!==i||N(n)||n.trim().split(/\s+/).forEach(function(t){Z(e,t)}):e.setAttribute(i,n)}function li(t,e){if(e){for(var i,n,r=t._slotContents=Object.create(null),o=0,s=e.children.length;s>o;o++)i=e.children[o],(n=i.getAttribute("slot"))&&(r[n]||(r[n]=[])).push(i);for(n in r)r[n]=ci(r[n],e);e.hasChildNodes()&&(r["default"]=ci(e.childNodes,e))}}function ci(t,e){var i=document.createDocumentFragment();t=m(t);for(var n=0,r=t.length;r>n;n++){var o=t[n];!rt(o)||o.hasAttribute("v-if")||o.hasAttribute("v-for")||(e.removeChild(o),o=Yt(o)),i.appendChild(o)}return i}function ui(t){function e(){}function i(t,e){var i=new qt(e,t,null,{lazy:!0});return function(){return i.dirty&&i.evaluate(),bt.target&&i.depend(),i.value}}Object.defineProperty(t.prototype,"$data",{get:function(){return this._data},set:function(t){t!==this._data&&this._setData(t)}}),t.prototype._initState=function(){this._initProps(),this._initMeta(),this._initMethods(),this._initData(),this._initComputed()},t.prototype._initProps=function(){var t=this.$options,e=t.el,i=t.props;e=t.el=L(e),this._propsUnlinkFn=e&&1===e.nodeType&&i?Me(this,e,i,this._scope):null},t.prototype._initData=function(){var t=this.$options.data,e=this._data=t?t():{};y(e)||(e={});var i,n,o=this._props,s=this._runtimeData?"function"==typeof this._runtimeData?this._runtimeData():this._runtimeData:null,a=Object.keys(e);for(i=a.length;i--;)n=a[i],(!o||!r(o,n)||s&&r(s,n)&&null===o[n].raw)&&this._proxy(n);xt(e,this)},t.prototype._setData=function(t){t=t||{};var e=this._data;this._data=t;var i,n,o;for(i=Object.keys(e),o=i.length;o--;)n=i[o],n in t||this._unproxy(n);for(i=Object.keys(t),o=i.length;o--;)n=i[o],r(this,n)||this._proxy(n);e.__ob__.removeVm(this),xt(t,this),this._digest()},t.prototype._proxy=function(t){if(!s(t)){var e=this;Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return e._data[t]},set:function(i){e._data[t]=i}})}},t.prototype._unproxy=function(t){s(t)||delete this[t]},t.prototype._digest=function(){for(var t=0,e=this._watchers.length;e>t;t++)this._watchers[t].update(!0)},t.prototype._initComputed=function(){var t=this.$options.computed;if(t)for(var n in t){var r=t[n],o={enumerable:!0,configurable:!0};"function"==typeof r?(o.get=i(r,this),o.set=e):(o.get=r.get?r.cache!==!1?i(r.get,this):v(r.get,this):e,o.set=r.set?v(r.set,this):e),Object.defineProperty(this,n,o)}},t.prototype._initMethods=function(){var t=this.$options.methods;if(t)for(var e in t)this[e]=v(t[e],this)},t.prototype._initMeta=function(){var t=this.$options._meta;if(t)for(var e in t)At(this,e,t[e])}}function fi(t){function e(t,e){for(var i,n,r=e.attributes,o=0,s=r.length;s>o;o++)i=r[o].name,Bo.test(i)&&(i=i.replace(Bo,""),n=(t._scope||t._context).$eval(r[o].value,!0),"function"==typeof n&&(n._fromParent=!0,t.$on(i.replace(Bo),n)))}function i(t,e,i){if(i){var r,o,s,a;for(o in i)if(r=i[o],Pi(r))for(s=0,a=r.length;a>s;s++)n(t,e,o,r[s]);else n(t,e,o,r)}}function n(t,e,i,r,o){var s=typeof r;if("function"===s)t[e](i,r,o);else if("string"===s){var a=t.$options.methods,h=a&&a[r];h&&t[e](i,h,o)}else r&&"object"===s&&n(t,e,i,r.handler,r)}function r(){this._isAttached||(this._isAttached=!0,this.$children.forEach(o))}function o(t){!t._isAttached&&M(t.$el)&&t._callHook("attached")}function s(){this._isAttached&&(this._isAttached=!1,this.$children.forEach(a))}function a(t){t._isAttached&&!M(t.$el)&&t._callHook("detached")}t.prototype._initEvents=function(){var t=this.$options;t._asComponent&&e(this,t.el),i(this,"$on",t.events),i(this,"$watch",t.watch)},t.prototype._initDOMHooks=function(){this.$on("hook:attached",r),this.$on("hook:detached",s)},t.prototype._callHook=function(t){this.$emit("pre-hook:"+t);var e=this.$options[t];if(e)for(var i=0,n=e.length;n>i;i++)e[i].call(this);this.$emit("hook:"+t)}}function pi(){}function di(t,e,i,n,r,o){this.vm=e,this.el=i,this.descriptor=t,this.name=t.name,this.expression=t.expression,this.arg=t.arg,this.modifiers=t.modifiers,this.filters=t.filters,this.literal=this.modifiers&&this.modifiers.literal,this._locked=!1,this._bound=!1,this._listeners=null,this._host=n,this._scope=r,this._frag=o}function vi(t){t.prototype._updateRef=function(t){var e=this.$options._ref;if(e){var i=(this._scope||this._context).$refs;t?i[e]===this&&(i[e]=null):i[e]=this}},t.prototype._compile=function(t){var e=this.$options,i=t;if(t=oi(t,e),this._initElement(t),1!==t.nodeType||null===z(t,"v-pre")){var n=this._context&&this._context.$options,r=ze(t,e,n);li(this,e._content);var o,s=this.constructor;e._linkerCachable&&(o=s.linker,o||(o=s.linker=De(t,e)));var a=r(this,t,this._scope),h=o?o(this,t):De(t,e)(this,t);this._unlinkFn=function(){a(),h(!0)},e.replace&&J(i,t),this._isCompiled=!0,this._callHook("compiled")}},t.prototype._initElement=function(t){lt(t)?(this._isFragment=!0,this.$el=this._fragmentStart=t.firstChild,this._fragmentEnd=t.lastChild,3===this._fragmentStart.nodeType&&(this._fragmentStart.data=this._fragmentEnd.data=""),this._fragment=t):this.$el=t,this.$el.__vue__=this,this._callHook("beforeCompile")},t.prototype._bindDir=function(t,e,i,n,r){this._directives.push(new di(t,this,e,i,n,r))},t.prototype._destroy=function(t,e){if(this._isBeingDestroyed)return void(e||this._cleanup());var i,n,r=this,o=function(){!i||n||e||r._cleanup()};t&&this.$el&&(n=!0,this.$remove(function(){n=!1,o()})),this._callHook("beforeDestroy"),this._isBeingDestroyed=!0;var s,a=this.$parent;for(a&&!a._isBeingDestroyed&&(a.$children.$remove(this),this._updateRef(!0)),s=this.$children.length;s--;)this.$children[s].$destroy();for(this._propsUnlinkFn&&this._propsUnlinkFn(),this._unlinkFn&&this._unlinkFn(),s=this._watchers.length;s--;)this._watchers[s].teardown();this.$el&&(this.$el.__vue__=null),i=!0,o()},t.prototype._cleanup=function(){this._isDestroyed||(this._frag&&this._frag.children.$remove(this),this._data.__ob__&&this._data.__ob__.removeVm(this),this.$el=this.$parent=this.$root=this.$children=this._watchers=this._context=this._scope=this._directives=null,this._isDestroyed=!0,this._callHook("destroyed"),this.$off())}}function mi(t){t.prototype._applyFilters=function(t,e,i,n){var r,o,s,a,h,l,c,u,f;for(l=0,c=i.length;c>l;l++)if(r=i[n?c-l-1:l],o=yt(this.$options,"filters",r.name,!0), +o&&(o=n?o.write:o.read||o,"function"==typeof o)){if(s=n?[t,e]:[t],h=n?2:1,r.args)for(u=0,f=r.args.length;f>u;u++)a=r.args[u],s[u+h]=a.dynamic?this.$get(a.value):a.value;t=o.apply(this,s)}return t},t.prototype._resolveComponent=function(e,i){var n;if(n="function"==typeof e?e:yt(this.$options,"components",e,!0))if(n.options)i(n);else if(n.resolved)i(n.resolved);else if(n.requested)n.pendingCallbacks.push(i);else{n.requested=!0;var r=n.pendingCallbacks=[i];n.call(this,function(e){y(e)&&(e=t.extend(e)),n.resolved=e;for(var i=0,o=r.length;o>i;i++)r[i](e)},function(t){})}}}function gi(t){function e(t){return JSON.parse(JSON.stringify(t))}t.prototype.$get=function(t,e){var i=Mt(t);if(i){if(e&&!zt(t)){var n=this;return function(){n.$arguments=m(arguments);var t=i.get.call(n,n);return n.$arguments=null,t}}try{return i.get.call(this,this)}catch(r){}}},t.prototype.$set=function(t,e){var i=Mt(t,!0);i&&i.set&&i.set.call(this,this,e)},t.prototype.$delete=function(t){n(this._data,t)},t.prototype.$watch=function(t,e,i){var n,r=this;"string"==typeof t&&(n=T(t),t=n.expression);var o=new qt(r,t,e,{deep:i&&i.deep,sync:i&&i.sync,filters:n&&n.filters,user:!i||i.user!==!1});return i&&i.immediate&&e.call(r,o.value),function(){o.teardown()}},t.prototype.$eval=function(t,e){if(Wo.test(t)){var i=T(t),n=this.$get(i.expression,e);return i.filters?this._applyFilters(n,null,i.filters):n}return this.$get(t,e)},t.prototype.$interpolate=function(t){var e=N(t),i=this;return e?1===e.length?i.$eval(e[0].value)+"":e.map(function(t){return t.tag?i.$eval(t.value):t.value}).join(""):t},t.prototype.$log=function(t){var i=t?jt(this._data,t):this._data;if(i&&(i=e(i)),!t){var n;for(n in this.$options.computed)i[n]=e(this[n]);if(this._props)for(n in this._props)i[n]=e(this[n])}console.log(i)}}function _i(t){function e(t,e,n,r,o,s){e=i(e);var a=!M(e),h=r===!1||a?o:s,l=!a&&!t._isAttached&&!M(t.$el);return t._isFragment?(at(t._fragmentStart,t._fragmentEnd,function(i){h(i,e,t)}),n&&n()):h(t.$el,e,t,n),l&&t._callHook("attached"),t}function i(t){return"string"==typeof t?document.querySelector(t):t}function n(t,e,i,n){e.appendChild(t),n&&n()}function r(t,e,i,n){W(t,e),n&&n()}function o(t,e,i){q(t),i&&i()}t.prototype.$nextTick=function(t){Qi(t,this)},t.prototype.$appendTo=function(t,i,r){return e(this,t,i,r,n,D)},t.prototype.$prependTo=function(t,e,n){return t=i(t),t.hasChildNodes()?this.$before(t.firstChild,e,n):this.$appendTo(t,e,n),this},t.prototype.$before=function(t,i,n){return e(this,t,i,n,r,F)},t.prototype.$after=function(t,e,n){return t=i(t),t.nextSibling?this.$before(t.nextSibling,e,n):this.$appendTo(t.parentNode,e,n),this},t.prototype.$remove=function(t,e){if(!this.$el.parentNode)return t&&t();var i=this._isAttached&&M(this.$el);i||(e=!1);var n=this,r=function(){i&&n._callHook("detached"),t&&t()};if(this._isFragment)ht(this._fragmentStart,this._fragmentEnd,this,this._fragment,r);else{var s=e===!1?o:V;s(this.$el,this,r)}return this}}function yi(t){function e(t,e,n){var r=t.$parent;if(r&&n&&!i.test(e))for(;r;)r._eventsCount[e]=(r._eventsCount[e]||0)+n,r=r.$parent}t.prototype.$on=function(t,i){return(this._events[t]||(this._events[t]=[])).push(i),e(this,t,1),this},t.prototype.$once=function(t,e){function i(){n.$off(t,i),e.apply(this,arguments)}var n=this;return i.fn=e,this.$on(t,i),this},t.prototype.$off=function(t,i){var n;if(!arguments.length){if(this.$parent)for(t in this._events)n=this._events[t],n&&e(this,t,-n.length);return this._events={},this}if(n=this._events[t],!n)return this;if(1===arguments.length)return e(this,t,-n.length),this._events[t]=null,this;for(var r,o=n.length;o--;)if(r=n[o],r===i||r.fn===i){e(this,t,-1),n.splice(o,1);break}return this},t.prototype.$emit=function(t){var e="string"==typeof t;t=e?t:t.name;var i=this._events[t],n=e||!i;if(i){i=i.length>1?m(i):i;var r=e&&i.some(function(t){return t._fromParent});r&&(n=!1);for(var o=m(arguments,1),s=0,a=i.length;a>s;s++){var h=i[s],l=h.apply(this,o);l!==!0||r&&!h._fromParent||(n=!0)}}return n},t.prototype.$broadcast=function(t){var e="string"==typeof t;if(t=e?t:t.name,this._eventsCount[t]){var i=this.$children,n=m(arguments);e&&(n[0]={name:t,source:this});for(var r=0,o=i.length;o>r;r++){var s=i[r],a=s.$emit.apply(s,n);a&&s.$broadcast.apply(s,n)}return this}},t.prototype.$dispatch=function(t){var e=this.$emit.apply(this,arguments);if(e){var i=this.$parent,n=m(arguments);for(n[0]={name:t,source:this};i;)e=i.$emit.apply(i,n),i=e?i.$parent:null;return this}};var i=/^hook:/}function bi(t){function e(){this._isAttached=!0,this._isReady=!0,this._callHook("ready")}t.prototype.$mount=function(t){return this._isCompiled?void 0:(t=L(t),t||(t=document.createElement("div")),this._compile(t),this._initDOMHooks(),M(this.$el)?(this._callHook("attached"),e.call(this)):this.$once("hook:attached",e),this)},t.prototype.$destroy=function(t,e){this._destroy(t,e)},t.prototype.$compile=function(t,e,i,n){return De(t,this.$options,!0)(this,t,e,i,n)}}function wi(t){this._init(t)}function Ci(t,e,i){return i=i?parseInt(i,10):0,e=h(e),"number"==typeof e?t.slice(i,i+e):t}function $i(t,e,i){if(t=Jo(t),null==e)return t;if("function"==typeof e)return t.filter(e);e=(""+e).toLowerCase();for(var n,r,o,s,a="in"===i?3:2,h=Array.prototype.concat.apply([],m(arguments,a)),l=[],c=0,u=t.length;u>c;c++)if(n=t[c],o=n&&n.$value||n,s=h.length){for(;s--;)if(r=h[s],"$key"===r&&xi(n.$key,e)||xi(jt(o,r),e)){l.push(n);break}}else xi(n,e)&&l.push(n);return l}function ki(t){function e(t,e,i){var r=n[i];return r&&("$key"!==r&&(_(t)&&"$value"in t&&(t=t.$value),_(e)&&"$value"in e&&(e=e.$value)),t=_(t)?jt(t,r):t,e=_(e)?jt(e,r):e),t===e?0:t>e?o:-o}var i=null,n=void 0;t=Jo(t);var r=m(arguments,1),o=r[r.length-1];"number"==typeof o?(o=0>o?-1:1,r=r.length>1?r.slice(0,-1):r):o=1;var s=r[0];return s?("function"==typeof s?i=function(t,e){return s(t,e)*o}:(n=Array.prototype.concat.apply([],r),i=function(t,r,o){return o=o||0,o>=n.length-1?e(t,r,o):e(t,r,o)||i(t,r,o+1)}),t.slice().sort(i)):t}function xi(t,e){var i;if(y(t)){var n=Object.keys(t);for(i=n.length;i--;)if(xi(t[n[i]],e))return!0}else if(Pi(t)){for(i=t.length;i--;)if(xi(t[i],e))return!0}else if(null!=t)return t.toString().toLowerCase().indexOf(e)>-1}function Ai(t){function e(t){return new Function("return function "+d(t)+" (options) { this._init(options) }")()}t.options={directives:vo,elementDirectives:Qo,filters:Ko,transitions:{},components:{},partials:{},replace:!0},t.util=Sn,t.config=bn,t.set=i,t["delete"]=n,t.nextTick=Qi,t.compiler=Io,t.FragmentFactory=se,t.internalDirectives=So,t.parsers={path:Xn,text:gn,template:Or,directive:un,expression:ur},t.cid=0;var r=1;t.extend=function(t){t=t||{};var i=this,n=0===i.cid;if(n&&t._Ctor)return t._Ctor;var o=t.name||i.options.name,s=e(o||"VueComponent");return s.prototype=Object.create(i.prototype),s.prototype.constructor=s,s.cid=r++,s.options=_t(i.options,t),s["super"]=i,s.extend=i.extend,bn._assetTypes.forEach(function(t){s[t]=i[t]}),o&&(s.options.components[o]=s),n&&(t._Ctor=s),s},t.use=function(t){if(!t.installed){var e=m(arguments,1);return e.unshift(this),"function"==typeof t.install?t.install.apply(t,e):t.apply(null,e),t.installed=!0,this}},t.mixin=function(e){t.options=_t(t.options,e)},bn._assetTypes.forEach(function(e){t[e]=function(i,n){return n?("component"===e&&y(n)&&(n.name=i,n=t.extend(n)),this.options[e+"s"][i]=n,n):this.options[e+"s"][i]}}),g(t.transition,Cn)}var Oi=Object.prototype.hasOwnProperty,Ti=/^\s?(true|false|-?[\d\.]+|'[^']*'|"[^"]*")\s?$/,Ei=/-(\w)/g,Ri=/([a-z\d])([A-Z])/g,Ni=/(?:^|[-_\/])(\w)/g,ji=Object.prototype.toString,Si="[object Object]",Pi=Array.isArray,Di="__proto__"in{},Fi="undefined"!=typeof window&&"[object Object]"!==Object.prototype.toString.call(window),Vi=Fi&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,Hi=Fi&&window.navigator.userAgent.toLowerCase(),Li=Hi&&Hi.indexOf("msie 9.0")>0,Mi=Hi&&Hi.indexOf("android")>0,zi=void 0,Ii=void 0,Bi=void 0,Wi=void 0;if(Fi&&!Li){var Ui=void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend,qi=void 0===window.onanimationend&&void 0!==window.onwebkitanimationend;zi=Ui?"WebkitTransition":"transition",Ii=Ui?"webkitTransitionEnd":"transitionend",Bi=qi?"WebkitAnimation":"animation",Wi=qi?"webkitAnimationEnd":"animationend"}var Qi=function(){function t(){r=!1;var t=n.slice(0);n=[];for(var e=0;ee;e++)t[e].update()};var En=Array.prototype,Rn=Object.create(En);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(t){var e=En[t];b(Rn,t,function(){for(var i=arguments.length,n=new Array(i);i--;)n[i]=arguments[i];var r,o=e.apply(this,n),s=this.__ob__;switch(t){case"push":r=n;break;case"unshift":r=n;break;case"splice":r=n.slice(2)}return r&&s.observeArray(r),s.dep.notify(),o})}),b(En,"$set",function(t,e){return t>=this.length&&(this.length=Number(t)+1),this.splice(t,1,e)[0]}),b(En,"$remove",function(t){if(this.length){var e=C(this,t);return e>-1?this.splice(e,1):void 0}});var Nn=Object.getOwnPropertyNames(Rn),jn=!0;Ct.prototype.walk=function(t){for(var e=Object.keys(t),i=0,n=e.length;n>i;i++)this.convert(e[i],t[e[i]])},Ct.prototype.observeArray=function(t){for(var e=0,i=t.length;i>e;e++)xt(t[e])},Ct.prototype.convert=function(t,e){At(this.value,t,e)},Ct.prototype.addVm=function(t){(this.vms||(this.vms=[])).push(t)},Ct.prototype.removeVm=function(t){this.vms.$remove(t)};var Sn=Object.freeze({defineReactive:At,set:i,del:n,hasOwn:r,isLiteral:o,isReserved:s,_toString:a,toNumber:h,toBoolean:l,stripQuotes:c,camelize:u,hyphenate:p,classify:d,bind:v,toArray:m,extend:g,isObject:_,isPlainObject:y,def:b,debounce:w,indexOf:C,cancellable:$,looseEqual:k,isArray:Pi,hasProto:Di,inBrowser:Fi,devtools:Vi,isIE9:Li,isAndroid:Mi,get transitionProp(){return zi},get transitionEndEvent(){return Ii},get animationProp(){return Bi},get animationEndEvent(){return Wi},nextTick:Qi,query:L,inDoc:M,getAttr:z,getBindAttr:I,hasBindAttr:B,before:W,after:U,remove:q,prepend:Q,replace:J,on:G,off:K,setClass:Y,addClass:Z,removeClass:tt,extractContent:et,trimNode:it,isTemplate:rt,createAnchor:ot,findRef:st,mapNodeRange:at,removeNodeRange:ht,isFragment:lt,getOuterHTML:ct,mergeOptions:_t,resolveAsset:yt,checkComponentAttr:ut,commonTagRE:kn,reservedTagRE:xn,get warn(){return wn}}),Pn=0,Dn=new x(1e3),Fn=0,Vn=1,Hn=2,Ln=3,Mn=0,zn=1,In=2,Bn=3,Wn=4,Un=5,qn=6,Qn=7,Jn=8,Gn=[];Gn[Mn]={ws:[Mn],ident:[Bn,Fn],"[":[Wn],eof:[Qn]},Gn[zn]={ws:[zn],".":[In],"[":[Wn],eof:[Qn]},Gn[In]={ws:[In],ident:[Bn,Fn]},Gn[Bn]={ident:[Bn,Fn],0:[Bn,Fn],number:[Bn,Fn],ws:[zn,Vn],".":[In,Vn],"[":[Wn,Vn],eof:[Qn,Vn]},Gn[Wn]={"'":[Un,Fn],'"':[qn,Fn],"[":[Wn,Hn],"]":[zn,Ln],eof:Jn,"else":[Wn,Fn]},Gn[Un]={"'":[Wn,Fn],eof:Jn,"else":[Un,Fn]},Gn[qn]={'"':[Wn,Fn],eof:Jn,"else":[qn,Fn]};var Kn,Xn=Object.freeze({parsePath:Nt,getPath:jt,setPath:St}),Yn=new x(1e3),Zn="Math,Date,this,true,false,null,undefined,Infinity,NaN,isNaN,isFinite,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,parseInt,parseFloat",tr=new RegExp("^("+Zn.replace(/,/g,"\\b|")+"\\b)"),er="break,case,class,catch,const,continue,debugger,default,delete,do,else,export,extends,finally,for,function,if,import,in,instanceof,let,return,super,switch,throw,try,var,while,with,yield,enum,await,implements,package,protected,static,interface,private,public",ir=new RegExp("^("+er.replace(/,/g,"\\b|")+"\\b)"),nr=/\s/g,rr=/\n/g,or=/[\{,]\s*[\w\$_]+\s*:|('(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*\$\{|\}(?:[^`\\]|\\.)*`|`(?:[^`\\]|\\.)*`)|new |typeof |void /g,sr=/"(\d+)"/g,ar=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['.*?'\]|\[".*?"\]|\[\d+\]|\[[A-Za-z_$][\w$]*\])*$/,hr=/[^\w$\.](?:[A-Za-z_$][\w$]*)/g,lr=/^(?:true|false)$/,cr=[],ur=Object.freeze({parseExpression:Mt,isSimplePath:zt}),fr=[],pr=[],dr={},vr={},mr=!1,gr=!1,_r=0;qt.prototype.get=function(){this.beforeGet();var t,e=this.scope||this.vm;try{t=this.getter.call(e,e)}catch(i){}return this.deep&&Qt(t),this.preProcess&&(t=this.preProcess(t)),this.filters&&(t=e._applyFilters(t,null,this.filters,!1)),this.postProcess&&(t=this.postProcess(t)),this.afterGet(),t},qt.prototype.set=function(t){var e=this.scope||this.vm;this.filters&&(t=e._applyFilters(t,this.value,this.filters,!0));try{this.setter.call(e,e,t)}catch(i){}var n=e.$forContext;if(n&&n.alias===this.expression){if(n.filters)return;n._withLock(function(){e.$key?n.rawValue[e.$key]=t:n.rawValue.$set(e.$index,t)})}},qt.prototype.beforeGet=function(){bt.target=this,this.newDepIds=Object.create(null),this.newDeps.length=0},qt.prototype.addDep=function(t){var e=t.id;this.newDepIds[e]||(this.newDepIds[e]=!0,this.newDeps.push(t),this.depIds[e]||t.addSub(this))},qt.prototype.afterGet=function(){bt.target=null;for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds[e.id]||e.removeSub(this)}this.depIds=this.newDepIds;var i=this.deps;this.deps=this.newDeps,this.newDeps=i},qt.prototype.update=function(t){this.lazy?this.dirty=!0:this.sync||!bn.async?this.run():(this.shallow=this.queued?t?this.shallow:!1:!!t,this.queued=!0,Ut(this))},qt.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||(_(t)||this.deep)&&!this.shallow){var e=this.value;this.value=t;this.prevError;this.cb.call(this.vm,t,e)}this.queued=this.shallow=!1}},qt.prototype.evaluate=function(){var t=bt.target;this.value=this.get(),this.dirty=!1,bt.target=t},qt.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},qt.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||this.vm._vForRemoving||this.vm._watchers.$remove(this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.vm=this.cb=this.value=null}};var yr={bind:function(){this.attr=3===this.el.nodeType?"data":"textContent"},update:function(t){this.el[this.attr]=a(t)}},br=new x(1e3),wr=new x(1e3),Cr={efault:[0,"",""],legend:[1,"
","
"],tr:[2,"","
"],col:[2,"","
"]};Cr.td=Cr.th=[3,"","
"],Cr.option=Cr.optgroup=[1,'"],Cr.thead=Cr.tbody=Cr.colgroup=Cr.caption=Cr.tfoot=[1,"","
"],Cr.g=Cr.defs=Cr.symbol=Cr.use=Cr.image=Cr.text=Cr.circle=Cr.ellipse=Cr.line=Cr.path=Cr.polygon=Cr.polyline=Cr.rect=[1,'',""];var $r=/<([\w:-]+)/,kr=/&#?\w+?;/,xr=function(){if(Fi){var t=document.createElement("div");return t.innerHTML="",!t.cloneNode(!0).firstChild.innerHTML}return!1}(),Ar=function(){if(Fi){var t=document.createElement("textarea");return t.placeholder="t","t"===t.cloneNode(!0).value}return!1}(),Or=Object.freeze({cloneNode:Xt,parseTemplate:Yt}),Tr={bind:function(){8===this.el.nodeType&&(this.nodes=[],this.anchor=ot("v-html"),J(this.el,this.anchor))},update:function(t){t=a(t),this.nodes?this.swap(t):this.el.innerHTML=t},swap:function(t){for(var e=this.nodes.length;e--;)q(this.nodes[e]);var i=Yt(t,!0,!0);this.nodes=m(i.childNodes),W(i,this.anchor)}};Zt.prototype.callHook=function(t){var e,i;for(e=0,i=this.childFrags.length;i>e;e++)this.childFrags[e].callHook(t);for(e=0,i=this.children.length;i>e;e++)t(this.children[e])},Zt.prototype.beforeRemove=function(){var t,e;for(t=0,e=this.childFrags.length;e>t;t++)this.childFrags[t].beforeRemove(!1);for(t=0,e=this.children.length;e>t;t++)this.children[t].$destroy(!1,!0);var i=this.unlink.dirs;for(t=0,e=i.length;e>t;t++)i[t]._watcher&&i[t]._watcher.teardown()},Zt.prototype.destroy=function(){this.parentFrag&&this.parentFrag.childFrags.$remove(this),this.node.__v_frag=null,this.unlink()};var Er=new x(5e3);se.prototype.create=function(t,e,i){var n=Xt(this.template);return new Zt(this.linker,this.vm,n,t,e,i)};var Rr=700,Nr=800,jr=850,Sr=1100,Pr=1500,Dr=1500,Fr=1750,Vr=2100,Hr=2200,Lr=2300,Mr=0,zr={priority:Hr,terminal:!0,params:["track-by","stagger","enter-stagger","leave-stagger"],bind:function(){var t=this.expression.match(/(.*) (?:in|of) (.*)/);if(t){var e=t[1].match(/\((.*),(.*)\)/);e?(this.iterator=e[1].trim(),this.alias=e[2].trim()):this.alias=t[1].trim(),this.expression=t[2]}if(this.alias){this.id="__v-for__"+ ++Mr;var i=this.el.tagName;this.isOption=("OPTION"===i||"OPTGROUP"===i)&&"SELECT"===this.el.parentNode.tagName,this.start=ot("v-for-start"),this.end=ot("v-for-end"),J(this.el,this.end),W(this.start,this.end),this.cache=Object.create(null),this.factory=new se(this.vm,this.el)}},update:function(t){this.diff(t),this.updateRef(),this.updateModel()},diff:function(t){var e,i,n,o,s,a,h=t[0],l=this.fromObject=_(h)&&r(h,"$key")&&r(h,"$value"),c=this.params.trackBy,u=this.frags,f=this.frags=new Array(t.length),p=this.alias,d=this.iterator,v=this.start,m=this.end,g=M(v),y=!u;for(e=0,i=t.length;i>e;e++)h=t[e],o=l?h.$key:null,s=l?h.$value:h,a=!_(s),n=!y&&this.getCachedFrag(s,e,o),n?(n.reused=!0,n.scope.$index=e,o&&(n.scope.$key=o),d&&(n.scope[d]=null!==o?o:e),(c||l||a)&&wt(function(){n.scope[p]=s})):(n=this.create(s,p,e,o),n.fresh=!y),f[e]=n,y&&n.before(m);if(!y){var b=0,w=u.length-f.length;for(this.vm._vForRemoving=!0,e=0,i=u.length;i>e;e++)n=u[e],n.reused||(this.deleteCachedFrag(n),this.remove(n,b++,w,g));this.vm._vForRemoving=!1,b&&(this.vm._watchers=this.vm._watchers.filter(function(t){return t.active}));var C,$,k,x=0;for(e=0,i=f.length;i>e;e++)n=f[e],C=f[e-1],$=C?C.staggerCb?C.staggerAnchor:C.end||C.node:v,n.reused&&!n.staggerCb?(k=ae(n,v,this.id),k===C||k&&ae(k,v,this.id)===C||this.move(n,$)):this.insert(n,x++,$,g),n.reused=n.fresh=!1}},create:function(t,e,i,n){var r=this._host,o=this._scope||this.vm,s=Object.create(o);s.$refs=Object.create(o.$refs),s.$els=Object.create(o.$els),s.$parent=o,s.$forContext=this,wt(function(){At(s,e,t)}),At(s,"$index",i),n?At(s,"$key",n):s.$key&&b(s,"$key",null),this.iterator&&At(s,this.iterator,null!==n?n:i);var a=this.factory.create(r,s,this._frag);return a.forId=this.id,this.cacheFrag(t,a,i,n),a},updateRef:function(){var t=this.descriptor.ref;if(t){var e,i=(this._scope||this.vm).$refs;this.fromObject?(e={},this.frags.forEach(function(t){e[t.scope.$key]=he(t)})):e=this.frags.map(he),i[t]=e}},updateModel:function(){if(this.isOption){var t=this.start.parentNode,e=t&&t.__v_model;e&&e.forceUpdate()}},insert:function(t,e,i,n){t.staggerCb&&(t.staggerCb.cancel(),t.staggerCb=null);var r=this.getStagger(t,e,null,"enter");if(n&&r){var o=t.staggerAnchor;o||(o=t.staggerAnchor=ot("stagger-anchor"),o.__v_frag=t),U(o,i);var s=t.staggerCb=$(function(){t.staggerCb=null,t.before(o),q(o)});setTimeout(s,r)}else t.before(i.nextSibling)},remove:function(t,e,i,n){if(t.staggerCb)return t.staggerCb.cancel(),void(t.staggerCb=null);var r=this.getStagger(t,e,i,"leave");if(n&&r){var o=t.staggerCb=$(function(){t.staggerCb=null,t.remove()});setTimeout(o,r)}else t.remove()},move:function(t,e){e.nextSibling||this.end.parentNode.appendChild(this.end),t.before(e.nextSibling,!1)},cacheFrag:function(t,e,i,n){var o,s=this.params.trackBy,a=this.cache,h=!_(t);n||s||h?(o=s?"$index"===s?i:jt(t,s):n||t,a[o]||(a[o]=e)):(o=this.id,r(t,o)?null===t[o]&&(t[o]=e):b(t,o,e)),e.raw=t},getCachedFrag:function(t,e,i){var n,r=this.params.trackBy,o=!_(t);if(i||r||o){var s=r?"$index"===r?e:jt(t,r):i||t;n=this.cache[s]}else n=t[this.id];return n&&(n.reused||n.fresh),n},deleteCachedFrag:function(t){var e=t.raw,i=this.params.trackBy,n=t.scope,o=n.$index,s=r(n,"$key")&&n.$key,a=!_(e);if(i||s||a){var h=i?"$index"===i?o:jt(e,i):s||e;this.cache[h]=null}else e[this.id]=null,t.raw=null},getStagger:function(t,e,i,n){n+="Stagger";var r=t.node.__v_trans,o=r&&r.hooks,s=o&&(o[n]||o.stagger);return s?s.call(t,e,i):e*parseInt(this.params[n]||this.params.stagger,10)},_preProcess:function(t){return this.rawValue=t,t},_postProcess:function(t){if(Pi(t))return t;if(y(t)){for(var e,i=Object.keys(t),n=i.length,r=new Array(n);n--;)e=i[n],r[n]={$key:e,$value:t[e]};return r}return"number"!=typeof t||isNaN(t)||(t=le(t)),t||[]},unbind:function(){if(this.descriptor.ref&&((this._scope||this.vm).$refs[this.descriptor.ref]=null),this.frags)for(var t,e=this.frags.length;e--;)t=this.frags[e],this.deleteCachedFrag(t),t.destroy()}},Ir={priority:Vr,terminal:!0,bind:function(){var t=this.el;if(t.__vue__)this.invalid=!0;else{var e=t.nextElementSibling;e&&null!==z(e,"v-else")&&(q(e),this.elseEl=e),this.anchor=ot("v-if"),J(t,this.anchor)}},update:function(t){this.invalid||(t?this.frag||this.insert():this.remove())},insert:function(){this.elseFrag&&(this.elseFrag.remove(),this.elseFrag=null),this.factory||(this.factory=new se(this.vm,this.el)),this.frag=this.factory.create(this._host,this._scope,this._frag),this.frag.before(this.anchor)},remove:function(){this.frag&&(this.frag.remove(),this.frag=null),this.elseEl&&!this.elseFrag&&(this.elseFactory||(this.elseFactory=new se(this.elseEl._context||this.vm,this.elseEl)),this.elseFrag=this.elseFactory.create(this._host,this._scope,this._frag),this.elseFrag.before(this.anchor))},unbind:function(){this.frag&&this.frag.destroy(),this.elseFrag&&this.elseFrag.destroy()}},Br={bind:function(){var t=this.el.nextElementSibling;t&&null!==z(t,"v-else")&&(this.elseEl=t)},update:function(t){this.apply(this.el,t),this.elseEl&&this.apply(this.elseEl,!t)},apply:function(t,e){function i(){t.style.display=e?"":"none"}M(t)?H(t,e?1:-1,i,this.vm):i()}},Wr={bind:function(){var t=this,e=this.el,i="range"===e.type,n=this.params.lazy,r=this.params.number,o=this.params.debounce,s=!1;if(Mi||i||(this.on("compositionstart",function(){s=!0}),this.on("compositionend",function(){s=!1,n||t.listener()})),this.focused=!1,i||n||(this.on("focus",function(){t.focused=!0}),this.on("blur",function(){t.focused=!1,t._frag&&!t._frag.inserted||t.rawListener()})),this.listener=this.rawListener=function(){if(!s&&t._bound){var n=r||i?h(e.value):e.value;t.set(n),Qi(function(){t._bound&&!t.focused&&t.update(t._watcher.value)})}},o&&(this.listener=w(this.listener,o)),this.hasjQuery="function"==typeof jQuery,this.hasjQuery){var a=jQuery.fn.on?"on":"bind";jQuery(e)[a]("change",this.rawListener),n||jQuery(e)[a]("input",this.listener)}else this.on("change",this.rawListener),n||this.on("input",this.listener);!n&&Li&&(this.on("cut",function(){Qi(t.listener)}),this.on("keyup",function(e){46!==e.keyCode&&8!==e.keyCode||t.listener()})),(e.hasAttribute("value")||"TEXTAREA"===e.tagName&&e.value.trim())&&(this.afterBind=this.listener)},update:function(t){this.el.value=a(t)},unbind:function(){var t=this.el;if(this.hasjQuery){var e=jQuery.fn.off?"off":"unbind";jQuery(t)[e]("change",this.listener),jQuery(t)[e]("input",this.listener)}}},Ur={bind:function(){var t=this,e=this.el;this.getValue=function(){if(e.hasOwnProperty("_value"))return e._value;var i=e.value;return t.params.number&&(i=h(i)),i},this.listener=function(){t.set(t.getValue())},this.on("change",this.listener),e.hasAttribute("checked")&&(this.afterBind=this.listener)},update:function(t){this.el.checked=k(t,this.getValue())}},qr={bind:function(){var t=this,e=this.el;this.forceUpdate=function(){t._watcher&&t.update(t._watcher.get())};var i=this.multiple=e.hasAttribute("multiple");this.listener=function(){var n=ce(e,i);n=t.params.number?Pi(n)?n.map(h):h(n):n,t.set(n)},this.on("change",this.listener);var n=ce(e,i,!0);(i&&n.length||!i&&null!==n)&&(this.afterBind=this.listener),this.vm.$on("hook:attached",this.forceUpdate)},update:function(t){var e=this.el;e.selectedIndex=-1;for(var i,n,r=this.multiple&&Pi(t),o=e.options,s=o.length;s--;)i=o[s],n=i.hasOwnProperty("_value")?i._value:i.value,i.selected=r?ue(t,n)>-1:k(t,n)},unbind:function(){this.vm.$off("hook:attached",this.forceUpdate)}},Qr={bind:function(){function t(){var t=i.checked;return t&&i.hasOwnProperty("_trueValue")?i._trueValue:!t&&i.hasOwnProperty("_falseValue")?i._falseValue:t}var e=this,i=this.el;this.getValue=function(){return i.hasOwnProperty("_value")?i._value:e.params.number?h(i.value):i.value},this.listener=function(){var n=e._watcher.value;if(Pi(n)){var r=e.getValue();i.checked?C(n,r)<0&&n.push(r):n.$remove(r)}else e.set(t())},this.on("change",this.listener),i.hasAttribute("checked")&&(this.afterBind=this.listener)},update:function(t){var e=this.el;Pi(t)?e.checked=C(t,this.getValue())>-1:e.hasOwnProperty("_trueValue")?e.checked=k(t,e._trueValue):e.checked=!!t}},Jr={text:Wr,radio:Ur,select:qr,checkbox:Qr},Gr={priority:Nr,twoWay:!0,handlers:Jr,params:["lazy","number","debounce"],bind:function(){this.checkFilters(),this.hasRead&&!this.hasWrite;var t,e=this.el,i=e.tagName;if("INPUT"===i)t=Jr[e.type]||Jr.text;else if("SELECT"===i)t=Jr.select;else{if("TEXTAREA"!==i)return;t=Jr.text}e.__v_model=this,t.bind.call(this),this.update=t.update,this._unbind=t.unbind},checkFilters:function(){var t=this.filters;if(t)for(var e=t.length;e--;){var i=yt(this.vm.$options,"filters",t[e].name);("function"==typeof i||i.read)&&(this.hasRead=!0),i.write&&(this.hasWrite=!0)}},unbind:function(){this.el.__v_model=null,this._unbind&&this._unbind()}},Kr={esc:27,tab:9,enter:13,space:32,"delete":[8,46],up:38,left:37,right:39,down:40},Xr={priority:Rr,acceptStatement:!0,keyCodes:Kr,bind:function(){if("IFRAME"===this.el.tagName&&"load"!==this.arg){var t=this;this.iframeBind=function(){G(t.el.contentWindow,t.arg,t.handler,t.modifiers.capture)},this.on("load",this.iframeBind)}},update:function(t){if(this.descriptor.raw||(t=function(){}),"function"==typeof t){this.modifiers.stop&&(t=pe(t)),this.modifiers.prevent&&(t=de(t)),this.modifiers.self&&(t=ve(t));var e=Object.keys(this.modifiers).filter(function(t){return"stop"!==t&&"prevent"!==t&&"self"!==t});e.length&&(t=fe(t,e)),this.reset(),this.handler=t,this.iframeBind?this.iframeBind():G(this.el,this.arg,this.handler,this.modifiers.capture)}},reset:function(){var t=this.iframeBind?this.el.contentWindow:this.el;this.handler&&K(t,this.arg,this.handler)},unbind:function(){this.reset()}},Yr=["-webkit-","-moz-","-ms-"],Zr=["Webkit","Moz","ms"],to=/!important;?$/,eo=Object.create(null),io=null,no={deep:!0,update:function(t){"string"==typeof t?this.el.style.cssText=t:Pi(t)?this.handleObject(t.reduce(g,{})):this.handleObject(t||{})},handleObject:function(t){var e,i,n=this.cache||(this.cache={});for(e in n)e in t||(this.handleSingle(e,null),delete n[e]);for(e in t)i=t[e],i!==n[e]&&(n[e]=i,this.handleSingle(e,i))},handleSingle:function(t,e){if(t=me(t))if(null!=e&&(e+=""),e){var i=to.test(e)?"important":"";i?(e=e.replace(to,"").trim(),this.el.style.setProperty(t.kebab,e,i)):this.el.style[t.camel]=e}else this.el.style[t.camel]=""}},ro="http://www.w3.org/1999/xlink",oo=/^xlink:/,so=/^v-|^:|^@|^(?:is|transition|transition-mode|debounce|track-by|stagger|enter-stagger|leave-stagger)$/,ao=/^(?:value|checked|selected|muted)$/,ho=/^(?:draggable|contenteditable|spellcheck)$/,lo={value:"_value","true-value":"_trueValue","false-value":"_falseValue"},co={priority:jr,bind:function(){var t=this.arg,e=this.el.tagName;t||(this.deep=!0);var i=this.descriptor,n=i.interp;if(n){i.hasOneTime&&(this.expression=j(n,this._scope||this.vm)),(so.test(t)||"name"===t&&("PARTIAL"===e||"SLOT"===e))&&(this.el.removeAttribute(t),this.invalid=!0)}},update:function(t){if(!this.invalid){var e=this.arg;this.arg?this.handleSingle(e,t):this.handleObject(t||{})}},handleObject:no.handleObject,handleSingle:function(t,e){var i=this.el,n=this.descriptor.interp;this.modifiers.camel&&(t=u(t)),!n&&ao.test(t)&&t in i&&(i[t]="value"===t&&null==e?"":e);var r=lo[t];if(!n&&r){i[r]=e;var o=i.__v_model;o&&o.listener()}return"value"===t&&"TEXTAREA"===i.tagName?void i.removeAttribute(t):void(ho.test(t)?i.setAttribute(t,e?"true":"false"):null!=e&&e!==!1?"class"===t?(i.__v_trans&&(e+=" "+i.__v_trans.id+"-transition"),Y(i,e)):oo.test(t)?i.setAttributeNS(ro,t,e===!0?"":e):i.setAttribute(t,e===!0?"":e):i.removeAttribute(t))}},uo={priority:Pr,bind:function(){if(this.arg){var t=this.id=u(this.arg),e=(this._scope||this.vm).$els;r(e,t)?e[t]=this.el:At(e,t,this.el)}},unbind:function(){var t=(this._scope||this.vm).$els;t[this.id]===this.el&&(t[this.id]=null)}},fo={bind:function(){}},po={bind:function(){var t=this.el;this.vm.$once("pre-hook:compiled",function(){t.removeAttribute("v-cloak")})}},vo={text:yr,html:Tr,"for":zr,"if":Ir,show:Br,model:Gr,on:Xr,bind:co,el:uo,ref:fo,cloak:po},mo={deep:!0,update:function(t){t&&"string"==typeof t?this.handleObject(ye(t)):y(t)?this.handleObject(t):Pi(t)?this.handleArray(t):this.cleanup()},handleObject:function(t){this.cleanup(t),this.prevKeys=Object.keys(t),_e(this.el,t)},handleArray:function(t){this.cleanup(t);for(var e=0,i=t.length;i>e;e++){var n=t[e];n&&y(n)?_e(this.el,n):n&&"string"==typeof n&&Z(this.el,n)}this.prevKeys=t.slice()},cleanup:function(t){if(this.prevKeys)for(var e=this.prevKeys.length;e--;){var i=this.prevKeys[e];if(i)for(var n=y(i)?Object.keys(i):[i],r=0,o=n.length;o>r;r++)be(this.el,n[r],tt); +}}},go={priority:Dr,params:["keep-alive","transition-mode","inline-template"],bind:function(){this.el.__vue__||(this.keepAlive=this.params.keepAlive,this.keepAlive&&(this.cache={}),this.params.inlineTemplate&&(this.inlineTemplate=et(this.el,!0)),this.pendingComponentCb=this.Component=null,this.pendingRemovals=0,this.pendingRemovalCb=null,this.anchor=ot("v-component"),J(this.el,this.anchor),this.el.removeAttribute("is"),this.descriptor.ref&&this.el.removeAttribute("v-ref:"+p(this.descriptor.ref)),this.literal&&this.setComponent(this.expression))},update:function(t){this.literal||this.setComponent(t)},setComponent:function(t,e){if(this.invalidatePending(),t){var i=this;this.resolveComponent(t,function(){i.mountComponent(e)})}else this.unbuild(!0),this.remove(this.childVM,e),this.childVM=null},resolveComponent:function(t,e){var i=this;this.pendingComponentCb=$(function(n){i.ComponentName=n.options.name||("string"==typeof t?t:null),i.Component=n,e()}),this.vm._resolveComponent(t,this.pendingComponentCb)},mountComponent:function(t){this.unbuild(!0);var e=this,i=this.Component.options.activate,n=this.getCached(),r=this.build();i&&!n?(this.waitingFor=r,we(i,r,function(){e.waitingFor===r&&(e.waitingFor=null,e.transition(r,t))})):(n&&r._updateRef(),this.transition(r,t))},invalidatePending:function(){this.pendingComponentCb&&(this.pendingComponentCb.cancel(),this.pendingComponentCb=null)},build:function(t){var e=this.getCached();if(e)return e;if(this.Component){var i={name:this.ComponentName,el:Xt(this.el),template:this.inlineTemplate,parent:this._host||this.vm,_linkerCachable:!this.inlineTemplate,_ref:this.descriptor.ref,_asComponent:!0,_isRouterView:this._isRouterView,_context:this.vm,_scope:this._scope,_frag:this._frag};t&&g(i,t);var n=new this.Component(i);return this.keepAlive&&(this.cache[this.Component.cid]=n),n}},getCached:function(){return this.keepAlive&&this.cache[this.Component.cid]},unbuild:function(t){this.waitingFor&&(this.keepAlive||this.waitingFor.$destroy(),this.waitingFor=null);var e=this.childVM;return!e||this.keepAlive?void(e&&(e._inactive=!0,e._updateRef(!0))):void e.$destroy(!1,t)},remove:function(t,e){var i=this.keepAlive;if(t){this.pendingRemovals++,this.pendingRemovalCb=e;var n=this;t.$remove(function(){n.pendingRemovals--,i||t._cleanup(),!n.pendingRemovals&&n.pendingRemovalCb&&(n.pendingRemovalCb(),n.pendingRemovalCb=null)})}else e&&e()},transition:function(t,e){var i=this,n=this.childVM;switch(n&&(n._inactive=!0),t._inactive=!1,this.childVM=t,i.params.transitionMode){case"in-out":t.$before(i.anchor,function(){i.remove(n,e)});break;case"out-in":i.remove(n,function(){t.$before(i.anchor,e)});break;default:i.remove(n),t.$before(i.anchor,e)}},unbind:function(){if(this.invalidatePending(),this.unbuild(),this.cache){for(var t in this.cache)this.cache[t].$destroy();this.cache=null}}},_o=bn._propBindingModes,yo={},bo=/^[$_a-zA-Z]+[\w$]*$/,wo=bn._propBindingModes,Co={bind:function(){var t=this.vm,e=t._context,i=this.descriptor.prop,n=i.path,r=i.parentPath,o=i.mode===wo.TWO_WAY,s=this.parentWatcher=new qt(e,r,function(e){Ae(t,i,e)},{twoWay:o,filters:i.filters,scope:this._scope});if(xe(t,i,s.value),o){var a=this;t.$once("pre-hook:created",function(){a.childWatcher=new qt(t,n,function(t){s.set(t)},{sync:!0})})}},unbind:function(){this.parentWatcher.teardown(),this.childWatcher&&this.childWatcher.teardown()}},$o=[],ko=!1,xo="transition",Ao="animation",Oo=zi+"Duration",To=Bi+"Duration",Eo=Fi&&window.requestAnimationFrame,Ro=Eo?function(t){Eo(function(){Eo(t)})}:function(t){setTimeout(t,50)},No=Se.prototype;No.enter=function(t,e){this.cancelPending(),this.callHook("beforeEnter"),this.cb=e,Z(this.el,this.enterClass),t(),this.entered=!1,this.callHookWithCb("enter"),this.entered||(this.cancel=this.hooks&&this.hooks.enterCancelled,Ne(this.enterNextTick))},No.enterNextTick=function(){var t=this;this.justEntered=!0,Ro(function(){t.justEntered=!1});var e=this.enterDone,i=this.getCssTransitionType(this.enterClass);this.pendingJsCb?i===xo&&tt(this.el,this.enterClass):i===xo?(tt(this.el,this.enterClass),this.setupCssCb(Ii,e)):i===Ao?this.setupCssCb(Wi,e):e()},No.enterDone=function(){this.entered=!0,this.cancel=this.pendingJsCb=null,tt(this.el,this.enterClass),this.callHook("afterEnter"),this.cb&&this.cb()},No.leave=function(t,e){this.cancelPending(),this.callHook("beforeLeave"),this.op=t,this.cb=e,Z(this.el,this.leaveClass),this.left=!1,this.callHookWithCb("leave"),this.left||(this.cancel=this.hooks&&this.hooks.leaveCancelled,this.op&&!this.pendingJsCb&&(this.justEntered?this.leaveDone():Ne(this.leaveNextTick)))},No.leaveNextTick=function(){var t=this.getCssTransitionType(this.leaveClass);if(t){var e=t===xo?Ii:Wi;this.setupCssCb(e,this.leaveDone)}else this.leaveDone()},No.leaveDone=function(){this.left=!0,this.cancel=this.pendingJsCb=null,this.op(),tt(this.el,this.leaveClass),this.callHook("afterLeave"),this.cb&&this.cb(),this.op=null},No.cancelPending=function(){this.op=this.cb=null;var t=!1;this.pendingCssCb&&(t=!0,K(this.el,this.pendingCssEvent,this.pendingCssCb),this.pendingCssEvent=this.pendingCssCb=null),this.pendingJsCb&&(t=!0,this.pendingJsCb.cancel(),this.pendingJsCb=null),t&&(tt(this.el,this.enterClass),tt(this.el,this.leaveClass)),this.cancel&&(this.cancel.call(this.vm,this.el),this.cancel=null)},No.callHook=function(t){this.hooks&&this.hooks[t]&&this.hooks[t].call(this.vm,this.el)},No.callHookWithCb=function(t){var e=this.hooks&&this.hooks[t];e&&(e.length>1&&(this.pendingJsCb=$(this[t+"Done"])),e.call(this.vm,this.el,this.pendingJsCb))},No.getCssTransitionType=function(t){if(!(!Ii||document.hidden||this.hooks&&this.hooks.css===!1||Pe(this.el))){var e=this.type||this.typeCache[t];if(e)return e;var i=this.el.style,n=window.getComputedStyle(this.el),r=i[Oo]||n[Oo];if(r&&"0s"!==r)e=xo;else{var o=i[To]||n[To];o&&"0s"!==o&&(e=Ao)}return e&&(this.typeCache[t]=e),e}},No.setupCssCb=function(t,e){this.pendingCssEvent=t;var i=this,n=this.el,r=this.pendingCssCb=function(o){o.target===n&&(K(n,t,r),i.pendingCssEvent=i.pendingCssCb=null,!i.pendingJsCb&&e&&e())};G(n,t,r)};var jo={priority:Sr,update:function(t,e){var i=this.el,n=yt(this.vm.$options,"transitions",t);t=t||"v",i.__v_trans=new Se(i,t,n,this.vm),e&&tt(i,e+"-transition"),Z(i,t+"-transition")}},So={style:no,"class":mo,component:go,prop:Co,transition:jo},Po=/^v-bind:|^:/,Do=/^v-on:|^@/,Fo=/^v-([^:]+)(?:$|:(.*)$)/,Vo=/\.[^\.]+/g,Ho=/^(v-bind:|:)?transition$/,Lo=1e3,Mo=2e3;Ze.terminal=!0;var zo=/[^\w\-:\.]/,Io=Object.freeze({compile:De,compileAndLinkProps:Me,compileRoot:ze,transclude:oi,resolveSlots:li}),Bo=/^v-on:|^@/;di.prototype._bind=function(){var t=this.name,e=this.descriptor;if(("cloak"!==t||this.vm._isCompiled)&&this.el&&this.el.removeAttribute){var i=e.attr||"v-"+t;this.el.removeAttribute(i)}var n=e.def;if("function"==typeof n?this.update=n:g(this,n),this._setupParams(),this.bind&&this.bind(),this._bound=!0,this.literal)this.update&&this.update(e.raw);else if((this.expression||this.modifiers)&&(this.update||this.twoWay)&&!this._checkStatement()){var r=this;this.update?this._update=function(t,e){r._locked||r.update(t,e)}:this._update=pi;var o=this._preProcess?v(this._preProcess,this):null,s=this._postProcess?v(this._postProcess,this):null,a=this._watcher=new qt(this.vm,this.expression,this._update,{filters:this.filters,twoWay:this.twoWay,deep:this.deep,preProcess:o,postProcess:s,scope:this._scope});this.afterBind?this.afterBind():this.update&&this.update(a.value)}},di.prototype._setupParams=function(){if(this.params){var t=this.params;this.params=Object.create(null);for(var e,i,n,r=t.length;r--;)e=p(t[r]),n=u(e),i=I(this.el,e),null!=i?this._setupParamWatcher(n,i):(i=z(this.el,e),null!=i&&(this.params[n]=""===i?!0:i))}},di.prototype._setupParamWatcher=function(t,e){var i=this,n=!1,r=(this._scope||this.vm).$watch(e,function(e,r){if(i.params[t]=e,n){var o=i.paramWatchers&&i.paramWatchers[t];o&&o.call(i,e,r)}else n=!0},{immediate:!0,user:!1});(this._paramUnwatchFns||(this._paramUnwatchFns=[])).push(r)},di.prototype._checkStatement=function(){var t=this.expression;if(t&&this.acceptStatement&&!zt(t)){var e=Mt(t).get,i=this._scope||this.vm,n=function(t){i.$event=t,e.call(i,i),i.$event=null};return this.filters&&(n=i._applyFilters(n,null,this.filters)),this.update(n),!0}},di.prototype.set=function(t){this.twoWay&&this._withLock(function(){this._watcher.set(t)})},di.prototype._withLock=function(t){var e=this;e._locked=!0,t.call(e),Qi(function(){e._locked=!1})},di.prototype.on=function(t,e,i){G(this.el,t,e,i),(this._listeners||(this._listeners=[])).push([t,e])},di.prototype._teardown=function(){if(this._bound){this._bound=!1,this.unbind&&this.unbind(),this._watcher&&this._watcher.teardown();var t,e=this._listeners;if(e)for(t=e.length;t--;)K(this.el,e[t][0],e[t][1]);var i=this._paramUnwatchFns;if(i)for(t=i.length;t--;)i[t]();this.vm=this.el=this._watcher=this._listeners=null}};var Wo=/[^|]\|[^|]/;Ot(wi),ui(wi),fi(wi),vi(wi),mi(wi),gi(wi),_i(wi),yi(wi),bi(wi);var Uo={priority:Lr,params:["name"],bind:function(){var t=this.params.name||"default",e=this.vm._slotContents&&this.vm._slotContents[t];e&&e.hasChildNodes()?this.compile(e.cloneNode(!0),this.vm._context,this.vm):this.fallback()},compile:function(t,e,i){if(t&&e){if(this.el.hasChildNodes()&&1===t.childNodes.length&&1===t.childNodes[0].nodeType&&t.childNodes[0].hasAttribute("v-if")){var n=document.createElement("template");n.setAttribute("v-else",""),n.innerHTML=this.el.innerHTML,n._context=this.vm,t.appendChild(n)}var r=i?i._scope:this._scope;this.unlink=e.$compile(t,i,r,this._frag)}t?J(this.el,t):q(this.el)},fallback:function(){this.compile(et(this.el,!0),this.vm)},unbind:function(){this.unlink&&this.unlink()}},qo={priority:Fr,params:["name"],paramWatchers:{name:function(t){Ir.remove.call(this),t&&this.insert(t)}},bind:function(){this.anchor=ot("v-partial"),J(this.el,this.anchor),this.insert(this.params.name)},insert:function(t){var e=yt(this.vm.$options,"partials",t,!0);e&&(this.factory=new se(this.vm,e),Ir.insert.call(this))},unbind:function(){this.frag&&this.frag.destroy()}},Qo={slot:Uo,partial:qo},Jo=zr._postProcess,Go=/(\d{3})(?=\d)/g,Ko={orderBy:ki,filterBy:$i,limitBy:Ci,json:{read:function(t,e){return"string"==typeof t?t:JSON.stringify(t,null,Number(e)||2)},write:function(t){try{return JSON.parse(t)}catch(e){return t}}},capitalize:function(t){return t||0===t?(t=t.toString(),t.charAt(0).toUpperCase()+t.slice(1)):""},uppercase:function(t){return t||0===t?t.toString().toUpperCase():""},lowercase:function(t){return t||0===t?t.toString().toLowerCase():""},currency:function(t,e){if(t=parseFloat(t),!isFinite(t)||!t&&0!==t)return"";e=null!=e?e:"$";var i=Math.abs(t).toFixed(2),n=i.slice(0,-3),r=n.length%3,o=r>0?n.slice(0,r)+(n.length>3?",":""):"",s=i.slice(-3),a=0>t?"-":"";return a+e+o+n.slice(r).replace(Go,"$1,")+s},pluralize:function(t){var e=m(arguments,1);return e.length>1?e[t%10-1]||e[e.length-1]:e[0]+(1===t?"":"s")},debounce:function(t,e){return t?(e||(e=300),w(t,e)):void 0}};Ai(wi),wi.version="1.0.21",setTimeout(function(){bn.devtools&&Vi&&Vi.emit("init",wi)},0),t.exports=wi}).call(e,function(){return this}())},function(t,e){var i=e.cache={};e.insert=function(t){if(!i[t]){i[t]=!0;var e=document.createElement("style");return e.setAttribute("type","text/css"),"textContent"in e?e.textContent=t:e.styleSheet.cssText=t,document.getElementsByTagName("head")[0].appendChild(e),e}}}]); \ No newline at end of file From 749a2d3f47a9efba578e3f1009214d9a34296d2e Mon Sep 17 00:00:00 2001 From: Paul Pflugradt Date: Tue, 30 Aug 2016 12:41:06 +0200 Subject: [PATCH 2/2] Updates --- index_bundle.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index_bundle.js b/index_bundle.js index 4d8a3eb..ab0c57d 100644 --- a/index_bundle.js +++ b/index_bundle.js @@ -1,13 +1,13 @@ -!function(t){function e(n){if(i[n])return i[n].exports;var r=i[n]={exports:{},id:n,loaded:!1};return t[n].call(r.exports,r,r.exports,e),r.loaded=!0,r.exports}var i={};return e.m=t,e.c=i,e.p="/",e(0)}([function(t,e,i){t.exports=i(1)},function(t,e,i){Vue=i(13),Vue.config.debug=!0,Router=i(12),Vue.use(Router),router=new Router({history:!1,hashbang:!0}),routes={"/basic":{component:i(7)}},app=Vue.extend({data:function(){return{availableRoutes:routes}}}),router.map(routes),router.on("/",{component:i(4)}),router.afterEach(function(t){document.title=t.to.path+" - vue-dev-server"}),router.start(app,"#app")},function(t,e,i){t.exports={components:{scrollfire:i(8)},methods:{entered:function(){return console.log("div entered view")},enteredOffset:function(){return console.log("div entered view 200px before")},enteredNegativOffset:function(){return console.log("div will enter view in 200px")},enteredAfter:function(){return console.log("div entered view 5sec before")}}}},function(t,e,i){t.exports={props:{multiple:{type:Boolean,"default":!1},offset:{type:Number,"default":0},after:{type:Number,"default":0}},mixins:[i(11),i(9),i(10)],methods:{processScroll:function(){var t;return t=this.$el.getBoundingClientRect().top+this.offset-this.height,this.lastPos>0&&0>=t&&(this.after>0?setTimeout(function(t){return function(){return t.$emit("entered")}}(this),this.after):this.$emit("entered"),this.multiple||setTimeout(this.disposeListener,1)),this.lastPos=t},getHeight:function(){return this.height=this.getViewportSize().height}},compiled:function(){return this.lastPos=Number.MAX_VALUE,this.getHeight(),this.onWindowResize(this.getHeight),this.disposeListener=this.onWindowScroll(this.processScroll)}}},function(t,e,i){i(14).insert("ul.dev-server-nav{list-style-type:none}.dev-server-nav>li{cursor:pointer}.dev-server-nav>li:hover{color:#008cff}");t.exports={props:["availableRoutes"]},t.exports.__esModule&&(t.exports=t.exports["default"]),("function"==typeof t.exports?t.exports.options:t.exports).template='

Available routes:

  • {{route.fullPath}}
'},function(t,e){t.exports="
source

open console and scroll down

div
"},function(t,e){t.exports=""},function(t,e,i){var n,r;n=i(2),r=i(5),t.exports=n||{},t.exports.__esModule&&(t.exports=t.exports["default"]),r&&(("function"==typeof t.exports?t.exports.options||(t.exports.options={}):t.exports).template=r)},function(t,e,i){var n,r;n=i(3),r=i(6),t.exports=n||{},t.exports.__esModule&&(t.exports=t.exports["default"]),r&&(("function"==typeof t.exports?t.exports.options||(t.exports.options={}):t.exports).template=r)},function(t,e){(function(){var e;e=function(){var t,e;return null!=window.innerWidth?(e=window,t="inner"):(t="client",e=document.documentElement||document.body),{width:e[t+"Width"],height:e[t+"Height"]}},t.exports={methods:{getViewportSize:e}}}).call(this)},function(t,e){(function(){var e,i,n,r;r=!1,e=[],n=function(){var t;return r?void 0:(t=arguments,r=!0,window.requestAnimationFrame?window.requestAnimationFrame(function(){return i.apply(null,t)}):setTimeout(function(){return i.apply(null,t)},66))},i=function(){var t,i,n;for(i=0,n=e.length;n>i;i++)t=e[i],t.apply(null,arguments);return r=!1},window.addEventListener("resize",n),t.exports={data:function(){return{resizeCbDisposables:[]}},methods:{onWindowResize:function(t){var i;return e.push(t),i=function(){var i;return i=e.indexOf(t),i>-1?e.splice(i,1):void 0},this.resizeCbDisposables.push(i),function(t){return function(){var e;return i(),e=t.resizeCbDisposables.indexOf(i),e>-1?t.resizeCbDisposables.splice(e,1):void 0}}(this)}},beforeDestroy:function(){var t,e,i,n,r;for(i=this.resizeCbDisposables,r=[],t=0,e=i.length;e>t;t++)n=i[t],r.push(n());return r}}}).call(this)},function(t,e){(function(){var e,i,n,r;r=!1,e=[],n=function(){var t;return r?void 0:(t=arguments,r=!0,window.requestAnimationFrame?window.requestAnimationFrame(function(){return i.apply(null,t)}):setTimeout(function(){return i.apply(null,t)},66))},i=function(){var t,i,n;for(i=0,n=e.length;n>i;i++)t=e[i],t.apply(null,arguments);return r=!1},window.addEventListener("scroll",n),t.exports={data:function(){return{scrollCbDisposables:[]}},methods:{onWindowScroll:function(t){var i;return e.push(t),i=function(){var i;return i=e.indexOf(t),i>-1?e.splice(i,1):void 0},this.scrollCbDisposables.push(i),function(t){return function(){var e;return i(),e=t.scrollCbDisposables.indexOf(i),e>-1?t.scrollCbDisposables.splice(e,1):void 0}}(this)}},beforeDestroy:function(){var t,e,i,n,r;for(i=this.scrollCbDisposables,n=[],t=0,e=i.length;e>t;t++)r=i[t],n.push(r());return n}}}).call(this)},function(t,e,i){/*! +!function(t){function e(n){if(i[n])return i[n].exports;var r=i[n]={exports:{},id:n,loaded:!1};return t[n].call(r.exports,r,r.exports,e),r.loaded=!0,r.exports}var i={};return e.m=t,e.c=i,e.p="/",e(0)}([function(t,e,i){t.exports=i(2)},function(t,e){(function(){var e;e=function(){var t,e;return null!=window.innerWidth?(e=window,t="inner"):(t="client",e=document.documentElement||document.body),{width:e[t+"Width"],height:e[t+"Height"]}},t.exports={methods:{getViewportSize:e}}}).call(this)},function(t,e,i){Vue=i(14),Vue.config.debug=!0,Router=i(13),Vue.use(Router),router=new Router({history:!1,hashbang:!0}),routes={"/basic":{component:i(8)}},app=Vue.extend({data:function(){return{availableRoutes:routes}}}),router.map(routes),router.on("/",{component:i(5)}),router.afterEach(function(t){document.title=t.to.path+" - vue-dev-server"}),router.start(app,"#app")},function(t,e,i){t.exports={mixins:[i(1),i(12)],components:{scrollfire:i(9)},methods:{entered:function(){return console.log("div entered view")},left:function(){return console.log("div left view")},progress:function(t){return console.log("div on viewport, top:"+t.top+" bottom:"+t.bottom)},enteredOffset:function(){return console.log("div entered view 200px before")},leftOffset:function(){return console.log("div left view 200px ago")},enteredNegativOffset:function(){return console.log("div will enter view in 200px")},enteredAfter:function(){return console.log("div entered view 1sec before")},initial:function(){return console.log("div entered view or was in view initially or was scrolled by initially")},initialLeft:function(){return console.log("div left view or was in view initially or was scrolled by initially")}}}},function(t,e,i){t.exports={props:{multiple:{type:Boolean,"default":!1},offset:{type:Number,"default":0,coerce:Number},after:{type:Number,"default":0,coerce:Number},ignoreParent:{type:Boolean,"default":!1},initial:{type:Boolean,"default":!1}},mixins:[i(11),i(1),i(10)],methods:{processScroll:function(){var t,e,i;return e=this.target.getBoundingClientRect(),i=e.top-this.height,t=e.bottom,this.initial&&!this.lastPos&&(this.lastPos={top:Number.MAX_VALUE,bottom:Number.MAX_VALUE}),null!=this.lastPos&&((!this.state.entered&&this.lastPos.top>-this.offset&&i<=-this.offset||this.lastPos.bottom=this.offset)&&(this.after>-this.offset?setTimeout(function(t){return function(){return t.$emit("entered")}}(this),this.after):this.$emit("entered"),this.multiple||(this.state.entered=!0)),(!this.state.left&&this.lastPos.bottom>-this.offset&&t<=-this.offset||this.lastPos.top=this.offset)&&(this.after>0?setTimeout(function(t){return function(){return t.$emit("left")}}(this),this.after):this.$emit("left"),this.multiple||(this.state.left=!0),this.multiple||setTimeout(this.disposeListener,1)),i<0&&t>0&&this.$emit("progress",{top:-i,bottom:t})),this.lastPos={top:i,bottom:t}},getHeight:function(){return this.height=this.getViewportSize().height}},compiled:function(){return this.state={entered:!1,left:!1},this.getHeight(),this.onWindowResize(this.getHeight),this.disposeListener=this.onWindowScroll(this.processScroll)},ready:function(){return this.target=this.ignoreParent?this.$el:this.$el.parentElement,this.processScroll()}}},function(t,e,i){i(15).insert("ul.dev-server-nav{list-style-type:none}.dev-server-nav>li{cursor:pointer}.dev-server-nav>li:hover{color:#008cff}");t.exports={props:["availableRoutes"]},t.exports.__esModule&&(t.exports=t.exports["default"]),("function"==typeof t.exports?t.exports.options:t.exports).template='

Available routes:

  • {{route.fullPath}}
'},function(t,e){t.exports="
source

open console and scroll down

try reloading the page at the bottom to see the effect of `initial` prop and scroll up

div
"},function(t,e){t.exports=""},function(t,e,i){var n,r;n=i(3),r=i(6),t.exports=n||{},t.exports.__esModule&&(t.exports=t.exports["default"]),r&&(("function"==typeof t.exports?t.exports.options||(t.exports.options={}):t.exports).template=r)},function(t,e,i){var n,r;n=i(4),r=i(7),t.exports=n||{},t.exports.__esModule&&(t.exports=t.exports["default"]),r&&(("function"==typeof t.exports?t.exports.options||(t.exports.options={}):t.exports).template=r)},function(t,e){(function(){var e,i,n,r;r=!1,e=[],n=function(){var t;if(!r)return t=arguments,r=!0,window.requestAnimationFrame?window.requestAnimationFrame(function(){return i.apply(null,t)}):setTimeout(function(){return i.apply(null,t)},66)},i=function(){var t,i,n;for(i=0,n=e.length;i-1)return e.splice(i,1)},this.resizeCbDisposables.push(i),function(t){return function(){var e;if(i(),e=t.resizeCbDisposables.indexOf(i),e>-1)return t.resizeCbDisposables.splice(e,1)}}(this)}},beforeDestroy:function(){var t,e,i,n,r;for(i=this.resizeCbDisposables,r=[],t=0,e=i.length;t-1)return e.splice(i,1)},this.scrollCbDisposables.push(i),function(t){return function(){var e;if(i(),e=t.scrollCbDisposables.indexOf(i),e>-1)return t.scrollCbDisposables.splice(e,1)}}(this)}},beforeDestroy:function(){var t,e,i,n,r;for(i=this.scrollCbDisposables,n=[],t=0,e=i.length;tr;r++)n+=t[r].path.length;e=e.substr(n);var s={path:e,handler:i};t.push(s)}function r(t,e,i,o){var s=e.routes;for(var a in s)if(s.hasOwnProperty(a)){var h=t.slice();n(h,a,s[a]),e.children[a]?r(h,e.children[a],i,o):i.call(o,h)}}function o(t,n){var o=new e;t(i("",o,this.delegate)),r([],o,function(t){n?n(this,t):this.add(t)},this)}function s(t){U||"undefined"==typeof console||console.error("[vue-router] "+t)}function a(t,e){try{return e?decodeURIComponent(t):decodeURI(t)}catch(i){s("malformed URI"+(e?" component: ":": ")+t)}}function h(t){return"[object Array]"===Object.prototype.toString.call(t)}function l(t){this.string=t}function c(t){this.name=t}function u(t){this.name=t}function f(){}function p(t,e,i){"/"===t.charAt(0)&&(t=t.substr(1));var n=t.split("/"),r=[];i.val="";for(var o=0,s=n.length;s>o;o++){var a,h=n[o];(a=h.match(/^:([^\/]+)$/))?(r.push(new c(a[1])),e.push(a[1]),i.val+="3"):(a=h.match(/^\*([^\/]+)$/))?(r.push(new u(a[1])),i.val+="2",e.push(a[1])):""===h?(r.push(new f),i.val+="1"):(r.push(new l(h)),i.val+="4")}return i.val=+i.val,r}function d(t){this.charSpec=t,this.nextStates=[]}function v(t){return t.sort(function(t,e){return e.specificity.val-t.specificity.val})}function m(t,e){for(var i=[],n=0,r=t.length;r>n;n++){var o=t[n];i=i.concat(o.match(e))}return i}function g(t){this.queryParams=t||{}}function _(t,e,i){for(var n=t.handlers,r=t.regex,o=e.match(r),s=1,a=new g(i),h=0,l=n.length;l>h;h++){for(var c=n[h],u=c.names,f={},p=0,d=u.length;d>p;p++)f[u[p]]=o[s++];a.push({handler:c.handler,params:f,isDynamic:!!u.length})}return a}function y(t,e){return e.eachChar(function(e){t=t.put(e)}),t}function b(t){return t=t.replace(/\+/gm,"%20"),a(t,!0)}function w(t){"undefined"!=typeof console&&console.error("[vue-router] "+t)}function C(t,e,i){var n=t.match(/(\?.*)$/);if(n&&(n=n[1],t=t.slice(0,-n.length)),"?"===e.charAt(0))return t+e;var r=t.split("/");i&&r[r.length-1]||r.pop();for(var o=e.replace(/^\//,"").split("/"),s=0;s can only be used inside a router-enabled app.");this._isDynamicLiteral=!0,i.bind.call(this);for(var e=void 0,n=this.vm;n;){if(n._routerView){e=n._routerView;break}n=n.$parent}if(e)this.parentView=e,e.childView=this;else{var r=t.router;r._rootView=this}var o=t.router._currentTransition;if(!e&&o.done||e&&e.activated){var s=e?e.depth+1:0;N(this,o,s)}},unbind:function(){this.parentView&&(this.parentView.childView=null),i.unbind.call(this)}}),t.elementDirective("router-view",n)}function M(t){function e(t){return t.protocol===location.protocol&&t.hostname===location.hostname&&t.port===location.port}function i(t,e,i){if(e=e.trim(),-1===e.indexOf(" "))return void i(t,e);for(var n=e.split(/\s+/),r=0,o=n.length;o>r;r++)i(t,n[r])}var n=t.util,r=n.bind,o=n.isObject,s=n.addClass,a=n.removeClass,h=t.directive("on").priority,l="__vue-router-link-update__",c=0;t.directive("link-active",{priority:9999,bind:function(){for(var t=this,e=String(c++),i=this.el.querySelectorAll("[v-link]"),n=0,r=i.length;r>n;n++){var o=i[n],s=o.getAttribute(l),a=s?s+","+e:e;o.setAttribute(l,a)}this.vm.$on(l,this.cb=function(i,n){i.activeIds.indexOf(e)>-1&&i.updateClasses(n,t.el)})},unbind:function(){this.vm.$off(l,this.cb)}}),t.directive("link",{priority:h-2,bind:function(){var t=this.vm;if(!t.$route)return void w("v-link can only be used inside a router-enabled app.");this.router=t.$route.router,this.unwatch=t.$watch("$route",r(this.onRouteUpdate,this));var e=this.el.getAttribute(l);e&&(this.el.removeAttribute(l),this.activeIds=e.split(",")),"A"===this.el.tagName&&"_blank"===this.el.getAttribute("target")||(this.handler=r(this.onClick,this),this.el.addEventListener("click",this.handler))},update:function(t){this.target=t,o(t)&&(this.append=t.append,this.exact=t.exact,this.prevActiveClass=this.activeClass,this.activeClass=t.activeClass),this.onRouteUpdate(this.vm.$route)},onClick:function(t){if(!(t.metaKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||0!==t.button)){var i=this.target;if(i)t.preventDefault(),this.router.go(i);else{for(var n=t.target;"A"!==n.tagName&&n!==this.el;)n=n.parentNode;if("A"===n.tagName&&e(n)){t.preventDefault();var r=n.pathname;this.router.history.root&&(r=r.replace(this.router.history.rootRE,"")),this.router.go({path:r,replace:i&&i.replace,append:i&&i.append})}}}},onRouteUpdate:function(t){var e=this.router.stringifyPath(this.target);this.path!==e&&(this.path=e,this.updateActiveMatch(),this.updateHref()),this.activeIds?this.vm.$emit(l,this,t.path):this.updateClasses(t.path,this.el)},updateActiveMatch:function(){this.activeRE=this.path&&!this.exact?new RegExp("^"+this.path.replace(/\/$/,"").replace(st,"").replace(ot,"\\$&")+"(\\/|$)"):null},updateHref:function(){if("A"===this.el.tagName){var t=this.path,e=this.router,i="/"===t.charAt(0),n=t&&("hash"===e.mode||i)?e.history.formatPath(t,this.append):t;n?this.el.href=n:this.el.removeAttribute("href")}},updateClasses:function(t,e){var n=this.activeClass||this.router._linkActiveClass;this.prevActiveClass&&this.prevActiveClass!==n&&i(e,this.prevActiveClass,a);var r=this.path.replace(st,"");t=t.replace(st,""),this.exact?r===t||"/"!==r.charAt(r.length-1)&&r===t.replace(rt,"")?i(e,n,s):i(e,n,a):this.activeRE&&this.activeRE.test(t)?i(e,n,s):i(e,n,a)},unbind:function(){this.el.removeEventListener("click",this.handler),this.unwatch&&this.unwatch()}})}function z(t,e){var i=e.component;ht.util.isPlainObject(i)&&(i=e.component=ht.extend(i)),"function"!=typeof i&&(e.component=null,w('invalid component for route "'+t+'".'))}var I={};I.classCallCheck=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.prototype={to:function(t,e){var i=this.delegate;if(i&&i.willAddRoute&&(t=i.willAddRoute(this.matcher.target,t)),this.matcher.add(this.path,t),e){if(0===e.length)throw new Error("You must have an argument in the function passed to `to`");this.matcher.addChild(this.path,t,e,this.delegate)}return this}},e.prototype={add:function(t,e){this.routes[t]=e},addChild:function(t,n,r,o){var s=new e(n);this.children[t]=s;var a=i(t,s,o);o&&o.contextEntered&&o.contextEntered(n,a),r(a)}};var B=["/",".","*","+","?","|","(",")","[","]","{","}","\\"],W=new RegExp("(\\"+B.join("|\\")+")","g"),U=!1;l.prototype={eachChar:function(t){for(var e,i=this.string,n=0,r=i.length;r>n;n++)e=i.charAt(n),t({validChars:e})},regex:function(){return this.string.replace(W,"\\$1")},generate:function(){return this.string}},c.prototype={eachChar:function(t){t({invalidChars:"/",repeat:!0})},regex:function(){return"([^/]+)"},generate:function(t){var e=t[this.name];return null==e?":"+this.name:e}},u.prototype={eachChar:function(t){t({invalidChars:"",repeat:!0})},regex:function(){return"(.+)"},generate:function(t){var e=t[this.name];return null==e?":"+this.name:e}},f.prototype={eachChar:function(){},regex:function(){return""},generate:function(){return""}},d.prototype={get:function(t){for(var e=this.nextStates,i=0,n=e.length;n>i;i++){var r=e[i],o=r.charSpec.validChars===t.validChars;if(o=o&&r.charSpec.invalidChars===t.invalidChars)return r}},put:function(t){var e;return(e=this.get(t))?e:(e=new d(t),this.nextStates.push(e),t.repeat&&e.nextStates.push(e),e)},match:function(t){for(var e,i,n,r=this.nextStates,o=[],s=0,a=r.length;a>s;s++)e=r[s],i=e.charSpec,"undefined"!=typeof(n=i.validChars)?-1!==n.indexOf(t)&&o.push(e):"undefined"!=typeof(n=i.invalidChars)&&-1===n.indexOf(t)&&o.push(e);return o}};var q=Object.create||function(t){function e(){}return e.prototype=t,new e};g.prototype=q({splice:Array.prototype.splice,slice:Array.prototype.slice,push:Array.prototype.push,length:0,queryParams:null});var Q=function(){this.rootState=new d,this.names={}};Q.prototype={add:function(t,e){for(var i,n=this.rootState,r="^",o={},s=[],a=[],h=!0,l=0,c=t.length;c>l;l++){var u=t[l],d=[],v=p(u.path,d,o);a=a.concat(v);for(var m=0,g=v.length;g>m;m++){var _=v[m];_ instanceof f||(h=!1,n=n.put({validChars:"/"}),r+="/",n=y(n,_),r+=_.regex())}var b={handler:u.handler,names:d};s.push(b)}h&&(n=n.put({validChars:"/"}),r+="/"),n.handlers=s,n.regex=new RegExp(r+"$"),n.specificity=o,(i=e&&e.as)&&(this.names[i]={segments:a,handlers:s})},handlersFor:function(t){var e=this.names[t],i=[];if(!e)throw new Error("There is no route named "+t);for(var n=0,r=e.handlers.length;r>n;n++)i.push(e.handlers[n]);return i},hasRoute:function(t){return!!this.names[t]},generate:function(t,e){var i=this.names[t],n="";if(!i)throw new Error("There is no route named "+t);for(var r=i.segments,o=0,s=r.length;s>o;o++){var a=r[o];a instanceof f||(n+="/",n+=a.generate(e))}return"/"!==n.charAt(0)&&(n="/"+n),e&&e.queryParams&&(n+=this.generateQueryString(e.queryParams)),n},generateQueryString:function(t){var e=[],i=[];for(var n in t)t.hasOwnProperty(n)&&i.push(n);i.sort();for(var r=0,o=i.length;o>r;r++){n=i[r];var s=t[n];if(null!=s){var a=encodeURIComponent(n);if(h(s))for(var l=0,c=s.length;c>l;l++){var u=n+"[]="+encodeURIComponent(s[l]);e.push(u)}else a+="="+encodeURIComponent(s),e.push(a)}}return 0===e.length?"":"?"+e.join("&")},parseQueryString:function(t){for(var e=t.split("&"),i={},n=0;n2&&"[]"===s.slice(a-2)&&(h=!0,s=s.slice(0,a-2),i[s]||(i[s]=[])),r=o[1]?b(o[1]):""),h?i[s].push(r):i[s]=r}return i},recognize:function(t,e){U=e;var i,n,r,o,s=[this.rootState],h={},l=!1;if(o=t.indexOf("?"),-1!==o){var c=t.substr(o+1,t.length);t=t.substr(0,o),c&&(h=this.parseQueryString(c))}if(t=a(t)){for("/"!==t.charAt(0)&&(t="/"+t),i=t.length,i>1&&"/"===t.charAt(i-1)&&(t=t.substr(0,i-1),l=!0),n=0,r=t.length;r>n&&(s=m(s,t.charAt(n)),s.length);n++);var u=[];for(n=0,r=s.length;r>n;n++)s[n].handlers&&u.push(s[n]);s=v(u);var f=u[0];return f&&f.handlers?(l&&"(.+)$"===f.regex.source.slice(-5)&&(t+="/"),_(f,t,h)):void 0}}},Q.prototype.map=o;var J=Q.prototype.generateQueryString,G={},K=void 0,X=/#.*$/,Y=function(){function t(e){var i=e.root,n=e.onChange;I.classCallCheck(this,t),i&&"/"!==i?("/"!==i.charAt(0)&&(i="/"+i),this.root=i.replace(/\/$/,""),this.rootRE=new RegExp("^\\"+this.root)):this.root=null,this.onChange=n;var r=document.querySelector("base");this.base=r&&r.getAttribute("href")}return t.prototype.start=function(){var t=this;this.listener=function(e){var i=location.pathname+location.search;t.root&&(i=i.replace(t.rootRE,"")),t.onChange(i,e&&e.state,location.hash)},window.addEventListener("popstate",this.listener),this.listener()},t.prototype.stop=function(){window.removeEventListener("popstate",this.listener)},t.prototype.go=function(t,e,i){var n=this.formatPath(t,i);e?history.replaceState({},"",n):(history.replaceState({pos:{x:window.pageXOffset,y:window.pageYOffset}},"",location.href),history.pushState({},"",n));var r=t.match(X),o=r&&r[0];t=n.replace(X,"").replace(this.rootRE,""),this.onChange(t,null,o)},t.prototype.formatPath=function(t,e){return"/"===t.charAt(0)?this.root?this.root+"/"+t.replace(/^\//,""):t:C(this.base||location.pathname,t,e)},t}(),Z=function(){function t(e){var i=e.hashbang,n=e.onChange;I.classCallCheck(this,t),this.hashbang=i,this.onChange=n}return t.prototype.start=function(){var t=this;this.listener=function(){var e=location.hash,i=e.replace(/^#!?/,"");"/"!==i.charAt(0)&&(i="/"+i);var n=t.formatPath(i);if(n!==e)return void location.replace(n);var r=location.search&&e.indexOf("?")>-1?"&"+location.search.slice(1):location.search;t.onChange(e.replace(/^#!?/,"")+r)},window.addEventListener("hashchange",this.listener),this.listener()},t.prototype.stop=function(){window.removeEventListener("hashchange",this.listener)},t.prototype.go=function(t,e,i){t=this.formatPath(t,i),e?location.replace(t):location.hash=t},t.prototype.formatPath=function(t,e){var i="/"===t.charAt(0),n="#"+(this.hashbang?"!":"");return i?n+t:n+C(location.hash.replace(/^#!?/,""),t,e)},t}(),tt=function(){function t(e){var i=e.onChange;I.classCallCheck(this,t),this.onChange=i,this.currentPath="/"}return t.prototype.start=function(){this.onChange("/")},t.prototype.stop=function(){},t.prototype.go=function(t,e,i){t=this.currentPath=this.formatPath(t,i),this.onChange(t)},t.prototype.formatPath=function(t,e){return"/"===t.charAt(0)?t:C(this.currentPath,t,e)},t}(),et=function(){function t(e,i,n){I.classCallCheck(this,t),this.router=e,this.to=i,this.from=n,this.next=null,this.aborted=!1,this.done=!1}return t.prototype.abort=function(){if(!this.aborted){this.aborted=!0;var t=!this.from.path&&"/"===this.to.path;t||this.router.replace(this.from.path||"/")}},t.prototype.redirect=function(t){this.aborted||(this.aborted=!0,"string"==typeof t?t=A(t,this.to.params,this.to.query):(t.params=t.params||this.to.params,t.query=t.query||this.to.query),this.router.replace(t))},t.prototype.start=function(t){for(var e=this,i=[],n=this.router._rootView;n;)i.unshift(n),n=n.childView;var r=i.slice().reverse(),o=this.activateQueue=V(this.to.matched).map(function(t){return t.handler}),s=void 0,a=void 0;for(s=0;s0&&(a=r.slice(0,s),i=r.slice(s).reverse(),o=o.slice(s)),e.runQueue(i,T,function(){e.runQueue(o,E,function(){e.runQueue(i,R,function(){if(e.router._onTransitionValidated(e),a&&a.forEach(function(t){return j(t,e)}),i.length){var n=i[i.length-1],r=a?a.length:0;N(n,e,r,t)}else t()})})})},t.prototype.runQueue=function(t,e,i){function n(o){o>=t.length?i():e(t[o],r,function(){n(o+1)})}var r=this;n(0)},t.prototype.callHook=function(t,e,i){var n=arguments.length<=3||void 0===arguments[3]?{}:arguments[3],r=n.expectBoolean,o=void 0===r?!1:r,s=n.postActivate,a=void 0===s?!1:s,h=n.processData,l=n.cleanup,c=this,u=!1,f=function(){l&&l(),c.abort()},p=function(t){if(a?v():f(),t&&!c.router._suppress)throw w("Uncaught error during transition: "),t instanceof Error?t:new Error(t)},d=function(t){try{p(t)}catch(e){setTimeout(function(){throw e},0)}},v=function(){return u?void w("transition.next() should be called only once."):(u=!0,c.aborted?void(l&&l()):void(i&&i()))},m=function(e){"boolean"==typeof e?e?v():f():$(e)?e.then(function(t){t?v():f()},d):t.length||v()},g=function(t){var e=void 0;try{e=h(t)}catch(i){return p(i)}$(e)?e.then(v,d):v()},_={to:c.to,from:c.from,abort:f,next:h?g:v,redirect:function(){c.redirect.apply(c,arguments)}},y=void 0;try{y=t.call(e,_)}catch(b){return p(b)}o?m(y):$(y)?h?y.then(g,d):y.then(v,d):h&&F(y)?g(y):t.length||v()},t.prototype.callHooks=function(t,e,i,n){var r=this;Array.isArray(t)?this.runQueue(t,function(t,i,o){r.aborted||r.callHook(t,e,o,n)},i):this.callHook(t,e,i,n)},t}(),it=/^(component|subRoutes|fullPath)$/,nt=function ct(t,e){var i=this;I.classCallCheck(this,ct);var n=e._recognizer.recognize(t);n&&([].forEach.call(n,function(t){for(var e in t.handler)it.test(e)||(i[e]=t.handler[e])}),this.query=n.queryParams,this.params=[].reduce.call(n,function(t,e){if(e.params)for(var i in e.params)t[i]=e.params[i];return t},{})),this.path=t,this.matched=n||e._notFoundHandler,Object.defineProperty(this,"router",{enumerable:!1,value:e}),Object.freeze(this)},rt=/\/$/,ot=/[-.*+?^${}()|[\]\/\\]/g,st=/\?.*$/,at={"abstract":tt,hash:Z,html5:Y},ht=void 0,lt=function(){function t(){var e=this,i=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],n=i.hashbang,r=void 0===n?!0:n,o=i["abstract"],s=void 0===o?!1:o,a=i.history,h=void 0===a?!1:a,l=i.saveScrollPosition,c=void 0===l?!1:l,u=i.transitionOnLoad,f=void 0===u?!1:u,p=i.suppressTransitionError,d=void 0===p?!1:p,v=i.root,m=void 0===v?null:v,g=i.linkActiveClass,_=void 0===g?"v-link-active":g;if(I.classCallCheck(this,t),!t.installed)throw new Error("Please install the Router with Vue.use() before creating an instance.");this.app=null,this._children=[],this._recognizer=new Q,this._guardRecognizer=new Q,this._started=!1,this._startCb=null,this._currentRoute={},this._currentTransition=null,this._previousTransition=null,this._notFoundHandler=null,this._notFoundRedirect=null,this._beforeEachHooks=[],this._afterEachHooks=[],this._rendered=!1,this._transitionOnLoad=f,this._root=m,this._abstract=s,this._hashbang=r;var y="undefined"!=typeof window&&window.history&&window.history.pushState;this._history=h&&y,this._historyFallback=h&&!y;var b=ht.util.inBrowser;this.mode=!b||this._abstract?"abstract":this._history?"html5":"hash";var w=at[this.mode];this.history=new w({root:m,hashbang:this._hashbang,onChange:function(t,i,n){e._match(t,i,n)}}),this._saveScrollPosition=c,this._linkActiveClass=_,this._suppress=d}return t.prototype.map=function(t){for(var e in t)this.on(e,t[e]);return this},t.prototype.on=function(t,e){return"*"===t?this._notFound(e):this._addRoute(t,e,[]),this},t.prototype.redirect=function(t){for(var e in t)this._addRedirect(e,t[e]);return this},t.prototype.alias=function(t){for(var e in t)this._addAlias(e,t[e]);return this},t.prototype.beforeEach=function(t){return this._beforeEachHooks.push(t),this},t.prototype.afterEach=function(t){return this._afterEachHooks.push(t),this},t.prototype.go=function(t){var e=!1,i=!1;ht.util.isObject(t)&&(e=t.replace,i=t.append),t=this.stringifyPath(t),t&&this.history.go(t,e,i)},t.prototype.replace=function(t){"string"==typeof t&&(t={path:t}),t.replace=!0,this.go(t)},t.prototype.start=function(t,e,i){if(this._started)return void w("already started.");if(this._started=!0,this._startCb=i,!this.app){if(!t||!e)throw new Error("Must start vue-router with a component and a root container.");if(t instanceof ht)throw new Error("Must start vue-router with a component, not a Vue instance.");this._appContainer=e;var n=this._appConstructor="function"==typeof t?t:ht.extend(t);n.options.name=n.options.name||"RouterApp"}if(this._historyFallback){var r=window.location,o=new Y({root:this._root}),s=o.root?r.pathname.replace(o.rootRE,""):r.pathname;if(s&&"/"!==s)return void r.assign((o.root||"")+"/"+this.history.formatPath(s)+r.search)}this.history.start()},t.prototype.stop=function(){this.history.stop(),this._started=!1},t.prototype.stringifyPath=function(t){var e="";if(t&&"object"==typeof t){if(t.name){var i=ht.util.extend,n=this._currentTransition&&this._currentTransition.to.params,r=t.params||{},o=n?i(i({},n),r):r;e=encodeURI(this._recognizer.generate(t.name,o))}else t.path&&(e=encodeURI(t.path));if(t.query){var s=this._recognizer.generateQueryString(t.query);e+=e.indexOf("?")>-1?"&"+s.slice(1):s}}else e=encodeURI(t?t+"":"");return e},t.prototype._addRoute=function(t,e,i){if(z(t,e),e.path=t,e.fullPath=(i.reduce(function(t,e){return t+e.path},"")+t).replace("//","/"),i.push({path:t,handler:e}),this._recognizer.add(i,{as:e.name}),e.subRoutes)for(var n in e.subRoutes)this._addRoute(n,e.subRoutes[n],i.slice())},t.prototype._notFound=function(t){z("*",t),this._notFoundHandler=[{handler:t}]},t.prototype._addRedirect=function(t,e){"*"===t?this._notFoundRedirect=e:this._addGuard(t,e,this.replace)},t.prototype._addAlias=function(t,e){this._addGuard(t,e,this._match)},t.prototype._addGuard=function(t,e,i){var n=this;this._guardRecognizer.add([{path:t,handler:function(t,r){var o=A(e,t.params,r);i.call(n,o)}}])},t.prototype._checkGuard=function(t){var e=this._guardRecognizer.recognize(t,!0);return e?(e[0].handler(e[0],e.queryParams),!0):this._notFoundRedirect&&(e=this._recognizer.recognize(t),!e)?(this.replace(this._notFoundRedirect),!0):void 0},t.prototype._match=function(t,e,i){var n=this;if(!this._checkGuard(t)){var r=this._currentRoute,o=this._currentTransition;if(o){if(o.to.path===t)return;if(r.path===t)return o.aborted=!0,void(this._currentTransition=this._prevTransition);o.aborted=!0}var s=new nt(t,this),a=new et(this,s,r);this._prevTransition=o,this._currentTransition=a,this.app||!function(){var t=n;n.app=new n._appConstructor({el:n._appContainer,created:function(){this.$router=t},_meta:{$route:s}})}();var h=this._beforeEachHooks,l=function(){a.start(function(){n._postTransition(s,e,i)})};h.length?a.runQueue(h,function(t,e,i){a===n._currentTransition&&a.callHook(t,null,i,{expectBoolean:!0})},l):l(),!this._rendered&&this._startCb&&this._startCb.call(null),this._rendered=!0}},t.prototype._onTransitionValidated=function(t){var e=this._currentRoute=t.to;this.app.$route!==e&&(this.app.$route=e,this._children.forEach(function(t){t.$route=e})),this._afterEachHooks.length&&this._afterEachHooks.forEach(function(e){return e.call(null,{to:t.to,from:t.from})}),this._currentTransition.done=!0},t.prototype._postTransition=function(t,e,i){var n=e&&e.pos;n&&this._saveScrollPosition?ht.nextTick(function(){window.scrollTo(n.x,n.y)}):i&&ht.nextTick(function(){var t=document.getElementById(i.slice(1));t&&window.scrollTo(window.scrollX,t.offsetTop)})},t}();return lt.installed=!1,lt.install=function(t){return lt.installed?void w("already installed."):(ht=t,H(ht),L(ht),M(ht),G.Vue=ht,void(lt.installed=!0))},"undefined"!=typeof window&&window.Vue&&window.Vue.use(lt),lt})},function(t,e,i){(function(e){/*! - * Vue.js v1.0.21 +!function(e,i){t.exports=i()}(this,function(){"use strict";function t(t,e,i){this.path=t,this.matcher=e,this.delegate=i}function e(t){this.routes={},this.children={},this.target=t}function i(e,n,r){return function(o,s){var a=e+o;return s?void s(i(a,n,r)):new t(e+o,n,r)}}function n(t,e,i){for(var n=0,r=0,o=t.length;r can only be used inside a router-enabled app.");this._isDynamicLiteral=!0,i.bind.call(this);for(var e=void 0,n=this.vm;n;){if(n._routerView){e=n._routerView;break}n=n.$parent}if(e)this.parentView=e,e.childView=this;else{var r=t.router;r._rootView=this}var o=t.router._currentTransition;if(!e&&o.done||e&&e.activated){var s=e?e.depth+1:0;N(this,o,s)}},unbind:function(){this.parentView&&(this.parentView.childView=null),i.unbind.call(this)}}),t.elementDirective("router-view",n)}function M(t){function e(t){return t.protocol===location.protocol&&t.hostname===location.hostname&&t.port===location.port}function i(t,e,i){if(e=e.trim(),e.indexOf(" ")===-1)return void i(t,e);for(var n=e.split(/\s+/),r=0,o=n.length;r-1&&i.updateClasses(n,t.el)})},unbind:function(){this.vm.$off(l,this.cb)}}),t.directive("link",{priority:h-2,bind:function(){var t=this.vm;if(!t.$route)return void w("v-link can only be used inside a router-enabled app.");this.router=t.$route.router,this.unwatch=t.$watch("$route",r(this.onRouteUpdate,this));var e=this.el.getAttribute(l);e&&(this.el.removeAttribute(l),this.activeIds=e.split(",")),"A"===this.el.tagName&&"_blank"===this.el.getAttribute("target")||(this.handler=r(this.onClick,this),this.el.addEventListener("click",this.handler))},update:function(t){this.target=t,o(t)&&(this.append=t.append,this.exact=t.exact,this.prevActiveClass=this.activeClass,this.activeClass=t.activeClass),this.onRouteUpdate(this.vm.$route)},onClick:function(t){if(!(t.metaKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||0!==t.button)){var i=this.target;if(i)t.preventDefault(),this.router.go(i);else{for(var n=t.target;"A"!==n.tagName&&n!==this.el;)n=n.parentNode;if("A"===n.tagName&&e(n)){t.preventDefault();var r=n.pathname;this.router.history.root&&(r=r.replace(this.router.history.rootRE,"")),this.router.go({path:r,replace:i&&i.replace,append:i&&i.append})}}}},onRouteUpdate:function(t){var e=this.router.stringifyPath(this.target);this.path!==e&&(this.path=e,this.updateActiveMatch(),this.updateHref()),this.activeIds?this.vm.$emit(l,this,t.path):this.updateClasses(t.path,this.el)},updateActiveMatch:function(){this.activeRE=this.path&&!this.exact?new RegExp("^"+this.path.replace(/\/$/,"").replace(st,"").replace(ot,"\\$&")+"(\\/|$)"):null},updateHref:function(){if("A"===this.el.tagName){var t=this.path,e=this.router,i="/"===t.charAt(0),n=t&&("hash"===e.mode||i)?e.history.formatPath(t,this.append):t;n?this.el.href=n:this.el.removeAttribute("href")}},updateClasses:function(t,e){var n=this.activeClass||this.router._linkActiveClass;this.prevActiveClass&&this.prevActiveClass!==n&&i(e,this.prevActiveClass,a);var r=this.path.replace(st,"");t=t.replace(st,""),this.exact?r===t||"/"!==r.charAt(r.length-1)&&r===t.replace(rt,"")?i(e,n,s):i(e,n,a):this.activeRE&&this.activeRE.test(t)?i(e,n,s):i(e,n,a)},unbind:function(){this.el.removeEventListener("click",this.handler),this.unwatch&&this.unwatch()}})}function z(t,e){var i=e.component;ht.util.isPlainObject(i)&&(i=e.component=ht.extend(i)),"function"!=typeof i&&(e.component=null,w('invalid component for route "'+t+'".'))}var I={};I.classCallCheck=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.prototype={to:function(t,e){var i=this.delegate;if(i&&i.willAddRoute&&(t=i.willAddRoute(this.matcher.target,t)),this.matcher.add(this.path,t),e){if(0===e.length)throw new Error("You must have an argument in the function passed to `to`");this.matcher.addChild(this.path,t,e,this.delegate)}return this}},e.prototype={add:function(t,e){this.routes[t]=e},addChild:function(t,n,r,o){var s=new e(n);this.children[t]=s;var a=i(t,s,o);o&&o.contextEntered&&o.contextEntered(n,a),r(a)}};var B=["/",".","*","+","?","|","(",")","[","]","{","}","\\"],W=new RegExp("(\\"+B.join("|\\")+")","g"),U=!1;l.prototype={eachChar:function(t){for(var e,i=this.string,n=0,r=i.length;n2&&"[]"===s.slice(a-2)&&(h=!0,s=s.slice(0,a-2),i[s]||(i[s]=[])),r=o[1]?b(o[1]):""),h?i[s].push(r):i[s]=r}return i},recognize:function(t,e){U=e;var i,n,r,o,s=[this.rootState],h={},l=!1;if(o=t.indexOf("?"),o!==-1){var c=t.substr(o+1,t.length);t=t.substr(0,o),c&&(h=this.parseQueryString(c))}if(t=a(t)){for("/"!==t.charAt(0)&&(t="/"+t),i=t.length,i>1&&"/"===t.charAt(i-1)&&(t=t.substr(0,i-1),l=!0),n=0,r=t.length;n-1?"&"+location.search.slice(1):location.search;t.onChange(e.replace(/^#!?/,"")+r)},window.addEventListener("hashchange",this.listener),this.listener()},t.prototype.stop=function(){window.removeEventListener("hashchange",this.listener)},t.prototype.go=function(t,e,i){t=this.formatPath(t,i),e?location.replace(t):location.hash=t},t.prototype.formatPath=function(t,e){var i="/"===t.charAt(0),n="#"+(this.hashbang?"!":"");return i?n+t:n+C(location.hash.replace(/^#!?/,""),t,e)},t}(),tt=function(){function t(e){var i=e.onChange;I.classCallCheck(this,t),this.onChange=i,this.currentPath="/"}return t.prototype.start=function(){this.onChange("/")},t.prototype.stop=function(){},t.prototype.go=function(t,e,i){t=this.currentPath=this.formatPath(t,i),this.onChange(t)},t.prototype.formatPath=function(t,e){return"/"===t.charAt(0)?t:C(this.currentPath,t,e)},t}(),et=function(){function t(e,i,n){I.classCallCheck(this,t),this.router=e,this.to=i,this.from=n,this.next=null,this.aborted=!1,this.done=!1}return t.prototype.abort=function(){if(!this.aborted){this.aborted=!0;var t=!this.from.path&&"/"===this.to.path;t||this.router.replace(this.from.path||"/")}},t.prototype.redirect=function(t){this.aborted||(this.aborted=!0,"string"==typeof t?t=A(t,this.to.params,this.to.query):(t.params=t.params||this.to.params,t.query=t.query||this.to.query),this.router.replace(t))},t.prototype.start=function(t){for(var e=this,i=[],n=this.router._rootView;n;)i.unshift(n),n=n.childView;var r=i.slice().reverse(),o=this.activateQueue=V(this.to.matched).map(function(t){return t.handler}),s=void 0,a=void 0;for(s=0;s0&&(a=r.slice(0,s),i=r.slice(s).reverse(),o=o.slice(s)),e.runQueue(i,T,function(){e.runQueue(o,E,function(){e.runQueue(i,R,function(){if(e.router._onTransitionValidated(e),a&&a.forEach(function(t){return S(t,e)}),i.length){var n=i[i.length-1],r=a?a.length:0;N(n,e,r,t)}else t()})})})},t.prototype.runQueue=function(t,e,i){function n(o){o>=t.length?i():e(t[o],r,function(){n(o+1)})}var r=this;n(0)},t.prototype.callHook=function(t,e,i){var n=arguments.length<=3||void 0===arguments[3]?{}:arguments[3],r=n.expectBoolean,o=void 0!==r&&r,s=n.postActivate,a=void 0!==s&&s,h=n.processData,l=n.cleanup,c=this,u=!1,f=function(){l&&l(),c.abort()},p=function(t){if(a?v():f(),t&&!c.router._suppress)throw w("Uncaught error during transition: "),t instanceof Error?t:new Error(t)},d=function(t){try{p(t)}catch(e){setTimeout(function(){throw e},0)}},v=function(){return u?void w("transition.next() should be called only once."):(u=!0,c.aborted?void(l&&l()):void(i&&i()))},m=function(e){"boolean"==typeof e?e?v():f():$(e)?e.then(function(t){t?v():f()},d):t.length||v()},g=function(t){var e=void 0;try{e=h(t)}catch(i){return p(i)}$(e)?e.then(v,d):v()},_={to:c.to,from:c.from,abort:f,next:h?g:v,redirect:function(){c.redirect.apply(c,arguments)}},y=void 0;try{y=t.call(e,_)}catch(b){return p(b)}o?m(y):$(y)?h?y.then(g,d):y.then(v,d):h&&F(y)?g(y):t.length||v()},t.prototype.callHooks=function(t,e,i,n){var r=this;Array.isArray(t)?this.runQueue(t,function(t,i,o){r.aborted||r.callHook(t,e,o,n)},i):this.callHook(t,e,i,n)},t}(),it=/^(component|subRoutes|fullPath)$/,nt=function ct(t,e){var i=this;I.classCallCheck(this,ct);var n=e._recognizer.recognize(t);n&&([].forEach.call(n,function(t){for(var e in t.handler)it.test(e)||(i[e]=t.handler[e])}),this.query=n.queryParams,this.params=[].reduce.call(n,function(t,e){if(e.params)for(var i in e.params)t[i]=e.params[i];return t},{})),this.path=t,this.matched=n||e._notFoundHandler,Object.defineProperty(this,"router",{enumerable:!1,value:e}),Object.freeze(this)},rt=/\/$/,ot=/[-.*+?^${}()|[\]\/\\]/g,st=/\?.*$/,at={"abstract":tt,hash:Z,html5:K},ht=void 0,lt=function(){function t(){var e=this,i=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],n=i.hashbang,r=void 0===n||n,o=i["abstract"],s=void 0!==o&&o,a=i.history,h=void 0!==a&&a,l=i.saveScrollPosition,c=void 0!==l&&l,u=i.transitionOnLoad,f=void 0!==u&&u,p=i.suppressTransitionError,d=void 0!==p&&p,v=i.root,m=void 0===v?null:v,g=i.linkActiveClass,_=void 0===g?"v-link-active":g;if(I.classCallCheck(this,t),!t.installed)throw new Error("Please install the Router with Vue.use() before creating an instance.");this.app=null,this._children=[],this._recognizer=new Q,this._guardRecognizer=new Q,this._started=!1,this._startCb=null,this._currentRoute={},this._currentTransition=null,this._previousTransition=null,this._notFoundHandler=null,this._notFoundRedirect=null,this._beforeEachHooks=[],this._afterEachHooks=[],this._rendered=!1,this._transitionOnLoad=f,this._root=m,this._abstract=s,this._hashbang=r;var y="undefined"!=typeof window&&window.history&&window.history.pushState;this._history=h&&y,this._historyFallback=h&&!y;var b=ht.util.inBrowser;this.mode=!b||this._abstract?"abstract":this._history?"html5":"hash";var w=at[this.mode];this.history=new w({root:m,hashbang:this._hashbang,onChange:function(t,i,n){e._match(t,i,n)}}),this._saveScrollPosition=c,this._linkActiveClass=_,this._suppress=d}return t.prototype.map=function(t){for(var e in t)this.on(e,t[e]);return this},t.prototype.on=function(t,e){return"*"===t?this._notFound(e):this._addRoute(t,e,[]),this},t.prototype.redirect=function(t){for(var e in t)this._addRedirect(e,t[e]);return this},t.prototype.alias=function(t){for(var e in t)this._addAlias(e,t[e]);return this},t.prototype.beforeEach=function(t){return this._beforeEachHooks.push(t),this},t.prototype.afterEach=function(t){return this._afterEachHooks.push(t),this},t.prototype.go=function(t){var e=!1,i=!1;ht.util.isObject(t)&&(e=t.replace,i=t.append),t=this.stringifyPath(t),t&&this.history.go(t,e,i)},t.prototype.replace=function(t){"string"==typeof t&&(t={path:t}),t.replace=!0,this.go(t)},t.prototype.start=function(t,e,i){if(this._started)return void w("already started.");if(this._started=!0,this._startCb=i,!this.app){if(!t||!e)throw new Error("Must start vue-router with a component and a root container.");if(t instanceof ht)throw new Error("Must start vue-router with a component, not a Vue instance.");this._appContainer=e;var n=this._appConstructor="function"==typeof t?t:ht.extend(t);n.options.name=n.options.name||"RouterApp"}if(this._historyFallback){var r=window.location,o=new K({root:this._root}),s=o.root?r.pathname.replace(o.rootRE,""):r.pathname;if(s&&"/"!==s)return void r.assign((o.root||"")+"/"+this.history.formatPath(s)+r.search)}this.history.start()},t.prototype.stop=function(){this.history.stop(),this._started=!1},t.prototype.stringifyPath=function(t){var e="";if(t&&"object"==typeof t){if(t.name){var i=ht.util.extend,n=this._currentTransition&&this._currentTransition.to.params,r=t.params||{},o=n?i(i({},n),r):r;e=encodeURI(this._recognizer.generate(t.name,o))}else t.path&&(e=encodeURI(t.path));if(t.query){var s=this._recognizer.generateQueryString(t.query);e+=e.indexOf("?")>-1?"&"+s.slice(1):s}}else e=encodeURI(t?t+"":"");return e},t.prototype._addRoute=function(t,e,i){if(z(t,e),e.path=t,e.fullPath=(i.reduce(function(t,e){return t+e.path},"")+t).replace("//","/"),i.push({path:t,handler:e}),this._recognizer.add(i,{as:e.name}),e.subRoutes)for(var n in e.subRoutes)this._addRoute(n,e.subRoutes[n],i.slice())},t.prototype._notFound=function(t){z("*",t),this._notFoundHandler=[{handler:t}]},t.prototype._addRedirect=function(t,e){"*"===t?this._notFoundRedirect=e:this._addGuard(t,e,this.replace)},t.prototype._addAlias=function(t,e){this._addGuard(t,e,this._match)},t.prototype._addGuard=function(t,e,i){var n=this;this._guardRecognizer.add([{path:t,handler:function(t,r){var o=A(e,t.params,r);i.call(n,o)}}])},t.prototype._checkGuard=function(t){var e=this._guardRecognizer.recognize(t,!0);return e?(e[0].handler(e[0],e.queryParams),!0):this._notFoundRedirect&&(e=this._recognizer.recognize(t),!e)?(this.replace(this._notFoundRedirect),!0):void 0},t.prototype._match=function(t,e,i){var n=this;if(!this._checkGuard(t)){var r=this._currentRoute,o=this._currentTransition;if(o){if(o.to.path===t)return;if(r.path===t)return o.aborted=!0,void(this._currentTransition=this._prevTransition);o.aborted=!0}var s=new nt(t,this),a=new et(this,s,r);this._prevTransition=o,this._currentTransition=a,this.app||!function(){var t=n;n.app=new n._appConstructor({el:n._appContainer,created:function(){this.$router=t},_meta:{$route:s}})}();var h=this._beforeEachHooks,l=function(){a.start(function(){n._postTransition(s,e,i)})};h.length?a.runQueue(h,function(t,e,i){a===n._currentTransition&&a.callHook(t,null,i,{expectBoolean:!0})},l):l(),!this._rendered&&this._startCb&&this._startCb.call(null),this._rendered=!0}},t.prototype._onTransitionValidated=function(t){var e=this._currentRoute=t.to;this.app.$route!==e&&(this.app.$route=e,this._children.forEach(function(t){t.$route=e})),this._afterEachHooks.length&&this._afterEachHooks.forEach(function(e){return e.call(null,{to:t.to,from:t.from})}),this._currentTransition.done=!0},t.prototype._postTransition=function(t,e,i){var n=e&&e.pos;n&&this._saveScrollPosition?ht.nextTick(function(){window.scrollTo(n.x,n.y)}):i&&ht.nextTick(function(){var t=document.getElementById(i.slice(1));t&&window.scrollTo(window.scrollX,t.offsetTop)})},t}();return lt.installed=!1,lt.install=function(t){return lt.installed?void w("already installed."):(ht=t,H(ht),L(ht),M(ht),G.Vue=ht,void(lt.installed=!0))},"undefined"!=typeof window&&window.Vue&&window.Vue.use(lt),lt})},function(t,e,i){(function(e){/*! + * Vue.js v1.0.26 * (c) 2016 Evan You * Released under the MIT License. */ -"use strict";function i(t,e,n){if(r(t,e))return void(t[e]=n);if(t._isVue)return void i(t._data,e,n);var o=t.__ob__;if(!o)return void(t[e]=n);if(o.convert(e,n),o.dep.notify(),o.vms)for(var s=o.vms.length;s--;){var a=o.vms[s];a._proxy(e),a._digest()}return n}function n(t,e){if(r(t,e)){delete t[e];var i=t.__ob__;if(i&&(i.dep.notify(),i.vms))for(var n=i.vms.length;n--;){var o=i.vms[n];o._unproxy(e),o._digest()}}}function r(t,e){return Oi.call(t,e)}function o(t){return Ti.test(t)}function s(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function a(t){return null==t?"":t.toString()}function h(t){if("string"!=typeof t)return t;var e=Number(t);return isNaN(e)?t:e}function l(t){return"true"===t?!0:"false"===t?!1:t}function c(t){var e=t.charCodeAt(0),i=t.charCodeAt(t.length-1);return e!==i||34!==e&&39!==e?t:t.slice(1,-1)}function u(t){return t.replace(Ei,f)}function f(t,e){return e?e.toUpperCase():""}function p(t){return t.replace(Ri,"$1-$2").toLowerCase()}function d(t){return t.replace(Ni,f)}function v(t,e){return function(i){var n=arguments.length;return n?n>1?t.apply(e,arguments):t.call(e,i):t.call(e)}}function m(t,e){e=e||0;for(var i=t.length-e,n=new Array(i);i--;)n[i]=t[i+e];return n}function g(t,e){for(var i=Object.keys(e),n=i.length;n--;)t[i[n]]=e[i[n]];return t}function _(t){return null!==t&&"object"==typeof t}function y(t){return ji.call(t)===Si}function b(t,e,i,n){Object.defineProperty(t,e,{value:i,enumerable:!!n,writable:!0,configurable:!0})}function w(t,e){var i,n,r,o,s,a=function h(){var a=Date.now()-o;e>a&&a>=0?i=setTimeout(h,e-a):(i=null,s=t.apply(r,n),i||(r=n=null))};return function(){return r=this,n=arguments,o=Date.now(),i||(i=setTimeout(a,e)),s}}function C(t,e){for(var i=t.length;i--;)if(t[i]===e)return i;return-1}function $(t){var e=function i(){return i.cancelled?void 0:t.apply(this,arguments)};return e.cancel=function(){e.cancelled=!0},e}function k(t,e){return t==e||(_(t)&&_(e)?JSON.stringify(t)===JSON.stringify(e):!1)}function x(t){this.size=0,this.limit=t,this.head=this.tail=void 0,this._keymap=Object.create(null)}function A(){var t,e=Gi.slice(en,Zi).trim();if(e){t={};var i=e.match(ln);t.name=i[0],i.length>1&&(t.args=i.slice(1).map(O))}t&&(Ki.filters=Ki.filters||[]).push(t),en=Zi+1}function O(t){if(cn.test(t))return{value:h(t),dynamic:!1};var e=c(t),i=e===t;return{value:i?t:e,dynamic:i}}function T(t){var e=hn.get(t);if(e)return e;for(Gi=t,nn=rn=!1,on=sn=an=0,en=0,Ki={},Zi=0,tn=Gi.length;tn>Zi;Zi++)if(Yi=Xi,Xi=Gi.charCodeAt(Zi),nn)39===Xi&&92!==Yi&&(nn=!nn);else if(rn)34===Xi&&92!==Yi&&(rn=!rn);else if(124===Xi&&124!==Gi.charCodeAt(Zi+1)&&124!==Gi.charCodeAt(Zi-1))null==Ki.expression?(en=Zi+1,Ki.expression=Gi.slice(0,Zi).trim()):A();else switch(Xi){case 34:rn=!0;break;case 39:nn=!0;break;case 40:an++;break;case 41:an--;break;case 91:sn++;break;case 93:sn--;break;case 123:on++;break;case 125:on--}return null==Ki.expression?Ki.expression=Gi.slice(0,Zi).trim():0!==en&&A(),hn.put(t,Ki),Ki}function E(t){return t.replace(fn,"\\$&")}function R(){var t=E(bn.delimiters[0]),e=E(bn.delimiters[1]),i=E(bn.unsafeDelimiters[0]),n=E(bn.unsafeDelimiters[1]);dn=new RegExp(i+"((?:.|\\n)+?)"+n+"|"+t+"((?:.|\\n)+?)"+e,"g"),vn=new RegExp("^"+i+".*"+n+"$"),pn=new x(1e3)}function N(t){pn||R();var e=pn.get(t);if(e)return e;if(!dn.test(t))return null;for(var i,n,r,o,s,a,h=[],l=dn.lastIndex=0;i=dn.exec(t);)n=i.index,n>l&&h.push({value:t.slice(l,n)}),r=vn.test(i[0]),o=r?i[1]:i[2],s=o.charCodeAt(0),a=42===s,o=a?o.slice(1):o,h.push({tag:!0,value:o.trim(),html:r,oneTime:a}),l=n+i[0].length;return l1?t.map(function(t){return S(t,e)}).join("+"):S(t[0],e,!0)}function S(t,e,i){return t.tag?t.oneTime&&e?'"'+e.$eval(t.value)+'"':P(t.value,i):'"'+t.value+'"'}function P(t,e){if(mn.test(t)){var i=T(t);return i.filters?"this._applyFilters("+i.expression+",null,"+JSON.stringify(i.filters)+",false)":"("+t+")"}return e?t:"("+t+")"}function D(t,e,i,n){H(t,1,function(){e.appendChild(t)},i,n)}function F(t,e,i,n){H(t,1,function(){W(t,e)},i,n)}function V(t,e,i){H(t,-1,function(){q(t)},e,i)}function H(t,e,i,n,r){var o=t.__v_trans;if(!o||!o.hooks&&!Ii||!n._isCompiled||n.$parent&&!n.$parent._isCompiled)return i(),void(r&&r());var s=e>0?"enter":"leave";o[s](i,r)}function L(t){if("string"==typeof t){t=document.querySelector(t)}return t}function M(t){var e=document.documentElement,i=t&&t.parentNode;return e===t||e===i||!(!i||1!==i.nodeType||!e.contains(i))}function z(t,e){var i=t.getAttribute(e);return null!==i&&t.removeAttribute(e),i}function I(t,e){var i=z(t,":"+e);return null===i&&(i=z(t,"v-bind:"+e)),i}function B(t,e){return t.hasAttribute(e)||t.hasAttribute(":"+e)||t.hasAttribute("v-bind:"+e)}function W(t,e){e.parentNode.insertBefore(t,e)}function U(t,e){e.nextSibling?W(t,e.nextSibling):e.parentNode.appendChild(t)}function q(t){t.parentNode.removeChild(t)}function Q(t,e){e.firstChild?W(t,e.firstChild):e.appendChild(t)}function J(t,e){var i=t.parentNode;i&&i.replaceChild(e,t)}function G(t,e,i,n){t.addEventListener(e,i,n)}function K(t,e,i){t.removeEventListener(e,i)}function X(t){var e=t.className;return"object"==typeof e&&(e=e.baseVal||""),e}function Y(t,e){Li&&!/svg$/.test(t.namespaceURI)?t.className=e:t.setAttribute("class",e)}function Z(t,e){if(t.classList)t.classList.add(e);else{var i=" "+X(t)+" ";i.indexOf(" "+e+" ")<0&&Y(t,(i+e).trim())}}function tt(t,e){if(t.classList)t.classList.remove(e);else{for(var i=" "+X(t)+" ",n=" "+e+" ";i.indexOf(n)>=0;)i=i.replace(n," ");Y(t,i.trim())}t.className||t.removeAttribute("class")}function et(t,e){var i,n;if(rt(t)&<(t.content)&&(t=t.content),t.hasChildNodes())for(it(t),n=e?document.createDocumentFragment():document.createElement("div");i=t.firstChild;)n.appendChild(i);return n}function it(t){for(var e;e=t.firstChild,nt(e);)t.removeChild(e);for(;e=t.lastChild,nt(e);)t.removeChild(e)}function nt(t){return t&&(3===t.nodeType&&!t.data.trim()||8===t.nodeType)}function rt(t){return t.tagName&&"template"===t.tagName.toLowerCase()}function ot(t,e){var i=bn.debug?document.createComment(t):document.createTextNode(e?" ":"");return i.__v_anchor=!0,i}function st(t){if(t.hasAttributes())for(var e=t.attributes,i=0,n=e.length;n>i;i++){var r=e[i].name;if($n.test(r))return u(r.replace($n,""))}}function at(t,e,i){for(var n;t!==e;)n=t.nextSibling,i(t),t=n;i(e)}function ht(t,e,i,n,r){function o(){if(a++,s&&a>=h.length){for(var t=0;tr;r++){var s=n[r];kn.test(s)||xn.test(s)||(e=i[s],y(e)&&(i[s]=wi.extend(e)))}}function mt(t){var e,i,n=t.props;if(Pi(n))for(t.props={},e=n.length;e--;)i=n[e],"string"==typeof i?t.props[i]=null:i.name&&(t.props[i.name]=i);else if(y(n)){var r=Object.keys(n);for(e=r.length;e--;)i=n[r[e]],"function"==typeof i&&(n[r[e]]={type:i})}}function gt(t){if(Pi(t)){for(var e,i={},n=t.length;n--;){e=t[n];var r="function"==typeof e?e.options&&e.options.name||e.id:e.name||e.id;r&&(i[r]=e)}return i}return t}function _t(t,e,i){function n(n){var r=An[n]||On;s[n]=r(t[n],e[n],i,n)}vt(e),mt(e);var o,s={};if(e.mixins)for(var a=0,h=e.mixins.length;h>a;a++)t=_t(t,e.mixins[a],i);for(o in t)n(o);for(o in e)r(t,o)||n(o);return s}function yt(t,e,i,n){if("string"==typeof i){var r,o=t[e],s=o[i]||o[r=u(i)]||o[r.charAt(0).toUpperCase()+r.slice(1)];return s}}function bt(){this.id=Tn++,this.subs=[]}function wt(t){jn=!1,t(),jn=!0}function Ct(t){if(this.value=t,this.dep=new bt,b(t,"__ob__",this),Pi(t)){var e=Di?$t:kt;e(t,Rn,Nn),this.observeArray(t)}else this.walk(t)}function $t(t,e){t.__proto__=e}function kt(t,e,i){for(var n=0,r=i.length;r>n;n++){var o=i[n];b(t,o,e[o])}}function xt(t,e){if(t&&"object"==typeof t){var i;return r(t,"__ob__")&&t.__ob__ instanceof Ct?i=t.__ob__:jn&&(Pi(t)||y(t))&&Object.isExtensible(t)&&!t._isVue&&(i=new Ct(t)),i&&e&&i.addVm(e),i}}function At(t,e,i){var n=new bt,r=Object.getOwnPropertyDescriptor(t,e);if(!r||r.configurable!==!1){var o=r&&r.get,s=r&&r.set,a=xt(i);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=o?o.call(t):i;if(bt.target&&(n.depend(),a&&a.dep.depend(),Pi(e)))for(var r,s=0,h=e.length;h>s;s++)r=e[s],r&&r.__ob__&&r.__ob__.dep.depend();return e},set:function(e){var r=o?o.call(t):i;e!==r&&(s?s.call(t,e):i=e,a=xt(e),n.notify())}})}}function Ot(t){t.prototype._init=function(t){t=t||{},this.$el=null,this.$parent=t.parent,this.$root=this.$parent?this.$parent.$root:this,this.$children=[],this.$refs={},this.$els={},this._watchers=[],this._directives=[],this._uid=Pn++,this._isVue=!0,this._events={},this._eventsCount={},this._isFragment=!1,this._fragment=this._fragmentStart=this._fragmentEnd=null,this._isCompiled=this._isDestroyed=this._isReady=this._isAttached=this._isBeingDestroyed=this._vForRemoving=!1,this._unlinkFn=null,this._context=t._context||this.$parent,this._scope=t._scope,this._frag=t._frag,this._frag&&this._frag.children.push(this),this.$parent&&this.$parent.$children.push(this),t=this.$options=_t(this.constructor.options,t,this),this._updateRef(),this._data={},this._runtimeData=t.data,this._callHook("init"),this._initState(),this._initEvents(),this._callHook("created"),t.el&&this.$mount(t.el)}}function Tt(t){if(void 0===t)return"eof";var e=t.charCodeAt(0);switch(e){case 91:case 93:case 46:case 34:case 39:case 48:return t;case 95:case 36:return"ident";case 32:case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return e>=97&&122>=e||e>=65&&90>=e?"ident":e>=49&&57>=e?"number":"else"}function Et(t){var e=t.trim();return"0"===t.charAt(0)&&isNaN(t)?!1:o(e)?c(e):"*"+e}function Rt(t){function e(){var e=t[c+1];return u===Un&&"'"===e||u===qn&&'"'===e?(c++,n="\\"+e,p[Fn](),!0):void 0}var i,n,r,o,s,a,h,l=[],c=-1,u=Mn,f=0,p=[];for(p[Vn]=function(){void 0!==r&&(l.push(r),r=void 0)},p[Fn]=function(){void 0===r?r=n:r+=n},p[Hn]=function(){p[Fn](),f++},p[Ln]=function(){if(f>0)f--,u=Wn,p[Fn]();else{if(f=0,r=Et(r),r===!1)return!1;p[Vn]()}};null!=u;)if(c++,i=t[c],"\\"!==i||!e()){if(o=Tt(i),h=Gn[u],s=h[o]||h["else"]||Jn,s===Jn)return;if(u=s[0],a=p[s[1]],a&&(n=s[2],n=void 0===n?i:n,a()===!1))return;if(u===Qn)return l.raw=t,l}}function Nt(t){var e=Dn.get(t);return e||(e=Rt(t),e&&Dn.put(t,e)),e}function jt(t,e){return Mt(e).get(t)}function St(t,e,n){var r=t;if("string"==typeof e&&(e=Rt(e)),!e||!_(t))return!1;for(var o,s,a=0,h=e.length;h>a;a++)o=t,s=e[a],"*"===s.charAt(0)&&(s=Mt(s.slice(1)).get.call(r,r)),h-1>a?(t=t[s],_(t)||(t={},i(o,s,t))):Pi(t)?t.$set(s,n):s in t?t[s]=n:i(t,s,n);return!0}function Pt(t,e){var i=cr.length;return cr[i]=e?t.replace(rr,"\\n"):t,'"'+i+'"'}function Dt(t){var e=t.charAt(0),i=t.slice(1);return tr.test(i)?t:(i=i.indexOf('"')>-1?i.replace(sr,Ft):i,e+"scope."+i)}function Ft(t,e){return cr[e]}function Vt(t){ir.test(t),cr.length=0;var e=t.replace(or,Pt).replace(nr,"");return e=(" "+e).replace(hr,Dt).replace(sr,Ft),Ht(e)}function Ht(t){try{return new Function("scope","return "+t+";")}catch(e){}}function Lt(t){var e=Nt(t);return e?function(t,i){St(t,e,i)}:void 0}function Mt(t,e){t=t.trim();var i=Yn.get(t);if(i)return e&&!i.set&&(i.set=Lt(i.exp)),i;var n={exp:t};return n.get=zt(t)&&t.indexOf("[")<0?Ht("scope."+t):Vt(t),e&&(n.set=Lt(t)),Yn.put(t,n),n}function zt(t){return ar.test(t)&&!lr.test(t)&&"Math."!==t.slice(0,5)}function It(){fr=[],pr=[],dr={},vr={},mr=gr=!1}function Bt(){Wt(fr),gr=!0,Wt(pr),Vi&&bn.devtools&&Vi.emit("flush"),It()}function Wt(t){for(Kn=0;Kn0){var s=o+(n?e:ct(e));r=Er.get(s),r||(r=De(i,t.$options,!0),Er.put(s,r))}else r=De(i,t.$options,!0);this.linker=r}function ae(t,e,i){var n=t.node.previousSibling;if(n){for(t=n.__v_frag;!(t&&t.forId===i&&t.inserted||n===e);){if(n=n.previousSibling,!n)return;t=n.__v_frag}return t}}function he(t){var e=t.node;if(t.end)for(;!e.__vue__&&e!==t.end&&e.nextSibling;)e=e.nextSibling;return e.__vue__}function le(t){for(var e=-1,i=new Array(Math.floor(t));++ea;a++)if(n=t.options[a],o=i?n.hasAttribute("selected"):n.selected){if(r=n.hasOwnProperty("_value")?n._value:n.value,!e)return r;s.push(r)}return s}function ue(t,e){for(var i=t.length;i--;)if(k(t[i],e))return i;return-1}function fe(t,e){var i=e.map(function(t){var e=t.charCodeAt(0);return e>47&&58>e?parseInt(t,10):1===t.length&&(e=t.toUpperCase().charCodeAt(0),e>64&&91>e)?e:Kr[t]});return i=[].concat.apply([],i),function(e){return i.indexOf(e.keyCode)>-1?t.call(this,e):void 0}}function pe(t){return function(e){return e.stopPropagation(),t.call(this,e)}}function de(t){return function(e){return e.preventDefault(),t.call(this,e)}}function ve(t){return function(e){return e.target===e.currentTarget?t.call(this,e):void 0}}function me(t){if(eo[t])return eo[t];var e=ge(t);return eo[t]=eo[e]=e,e}function ge(t){t=p(t);var e=u(t),i=e.charAt(0).toUpperCase()+e.slice(1);io||(io=document.createElement("div"));for(var n,r=Yr.length;r--;)if(n=Zr[r]+i,n in io.style)return{kebab:Yr[r]+t,camel:n};return e in io.style?{kebab:t,camel:e}:void 0}function _e(t,e){for(var i=Object.keys(e),n=0,r=i.length;r>n;n++){var o=i[n];e[o]&&be(t,o,Z)}}function ye(t){for(var e={},i=t.trim().split(/\s+/),n=0,r=i.length;r>n;n++)e[i[n]]=!0;return e}function be(t,e,i){if(e=e.trim(),-1===e.indexOf(" "))return void i(t,e);for(var n=e.split(/\s+/),r=0,o=n.length;o>r;r++)i(t,n[r])}function we(t,e,i){function n(){++o>=r?i():t[o].call(e,n)}var r=t.length,o=0;t[0].call(e,n)}function Ce(t,e,i){for(var n,r,s,a,h,l,c,f=[],d=Object.keys(e),v=d.length;v--;)if(r=d[v],n=e[r]||yo,h=u(r),bo.test(h)){if(c={name:r,path:h,options:n,mode:_o.ONE_WAY,raw:null},s=p(r),null===(a=I(t,s))&&(null!==(a=I(t,s+".sync"))?c.mode=_o.TWO_WAY:null!==(a=I(t,s+".once"))&&(c.mode=_o.ONE_TIME)),null!==a)c.raw=a,l=T(a),a=l.expression,c.filters=l.filters,o(a)&&!l.filters?c.optimizedLiteral=!0:c.dynamic=!0,c.parentPath=a;else if(null!==(a=z(t,s)))c.raw=a;else;f.push(c)}return $e(f)}function $e(t){return function(e,i){e._props={};for(var n,r,o,s,a,u=t.length;u--;)if(n=t[u],a=n.raw,r=n.path,o=n.options,e._props[r]=n,null===a)xe(e,n,void 0);else if(n.dynamic)n.mode===_o.ONE_TIME?(s=(i||e._context||e).$get(n.parentPath),xe(e,n,s)):e._context?e._bindDir({name:"prop",def:Co,prop:n},null,null,i):xe(e,n,e.$get(n.parentPath));else if(n.optimizedLiteral){var f=c(a);s=f===a?l(h(a)):f,xe(e,n,s)}else s=o.type!==Boolean||""!==a&&a!==p(n.name)?a:!0,xe(e,n,s)}}function ke(t,e,i,n){var r=e.dynamic&&zt(e.parentPath),o=i;void 0===o&&(o=Oe(t,e)),o=Ee(e,o);var s=o!==i;Te(e,o,t)||(o=void 0),r&&!s?wt(function(){n(o)}):n(o)}function xe(t,e,i){ke(t,e,i,function(i){At(t,e.path,i)})}function Ae(t,e,i){ke(t,e,i,function(i){t[e.path]=i})}function Oe(t,e){var i=e.options;if(!r(i,"default"))return i.type===Boolean?!1:void 0;var n=i["default"];return _(n),"function"==typeof n&&i.type!==Function?n.call(t):n}function Te(t,e,i){if(!t.options.required&&(null===t.raw||null==e))return!0;var n=t.options,r=n.type,o=!r,s=[];if(r){Pi(r)||(r=[r]);for(var a=0;ar;r++)n[r]._bind();return n}function Ve(t,e){return t=t.descriptor.def.priority||Lo,e=e.descriptor.def.priority||Lo,t>e?-1:t===e?0:1}function He(t,e,i,n){function r(r){Le(t,e,r),i&&n&&Le(i,n)}return r.dirs=e,r}function Le(t,e,i){for(var n=e.length;n--;)e[n]._teardown()}function Me(t,e,i,n){var r=Ce(e,i,t),o=Fe(function(){r(t,n)},t);return He(t,o)}function ze(t,e,i){var n,r,o=e._containerAttrs,s=e._replacerAttrs;if(11!==t.nodeType)e._asComponent?(o&&i&&(n=ei(o,i)),s&&(r=ei(s,e))):r=ei(t.attributes,e);else;return e._containerAttrs=e._replacerAttrs=null,function(t,e,i){var o,s=t._context;s&&n&&(o=Fe(function(){n(s,e,null,i)},s));var a=Fe(function(){r&&r(t,e)},t);return He(t,a,s,o)}}function Ie(t,e){var i=t.nodeType;return 1===i&&"SCRIPT"!==t.tagName?Be(t,e):3===i&&t.data.trim()?We(t,e):null}function Be(t,e){if("TEXTAREA"===t.tagName){var i=N(t.value);i&&(t.setAttribute(":value",j(i)),t.value="")}var n,r=t.hasAttributes(),o=r&&m(t.attributes);return r&&(n=Ye(t,o,e)),n||(n=Ke(t,e)),n||(n=Xe(t,e)),!n&&r&&(n=ei(o,e)),n}function We(t,e){if(t._skip)return Ue;var i=N(t.wholeText);if(!i)return null;for(var n=t.nextSibling;n&&3===n.nodeType;)n._skip=!0,n=n.nextSibling;for(var r,o,s=document.createDocumentFragment(),a=0,h=i.length;h>a;a++)o=i[a],r=o.tag?qe(o,e):document.createTextNode(o.value),s.appendChild(r);return Qe(i,s,e)}function Ue(t,e){q(e)}function qe(t,e){function i(e){if(!t.descriptor){var i=T(t.value);t.descriptor={name:e,def:vo[e],expression:i.expression,filters:i.filters}}}var n;return t.oneTime?n=document.createTextNode(t.value):t.html?(n=document.createComment("v-html"),i("html")):(n=document.createTextNode(" "),i("text")),n}function Qe(t,e){return function(i,n,r,o){for(var s,a,h,l=e.cloneNode(!0),c=m(l.childNodes),u=0,f=t.length;f>u;u++)s=t[u],a=s.value,s.tag&&(h=c[u],s.oneTime?(a=(o||i).$eval(a),s.html?J(h,Yt(a,!0)):h.data=a):i._bindDir(s.descriptor,h,r,o));J(n,l)}}function Je(t,e){for(var i,n,r,o=[],s=0,a=t.length;a>s;s++)r=t[s],i=Ie(r,e),n=i&&i.terminal||"SCRIPT"===r.tagName||!r.hasChildNodes()?null:Je(r.childNodes,e),o.push(i,n);return o.length?Ge(o):null}function Ge(t){return function(e,i,n,r,o){for(var s,a,h,l=0,c=0,u=t.length;u>l;c++){s=i[c],a=t[l++],h=t[l++];var f=m(s.childNodes);a&&a(e,s,n,r,o),h&&h(e,f,n,r,o)}}}function Ke(t,e){var i=t.tagName.toLowerCase();if(!kn.test(i)){var n=yt(e,"elementDirectives",i);return n?ti(t,i,"",e,n):void 0}}function Xe(t,e){var i=ut(t,e);if(i){var n=st(t),r={name:"component",ref:n,expression:i.id,def:So.component,modifiers:{literal:!i.dynamic}},o=function(t,e,i,o,s){n&&At((o||t).$refs,n,null),t._bindDir(r,e,i,o,s)};return o.terminal=!0,o}}function Ye(t,e,i){if(null!==z(t,"v-pre"))return Ze;if(t.hasAttribute("v-else")){var n=t.previousElementSibling;if(n&&n.hasAttribute("v-if"))return Ze}for(var r,o,s,a,h,l,c,u,f,p,d=0,v=e.length;v>d;d++)r=e[d],a=ii(r.name),o=r.name.replace(Vo,""),(h=o.match(Fo))&&(f=yt(i,"directives",h[1]),f&&f.terminal&&(!p||(f.priority||Mo)>p.priority)&&(p=f,c=r.name,s=r.value,l=h[1],u=h[2]));return p?ti(t,l,s,i,p,c,u,a):void 0}function Ze(){}function ti(t,e,i,n,r,o,s,a){var h=T(i),l={name:e,arg:s,expression:h.expression,filters:h.filters,raw:i,attr:o,modifiers:a,def:r};"for"!==e&&"router-view"!==e||(l.ref=st(t));var c=function(t,e,i,n,r){l.ref&&At((n||t).$refs,l.ref,null),t._bindDir(l,e,i,n,r)};return c.terminal=!0,c}function ei(t,e){function i(t,e,i){var n=i&&ri(i),r=!n&&T(o);v.push({name:t,attr:s,raw:a,def:e,arg:l,modifiers:c,expression:r&&r.expression,filters:r&&r.filters,interp:i,hasOneTime:n})}for(var n,r,o,s,a,h,l,c,u,f,p,d=t.length,v=[];d--;)if(n=t[d],r=s=n.name,o=a=n.value,f=N(o),l=null,c=ii(r),r=r.replace(Vo,""),f)o=j(f),l=r,i("bind",vo.bind,f);else if(Ho.test(r))c.literal=!Po.test(r),i("transition",So.transition);else if(Do.test(r))l=r.replace(Do,""),i("on",vo.on);else if(Po.test(r))h=r.replace(Po,""),"style"===h||"class"===h?i(h,So[h]):(l=h,i("bind",vo.bind));else if(p=r.match(Fo)){if(h=p[1],l=p[2],"else"===h)continue;u=yt(e,"directives",h,!0),u&&i(h,u)}return v.length?ni(v):void 0}function ii(t){var e=Object.create(null),i=t.match(Vo);if(i)for(var n=i.length;n--;)e[i[n].slice(1)]=!0;return e}function ni(t){return function(e,i,n,r,o){for(var s=t.length;s--;)e._bindDir(t[s],i,n,r,o)}}function ri(t){for(var e=t.length;e--;)if(t[e].oneTime)return!0}function oi(t,e){return e&&(e._containerAttrs=ai(t)),rt(t)&&(t=Yt(t)),e&&(e._asComponent&&!e.template&&(e.template=""),e.template&&(e._content=et(t),t=si(t,e))),lt(t)&&(Q(ot("v-start",!0),t),t.appendChild(ot("v-end",!0))),t}function si(t,e){var i=e.template,n=Yt(i,!0);if(n){var r=n.firstChild,o=r.tagName&&r.tagName.toLowerCase();return e.replace?(t===document.body,n.childNodes.length>1||1!==r.nodeType||"component"===o||yt(e,"components",o)||B(r,"is")||yt(e,"elementDirectives",o)||r.hasAttribute("v-for")||r.hasAttribute("v-if")?n:(e._replacerAttrs=ai(r),hi(t,r),r)):(t.appendChild(n),t)}}function ai(t){return 1===t.nodeType&&t.hasAttributes()?m(t.attributes):void 0}function hi(t,e){for(var i,n,r=t.attributes,o=r.length;o--;)i=r[o].name,n=r[o].value,e.hasAttribute(i)||zo.test(i)?"class"!==i||N(n)||n.trim().split(/\s+/).forEach(function(t){Z(e,t)}):e.setAttribute(i,n)}function li(t,e){if(e){for(var i,n,r=t._slotContents=Object.create(null),o=0,s=e.children.length;s>o;o++)i=e.children[o],(n=i.getAttribute("slot"))&&(r[n]||(r[n]=[])).push(i);for(n in r)r[n]=ci(r[n],e);e.hasChildNodes()&&(r["default"]=ci(e.childNodes,e))}}function ci(t,e){var i=document.createDocumentFragment();t=m(t);for(var n=0,r=t.length;r>n;n++){var o=t[n];!rt(o)||o.hasAttribute("v-if")||o.hasAttribute("v-for")||(e.removeChild(o),o=Yt(o)),i.appendChild(o)}return i}function ui(t){function e(){}function i(t,e){var i=new qt(e,t,null,{lazy:!0});return function(){return i.dirty&&i.evaluate(),bt.target&&i.depend(),i.value}}Object.defineProperty(t.prototype,"$data",{get:function(){return this._data},set:function(t){t!==this._data&&this._setData(t)}}),t.prototype._initState=function(){this._initProps(),this._initMeta(),this._initMethods(),this._initData(),this._initComputed()},t.prototype._initProps=function(){var t=this.$options,e=t.el,i=t.props;e=t.el=L(e),this._propsUnlinkFn=e&&1===e.nodeType&&i?Me(this,e,i,this._scope):null},t.prototype._initData=function(){var t=this.$options.data,e=this._data=t?t():{};y(e)||(e={});var i,n,o=this._props,s=this._runtimeData?"function"==typeof this._runtimeData?this._runtimeData():this._runtimeData:null,a=Object.keys(e);for(i=a.length;i--;)n=a[i],(!o||!r(o,n)||s&&r(s,n)&&null===o[n].raw)&&this._proxy(n);xt(e,this)},t.prototype._setData=function(t){t=t||{};var e=this._data;this._data=t;var i,n,o;for(i=Object.keys(e),o=i.length;o--;)n=i[o],n in t||this._unproxy(n);for(i=Object.keys(t),o=i.length;o--;)n=i[o],r(this,n)||this._proxy(n);e.__ob__.removeVm(this),xt(t,this),this._digest()},t.prototype._proxy=function(t){if(!s(t)){var e=this;Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return e._data[t]},set:function(i){e._data[t]=i}})}},t.prototype._unproxy=function(t){s(t)||delete this[t]},t.prototype._digest=function(){for(var t=0,e=this._watchers.length;e>t;t++)this._watchers[t].update(!0)},t.prototype._initComputed=function(){var t=this.$options.computed;if(t)for(var n in t){var r=t[n],o={enumerable:!0,configurable:!0};"function"==typeof r?(o.get=i(r,this),o.set=e):(o.get=r.get?r.cache!==!1?i(r.get,this):v(r.get,this):e,o.set=r.set?v(r.set,this):e),Object.defineProperty(this,n,o)}},t.prototype._initMethods=function(){var t=this.$options.methods;if(t)for(var e in t)this[e]=v(t[e],this)},t.prototype._initMeta=function(){var t=this.$options._meta;if(t)for(var e in t)At(this,e,t[e])}}function fi(t){function e(t,e){for(var i,n,r=e.attributes,o=0,s=r.length;s>o;o++)i=r[o].name,Bo.test(i)&&(i=i.replace(Bo,""),n=(t._scope||t._context).$eval(r[o].value,!0),"function"==typeof n&&(n._fromParent=!0,t.$on(i.replace(Bo),n)))}function i(t,e,i){if(i){var r,o,s,a;for(o in i)if(r=i[o],Pi(r))for(s=0,a=r.length;a>s;s++)n(t,e,o,r[s]);else n(t,e,o,r)}}function n(t,e,i,r,o){var s=typeof r;if("function"===s)t[e](i,r,o);else if("string"===s){var a=t.$options.methods,h=a&&a[r];h&&t[e](i,h,o)}else r&&"object"===s&&n(t,e,i,r.handler,r)}function r(){this._isAttached||(this._isAttached=!0,this.$children.forEach(o))}function o(t){!t._isAttached&&M(t.$el)&&t._callHook("attached")}function s(){this._isAttached&&(this._isAttached=!1,this.$children.forEach(a))}function a(t){t._isAttached&&!M(t.$el)&&t._callHook("detached")}t.prototype._initEvents=function(){var t=this.$options;t._asComponent&&e(this,t.el),i(this,"$on",t.events),i(this,"$watch",t.watch)},t.prototype._initDOMHooks=function(){this.$on("hook:attached",r),this.$on("hook:detached",s)},t.prototype._callHook=function(t){this.$emit("pre-hook:"+t);var e=this.$options[t];if(e)for(var i=0,n=e.length;n>i;i++)e[i].call(this);this.$emit("hook:"+t)}}function pi(){}function di(t,e,i,n,r,o){this.vm=e,this.el=i,this.descriptor=t,this.name=t.name,this.expression=t.expression,this.arg=t.arg,this.modifiers=t.modifiers,this.filters=t.filters,this.literal=this.modifiers&&this.modifiers.literal,this._locked=!1,this._bound=!1,this._listeners=null,this._host=n,this._scope=r,this._frag=o}function vi(t){t.prototype._updateRef=function(t){var e=this.$options._ref;if(e){var i=(this._scope||this._context).$refs;t?i[e]===this&&(i[e]=null):i[e]=this}},t.prototype._compile=function(t){var e=this.$options,i=t;if(t=oi(t,e),this._initElement(t),1!==t.nodeType||null===z(t,"v-pre")){var n=this._context&&this._context.$options,r=ze(t,e,n);li(this,e._content);var o,s=this.constructor;e._linkerCachable&&(o=s.linker,o||(o=s.linker=De(t,e)));var a=r(this,t,this._scope),h=o?o(this,t):De(t,e)(this,t);this._unlinkFn=function(){a(),h(!0)},e.replace&&J(i,t),this._isCompiled=!0,this._callHook("compiled")}},t.prototype._initElement=function(t){lt(t)?(this._isFragment=!0,this.$el=this._fragmentStart=t.firstChild,this._fragmentEnd=t.lastChild,3===this._fragmentStart.nodeType&&(this._fragmentStart.data=this._fragmentEnd.data=""),this._fragment=t):this.$el=t,this.$el.__vue__=this,this._callHook("beforeCompile")},t.prototype._bindDir=function(t,e,i,n,r){this._directives.push(new di(t,this,e,i,n,r))},t.prototype._destroy=function(t,e){if(this._isBeingDestroyed)return void(e||this._cleanup());var i,n,r=this,o=function(){!i||n||e||r._cleanup()};t&&this.$el&&(n=!0,this.$remove(function(){n=!1,o()})),this._callHook("beforeDestroy"),this._isBeingDestroyed=!0;var s,a=this.$parent;for(a&&!a._isBeingDestroyed&&(a.$children.$remove(this),this._updateRef(!0)),s=this.$children.length;s--;)this.$children[s].$destroy();for(this._propsUnlinkFn&&this._propsUnlinkFn(),this._unlinkFn&&this._unlinkFn(),s=this._watchers.length;s--;)this._watchers[s].teardown();this.$el&&(this.$el.__vue__=null),i=!0,o()},t.prototype._cleanup=function(){this._isDestroyed||(this._frag&&this._frag.children.$remove(this),this._data.__ob__&&this._data.__ob__.removeVm(this),this.$el=this.$parent=this.$root=this.$children=this._watchers=this._context=this._scope=this._directives=null,this._isDestroyed=!0,this._callHook("destroyed"),this.$off())}}function mi(t){t.prototype._applyFilters=function(t,e,i,n){var r,o,s,a,h,l,c,u,f;for(l=0,c=i.length;c>l;l++)if(r=i[n?c-l-1:l],o=yt(this.$options,"filters",r.name,!0), -o&&(o=n?o.write:o.read||o,"function"==typeof o)){if(s=n?[t,e]:[t],h=n?2:1,r.args)for(u=0,f=r.args.length;f>u;u++)a=r.args[u],s[u+h]=a.dynamic?this.$get(a.value):a.value;t=o.apply(this,s)}return t},t.prototype._resolveComponent=function(e,i){var n;if(n="function"==typeof e?e:yt(this.$options,"components",e,!0))if(n.options)i(n);else if(n.resolved)i(n.resolved);else if(n.requested)n.pendingCallbacks.push(i);else{n.requested=!0;var r=n.pendingCallbacks=[i];n.call(this,function(e){y(e)&&(e=t.extend(e)),n.resolved=e;for(var i=0,o=r.length;o>i;i++)r[i](e)},function(t){})}}}function gi(t){function e(t){return JSON.parse(JSON.stringify(t))}t.prototype.$get=function(t,e){var i=Mt(t);if(i){if(e&&!zt(t)){var n=this;return function(){n.$arguments=m(arguments);var t=i.get.call(n,n);return n.$arguments=null,t}}try{return i.get.call(this,this)}catch(r){}}},t.prototype.$set=function(t,e){var i=Mt(t,!0);i&&i.set&&i.set.call(this,this,e)},t.prototype.$delete=function(t){n(this._data,t)},t.prototype.$watch=function(t,e,i){var n,r=this;"string"==typeof t&&(n=T(t),t=n.expression);var o=new qt(r,t,e,{deep:i&&i.deep,sync:i&&i.sync,filters:n&&n.filters,user:!i||i.user!==!1});return i&&i.immediate&&e.call(r,o.value),function(){o.teardown()}},t.prototype.$eval=function(t,e){if(Wo.test(t)){var i=T(t),n=this.$get(i.expression,e);return i.filters?this._applyFilters(n,null,i.filters):n}return this.$get(t,e)},t.prototype.$interpolate=function(t){var e=N(t),i=this;return e?1===e.length?i.$eval(e[0].value)+"":e.map(function(t){return t.tag?i.$eval(t.value):t.value}).join(""):t},t.prototype.$log=function(t){var i=t?jt(this._data,t):this._data;if(i&&(i=e(i)),!t){var n;for(n in this.$options.computed)i[n]=e(this[n]);if(this._props)for(n in this._props)i[n]=e(this[n])}console.log(i)}}function _i(t){function e(t,e,n,r,o,s){e=i(e);var a=!M(e),h=r===!1||a?o:s,l=!a&&!t._isAttached&&!M(t.$el);return t._isFragment?(at(t._fragmentStart,t._fragmentEnd,function(i){h(i,e,t)}),n&&n()):h(t.$el,e,t,n),l&&t._callHook("attached"),t}function i(t){return"string"==typeof t?document.querySelector(t):t}function n(t,e,i,n){e.appendChild(t),n&&n()}function r(t,e,i,n){W(t,e),n&&n()}function o(t,e,i){q(t),i&&i()}t.prototype.$nextTick=function(t){Qi(t,this)},t.prototype.$appendTo=function(t,i,r){return e(this,t,i,r,n,D)},t.prototype.$prependTo=function(t,e,n){return t=i(t),t.hasChildNodes()?this.$before(t.firstChild,e,n):this.$appendTo(t,e,n),this},t.prototype.$before=function(t,i,n){return e(this,t,i,n,r,F)},t.prototype.$after=function(t,e,n){return t=i(t),t.nextSibling?this.$before(t.nextSibling,e,n):this.$appendTo(t.parentNode,e,n),this},t.prototype.$remove=function(t,e){if(!this.$el.parentNode)return t&&t();var i=this._isAttached&&M(this.$el);i||(e=!1);var n=this,r=function(){i&&n._callHook("detached"),t&&t()};if(this._isFragment)ht(this._fragmentStart,this._fragmentEnd,this,this._fragment,r);else{var s=e===!1?o:V;s(this.$el,this,r)}return this}}function yi(t){function e(t,e,n){var r=t.$parent;if(r&&n&&!i.test(e))for(;r;)r._eventsCount[e]=(r._eventsCount[e]||0)+n,r=r.$parent}t.prototype.$on=function(t,i){return(this._events[t]||(this._events[t]=[])).push(i),e(this,t,1),this},t.prototype.$once=function(t,e){function i(){n.$off(t,i),e.apply(this,arguments)}var n=this;return i.fn=e,this.$on(t,i),this},t.prototype.$off=function(t,i){var n;if(!arguments.length){if(this.$parent)for(t in this._events)n=this._events[t],n&&e(this,t,-n.length);return this._events={},this}if(n=this._events[t],!n)return this;if(1===arguments.length)return e(this,t,-n.length),this._events[t]=null,this;for(var r,o=n.length;o--;)if(r=n[o],r===i||r.fn===i){e(this,t,-1),n.splice(o,1);break}return this},t.prototype.$emit=function(t){var e="string"==typeof t;t=e?t:t.name;var i=this._events[t],n=e||!i;if(i){i=i.length>1?m(i):i;var r=e&&i.some(function(t){return t._fromParent});r&&(n=!1);for(var o=m(arguments,1),s=0,a=i.length;a>s;s++){var h=i[s],l=h.apply(this,o);l!==!0||r&&!h._fromParent||(n=!0)}}return n},t.prototype.$broadcast=function(t){var e="string"==typeof t;if(t=e?t:t.name,this._eventsCount[t]){var i=this.$children,n=m(arguments);e&&(n[0]={name:t,source:this});for(var r=0,o=i.length;o>r;r++){var s=i[r],a=s.$emit.apply(s,n);a&&s.$broadcast.apply(s,n)}return this}},t.prototype.$dispatch=function(t){var e=this.$emit.apply(this,arguments);if(e){var i=this.$parent,n=m(arguments);for(n[0]={name:t,source:this};i;)e=i.$emit.apply(i,n),i=e?i.$parent:null;return this}};var i=/^hook:/}function bi(t){function e(){this._isAttached=!0,this._isReady=!0,this._callHook("ready")}t.prototype.$mount=function(t){return this._isCompiled?void 0:(t=L(t),t||(t=document.createElement("div")),this._compile(t),this._initDOMHooks(),M(this.$el)?(this._callHook("attached"),e.call(this)):this.$once("hook:attached",e),this)},t.prototype.$destroy=function(t,e){this._destroy(t,e)},t.prototype.$compile=function(t,e,i,n){return De(t,this.$options,!0)(this,t,e,i,n)}}function wi(t){this._init(t)}function Ci(t,e,i){return i=i?parseInt(i,10):0,e=h(e),"number"==typeof e?t.slice(i,i+e):t}function $i(t,e,i){if(t=Jo(t),null==e)return t;if("function"==typeof e)return t.filter(e);e=(""+e).toLowerCase();for(var n,r,o,s,a="in"===i?3:2,h=Array.prototype.concat.apply([],m(arguments,a)),l=[],c=0,u=t.length;u>c;c++)if(n=t[c],o=n&&n.$value||n,s=h.length){for(;s--;)if(r=h[s],"$key"===r&&xi(n.$key,e)||xi(jt(o,r),e)){l.push(n);break}}else xi(n,e)&&l.push(n);return l}function ki(t){function e(t,e,i){var r=n[i];return r&&("$key"!==r&&(_(t)&&"$value"in t&&(t=t.$value),_(e)&&"$value"in e&&(e=e.$value)),t=_(t)?jt(t,r):t,e=_(e)?jt(e,r):e),t===e?0:t>e?o:-o}var i=null,n=void 0;t=Jo(t);var r=m(arguments,1),o=r[r.length-1];"number"==typeof o?(o=0>o?-1:1,r=r.length>1?r.slice(0,-1):r):o=1;var s=r[0];return s?("function"==typeof s?i=function(t,e){return s(t,e)*o}:(n=Array.prototype.concat.apply([],r),i=function(t,r,o){return o=o||0,o>=n.length-1?e(t,r,o):e(t,r,o)||i(t,r,o+1)}),t.slice().sort(i)):t}function xi(t,e){var i;if(y(t)){var n=Object.keys(t);for(i=n.length;i--;)if(xi(t[n[i]],e))return!0}else if(Pi(t)){for(i=t.length;i--;)if(xi(t[i],e))return!0}else if(null!=t)return t.toString().toLowerCase().indexOf(e)>-1}function Ai(t){function e(t){return new Function("return function "+d(t)+" (options) { this._init(options) }")()}t.options={directives:vo,elementDirectives:Qo,filters:Ko,transitions:{},components:{},partials:{},replace:!0},t.util=Sn,t.config=bn,t.set=i,t["delete"]=n,t.nextTick=Qi,t.compiler=Io,t.FragmentFactory=se,t.internalDirectives=So,t.parsers={path:Xn,text:gn,template:Or,directive:un,expression:ur},t.cid=0;var r=1;t.extend=function(t){t=t||{};var i=this,n=0===i.cid;if(n&&t._Ctor)return t._Ctor;var o=t.name||i.options.name,s=e(o||"VueComponent");return s.prototype=Object.create(i.prototype),s.prototype.constructor=s,s.cid=r++,s.options=_t(i.options,t),s["super"]=i,s.extend=i.extend,bn._assetTypes.forEach(function(t){s[t]=i[t]}),o&&(s.options.components[o]=s),n&&(t._Ctor=s),s},t.use=function(t){if(!t.installed){var e=m(arguments,1);return e.unshift(this),"function"==typeof t.install?t.install.apply(t,e):t.apply(null,e),t.installed=!0,this}},t.mixin=function(e){t.options=_t(t.options,e)},bn._assetTypes.forEach(function(e){t[e]=function(i,n){return n?("component"===e&&y(n)&&(n.name=i,n=t.extend(n)),this.options[e+"s"][i]=n,n):this.options[e+"s"][i]}}),g(t.transition,Cn)}var Oi=Object.prototype.hasOwnProperty,Ti=/^\s?(true|false|-?[\d\.]+|'[^']*'|"[^"]*")\s?$/,Ei=/-(\w)/g,Ri=/([a-z\d])([A-Z])/g,Ni=/(?:^|[-_\/])(\w)/g,ji=Object.prototype.toString,Si="[object Object]",Pi=Array.isArray,Di="__proto__"in{},Fi="undefined"!=typeof window&&"[object Object]"!==Object.prototype.toString.call(window),Vi=Fi&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,Hi=Fi&&window.navigator.userAgent.toLowerCase(),Li=Hi&&Hi.indexOf("msie 9.0")>0,Mi=Hi&&Hi.indexOf("android")>0,zi=void 0,Ii=void 0,Bi=void 0,Wi=void 0;if(Fi&&!Li){var Ui=void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend,qi=void 0===window.onanimationend&&void 0!==window.onwebkitanimationend;zi=Ui?"WebkitTransition":"transition",Ii=Ui?"webkitTransitionEnd":"transitionend",Bi=qi?"WebkitAnimation":"animation",Wi=qi?"webkitAnimationEnd":"animationend"}var Qi=function(){function t(){r=!1;var t=n.slice(0);n=[];for(var e=0;ee;e++)t[e].update()};var En=Array.prototype,Rn=Object.create(En);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(t){var e=En[t];b(Rn,t,function(){for(var i=arguments.length,n=new Array(i);i--;)n[i]=arguments[i];var r,o=e.apply(this,n),s=this.__ob__;switch(t){case"push":r=n;break;case"unshift":r=n;break;case"splice":r=n.slice(2)}return r&&s.observeArray(r),s.dep.notify(),o})}),b(En,"$set",function(t,e){return t>=this.length&&(this.length=Number(t)+1),this.splice(t,1,e)[0]}),b(En,"$remove",function(t){if(this.length){var e=C(this,t);return e>-1?this.splice(e,1):void 0}});var Nn=Object.getOwnPropertyNames(Rn),jn=!0;Ct.prototype.walk=function(t){for(var e=Object.keys(t),i=0,n=e.length;n>i;i++)this.convert(e[i],t[e[i]])},Ct.prototype.observeArray=function(t){for(var e=0,i=t.length;i>e;e++)xt(t[e])},Ct.prototype.convert=function(t,e){At(this.value,t,e)},Ct.prototype.addVm=function(t){(this.vms||(this.vms=[])).push(t)},Ct.prototype.removeVm=function(t){this.vms.$remove(t)};var Sn=Object.freeze({defineReactive:At,set:i,del:n,hasOwn:r,isLiteral:o,isReserved:s,_toString:a,toNumber:h,toBoolean:l,stripQuotes:c,camelize:u,hyphenate:p,classify:d,bind:v,toArray:m,extend:g,isObject:_,isPlainObject:y,def:b,debounce:w,indexOf:C,cancellable:$,looseEqual:k,isArray:Pi,hasProto:Di,inBrowser:Fi,devtools:Vi,isIE9:Li,isAndroid:Mi,get transitionProp(){return zi},get transitionEndEvent(){return Ii},get animationProp(){return Bi},get animationEndEvent(){return Wi},nextTick:Qi,query:L,inDoc:M,getAttr:z,getBindAttr:I,hasBindAttr:B,before:W,after:U,remove:q,prepend:Q,replace:J,on:G,off:K,setClass:Y,addClass:Z,removeClass:tt,extractContent:et,trimNode:it,isTemplate:rt,createAnchor:ot,findRef:st,mapNodeRange:at,removeNodeRange:ht,isFragment:lt,getOuterHTML:ct,mergeOptions:_t,resolveAsset:yt,checkComponentAttr:ut,commonTagRE:kn,reservedTagRE:xn,get warn(){return wn}}),Pn=0,Dn=new x(1e3),Fn=0,Vn=1,Hn=2,Ln=3,Mn=0,zn=1,In=2,Bn=3,Wn=4,Un=5,qn=6,Qn=7,Jn=8,Gn=[];Gn[Mn]={ws:[Mn],ident:[Bn,Fn],"[":[Wn],eof:[Qn]},Gn[zn]={ws:[zn],".":[In],"[":[Wn],eof:[Qn]},Gn[In]={ws:[In],ident:[Bn,Fn]},Gn[Bn]={ident:[Bn,Fn],0:[Bn,Fn],number:[Bn,Fn],ws:[zn,Vn],".":[In,Vn],"[":[Wn,Vn],eof:[Qn,Vn]},Gn[Wn]={"'":[Un,Fn],'"':[qn,Fn],"[":[Wn,Hn],"]":[zn,Ln],eof:Jn,"else":[Wn,Fn]},Gn[Un]={"'":[Wn,Fn],eof:Jn,"else":[Un,Fn]},Gn[qn]={'"':[Wn,Fn],eof:Jn,"else":[qn,Fn]};var Kn,Xn=Object.freeze({parsePath:Nt,getPath:jt,setPath:St}),Yn=new x(1e3),Zn="Math,Date,this,true,false,null,undefined,Infinity,NaN,isNaN,isFinite,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,parseInt,parseFloat",tr=new RegExp("^("+Zn.replace(/,/g,"\\b|")+"\\b)"),er="break,case,class,catch,const,continue,debugger,default,delete,do,else,export,extends,finally,for,function,if,import,in,instanceof,let,return,super,switch,throw,try,var,while,with,yield,enum,await,implements,package,protected,static,interface,private,public",ir=new RegExp("^("+er.replace(/,/g,"\\b|")+"\\b)"),nr=/\s/g,rr=/\n/g,or=/[\{,]\s*[\w\$_]+\s*:|('(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*\$\{|\}(?:[^`\\]|\\.)*`|`(?:[^`\\]|\\.)*`)|new |typeof |void /g,sr=/"(\d+)"/g,ar=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['.*?'\]|\[".*?"\]|\[\d+\]|\[[A-Za-z_$][\w$]*\])*$/,hr=/[^\w$\.](?:[A-Za-z_$][\w$]*)/g,lr=/^(?:true|false)$/,cr=[],ur=Object.freeze({parseExpression:Mt,isSimplePath:zt}),fr=[],pr=[],dr={},vr={},mr=!1,gr=!1,_r=0;qt.prototype.get=function(){this.beforeGet();var t,e=this.scope||this.vm;try{t=this.getter.call(e,e)}catch(i){}return this.deep&&Qt(t),this.preProcess&&(t=this.preProcess(t)),this.filters&&(t=e._applyFilters(t,null,this.filters,!1)),this.postProcess&&(t=this.postProcess(t)),this.afterGet(),t},qt.prototype.set=function(t){var e=this.scope||this.vm;this.filters&&(t=e._applyFilters(t,this.value,this.filters,!0));try{this.setter.call(e,e,t)}catch(i){}var n=e.$forContext;if(n&&n.alias===this.expression){if(n.filters)return;n._withLock(function(){e.$key?n.rawValue[e.$key]=t:n.rawValue.$set(e.$index,t)})}},qt.prototype.beforeGet=function(){bt.target=this,this.newDepIds=Object.create(null),this.newDeps.length=0},qt.prototype.addDep=function(t){var e=t.id;this.newDepIds[e]||(this.newDepIds[e]=!0,this.newDeps.push(t),this.depIds[e]||t.addSub(this))},qt.prototype.afterGet=function(){bt.target=null;for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds[e.id]||e.removeSub(this)}this.depIds=this.newDepIds;var i=this.deps;this.deps=this.newDeps,this.newDeps=i},qt.prototype.update=function(t){this.lazy?this.dirty=!0:this.sync||!bn.async?this.run():(this.shallow=this.queued?t?this.shallow:!1:!!t,this.queued=!0,Ut(this))},qt.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||(_(t)||this.deep)&&!this.shallow){var e=this.value;this.value=t;this.prevError;this.cb.call(this.vm,t,e)}this.queued=this.shallow=!1}},qt.prototype.evaluate=function(){var t=bt.target;this.value=this.get(),this.dirty=!1,bt.target=t},qt.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},qt.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||this.vm._vForRemoving||this.vm._watchers.$remove(this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.vm=this.cb=this.value=null}};var yr={bind:function(){this.attr=3===this.el.nodeType?"data":"textContent"},update:function(t){this.el[this.attr]=a(t)}},br=new x(1e3),wr=new x(1e3),Cr={efault:[0,"",""],legend:[1,"
","
"],tr:[2,"","
"],col:[2,"","
"]};Cr.td=Cr.th=[3,"","
"],Cr.option=Cr.optgroup=[1,'"],Cr.thead=Cr.tbody=Cr.colgroup=Cr.caption=Cr.tfoot=[1,"","
"],Cr.g=Cr.defs=Cr.symbol=Cr.use=Cr.image=Cr.text=Cr.circle=Cr.ellipse=Cr.line=Cr.path=Cr.polygon=Cr.polyline=Cr.rect=[1,'',""];var $r=/<([\w:-]+)/,kr=/&#?\w+?;/,xr=function(){if(Fi){var t=document.createElement("div");return t.innerHTML="",!t.cloneNode(!0).firstChild.innerHTML}return!1}(),Ar=function(){if(Fi){var t=document.createElement("textarea");return t.placeholder="t","t"===t.cloneNode(!0).value}return!1}(),Or=Object.freeze({cloneNode:Xt,parseTemplate:Yt}),Tr={bind:function(){8===this.el.nodeType&&(this.nodes=[],this.anchor=ot("v-html"),J(this.el,this.anchor))},update:function(t){t=a(t),this.nodes?this.swap(t):this.el.innerHTML=t},swap:function(t){for(var e=this.nodes.length;e--;)q(this.nodes[e]);var i=Yt(t,!0,!0);this.nodes=m(i.childNodes),W(i,this.anchor)}};Zt.prototype.callHook=function(t){var e,i;for(e=0,i=this.childFrags.length;i>e;e++)this.childFrags[e].callHook(t);for(e=0,i=this.children.length;i>e;e++)t(this.children[e])},Zt.prototype.beforeRemove=function(){var t,e;for(t=0,e=this.childFrags.length;e>t;t++)this.childFrags[t].beforeRemove(!1);for(t=0,e=this.children.length;e>t;t++)this.children[t].$destroy(!1,!0);var i=this.unlink.dirs;for(t=0,e=i.length;e>t;t++)i[t]._watcher&&i[t]._watcher.teardown()},Zt.prototype.destroy=function(){this.parentFrag&&this.parentFrag.childFrags.$remove(this),this.node.__v_frag=null,this.unlink()};var Er=new x(5e3);se.prototype.create=function(t,e,i){var n=Xt(this.template);return new Zt(this.linker,this.vm,n,t,e,i)};var Rr=700,Nr=800,jr=850,Sr=1100,Pr=1500,Dr=1500,Fr=1750,Vr=2100,Hr=2200,Lr=2300,Mr=0,zr={priority:Hr,terminal:!0,params:["track-by","stagger","enter-stagger","leave-stagger"],bind:function(){var t=this.expression.match(/(.*) (?:in|of) (.*)/);if(t){var e=t[1].match(/\((.*),(.*)\)/);e?(this.iterator=e[1].trim(),this.alias=e[2].trim()):this.alias=t[1].trim(),this.expression=t[2]}if(this.alias){this.id="__v-for__"+ ++Mr;var i=this.el.tagName;this.isOption=("OPTION"===i||"OPTGROUP"===i)&&"SELECT"===this.el.parentNode.tagName,this.start=ot("v-for-start"),this.end=ot("v-for-end"),J(this.el,this.end),W(this.start,this.end),this.cache=Object.create(null),this.factory=new se(this.vm,this.el)}},update:function(t){this.diff(t),this.updateRef(),this.updateModel()},diff:function(t){var e,i,n,o,s,a,h=t[0],l=this.fromObject=_(h)&&r(h,"$key")&&r(h,"$value"),c=this.params.trackBy,u=this.frags,f=this.frags=new Array(t.length),p=this.alias,d=this.iterator,v=this.start,m=this.end,g=M(v),y=!u;for(e=0,i=t.length;i>e;e++)h=t[e],o=l?h.$key:null,s=l?h.$value:h,a=!_(s),n=!y&&this.getCachedFrag(s,e,o),n?(n.reused=!0,n.scope.$index=e,o&&(n.scope.$key=o),d&&(n.scope[d]=null!==o?o:e),(c||l||a)&&wt(function(){n.scope[p]=s})):(n=this.create(s,p,e,o),n.fresh=!y),f[e]=n,y&&n.before(m);if(!y){var b=0,w=u.length-f.length;for(this.vm._vForRemoving=!0,e=0,i=u.length;i>e;e++)n=u[e],n.reused||(this.deleteCachedFrag(n),this.remove(n,b++,w,g));this.vm._vForRemoving=!1,b&&(this.vm._watchers=this.vm._watchers.filter(function(t){return t.active}));var C,$,k,x=0;for(e=0,i=f.length;i>e;e++)n=f[e],C=f[e-1],$=C?C.staggerCb?C.staggerAnchor:C.end||C.node:v,n.reused&&!n.staggerCb?(k=ae(n,v,this.id),k===C||k&&ae(k,v,this.id)===C||this.move(n,$)):this.insert(n,x++,$,g),n.reused=n.fresh=!1}},create:function(t,e,i,n){var r=this._host,o=this._scope||this.vm,s=Object.create(o);s.$refs=Object.create(o.$refs),s.$els=Object.create(o.$els),s.$parent=o,s.$forContext=this,wt(function(){At(s,e,t)}),At(s,"$index",i),n?At(s,"$key",n):s.$key&&b(s,"$key",null),this.iterator&&At(s,this.iterator,null!==n?n:i);var a=this.factory.create(r,s,this._frag);return a.forId=this.id,this.cacheFrag(t,a,i,n),a},updateRef:function(){var t=this.descriptor.ref;if(t){var e,i=(this._scope||this.vm).$refs;this.fromObject?(e={},this.frags.forEach(function(t){e[t.scope.$key]=he(t)})):e=this.frags.map(he),i[t]=e}},updateModel:function(){if(this.isOption){var t=this.start.parentNode,e=t&&t.__v_model;e&&e.forceUpdate()}},insert:function(t,e,i,n){t.staggerCb&&(t.staggerCb.cancel(),t.staggerCb=null);var r=this.getStagger(t,e,null,"enter");if(n&&r){var o=t.staggerAnchor;o||(o=t.staggerAnchor=ot("stagger-anchor"),o.__v_frag=t),U(o,i);var s=t.staggerCb=$(function(){t.staggerCb=null,t.before(o),q(o)});setTimeout(s,r)}else t.before(i.nextSibling)},remove:function(t,e,i,n){if(t.staggerCb)return t.staggerCb.cancel(),void(t.staggerCb=null);var r=this.getStagger(t,e,i,"leave");if(n&&r){var o=t.staggerCb=$(function(){t.staggerCb=null,t.remove()});setTimeout(o,r)}else t.remove()},move:function(t,e){e.nextSibling||this.end.parentNode.appendChild(this.end),t.before(e.nextSibling,!1)},cacheFrag:function(t,e,i,n){var o,s=this.params.trackBy,a=this.cache,h=!_(t);n||s||h?(o=s?"$index"===s?i:jt(t,s):n||t,a[o]||(a[o]=e)):(o=this.id,r(t,o)?null===t[o]&&(t[o]=e):b(t,o,e)),e.raw=t},getCachedFrag:function(t,e,i){var n,r=this.params.trackBy,o=!_(t);if(i||r||o){var s=r?"$index"===r?e:jt(t,r):i||t;n=this.cache[s]}else n=t[this.id];return n&&(n.reused||n.fresh),n},deleteCachedFrag:function(t){var e=t.raw,i=this.params.trackBy,n=t.scope,o=n.$index,s=r(n,"$key")&&n.$key,a=!_(e);if(i||s||a){var h=i?"$index"===i?o:jt(e,i):s||e;this.cache[h]=null}else e[this.id]=null,t.raw=null},getStagger:function(t,e,i,n){n+="Stagger";var r=t.node.__v_trans,o=r&&r.hooks,s=o&&(o[n]||o.stagger);return s?s.call(t,e,i):e*parseInt(this.params[n]||this.params.stagger,10)},_preProcess:function(t){return this.rawValue=t,t},_postProcess:function(t){if(Pi(t))return t;if(y(t)){for(var e,i=Object.keys(t),n=i.length,r=new Array(n);n--;)e=i[n],r[n]={$key:e,$value:t[e]};return r}return"number"!=typeof t||isNaN(t)||(t=le(t)),t||[]},unbind:function(){if(this.descriptor.ref&&((this._scope||this.vm).$refs[this.descriptor.ref]=null),this.frags)for(var t,e=this.frags.length;e--;)t=this.frags[e],this.deleteCachedFrag(t),t.destroy()}},Ir={priority:Vr,terminal:!0,bind:function(){var t=this.el;if(t.__vue__)this.invalid=!0;else{var e=t.nextElementSibling;e&&null!==z(e,"v-else")&&(q(e),this.elseEl=e),this.anchor=ot("v-if"),J(t,this.anchor)}},update:function(t){this.invalid||(t?this.frag||this.insert():this.remove())},insert:function(){this.elseFrag&&(this.elseFrag.remove(),this.elseFrag=null),this.factory||(this.factory=new se(this.vm,this.el)),this.frag=this.factory.create(this._host,this._scope,this._frag),this.frag.before(this.anchor)},remove:function(){this.frag&&(this.frag.remove(),this.frag=null),this.elseEl&&!this.elseFrag&&(this.elseFactory||(this.elseFactory=new se(this.elseEl._context||this.vm,this.elseEl)),this.elseFrag=this.elseFactory.create(this._host,this._scope,this._frag),this.elseFrag.before(this.anchor))},unbind:function(){this.frag&&this.frag.destroy(),this.elseFrag&&this.elseFrag.destroy()}},Br={bind:function(){var t=this.el.nextElementSibling;t&&null!==z(t,"v-else")&&(this.elseEl=t)},update:function(t){this.apply(this.el,t),this.elseEl&&this.apply(this.elseEl,!t)},apply:function(t,e){function i(){t.style.display=e?"":"none"}M(t)?H(t,e?1:-1,i,this.vm):i()}},Wr={bind:function(){var t=this,e=this.el,i="range"===e.type,n=this.params.lazy,r=this.params.number,o=this.params.debounce,s=!1;if(Mi||i||(this.on("compositionstart",function(){s=!0}),this.on("compositionend",function(){s=!1,n||t.listener()})),this.focused=!1,i||n||(this.on("focus",function(){t.focused=!0}),this.on("blur",function(){t.focused=!1,t._frag&&!t._frag.inserted||t.rawListener()})),this.listener=this.rawListener=function(){if(!s&&t._bound){var n=r||i?h(e.value):e.value;t.set(n),Qi(function(){t._bound&&!t.focused&&t.update(t._watcher.value)})}},o&&(this.listener=w(this.listener,o)),this.hasjQuery="function"==typeof jQuery,this.hasjQuery){var a=jQuery.fn.on?"on":"bind";jQuery(e)[a]("change",this.rawListener),n||jQuery(e)[a]("input",this.listener)}else this.on("change",this.rawListener),n||this.on("input",this.listener);!n&&Li&&(this.on("cut",function(){Qi(t.listener)}),this.on("keyup",function(e){46!==e.keyCode&&8!==e.keyCode||t.listener()})),(e.hasAttribute("value")||"TEXTAREA"===e.tagName&&e.value.trim())&&(this.afterBind=this.listener)},update:function(t){this.el.value=a(t)},unbind:function(){var t=this.el;if(this.hasjQuery){var e=jQuery.fn.off?"off":"unbind";jQuery(t)[e]("change",this.listener),jQuery(t)[e]("input",this.listener)}}},Ur={bind:function(){var t=this,e=this.el;this.getValue=function(){if(e.hasOwnProperty("_value"))return e._value;var i=e.value;return t.params.number&&(i=h(i)),i},this.listener=function(){t.set(t.getValue())},this.on("change",this.listener),e.hasAttribute("checked")&&(this.afterBind=this.listener)},update:function(t){this.el.checked=k(t,this.getValue())}},qr={bind:function(){var t=this,e=this.el;this.forceUpdate=function(){t._watcher&&t.update(t._watcher.get())};var i=this.multiple=e.hasAttribute("multiple");this.listener=function(){var n=ce(e,i);n=t.params.number?Pi(n)?n.map(h):h(n):n,t.set(n)},this.on("change",this.listener);var n=ce(e,i,!0);(i&&n.length||!i&&null!==n)&&(this.afterBind=this.listener),this.vm.$on("hook:attached",this.forceUpdate)},update:function(t){var e=this.el;e.selectedIndex=-1;for(var i,n,r=this.multiple&&Pi(t),o=e.options,s=o.length;s--;)i=o[s],n=i.hasOwnProperty("_value")?i._value:i.value,i.selected=r?ue(t,n)>-1:k(t,n)},unbind:function(){this.vm.$off("hook:attached",this.forceUpdate)}},Qr={bind:function(){function t(){var t=i.checked;return t&&i.hasOwnProperty("_trueValue")?i._trueValue:!t&&i.hasOwnProperty("_falseValue")?i._falseValue:t}var e=this,i=this.el;this.getValue=function(){return i.hasOwnProperty("_value")?i._value:e.params.number?h(i.value):i.value},this.listener=function(){var n=e._watcher.value;if(Pi(n)){var r=e.getValue();i.checked?C(n,r)<0&&n.push(r):n.$remove(r)}else e.set(t())},this.on("change",this.listener),i.hasAttribute("checked")&&(this.afterBind=this.listener)},update:function(t){var e=this.el;Pi(t)?e.checked=C(t,this.getValue())>-1:e.hasOwnProperty("_trueValue")?e.checked=k(t,e._trueValue):e.checked=!!t}},Jr={text:Wr,radio:Ur,select:qr,checkbox:Qr},Gr={priority:Nr,twoWay:!0,handlers:Jr,params:["lazy","number","debounce"],bind:function(){this.checkFilters(),this.hasRead&&!this.hasWrite;var t,e=this.el,i=e.tagName;if("INPUT"===i)t=Jr[e.type]||Jr.text;else if("SELECT"===i)t=Jr.select;else{if("TEXTAREA"!==i)return;t=Jr.text}e.__v_model=this,t.bind.call(this),this.update=t.update,this._unbind=t.unbind},checkFilters:function(){var t=this.filters;if(t)for(var e=t.length;e--;){var i=yt(this.vm.$options,"filters",t[e].name);("function"==typeof i||i.read)&&(this.hasRead=!0),i.write&&(this.hasWrite=!0)}},unbind:function(){this.el.__v_model=null,this._unbind&&this._unbind()}},Kr={esc:27,tab:9,enter:13,space:32,"delete":[8,46],up:38,left:37,right:39,down:40},Xr={priority:Rr,acceptStatement:!0,keyCodes:Kr,bind:function(){if("IFRAME"===this.el.tagName&&"load"!==this.arg){var t=this;this.iframeBind=function(){G(t.el.contentWindow,t.arg,t.handler,t.modifiers.capture)},this.on("load",this.iframeBind)}},update:function(t){if(this.descriptor.raw||(t=function(){}),"function"==typeof t){this.modifiers.stop&&(t=pe(t)),this.modifiers.prevent&&(t=de(t)),this.modifiers.self&&(t=ve(t));var e=Object.keys(this.modifiers).filter(function(t){return"stop"!==t&&"prevent"!==t&&"self"!==t});e.length&&(t=fe(t,e)),this.reset(),this.handler=t,this.iframeBind?this.iframeBind():G(this.el,this.arg,this.handler,this.modifiers.capture)}},reset:function(){var t=this.iframeBind?this.el.contentWindow:this.el;this.handler&&K(t,this.arg,this.handler)},unbind:function(){this.reset()}},Yr=["-webkit-","-moz-","-ms-"],Zr=["Webkit","Moz","ms"],to=/!important;?$/,eo=Object.create(null),io=null,no={deep:!0,update:function(t){"string"==typeof t?this.el.style.cssText=t:Pi(t)?this.handleObject(t.reduce(g,{})):this.handleObject(t||{})},handleObject:function(t){var e,i,n=this.cache||(this.cache={});for(e in n)e in t||(this.handleSingle(e,null),delete n[e]);for(e in t)i=t[e],i!==n[e]&&(n[e]=i,this.handleSingle(e,i))},handleSingle:function(t,e){if(t=me(t))if(null!=e&&(e+=""),e){var i=to.test(e)?"important":"";i?(e=e.replace(to,"").trim(),this.el.style.setProperty(t.kebab,e,i)):this.el.style[t.camel]=e}else this.el.style[t.camel]=""}},ro="http://www.w3.org/1999/xlink",oo=/^xlink:/,so=/^v-|^:|^@|^(?:is|transition|transition-mode|debounce|track-by|stagger|enter-stagger|leave-stagger)$/,ao=/^(?:value|checked|selected|muted)$/,ho=/^(?:draggable|contenteditable|spellcheck)$/,lo={value:"_value","true-value":"_trueValue","false-value":"_falseValue"},co={priority:jr,bind:function(){var t=this.arg,e=this.el.tagName;t||(this.deep=!0);var i=this.descriptor,n=i.interp;if(n){i.hasOneTime&&(this.expression=j(n,this._scope||this.vm)),(so.test(t)||"name"===t&&("PARTIAL"===e||"SLOT"===e))&&(this.el.removeAttribute(t),this.invalid=!0)}},update:function(t){if(!this.invalid){var e=this.arg;this.arg?this.handleSingle(e,t):this.handleObject(t||{})}},handleObject:no.handleObject,handleSingle:function(t,e){var i=this.el,n=this.descriptor.interp;this.modifiers.camel&&(t=u(t)),!n&&ao.test(t)&&t in i&&(i[t]="value"===t&&null==e?"":e);var r=lo[t];if(!n&&r){i[r]=e;var o=i.__v_model;o&&o.listener()}return"value"===t&&"TEXTAREA"===i.tagName?void i.removeAttribute(t):void(ho.test(t)?i.setAttribute(t,e?"true":"false"):null!=e&&e!==!1?"class"===t?(i.__v_trans&&(e+=" "+i.__v_trans.id+"-transition"),Y(i,e)):oo.test(t)?i.setAttributeNS(ro,t,e===!0?"":e):i.setAttribute(t,e===!0?"":e):i.removeAttribute(t))}},uo={priority:Pr,bind:function(){if(this.arg){var t=this.id=u(this.arg),e=(this._scope||this.vm).$els;r(e,t)?e[t]=this.el:At(e,t,this.el)}},unbind:function(){var t=(this._scope||this.vm).$els;t[this.id]===this.el&&(t[this.id]=null)}},fo={bind:function(){}},po={bind:function(){var t=this.el;this.vm.$once("pre-hook:compiled",function(){t.removeAttribute("v-cloak")})}},vo={text:yr,html:Tr,"for":zr,"if":Ir,show:Br,model:Gr,on:Xr,bind:co,el:uo,ref:fo,cloak:po},mo={deep:!0,update:function(t){t&&"string"==typeof t?this.handleObject(ye(t)):y(t)?this.handleObject(t):Pi(t)?this.handleArray(t):this.cleanup()},handleObject:function(t){this.cleanup(t),this.prevKeys=Object.keys(t),_e(this.el,t)},handleArray:function(t){this.cleanup(t);for(var e=0,i=t.length;i>e;e++){var n=t[e];n&&y(n)?_e(this.el,n):n&&"string"==typeof n&&Z(this.el,n)}this.prevKeys=t.slice()},cleanup:function(t){if(this.prevKeys)for(var e=this.prevKeys.length;e--;){var i=this.prevKeys[e];if(i)for(var n=y(i)?Object.keys(i):[i],r=0,o=n.length;o>r;r++)be(this.el,n[r],tt); -}}},go={priority:Dr,params:["keep-alive","transition-mode","inline-template"],bind:function(){this.el.__vue__||(this.keepAlive=this.params.keepAlive,this.keepAlive&&(this.cache={}),this.params.inlineTemplate&&(this.inlineTemplate=et(this.el,!0)),this.pendingComponentCb=this.Component=null,this.pendingRemovals=0,this.pendingRemovalCb=null,this.anchor=ot("v-component"),J(this.el,this.anchor),this.el.removeAttribute("is"),this.descriptor.ref&&this.el.removeAttribute("v-ref:"+p(this.descriptor.ref)),this.literal&&this.setComponent(this.expression))},update:function(t){this.literal||this.setComponent(t)},setComponent:function(t,e){if(this.invalidatePending(),t){var i=this;this.resolveComponent(t,function(){i.mountComponent(e)})}else this.unbuild(!0),this.remove(this.childVM,e),this.childVM=null},resolveComponent:function(t,e){var i=this;this.pendingComponentCb=$(function(n){i.ComponentName=n.options.name||("string"==typeof t?t:null),i.Component=n,e()}),this.vm._resolveComponent(t,this.pendingComponentCb)},mountComponent:function(t){this.unbuild(!0);var e=this,i=this.Component.options.activate,n=this.getCached(),r=this.build();i&&!n?(this.waitingFor=r,we(i,r,function(){e.waitingFor===r&&(e.waitingFor=null,e.transition(r,t))})):(n&&r._updateRef(),this.transition(r,t))},invalidatePending:function(){this.pendingComponentCb&&(this.pendingComponentCb.cancel(),this.pendingComponentCb=null)},build:function(t){var e=this.getCached();if(e)return e;if(this.Component){var i={name:this.ComponentName,el:Xt(this.el),template:this.inlineTemplate,parent:this._host||this.vm,_linkerCachable:!this.inlineTemplate,_ref:this.descriptor.ref,_asComponent:!0,_isRouterView:this._isRouterView,_context:this.vm,_scope:this._scope,_frag:this._frag};t&&g(i,t);var n=new this.Component(i);return this.keepAlive&&(this.cache[this.Component.cid]=n),n}},getCached:function(){return this.keepAlive&&this.cache[this.Component.cid]},unbuild:function(t){this.waitingFor&&(this.keepAlive||this.waitingFor.$destroy(),this.waitingFor=null);var e=this.childVM;return!e||this.keepAlive?void(e&&(e._inactive=!0,e._updateRef(!0))):void e.$destroy(!1,t)},remove:function(t,e){var i=this.keepAlive;if(t){this.pendingRemovals++,this.pendingRemovalCb=e;var n=this;t.$remove(function(){n.pendingRemovals--,i||t._cleanup(),!n.pendingRemovals&&n.pendingRemovalCb&&(n.pendingRemovalCb(),n.pendingRemovalCb=null)})}else e&&e()},transition:function(t,e){var i=this,n=this.childVM;switch(n&&(n._inactive=!0),t._inactive=!1,this.childVM=t,i.params.transitionMode){case"in-out":t.$before(i.anchor,function(){i.remove(n,e)});break;case"out-in":i.remove(n,function(){t.$before(i.anchor,e)});break;default:i.remove(n),t.$before(i.anchor,e)}},unbind:function(){if(this.invalidatePending(),this.unbuild(),this.cache){for(var t in this.cache)this.cache[t].$destroy();this.cache=null}}},_o=bn._propBindingModes,yo={},bo=/^[$_a-zA-Z]+[\w$]*$/,wo=bn._propBindingModes,Co={bind:function(){var t=this.vm,e=t._context,i=this.descriptor.prop,n=i.path,r=i.parentPath,o=i.mode===wo.TWO_WAY,s=this.parentWatcher=new qt(e,r,function(e){Ae(t,i,e)},{twoWay:o,filters:i.filters,scope:this._scope});if(xe(t,i,s.value),o){var a=this;t.$once("pre-hook:created",function(){a.childWatcher=new qt(t,n,function(t){s.set(t)},{sync:!0})})}},unbind:function(){this.parentWatcher.teardown(),this.childWatcher&&this.childWatcher.teardown()}},$o=[],ko=!1,xo="transition",Ao="animation",Oo=zi+"Duration",To=Bi+"Duration",Eo=Fi&&window.requestAnimationFrame,Ro=Eo?function(t){Eo(function(){Eo(t)})}:function(t){setTimeout(t,50)},No=Se.prototype;No.enter=function(t,e){this.cancelPending(),this.callHook("beforeEnter"),this.cb=e,Z(this.el,this.enterClass),t(),this.entered=!1,this.callHookWithCb("enter"),this.entered||(this.cancel=this.hooks&&this.hooks.enterCancelled,Ne(this.enterNextTick))},No.enterNextTick=function(){var t=this;this.justEntered=!0,Ro(function(){t.justEntered=!1});var e=this.enterDone,i=this.getCssTransitionType(this.enterClass);this.pendingJsCb?i===xo&&tt(this.el,this.enterClass):i===xo?(tt(this.el,this.enterClass),this.setupCssCb(Ii,e)):i===Ao?this.setupCssCb(Wi,e):e()},No.enterDone=function(){this.entered=!0,this.cancel=this.pendingJsCb=null,tt(this.el,this.enterClass),this.callHook("afterEnter"),this.cb&&this.cb()},No.leave=function(t,e){this.cancelPending(),this.callHook("beforeLeave"),this.op=t,this.cb=e,Z(this.el,this.leaveClass),this.left=!1,this.callHookWithCb("leave"),this.left||(this.cancel=this.hooks&&this.hooks.leaveCancelled,this.op&&!this.pendingJsCb&&(this.justEntered?this.leaveDone():Ne(this.leaveNextTick)))},No.leaveNextTick=function(){var t=this.getCssTransitionType(this.leaveClass);if(t){var e=t===xo?Ii:Wi;this.setupCssCb(e,this.leaveDone)}else this.leaveDone()},No.leaveDone=function(){this.left=!0,this.cancel=this.pendingJsCb=null,this.op(),tt(this.el,this.leaveClass),this.callHook("afterLeave"),this.cb&&this.cb(),this.op=null},No.cancelPending=function(){this.op=this.cb=null;var t=!1;this.pendingCssCb&&(t=!0,K(this.el,this.pendingCssEvent,this.pendingCssCb),this.pendingCssEvent=this.pendingCssCb=null),this.pendingJsCb&&(t=!0,this.pendingJsCb.cancel(),this.pendingJsCb=null),t&&(tt(this.el,this.enterClass),tt(this.el,this.leaveClass)),this.cancel&&(this.cancel.call(this.vm,this.el),this.cancel=null)},No.callHook=function(t){this.hooks&&this.hooks[t]&&this.hooks[t].call(this.vm,this.el)},No.callHookWithCb=function(t){var e=this.hooks&&this.hooks[t];e&&(e.length>1&&(this.pendingJsCb=$(this[t+"Done"])),e.call(this.vm,this.el,this.pendingJsCb))},No.getCssTransitionType=function(t){if(!(!Ii||document.hidden||this.hooks&&this.hooks.css===!1||Pe(this.el))){var e=this.type||this.typeCache[t];if(e)return e;var i=this.el.style,n=window.getComputedStyle(this.el),r=i[Oo]||n[Oo];if(r&&"0s"!==r)e=xo;else{var o=i[To]||n[To];o&&"0s"!==o&&(e=Ao)}return e&&(this.typeCache[t]=e),e}},No.setupCssCb=function(t,e){this.pendingCssEvent=t;var i=this,n=this.el,r=this.pendingCssCb=function(o){o.target===n&&(K(n,t,r),i.pendingCssEvent=i.pendingCssCb=null,!i.pendingJsCb&&e&&e())};G(n,t,r)};var jo={priority:Sr,update:function(t,e){var i=this.el,n=yt(this.vm.$options,"transitions",t);t=t||"v",i.__v_trans=new Se(i,t,n,this.vm),e&&tt(i,e+"-transition"),Z(i,t+"-transition")}},So={style:no,"class":mo,component:go,prop:Co,transition:jo},Po=/^v-bind:|^:/,Do=/^v-on:|^@/,Fo=/^v-([^:]+)(?:$|:(.*)$)/,Vo=/\.[^\.]+/g,Ho=/^(v-bind:|:)?transition$/,Lo=1e3,Mo=2e3;Ze.terminal=!0;var zo=/[^\w\-:\.]/,Io=Object.freeze({compile:De,compileAndLinkProps:Me,compileRoot:ze,transclude:oi,resolveSlots:li}),Bo=/^v-on:|^@/;di.prototype._bind=function(){var t=this.name,e=this.descriptor;if(("cloak"!==t||this.vm._isCompiled)&&this.el&&this.el.removeAttribute){var i=e.attr||"v-"+t;this.el.removeAttribute(i)}var n=e.def;if("function"==typeof n?this.update=n:g(this,n),this._setupParams(),this.bind&&this.bind(),this._bound=!0,this.literal)this.update&&this.update(e.raw);else if((this.expression||this.modifiers)&&(this.update||this.twoWay)&&!this._checkStatement()){var r=this;this.update?this._update=function(t,e){r._locked||r.update(t,e)}:this._update=pi;var o=this._preProcess?v(this._preProcess,this):null,s=this._postProcess?v(this._postProcess,this):null,a=this._watcher=new qt(this.vm,this.expression,this._update,{filters:this.filters,twoWay:this.twoWay,deep:this.deep,preProcess:o,postProcess:s,scope:this._scope});this.afterBind?this.afterBind():this.update&&this.update(a.value)}},di.prototype._setupParams=function(){if(this.params){var t=this.params;this.params=Object.create(null);for(var e,i,n,r=t.length;r--;)e=p(t[r]),n=u(e),i=I(this.el,e),null!=i?this._setupParamWatcher(n,i):(i=z(this.el,e),null!=i&&(this.params[n]=""===i?!0:i))}},di.prototype._setupParamWatcher=function(t,e){var i=this,n=!1,r=(this._scope||this.vm).$watch(e,function(e,r){if(i.params[t]=e,n){var o=i.paramWatchers&&i.paramWatchers[t];o&&o.call(i,e,r)}else n=!0},{immediate:!0,user:!1});(this._paramUnwatchFns||(this._paramUnwatchFns=[])).push(r)},di.prototype._checkStatement=function(){var t=this.expression;if(t&&this.acceptStatement&&!zt(t)){var e=Mt(t).get,i=this._scope||this.vm,n=function(t){i.$event=t,e.call(i,i),i.$event=null};return this.filters&&(n=i._applyFilters(n,null,this.filters)),this.update(n),!0}},di.prototype.set=function(t){this.twoWay&&this._withLock(function(){this._watcher.set(t)})},di.prototype._withLock=function(t){var e=this;e._locked=!0,t.call(e),Qi(function(){e._locked=!1})},di.prototype.on=function(t,e,i){G(this.el,t,e,i),(this._listeners||(this._listeners=[])).push([t,e])},di.prototype._teardown=function(){if(this._bound){this._bound=!1,this.unbind&&this.unbind(),this._watcher&&this._watcher.teardown();var t,e=this._listeners;if(e)for(t=e.length;t--;)K(this.el,e[t][0],e[t][1]);var i=this._paramUnwatchFns;if(i)for(t=i.length;t--;)i[t]();this.vm=this.el=this._watcher=this._listeners=null}};var Wo=/[^|]\|[^|]/;Ot(wi),ui(wi),fi(wi),vi(wi),mi(wi),gi(wi),_i(wi),yi(wi),bi(wi);var Uo={priority:Lr,params:["name"],bind:function(){var t=this.params.name||"default",e=this.vm._slotContents&&this.vm._slotContents[t];e&&e.hasChildNodes()?this.compile(e.cloneNode(!0),this.vm._context,this.vm):this.fallback()},compile:function(t,e,i){if(t&&e){if(this.el.hasChildNodes()&&1===t.childNodes.length&&1===t.childNodes[0].nodeType&&t.childNodes[0].hasAttribute("v-if")){var n=document.createElement("template");n.setAttribute("v-else",""),n.innerHTML=this.el.innerHTML,n._context=this.vm,t.appendChild(n)}var r=i?i._scope:this._scope;this.unlink=e.$compile(t,i,r,this._frag)}t?J(this.el,t):q(this.el)},fallback:function(){this.compile(et(this.el,!0),this.vm)},unbind:function(){this.unlink&&this.unlink()}},qo={priority:Fr,params:["name"],paramWatchers:{name:function(t){Ir.remove.call(this),t&&this.insert(t)}},bind:function(){this.anchor=ot("v-partial"),J(this.el,this.anchor),this.insert(this.params.name)},insert:function(t){var e=yt(this.vm.$options,"partials",t,!0);e&&(this.factory=new se(this.vm,e),Ir.insert.call(this))},unbind:function(){this.frag&&this.frag.destroy()}},Qo={slot:Uo,partial:qo},Jo=zr._postProcess,Go=/(\d{3})(?=\d)/g,Ko={orderBy:ki,filterBy:$i,limitBy:Ci,json:{read:function(t,e){return"string"==typeof t?t:JSON.stringify(t,null,Number(e)||2)},write:function(t){try{return JSON.parse(t)}catch(e){return t}}},capitalize:function(t){return t||0===t?(t=t.toString(),t.charAt(0).toUpperCase()+t.slice(1)):""},uppercase:function(t){return t||0===t?t.toString().toUpperCase():""},lowercase:function(t){return t||0===t?t.toString().toLowerCase():""},currency:function(t,e){if(t=parseFloat(t),!isFinite(t)||!t&&0!==t)return"";e=null!=e?e:"$";var i=Math.abs(t).toFixed(2),n=i.slice(0,-3),r=n.length%3,o=r>0?n.slice(0,r)+(n.length>3?",":""):"",s=i.slice(-3),a=0>t?"-":"";return a+e+o+n.slice(r).replace(Go,"$1,")+s},pluralize:function(t){var e=m(arguments,1);return e.length>1?e[t%10-1]||e[e.length-1]:e[0]+(1===t?"":"s")},debounce:function(t,e){return t?(e||(e=300),w(t,e)):void 0}};Ai(wi),wi.version="1.0.21",setTimeout(function(){bn.devtools&&Vi&&Vi.emit("init",wi)},0),t.exports=wi}).call(e,function(){return this}())},function(t,e){var i=e.cache={};e.insert=function(t){if(!i[t]){i[t]=!0;var e=document.createElement("style");return e.setAttribute("type","text/css"),"textContent"in e?e.textContent=t:e.styleSheet.cssText=t,document.getElementsByTagName("head")[0].appendChild(e),e}}}]); \ No newline at end of file +"use strict";function i(t,e,n){if(r(t,e))return void(t[e]=n);if(t._isVue)return void i(t._data,e,n);var o=t.__ob__;if(!o)return void(t[e]=n);if(o.convert(e,n),o.dep.notify(),o.vms)for(var s=o.vms.length;s--;){var a=o.vms[s];a._proxy(e),a._digest()}return n}function n(t,e){if(r(t,e)){delete t[e];var i=t.__ob__;if(!i)return void(t._isVue&&(delete t._data[e],t._digest()));if(i.dep.notify(),i.vms)for(var n=i.vms.length;n--;){var o=i.vms[n];o._unproxy(e),o._digest()}}}function r(t,e){return Ei.call(t,e)}function o(t){return Ri.test(t)}function s(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function a(t){return null==t?"":t.toString()}function h(t){if("string"!=typeof t)return t;var e=Number(t);return isNaN(e)?t:e}function l(t){return"true"===t||"false"!==t&&t}function c(t){var e=t.charCodeAt(0),i=t.charCodeAt(t.length-1);return e!==i||34!==e&&39!==e?t:t.slice(1,-1)}function u(t){return t.replace(Ni,f)}function f(t,e){return e?e.toUpperCase():""}function p(t){return t.replace(Si,"$1-$2").toLowerCase()}function d(t){return t.replace(ji,f)}function v(t,e){return function(i){var n=arguments.length;return n?n>1?t.apply(e,arguments):t.call(e,i):t.call(e)}}function m(t,e){e=e||0;for(var i=t.length-e,n=new Array(i);i--;)n[i]=t[i+e];return n}function g(t,e){for(var i=Object.keys(e),n=i.length;n--;)t[i[n]]=e[i[n]];return t}function _(t){return null!==t&&"object"==typeof t}function y(t){return Pi.call(t)===Di}function b(t,e,i,n){Object.defineProperty(t,e,{value:i,enumerable:!!n,writable:!0,configurable:!0})}function w(t,e){var i,n,r,o,s,a=function h(){var a=Date.now()-o;a=0?i=setTimeout(h,e-a):(i=null,s=t.apply(r,n),i||(r=n=null))};return function(){return r=this,n=arguments,o=Date.now(),i||(i=setTimeout(a,e)),s}}function C(t,e){for(var i=t.length;i--;)if(t[i]===e)return i;return-1}function $(t){var e=function i(){if(!i.cancelled)return t.apply(this,arguments)};return e.cancel=function(){e.cancelled=!0},e}function x(t,e){return t==e||!(!_(t)||!_(e))&&JSON.stringify(t)===JSON.stringify(e)}function k(t){this.size=0,this.limit=t,this.head=this.tail=void 0,this._keymap=Object.create(null)}function A(){var t,e=rn.slice(cn,hn).trim();if(e){t={};var i=e.match(gn);t.name=i[0],i.length>1&&(t.args=i.slice(1).map(O))}t&&(on.filters=on.filters||[]).push(t),cn=hn+1}function O(t){if(_n.test(t))return{value:h(t),dynamic:!1};var e=c(t),i=e===t;return{value:i?t:e,dynamic:i}}function T(t){var e=mn.get(t);if(e)return e;for(rn=t,un=fn=!1,pn=dn=vn=0,cn=0,on={},hn=0,ln=rn.length;hnl&&h.push({value:t.slice(l,n)}),r=$n.test(i[0]),o=r?i[1]:i[2],s=o.charCodeAt(0),a=42===s,o=a?o.slice(1):o,h.push({tag:!0,value:o.trim(),html:r,oneTime:a}),l=n+i[0].length;return l1?t.map(function(t){return j(t,e)}).join("+"):j(t[0],e,!0)}function j(t,e,i){return t.tag?t.oneTime&&e?'"'+e.$eval(t.value)+'"':P(t.value,i):'"'+t.value+'"'}function P(t,e){if(xn.test(t)){var i=T(t);return i.filters?"this._applyFilters("+i.expression+",null,"+JSON.stringify(i.filters)+",false)":"("+t+")"}return e?t:"("+t+")"}function D(t,e,i,n){H(t,1,function(){e.appendChild(t)},i,n)}function F(t,e,i,n){H(t,1,function(){W(t,e)},i,n)}function V(t,e,i){H(t,-1,function(){q(t)},e,i)}function H(t,e,i,n,r){var o=t.__v_trans;if(!o||!o.hooks&&!Gi||!n._isCompiled||n.$parent&&!n.$parent._isCompiled)return i(),void(r&&r());var s=e>0?"enter":"leave";o[s](i,r)}function L(t){if("string"==typeof t){t=document.querySelector(t)}return t}function M(t){if(!t)return!1;var e=t.ownerDocument.documentElement,i=t.parentNode;return e===t||e===i||!(!i||1!==i.nodeType||!e.contains(i))}function z(t,e){var i=t.getAttribute(e);return null!==i&&t.removeAttribute(e),i}function I(t,e){var i=z(t,":"+e);return null===i&&(i=z(t,"v-bind:"+e)),i}function B(t,e){return t.hasAttribute(e)||t.hasAttribute(":"+e)||t.hasAttribute("v-bind:"+e)}function W(t,e){e.parentNode.insertBefore(t,e)}function U(t,e){e.nextSibling?W(t,e.nextSibling):e.parentNode.appendChild(t)}function q(t){t.parentNode.removeChild(t)}function Q(t,e){e.firstChild?W(t,e.firstChild):e.appendChild(t)}function J(t,e){var i=t.parentNode;i&&i.replaceChild(e,t)}function G(t,e,i,n){t.addEventListener(e,i,n)}function X(t,e,i){t.removeEventListener(e,i)}function Y(t){var e=t.className;return"object"==typeof e&&(e=e.baseVal||""),e}function K(t,e){Ii&&!/svg$/.test(t.namespaceURI)?t.className=e:t.setAttribute("class",e)}function Z(t,e){if(t.classList)t.classList.add(e);else{var i=" "+Y(t)+" ";i.indexOf(" "+e+" ")<0&&K(t,(i+e).trim())}}function tt(t,e){if(t.classList)t.classList.remove(e);else{for(var i=" "+Y(t)+" ",n=" "+e+" ";i.indexOf(n)>=0;)i=i.replace(n," ");K(t,i.trim())}t.className||t.removeAttribute("class")}function et(t,e){var i,n;if(rt(t)&<(t.content)&&(t=t.content),t.hasChildNodes())for(it(t),n=e?document.createDocumentFragment():document.createElement("div");i=t.firstChild;)n.appendChild(i);return n}function it(t){for(var e;e=t.firstChild,nt(e);)t.removeChild(e);for(;e=t.lastChild,nt(e);)t.removeChild(e)}function nt(t){return t&&(3===t.nodeType&&!t.data.trim()||8===t.nodeType)}function rt(t){return t.tagName&&"template"===t.tagName.toLowerCase()}function ot(t,e){var i=Tn.debug?document.createComment(t):document.createTextNode(e?" ":"");return i.__v_anchor=!0,i}function st(t){if(t.hasAttributes())for(var e=t.attributes,i=0,n=e.length;i=h.length){for(var t=0;t=97&&e<=122||e>=65&&e<=90?"ident":e>=49&&e<=57?"number":"else"}function Et(t){var e=t.trim();return("0"!==t.charAt(0)||!isNaN(t))&&(o(e)?c(e):"*"+e)}function Rt(t){function e(){var e=t[c+1];if(u===Zn&&"'"===e||u===tr&&'"'===e)return c++,n="\\"+e,p[Wn](),!0}var i,n,r,o,s,a,h,l=[],c=-1,u=Jn,f=0,p=[];for(p[Un]=function(){void 0!==r&&(l.push(r),r=void 0)},p[Wn]=function(){void 0===r?r=n:r+=n},p[qn]=function(){p[Wn](),f++},p[Qn]=function(){if(f>0)f--,u=Kn,p[Wn]();else{if(f=0,r=Et(r),r===!1)return!1;p[Un]()}};null!=u;)if(c++,i=t[c],"\\"!==i||!e()){if(o=Tt(i),h=nr[u],s=h[o]||h["else"]||ir,s===ir)return;if(u=s[0],a=p[s[1]],a&&(n=s[2],n=void 0===n?i:n,a()===!1))return;if(u===er)return l.raw=t,l}}function Nt(t){var e=Bn.get(t);return e||(e=Rt(t),e&&Bn.put(t,e)),e}function St(t,e){return zt(e).get(t)}function jt(t,e,n){var r=t;if("string"==typeof e&&(e=Rt(e)),!e||!_(t))return!1;for(var o,s,a=0,h=e.length;a-1?i.replace(pr,Vt):i,e+"scope."+i)}function Vt(t,e){return gr[e]}function Ht(t){lr.test(t),gr.length=0;var e=t.replace(fr,Dt).replace(cr,"");return e=(" "+e).replace(vr,Ft).replace(pr,Vt),Lt(e)}function Lt(t){try{return new Function("scope","return "+t+";")}catch(e){return Pt}}function Mt(t){var e=Nt(t);if(e)return function(t,i){jt(t,e,i)}}function zt(t,e){t=t.trim();var i=or.get(t);if(i)return e&&!i.set&&(i.set=Mt(i.exp)),i;var n={exp:t};return n.get=It(t)&&t.indexOf("[")<0?Lt("scope."+t):Ht(t),e&&(n.set=Mt(t)),or.put(t,n),n}function It(t){return dr.test(t)&&!mr.test(t)&&"Math."!==t.slice(0,5)}function Bt(){yr.length=0,br.length=0,wr={},Cr={},$r=!1}function Wt(){for(var t=!0;t;)t=!1,Ut(yr),Ut(br),yr.length?t=!0:(Li&&Tn.devtools&&Li.emit("flush"),Bt())}function Ut(t){for(var e=0;e0){var s=o+(n?e:ct(e));r=Vr.get(s),r||(r=Fe(i,t.$options,!0),Vr.put(s,r))}else r=Fe(i,t.$options,!0);this.linker=r}function he(t,e,i){var n=t.node.previousSibling;if(n){for(t=n.__v_frag;!(t&&t.forId===i&&t.inserted||n===e);){if(n=n.previousSibling,!n)return;t=n.__v_frag}return t}}function le(t){var e=t.node;if(t.end)for(;!e.__vue__&&e!==t.end&&e.nextSibling;)e=e.nextSibling;return e.__vue__}function ce(t){for(var e=-1,i=new Array(Math.floor(t));++e47&&e<58?parseInt(t,10):1===t.length&&(e=t.toUpperCase().charCodeAt(0),e>64&&e<91)?e:ro[t]});return i=[].concat.apply([],i),function(e){if(i.indexOf(e.keyCode)>-1)return t.call(this,e)}}function ve(t){return function(e){return e.stopPropagation(),t.call(this,e)}}function me(t){return function(e){return e.preventDefault(),t.call(this,e)}}function ge(t){return function(e){if(e.target===e.currentTarget)return t.call(this,e)}}function _e(t){if(lo[t])return lo[t];var e=ye(t);return lo[t]=lo[e]=e,e}function ye(t){t=p(t);var e=u(t),i=e.charAt(0).toUpperCase()+e.slice(1);co||(co=document.createElement("div"));var n,r=so.length;if("filter"!==e&&e in co.style)return{kebab:t,camel:e};for(;r--;)if(n=ao[r]+i,n in co.style)return{kebab:so[r]+t,camel:n}}function be(t){var e=[];if(Fi(t))for(var i=0,n=t.length;i=r?i():t[o].call(e,n)}var r=t.length,o=0;t[0].call(e,n)}function $e(t,e,i){for(var n,r,s,a,h,l,c,f=[],d=Object.keys(e),v=d.length;v--;)if(r=d[v],n=e[r]||Oo,h=u(r),To.test(h)){if(c={name:r,path:h,options:n,mode:Ao.ONE_WAY,raw:null},s=p(r),null===(a=I(t,s))&&(null!==(a=I(t,s+".sync"))?c.mode=Ao.TWO_WAY:null!==(a=I(t,s+".once"))&&(c.mode=Ao.ONE_TIME)),null!==a)c.raw=a,l=T(a),a=l.expression,c.filters=l.filters,o(a)&&!l.filters?c.optimizedLiteral=!0:c.dynamic=!0,c.parentPath=a;else if(null!==(a=z(t,s)))c.raw=a;else;f.push(c)}return xe(f)}function xe(t){return function(e,i){e._props={};for(var n,o,s,a,u,f=e.$options.propsData,d=t.length;d--;)if(n=t[d],u=n.raw,o=n.path,s=n.options,e._props[o]=n,f&&r(f,o)&&Ae(e,n,f[o]),null===u)Ae(e,n,void 0);else if(n.dynamic)n.mode===Ao.ONE_TIME?(a=(i||e._context||e).$get(n.parentPath),Ae(e,n,a)):e._context?e._bindDir({name:"prop",def:Ro,prop:n},null,null,i):Ae(e,n,e.$get(n.parentPath));else if(n.optimizedLiteral){var v=c(u);a=v===u?l(h(u)):v,Ae(e,n,a)}else a=s.type===Boolean&&(""===u||u===p(n.name))||u,Ae(e,n,a)}}function ke(t,e,i,n){var r=e.dynamic&&It(e.parentPath),o=i;void 0===o&&(o=Te(t,e)),o=Re(e,o,t);var s=o!==i;Ee(e,o,t)||(o=void 0),r&&!s?wt(function(){n(o)}):n(o)}function Ae(t,e,i){ke(t,e,i,function(i){At(t,e.path,i)})}function Oe(t,e,i){ke(t,e,i,function(i){t[e.path]=i})}function Te(t,e){var i=e.options;if(!r(i,"default"))return i.type!==Boolean&&void 0;var n=i["default"];return _(n),"function"==typeof n&&i.type!==Function?n.call(t):n}function Ee(t,e,i){if(!t.options.required&&(null===t.raw||null==e))return!0;var n=t.options,r=n.type,o=!r,s=[];if(r){Fi(r)||(r=[r]);for(var a=0;ae?-1:t===e?0:1}function Le(t,e,i,n){function r(r){Me(t,e,r),i&&n&&Me(i,n)}return r.dirs=e,r}function Me(t,e,i){for(var n=e.length;n--;)e[n]._teardown()}function ze(t,e,i,n){var r=$e(e,i,t),o=Ve(function(){r(t,n)},t);return Le(t,o)}function Ie(t,e,i){var n,r,o=e._containerAttrs,s=e._replacerAttrs;if(11!==t.nodeType)e._asComponent?(o&&i&&(n=ii(o,i)),s&&(r=ii(s,e))):r=ii(t.attributes,e);else;return e._containerAttrs=e._replacerAttrs=null,function(t,e,i){var o,s=t._context;s&&n&&(o=Ve(function(){n(s,e,null,i)},s));var a=Ve(function(){r&&r(t,e)},t);return Le(t,a,s,o)}}function Be(t,e){var i=t.nodeType;return 1!==i||si(t)?3===i&&t.data.trim()?Ue(t,e):null:We(t,e)}function We(t,e){if("TEXTAREA"===t.tagName){var i=N(t.value);i&&(t.setAttribute(":value",S(i)),t.value="")}var n,r=t.hasAttributes(),o=r&&m(t.attributes);return r&&(n=Ze(t,o,e)),n||(n=Ye(t,e)),n||(n=Ke(t,e)),!n&&r&&(n=ii(o,e)),n}function Ue(t,e){if(t._skip)return qe;var i=N(t.wholeText);if(!i)return null;for(var n=t.nextSibling;n&&3===n.nodeType;)n._skip=!0,n=n.nextSibling;for(var r,o,s=document.createDocumentFragment(),a=0,h=i.length;ap.priority)&&(p=f,c=r.name,a=ni(r.name),s=r.value,l=h[1],u=h[2]));return p?ei(t,l,s,i,p,c,u,a):void 0}function ti(){}function ei(t,e,i,n,r,o,s,a){var h=T(i),l={name:e,arg:s,expression:h.expression,filters:h.filters,raw:i,attr:o,modifiers:a,def:r};"for"!==e&&"router-view"!==e||(l.ref=st(t));var c=function(t,e,i,n,r){l.ref&&At((n||t).$refs,l.ref,null),t._bindDir(l,e,i,n,r)};return c.terminal=!0,c}function ii(t,e){function i(t,e,i){var n=i&&oi(i),r=!n&&T(o);v.push({name:t,attr:s,raw:a,def:e,arg:l,modifiers:c,expression:r&&r.expression,filters:r&&r.filters,interp:i,hasOneTime:n})}for(var n,r,o,s,a,h,l,c,u,f,p,d=t.length,v=[];d--;)if(n=t[d],r=s=n.name,o=a=n.value,f=N(o),l=null,c=ni(r),r=r.replace(Uo,""),f)o=S(f),l=r,i("bind",$o.bind,f);else if(qo.test(r))c.literal=!Io.test(r),i("transition",zo.transition);else if(Bo.test(r))l=r.replace(Bo,""),i("on",$o.on);else if(Io.test(r))h=r.replace(Io,""),"style"===h||"class"===h?i(h,zo[h]):(l=h,i("bind",$o.bind));else if(p=r.match(Wo)){if(h=p[1],l=p[2],"else"===h)continue;u=yt(e,"directives",h,!0),u&&i(h,u)}if(v.length)return ri(v)}function ni(t){var e=Object.create(null),i=t.match(Uo);if(i)for(var n=i.length;n--;)e[i[n].slice(1)]=!0;return e}function ri(t){return function(e,i,n,r,o){for(var s=t.length;s--;)e._bindDir(t[s],i,n,r,o)}}function oi(t){for(var e=t.length;e--;)if(t[e].oneTime)return!0}function si(t){return"SCRIPT"===t.tagName&&(!t.hasAttribute("type")||"text/javascript"===t.getAttribute("type"))}function ai(t,e){return e&&(e._containerAttrs=li(t)),rt(t)&&(t=Zt(t)),e&&(e._asComponent&&!e.template&&(e.template=""),e.template&&(e._content=et(t),t=hi(t,e))),lt(t)&&(Q(ot("v-start",!0),t),t.appendChild(ot("v-end",!0))),t}function hi(t,e){var i=e.template,n=Zt(i,!0);if(n){var r=n.firstChild,o=r.tagName&&r.tagName.toLowerCase();return e.replace?(t===document.body,n.childNodes.length>1||1!==r.nodeType||"component"===o||yt(e,"components",o)||B(r,"is")||yt(e,"elementDirectives",o)||r.hasAttribute("v-for")||r.hasAttribute("v-if")?n:(e._replacerAttrs=li(r),ci(t,r),r)):(t.appendChild(n),t)}}function li(t){if(1===t.nodeType&&t.hasAttributes())return m(t.attributes)}function ci(t,e){for(var i,n,r=t.attributes,o=r.length;o--;)i=r[o].name,n=r[o].value,e.hasAttribute(i)||Go.test(i)?"class"===i&&!N(n)&&(n=n.trim())&&n.split(/\s+/).forEach(function(t){Z(e,t)}):e.setAttribute(i,n)}function ui(t,e){if(e){for(var i,n,r=t._slotContents=Object.create(null),o=0,s=e.children.length;o1?m(i):i;var r=e&&i.some(function(t){return t._fromParent});r&&(n=!1);for(var o=m(arguments,1),s=0,a=i.length;se?o:-o}var i=null,n=void 0;t=is(t);var r=m(arguments,1),o=r[r.length-1];"number"==typeof o?(o=o<0?-1:1,r=r.length>1?r.slice(0,-1):r):o=1;var s=r[0];return s?("function"==typeof s?i=function(t,e){return s(t,e)*o}:(n=Array.prototype.concat.apply([],r),i=function(t,r,o){return o=o||0,o>=n.length-1?e(t,r,o):e(t,r,o)||i(t,r,o+1)}),t.slice().sort(i)):t}function Oi(t,e){var i;if(y(t)){var n=Object.keys(t);for(i=n.length;i--;)if(Oi(t[n[i]],e))return!0}else if(Fi(t)){for(i=t.length;i--;)if(Oi(t[i],e))return!0}else if(null!=t)return t.toString().toLowerCase().indexOf(e)>-1}function Ti(t){function e(t){return new Function("return function "+d(t)+" (options) { this._init(options) }")()}t.options={directives:$o,elementDirectives:es,filters:rs,transitions:{},components:{},partials:{},replace:!0},t.util=zn,t.config=Tn,t.set=i,t["delete"]=n,t.nextTick=tn,t.compiler=Xo,t.FragmentFactory=ae,t.internalDirectives=zo,t.parsers={path:rr,text:kn,template:Dr,directive:yn,expression:_r},t.cid=0;var r=1;t.extend=function(t){t=t||{};var i=this,n=0===i.cid;if(n&&t._Ctor)return t._Ctor;var o=t.name||i.options.name,s=e(o||"VueComponent");return s.prototype=Object.create(i.prototype),s.prototype.constructor=s,s.cid=r++,s.options=_t(i.options,t),s["super"]=i,s.extend=i.extend,Tn._assetTypes.forEach(function(t){s[t]=i[t]}),o&&(s.options.components[o]=s),n&&(t._Ctor=s),s},t.use=function(t){if(!t.installed){var e=m(arguments,1);return e.unshift(this),"function"==typeof t.install?t.install.apply(t,e):t.apply(null,e),t.installed=!0,this}},t.mixin=function(e){t.options=_t(t.options,e)},Tn._assetTypes.forEach(function(e){t[e]=function(i,n){return n?("component"===e&&y(n)&&(n.name||(n.name=i),n=t.extend(n)),this.options[e+"s"][i]=n,n):this.options[e+"s"][i]}}),g(t.transition,Rn)}var Ei=Object.prototype.hasOwnProperty,Ri=/^\s?(true|false|-?[\d\.]+|'[^']*'|"[^"]*")\s?$/,Ni=/-(\w)/g,Si=/([a-z\d])([A-Z])/g,ji=/(?:^|[-_\/])(\w)/g,Pi=Object.prototype.toString,Di="[object Object]",Fi=Array.isArray,Vi="__proto__"in{},Hi="undefined"!=typeof window&&"[object Object]"!==Object.prototype.toString.call(window),Li=Hi&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,Mi=Hi&&window.navigator.userAgent.toLowerCase(),zi=Mi&&Mi.indexOf("trident")>0,Ii=Mi&&Mi.indexOf("msie 9.0")>0,Bi=Mi&&Mi.indexOf("android")>0,Wi=Mi&&/(iphone|ipad|ipod|ios)/i.test(Mi),Ui=Wi&&Mi.match(/os ([\d_]+)/),qi=Ui&&Ui[1].split("_"),Qi=qi&&Number(qi[0])>=9&&Number(qi[1])>=3&&!window.indexedDB,Ji=void 0,Gi=void 0,Xi=void 0,Yi=void 0;if(Hi&&!Ii){var Ki=void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend,Zi=void 0===window.onanimationend&&void 0!==window.onwebkitanimationend;Ji=Ki?"WebkitTransition":"transition",Gi=Ki?"webkitTransitionEnd":"transitionend",Xi=Zi?"WebkitAnimation":"animation",Yi=Zi?"webkitAnimationEnd":"animationend"}var tn=function(){function t(){r=!1;var t=n.slice(0);n=[];for(var e=0;e=this.length&&(this.length=Number(t)+1),this.splice(t,1,e)[0]}),b(Vn,"$remove",function(t){if(this.length){var e=C(this,t);return e>-1?this.splice(e,1):void 0}});var Ln=Object.getOwnPropertyNames(Hn),Mn=!0;Ct.prototype.walk=function(t){for(var e=Object.keys(t),i=0,n=e.length;i",""],tr:[2,"","
"],col:[2,"","
"]};Er.td=Er.th=[3,"","
"],Er.option=Er.optgroup=[1,'"],Er.thead=Er.tbody=Er.colgroup=Er.caption=Er.tfoot=[1,"","
"],Er.g=Er.defs=Er.symbol=Er.use=Er.image=Er.text=Er.circle=Er.ellipse=Er.line=Er.path=Er.polygon=Er.polyline=Er.rect=[1,'',""];var Rr=/<([\w:-]+)/,Nr=/&#?\w+?;/,Sr=/

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy