docute.js 223 KB

12
  1. (function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.docute=e():t.docute=e()})(this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/",e(e.s=121)}([function(t,e){t.exports=function(t,e,n,r){var o,i=t=t||{},a=typeof t.default;"object"!==a&&"function"!==a||(o=t,i=t.default);var s="function"==typeof i?i.options:i;if(e&&(s.render=e.render,s.staticRenderFns=e.staticRenderFns),n&&(s._scopeId=n),r){var u=Object.create(s.computed||null);Object.keys(r).forEach(function(t){var e=r[t];u[t]=function(){return e}}),s.computed=u}return{esModule:o,exports:i,options:s}}},function(t,e,n){"use strict";function r(t){O&&(t._devtoolHook=O,O.emit("vuex:init",t),O.on("vuex:travel-to-state",function(e){t.replaceState(e)}),t.subscribe(function(t,e){O.emit("vuex:mutation",t,e)}))}function o(t,e){Object.keys(t).forEach(function(n){return e(t[n],n)})}function i(t){return null!==t&&"object"==typeof t}function a(t){return t&&"function"==typeof t.then}function s(t,e){if(!t)throw new Error("[vuex] "+e)}function u(t,e){if(t.update(e),e.modules)for(var n in e.modules){if(!t.getChild(n))return void console.warn("[vuex] trying to add a new module '"+n+"' on hot reloading, manual reload is needed");u(t.getChild(n),e.modules[n])}}function c(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;f(t,n,[],t._modules.root,!0),l(t,n,e)}function l(t,e,n){var r=t._vm;t.getters={};var i=t._wrappedGetters,a={};o(i,function(e,n){a[n]=function(){return e(t)},Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})});var s=A.config.silent;A.config.silent=!0,t._vm=new A({data:{$$state:e},computed:a}),A.config.silent=s,t.strict&&g(t),r&&(n&&t._withCommit(function(){r._data.$$state=null}),A.nextTick(function(){return r.$destroy()}))}function f(t,e,n,r,o){var i=!n.length,a=t._modules.getNamespace(n);if(a&&(t._modulesNamespaceMap[a]=r),!i&&!o){var s=y(e,n.slice(0,-1)),u=n[n.length-1];t._withCommit(function(){A.set(s,u,r.state)})}var c=r.context=p(t,a,n);r.forEachMutation(function(e,n){h(t,a+n,e,c)}),r.forEachAction(function(e,n){v(t,a+n,e,c)}),r.forEachGetter(function(e,n){m(t,a+n,e,c)}),r.forEachChild(function(r,i){f(t,e,n.concat(i),r,o)})}function p(t,e,n){var r=""===e,o={dispatch:r?t.dispatch:function(n,r,o){var i=b(n,r,o),a=i.payload,s=i.options,u=i.type;return s&&s.root||(u=e+u,t._actions[u])?t.dispatch(u,a):void console.error("[vuex] unknown local action type: "+i.type+", global type: "+u)},commit:r?t.commit:function(n,r,o){var i=b(n,r,o),a=i.payload,s=i.options,u=i.type;if(!(s&&s.root||(u=e+u,t._mutations[u])))return void console.error("[vuex] unknown local mutation type: "+i.type+", global type: "+u);t.commit(u,a,s)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return d(t,e)}},state:{get:function(){return y(t.state,n)}}}),o}function d(t,e){var n={},r=e.length;return Object.keys(t.getters).forEach(function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}}),n}function h(t,e,n,r){(t._mutations[e]||(t._mutations[e]=[])).push(function(t){n(r.state,t)})}function v(t,e,n,r){(t._actions[e]||(t._actions[e]=[])).push(function(e,o){var i=n({dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e,o);return a(i)||(i=Promise.resolve(i)),t._devtoolHook?i.catch(function(e){throw t._devtoolHook.emit("vuex:error",e),e}):i})}function m(t,e,n,r){if(t._wrappedGetters[e])return void console.error("[vuex] duplicate getter key: "+e);t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)}}function g(t){t._vm.$watch(function(){return this._data.$$state},function(){s(t._committing,"Do not mutate vuex store state outside mutation handlers.")},{deep:!0,sync:!0})}function y(t,e){return e.length?e.reduce(function(t,e){return t[e]},t):t}function b(t,e,n){return i(t)&&t.type&&(n=e,e=t,t=t.type),s("string"==typeof t,"Expects string as the type, but found "+typeof t+"."),{type:t,payload:e,options:n}}function _(t){if(A)return void console.error("[vuex] already installed. Vue.use(Vuex) should be called only once.");A=t,$(A)}function w(t){return Array.isArray(t)?t.map(function(t){return{key:t,val:t}}):Object.keys(t).map(function(e){return{key:e,val:t[e]}})}function x(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function k(t,e,n){var r=t._modulesNamespaceMap[n];return r||console.error("[vuex] module namespace not found in "+e+"(): "+n),r}Object.defineProperty(e,"__esModule",{value:!0}),n.d(e,"Store",function(){return E}),n.d(e,"mapState",function(){return P}),n.d(e,"mapMutations",function(){return M}),n.d(e,"mapGetters",function(){return I}),n.d(e,"mapActions",function(){return N});var $=function(t){function e(){var t=this.$options;t.store?this.$store=t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}if(Number(t.version.split(".")[0])>=2){var n=t.config._lifecycleHooks.indexOf("init")>-1;t.mixin(n?{init:e}:{beforeCreate:e})}else{var r=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[e].concat(t.init):e,r.call(this,t)}}},O="undefined"!=typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,C=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t},S={state:{},namespaced:{}};S.state.get=function(){return this._rawModule.state||{}},S.namespaced.get=function(){return!!this._rawModule.namespaced},C.prototype.addChild=function(t,e){this._children[t]=e},C.prototype.removeChild=function(t){delete this._children[t]},C.prototype.getChild=function(t){return this._children[t]},C.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},C.prototype.forEachChild=function(t){o(this._children,t)},C.prototype.forEachGetter=function(t){this._rawModule.getters&&o(this._rawModule.getters,t)},C.prototype.forEachAction=function(t){this._rawModule.actions&&o(this._rawModule.actions,t)},C.prototype.forEachMutation=function(t){this._rawModule.mutations&&o(this._rawModule.mutations,t)},Object.defineProperties(C.prototype,S);var j=function(t){var e=this;this.root=new C(t,!1),t.modules&&o(t.modules,function(t,n){e.register([n],t,!1)})};j.prototype.get=function(t){return t.reduce(function(t,e){return t.getChild(e)},this.root)},j.prototype.getNamespace=function(t){var e=this.root;return t.reduce(function(t,n){return e=e.getChild(n),t+(e.namespaced?n+"/":"")},"")},j.prototype.update=function(t){u(this.root,t)},j.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var i=this.get(t.slice(0,-1)),a=new C(e,n);i.addChild(t[t.length-1],a),e.modules&&o(e.modules,function(e,o){r.register(t.concat(o),e,n)})},j.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var A,E=function(t){var e=this;void 0===t&&(t={}),s(A,"must call Vue.use(Vuex) before creating a store instance."),s("undefined"!=typeof Promise,"vuex requires a Promise polyfill in this browser.");var n=t.state;void 0===n&&(n={});var o=t.plugins;void 0===o&&(o=[]);var i=t.strict;void 0===i&&(i=!1),this._committing=!1,this._actions=Object.create(null),this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new j(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new A;var a=this,u=this,c=u.dispatch,p=u.commit;this.dispatch=function(t,e){return c.call(a,t,e)},this.commit=function(t,e,n){return p.call(a,t,e,n)},this.strict=i,f(this,n,[],this._modules.root),l(this,n),o.concat(r).forEach(function(t){return t(e)})},T={state:{}};T.state.get=function(){return this._vm._data.$$state},T.state.set=function(t){s(!1,"Use store.replaceState() to explicit replace store state.")},E.prototype.commit=function(t,e,n){var r=this,o=b(t,e,n),i=o.type,a=o.payload,s=o.options,u={type:i,payload:a},c=this._mutations[i];if(!c)return void console.error("[vuex] unknown mutation type: "+i);this._withCommit(function(){c.forEach(function(t){t(a)})}),this._subscribers.forEach(function(t){return t(u,r.state)}),s&&s.silent&&console.warn("[vuex] mutation type: "+i+". Silent option has been removed. Use the filter functionality in the vue-devtools")},E.prototype.dispatch=function(t,e){var n=b(t,e),r=n.type,o=n.payload,i=this._actions[r];return i?i.length>1?Promise.all(i.map(function(t){return t(o)})):i[0](o):void console.error("[vuex] unknown action type: "+r)},E.prototype.subscribe=function(t){var e=this._subscribers;return e.indexOf(t)<0&&e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}},E.prototype.watch=function(t,e,n){var r=this;return s("function"==typeof t,"store.watch only accepts a function."),this._watcherVM.$watch(function(){return t(r.state,r.getters)},e,n)},E.prototype.replaceState=function(t){var e=this;this._withCommit(function(){e._vm._data.$$state=t})},E.prototype.registerModule=function(t,e){"string"==typeof t&&(t=[t]),s(Array.isArray(t),"module path must be a string or an Array."),this._modules.register(t,e),f(this,this.state,t,this._modules.get(t)),l(this,this.state)},E.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),s(Array.isArray(t),"module path must be a string or an Array."),this._modules.unregister(t),this._withCommit(function(){var n=y(e.state,t.slice(0,-1));A.delete(n,t[t.length-1])}),c(this)},E.prototype.hotUpdate=function(t){this._modules.update(t),c(this,!0)},E.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(E.prototype,T),"undefined"!=typeof window&&window.Vue&&_(window.Vue);var P=x(function(t,e){var n={};return w(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=k(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"==typeof o?o.call(this,e,n):e[o]},n[r].vuex=!0}),n}),M=x(function(t,e){var n={};return w(e).forEach(function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];if(!t||k(this.$store,"mapMutations",t))return this.$store.commit.apply(this.$store,[o].concat(e))}}),n}),I=x(function(t,e){var n={};return w(e).forEach(function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){if(!t||k(this.$store,"mapGetters",t))return o in this.$store.getters?this.$store.getters[o]:void console.error("[vuex] unknown getter: "+o)},n[r].vuex=!0}),n}),N=x(function(t,e){var n={};return w(e).forEach(function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];if(!t||k(this.$store,"mapActions",t))return this.$store.dispatch.apply(this.$store,[o].concat(e))}}),n}),L={Store:E,install:_,version:"2.2.1",mapState:P,mapMutations:M,mapGetters:I,mapActions:N};e.default=L},function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(93);e.default=(0,r.makeComponent)({github:n(81),twitter:n(84),edit:n(80),menu:n(82),link:n(16),search:n(83),close:n(79)})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=e.inBrowser="undefined"!=typeof document;e.$=r&&document.querySelector.bind(document),e.$$=r&&document.querySelectorAll.bind(document),e.isMobile=r&&Math.max(document.documentElement.clientWidth,window.innerWidth||0)<=768},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0});var o=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function(){function t(){r(this,t),this.components={}}return o(t,[{key:"add",value:function(t,e){this.components[t]||(this.components[t]=[]),this.components[t].push(e)}},{key:"count",value:function(t){return this.components[t]?this.components[t].length:0}}]),t}(),a=new i;e.registerComponent=function(){a.add.apply(a,arguments)};e.default=a},function(t,e,n){var r,o;(function(i,a){r=a,void 0!==(o="function"==typeof r?r.call(e,n,e,t):r)&&(t.exports=o)})(this,function(){function t(t,e,n){return t<e?e:t>n?n:t}function e(t){return 100*(-1+t)}function n(t,n,r){var o;return o="translate3d"===c.positionUsing?{transform:"translate3d("+e(t)+"%,0,0)"}:"translate"===c.positionUsing?{transform:"translate("+e(t)+"%,0)"}:{"margin-left":e(t)+"%"},o.transition="all "+n+"ms "+r,o}function r(t,e){return("string"==typeof t?t:a(t)).indexOf(" "+e+" ")>=0}function o(t,e){var n=a(t),o=n+e;r(n,e)||(t.className=o.substring(1))}function i(t,e){var n,o=a(t);r(t,e)&&(n=o.replace(" "+e+" "," "),t.className=n.substring(1,n.length-1))}function a(t){return(" "+(t.className||"")+" ").replace(/\s+/gi," ")}function s(t){t&&t.parentNode&&t.parentNode.removeChild(t)}var u={};u.version="0.2.0";var c=u.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};u.configure=function(t){var e,n;for(e in t)void 0!==(n=t[e])&&t.hasOwnProperty(e)&&(c[e]=n);return this},u.status=null,u.set=function(e){var r=u.isStarted();e=t(e,c.minimum,1),u.status=1===e?null:e;var o=u.render(!r),i=o.querySelector(c.barSelector),a=c.speed,s=c.easing;return o.offsetWidth,l(function(t){""===c.positionUsing&&(c.positionUsing=u.getPositioningCSS()),f(i,n(e,a,s)),1===e?(f(o,{transition:"none",opacity:1}),o.offsetWidth,setTimeout(function(){f(o,{transition:"all "+a+"ms linear",opacity:0}),setTimeout(function(){u.remove(),t()},a)},a)):setTimeout(t,a)}),this},u.isStarted=function(){return"number"==typeof u.status},u.start=function(){u.status||u.set(0);var t=function(){setTimeout(function(){u.status&&(u.trickle(),t())},c.trickleSpeed)};return c.trickle&&t(),this},u.done=function(t){return t||u.status?u.inc(.3+.5*Math.random()).set(1):this},u.inc=function(e){var n=u.status;return n?("number"!=typeof e&&(e=(1-n)*t(Math.random()*n,.1,.95)),n=t(n+e,0,.994),u.set(n)):u.start()},u.trickle=function(){return u.inc(Math.random()*c.trickleRate)},function(){var t=0,e=0;u.promise=function(n){return n&&"resolved"!==n.state()?(0===e&&u.start(),t++,e++,n.always(function(){e--,0===e?(t=0,u.done()):u.set((t-e)/t)}),this):this}}(),u.render=function(t){if(u.isRendered())return document.getElementById("nprogress");o(document.documentElement,"nprogress-busy");var n=document.createElement("div");n.id="nprogress",n.innerHTML=c.template;var r,i=n.querySelector(c.barSelector),a=t?"-100":e(u.status||0),l=document.querySelector(c.parent);return f(i,{transition:"all 0 linear",transform:"translate3d("+a+"%,0,0)"}),c.showSpinner||(r=n.querySelector(c.spinnerSelector))&&s(r),l!=document.body&&o(l,"nprogress-custom-parent"),l.appendChild(n),n},u.remove=function(){i(document.documentElement,"nprogress-busy"),i(document.querySelector(c.parent),"nprogress-custom-parent");var t=document.getElementById("nprogress");t&&s(t)},u.isRendered=function(){return!!document.getElementById("nprogress")},u.getPositioningCSS=function(){var t=document.body.style,e="WebkitTransform"in t?"Webkit":"MozTransform"in t?"Moz":"msTransform"in t?"ms":"OTransform"in t?"O":"";return e+"Perspective"in t?"translate3d":e+"Transform"in t?"translate":"margin"};var l=function(){function t(){var n=e.shift();n&&n(t)}var e=[];return function(n){e.push(n),1==e.length&&t()}}(),f=function(){function t(t){return t.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(t,e){return e.toUpperCase()})}function e(t){var e=document.body.style;if(t in e)return t;for(var n,r=o.length,i=t.charAt(0).toUpperCase()+t.slice(1);r--;)if((n=o[r]+i)in e)return n;return t}function n(n){return n=t(n),i[n]||(i[n]=e(n))}function r(t,e,r){e=n(e),t.style[e]=r}var o=["Webkit","O","Moz","ms"],i={};return function(t,e){var n,o,i=arguments;if(2==i.length)for(n in e)void 0!==(o=e[n])&&e.hasOwnProperty(n)&&r(t,n,o);else r(t,i[1],i[2])}}();return u})},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(5),i=r(o);e.default={props:{place:{validator:function(t){return["content:start","content:end","sidebar:start","sidebar:end","nav:start","nav:end","icons:start","icons:end"].indexOf(t)>-1}}},data:function(){return{components:i.default.components[this.place],className:"custom-components-"+this.place.replace(":","-")}},render:function(t){if(this.components&&0!==this.components.length)return t("div",{class:"custom-components "+this.className},[this.components.map(function(e){return t(e,null,[])})])}}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(46),i=r(o);e.default=(0,i.default)()},function(t,e,n){"use strict";function r(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e<t.length;e++)n[e]=t[e];return n}return Array.from(t)}function o(t,e){var n=Math.min.apply(Math,r(t.map(function(t){return t[e]})));return t.filter(function(t){return t[e]===n})}function i(t,e){var n=Math.max.apply(Math,r(t.map(function(t){return t[e]})));return t.filter(function(t){return t[e]===n})}function a(t,e){return"[object "+e+"]"===Object.prototype.toString.call(t)}Object.defineProperty(e,"__esModule",{value:!0}),e.findMin=o,e.findMax=i,e.isType=a},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t){this.tokens=[],this.tokens.links={},this.options=t||d.defaults,this.rules=g.normal,this.options.gfm&&(this.options.tables?this.rules=g.tables:this.rules=g.gfm)}function i(t,e){if(this.options=e||d.defaults,this.links=t,this.rules=y.normal,this.renderer=this.options.renderer||new a,this.renderer.options=this.options,!this.links)throw new Error("Tokens array requires a `links` property.");this.options.gfm?this.options.breaks?this.rules=y.breaks:this.rules=y.gfm:this.options.pedantic&&(this.rules=y.pedantic)}function a(t){this.options=t||{}}function s(t){this.tokens=[],this.token=null,this.options=t||d.defaults,this.options.renderer=this.options.renderer||new a,this.renderer=this.options.renderer,this.renderer.options=this.options}function u(t,e){return t.replace(e?/&/g:/&(?!#?\w+;)/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;")}function c(t){return t.replace(/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/g,function(t,e){return e=e.toLowerCase(),"colon"===e?":":"#"===e.charAt(0)?"x"===e.charAt(1)?String.fromCharCode(parseInt(e.substring(2),16)):String.fromCharCode(+e.substring(1)):""})}function l(t,e){return t=t.source,e=e||"",function n(r,o){return r?(o=o.source||o,o=o.replace(/(^|[^\[])\^/g,"$1"),t=t.replace(r,o),n):new RegExp(t,e)}}function f(){}function p(t){for(var e,n,r=1;r<arguments.length;r++){e=arguments[r];for(n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t}function d(t,e,n){if(n||"function"==typeof e){n||(n=e,e=null),e=p({},d.defaults,e||{});var r,i,a=e.highlight,c=0;try{r=o.lex(t,e)}catch(t){return n(t)}i=r.length;var l=function(t){if(t)return e.highlight=a,n(t);var o;try{o=s.parse(r,e)}catch(e){t=e}return e.highlight=a,t?n(t):n(null,o)};if(!a||a.length<3)return l();if(delete e.highlight,!i)return l();for(;c<r.length;c++)(function(t){"code"!==t.type?--i||l():a(t.text,t.lang,function(e,n){return e?l(e):null==n||n===t.text?--i||l():(t.text=n,t.escaped=!0,void(--i||l()))})})(r[c])}else try{return e&&(e=p({},d.defaults,e)),s.parse(o.lex(t,e),e)}catch(t){if(t.message+="\nPlease report this to https://github.com/chjj/marked.",(e||d.defaults).silent)return"<p>An error occured:</p><pre>"+u(t.message+"",!0)+"</pre>";throw t}}Object.defineProperty(e,"__esModule",{value:!0});var h=function(){function t(t,e){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=t[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!e||n.length!==e);r=!0);}catch(t){o=!0,i=t}finally{try{!r&&s.return&&s.return()}finally{if(o)throw i}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),v=n(14),m=r(v),g={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:f,hr:/^( *[-*_]){3,} *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,nptable:f,lheading:/^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,blockquote:/^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/,list:/^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:/^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/,def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,table:f,paragraph:/^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,text:/^[^\n]+/};g.checkbox=/^\[([ x])\] +/,g.bullet=/(?:[*+-]|\d+\.)/,g.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/,g.item=l(g.item,"gm")(/bull/g,g.bullet)(),g.list=l(g.list)(/bull/g,g.bullet)("hr","\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))")("def","\\n+(?="+g.def.source+")")(),g.blockquote=l(g.blockquote)("def",g.def)(),g._tag="(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b",g.html=l(g.html)("comment",/<!--[\s\S]*?-->/)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/<tag(?:"[^"]*"|'[^']*'|[^'">])*?>/)(/tag/g,g._tag)(),g.paragraph=l(g.paragraph)("hr",g.hr)("heading",g.heading)("lheading",g.lheading)("blockquote",g.blockquote)("tag","<"+g._tag)("def",g.def)(),g.normal=p({},g),g.gfm=p({},g.normal,{fences:/^ *(`{3,}|~{3,})[ \.]*(\S+)? *\n([\s\S]*?)\s*\1 *(?:\n+|$)/,paragraph:/^/,heading:/^ *(#{1,6}) +([^\n]+?) *#* *(?:\n+|$)/}),g.gfm.paragraph=l(g.paragraph)("(?!","(?!"+g.gfm.fences.source.replace("\\1","\\2")+"|"+g.list.source.replace("\\1","\\3")+"|")(),g.tables=p({},g.gfm,{nptable:/^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,table:/^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/}),o.rules=g,o.lex=function(t,e){return new o(e).lex(t)},o.prototype.lex=function(t){return t=t.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n"),this.token(t,!0)},o.prototype.token=function(t,e,n){for(var r,o,i,a,s,u,c,l,f,p,t=t.replace(/^ +$/gm,"");t;)if((i=this.rules.newline.exec(t))&&(t=t.substring(i[0].length),i[0].length>1&&this.tokens.push({type:"space"})),i=this.rules.code.exec(t))t=t.substring(i[0].length),i=i[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",text:this.options.pedantic?i:i.replace(/\n+$/,"")});else if(i=this.rules.fences.exec(t)){t=t.substring(i[0].length);var d=i[2]?/^([^{]*){?([^}]+)?}?/.exec(i[2]):[,i[2]],v=h(d,3),m=v[1],y=v[2];this.tokens.push({type:"code",lang:m,line:y,text:i[3]||""})}else if(i=this.rules.heading.exec(t))t=t.substring(i[0].length),this.tokens.push({type:"heading",depth:i[1].length,text:i[2]});else if(e&&(i=this.rules.nptable.exec(t))){for(t=t.substring(i[0].length),u={type:"table",header:i[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:i[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:i[3].replace(/\n$/,"").split("\n")},l=0;l<u.align.length;l++)/^ *-+: *$/.test(u.align[l])?u.align[l]="right":/^ *:-+: *$/.test(u.align[l])?u.align[l]="center":/^ *:-+ *$/.test(u.align[l])?u.align[l]="left":u.align[l]=null;for(l=0;l<u.cells.length;l++)u.cells[l]=u.cells[l].split(/ *\| */);this.tokens.push(u)}else if(i=this.rules.lheading.exec(t))t=t.substring(i[0].length),this.tokens.push({type:"heading",depth:"="===i[2]?1:2,text:i[1]});else if(i=this.rules.hr.exec(t))t=t.substring(i[0].length),this.tokens.push({type:"hr"});else if(i=this.rules.blockquote.exec(t))t=t.substring(i[0].length),this.tokens.push({type:"blockquote_start"}),i=i[0].replace(/^ *> ?/gm,""),this.token(i,e,!0),this.tokens.push({type:"blockquote_end"});else if(i=this.rules.list.exec(t)){for(t=t.substring(i[0].length),a=i[2],this.tokens.push({type:"list_start",ordered:a.length>1}),i=i[0].match(this.rules.item),r=!1,f=i.length,l=0;l<f;l++)u=i[l],c=u.length,u=u.replace(/^ *([*+-]|\d+\.) +/,""),this.options.gfm&&(p=g.checkbox.exec(u),p?(p="x"===p[1],u=u.replace(g.checkbox,"")):p=void 0),~u.indexOf("\n ")&&(c-=u.length,u=this.options.pedantic?u.replace(/^ {1,4}/gm,""):u.replace(new RegExp("^ {1,"+c+"}","gm"),"")),this.options.smartLists&&l!==f-1&&(s=g.bullet.exec(i[l+1])[0],a===s||a.length>1&&s.length>1||(t=i.slice(l+1).join("\n")+t,l=f-1)),o=r||/\n\n(?!\s*$)/.test(u),l!==f-1&&(r="\n"===u.charAt(u.length-1),o||(o=r)),this.tokens.push({checked:p,type:o?"loose_item_start":"list_item_start"}),this.token(u,!1,n),this.tokens.push({type:"list_item_end"});this.tokens.push({type:"list_end"})}else if(i=this.rules.html.exec(t))t=t.substring(i[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:!this.options.sanitizer&&("pre"===i[1]||"script"===i[1]||"style"===i[1]),text:i[0]});else if(!n&&e&&(i=this.rules.def.exec(t)))t=t.substring(i[0].length),this.tokens.links[i[1].toLowerCase()]={href:i[2],title:i[3]};else if(e&&(i=this.rules.table.exec(t))){for(t=t.substring(i[0].length),u={type:"table",header:i[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:i[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:i[3].replace(/(?: *\| *)?\n$/,"").split("\n")},l=0;l<u.align.length;l++)/^ *-+: *$/.test(u.align[l])?u.align[l]="right":/^ *:-+: *$/.test(u.align[l])?u.align[l]="center":/^ *:-+ *$/.test(u.align[l])?u.align[l]="left":u.align[l]=null;for(l=0;l<u.cells.length;l++)u.cells[l]=u.cells[l].replace(/^ *\| *| *\| *$/g,"").split(/ *\| */);this.tokens.push(u)}else if(e&&(i=this.rules.paragraph.exec(t)))t=t.substring(i[0].length),this.tokens.push({type:"paragraph",text:"\n"===i[1].charAt(i[1].length-1)?i[1].slice(0,-1):i[1]});else if(i=this.rules.text.exec(t))t=t.substring(i[0].length),this.tokens.push({type:"text",text:i[0]});else if(t)throw new Error("Infinite loop on byte: "+t.charCodeAt(0));return this.tokens};var y={escape:/^\\([\\`*{}\[\]()#+\-.!_>])/,autolink:/^<([^ >]+(@|:\/)[^ >]+)>/,url:f,tag:/^<!--[\s\S]*?-->|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/,link:/^!?\[(inside)\]\(href\)/,reflink:/^!?\[(inside)\]\s*\[([^\]]*)\]/,nolink:/^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/,strong:/^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,em:/^\b_((?:[^_]|__)+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,code:/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,br:/^ {2,}\n(?!\s*$)/,del:f,text:/^[\s\S]+?(?=[\\<!\[_*`]| {2,}\n|$)/};y._inside=/(?:\[[^\]]*\]|[^\[\]]|\](?=[^\[]*\]))*/,y._href=/\s*<?([\s\S]*?)>?(?:\s+['"]([\s\S]*?)['"])?\s*/,y.link=l(y.link)("inside",y._inside)("href",y._href)(),y.reflink=l(y.reflink)("inside",y._inside)(),y.normal=p({},y),y.pedantic=p({},y.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/}),y.gfm=p({},y.normal,{escape:l(y.escape)("])","~|])")(),url:/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,del:/^~~(?=\S)([\s\S]*?\S)~~/,text:l(y.text)("]|","~]|")("|","|https?://|")()}),y.breaks=p({},y.gfm,{br:l(y.br)("{2,}","*")(),text:l(y.gfm.text)("{2,}","*")()}),i.rules=y,i.output=function(t,e,n){return new i(e,n).output(t)},i.prototype.output=function(t){for(var e,n,r,o,i="";t;)if(o=this.rules.escape.exec(t))t=t.substring(o[0].length),i+=o[1];else if(o=this.rules.autolink.exec(t))t=t.substring(o[0].length),"@"===o[2]?(n=":"===o[1].charAt(6)?this.mangle(o[1].substring(7)):this.mangle(o[1]),r=this.mangle("mailto:")+n):(n=u(o[1]),r=n),i+=this.renderer.link(r,null,n);else if(this.inLink||!(o=this.rules.url.exec(t))){if(o=this.rules.tag.exec(t))!this.inLink&&/^<a /i.test(o[0])?this.inLink=!0:this.inLink&&/^<\/a>/i.test(o[0])&&(this.inLink=!1),t=t.substring(o[0].length),i+=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(o[0]):u(o[0]):o[0];else if(o=this.rules.link.exec(t))t=t.substring(o[0].length),this.inLink=!0,i+=this.outputLink(o,{href:o[2],title:o[3]}),this.inLink=!1;else if((o=this.rules.reflink.exec(t))||(o=this.rules.nolink.exec(t))){if(t=t.substring(o[0].length),e=(o[2]||o[1]).replace(/\s+/g," "),!(e=this.links[e.toLowerCase()])||!e.href){i+=o[0].charAt(0),t=o[0].substring(1)+t;continue}this.inLink=!0,i+=this.outputLink(o,e),this.inLink=!1}else if(o=this.rules.strong.exec(t))t=t.substring(o[0].length),i+=this.renderer.strong(this.output(o[2]||o[1]));else if(o=this.rules.em.exec(t))t=t.substring(o[0].length),i+=this.renderer.em(this.output(o[2]||o[1]));else if(o=this.rules.code.exec(t))t=t.substring(o[0].length),i+=this.renderer.codespan(u(o[2],!0));else if(o=this.rules.br.exec(t))t=t.substring(o[0].length),i+=this.renderer.br();else if(o=this.rules.del.exec(t))t=t.substring(o[0].length),i+=this.renderer.del(this.output(o[1]));else if(o=this.rules.text.exec(t))t=t.substring(o[0].length),i+=this.renderer.text(this.smartypants(o[0]));else if(t)throw new Error("Infinite loop on byte: "+t.charCodeAt(0))}else t=t.substring(o[0].length),n=u(o[1]),r=n,i+=this.renderer.link(r,null,n);return i},i.prototype.outputLink=function(t,e){var n=u(e.href),r=e.title?u(e.title):null;return"!"!==t[0].charAt(0)?this.renderer.link(n,r,this.output(t[1])):this.renderer.image(n,r,u(t[1]))},i.prototype.smartypants=function(t){return this.options.smartypants?t.replace(/---/g,"鈥�").replace(/--/g,"鈥�").replace(/(^|[-\u2014\/(\[{"\s])'/g,"$1鈥�").replace(/'/g,"鈥�").replace(/(^|[-\u2014\/(\[{\u2018\s])"/g,"$1鈥�").replace(/"/g,"鈥�").replace(/\.{3}/g,"鈥�"):t},i.prototype.mangle=function(t){if(!this.options.mangle)return t;for(var e,n="",r=t.length,o=0;o<r;o++)e=t.charCodeAt(o),Math.random()>.5&&(e="x"+e.toString(16)),n+="&#"+e+";";return n},a.prototype.code=function(t,e,n,r){if(this.options.highlight){var o=this.options.highlight(t,e,r);null!=o&&o!==t&&(n=!0,t=o)}var i="";return r&&(i+=' data-line="'+r+'"'),e?"<pre"+i+' data-lang="'+e+'"><code class="'+this.options.langPrefix+u(e,!0)+'">'+(n?t:u(t,!0))+"\n</code></pre>\n":"<pre"+i+"><code>"+(n?t:u(t,!0))+"\n</code></pre>"},a.prototype.blockquote=function(t){return"<blockquote>\n"+t+"</blockquote>\n"},a.prototype.html=function(t){return t},a.prototype.heading=function(t,e,n){return"<h"+e+' id="'+this.options.headerPrefix+n.toLowerCase().replace(/[^\w]+/g,"-")+'">'+t+"</h"+e+">\n"},a.prototype.hr=function(){return this.options.xhtml?"<hr/>\n":"<hr>\n"},a.prototype.list=function(t,e,n){var r=e?"ol":"ul";return"<"+r+(n?' class="task-list"':"")+">\n"+t+"</"+r+">\n"},a.prototype.listitem=function(t,e){return void 0===e?"<li>"+t+"</li>\n":'<li class="task-list-item"><input type="checkbox" disabled class="task-list-item-checkbox"'+(e?" checked":"")+"> "+t+"</li>\n"},a.prototype.paragraph=function(t){return"<p>"+t+"</p>\n"},a.prototype.table=function(t,e){return"<table>\n<thead>\n"+t+"</thead>\n<tbody>\n"+e+"</tbody>\n</table>\n"},a.prototype.tablerow=function(t){return"<tr>\n"+t+"</tr>\n"},a.prototype.tablecell=function(t,e){var n=e.header?"th":"td";return(e.align?"<"+n+' style="text-align:'+e.align+'">':"<"+n+">")+t+"</"+n+">\n"},a.prototype.strong=function(t){return"<strong>"+t+"</strong>"},a.prototype.em=function(t){return"<em>"+t+"</em>"},a.prototype.codespan=function(t){return"<code>"+t+"</code>"},a.prototype.br=function(){return this.options.xhtml?"<br/>":"<br>"},a.prototype.del=function(t){return"<del>"+t+"</del>"},a.prototype.link=function(t,e,n){if(this.options.sanitize){try{var r=decodeURIComponent(c(t)).replace(/[^\w:]/g,"").toLowerCase()}catch(t){return""}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:"))return""}var o,i,a="jump-to-id"===t,s=t&&"#"===t.charAt(0),u=t&&"/"===t.charAt(0),l="hash"===this.options.context.routerMode?"#"+this.options.context.path:this.options.context.path;a?(o=(0,m.default)(n),t=l+"?id="+o,i="jump-to-id"):s?(o=t.slice(1),t=l+"?id="+o,i="jump-to-id"):u&&(t=t.replace("#","?id="),o=t,i="router-link");var f='<a href="'+t+'"';return e&&(f+=' title="'+e+'"'),i&&(f+=" "+i+'="'+o+'"'),this.options.targetBlank&&!i&&(f+=' target="_blank"'),f+=">"+n+"</a>"},a.prototype.image=function(t,e,n){var r='<img src="'+t+'" alt="'+n+'"';return e&&(r+=' title="'+e+'"'),r+=this.options.xhtml?"/>":">"},a.prototype.text=function(t){return t},s.parse=function(t,e,n){return new s(e,n).parse(t)},s.prototype.parse=function(t){this.inline=new i(t.links,this.options,this.renderer),this.tokens=t.reverse();for(var e="";this.next();)e+=this.tok();return e},s.prototype.next=function(){return this.token=this.tokens.pop()},s.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0},s.prototype.parseText=function(){for(var t=this.token.text;"text"===this.peek().type;)t+="\n"+this.next().text;return this.inline.output(t)},s.prototype.tok=function(){switch(this.token.type){case"space":return"";case"hr":return this.renderer.hr();case"heading":return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,this.token.text);case"code":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped,this.token.line);case"table":var t,e,n,r,o="",i="";for(n="",t=0;t<this.token.header.length;t++)({header:!0,align:this.token.align[t]}),n+=this.renderer.tablecell(this.inline.output(this.token.header[t]),{header:!0,align:this.token.align[t]});for(o+=this.renderer.tablerow(n),t=0;t<this.token.cells.length;t++){for(e=this.token.cells[t],n="",r=0;r<e.length;r++)n+=this.renderer.tablecell(this.inline.output(e[r]),{header:!1,align:this.token.align[r]});i+=this.renderer.tablerow(n)}return this.renderer.table(o,i);case"blockquote_start":for(var i="";"blockquote_end"!==this.next().type;)i+=this.tok();return this.renderer.blockquote(i);case"list_start":for(var i="",a=!1,s=this.token.ordered;"list_end"!==this.next().type;)void 0!==this.token.checked&&(a=!0),i+=this.tok();return this.renderer.list(i,s,a);case"list_item_start":for(var i="",u=this.token.checked;"list_item_end"!==this.next().type;)i+="text"===this.token.type?this.parseText():this.tok();return this.renderer.listitem(i,u);case"loose_item_start":for(var i="";"list_item_end"!==this.next().type;)i+=this.tok();return this.renderer.listitem(i,u);case"html":var c=this.token.pre||this.options.pedantic?this.token.text:this.inline.output(this.token.text);return this.renderer.html(c);case"paragraph":return this.renderer.paragraph(this.inline.output(this.token.text));case"text":return this.renderer.paragraph(this.parseText())}},f.exec=f,d.options=d.setOptions=function(t){return p(d.defaults,t),d},d.defaults={gfm:!0,tables:!0,breaks:!1,pedantic:!1,sanitize:!1,sanitizer:null,mangle:!0,smartLists:!1,silent:!1,highlight:null,langPrefix:"lang-",smartypants:!1,headerPrefix:"",renderer:new a,xhtml:!1,targetBlank:!0,context:{}},d.Parser=s,d.parser=s.parse,d.Renderer=a,d.Lexer=o,d.lexer=o.lex,d.InlineLexer=i,d.inlineLexer=i.output,d.parse=d,e.default=d},function(t,e,n){"use strict";(function(t){function n(t){return null==t?"":"object"==typeof t?JSON.stringify(t,null,2):String(t)}function r(t){var e=parseFloat(t);return isNaN(e)?t:e}function o(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o<r.length;o++)n[r[o]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}function i(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}function a(t,e){return To.call(t,e)}function s(t){return"string"==typeof t||"number"==typeof t}function u(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}function c(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function l(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function f(t,e){for(var n in e)t[n]=e[n];return t}function p(t){return null!==t&&"object"==typeof t}function d(t){return Ro.call(t)===Do}function h(t){for(var e={},n=0;n<t.length;n++)t[n]&&f(e,t[n]);return e}function v(){}function m(t){return t.reduce(function(t,e){return t.concat(e.staticKeys||[])},[]).join(",")}function g(t,e){var n=p(t),r=p(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{return JSON.stringify(t)===JSON.stringify(e)}catch(n){return t===e}}function y(t,e){for(var n=0;n<t.length;n++)if(g(t[n],e))return n;return-1}function b(t){var e=!1;return function(){e||(e=!0,t())}}function _(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function w(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}function x(t){if(!Bo.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}function k(t){return/native code/.test(t.toString())}function $(t){ii.target&&ai.push(ii.target),ii.target=t}function O(){ii.target=ai.pop()}function C(t,e){t.__proto__=e}function S(t,e,n){for(var r=0,o=n.length;r<o;r++){var i=n[r];w(t,i,e[i])}}function j(t,e){if(p(t)){var n;return a(t,"__ob__")&&t.__ob__ instanceof fi?n=t.__ob__:li.shouldConvert&&!Qo()&&(Array.isArray(t)||d(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new fi(t)),e&&n&&n.vmCount++,n}}function A(t,e,n,r){var o=new ii,i=Object.getOwnPropertyDescriptor(t,e);if(!i||i.configurable!==!1){var a=i&&i.get,s=i&&i.set,u=j(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=a?a.call(t):n;return ii.target&&(o.depend(),u&&u.dep.depend(),Array.isArray(e)&&P(e)),e},set:function(e){var r=a?a.call(t):n;e===r||e!==e&&r!==r||(s?s.call(t,e):n=e,u=j(e),o.notify())}})}}function E(t,e,n){if(Array.isArray(t))return t.length=Math.max(t.length,e),t.splice(e,1,n),n;if(a(t,e))return t[e]=n,n;var r=t.__ob__;return t._isVue||r&&r.vmCount?n:r?(A(r.value,e,n),r.dep.notify(),n):(t[e]=n,n)}function T(t,e){if(Array.isArray(t))return void t.splice(e,1);var n=t.__ob__;t._isVue||n&&n.vmCount||a(t,e)&&(delete t[e],n&&n.dep.notify())}function P(t){for(var e=void 0,n=0,r=t.length;n<r;n++)e=t[n],e&&e.__ob__&&e.__ob__.dep.depend(),Array.isArray(e)&&P(e)}function M(t,e){if(!e)return t;for(var n,r,o,i=Object.keys(e),s=0;s<i.length;s++)n=i[s],r=t[n],o=e[n],a(t,n)?d(r)&&d(o)&&M(r,o):E(t,n,o);return t}function I(t,e){return e?t?t.concat(e):Array.isArray(e)?e:[e]:t}function N(t,e){var n=Object.create(t||null);return e?f(n,e):n}function L(t){var e=t.props;if(e){var n,r,o,i={};if(Array.isArray(e))for(n=e.length;n--;)"string"==typeof(r=e[n])&&(o=Mo(r),i[o]={type:null});else if(d(e))for(var a in e)r=e[a],o=Mo(a),i[o]=d(r)?r:{type:r};t.props=i}}function R(t){var e=t.directives;if(e)for(var n in e){var r=e[n];"function"==typeof r&&(e[n]={bind:r,update:r})}}function D(t,e,n){function r(r){var o=pi[r]||di;l[r]=o(t[r],e[r],n,r)}L(e),R(e);var o=e.extends;if(o&&(t="function"==typeof o?D(t,o.options,n):D(t,o,n)),e.mixins)for(var i=0,s=e.mixins.length;i<s;i++){var u=e.mixins[i];u.prototype instanceof ce&&(u=u.options),t=D(t,u,n)}var c,l={};for(c in t)r(c);for(c in e)a(t,c)||r(c);return l}function q(t,e,n,r){if("string"==typeof n){var o=t[e];if(a(o,n))return o[n];var i=Mo(n);if(a(o,i))return o[i];var s=Io(i);if(a(o,s))return o[s];return o[n]||o[i]||o[s]}}function F(t,e,n,r){var o=e[t],i=!a(n,t),s=n[t];if(B(Boolean,o.type)&&(i&&!a(o,"default")?s=!1:B(String,o.type)||""!==s&&s!==Lo(t)||(s=!0)),void 0===s){s=U(r,o,t);var u=li.shouldConvert;li.shouldConvert=!0,j(s),li.shouldConvert=u}return s}function U(t,e,n){if(a(e,"default")){var r=e.default;return t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n]?t._props[n]:"function"==typeof r&&"Function"!==H(e.type)?r.call(t):r}}function H(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e&&e[1]}function B(t,e){if(!Array.isArray(e))return H(e)===H(t);for(var n=0,r=e.length;n<r;n++)if(H(e[n])===H(t))return!0;return!1}function z(t,e,n){if(Uo.errorHandler)Uo.errorHandler.call(null,t,e,n);else{if(!Wo||"undefined"==typeof console)throw t;console.error(t)}}function W(t){return new hi(void 0,void 0,void 0,String(t))}function V(t){var e=new hi(t.tag,t.data,t.children,t.text,t.elm,t.context,t.componentOptions);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isCloned=!0,e}function G(t){for(var e=t.length,n=new Array(e),r=0;r<e;r++)n[r]=V(t[r]);return n}function K(t){function e(){var t=arguments,n=e.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=0;r<n.length;r++)n[r].apply(null,t)}return e.fns=t,e}function J(t,e,n,r,o){var i,a,s,u;for(i in t)a=t[i],s=e[i],u=yi(i),a&&(s?a!==s&&(s.fns=a,t[i]=s):(a.fns||(a=t[i]=K(a)),n(u.name,a,u.once,u.capture)));for(i in e)t[i]||(u=yi(i),r(u.name,e[i],u.capture))}function Y(t,e,n){function r(){n.apply(this,arguments),i(o.fns,r)}var o,a=t[e];a?a.fns&&a.merged?(o=a,o.fns.push(r)):o=K([a,r]):o=K([r]),o.merged=!0,t[e]=o}function Z(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}function X(t){return s(t)?[W(t)]:Array.isArray(t)?Q(t):void 0}function Q(t,e){var n,r,o,i=[];for(n=0;n<t.length;n++)null!=(r=t[n])&&"boolean"!=typeof r&&(o=i[i.length-1],Array.isArray(r)?i.push.apply(i,Q(r,(e||"")+"_"+n)):s(r)?o&&o.text?o.text+=String(r):""!==r&&i.push(W(r)):r.text&&o&&o.text?i[i.length-1]=W(o.text+r.text):(r.tag&&null==r.key&&null!=e&&(r.key="__vlist"+e+"_"+n+"__"),i.push(r)));return i}function tt(t){return t&&t.filter(function(t){return t&&t.componentOptions})[0]}function et(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&ot(t,e)}function nt(t,e,n){n?mi.$once(t,e):mi.$on(t,e)}function rt(t,e){mi.$off(t,e)}function ot(t,e,n){mi=t,J(e,n||{},nt,rt,t)}function it(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this,o=this;if(Array.isArray(t))for(var i=0,a=t.length;i<a;i++)r.$on(t[i],n);else(o._events[t]||(o._events[t]=[])).push(n),e.test(t)&&(o._hasHookEvent=!0);return o},t.prototype.$once=function(t,e){function n(){r.$off(t,n),e.apply(r,arguments)}var r=this;return n.fn=e,r.$on(t,n),r},t.prototype.$off=function(t,e){var n=this,r=this;if(!arguments.length)return r._events=Object.create(null),r;if(Array.isArray(t)){for(var o=0,i=t.length;o<i;o++)n.$off(t[o],e);return r}var a=r._events[t];if(!a)return r;if(1===arguments.length)return r._events[t]=null,r;for(var s,u=a.length;u--;)if((s=a[u])===e||s.fn===e){a.splice(u,1);break}return r},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?l(n):n;for(var r=l(arguments,1),o=0,i=n.length;o<i;o++)n[o].apply(e,r)}return e}}function at(t,e){var n={};if(!t)return n;for(var r,o,i=[],a=0,s=t.length;a<s;a++)if(o=t[a],(o.context===e||o.functionalContext===e)&&o.data&&(r=o.data.slot)){var u=n[r]||(n[r]=[]);"template"===o.tag?u.push.apply(u,o.children):u.push(o)}else i.push(o);return i.every(st)||(n.default=i),n}function st(t){return t.isComment||" "===t.text}function ut(t){for(var e={},n=0;n<t.length;n++)e[t[n][0]]=t[n][1];return e}function ct(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}function lt(t){t.prototype._update=function(t,e){var n=this;n._isMounted&&mt(n,"beforeUpdate");var r=n.$el,o=n._vnode,i=bi;bi=n,n._vnode=t,n.$el=o?n.__patch__(o,t):n.__patch__(n.$el,t,e,!1,n.$options._parentElm,n.$options._refElm),bi=i,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},t.prototype.$forceUpdate=function(){var t=this;t._watcher&&t._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){mt(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||i(e.$children,t),t._watcher&&t._watcher.teardown();for(var n=t._watchers.length;n--;)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,mt(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.__patch__(t._vnode,null)}}}function ft(t,e,n){t.$el=e,t.$options.render||(t.$options.render=gi),mt(t,"beforeMount");var r;return r=function(){t._update(t._render(),n)},t._watcher=new Ci(t,r,v),n=!1,null==t.$vnode&&(t._isMounted=!0,mt(t,"mounted")),t}function pt(t,e,n,r,o){var i=!!(o||t.$options._renderChildren||r.data.scopedSlots||t.$scopedSlots!==Ho);if(t.$options._parentVnode=r,t.$vnode=r,t._vnode&&(t._vnode.parent=r),t.$options._renderChildren=o,e&&t.$options.props){li.shouldConvert=!1;for(var a=t._props,s=t.$options._propKeys||[],u=0;u<s.length;u++){var c=s[u];a[c]=F(c,t.$options.props,e,t)}li.shouldConvert=!0,t.$options.propsData=e}if(n){var l=t.$options._parentListeners;t.$options._parentListeners=n,ot(t,n,l)}i&&(t.$slots=at(o,r.context),t.$forceUpdate())}function dt(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function ht(t,e){if(e){if(t._directInactive=!1,dt(t))return}else if(t._directInactive)return;if(t._inactive||null==t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)ht(t.$children[n]);mt(t,"activated")}}function vt(t,e){if(!(e&&(t._directInactive=!0,dt(t))||t._inactive)){t._inactive=!0;for(var n=0;n<t.$children.length;n++)vt(t.$children[n]);mt(t,"deactivated")}}function mt(t,e){var n=t.$options[e];if(n)for(var r=0,o=n.length;r<o;r++)try{n[r].call(t)}catch(n){z(n,t,e+" hook")}t._hasHookEvent&&t.$emit("hook:"+e)}function gt(){_i.length=0,wi={},xi=ki=!1}function yt(){ki=!0;var t,e,n;for(_i.sort(function(t,e){return t.id-e.id}),$i=0;$i<_i.length;$i++)t=_i[$i],e=t.id,wi[e]=null,t.run();for($i=_i.length;$i--;)t=_i[$i],n=t.vm,n._watcher===t&&n._isMounted&&mt(n,"updated");ti&&Uo.devtools&&ti.emit("flush"),gt()}function bt(t){var e=t.id;if(null==wi[e]){if(wi[e]=!0,ki){for(var n=_i.length-1;n>=0&&_i[n].id>t.id;)n--;_i.splice(Math.max(n,$i)+1,0,t)}else _i.push(t);xi||(xi=!0,ni(yt))}}function _t(t){Si.clear(),wt(t,Si)}function wt(t,e){var n,r,o=Array.isArray(t);if((o||p(t))&&Object.isExtensible(t)){if(t.__ob__){var i=t.__ob__.dep.id;if(e.has(i))return;e.add(i)}if(o)for(n=t.length;n--;)wt(t[n],e);else for(r=Object.keys(t),n=r.length;n--;)wt(t[r[n]],e)}}function xt(t,e,n){ji.get=function(){return this[e][n]},ji.set=function(t){this[e][n]=t},Object.defineProperty(t,n,ji)}function kt(t){t._watchers=[];var e=t.$options;e.props&&$t(t,e.props),e.methods&&At(t,e.methods),e.data?Ot(t):j(t._data={},!0),e.computed&&Ct(t,e.computed),e.watch&&Et(t,e.watch)}function $t(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[],i=!t.$parent;li.shouldConvert=i;var a=function(i){o.push(i);var a=F(i,e,n,t);A(r,i,a),i in t||xt(t,"_props",i)};for(var s in e)a(s);li.shouldConvert=!0}function Ot(t){var e=t.$options.data;e=t._data="function"==typeof e?e.call(t):e||{},d(e)||(e={});for(var n=Object.keys(e),r=t.$options.props,o=n.length;o--;)r&&a(r,n[o])||_(n[o])||xt(t,"_data",n[o]);j(e,!0)}function Ct(t,e){var n=t._computedWatchers=Object.create(null);for(var r in e){var o=e[r],i="function"==typeof o?o:o.get;n[r]=new Ci(t,i,v,Ai),r in t||St(t,r,o)}}function St(t,e,n){"function"==typeof n?(ji.get=jt(e),ji.set=v):(ji.get=n.get?n.cache!==!1?jt(e):n.get:v,ji.set=n.set?n.set:v),Object.defineProperty(t,e,ji)}function jt(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),ii.target&&e.depend(),e.value}}function At(t,e){t.$options.props;for(var n in e)t[n]=null==e[n]?v:c(e[n],t)}function Et(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o<r.length;o++)Tt(t,n,r[o]);else Tt(t,n,r)}}function Tt(t,e,n){var r;d(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}function Pt(t){var e={};e.get=function(){return this._data};var n={};n.get=function(){return this._props},Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=E,t.prototype.$delete=T,t.prototype.$watch=function(t,e,n){var r=this;n=n||{},n.user=!0;var o=new Ci(r,t,e,n);return n.immediate&&e.call(r,o.value),function(){o.teardown()}}}function Mt(t,e,n,r,o){if(t){var i=n.$options._base;if(p(t)&&(t=i.extend(t)),"function"==typeof t){if(!t.cid)if(t.resolved)t=t.resolved;else if(!(t=Lt(t,i,function(){n.$forceUpdate()})))return;ae(t),e=e||{},e.model&&Ut(t.options,e);var a=Rt(e,t);if(t.options.functional)return It(t,a,e,n,r);var s=e.on;e.on=e.nativeOn,t.options.abstract&&(e={}),qt(e);var u=t.options.name||o;return new hi("vue-component-"+t.cid+(u?"-"+u:""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:a,listeners:s,tag:o,children:r})}}}function It(t,e,n,r,o){var i={},a=t.options.props;if(a)for(var s in a)i[s]=F(s,a,e);var u=Object.create(r),c=function(t,e,n,r){return Ht(u,t,e,n,r,!0)},l=t.options.render.call(null,c,{props:i,data:n,parent:r,children:o,slots:function(){return at(o,r)}});return l instanceof hi&&(l.functionalContext=r,n.slot&&((l.data||(l.data={})).slot=n.slot)),l}function Nt(t,e,n,r){var o=t.componentOptions,i={_isComponent:!0,parent:e,propsData:o.propsData,_componentTag:o.tag,_parentVnode:t,_parentListeners:o.listeners,_renderChildren:o.children,_parentElm:n||null,_refElm:r||null},a=t.data.inlineTemplate;return a&&(i.render=a.render,i.staticRenderFns=a.staticRenderFns),new o.Ctor(i)}function Lt(t,e,n){if(!t.requested){t.requested=!0;var r=t.pendingCallbacks=[n],o=!0,i=function(n){if(p(n)&&(n=e.extend(n)),t.resolved=n,!o)for(var i=0,a=r.length;i<a;i++)r[i](n)},a=function(t){},s=t(i,a);return s&&"function"==typeof s.then&&!t.resolved&&s.then(i,a),o=!1,t.resolved}t.pendingCallbacks.push(n)}function Rt(t,e){var n=e.options.props;if(n){var r={},o=t.attrs,i=t.props,a=t.domProps;if(o||i||a)for(var s in n){var u=Lo(s);Dt(r,i,s,u,!0)||Dt(r,o,s,u)||Dt(r,a,s,u)}return r}}function Dt(t,e,n,r,o){if(e){if(a(e,n))return t[n]=e[n],o||delete e[n],!0;if(a(e,r))return t[n]=e[r],o||delete e[r],!0}return!1}function qt(t){t.hook||(t.hook={});for(var e=0;e<Ti.length;e++){var n=Ti[e],r=t.hook[n],o=Ei[n];t.hook[n]=r?Ft(o,r):o}}function Ft(t,e){return function(n,r,o,i){t(n,r,o,i),e(n,r,o,i)}}function Ut(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.props||(e.props={}))[n]=e.model.value;var o=e.on||(e.on={});o[r]?o[r]=[e.model.callback].concat(o[r]):o[r]=e.model.callback}function Ht(t,e,n,r,o,i){return(Array.isArray(n)||s(n))&&(o=r,r=n,n=void 0),i&&(o=Mi),Bt(t,e,n,r,o)}function Bt(t,e,n,r,o){if(n&&n.__ob__)return gi();if(!e)return gi();Array.isArray(r)&&"function"==typeof r[0]&&(n=n||{},n.scopedSlots={default:r[0]},r.length=0),o===Mi?r=X(r):o===Pi&&(r=Z(r));var i,a;if("string"==typeof e){var s;a=Uo.getTagNamespace(e),i=Uo.isReservedTag(e)?new hi(Uo.parsePlatformTagName(e),n,r,void 0,void 0,t):(s=q(t.$options,"components",e))?Mt(s,n,t,r,e):new hi(e,n,r,void 0,void 0,t)}else i=Mt(e,n,t,r);return i?(a&&zt(i,a),i):gi()}function zt(t,e){if(t.ns=e,"foreignObject"!==t.tag&&t.children)for(var n=0,r=t.children.length;n<r;n++){var o=t.children[n];o.tag&&!o.ns&&zt(o,e)}}function Wt(t,e){var n,r,o,i,a;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,o=t.length;r<o;r++)n[r]=e(t[r],r);else if("number"==typeof t)for(n=new Array(t),r=0;r<t;r++)n[r]=e(r+1,r);else if(p(t))for(i=Object.keys(t),n=new Array(i.length),r=0,o=i.length;r<o;r++)a=i[r],n[r]=e(t[a],a,r);return n}function Vt(t,e,n,r){var o=this.$scopedSlots[t];if(o)return n=n||{},r&&f(n,r),o(n)||e;var i=this.$slots[t];return i||e}function Gt(t){return q(this.$options,"filters",t,!0)||Fo}function Kt(t,e,n){var r=Uo.keyCodes[e]||n;return Array.isArray(r)?r.indexOf(t)===-1:r!==t}function Jt(t,e,n,r){if(n)if(p(n)){Array.isArray(n)&&(n=h(n));var o;for(var i in n){if("class"===i||"style"===i)o=t;else{var a=t.attrs&&t.attrs.type;o=r||Uo.mustUseProp(e,a,i)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}i in o||(o[i]=n[i])}}else;return t}function Yt(t,e){var n=this._staticTrees[t];return n&&!e?Array.isArray(n)?G(n):V(n):(n=this._staticTrees[t]=this.$options.staticRenderFns[t].call(this._renderProxy),Xt(n,"__static__"+t,!1),n)}function Zt(t,e,n){return Xt(t,"__once__"+e+(n?"_"+n:""),!0),t}function Xt(t,e,n){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&Qt(t[r],e+"_"+r,n);else Qt(t,e,n)}function Qt(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function te(t){t.$vnode=null,t._vnode=null,t._staticTrees=null;var e=t.$options._parentVnode,n=e&&e.context;t.$slots=at(t.$options._renderChildren,n),t.$scopedSlots=Ho,t._c=function(e,n,r,o){return Ht(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return Ht(t,e,n,r,o,!0)}}function ee(t){t.prototype.$nextTick=function(t){return ni(t,this)},t.prototype._render=function(){var t=this,e=t.$options,n=e.render,r=e.staticRenderFns,o=e._parentVnode;if(t._isMounted)for(var i in t.$slots)t.$slots[i]=G(t.$slots[i]);t.$scopedSlots=o&&o.data.scopedSlots||Ho,r&&!t._staticTrees&&(t._staticTrees=[]),t.$vnode=o;var a;try{a=n.call(t._renderProxy,t.$createElement)}catch(e){z(e,t,"render function"),a=t._vnode}return a instanceof hi||(a=gi()),a.parent=o,a},t.prototype._o=Zt,t.prototype._n=r,t.prototype._s=n,t.prototype._l=Wt,t.prototype._t=Vt,t.prototype._q=g,t.prototype._i=y,t.prototype._m=Yt,t.prototype._f=Gt,t.prototype._k=Kt,t.prototype._b=Jt,t.prototype._v=W,t.prototype._e=gi,t.prototype._u=ut}function ne(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}function re(t){var e=t.$options.inject;if(e)for(var n=Array.isArray(e),r=n?e:ei?Reflect.ownKeys(e):Object.keys(e),o=0;o<r.length;o++)for(var i=r[o],a=n?i:e[i],s=t;s;){if(s._provided&&a in s._provided){t[i]=s._provided[a];break}s=s.$parent}}function oe(t){t.prototype._init=function(t){var e=this;e._uid=Ii++,e._isVue=!0,t&&t._isComponent?ie(e,t):e.$options=D(ae(e.constructor),t||{},e),e._renderProxy=e,e._self=e,ct(e),et(e),te(e),mt(e,"beforeCreate"),re(e),kt(e),ne(e),mt(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}function ie(t,e){var n=t.$options=Object.create(t.constructor.options);n.parent=e.parent,n.propsData=e.propsData,n._parentVnode=e._parentVnode,n._parentListeners=e._parentListeners,n._renderChildren=e._renderChildren,n._componentTag=e._componentTag,n._parentElm=e._parentElm,n._refElm=e._refElm,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}function ae(t){var e=t.options;if(t.super){var n=ae(t.super);if(n!==t.superOptions){t.superOptions=n;var r=se(t);r&&f(t.extendOptions,r),e=t.options=D(n,t.extendOptions),e.name&&(e.components[e.name]=t)}}return e}function se(t){var e,n=t.options,r=t.sealedOptions;for(var o in n)n[o]!==r[o]&&(e||(e={}),e[o]=ue(n[o],r[o]));return e}function ue(t,e){if(Array.isArray(t)){var n=[];e=Array.isArray(e)?e:[e];for(var r=0;r<t.length;r++)e.indexOf(t[r])<0&&n.push(t[r]);return n}return t}function ce(t){this._init(t)}function le(t){t.use=function(t){if(!t.installed){var e=l(arguments,1);return e.unshift(this),"function"==typeof t.install?t.install.apply(t,e):"function"==typeof t&&t.apply(null,e),t.installed=!0,this}}}function fe(t){t.mixin=function(t){this.options=D(this.options,t)}}function pe(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=t.name||n.options.name,a=function(t){this._init(t)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=e++,a.options=D(n.options,t),a.super=n,a.options.props&&de(a),a.options.computed&&he(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,Uo._assetTypes.forEach(function(t){a[t]=n[t]}),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=f({},a.options),o[r]=a,a}}function de(t){var e=t.options.props;for(var n in e)xt(t.prototype,"_props",n)}function he(t){var e=t.options.computed;for(var n in e)St(t.prototype,n,e[n])}function ve(t){Uo._assetTypes.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&d(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}function me(t){return t&&(t.Ctor.options.name||t.tag)}function ge(t,e){return"string"==typeof t?t.split(",").indexOf(e)>-1:t instanceof RegExp&&t.test(e)}function ye(t,e){for(var n in t){var r=t[n];if(r){var o=me(r.componentOptions);o&&!e(o)&&(be(r),t[n]=null)}}}function be(t){t&&(t.componentInstance._inactive||mt(t.componentInstance,"deactivated"),t.componentInstance.$destroy())}function _e(t){var e={};e.get=function(){return Uo},Object.defineProperty(t,"config",e),t.util={warn:ri,extend:f,mergeOptions:D,defineReactive:A},t.set=E,t.delete=T,t.nextTick=ni,t.options=Object.create(null),Uo._assetTypes.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,f(t.options.components,Ri),le(t),fe(t),pe(t),ve(t)}function we(t){for(var e=t.data,n=t,r=t;r.componentInstance;)r=r.componentInstance._vnode,r.data&&(e=xe(r.data,e));for(;n=n.parent;)n.data&&(e=xe(e,n.data));return ke(e)}function xe(t,e){return{staticClass:$e(t.staticClass,e.staticClass),class:t.class?[t.class,e.class]:e.class}}function ke(t){var e=t.class,n=t.staticClass;return n||e?$e(n,Oe(e)):""}function $e(t,e){return t?e?t+" "+e:t:e||""}function Oe(t){var e="";if(!t)return e;if("string"==typeof t)return t;if(Array.isArray(t)){for(var n,r=0,o=t.length;r<o;r++)t[r]&&(n=Oe(t[r]))&&(e+=n+" ");return e.slice(0,-1)}if(p(t)){for(var i in t)t[i]&&(e+=i+" ");return e.slice(0,-1)}return e}function Ce(t){return ra(t)?"svg":"math"===t?"math":void 0}function Se(t){if(!Wo)return!0;if(ia(t))return!1;if(t=t.toLowerCase(),null!=aa[t])return aa[t];var e=document.createElement(t);return t.indexOf("-")>-1?aa[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:aa[t]=/HTMLUnknownElement/.test(e.toString())}function je(t){if("string"==typeof t){var e=document.querySelector(t);return e?e:document.createElement("div")}return t}function Ae(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)}function Ee(t,e){return document.createElementNS(ea[t],e)}function Te(t){return document.createTextNode(t)}function Pe(t){return document.createComment(t)}function Me(t,e,n){t.insertBefore(e,n)}function Ie(t,e){t.removeChild(e)}function Ne(t,e){t.appendChild(e)}function Le(t){return t.parentNode}function Re(t){return t.nextSibling}function De(t){return t.tagName}function qe(t,e){t.textContent=e}function Fe(t,e,n){t.setAttribute(e,n)}function Ue(t,e){var n=t.data.ref;if(n){var r=t.context,o=t.componentInstance||t.elm,a=r.$refs;e?Array.isArray(a[n])?i(a[n],o):a[n]===o&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])&&a[n].indexOf(o)<0?a[n].push(o):a[n]=[o]:a[n]=o}}function He(t){return null==t}function Be(t){return null!=t}function ze(t,e){return t.key===e.key&&t.tag===e.tag&&t.isComment===e.isComment&&!t.data==!e.data}function We(t,e,n){var r,o,i={};for(r=e;r<=n;++r)o=t[r].key,Be(o)&&(i[o]=r);return i}function Ve(t){function e(t){return new hi(S.tagName(t).toLowerCase(),{},[],void 0,t)}function n(t,e){function n(){0==--n.listeners&&r(t)}return n.listeners=e,n}function r(t){var e=S.parentNode(t);e&&S.removeChild(e,t)}function i(t,e,n,r,o){if(t.isRootInsert=!o,!a(t,e,n,r)){var i=t.data,s=t.children,u=t.tag;Be(u)?(t.elm=t.ns?S.createElementNS(t.ns,u):S.createElement(u,t),h(t),f(t,s,e),Be(i)&&d(t,e),l(n,t.elm,r)):t.isComment?(t.elm=S.createComment(t.text),l(n,t.elm,r)):(t.elm=S.createTextNode(t.text),l(n,t.elm,r))}}function a(t,e,n,r){var o=t.data;if(Be(o)){var i=Be(t.componentInstance)&&o.keepAlive;if(Be(o=o.hook)&&Be(o=o.init)&&o(t,!1,n,r),Be(t.componentInstance))return u(t,e),i&&c(t,e,n,r),!0}}function u(t,e){t.data.pendingInsert&&e.push.apply(e,t.data.pendingInsert),t.elm=t.componentInstance.$el,p(t)?(d(t,e),h(t)):(Ue(t),e.push(t))}function c(t,e,n,r){for(var o,i=t;i.componentInstance;)if(i=i.componentInstance._vnode,Be(o=i.data)&&Be(o=o.transition)){for(o=0;o<O.activate.length;++o)O.activate[o](ca,i);e.push(i);break}l(n,t.elm,r)}function l(t,e,n){t&&(n?S.insertBefore(t,e,n):S.appendChild(t,e))}function f(t,e,n){if(Array.isArray(e))for(var r=0;r<e.length;++r)i(e[r],n,t.elm,null,!0);else s(t.text)&&S.appendChild(t.elm,S.createTextNode(t.text))}function p(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return Be(t.tag)}function d(t,e){for(var n=0;n<O.create.length;++n)O.create[n](ca,t);k=t.data.hook,Be(k)&&(k.create&&k.create(ca,t),k.insert&&e.push(t))}function h(t){for(var e,n=t;n;)Be(e=n.context)&&Be(e=e.$options._scopeId)&&S.setAttribute(t.elm,e,""),n=n.parent;Be(e=bi)&&e!==t.context&&Be(e=e.$options._scopeId)&&S.setAttribute(t.elm,e,"")}function v(t,e,n,r,o,a){for(;r<=o;++r)i(n[r],a,t,e)}function m(t){var e,n,r=t.data;if(Be(r))for(Be(e=r.hook)&&Be(e=e.destroy)&&e(t),e=0;e<O.destroy.length;++e)O.destroy[e](t);if(Be(e=t.children))for(n=0;n<t.children.length;++n)m(t.children[n])}function g(t,e,n,o){for(;n<=o;++n){var i=e[n];Be(i)&&(Be(i.tag)?(y(i),m(i)):r(i.elm))}}function y(t,e){if(e||Be(t.data)){var o=O.remove.length+1;for(e?e.listeners+=o:e=n(t.elm,o),Be(k=t.componentInstance)&&Be(k=k._vnode)&&Be(k.data)&&y(k,e),k=0;k<O.remove.length;++k)O.remove[k](t,e);Be(k=t.data.hook)&&Be(k=k.remove)?k(t,e):e()}else r(t.elm)}function b(t,e,n,r,o){for(var a,s,u,c,l=0,f=0,p=e.length-1,d=e[0],h=e[p],m=n.length-1,y=n[0],b=n[m],w=!o;l<=p&&f<=m;)He(d)?d=e[++l]:He(h)?h=e[--p]:ze(d,y)?(_(d,y,r),d=e[++l],y=n[++f]):ze(h,b)?(_(h,b,r),h=e[--p],b=n[--m]):ze(d,b)?(_(d,b,r),w&&S.insertBefore(t,d.elm,S.nextSibling(h.elm)),d=e[++l],b=n[--m]):ze(h,y)?(_(h,y,r),w&&S.insertBefore(t,h.elm,d.elm),h=e[--p],y=n[++f]):(He(a)&&(a=We(e,l,p)),s=Be(y.key)?a[y.key]:null,He(s)?(i(y,r,t,d.elm),y=n[++f]):(u=e[s],ze(u,y)?(_(u,y,r),e[s]=void 0,w&&S.insertBefore(t,y.elm,d.elm),y=n[++f]):(i(y,r,t,d.elm),y=n[++f])));l>p?(c=He(n[m+1])?null:n[m+1].elm,v(t,c,n,f,m,r)):f>m&&g(t,e,l,p)}function _(t,e,n,r){if(t!==e){if(e.isStatic&&t.isStatic&&e.key===t.key&&(e.isCloned||e.isOnce))return e.elm=t.elm,void(e.componentInstance=t.componentInstance);var o,i=e.data,a=Be(i);a&&Be(o=i.hook)&&Be(o=o.prepatch)&&o(t,e);var s=e.elm=t.elm,u=t.children,c=e.children;if(a&&p(e)){for(o=0;o<O.update.length;++o)O.update[o](t,e);Be(o=i.hook)&&Be(o=o.update)&&o(t,e)}He(e.text)?Be(u)&&Be(c)?u!==c&&b(s,u,c,n,r):Be(c)?(Be(t.text)&&S.setTextContent(s,""),v(s,null,c,0,c.length-1,n)):Be(u)?g(s,u,0,u.length-1):Be(t.text)&&S.setTextContent(s,""):t.text!==e.text&&S.setTextContent(s,e.text),a&&Be(o=i.hook)&&Be(o=o.postpatch)&&o(t,e)}}function w(t,e,n){if(n&&t.parent)t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}function x(t,e,n){e.elm=t;var r=e.tag,o=e.data,i=e.children;if(Be(o)&&(Be(k=o.hook)&&Be(k=k.init)&&k(e,!0),Be(k=e.componentInstance)))return u(e,n),!0;if(Be(r)){if(Be(i))if(t.hasChildNodes()){for(var a=!0,s=t.firstChild,c=0;c<i.length;c++){if(!s||!x(s,i[c],n)){a=!1;break}s=s.nextSibling}if(!a||s)return!1}else f(e,i,n);if(Be(o))for(var l in o)if(!j(l)){d(e,n);break}}else t.data!==e.text&&(t.data=e.text);return!0}var k,$,O={},C=t.modules,S=t.nodeOps;for(k=0;k<la.length;++k)for(O[la[k]]=[],$=0;$<C.length;++$)void 0!==C[$][la[k]]&&O[la[k]].push(C[$][la[k]]);var j=o("attrs,style,class,staticClass,staticStyle,key");return function(t,n,r,o,a,s){if(!n)return void(t&&m(t));var u=!1,c=[];if(t){var l=Be(t.nodeType);if(!l&&ze(t,n))_(t,n,c,o);else{if(l){if(1===t.nodeType&&t.hasAttribute("server-rendered")&&(t.removeAttribute("server-rendered"),r=!0),r&&x(t,n,c))return w(n,c,!0),t;t=e(t)}var f=t.elm,d=S.parentNode(f);if(i(n,c,f._leaveCb?null:d,S.nextSibling(f)),n.parent){for(var h=n.parent;h;)h.elm=n.elm,h=h.parent;if(p(n))for(var v=0;v<O.create.length;++v)O.create[v](ca,n.parent)}null!==d?g(d,[t],0,0):Be(t.tag)&&m(t)}}else u=!0,i(n,c,a,s);return w(n,c,u),n.elm}}function Ge(t,e){(t.data.directives||e.data.directives)&&Ke(t,e)}function Ke(t,e){var n,r,o,i=t===ca,a=e===ca,s=Je(t.data.directives,t.context),u=Je(e.data.directives,e.context),c=[],l=[];for(n in u)r=s[n],o=u[n],r?(o.oldValue=r.value,Ze(o,"update",e,t),o.def&&o.def.componentUpdated&&l.push(o)):(Ze(o,"bind",e,t),o.def&&o.def.inserted&&c.push(o));if(c.length){var f=function(){for(var n=0;n<c.length;n++)Ze(c[n],"inserted",e,t)};i?Y(e.data.hook||(e.data.hook={}),"insert",f):f()}if(l.length&&Y(e.data.hook||(e.data.hook={}),"postpatch",function(){for(var n=0;n<l.length;n++)Ze(l[n],"componentUpdated",e,t)}),!i)for(n in s)u[n]||Ze(s[n],"unbind",t,t,a)}function Je(t,e){var n=Object.create(null);if(!t)return n;var r,o;for(r=0;r<t.length;r++)o=t[r],o.modifiers||(o.modifiers=pa),n[Ye(o)]=o,o.def=q(e.$options,"directives",o.name,!0);return n}function Ye(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function Ze(t,e,n,r,o){var i=t.def&&t.def[e];i&&i(n.elm,t,n,r,o)}function Xe(t,e){if(t.data.attrs||e.data.attrs){var n,r,o=e.elm,i=t.data.attrs||{},a=e.data.attrs||{};a.__ob__&&(a=e.data.attrs=f({},a));for(n in a)r=a[n],i[n]!==r&&Qe(o,n,r);Ko&&a.value!==i.value&&Qe(o,"value",a.value);for(n in i)null==a[n]&&(Xi(n)?o.removeAttributeNS(Zi,Qi(n)):Ji(n)||o.removeAttribute(n))}}function Qe(t,e,n){Yi(e)?ta(n)?t.removeAttribute(e):t.setAttribute(e,e):Ji(e)?t.setAttribute(e,ta(n)||"false"===n?"false":"true"):Xi(e)?ta(n)?t.removeAttributeNS(Zi,Qi(e)):t.setAttributeNS(Zi,e,n):ta(n)?t.removeAttribute(e):t.setAttribute(e,n)}function tn(t,e){var n=e.elm,r=e.data,o=t.data;if(r.staticClass||r.class||o&&(o.staticClass||o.class)){var i=we(e),a=n._transitionClasses;a&&(i=$e(i,Oe(a))),i!==n._prevClass&&(n.setAttribute("class",i),n._prevClass=i)}}function en(t){function e(){(a||(a=[])).push(t.slice(h,o).trim()),h=o+1}var n,r,o,i,a,s=!1,u=!1,c=!1,l=!1,f=0,p=0,d=0,h=0;for(o=0;o<t.length;o++)if(r=n,n=t.charCodeAt(o),s)39===n&&92!==r&&(s=!1);else if(u)34===n&&92!==r&&(u=!1);else if(c)96===n&&92!==r&&(c=!1);else if(l)47===n&&92!==r&&(l=!1);else if(124!==n||124===t.charCodeAt(o+1)||124===t.charCodeAt(o-1)||f||p||d){switch(n){case 34:u=!0;break;case 39:s=!0;break;case 96:c=!0;break;case 40:d++;break;case 41:d--;break;case 91:p++;break;case 93:p--;break;case 123:f++;break;case 125:f--}if(47===n){for(var v=o-1,m=void 0;v>=0&&" "===(m=t.charAt(v));v--);m&&ma.test(m)||(l=!0)}}else void 0===i?(h=o+1,i=t.slice(0,o).trim()):e();if(void 0===i?i=t.slice(0,o).trim():0!==h&&e(),a)for(o=0;o<a.length;o++)i=nn(i,a[o]);return i}function nn(t,e){var n=e.indexOf("(");return n<0?'_f("'+e+'")('+t+")":'_f("'+e.slice(0,n)+'")('+t+","+e.slice(n+1)}function rn(t){console.error("[Vue compiler]: "+t)}function on(t,e){return t?t.map(function(t){return t[e]}).filter(function(t){return t}):[]}function an(t,e,n){(t.props||(t.props=[])).push({name:e,value:n})}function sn(t,e,n){(t.attrs||(t.attrs=[])).push({name:e,value:n})}function un(t,e,n,r,o,i){(t.directives||(t.directives=[])).push({name:e,rawName:n,value:r,arg:o,modifiers:i})}function cn(t,e,n,r,o){r&&r.capture&&(delete r.capture,e="!"+e),r&&r.once&&(delete r.once,e="~"+e);var i;r&&r.native?(delete r.native,i=t.nativeEvents||(t.nativeEvents={})):i=t.events||(t.events={});var a={value:n,modifiers:r},s=i[e];Array.isArray(s)?o?s.unshift(a):s.push(a):i[e]=s?o?[a,s]:[s,a]:a}function ln(t,e,n){var r=fn(t,":"+e)||fn(t,"v-bind:"+e);if(null!=r)return en(r);if(n!==!1){var o=fn(t,e);if(null!=o)return JSON.stringify(o)}}function fn(t,e){var n;if(null!=(n=t.attrsMap[e]))for(var r=t.attrsList,o=0,i=r.length;o<i;o++)if(r[o].name===e){r.splice(o,1);break}return n}function pn(t,e,n){var r=n||{},o=r.number,i=r.trim,a="$$v",s=a;i&&(s="(typeof "+a+" === 'string'? "+a+".trim(): "+a+")"),o&&(s="_n("+s+")");var u=dn(e,s);t.model={value:"("+e+")",expression:'"'+e+'"',callback:"function ("+a+") {"+u+"}"}}function dn(t,e){var n=hn(t);return null===n.idx?t+"="+e:"var $$exp = "+n.exp+", $$idx = "+n.idx+";if (!Array.isArray($$exp)){"+t+"="+e+"}else{$$exp.splice($$idx, 1, "+e+")}"}function hn(t){if(qi=t,Di=qi.length,Ui=Hi=Bi=0,t.indexOf("[")<0||t.lastIndexOf("]")<Di-1)return{exp:t,idx:null};for(;!mn();)Fi=vn(),gn(Fi)?bn(Fi):91===Fi&&yn(Fi);return{exp:t.substring(0,Hi),idx:t.substring(Hi+1,Bi)}}function vn(){return qi.charCodeAt(++Ui)}function mn(){return Ui>=Di}function gn(t){return 34===t||39===t}function yn(t){var e=1;for(Hi=Ui;!mn();)if(t=vn(),gn(t))bn(t);else if(91===t&&e++,93===t&&e--,0===e){Bi=Ui;break}}function bn(t){for(var e=t;!mn()&&(t=vn())!==e;);}function _n(t,e,n){zi=n;var r=e.value,o=e.modifiers,i=t.tag,a=t.attrsMap.type;if("select"===i)kn(t,r,o);else if("input"===i&&"checkbox"===a)wn(t,r,o);else if("input"===i&&"radio"===a)xn(t,r,o);else if("input"===i||"textarea"===i)$n(t,r,o);else if(!Uo.isReservedTag(i))return pn(t,r,o),!1;return!0}function wn(t,e,n){var r=n&&n.number,o=ln(t,"value")||"null",i=ln(t,"true-value")||"true",a=ln(t,"false-value")||"false";an(t,"checked","Array.isArray("+e+")?_i("+e+","+o+")>-1"+("true"===i?":("+e+")":":_q("+e+","+i+")")),cn(t,ya,"var $$a="+e+",$$el=$event.target,$$c=$$el.checked?("+i+"):("+a+");if(Array.isArray($$a)){var $$v="+(r?"_n("+o+")":o)+",$$i=_i($$a,$$v);if($$c){$$i<0&&("+e+"=$$a.concat($$v))}else{$$i>-1&&("+e+"=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{"+e+"=$$c}",null,!0)}function xn(t,e,n){var r=n&&n.number,o=ln(t,"value")||"null";o=r?"_n("+o+")":o,an(t,"checked","_q("+e+","+o+")"),cn(t,ya,dn(e,o),null,!0)}function kn(t,e,n){var r=n&&n.number,o='Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return '+(r?"_n(val)":"val")+"})",i="var $$selectedVal = "+o+";";i=i+" "+dn(e,"$event.target.multiple ? $$selectedVal : $$selectedVal[0]"),cn(t,"change",i,null,!0)}function $n(t,e,n){var r=t.attrsMap.type,o=n||{},i=o.lazy,a=o.number,s=o.trim,u=!i&&"range"!==r,c=i?"change":"range"===r?ga:"input",l="$event.target.value";s&&(l="$event.target.value.trim()"),a&&(l="_n("+l+")");var f=dn(e,l);u&&(f="if($event.target.composing)return;"+f),an(t,"value","("+e+")"),cn(t,c,f,null,!0),(s||a||"number"===r)&&cn(t,"blur","$forceUpdate()")}function On(t){var e;t[ga]&&(e=Go?"change":"input",t[e]=[].concat(t[ga],t[e]||[]),delete t[ga]),t[ya]&&(e=Xo?"click":"change",t[e]=[].concat(t[ya],t[e]||[]),delete t[ya])}function Cn(t,e,n,r){if(n){var o=e,i=Wi;e=function(n){null!==(1===arguments.length?o(n):o.apply(null,arguments))&&Sn(t,e,r,i)}}Wi.addEventListener(t,e,r)}function Sn(t,e,n,r){(r||Wi).removeEventListener(t,e,n)}function jn(t,e){if(t.data.on||e.data.on){var n=e.data.on||{},r=t.data.on||{};Wi=e.elm,On(n),J(n,r,Cn,Sn,e.context)}}function An(t,e){if(t.data.domProps||e.data.domProps){var n,r,o=e.elm,i=t.data.domProps||{},a=e.data.domProps||{};a.__ob__&&(a=e.data.domProps=f({},a));for(n in i)null==a[n]&&(o[n]="");for(n in a)if(r=a[n],"textContent"!==n&&"innerHTML"!==n||(e.children&&(e.children.length=0),r!==i[n]))if("value"===n){o._value=r;var s=null==r?"":String(r);En(o,e,s)&&(o.value=s)}else o[n]=r}}function En(t,e,n){return!t.composing&&("option"===e.tag||Tn(t,n)||Pn(t,n))}function Tn(t,e){return document.activeElement!==t&&t.value!==e}function Pn(t,e){var n=t.value,o=t._vModifiers;return o&&o.number||"number"===t.type?r(n)!==r(e):o&&o.trim?n.trim()!==e.trim():n!==e}function Mn(t){var e=In(t.style);return t.staticStyle?f(t.staticStyle,e):e}function In(t){return Array.isArray(t)?h(t):"string"==typeof t?wa(t):t}function Nn(t,e){var n,r={};if(e)for(var o=t;o.componentInstance;)o=o.componentInstance._vnode,o.data&&(n=Mn(o.data))&&f(r,n);(n=Mn(t.data))&&f(r,n);for(var i=t;i=i.parent;)i.data&&(n=Mn(i.data))&&f(r,n);return r}function Ln(t,e){var n=e.data,r=t.data;if(n.staticStyle||n.style||r.staticStyle||r.style){var o,i,a=e.elm,s=t.data.staticStyle,u=t.data.style||{},c=s||u,l=In(e.data.style)||{};e.data.style=l.__ob__?f({},l):l;var p=Nn(e,!0);for(i in c)null==p[i]&&$a(a,i,"");for(i in p)(o=p[i])!==c[i]&&$a(a,i,null==o?"":o)}}function Rn(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(/\s+/).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Dn(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(/\s+/).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e);else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");t.setAttribute("class",n.trim())}}function qn(t){if(t){if("object"==typeof t){var e={};return t.css!==!1&&f(e,ja(t.name||"v")),f(e,t),e}return"string"==typeof t?ja(t):void 0}}function Fn(t){La(function(){La(t)})}function Un(t,e){(t._transitionClasses||(t._transitionClasses=[])).push(e),Rn(t,e)}function Hn(t,e){t._transitionClasses&&i(t._transitionClasses,e),Dn(t,e)}function Bn(t,e,n){var r=zn(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===Ea?Ma:Na,u=0,c=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++u>=a&&c()};setTimeout(function(){u<a&&c()},i+1),t.addEventListener(s,l)}function zn(t,e){var n,r=window.getComputedStyle(t),o=r[Pa+"Delay"].split(", "),i=r[Pa+"Duration"].split(", "),a=Wn(o,i),s=r[Ia+"Delay"].split(", "),u=r[Ia+"Duration"].split(", "),c=Wn(s,u),l=0,f=0;return e===Ea?a>0&&(n=Ea,l=a,f=i.length):e===Ta?c>0&&(n=Ta,l=c,f=u.length):(l=Math.max(a,c),n=l>0?a>c?Ea:Ta:null,f=n?n===Ea?i.length:u.length:0),{type:n,timeout:l,propCount:f,hasTransform:n===Ea&&Ra.test(r[Pa+"Property"])}}function Wn(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map(function(e,n){return Vn(e)+Vn(t[n])}))}function Vn(t){return 1e3*Number(t.slice(0,-1))}function Gn(t,e){var n=t.elm;n._leaveCb&&(n._leaveCb.cancelled=!0,n._leaveCb());var o=qn(t.data.transition);if(o&&!n._enterCb&&1===n.nodeType){for(var i=o.css,a=o.type,s=o.enterClass,u=o.enterToClass,c=o.enterActiveClass,l=o.appearClass,f=o.appearToClass,d=o.appearActiveClass,h=o.beforeEnter,v=o.enter,m=o.afterEnter,g=o.enterCancelled,y=o.beforeAppear,_=o.appear,w=o.afterAppear,x=o.appearCancelled,k=o.duration,$=bi,O=bi.$vnode;O&&O.parent;)O=O.parent,$=O.context;var C=!$._isMounted||!t.isRootInsert;if(!C||_||""===_){var S=C&&l?l:s,j=C&&d?d:c,A=C&&f?f:u,E=C?y||h:h,T=C&&"function"==typeof _?_:v,P=C?w||m:m,M=C?x||g:g,I=r(p(k)?k.enter:k),N=i!==!1&&!Ko,L=Yn(T),R=n._enterCb=b(function(){N&&(Hn(n,A),Hn(n,j)),R.cancelled?(N&&Hn(n,S),M&&M(n)):P&&P(n),n._enterCb=null});t.data.show||Y(t.data.hook||(t.data.hook={}),"insert",function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),T&&T(n,R)}),E&&E(n),N&&(Un(n,S),Un(n,j),Fn(function(){Un(n,A),Hn(n,S),R.cancelled||L||(Jn(I)?setTimeout(R,I):Bn(n,a,R))})),t.data.show&&(e&&e(),T&&T(n,R)),N||L||R()}}}function Kn(t,e){function n(){x.cancelled||(t.data.show||((o.parentNode._pending||(o.parentNode._pending={}))[t.key]=t),f&&f(o),y&&(Un(o,u),Un(o,l),Fn(function(){Un(o,c),Hn(o,u),x.cancelled||_||(Jn(w)?setTimeout(x,w):Bn(o,s,x))})),d&&d(o,x),y||_||x())}var o=t.elm;o._enterCb&&(o._enterCb.cancelled=!0,o._enterCb());var i=qn(t.data.transition);if(!i)return e();if(!o._leaveCb&&1===o.nodeType){var a=i.css,s=i.type,u=i.leaveClass,c=i.leaveToClass,l=i.leaveActiveClass,f=i.beforeLeave,d=i.leave,h=i.afterLeave,v=i.leaveCancelled,m=i.delayLeave,g=i.duration,y=a!==!1&&!Ko,_=Yn(d),w=r(p(g)?g.leave:g),x=o._leaveCb=b(function(){o.parentNode&&o.parentNode._pending&&(o.parentNode._pending[t.key]=null),y&&(Hn(o,c),Hn(o,l)),x.cancelled?(y&&Hn(o,u),v&&v(o)):(e(),h&&h(o)),o._leaveCb=null});m?m(n):n()}}function Jn(t){return"number"==typeof t&&!isNaN(t)}function Yn(t){if(!t)return!1;var e=t.fns;return e?Yn(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function Zn(t,e){e.data.show||Gn(e)}function Xn(t,e,n){var r=e.value,o=t.multiple;if(!o||Array.isArray(r)){for(var i,a,s=0,u=t.options.length;s<u;s++)if(a=t.options[s],o)i=y(r,tr(a))>-1,a.selected!==i&&(a.selected=i);else if(g(tr(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function Qn(t,e){for(var n=0,r=e.length;n<r;n++)if(g(tr(e[n]),t))return!1;return!0}function tr(t){return"_value"in t?t._value:t.value}function er(t){t.target.composing=!0}function nr(t){t.target.composing=!1,rr(t.target,"input")}function rr(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function or(t){return!t.componentInstance||t.data&&t.data.transition?t:or(t.componentInstance._vnode)}function ir(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ir(tt(e.children)):t}function ar(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[Mo(i)]=o[i];return e}function sr(t,e){return/\d-keep-alive$/.test(e.tag)?t("keep-alive"):null}function ur(t){for(;t=t.parent;)if(t.data.transition)return!0}function cr(t,e){return e.key===t.key&&e.tag===t.tag}function lr(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function fr(t){t.data.newPos=t.elm.getBoundingClientRect()}function pr(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}function dr(t,e){var n=document.createElement("div");return n.innerHTML='<div a="'+t+'">',n.innerHTML.indexOf(e)>0}function hr(t){return Ya=Ya||document.createElement("div"),Ya.innerHTML=t,Ya.textContent}function vr(t,e){var n=e?Ls:Ns;return t.replace(n,function(t){return Is[t]})}function mr(t,e){function n(e){f+=e,t=t.substring(e)}function r(){var e=t.match(ss);if(e){var r={tagName:e[1],attrs:[],start:f};n(e[0].length);for(var o,i;!(o=t.match(us))&&(i=t.match(os));)n(i[0].length),r.attrs.push(i);if(o)return r.unarySlash=o[1],n(o[0].length),r.end=f,r}}function o(t){var n=t.tagName,r=t.unarySlash;c&&("p"===s&&ts(n)&&i(s),Qa(n)&&s===n&&i(n));for(var o=l(n)||"html"===n&&"head"===s||!!r,a=t.attrs.length,f=new Array(a),p=0;p<a;p++){var d=t.attrs[p];ds&&d[0].indexOf('""')===-1&&(""===d[3]&&delete d[3],""===d[4]&&delete d[4],""===d[5]&&delete d[5]);var h=d[3]||d[4]||d[5]||"";f[p]={name:d[1],value:vr(h,e.shouldDecodeNewlines)}}o||(u.push({tag:n,lowerCasedTag:n.toLowerCase(),attrs:f}),s=n),e.start&&e.start(n,f,o,t.start,t.end)}function i(t,n,r){var o,i;if(null==n&&(n=f),null==r&&(r=f),t&&(i=t.toLowerCase()),t)for(o=u.length-1;o>=0&&u[o].lowerCasedTag!==i;o--);else o=0;if(o>=0){for(var a=u.length-1;a>=o;a--)e.end&&e.end(u[a].tag,n,r);u.length=o,s=o&&u[o-1].tag}else"br"===i?e.start&&e.start(t,[],!0,n,r):"p"===i&&(e.start&&e.start(t,[],!1,n,r),e.end&&e.end(t,n,r))}for(var a,s,u=[],c=e.expectHTML,l=e.isUnaryTag||qo,f=0;t;){if(a=t,s&&Ps(s)){var p=s.toLowerCase(),d=Ms[p]||(Ms[p]=new RegExp("([\\s\\S]*?)(</"+p+"[^>]*>)","i")),h=0,v=t.replace(d,function(t,n,r){return h=r.length,Ps(p)||"noscript"===p||(n=n.replace(/<!--([\s\S]*?)-->/g,"$1").replace(/<!\[CDATA\[([\s\S]*?)]]>/g,"$1")),e.chars&&e.chars(n),""});f+=t.length-v.length,t=v,i(p,f-h,f)}else{var m=t.indexOf("<");if(0===m){if(fs.test(t)){var g=t.indexOf("-->");if(g>=0){n(g+3);continue}}if(ps.test(t)){var y=t.indexOf("]>");if(y>=0){n(y+2);continue}}var b=t.match(ls);if(b){n(b[0].length);continue}var _=t.match(cs);if(_){var w=f;n(_[0].length),i(_[1],w,f);continue}var x=r();if(x){o(x);continue}}var k=void 0,$=void 0,O=void 0;if(m>=0){for($=t.slice(m);!(cs.test($)||ss.test($)||fs.test($)||ps.test($))&&!((O=$.indexOf("<",1))<0);)m+=O,$=t.slice(m);k=t.substring(0,m),n(m)}m<0&&(k=t,t=""),e.chars&&k&&e.chars(k)}if(t===a){e.chars&&e.chars(t);break}}i()}function gr(t,e){var n=e?qs(e):Rs;if(n.test(t)){for(var r,o,i=[],a=n.lastIndex=0;r=n.exec(t);){o=r.index,o>a&&i.push(JSON.stringify(t.slice(a,o)));var s=en(r[1].trim());i.push("_s("+s+")"),a=o+r[0].length}return a<t.length&&i.push(JSON.stringify(t.slice(a))),i.join("+")}}function yr(t,e){function n(t){t.pre&&(s=!1),bs(t.tag)&&(u=!1)}hs=e.warn||rn,ws=e.getTagNamespace||qo,_s=e.mustUseProp||qo,bs=e.isPreTag||qo,gs=on(e.modules,"preTransformNode"),ms=on(e.modules,"transformNode"),ys=on(e.modules,"postTransformNode"),vs=e.delimiters;var r,o,i=[],a=e.preserveWhitespace!==!1,s=!1,u=!1;return mr(t,{warn:hs,expectHTML:e.expectHTML,isUnaryTag:e.isUnaryTag,shouldDecodeNewlines:e.shouldDecodeNewlines,start:function(t,a,c){function l(t){}var f=o&&o.ns||ws(t);Go&&"svg"===f&&(a=Lr(a));var p={type:1,tag:t,attrsList:a,attrsMap:Ir(a),parent:o,children:[]};f&&(p.ns=f),Nr(p)&&!Qo()&&(p.forbidden=!0);for(var d=0;d<gs.length;d++)gs[d](p,e);if(s||(br(p),p.pre&&(s=!0)),bs(p.tag)&&(u=!0),s)_r(p);else{kr(p),$r(p),jr(p),wr(p),p.plain=!p.key&&!a.length,xr(p),Ar(p),Er(p);for(var h=0;h<ms.length;h++)ms[h](p,e);Tr(p)}if(r?i.length||r.if&&(p.elseif||p.else)&&(l(p),Sr(r,{exp:p.elseif,block:p})):(r=p,l(r)),o&&!p.forbidden)if(p.elseif||p.else)Or(p,o);else if(p.slotScope){o.plain=!1;var v=p.slotTarget||'"default"';(o.scopedSlots||(o.scopedSlots={}))[v]=p}else o.children.push(p),p.parent=o;c?n(p):(o=p,i.push(p));for(var m=0;m<ys.length;m++)ys[m](p,e)},end:function(){var t=i[i.length-1],e=t.children[t.children.length-1];e&&3===e.type&&" "===e.text&&!u&&t.children.pop(),i.length-=1,o=i[i.length-1],n(t)},chars:function(t){if(o&&(!Go||"textarea"!==o.tag||o.attrsMap.placeholder!==t)){var e=o.children;if(t=u||t.trim()?Gs(t):a&&e.length?" ":""){var n;!s&&" "!==t&&(n=gr(t,vs))?e.push({type:2,expression:n,text:t}):" "===t&&e.length&&" "===e[e.length-1].text||e.push({type:3,text:t})}}}}),r}function br(t){null!=fn(t,"v-pre")&&(t.pre=!0)}function _r(t){var e=t.attrsList.length;if(e)for(var n=t.attrs=new Array(e),r=0;r<e;r++)n[r]={name:t.attrsList[r].name,value:JSON.stringify(t.attrsList[r].value)};else t.pre||(t.plain=!0)}function wr(t){var e=ln(t,"key");e&&(t.key=e)}function xr(t){var e=ln(t,"ref");e&&(t.ref=e,t.refInFor=Pr(t))}function kr(t){var e;if(e=fn(t,"v-for")){var n=e.match(Hs);if(!n)return;t.for=n[2].trim();var r=n[1].trim(),o=r.match(Bs);o?(t.alias=o[1].trim(),t.iterator1=o[2].trim(),o[3]&&(t.iterator2=o[3].trim())):t.alias=r}}function $r(t){var e=fn(t,"v-if");if(e)t.if=e,Sr(t,{exp:e,block:t});else{null!=fn(t,"v-else")&&(t.else=!0);var n=fn(t,"v-else-if");n&&(t.elseif=n)}}function Or(t,e){var n=Cr(e.children);n&&n.if&&Sr(n,{exp:t.elseif,block:t})}function Cr(t){for(var e=t.length;e--;){if(1===t[e].type)return t[e];t.pop()}}function Sr(t,e){t.ifConditions||(t.ifConditions=[]),t.ifConditions.push(e)}function jr(t){null!=fn(t,"v-once")&&(t.once=!0)}function Ar(t){if("slot"===t.tag)t.slotName=ln(t,"name");else{var e=ln(t,"slot");e&&(t.slotTarget='""'===e?'"default"':e),"template"===t.tag&&(t.slotScope=fn(t,"scope"))}}function Er(t){var e;(e=ln(t,"is"))&&(t.component=e),null!=fn(t,"inline-template")&&(t.inlineTemplate=!0)}function Tr(t){var e,n,r,o,i,a,s,u=t.attrsList;for(e=0,n=u.length;e<n;e++)if(r=o=u[e].name,i=u[e].value,Us.test(r))if(t.hasBindings=!0,a=Mr(r),a&&(r=r.replace(Vs,"")),Ws.test(r))r=r.replace(Ws,""),i=en(i),s=!1,a&&(a.prop&&(s=!0,"innerHtml"===(r=Mo(r))&&(r="innerHTML")),a.camel&&(r=Mo(r))),s||_s(t.tag,t.attrsMap.type,r)?an(t,r,i):sn(t,r,i);else if(Fs.test(r))r=r.replace(Fs,""),cn(t,r,i,a);else{r=r.replace(Us,"");var c=r.match(zs),l=c&&c[1];l&&(r=r.slice(0,-(l.length+1))),un(t,r,o,i,l,a)}else{sn(t,r,JSON.stringify(i))}}function Pr(t){for(var e=t;e;){if(void 0!==e.for)return!0;e=e.parent}return!1}function Mr(t){var e=t.match(Vs);if(e){var n={};return e.forEach(function(t){n[t.slice(1)]=!0}),n}}function Ir(t){for(var e={},n=0,r=t.length;n<r;n++)e[t[n].name]=t[n].value;return e}function Nr(t){return"style"===t.tag||"script"===t.tag&&(!t.attrsMap.type||"text/javascript"===t.attrsMap.type)}function Lr(t){for(var e=[],n=0;n<t.length;n++){var r=t[n];Ks.test(r.name)||(r.name=r.name.replace(Js,""),e.push(r))}return e}function Rr(t,e){t&&(xs=Ys(e.staticKeys||""),ks=e.isReservedTag||qo,qr(t),Fr(t,!1))}function Dr(t){return o("type,tag,attrsList,attrsMap,plain,parent,children,attrs"+(t?","+t:""))}function qr(t){if(t.static=Hr(t),1===t.type){if(!ks(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var e=0,n=t.children.length;e<n;e++){var r=t.children[e];qr(r),r.static||(t.static=!1)}}}function Fr(t,e){if(1===t.type){if((t.static||t.once)&&(t.staticInFor=e),t.static&&t.children.length&&(1!==t.children.length||3!==t.children[0].type))return void(t.staticRoot=!0);if(t.staticRoot=!1,t.children)for(var n=0,r=t.children.length;n<r;n++)Fr(t.children[n],e||!!t.for);t.ifConditions&&Ur(t.ifConditions,e)}}function Ur(t,e){for(var n=1,r=t.length;n<r;n++)Fr(t[n].block,e)}function Hr(t){return 2!==t.type&&(3===t.type||!(!t.pre&&(t.hasBindings||t.if||t.for||Eo(t.tag)||!ks(t.tag)||Br(t)||!Object.keys(t).every(xs))))}function Br(t){for(;t.parent;){if(t=t.parent,"template"!==t.tag)return!1;if(t.for)return!0}return!1}function zr(t,e){var n=e?"nativeOn:{":"on:{";for(var r in t)n+='"'+r+'":'+Wr(r,t[r])+",";return n.slice(0,-1)+"}"}function Wr(t,e){if(!e)return"function(){}";if(Array.isArray(e))return"["+e.map(function(e){return Wr(t,e)}).join(",")+"]";var n=Xs.test(e.value),r=Zs.test(e.value);if(e.modifiers){var o="",i="",a=[];for(var s in e.modifiers)eu[s]?(i+=eu[s],Qs[s]&&a.push(s)):a.push(s);a.length&&(o+=Vr(a)),i&&(o+=i);return"function($event){"+o+(n?e.value+"($event)":r?"("+e.value+")($event)":e.value)+"}"}return n||r?e.value:"function($event){"+e.value+"}"}function Vr(t){return"if(!('button' in $event)&&"+t.map(Gr).join("&&")+")return null;"}function Gr(t){var e=parseInt(t,10);if(e)return"$event.keyCode!=="+e;var n=Qs[t];return"_k($event.keyCode,"+JSON.stringify(t)+(n?","+JSON.stringify(n):"")+")"}function Kr(t,e){t.wrapData=function(n){return"_b("+n+",'"+t.tag+"',"+e.value+(e.modifiers&&e.modifiers.prop?",true":"")+")"}}function Jr(t,e){var n=As,r=As=[],o=Es;Es=0,Ts=e,$s=e.warn||rn,Os=on(e.modules,"transformCode"),Cs=on(e.modules,"genData"),Ss=e.directives||{},js=e.isReservedTag||qo;var i=t?Yr(t):'_c("div")';return As=n,Es=o,{render:"with(this){return "+i+"}",staticRenderFns:r}}function Yr(t){if(t.staticRoot&&!t.staticProcessed)return Zr(t);if(t.once&&!t.onceProcessed)return Xr(t);if(t.for&&!t.forProcessed)return eo(t);if(t.if&&!t.ifProcessed)return Qr(t);if("template"!==t.tag||t.slotTarget){if("slot"===t.tag)return ho(t);var e;if(t.component)e=vo(t.component,t);else{var n=t.plain?void 0:no(t),r=t.inlineTemplate?null:so(t,!0);e="_c('"+t.tag+"'"+(n?","+n:"")+(r?","+r:"")+")"}for(var o=0;o<Os.length;o++)e=Os[o](t,e);return e}return so(t)||"void 0"}function Zr(t){return t.staticProcessed=!0,As.push("with(this){return "+Yr(t)+"}"),"_m("+(As.length-1)+(t.staticInFor?",true":"")+")"}function Xr(t){if(t.onceProcessed=!0,t.if&&!t.ifProcessed)return Qr(t);if(t.staticInFor){for(var e="",n=t.parent;n;){if(n.for){e=n.key;break}n=n.parent}return e?"_o("+Yr(t)+","+Es+++(e?","+e:"")+")":Yr(t)}return Zr(t)}function Qr(t){return t.ifProcessed=!0,to(t.ifConditions.slice())}function to(t){function e(t){return t.once?Xr(t):Yr(t)}if(!t.length)return"_e()";var n=t.shift();return n.exp?"("+n.exp+")?"+e(n.block)+":"+to(t):""+e(n.block)}function eo(t){var e=t.for,n=t.alias,r=t.iterator1?","+t.iterator1:"",o=t.iterator2?","+t.iterator2:"";return t.forProcessed=!0,"_l(("+e+"),function("+n+r+o+"){return "+Yr(t)+"})"}function no(t){var e="{",n=ro(t);n&&(e+=n+","),t.key&&(e+="key:"+t.key+","),t.ref&&(e+="ref:"+t.ref+","),t.refInFor&&(e+="refInFor:true,"),t.pre&&(e+="pre:true,"),t.component&&(e+='tag:"'+t.tag+'",');for(var r=0;r<Cs.length;r++)e+=Cs[r](t);if(t.attrs&&(e+="attrs:{"+mo(t.attrs)+"},"),t.props&&(e+="domProps:{"+mo(t.props)+"},"),t.events&&(e+=zr(t.events)+","),t.nativeEvents&&(e+=zr(t.nativeEvents,!0)+","),t.slotTarget&&(e+="slot:"+t.slotTarget+","),t.scopedSlots&&(e+=io(t.scopedSlots)+","),t.model&&(e+="model:{value:"+t.model.value+",callback:"+t.model.callback+",expression:"+t.model.expression+"},"),t.inlineTemplate){var o=oo(t);o&&(e+=o+",")}return e=e.replace(/,$/,"")+"}",t.wrapData&&(e=t.wrapData(e)),e}function ro(t){var e=t.directives;if(e){var n,r,o,i,a="directives:[",s=!1;for(n=0,r=e.length;n<r;n++){o=e[n],i=!0;var u=Ss[o.name]||nu[o.name];u&&(i=!!u(t,o,$s)),i&&(s=!0,a+='{name:"'+o.name+'",rawName:"'+o.rawName+'"'+(o.value?",value:("+o.value+"),expression:"+JSON.stringify(o.value):"")+(o.arg?',arg:"'+o.arg+'"':"")+(o.modifiers?",modifiers:"+JSON.stringify(o.modifiers):"")+"},")}return s?a.slice(0,-1)+"]":void 0}}function oo(t){var e=t.children[0];if(1===e.type){var n=Jr(e,Ts);return"inlineTemplate:{render:function(){"+n.render+"},staticRenderFns:["+n.staticRenderFns.map(function(t){return"function(){"+t+"}"}).join(",")+"]}"}}function io(t){return"scopedSlots:_u(["+Object.keys(t).map(function(e){return ao(e,t[e])}).join(",")+"])"}function ao(t,e){return"["+t+",function("+String(e.attrsMap.scope)+"){return "+("template"===e.tag?so(e)||"void 0":Yr(e))+"}]"}function so(t,e){var n=t.children;if(n.length){var r=n[0];if(1===n.length&&r.for&&"template"!==r.tag&&"slot"!==r.tag)return Yr(r);var o=e?uo(n):0;return"["+n.map(fo).join(",")+"]"+(o?","+o:"")}}function uo(t){for(var e=0,n=0;n<t.length;n++){var r=t[n];if(1===r.type){if(co(r)||r.ifConditions&&r.ifConditions.some(function(t){return co(t.block)})){e=2;break}(lo(r)||r.ifConditions&&r.ifConditions.some(function(t){return lo(t.block)}))&&(e=1)}}return e}function co(t){return void 0!==t.for||"template"===t.tag||"slot"===t.tag}function lo(t){return!js(t.tag)}function fo(t){return 1===t.type?Yr(t):po(t)}function po(t){return"_v("+(2===t.type?t.expression:go(JSON.stringify(t.text)))+")"}function ho(t){var e=t.slotName||'"default"',n=so(t),r="_t("+e+(n?","+n:""),o=t.attrs&&"{"+t.attrs.map(function(t){return Mo(t.name)+":"+t.value}).join(",")+"}",i=t.attrsMap["v-bind"];return!o&&!i||n||(r+=",null"),o&&(r+=","+o),i&&(r+=(o?"":",null")+","+i),r+")"}function vo(t,e){var n=e.inlineTemplate?null:so(e,!0);return"_c("+t+","+no(e)+(n?","+n:"")+")"}function mo(t){for(var e="",n=0;n<t.length;n++){var r=t[n];e+='"'+r.name+'":'+go(r.value)+","}return e.slice(0,-1)}function go(t){return t.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}function yo(t,e){var n=yr(t.trim(),e);Rr(n,e);var r=Jr(n,e);return{ast:n,render:r.render,staticRenderFns:r.staticRenderFns}}function bo(t,e){try{return new Function(t)}catch(n){return e.push({err:n,code:t}),v}}function _o(t){function e(e,n){var r=Object.create(t),o=[],i=[];if(r.warn=function(t,e){(e?i:o).push(t)},n){n.modules&&(r.modules=(t.modules||[]).concat(n.modules)),n.directives&&(r.directives=f(Object.create(t.directives),n.directives));for(var a in n)"modules"!==a&&"directives"!==a&&(r[a]=n[a])}var s=yo(e,r);return s.errors=o,s.tips=i,s}function n(t,n,o){n=n||{};var i=n.delimiters?String(n.delimiters)+t:t;if(r[i])return r[i];var a=e(t,n),s={},u=[];s.render=bo(a.render,u);var c=a.staticRenderFns.length;s.staticRenderFns=new Array(c);for(var l=0;l<c;l++)s.staticRenderFns[l]=bo(a.staticRenderFns[l],u);return r[i]=s}var r=Object.create(null);return{compile:e,compileToFunctions:n}}function wo(t,e){var n=(e.warn,fn(t,"class"));n&&(t.staticClass=JSON.stringify(n));var r=ln(t,"class",!1);r&&(t.classBinding=r)}function xo(t){var e="";return t.staticClass&&(e+="staticClass:"+t.staticClass+","),t.classBinding&&(e+="class:"+t.classBinding+","),e}function ko(t,e){var n=(e.warn,fn(t,"style"));if(n){t.staticStyle=JSON.stringify(wa(n))}var r=ln(t,"style",!1);r&&(t.styleBinding=r)}function $o(t){var e="";return t.staticStyle&&(e+="staticStyle:"+t.staticStyle+","),t.styleBinding&&(e+="style:("+t.styleBinding+"),"),e}function Oo(t,e){e.value&&an(t,"textContent","_s("+e.value+")")}function Co(t,e){e.value&&an(t,"innerHTML","_s("+e.value+")")}function So(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}Object.defineProperty(e,"__esModule",{value:!0});var jo,Ao,Eo=o("slot,component",!0),To=Object.prototype.hasOwnProperty,Po=/-(\w)/g,Mo=u(function(t){return t.replace(Po,function(t,e){return e?e.toUpperCase():""})}),Io=u(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),No=/([^-])([A-Z])/g,Lo=u(function(t){return t.replace(No,"$1-$2").replace(No,"$1-$2").toLowerCase()}),Ro=Object.prototype.toString,Do="[object Object]",qo=function(){return!1},Fo=function(t){return t},Uo={optionMergeStrategies:Object.create(null),silent:!1,productionTip:0,devtools:0,performance:!1,errorHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:qo,isUnknownElement:qo,getTagNamespace:v,parsePlatformTagName:Fo,mustUseProp:qo,_assetTypes:["component","directive","filter"],_lifecycleHooks:["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated"],_maxUpdateCount:100},Ho=Object.freeze({}),Bo=/[^\w.$]/,zo="__proto__"in{},Wo="undefined"!=typeof window,Vo=Wo&&window.navigator.userAgent.toLowerCase(),Go=Vo&&/msie|trident/.test(Vo),Ko=Vo&&Vo.indexOf("msie 9.0")>0,Jo=Vo&&Vo.indexOf("edge/")>0,Yo=Vo&&Vo.indexOf("android")>0,Zo=Vo&&/iphone|ipad|ipod|ios/.test(Vo),Xo=Vo&&/chrome\/\d+/.test(Vo)&&!Jo,Qo=function(){return void 0===jo&&(jo=!Wo&&void 0!==t&&"server"===t.process.env.VUE_ENV),jo},ti=Wo&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,ei="undefined"!=typeof Symbol&&k(Symbol)&&"undefined"!=typeof Reflect&&k(Reflect.ownKeys),ni=function(){function t(){r=!1;var t=n.slice(0);n.length=0;for(var e=0;e<t.length;e++)t[e]()}var e,n=[],r=!1;if("undefined"!=typeof Promise&&k(Promise)){var o=Promise.resolve(),i=function(t){console.error(t)};e=function(){o.then(t).catch(i),Zo&&setTimeout(v)}}else if("undefined"==typeof MutationObserver||!k(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())e=function(){setTimeout(t,0)};else{var a=1,s=new MutationObserver(t),u=document.createTextNode(String(a));s.observe(u,{characterData:!0}),e=function(){a=(a+1)%2,u.data=String(a)}}return function(t,o){var i;if(n.push(function(){t&&t.call(o),i&&i(o)}),r||(r=!0,e()),!t&&"undefined"!=typeof Promise)return new Promise(function(t){i=t})}}();Ao="undefined"!=typeof Set&&k(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return this.set[t]===!0},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ri=v,oi=0,ii=function(){this.id=oi++,this.subs=[]};ii.prototype.addSub=function(t){this.subs.push(t)},ii.prototype.removeSub=function(t){i(this.subs,t)},ii.prototype.depend=function(){ii.target&&ii.target.addDep(this)},ii.prototype.notify=function(){for(var t=this.subs.slice(),e=0,n=t.length;e<n;e++)t[e].update()},ii.target=null;var ai=[],si=Array.prototype,ui=Object.create(si);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(t){var e=si[t];w(ui,t,function(){for(var n=arguments,r=arguments.length,o=new Array(r);r--;)o[r]=n[r];var i,a=e.apply(this,o),s=this.__ob__;switch(t){case"push":i=o;break;case"unshift":i=o;break;case"splice":i=o.slice(2)}return i&&s.observeArray(i),s.dep.notify(),a})});var ci=Object.getOwnPropertyNames(ui),li={shouldConvert:!0,isSettingProps:!1},fi=function(t){if(this.value=t,this.dep=new ii,this.vmCount=0,w(t,"__ob__",this),Array.isArray(t)){(zo?C:S)(t,ui,ci),this.observeArray(t)}else this.walk(t)};fi.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)A(t,e[n],t[e[n]])},fi.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)j(t[e])};var pi=Uo.optionMergeStrategies;pi.data=function(t,e,n){return n?t||e?function(){var r="function"==typeof e?e.call(n):e,o="function"==typeof t?t.call(n):void 0;return r?M(r,o):o}:void 0:e?"function"!=typeof e?t:t?function(){return M(e.call(this),t.call(this))}:e:t},Uo._lifecycleHooks.forEach(function(t){pi[t]=I}),Uo._assetTypes.forEach(function(t){pi[t+"s"]=N}),pi.watch=function(t,e){if(!e)return Object.create(t||null);if(!t)return e;var n={};f(n,t);for(var r in e){var o=n[r],i=e[r];o&&!Array.isArray(o)&&(o=[o]),n[r]=o?o.concat(i):[i]}return n},pi.props=pi.methods=pi.computed=function(t,e){if(!e)return Object.create(t||null);if(!t)return e;var n=Object.create(null);return f(n,t),f(n,e),n};var di=function(t,e){return void 0===e?t:e},hi=function(t,e,n,r,o,i,a){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.functionalContext=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1},vi={child:{}};vi.child.get=function(){return this.componentInstance},Object.defineProperties(hi.prototype,vi);var mi,gi=function(){var t=new hi;return t.text="",t.isComment=!0,t},yi=u(function(t){var e="~"===t.charAt(0);t=e?t.slice(1):t;var n="!"===t.charAt(0);return t=n?t.slice(1):t,{name:t,once:e,capture:n}}),bi=null,_i=[],wi={},xi=!1,ki=!1,$i=0,Oi=0,Ci=function(t,e,n,r){this.vm=t,t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++Oi,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new Ao,this.newDepIds=new Ao,this.expression="","function"==typeof e?this.getter=e:(this.getter=x(e),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};Ci.prototype.get=function(){$(this);var t,e=this.vm;if(this.user)try{t=this.getter.call(e,e)}catch(t){z(t,e,'getter for watcher "'+this.expression+'"')}else t=this.getter.call(e,e);return this.deep&&_t(t),O(),this.cleanupDeps(),t},Ci.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},Ci.prototype.cleanupDeps=function(){for(var t=this,e=this.deps.length;e--;){var n=t.deps[e];t.newDepIds.has(n.id)||n.removeSub(t)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},Ci.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():bt(this)},Ci.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||p(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){z(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},Ci.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Ci.prototype.depend=function(){for(var t=this,e=this.deps.length;e--;)t.deps[e].depend()},Ci.prototype.teardown=function(){var t=this;if(this.active){this.vm._isBeingDestroyed||i(this.vm._watchers,this);for(var e=this.deps.length;e--;)t.deps[e].removeSub(t);this.active=!1}};var Si=new Ao,ji={enumerable:!0,configurable:!0,get:v,set:v},Ai={lazy:!0},Ei={init:function(t,e,n,r){if(!t.componentInstance||t.componentInstance._isDestroyed){(t.componentInstance=Nt(t,bi,n,r)).$mount(e?t.elm:void 0,e)}else if(t.data.keepAlive){var o=t;Ei.prepatch(o,o)}},prepatch:function(t,e){var n=e.componentOptions;pt(e.componentInstance=t.componentInstance,n.propsData,n.listeners,e,n.children)},insert:function(t){t.componentInstance._isMounted||(t.componentInstance._isMounted=!0,mt(t.componentInstance,"mounted")),t.data.keepAlive&&ht(t.componentInstance,!0)},destroy:function(t){t.componentInstance._isDestroyed||(t.data.keepAlive?vt(t.componentInstance,!0):t.componentInstance.$destroy())}},Ti=Object.keys(Ei),Pi=1,Mi=2,Ii=0;oe(ce),Pt(ce),it(ce),lt(ce),ee(ce);var Ni=[String,RegExp],Li={name:"keep-alive",abstract:!0,props:{include:Ni,exclude:Ni},created:function(){this.cache=Object.create(null)},destroyed:function(){var t=this;for(var e in t.cache)be(t.cache[e])},watch:{include:function(t){ye(this.cache,function(e){return ge(t,e)})},exclude:function(t){ye(this.cache,function(e){return!ge(t,e)})}},render:function(){var t=tt(this.$slots.default),e=t&&t.componentOptions;if(e){var n=me(e);if(n&&(this.include&&!ge(this.include,n)||this.exclude&&ge(this.exclude,n)))return t;var r=null==t.key?e.Ctor.cid+(e.tag?"::"+e.tag:""):t.key;this.cache[r]?t.componentInstance=this.cache[r].componentInstance:this.cache[r]=t,t.data.keepAlive=!0}return t}},Ri={KeepAlive:Li};_e(ce),Object.defineProperty(ce.prototype,"$isServer",{get:Qo}),ce.version="2.2.3";var Di,qi,Fi,Ui,Hi,Bi,zi,Wi,Vi,Gi=o("input,textarea,option,select"),Ki=function(t,e,n){return"value"===n&&Gi(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Ji=o("contenteditable,draggable,spellcheck"),Yi=o("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Zi="http://www.w3.org/1999/xlink",Xi=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Qi=function(t){return Xi(t)?t.slice(6,t.length):""},ta=function(t){return null==t||t===!1},ea={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},na=o("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template"),ra=o("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),oa=function(t){return"pre"===t},ia=function(t){return na(t)||ra(t)},aa=Object.create(null),sa=Object.freeze({createElement:Ae,createElementNS:Ee,createTextNode:Te,createComment:Pe,insertBefore:Me,removeChild:Ie,appendChild:Ne,parentNode:Le,nextSibling:Re,tagName:De,setTextContent:qe,setAttribute:Fe}),ua={create:function(t,e){Ue(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Ue(t,!0),Ue(e))},destroy:function(t){Ue(t,!0)}},ca=new hi("",{},[]),la=["create","activate","update","remove","destroy"],fa={create:Ge,update:Ge,destroy:function(t){Ge(t,ca)}},pa=Object.create(null),da=[ua,fa],ha={create:Xe,update:Xe},va={create:tn,update:tn},ma=/[\w).+\-_$\]]/,ga="__r",ya="__c",ba={create:jn,update:jn},_a={create:An,update:An},wa=u(function(t){var e={},n=/;(?![^(]*\))/g,r=/:(.+)/;return t.split(n).forEach(function(t){if(t){var n=t.split(r);n.length>1&&(e[n[0].trim()]=n[1].trim())}}),e}),xa=/^--/,ka=/\s*!important$/,$a=function(t,e,n){xa.test(e)?t.style.setProperty(e,n):ka.test(n)?t.style.setProperty(e,n.replace(ka,""),"important"):t.style[Ca(e)]=n},Oa=["Webkit","Moz","ms"],Ca=u(function(t){if(Vi=Vi||document.createElement("div"),"filter"!==(t=Mo(t))&&t in Vi.style)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<Oa.length;n++){var r=Oa[n]+e;if(r in Vi.style)return r}}),Sa={create:Ln,update:Ln},ja=u(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),Aa=Wo&&!Ko,Ea="transition",Ta="animation",Pa="transition",Ma="transitionend",Ia="animation",Na="animationend";Aa&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Pa="WebkitTransition",Ma="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Ia="WebkitAnimation",Na="webkitAnimationEnd"));var La=Wo&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout,Ra=/\b(transform|all)(,|$)/,Da=Wo?{create:Zn,activate:Zn,remove:function(t,e){t.data.show?e():Kn(t,e)}}:{},qa=[ha,va,ba,_a,Sa,Da],Fa=qa.concat(da),Ua=Ve({nodeOps:sa,modules:Fa});Ko&&document.addEventListener("selectionchange",function(){var t=document.activeElement;t&&t.vmodel&&rr(t,"input")});var Ha={inserted:function(t,e,n){if("select"===n.tag){var r=function(){Xn(t,e,n.context)};r(),(Go||Jo)&&setTimeout(r,0)}else"textarea"!==n.tag&&"text"!==t.type||(t._vModifiers=e.modifiers,e.modifiers.lazy||(Yo||(t.addEventListener("compositionstart",er),t.addEventListener("compositionend",nr)),Ko&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Xn(t,e,n.context);(t.multiple?e.value.some(function(e){return Qn(e,t.options)}):e.value!==e.oldValue&&Qn(e.value,t.options))&&rr(t,"change")}}},Ba={bind:function(t,e,n){var r=e.value;n=or(n);var o=n.data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o&&!Ko?(n.data.show=!0,Gn(n,function(){t.style.display=i})):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;r!==e.oldValue&&(n=or(n),n.data&&n.data.transition&&!Ko?(n.data.show=!0,r?Gn(n,function(){t.style.display=t.__vOriginalDisplay}):Kn(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}},za={model:Ha,show:Ba},Wa={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]},Va={name:"transition",props:Wa,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(function(t){return t.tag}),n.length)){var r=this.mode,o=n[0];if(ur(this.$vnode))return o;var i=ir(o);if(!i)return o;if(this._leaving)return sr(t,o);var a="__transition-"+this._uid+"-";i.key=null==i.key?a+i.tag:s(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var u=(i.data||(i.data={})).transition=ar(this),c=this._vnode,l=ir(c);if(i.data.directives&&i.data.directives.some(function(t){return"show"===t.name})&&(i.data.show=!0),l&&l.data&&!cr(i,l)){var p=l&&(l.data.transition=f({},u));if("out-in"===r)return this._leaving=!0,Y(p,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),sr(t,o);if("in-out"===r){var d,h=function(){d()};Y(u,"afterEnter",h),Y(u,"enterCancelled",h),Y(p,"delayLeave",function(t){d=t})}}return o}}},Ga=f({tag:String,moveClass:String},Wa);delete Ga.mode;var Ka={props:Ga,render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=ar(this),s=0;s<o.length;s++){var u=o[s];if(u.tag)if(null!=u.key&&0!==String(u.key).indexOf("__vlist"))i.push(u),n[u.key]=u,(u.data||(u.data={})).transition=a;else;}if(r){for(var c=[],l=[],f=0;f<r.length;f++){var p=r[f];p.data.transition=a,p.data.pos=p.elm.getBoundingClientRect(),n[p.key]?c.push(p):l.push(p)}this.kept=t(e,null,c),this.removed=l}return t(e,null,i)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";if(t.length&&this.hasMove(t[0].elm,e)){t.forEach(lr),t.forEach(fr),t.forEach(pr);var n=document.body;n.offsetHeight;t.forEach(function(t){if(t.data.moved){var n=t.elm,r=n.style;Un(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Ma,n._moveCb=function t(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Ma,t),n._moveCb=null,Hn(n,e))})}})}},methods:{hasMove:function(t,e){if(!Aa)return!1;if(null!=this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach(function(t){Dn(n,t)}),Rn(n,e),n.style.display="none",this.$el.appendChild(n);var r=zn(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}},Ja={Transition:Va,TransitionGroup:Ka};ce.config.mustUseProp=Ki,ce.config.isReservedTag=ia,ce.config.getTagNamespace=Ce,ce.config.isUnknownElement=Se,f(ce.options.directives,za),f(ce.options.components,Ja),ce.prototype.__patch__=Wo?Ua:v,ce.prototype.$mount=function(t,e){return t=t&&Wo?je(t):void 0,ft(this,t,e)},setTimeout(function(){Uo.devtools&&ti&&ti.emit("init",ce)},0);var Ya,Za=!!Wo&&dr("\n","&#10;"),Xa=o("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),Qa=o("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),ts=o("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track"),es=/([^\s"'<>\/=]+)/,ns=/(?:=)/,rs=[/"([^"]*)"+/.source,/'([^']*)'+/.source,/([^\s"'=<>`]+)/.source],os=new RegExp("^\\s*"+es.source+"(?:\\s*("+ns.source+")\\s*(?:"+rs.join("|")+"))?"),is="[a-zA-Z_][\\w\\-\\.]*",as="((?:"+is+"\\:)?"+is+")",ss=new RegExp("^<"+as),us=/^\s*(\/?)>/,cs=new RegExp("^<\\/"+as+"[^>]*>"),ls=/^<!DOCTYPE [^>]+>/i,fs=/^<!--/,ps=/^<!\[/,ds=!1;"x".replace(/x(.)?/g,function(t,e){ds=""===e});var hs,vs,ms,gs,ys,bs,_s,ws,xs,ks,$s,Os,Cs,Ss,js,As,Es,Ts,Ps=o("script,style,textarea",!0),Ms={},Is={"&lt;":"<","&gt;":">","&quot;":'"',"&amp;":"&","&#10;":"\n"},Ns=/&(?:lt|gt|quot|amp);/g,Ls=/&(?:lt|gt|quot|amp|#10);/g,Rs=/\{\{((?:.|\n)+?)\}\}/g,Ds=/[-.*+?^${}()|[\]\/\\]/g,qs=u(function(t){var e=t[0].replace(Ds,"\\$&"),n=t[1].replace(Ds,"\\$&");return new RegExp(e+"((?:.|\\n)+?)"+n,"g")}),Fs=/^@|^v-on:/,Us=/^v-|^@|^:/,Hs=/(.*?)\s+(?:in|of)\s+(.*)/,Bs=/\((\{[^}]*\}|[^,]*),([^,]*)(?:,([^,]*))?\)/,zs=/:(.*)$/,Ws=/^:|^v-bind:/,Vs=/\.[^.]+/g,Gs=u(hr),Ks=/^xmlns:NS\d+/,Js=/^NS\d+:/,Ys=u(Dr),Zs=/^\s*([\w$_]+|\([^)]*?\))\s*=>|^function\s*\(/,Xs=/^\s*[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['.*?']|\[".*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*\s*$/,Qs={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},tu=function(t){return"if("+t+")return null;"},eu={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:tu("$event.target !== $event.currentTarget"),ctrl:tu("!$event.ctrlKey"),shift:tu("!$event.shiftKey"),alt:tu("!$event.altKey"),meta:tu("!$event.metaKey"),left:tu("'button' in $event && $event.button !== 0"),middle:tu("'button' in $event && $event.button !== 1"),right:tu("'button' in $event && $event.button !== 2")},nu={bind:Kr,cloak:v},ru=(new RegExp("\\b"+"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments".split(",").join("\\b|\\b")+"\\b"),new RegExp("\\b"+"delete,typeof,void".split(",").join("\\s*\\([^\\)]*\\)|\\b")+"\\s*\\([^\\)]*\\)"),{staticKeys:["staticClass"],transformNode:wo,genData:xo}),ou={staticKeys:["staticStyle"],transformNode:ko,genData:$o},iu=[ru,ou],au={model:_n,text:Oo,html:Co},su={expectHTML:!0,modules:iu,directives:au,isPreTag:oa,isUnaryTag:Xa,mustUseProp:Ki,isReservedTag:ia,getTagNamespace:Ce,staticKeys:m(iu)},uu=_o(su),cu=uu.compileToFunctions,lu=u(function(t){var e=je(t);return e&&e.innerHTML}),fu=ce.prototype.$mount;ce.prototype.$mount=function(t,e){if((t=t&&je(t))===document.body||t===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=lu(r));else{if(!r.nodeType)return this;r=r.innerHTML}else t&&(r=So(t));if(r){var o=cu(r,{shouldDecodeNewlines:Za,delimiters:n.delimiters},this),i=o.render,a=o.staticRenderFns;n.render=i,n.staticRenderFns=a}}return fu.call(this,t,e)},ce.compile=cu,e.default=ce}).call(e,n(2))},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e<t.length;e++)n[e]=t[e];return n}return Array.from(t)}function i(t){return t.map(function(t){return"dropdown"===t.type?t.items:[t]}).reduce(function(t,e){return[].concat(o(t),o(e))},[])}Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},s=n(11),u=r(s),c=n(1),l=r(c),f=n(41),p=r(f),d=n(9),h=n(25),v=r(h),m=n(6),g=r(m),y=n(8),b=r(y);u.default.use(l.default);var _=new l.default.Store({state:{config:{},page:{html:"",attributes:{},headings:[]},loaded:!1,showMobileSidebar:!1,jumping:!1,activeId:"",searchState:{placeHolder:"Type to search",emptyState:"No results"},searching:!1,searchResult:null,searchKeyword:"",showSidebar:!0},mutations:{SET_CONFIG:function(t,e){t.config=a({title:document.title},e),"boolean"==typeof t.config.showSidebar&&(t.showSidebar=t.config.showSidebar)},TOGGLE_DROPDOWN:function(t,e){t.config.nav=t.config.nav.map(function(t,n){return n===e?a({},t,{show:!t.show}):t})},UPDATE_PAGE:function(t,e){t.page={attributes:a({title:null,search:null,icons:null,sidebar:t.config.sidebar},e.attributes),html:e.html,headings:e.headings},t.loaded=!0,t.activeId=""},TOGGLE_MOBILE_SIDEBAR:function(t,e){t.showMobileSidebar=void 0===e?!t.showMobileSidebar:e},TOGGLE_SIDEBAR:function(t,e){var n=void 0;if(void 0===e){n=!(0,p.default)(t.page.attributes.sidebar,t.showSidebar)}else n=e;t.showSidebar=n,t.page.attributes.sidebar=n},UPDATE_JUMPING:function(t,e){t.jumping=e},UPDATE_ACTIVE_ID:function(t,e){t.activeId=e},START_SEARCHING:function(t){t.searching=!0},STOP_SEARCHING:function(t,e){t.searching=!1,t.searchResult=e},UPDATE_SEARCH_KEYWORD:function(t,e){t.searchKeyword=e}},actions:{toggleDropdown:function(t,e){(0,t.commit)("TOGGLE_DROPDOWN",e)},updatePage:function(t,e){(0,t.commit)("UPDATE_PAGE",e)},toggleMobileSidebar:function(t,e){(0,t.commit)("TOGGLE_MOBILE_SIDEBAR",e)},toggleSidebar:function(t,e){(0,t.commit)("TOGGLE_SIDEBAR",e)},startJumping:function(t){(0,t.commit)("UPDATE_JUMPING",!0)},stopJumping:function(t){(0,t.commit)("UPDATE_JUMPING",!1)},updateActiveId:function(t,e){(0,t.commit)("UPDATE_ACTIVE_ID",e)},jumpToId:function(t,e){var n=t.dispatch;n("updateActiveId",e),n("startJumping"),b.default.emit("jump:started",e),(0,v.default)(e,function(){return setTimeout(function(){n("stopJumping"),b.default.emit("jump:stopped",e)},400)})},startSearching:function(t){var e=t.commit;g.default.start(),e("START_SEARCHING"),b.default.emit("search:started")},stopSearching:function(t,e){var n=t.commit;g.default.done(),n("STOP_SEARCHING",e),b.default.emit("search:stopped",e)},updateSearchKeyword:function(t,e){(0,t.commit)("UPDATE_SEARCH_KEYWORD",e)},searchReset:function(t){var e=t.commit;e("UPDATE_SEARCH_KEYWORD",""),e("STOP_SEARCHING",null)}},getters:{currentTitle:function(t,e){var n=e.currentNavItem;return n&&n.title},currentNavItem:function(t,e){var n=e.currentNav,r=t.route.path;return i(n).filter(function(t){return t.path===r})[0]},currentNav:function(t){var e=t.config.nav,n=t.page.attributes;return Array.isArray(e)?e:(0,d.isType)(e,"Object")?n&&n.nav?e[n.nav]:e.default:[]},documentTitle:function(t,e){var n=e.currentTitle,r=t.config.title,o=t.page.attributes;return o&&o.title?r?o.title+" - "+r:o.title:n?r?n+" - "+r:n:t.config.title},currentTags:function(t){var e=t.page.attributes;return"string"==typeof e.search?[e.search]:Array.isArray(e.search)?e.search:[]},showSidebar:function(t){return"boolean"==typeof t.page.attributes.sidebar?t.page.attributes.sidebar:t.showSidebar},showToc:function(t){var e=t.config,n=t.page.attributes;return void 0!==n.toc?n.toc:void 0===e.toc||e.toc}}});e.default=_},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0});var o=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function(){function t(){r(this,t),this.beforeParseParsers=[],this.afterParseParsers=[]}return o(t,[{key:"beforeParse",value:function(t){this.beforeParseParsers.push(t)}},{key:"afterParse",value:function(t){this.afterParseParsers.push(t)}},{key:"parse",value:function(t,e){return this.beforeParseParsers.forEach(function(e){t=e(t)}),t=e(t),this.afterParseParsers.forEach(function(e){t=e(t)}),t}}]),t}(),a=new i,s=function(t){return a.beforeParse(t)},u=function(t){return a.afterParse(t)};e.default=a,e.beforeParse=s,e.afterParse=u},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){return t=t.replace(/<(?:.|\n)*?>/gm,"").replace(/[!\"#$%&'\(\)\*\+,\/:;<=>\?\@\[\\\]\^`\{\|\}~]/g,"").replace(/(\s|\.)/g,"-").replace(/-+/g,"-").toLowerCase(),/^[\d]+/.test(t)&&(t="_"+t),t}},function(t,e,n){t.exports=n(85)},function(t,e){t.exports='<svg id="i-link" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.25%">\n <path d="M18 8 C18 8 24 2 27 5 30 8 29 12 24 16 19 20 16 21 14 17 M14 24 C14 24 8 30 5 27 2 24 3 20 8 16 13 12 16 11 18 15" />\n</svg>\n'},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"==typeof fetch?fetch:function(t,e){return e=e||{},new Promise(function(n,r){function o(){var t,e=[],n=[],r={};return i.getAllResponseHeaders().replace(/^(.*?):\s*([\s\S]*?)$/gm,function(o,i,a){e.push(i=i.toLowerCase()),n.push([i,a]),t=r[i],r[i]=t?t+","+a:a}),{ok:1==(i.status/200|0),status:i.status,statusText:i.statusText,url:i.responseURL,clone:o,text:function(){return Promise.resolve(i.responseText)},json:function(){return Promise.resolve(i.responseText).then(JSON.parse)},xml:function(){return Promise.resolve(i.responseXML)},blob:function(){return Promise.resolve(new Blob([i.response]))},headers:{keys:function(){return e},entries:function(){return n},get:function(t){return r[t.toLowerCase()]},has:function(t){return t.toLowerCase()in r}}}}var i=new XMLHttpRequest;i.open(e.method||"get",t);for(var a in e.headers)i.setRequestHeader(a,e.headers[a]);i.withCredentials="include"==e.credentials,i.onload=function(){n(o())},i.onerror=r,i.send(e.body)})};e.default=r},function(t,e,n){n(50);var r=n(0)(n(29),n(108),null,null);t.exports=r.exports},function(t,e,n){n(62);var r=n(0)(n(30),n(115),null,null);t.exports=r.exports},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(_)throw new Error("You can only initialize Docute for once!");_=!0,y.default.commit("SET_CONFIG",t),e.router=b=(0,m.default)(t),y.default.state.config.debug&&(a.default.config.devtools=!0);var n=y.default.state.config.plugins;if(Array.isArray(n)){var r=!0,o=!1,i=void 0;try{for(var f,d=n[Symbol.iterator]();!(r=(f=d.next()).done);r=!0){var v=f.value;"function"==typeof v&&v({Vue:a.default,store:y.default,router:b,registerComponent:c.registerComponent,event:p.default,mapState:s.mapState,mapGetters:s.mapGetters,mapActions:s.mapActions,mapMutations:s.mapMutations,beforeParse:l.beforeParse,afterParse:l.afterParse})}}catch(t){o=!0,i=t}finally{try{!r&&d.return&&d.return()}finally{if(o)throw i}}}(0,u.sync)(y.default,b);var g=new a.default({store:y.default,router:b,render:function(t){return t(h.default)}});document.addEventListener("DOMContentLoaded",function(){g.$mount("#app")})}Object.defineProperty(e,"__esModule",{value:!0}),e.isDev=e.init=e.store=e.router=e.version=void 0,n(21),n(89),n(45);var i=n(11),a=r(i),s=n(1),u=n(119),c=n(5),l=n(13),f=n(8),p=r(f),d=n(94),h=r(d),v=n(22),m=r(v),g=n(12),y=r(g);window.Vue=a.default;var b=void 0,_=void 0,w="localhost"===location.hostname;e.version="3.0.0",e.router=b,e.store=y.default,e.init=o,e.isDev=w},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}var o=n(74),i=r(o);window.Promise||(window.Promise=i.default)},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){var e=t.landing,n=t.routerMode,r=[{path:e?"/home":"/",component:c.default,meta:{name:"home"}},{path:"/404",component:f.default,meta:{name:404}},{path:"/*",component:c.default,meta:{name:"page"}}];return e&&r.unshift({path:"/",component:d.default,meta:{name:"landing"}}),new s.default({mode:n,routes:r})};var o=n(11),i=r(o),a=n(118),s=r(a),u=n(104),c=r(u),l=n(102),f=r(l),p=n(103),d=r(p);i.default.use(s.default)},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t){t=t||"";var e=t.split(/(\r?\n)/);return e[0]&&/= yaml =|---/.test(e[0])?i(t):{attributes:{},body:t}}function i(t){var e=l.exec(t);if(!e)return{attributes:{},body:t};var n=e[e.length-1].replace(/^\s+|\s+$/g,"");return{attributes:(0,s.default)(n)||{},body:t.replace(e[0],""),frontmatter:n}}Object.defineProperty(e,"__esModule",{value:!0});var a=n(27),s=r(a),u="\\ufeff?",c="^("+u+"(= yaml =|---)$([\\s\\S]*?)(?:\\2|\\.\\.\\.)$"+("win32"===n.i({env:n.i({NODE_ENV:"production"})}).platform?"\\r?":"")+"(?:\\n)?)",l=new RegExp(c,"m");e.default=o},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t,e){return"function"==typeof u.default.state.config.highlight?u.default.state.config.highlight(t,e):a.default.highlight(t,a.default.languages[e]||a.default.languages.markup)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(73),a=r(i);n(72),n(71),n(69),n(70);var s=n(12),u=r(s)},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){(0,i.default)("#"+t,{duration:300,a11y:!0,offset:a.isMobile?-60:-50,callback:e})};var o=n(66),i=r(o),a=n(4)},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(10),i=r(o);e.default=new i.default.Renderer},function(t,e,n){"use strict";function r(t){return{parent:null,length:0,level:t,lines:[],children:[],addChild:function(t){this.children.push(t),t.parent=this,++this.length}}}function o(t){var e,n=v.regLevel,o=v.invalidLine,i=t.split("\n"),a=0,s=0,u=[],c=new r(-1),l=new r(0);c.addChild(l);var f=[],d="";u.push(l),f.push(a);for(var h=0,m=i.length;h<m;++h)if(d=i[h],!d.match(o)){if((a=(e=n.exec(d))?e[1].length:0)>s){var g=l;l=new r(a),g.addChild(l),u.push(l),f.push(a)}else if(a<s){for(var y=!1,b=f.length-1;b>=0;--b)if(f[b]==a){l=new r(a),u.push(l),f.push(a),null!=u[b].parent&&u[b].parent.addChild(l),y=!0;break}if(!y)return void p.push("Error: Invalid indentation at line "+h+": "+d)}l.lines.push(d.replace(v.trim,"")),s=a}return c}function i(t){t=t.replace(v.trim,"");var e=null;if("true"==t)return!0;if("false"==t)return!1;if(".NaN"==t)return Number.NaN;if("null"==t)return null;if(".inf"==t)return Number.POSITIVE_INFINITY;if("-.inf"==t)return Number.NEGATIVE_INFINITY;if(e=t.match(v.dashesString))return e[1];if(e=t.match(v.quotesString))return e[1];if(e=t.match(v.float))return parseFloat(e[0]);if(e=t.match(v.integer))return parseInt(e[0]);if(isNaN(e=Date.parse(t))){if(e=t.match(v.single_key_value)){var n={};return n[e[1]]=i(e[2]),n}if(e=t.match(v.array)){for(var r=0,o=" ",n=[],a="",s=!1,u=0,c=e[1].length;u<c;++u){if("'"==(o=e[1][u])||'"'==o){if(s===!1){s=o,a+=o;continue}if("'"==o&&"'"==s||'"'==o&&'"'==s){s=!1,a+=o;continue}}else if(s!==!1||"["!=o&&"{"!=o)if(s!==!1||"]"!=o&&"}"!=o){if(s===!1&&0==r&&","==o){n.push(i(a)),a="";continue}}else--r;else++r;a+=o}return a.length>0&&n.push(i(a)),n}if(e=t.match(v.map)){for(var r=0,o=" ",n=[],a="",s=!1,u=0,c=e[1].length;u<c;++u){if("'"==(o=e[1][u])||'"'==o){if(s===!1){s=o,a+=o;continue}if("'"==o&&"'"==s||'"'==o&&'"'==s){s=!1,a+=o;continue}}else if(s!==!1||"["!=o&&"{"!=o)if(s!==!1||"]"!=o&&"}"!=o){if(s===!1&&0==r&&","==o){n.push(a),a="";continue}}else--r;else++r;a+=o}a.length>0&&n.push(a);for(var l={},u=0,c=n.length;u<c;++u)(e=n[u].match(v.key_value))&&(l[e[1]]=i(e[2]));return l}return t}return new Date(e)}function a(t){for(var e=t.lines,n=t.children,r=e.join(" "),o=[r],i=0,s=n.length;i<s;++i)o.push(a(n[i]));return o.join("\n")}function s(t){for(var e=t.lines,n=t.children,r=e.join("\n"),o=0,i=n.length;o<i;++o)r+=s(n[o]);return r}function u(t){for(var e=null,n={},r=null,o=null,c=null,l=-1,f=[],h=!0,m=0,g=t.length;m<g;++m)if(l==-1||l==t[m].level){f.push(m),l=t[m].level,r=t[m].lines,o=t[m].children,c=null;for(var y=0,b=r.length;y<b;++y){var _=r[y];if(e=_.match(v.key)){var w=e[1];if("-"==w[0]&&(w=w.replace(v.item,""),h&&(h=!1,void 0===n.length&&(n=[])),null!=c&&n.push(c),c={},h=!0),void 0!==e[2]){var x=e[2].replace(v.trim,"");if("&"==x[0]){var k=u(o);null!=c?c[w]=k:n[w]=k,d[x.substr(1)]=k}else if("|"==x[0])null!=c?c[w]=s(o.shift()):n[w]=s(o.shift());else if("*"==x[0]){var $=x.substr(1),O={};if(void 0===d[$])p.push("Reference '"+$+"' not found!");else{for(var C in d[$])O[C]=d[$][C];null!=c?c[w]=O:n[w]=O}}else">"==x[0]?null!=c?c[w]=a(o.shift()):n[w]=a(o.shift()):null!=c?c[w]=i(x):n[w]=i(x)}else null!=c?c[w]=u(o):n[w]=u(o)}else{if(_.match(/^-\s*$/)){h&&(h=!1,void 0===n.length&&(n=[])),null!=c&&n.push(c),c={},h=!0;continue}if(e=_.match(/^-\s*(.*)/)){null!=c?c.push(i(e[1])):(h&&(h=!1,void 0===n.length&&(n=[])),n.push(i(e[1])));continue}}}null!=c&&(h&&(h=!1,void 0===n.length&&(n=[])),n.push(c))}for(var m=f.length-1;m>=0;--m)t.splice.call(t,f[m],1);return n}function c(t){return u(t.children)}function l(t){var e,n=t.split("\n"),r=v.comment;for(var o in n)(e=n[o].match(r))&&void 0!==e[3]&&(n[o]=e[0].substr(0,e[0].length-e[3].length));return n.join("\n")}function f(t){p=[],d=[],h=(new Date).getTime();var e=l(t),n=o(e),r=c(n);return h=(new Date).getTime()-h,r}Object.defineProperty(e,"__esModule",{value:!0});var p=[],d=[],h=0,v={regLevel:new RegExp("^([\\s\\-]+)"),invalidLine:new RegExp("^\\-\\-\\-|^\\.\\.\\.|^\\s*#.*|^\\s*$"),dashesString:new RegExp('^\\s*\\"([^\\"]*)\\"\\s*$'),quotesString:new RegExp("^\\s*\\'([^\\']*)\\'\\s*$"),float:new RegExp("^[+-]?[0-9]+\\.[0-9]+(e[+-]?[0-9]+(\\.[0-9]+)?)?$"),integer:new RegExp("^[+-]?[0-9]+$"),array:new RegExp("\\[\\s*(.*)\\s*\\]"),map:new RegExp("\\{\\s*(.*)\\s*\\}"),key_value:new RegExp("([a-z0-9_-][ a-z0-9_-]*):( .+)","i"),single_key_value:new RegExp("^([a-z0-9_-][ a-z0-9_-]*):( .+?)$","i"),key:new RegExp("([a-z0-9_-][ a-z0-9_-]+):( .+)?","i"),item:new RegExp("^-\\s+"),trim:new RegExp("^\\s+|\\s+$"),comment:new RegExp("([^\\'\\\"#]+([\\'\\\"][^\\'\\\"]*[\\'\\\"])*)*(#.*)?")};e.default=f},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e<t.length;e++)n[e]=t[e];return n}return Array.from(t)}Object.defineProperty(e,"__esModule",{value:!0});var i=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},a=n(1),s=n(67),u=r(s),c=n(9),l=n(4),f=n(43),p=r(f);e.default={name:"app",computed:i({},(0,a.mapState)(["jumping","config","activeId"])),mounted:function(){var t=this;this.config.toc!==!1&&this.scrollSpy(),this.detectClick(),this.$watch("activeId",function(){if(t.$store.state.config.syncTocPosition){var e=(0,l.$)(".sidebar-heading-anchor.active");e&&(e.scrollIntoViewIfNeeded?e.scrollIntoViewIfNeeded():(0,p.default)(e,(0,l.$)(".sidebar"),{onlyScrollIfNeeded:!0,offsetBottom:100}))}})},methods:i({},(0,a.mapActions)(["updateActiveId","jumpToId"]),{scrollSpy:function(){var t=this,e=function(){var e=t.$route.meta&&t.$route.meta.name,n=["home","page"].indexOf(e)>-1,r=(0,l.$$)(".markdown-toc-heading");if(!t.jumping&&n&&0!==r.length){var i=[].concat(o(r)).map(function(t){return{top:t.getBoundingClientRect().top,id:t.id}}),a=(0,c.findMax)(i.filter(function(t){return t.top<0}),"top")[0],s=(0,c.findMin)(i.filter(function(t){return t.top>0}),"top")[0],u={};u=a&&s&&s.top>100?a:s?s:i[i.length-1],u.id&&t.updateActiveId(u.id)}};document.addEventListener("scroll",(0,u.default)(e,300))},detectClick:function(){var t=this;document.addEventListener("click",function(e){t.handleNavigateAttribute(e)})},handleNavigateAttribute:function(t){var e=t.target.closest("[jump-to-id]"),n=e&&e.getAttribute("jump-to-id");if(n)return t.preventDefault(),this.$router.push({query:i({},this.$route.query,{id:n})}),this.jumpToId(n);var r=t.target.closest("[router-link]"),o=r&&r.getAttribute("router-link");return o?(t.preventDefault(),this.$router.push(o)):void 0}})}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(3),i=r(o),a=n(4);e.default={props:{currentIcons:{type:Array,default:function(){return[]}},showNav:{type:Boolean}},methods:{hintPosition:function(t){return(this.showNav||a.isMobile)&&t===this.currentIcons.length-1?"hint--bottom-left":"hint--bottom"}},components:{SvgIcon:i.default}}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(3),i=r(o),a=n(97),s=r(a),u=n(7),c=r(u);e.default={props:{currentNav:{type:Array,default:function(){return[]}},hasNav:{type:Boolean},showNav:{type:Boolean}},methods:{getTitle:function(t){var e=this,n=t.items,r=n.filter(function(t){return t.matchPath&&t.matchPath.test(e.$route.path)})[0];return r?r.title:t.title}},components:{SvgIcon:i.default,NavLink:s.default,CustomComponents:c.default}}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},i=n(1),a=n(19),s=r(a),u=n(18),c=r(u),l=n(7),f=r(l),p=n(5),d=r(p);e.default={props:{currentIcons:{type:Array},hasNav:{type:Boolean},showNav:{type:Boolean}},computed:o({},(0,i.mapGetters)(["currentNav"]),{hasComponentsAroundIcons:function(){return d.default.count("icons:start")>0||d.default.count("icons:end")>0}}),components:{HeaderNav:s.default,HeaderIcons:c.default,CustomComponents:f.default}}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},i=n(1),a=n(18),s=r(a),u=n(3),c=r(u),l=n(4);e.default={props:{currentIcons:{type:Array,default:function(){return[]}}},computed:o({},(0,i.mapState)(["config","showMobileSidebar"])),mounted:function(){var t=this;this.$watch("showMobileSidebar",function(){var e=t.$refs.icon,n=(0,l.$)(".sidebar");n.classList.contains("visible")?(n.classList.remove("visible"),e.style.color="#999"):(n.classList.add("visible"),e.style.color="#333")}),document.addEventListener("click",function(e){var n=t.$refs.header,r=(0,l.$)(".sidebar");l.isMobile&&n&&!r.contains(e.target)&&!n.contains(e.target)&&t.toggleMobileSidebar(!1)})},methods:o({},(0,i.mapActions)(["toggleMobileSidebar"])),components:{HeaderIcons:s.default,SvgIcon:c.default}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{item:{required:!0}},methods:{isExternal:function(t){return/^https?:\/\//.test(t)}}}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},i=n(1),a=n(3),s=r(a);e.default={data:function(){return{keyword:this.$route.query.keyword||"",focus:!1}},mounted:function(){var t=this;this.search(this.keyword),this.$watch("searchKeyword",function(e){t.keyword=e})},computed:o({},(0,i.mapState)(["config","searchKeyword","searchState"])),methods:o({},(0,i.mapActions)(["search","updateSearchKeyword","searchReset"]),{handleSearch:function(t){t===this.$route.query.keyword?this.search(t):(this.$router.push({query:o({},this.$route.query,{keyword:t})}),this.search(t))},toggleFocus:function(){this.focus=!this.focus},handleClear:function(){this.searchReset(),this.keyword="",this.$refs.input.focus()}}),components:{SvgIcon:s.default}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},o=n(1);e.default={computed:r({},(0,o.mapState)(["searching","pluginSearch","searchState"]),(0,o.mapState)({searchResult:function(t){return t.searchResult.filter(function(t){return Boolean(t.title)||Boolean(t.content)})}})),methods:r({},(0,o.mapActions)(["jumpToId"]),{handleClick:function(t){var e=t.path,n=t.id;e===this.$route.path&&this.jumpToId(n),this.$router.push({path:e,query:r({},this.$route.query,{id:n})})},isActive:function(t){return t.path===this.$route.path&&t.id===this.$route.query.id}})}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},i=n(3),a=r(i),s=n(1);e.default={methods:o({},(0,s.mapActions)(["toggleSidebar"])),components:{SvgIcon:a.default}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},o=n(1);e.default={props:{headings:{type:Array,required:!0}},computed:r({},(0,o.mapState)(["activeId","config"]),{visibleBlockIndexes:function(){var t=this;if(!this.activeId)return[];var e=[],n=this.headings.filter(function(e){return t.activeId===e.slug})[0];if(!n)return[];e.push(n.index);var r=function n(r){e.push(r.parent);var o=t.headings.filter(function(t){return t.index===r.parent})[0];o&&n(o)},o=this.headings[n.index];return o&&r(o),e.filter(function(t){return t>=0})}}),methods:r({},(0,o.mapActions)(["jumpToId"]),{getQuery:function(t){return r({},this.$route.query,{id:t.slug})},hasChildren:function(t){return this.headings.filter(function(e){return e.parent===t}).length>0},isVisible:function(t,e){return t<=(this.config.tocVisibleDepth||4)||this.visibleBlockIndexes.indexOf(e)!==-1},navigate:function(t){this.jumpToId(t)}})}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(6),i=r(o);e.default={name:"not-found",data:function(){return{from:null}},beforeRouteEnter:function(t,e,n){n(function(t){t.from=e})},mounted:function(){i.default.done()}}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t){return function(){var e=t.apply(this,arguments);return new Promise(function(t,n){function r(o,i){try{var a=e[o](i),s=a.value}catch(t){return void n(t)}if(!a.done)return Promise.resolve(s).then(function(t){r("next",t)},function(t){r("throw",t)});t(s)}return r("next")})}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(15),a=r(i),s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},u=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},c=n(10),l=r(c),f=n(1),p=n(6),d=r(p);e.default={name:"landing",data:function(){return{html:"",component:null}},computed:u({},(0,f.mapState)(["config"])),created:function(){this.fetchLanding()},methods:{fetchLanding:function(){var t=this;return o(a.default.mark(function e(){var n,r,o,i,c,f;return a.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(n=void 0,r=void 0,o=void 0,i=void 0,c=t.config.landing,c===!0&&(c="landing.html"),"string"==typeof c?o=c:"object"===(void 0===c?"undefined":s(c))&&c.source&&(o=c.source),!o){e.next=19;break}return d.default.start(),e.next=11,fetch(o);case 11:if(f=e.sent,d.default.done(),404!==f.status){e.next=15;break}throw new Error(c+" not found");case 15:return e.next=17,f.text();case 17:n=e.sent,r=/\.html$/.test(o)?n:(0,l.default)(n);case 19:"object"===(void 0===c?"undefined":s(c))&&(c.markdown?(n=c.markdown,r=(0,l.default)(n)):c.html&&(r=c.html),c.component&&(i=u({name:"custom-landing"},c.component,{template:'<div class="landing">'+r+"</div>"}))),i?t.component=i:r&&(t.html=r);case 21:case"end":return e.stop()}},e,t)}))()}}}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t){return function(){var e=t.apply(this,arguments);return new Promise(function(t,n){function r(o,i){try{var a=e[o](i),s=a.value}catch(t){return void n(t)}if(!a.done)return Promise.resolve(s).then(function(t){r("next",t)},function(t){r("throw",t)});t(s)}return r("next")})}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(15),a=r(i),s=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},u=n(90),c=r(u),l=n(95),f=r(l),p=n(96),d=r(p),h=n(19),v=r(h),m=n(101),g=r(m),y=n(98),b=r(y),_=n(99),w=r(_),x=n(100),k=r(x),$=n(7),O=r($),C=n(24),S=r(C),j=n(23),A=r(j),E=n(1),T=n(6),P=r(T),M=n(4),I=n(10),N=r(I),L=n(26),R=r(L),D=n(16),q=r(D),F=n(14),U=r(F),H=n(8),B=r(H),z=n(9),W=n(5),V=r(W),G=n(13),K=r(G);N.default.setOptions({highlight:function(t,e){if("markdown"===e){var n=(0,A.default)(t),r=(0,S.default)(n.body,"markdown");if(!n.frontmatter)return r;return'<span class="token comment">---</span>\n'+(0,S.default)(n.frontmatter,"yaml")+'\n<span class="token comment">---</span>\n'+r}return(0,S.default)(t,e)}}),e.default={name:"page",data:function(){return{isMobile:M.isMobile}},created:function(){this.toggleMobileSidebar(!1),this.fetchData()},mounted:function(){var t=this;this.$watch("$route.path",function(){return t.fetchData()}),B.default.on("reload",function(){return t.fetchData()})},computed:s({},(0,E.mapState)({id:function(t){return t.route.query.id}}),(0,E.mapState)(["config","page","loaded","jumping","activeId","pluginSearch","searchResult","searchKeyword"]),(0,E.mapGetters)(["documentTitle","showSidebar","currentNav","showToc","currentNavItem"]),{currentNavSource:function(){var t=this.$route,e=this.config,n=this.currentNavItem&&this.currentNavItem.source,r=t.meta&&"home"===t.meta.name&&(e.home||"./README.md"),o=/\/$/.test(t.path)?"."+t.path+"README.md":"."+t.path+".md",i=n||r||o;return/^https?:\/\//.test(i)?i:(0,c.default)(e.url||".",i)},currentIcons:function t(){var e=this.$store.state,n=[],r=e.config,o=r.disableDefaultIcons,i=r.icons,a=void 0===i?[]:i,s=r["edit-link"],u=r.repo,c=r.twitter,l=e.page.attributes;if(!o){if(s){var f=/^https?:\/\//.test(this.currentNavSource),p=f?this.currentNavSource:""+s+this.currentNavSource.replace(/^./,"");n.push({link:p,label:f?"View page source":"Edit this page",icon:"edit"})}u&&n.push({link:"https://github.com/"+u,label:"Star me on GitHub",icon:"github"}),c&&n.push({link:"https://twitter.com/"+c,label:"Follow me on Twitter",icon:"twitter"})}var t=void 0;return t=(0,z.isType)(a,"Object")&&l?a[l.icons]||a.default:a.default||a,n.concat(t)},hasNav:function(){return this.currentNav&&this.currentNav.length>0},showNav:function(){var t=V.default.count("nav:start")>0,e=V.default.count("nav:end")>0;return this.hasNav||t||e},docComponent:function(){if(this.currentNavItemComponent)return s({name:"custom-page"},this.currentNavItemComponent,{template:'<div class="doc-component markdown-body content">'+this.page.html+"</div>"})},currentNavItemComponent:function(){return this.currentNavItem&&this.currentNavItem.component}}),methods:s({},(0,E.mapActions)(["updatePage","toggleMobileSidebar","jumpToId"]),{fetchData:function(){var t=this;return o(a.default.mark(function e(){var n,r,o,i;return a.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(P.default.start(),n=[],R.default.heading=function(e,r){var o=n.length,i=t.config.slugify?t.config.slugify(e):(0,U.default)(e),a=i,s=n.filter(function(t){return t.directSlug===i});return s.length>0&&(a+=s.length),1!==r&&n.push({level:r,text:e,slug:a,directSlug:i,index:o}),"<h"+r+' id="'+a+'" class="'+(1===r?"markdown-heading":"markdown-heading markdown-toc-heading")+'">\n '+(1===r?"":' <span class="anchor" jump-to-id="'+a+'">'+q.default+"</span>")+"\n "+e+"\n </h"+r+">"},r=void 0,!t.currentNavItem||!t.currentNavItem.markdown){e.next=8;break}r=t.currentNavItem.markdown,e.next=18;break;case 8:return e.next=10,fetch(t.currentNavSource);case 10:if(o=e.sent,P.default.inc(),404!==o.status){e.next=15;break}return t.$router.replace("/404"),e.abrupt("return");case 15:return e.next=17,o.text();case 17:r=e.sent;case 18:i=(0,A.default)(r),N.default.setOptions(s({},t.config.marked,{renderer:R.default,context:{path:t.$route.path,routerMode:t.$router.mode}})),t.updatePage({html:K.default.parse(i.body,N.default),attributes:i.attributes,headings:t.handleRelation(n)}),document.title=t.documentTitle,setTimeout(function(){P.default.done(),B.default.emit("content:updated",t),t.id?t.jumpToId(t.id):window.scroll(0,0),t.$refs.sidebar&&(t.$refs.sidebar.scrollTop=0)});case 23:case"end":return e.stop()}},e,t)}))()},handleRelation:function(t){function e(e,n){var r=t.slice(0,n).filter(function(t){return t.level===e}),o=r[r.length-1];return o&&o.index}return t.map(function(t,n){return t.level>2&&(t.parent=e(t.level-1,n)),t})}}),components:{HomeHeader:f.default,MobileHeader:d.default,Toc:g.default,HeaderNav:v.default,SearchBox:b.default,SearchResult:w.default,SidebarToggle:k.default,CustomComponents:O.default}}},function(t,e){t.exports=function(){for(var t=0;t<arguments.length;t++)if(void 0!==arguments[t])return arguments[t]}},function(t,e,n){"use strict";function r(t,e,n){n=n||{},9===e.nodeType&&(e=o.getWindow(e));var r=n.allowHorizontalScroll,i=n.onlyScrollIfNeeded,a=n.alignWithTop,s=n.alignWithLeft,u=n.offsetTop||0,c=n.offsetLeft||0,l=n.offsetBottom||0,f=n.offsetRight||0;r=void 0===r||r;var p=o.isWindow(e),d=o.offset(t),h=o.outerHeight(t),v=o.outerWidth(t),m=void 0,g=void 0,y=void 0,b=void 0,_=void 0,w=void 0,x=void 0,k=void 0,$=void 0,O=void 0;p?(x=e,O=o.height(x),$=o.width(x),k={left:o.scrollLeft(x),top:o.scrollTop(x)},_={left:d.left-k.left-c,top:d.top-k.top-u},w={left:d.left+v-(k.left+$)+f,top:d.top+h-(k.top+O)+l},b=k):(m=o.offset(e),g=e.clientHeight,y=e.clientWidth,b={left:e.scrollLeft,top:e.scrollTop},_={left:d.left-(m.left+(parseFloat(o.css(e,"borderLeftWidth"))||0))-c,top:d.top-(m.top+(parseFloat(o.css(e,"borderTopWidth"))||0))-u},w={left:d.left+v-(m.left+y+(parseFloat(o.css(e,"borderRightWidth"))||0))+f,top:d.top+h-(m.top+g+(parseFloat(o.css(e,"borderBottomWidth"))||0))+l}),_.top<0||w.top>0?a===!0?o.scrollTop(e,b.top+_.top):a===!1?o.scrollTop(e,b.top+w.top):_.top<0?o.scrollTop(e,b.top+_.top):o.scrollTop(e,b.top+w.top):i||(a=void 0===a||!!a,a?o.scrollTop(e,b.top+_.top):o.scrollTop(e,b.top+w.top)),r&&(_.left<0||w.left>0?s===!0?o.scrollLeft(e,b.left+_.left):s===!1?o.scrollLeft(e,b.left+w.left):_.left<0?o.scrollLeft(e,b.left+_.left):o.scrollLeft(e,b.left+w.left):i||(s=void 0===s||!!s,s?o.scrollLeft(e,b.left+_.left):o.scrollLeft(e,b.left+w.left)))}var o=n(44);t.exports=r},function(t,e,n){"use strict";t.exports=n(42)},function(t,e,n){"use strict";function r(t){var e=void 0,n=void 0,r=void 0,o=t.ownerDocument,i=o.body,a=o&&o.documentElement;return e=t.getBoundingClientRect(),n=e.left,r=e.top,n-=a.clientLeft||i.clientLeft||0,r-=a.clientTop||i.clientTop||0,{left:n,top:r}}function o(t,e){var n=t["page"+(e?"Y":"X")+"Offset"],r="scroll"+(e?"Top":"Left");if("number"!=typeof n){var o=t.document;n=o.documentElement[r],"number"!=typeof n&&(n=o.body[r])}return n}function i(t){return o(t)}function a(t){return o(t,!0)}function s(t){var e=r(t),n=t.ownerDocument,o=n.defaultView||n.parentWindow;return e.left+=i(o),e.top+=a(o),e}function u(t,e,n){var r="",o=t.ownerDocument,i=n||o.defaultView.getComputedStyle(t,null);return i&&(r=i.getPropertyValue(e)||i[e]),r}function c(t,e){var n=t[$]&&t[$][e];if(x.test(n)&&!k.test(e)){var r=t.style,o=r[C],i=t[O][C];t[O][C]=t[$][C],r[C]="fontSize"===e?"1em":n||0,n=r.pixelLeft+S,r[C]=o,t[O][C]=i}return""===n?"auto":n}function l(t,e){for(var n=0;n<t.length;n++)e(t[n])}function f(t){return"border-box"===j(t,"boxSizing")}function p(t,e,n){var r={},o=t.style,i=void 0;for(i in e)e.hasOwnProperty(i)&&(r[i]=o[i],o[i]=e[i]);n.call(t);for(i in e)e.hasOwnProperty(i)&&(o[i]=r[i])}function d(t,e,n){var r=0,o=void 0,i=void 0,a=void 0;for(i=0;i<e.length;i++)if(o=e[i])for(a=0;a<n.length;a++){var s=void 0;s="border"===o?o+n[a]+"Width":o+n[a],r+=parseFloat(j(t,s))||0}return r}function h(t){return null!=t&&t==t.window}function v(t,e,n){if(h(t))return"width"===e?I.viewportWidth(t):I.viewportHeight(t);if(9===t.nodeType)return"width"===e?I.docWidth(t):I.docHeight(t);var r="width"===e?["Left","Right"]:["Top","Bottom"],o="width"===e?t.offsetWidth:t.offsetHeight,i=j(t),a=f(t,i),s=0;(null==o||o<=0)&&(o=void 0,s=j(t,e),(null==s||Number(s)<0)&&(s=t.style[e]||0),s=parseFloat(s)||0),void 0===n&&(n=a?P:E);var u=void 0!==o||a,c=o||s;if(n===E)return u?c-d(t,["border","padding"],r,i):s;if(u){var l=n===T?-d(t,["border"],r,i):d(t,["margin"],r,i);return c+(n===P?0:l)}return s+d(t,A.slice(n),r,i)}function m(t){var e=void 0,n=arguments;return 0!==t.offsetWidth?e=v.apply(void 0,n):p(t,N,function(){e=v.apply(void 0,n)}),e}function g(t,e,n){var r=n;{if("object"!==(void 0===e?"undefined":_(e)))return void 0!==r?("number"==typeof r&&(r+="px"),void(t.style[e]=r)):j(t,e);for(var o in e)e.hasOwnProperty(o)&&g(t,o,e[o])}}function y(t,e){"static"===g(t,"position")&&(t.style.position="relative");var n=s(t),r={},o=void 0,i=void 0;for(i in e)e.hasOwnProperty(i)&&(o=parseFloat(g(t,i))||0,r[i]=o+e[i]-n[i]);g(t,r)}var b=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},_="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t},w=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,x=new RegExp("^("+w+")(?!px)[a-z%]+$","i"),k=/^(top|right|bottom|left)$/,$="currentStyle",O="runtimeStyle",C="left",S="px",j=void 0;"undefined"!=typeof window&&(j=window.getComputedStyle?u:c);var A=["margin","border","padding"],E=-1,T=2,P=1,M=0,I={};l(["Width","Height"],function(t){I["doc"+t]=function(e){var n=e.document;return Math.max(n.documentElement["scroll"+t],n.body["scroll"+t],I["viewport"+t](n))},I["viewport"+t]=function(e){var n="client"+t,r=e.document,o=r.body,i=r.documentElement,a=i[n];return"CSS1Compat"===r.compatMode&&a||o&&o[n]||a}});var N={position:"absolute",visibility:"hidden",display:"block"};l(["width","height"],function(t){I["outer"+(t.charAt(0).toUpperCase()+t.slice(1))]=function(e,n){return e&&m(e,t,n?M:P)};var e="width"===t?["Left","Right"]:["Top","Bottom"];I[t]=function(n,r){if(void 0===r)return n&&m(n,t,E);if(n){var o=j(n);return f(n)&&(r+=d(n,["padding","border"],e,o)),g(n,t,r)}}}),t.exports=b({getWindow:function(t){var e=t.ownerDocument||t;return e.defaultView||e.parentWindow},offset:function(t,e){if(void 0===e)return s(t);y(t,e)},isWindow:h,each:l,css:g,clone:function(t){var e={};for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);if(t.overflow)for(var n in t)t.hasOwnProperty(n)&&(e.overflow[n]=t.overflow[n]);return e},scrollLeft:function(t,e){if(h(t)){if(void 0===e)return i(t);window.scrollTo(e,a(t))}else{if(void 0===e)return t.scrollLeft;t.scrollLeft=e}},scrollTop:function(t,e){if(h(t)){if(void 0===e)return a(t);window.scrollTo(i(t),e)}else{if(void 0===e)return t.scrollTop;t.scrollTop=e}},viewportWidth:0,viewportHeight:0},I)},function(t,e){(function(t){"function"!=typeof t.matches&&(t.matches=t.msMatchesSelector||t.mozMatchesSelector||t.webkitMatchesSelector||function(t){for(var e=this,n=(e.document||e.ownerDocument).querySelectorAll(t),r=0;n[r]&&n[r]!==e;)++r;return Boolean(n[r])}),"function"!=typeof t.closest&&(t.closest=function(t){for(var e=this;e&&1===e.nodeType;){if(e.matches(t))return e;e=e.parentNode}return null})})(window.Element.prototype)},function(t,e,n){(function(e,n){t.exports=n()})(this,function(){"use strict";function t(){function t(t){return i[t]||(i[t]=[])}function e(e,n){return t(e).push(n),function(){return r(e,n)}}function n(t,n){var o=function(){for(var e=[],i=arguments.length;i--;)e[i]=arguments[i];r(t,o),n.apply(void 0,e)};return e(t,o)}function r(e,n){var r=t(e),o=r.indexOf(n);o!==-1&&r.splice(o,1)}function o(e){for(var n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];for(var o=0,i=t("*");o<i.length;o+=1){i[o].apply(void 0,[e].concat(n))}for(var a=0,s=t(e);a<s.length;a+=1){s[a].apply(void 0,n)}}var i={};return{on:e,off:r,once:n,emit:o}}return t})},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(t,e,n,r){return(t/=r/2)<1?n/2*t*t+e:(t--,-n/2*(t*(t-2)-1)+e)},o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function t(){return window.scrollY||window.pageYOffset}function e(t){return t.getBoundingClientRect().top+u}function n(t){v||(v=t),m=t-v,g=f(m,u,d,h),window.scrollTo(0,g),m<h?window.requestAnimationFrame(n):i()}function i(){window.scrollTo(0,u+d),s&&p&&(s.setAttribute("tabindex","-1"),s.focus()),"function"==typeof y&&y(),v=!1}function a(i){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};switch(h=a.duration||1e3,l=a.offset||0,y=a.callback,f=a.easing||r,p=a.a11y||!1,u=t(),void 0===i?"undefined":o(i)){case"number":s=void 0,p=!1,c=u+i;break;case"object":s=i,c=e(s);break;case"string":s=document.querySelector(i),c=e(s)}switch(d=c-u+l,o(a.duration)){case"number":h=a.duration;break;case"function":h=a.duration(d)}window.requestAnimationFrame(n)}var s=void 0,u=void 0,c=void 0,l=void 0,f=void 0,p=void 0,d=void 0,h=void 0,v=void 0,m=void 0,g=void 0,y=void 0;return a},a=i();e.default=a},function(t,e,n){(function(e){function n(t,e,n){function r(e){var n=v,r=m;return v=m=void 0,$=e,y=t.apply(r,n)}function i(t){return $=t,b=setTimeout(l,e),O?r(t):y}function a(t){var n=t-_,r=t-$,o=e-n;return C?x(o,g-r):o}function c(t){var n=t-_,r=t-$;return void 0===_||n>=e||n<0||C&&r>=g}function l(){var t=k();if(c(t))return f(t);b=setTimeout(l,a(t))}function f(t){return b=void 0,S&&v?r(t):(v=m=void 0,y)}function p(){void 0!==b&&clearTimeout(b),$=0,v=_=m=b=void 0}function d(){return void 0===b?y:f(k())}function h(){var t=k(),n=c(t);if(v=arguments,m=this,_=t,n){if(void 0===b)return i(_);if(C)return b=setTimeout(l,e),r(_)}return void 0===b&&(b=setTimeout(l,e)),y}var v,m,g,y,b,_,$=0,O=!1,C=!1,S=!0;if("function"!=typeof t)throw new TypeError(u);return e=s(e)||0,o(n)&&(O=!!n.leading,C="maxWait"in n,g=C?w(s(n.maxWait)||0,e):g,S="trailing"in n?!!n.trailing:S),h.cancel=p,h.flush=d,h}function r(t,e,r){var i=!0,a=!0;if("function"!=typeof t)throw new TypeError(u);return o(r)&&(i="leading"in r?!!r.leading:i,a="trailing"in r?!!r.trailing:a),n(t,e,{leading:i,maxWait:e,trailing:a})}function o(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function i(t){return!!t&&"object"==typeof t}function a(t){return"symbol"==typeof t||i(t)&&_.call(t)==l}function s(t){if("number"==typeof t)return t;if(a(t))return c;if(o(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=o(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(f,"");var n=d.test(t);return n||h.test(t)?v(t.slice(2),n?2:8):p.test(t)?c:+t}var u="Expected a function",c=NaN,l="[object Symbol]",f=/^\s+|\s+$/g,p=/^[-+]0x[0-9a-f]+$/i,d=/^0b[01]+$/i,h=/^0o[0-7]+$/i,v=parseInt,m="object"==typeof e&&e&&e.Object===Object&&e,g="object"==typeof self&&self&&self.Object===Object&&self,y=m||g||Function("return this")(),b=Object.prototype,_=b.toString,w=Math.max,x=Math.min,k=function(){return y.Date.now()};t.exports=r}).call(e,n(2))},function(t,e,n){"use strict";function r(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function o(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map(function(t){return e[t]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(t){r[t]=t}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}var i=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable;t.exports=o()?Object.assign:function(t,e){for(var n,o,u=r(t),c=1;c<arguments.length;c++){n=Object(arguments[c]);for(var l in n)a.call(n,l)&&(u[l]=n[l]);if(i){o=i(n);for(var f=0;f<o.length;f++)s.call(n,o[f])&&(u[o[f]]=n[o[f]])}}return u}},function(t,e){(function(t){var e={variable:[{pattern:/\$?\(\([\w\W]+?\)\)/,inside:{variable:[{pattern:/(^\$\(\([\w\W]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b-?(?:0x[\dA-Fa-f]+|\d*\.?\d+(?:[Ee]-?\d+)?)\b/,operator:/--?|-=|\+\+?|\+=|!=?|~|\*\*?|\*=|\/=?|%=?|<<=?|>>=?|<=?|>=?|==?|&&?|&=|\^=?|\|\|?|\|=|\?|:/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\([^)]+\)|`[^`]+`/,inside:{variable:/^\$\(|^`|\)$|`$/}},/\$(?:[a-z0-9_#\?\*!@]+|\{[^}]+\})/i]};t.languages.bash={shebang:{pattern:/^#!\s*\/bin\/bash|^#!\s*\/bin\/sh/,alias:"important"},comment:{pattern:/(^|[^"{\\])#.*/,lookbehind:!0},string:[{pattern:/((?:^|[^<])<<\s*)(?:"|')?(\w+?)(?:"|')?\s*\r?\n(?:[\s\S])*?\r?\n\2/g,lookbehind:!0,greedy:!0,inside:e},{pattern:/(["'])(?:\\\\|\\?[^\\])*?\1/g,greedy:!0,inside:e}],variable:e.variable,function:{pattern:/(^|\s|;|\||&)(?:alias|apropos|apt-get|aptitude|aspell|awk|basename|bash|bc|bg|builtin|bzip2|cal|cat|cd|cfdisk|chgrp|chmod|chown|chroot|chkconfig|cksum|clear|cmp|comm|command|cp|cron|crontab|csplit|cut|date|dc|dd|ddrescue|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|du|egrep|eject|enable|env|ethtool|eval|exec|expand|expect|export|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|getopts|git|grep|groupadd|groupdel|groupmod|groups|gzip|hash|head|help|hg|history|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|jobs|join|kill|killall|less|link|ln|locate|logname|logout|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|make|man|mkdir|mkfifo|mkisofs|mknod|more|most|mount|mtools|mtr|mv|mmv|nano|netstat|nice|nl|nohup|notify-send|npm|nslookup|open|op|passwd|paste|pathchk|ping|pkill|popd|pr|printcap|printenv|printf|ps|pushd|pv|pwd|quota|quotacheck|quotactl|ram|rar|rcp|read|readarray|readonly|reboot|rename|renice|remsync|rev|rm|rmdir|rsync|screen|scp|sdiff|sed|seq|service|sftp|shift|shopt|shutdown|sleep|slocate|sort|source|split|ssh|stat|strace|su|sudo|sum|suspend|sync|tail|tar|tee|test|time|timeout|times|touch|top|traceroute|trap|tr|tsort|tty|type|ulimit|umask|umount|unalias|uname|unexpand|uniq|units|unrar|unshar|uptime|useradd|userdel|usermod|users|uuencode|uudecode|v|vdir|vi|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yes|zip)(?=$|\s|;|\||&)/,lookbehind:!0},keyword:{pattern:/(^|\s|;|\||&)(?:let|:|\.|if|then|else|elif|fi|for|break|continue|while|in|case|function|select|do|done|until|echo|exit|return|set|declare)(?=$|\s|;|\||&)/,lookbehind:!0},boolean:{pattern:/(^|\s|;|\||&)(?:true|false)(?=$|\s|;|\||&)/,lookbehind:!0},operator:/&&?|\|\|?|==?|!=?|<<<?|>>|<=?|>=?|=~/,punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];]/};var n=e.variable[1].inside;n.function=t.languages.bash.function,n.keyword=t.languages.bash.keyword,n.boolean=t.languages.bash.boolean,n.operator=t.languages.bash.operator,n.punctuation=t.languages.bash.punctuation})(Prism)},function(t,e){Prism.languages.json={property:/"(?:\\.|[^|"])*"(?=\s*:)/gi,string:/"(?!:)(?:\\.|[^|"])*"(?!:)/g,number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee][+-]?\d+)?)\b/g,punctuation:/[{}[\]);,]/g,operator:/:/g,boolean:/\b(true|false)\b/gi,null:/\bnull\b/gi},Prism.languages.jsonp=Prism.languages.json},function(t,e){Prism.languages.markdown=Prism.languages.extend("markup",{}),Prism.languages.insertBefore("markdown","prolog",{blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},code:[{pattern:/^(?: {4}|\t).+/m,alias:"keyword"},{pattern:/``.+?``|`[^`\n]+`/,alias:"keyword"}],title:[{pattern:/\w+.*(?:\r?\n|\r)(?:==+|--+)/,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#+.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])([\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:/(^|[^\\])(\*\*|__)(?:(?:\r?\n|\r)(?!\r?\n|\r)|.)+?\2/,lookbehind:!0,inside:{punctuation:/^\*\*|^__|\*\*$|__$/}},italic:{pattern:/(^|[^\\])([*_])(?:(?:\r?\n|\r)(?!\r?\n|\r)|.)+?\2/,lookbehind:!0,inside:{punctuation:/^[*_]|[*_]$/}},url:{pattern:/!?\[[^\]]+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)| ?\[[^\]\n]*\])/,inside:{variable:{pattern:/(!?\[)[^\]]+(?=\]$)/,lookbehind:!0},string:{pattern:/"(?:\\.|[^"\\])*"(?=\)$)/}}}}),Prism.languages.markdown.bold.inside.url=Prism.util.clone(Prism.languages.markdown.url),Prism.languages.markdown.italic.inside.url=Prism.util.clone(Prism.languages.markdown.url),Prism.languages.markdown.bold.inside.italic=Prism.util.clone(Prism.languages.markdown.italic),Prism.languages.markdown.italic.inside.bold=Prism.util.clone(Prism.languages.markdown.bold)},function(t,e){Prism.languages.yaml={scalar:{pattern:/([\-:]\s*(![^\s]+)?[ \t]*[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)[^\r\n]+(?:\3[^\r\n]+)*)/,lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:/(\s*(?:^|[:\-,[{\r\n?])[ \t]*(![^\s]+)?[ \t]*)[^\r\n{[\]},#\s]+?(?=\s*:\s)/,lookbehind:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)(\d{4}-\d\d?-\d\d?([tT]|[ \t]+)\d\d?:\d{2}:\d{2}(\.\d*)?[ \t]*(Z|[-+]\d\d?(:\d{2})?)?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(:\d{2}(\.\d*)?)?)(?=[ \t]*($|,|]|}))/m,lookbehind:!0,alias:"number"},boolean:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)(true|false)[ \t]*(?=$|,|]|})/im,lookbehind:!0,alias:"important"},null:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)(null|~)[ \t]*(?=$|,|]|})/im,lookbehind:!0,alias:"important"},string:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)("(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*')(?=[ \t]*($|,|]|}))/m,lookbehind:!0},number:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)[+\-]?(0x[\da-f]+|0o[0-7]+|(\d+\.?\d*|\.?\d+)(e[\+\-]?\d+)?|\.inf|\.nan)[ \t]*(?=$|,|]|})/im,lookbehind:!0},tag:/![^\s]+/,important:/[&*][\w]+/,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./}},function(t,e,n){(function(e){var n="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},r=function(){var t=/\blang(?:uage)?-(\w+)\b/i,e=0,r=n.Prism={util:{encode:function(t){return t instanceof o?new o(t.type,r.util.encode(t.content),t.alias):"Array"===r.util.type(t)?t.map(r.util.encode):t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(t){return Object.prototype.toString.call(t).match(/\[object (\w+)\]/)[1]},objId:function(t){return t.__id||Object.defineProperty(t,"__id",{value:++e}),t.__id},clone:function(t){switch(r.util.type(t)){case"Object":var e={};for(var n in t)t.hasOwnProperty(n)&&(e[n]=r.util.clone(t[n]));return e;case"Array":return t.map&&t.map(function(t){return r.util.clone(t)})}return t}},languages:{extend:function(t,e){var n=r.util.clone(r.languages[t]);for(var o in e)n[o]=e[o];return n},insertBefore:function(t,e,n,o){o=o||r.languages;var i=o[t];if(2==arguments.length){n=arguments[1];for(var a in n)n.hasOwnProperty(a)&&(i[a]=n[a]);return i}var s={};for(var u in i)if(i.hasOwnProperty(u)){if(u==e)for(var a in n)n.hasOwnProperty(a)&&(s[a]=n[a]);s[u]=i[u]}return r.languages.DFS(r.languages,function(e,n){n===o[t]&&e!=t&&(this[e]=s)}),o[t]=s},DFS:function(t,e,n,o){o=o||{};for(var i in t)t.hasOwnProperty(i)&&(e.call(t,i,t[i],n||i),"Object"!==r.util.type(t[i])||o[r.util.objId(t[i])]?"Array"!==r.util.type(t[i])||o[r.util.objId(t[i])]||(o[r.util.objId(t[i])]=!0,r.languages.DFS(t[i],e,i,o)):(o[r.util.objId(t[i])]=!0,r.languages.DFS(t[i],e,null,o)))}},plugins:{},highlightAll:function(t,e){var n={callback:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};r.hooks.run("before-highlightall",n);for(var o,i=n.elements||document.querySelectorAll(n.selector),a=0;o=i[a++];)r.highlightElement(o,t===!0,n.callback)},highlightElement:function(e,o,i){for(var a,s,u=e;u&&!t.test(u.className);)u=u.parentNode;u&&(a=(u.className.match(t)||[,""])[1].toLowerCase(),s=r.languages[a]),e.className=e.className.replace(t,"").replace(/\s+/g," ")+" language-"+a,u=e.parentNode,/pre/i.test(u.nodeName)&&(u.className=u.className.replace(t,"").replace(/\s+/g," ")+" language-"+a);var c=e.textContent,l={element:e,language:a,grammar:s,code:c};if(r.hooks.run("before-sanity-check",l),!l.code||!l.grammar)return l.code&&(l.element.textContent=l.code),void r.hooks.run("complete",l);if(r.hooks.run("before-highlight",l),o&&n.Worker){var f=new Worker(r.filename);f.onmessage=function(t){l.highlightedCode=t.data,r.hooks.run("before-insert",l),l.element.innerHTML=l.highlightedCode,i&&i.call(l.element),r.hooks.run("after-highlight",l),r.hooks.run("complete",l)},f.postMessage(JSON.stringify({language:l.language,code:l.code,immediateClose:!0}))}else l.highlightedCode=r.highlight(l.code,l.grammar,l.language),r.hooks.run("before-insert",l),l.element.innerHTML=l.highlightedCode,i&&i.call(e),r.hooks.run("after-highlight",l),r.hooks.run("complete",l)},highlight:function(t,e,n){var i=r.tokenize(t,e);return o.stringify(r.util.encode(i),n)},tokenize:function(t,e,n){var o=r.Token,i=[t],a=e.rest;if(a){for(var s in a)e[s]=a[s];delete e.rest}t:for(var s in e)if(e.hasOwnProperty(s)&&e[s]){var u=e[s];u="Array"===r.util.type(u)?u:[u];for(var c=0;c<u.length;++c){var l=u[c],f=l.inside,p=!!l.lookbehind,d=!!l.greedy,h=0,v=l.alias;if(d&&!l.pattern.global){var m=l.pattern.toString().match(/[imuy]*$/)[0];l.pattern=RegExp(l.pattern.source,m+"g")}l=l.pattern||l;for(var g=0,y=0;g<i.length;y+=i[g].length,++g){var b=i[g];if(i.length>t.length)break t;if(!(b instanceof o)){l.lastIndex=0;var _=l.exec(b),w=1;if(!_&&d&&g!=i.length-1){if(l.lastIndex=y,!(_=l.exec(t)))break;for(var x=_.index+(p?_[1].length:0),k=_.index+_[0].length,$=g,O=y,C=i.length;$<C&&O<k;++$)O+=i[$].length,x>=O&&(++g,y=O);if(i[g]instanceof o||i[$-1].greedy)continue;w=$-g,b=t.slice(y,O),_.index-=y}if(_){p&&(h=_[1].length);var x=_.index+h,_=_[0].slice(h),k=x+_.length,S=b.slice(0,x),j=b.slice(k),A=[g,w];S&&A.push(S);var E=new o(s,f?r.tokenize(_,f):_,v,_,d);A.push(E),j&&A.push(j),Array.prototype.splice.apply(i,A)}}}}}return i},hooks:{all:{},add:function(t,e){var n=r.hooks.all;n[t]=n[t]||[],n[t].push(e)},run:function(t,e){var n=r.hooks.all[t];if(n&&n.length)for(var o,i=0;o=n[i++];)o(e)}}},o=r.Token=function(t,e,n,r,o){this.type=t,this.content=e,this.alias=n,this.length=0|(r||"").length,this.greedy=!!o};if(o.stringify=function(t,e,n){if("string"==typeof t)return t;if("Array"===r.util.type(t))return t.map(function(n){return o.stringify(n,e,t)}).join("");var i={type:t.type,content:o.stringify(t.content,e,n),tag:"span",classes:["token",t.type],attributes:{},language:e,parent:n};if("comment"==i.type&&(i.attributes.spellcheck="true"),t.alias){var a="Array"===r.util.type(t.alias)?t.alias:[t.alias];Array.prototype.push.apply(i.classes,a)}r.hooks.run("wrap",i);var s=Object.keys(i.attributes).map(function(t){return t+'="'+(i.attributes[t]||"").replace(/"/g,"&quot;")+'"'}).join(" ");return"<"+i.tag+' class="'+i.classes.join(" ")+'"'+(s?" "+s:"")+">"+i.content+"</"+i.tag+">"},!n.document)return n.addEventListener?(n.addEventListener("message",function(t){var e=JSON.parse(t.data),o=e.language,i=e.code,a=e.immediateClose;n.postMessage(r.highlight(i,r.languages[o],o)),a&&n.close()},!1),n.Prism):n.Prism;var i=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return i&&(r.filename=i.src,document.addEventListener&&!i.hasAttribute("data-manual")&&("loading"!==document.readyState?window.requestAnimationFrame?window.requestAnimationFrame(r.highlightAll):window.setTimeout(r.highlightAll,16):document.addEventListener("DOMContentLoaded",r.highlightAll))),n.Prism}();void 0!==t&&t.exports&&(t.exports=r),void 0!==e&&(e.Prism=r),r.languages.markup={comment:/<!--[\w\W]*?-->/,prolog:/<\?[\w\W]+?\?>/,doctype:/<!DOCTYPE[\w\W]+?>/i,cdata:/<!\[CDATA\[[\w\W]*?]]>/i,tag:{pattern:/<\/?(?!\d)[^\s>\/=$<]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\\1|\\?(?!\1)[\w\W])*\1|[^\s'">=]+))?)*\s*\/?>/i,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/i,inside:{punctuation:/[=>"']/}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},r.hooks.add("wrap",function(t){"entity"===t.type&&(t.attributes.title=t.content.replace(/&amp;/,"&"))}),r.languages.xml=r.languages.markup,r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.css={comment:/\/\*[\w\W]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^\{\}\s][^\{\};]*?(?=\s*\{)/,string:{pattern:/("|')(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1/,greedy:!0},property:/(\b|\B)[\w-]+(?=\s*:)/i,important:/\B!important\b/i,function:/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:]/},r.languages.css.atrule.inside.rest=r.util.clone(r.languages.css),r.languages.markup&&(r.languages.insertBefore("markup","tag",{style:{pattern:/(<style[\w\W]*?>)[\w\W]*?(?=<\/style>)/i,lookbehind:!0,inside:r.languages.css,alias:"language-css"}}),r.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|').*?\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:r.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:r.languages.css}},alias:"language-css"}},r.languages.markup.tag)),r.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],string:{pattern:/(["'])(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/i,lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,boolean:/\b(true|false)\b/,function:/[a-z0-9_]+(?=\()/i,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)\b/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/},r.languages.javascript=r.languages.extend("clike",{keyword:/\b(as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/,number:/\b-?(0x[\dA-Fa-f]+|0b[01]+|0o[0-7]+|\d*\.?\d+([Ee][+-]?\d+)?|NaN|Infinity)\b/,function:/[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*(?=\()/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*\*?|\/|~|\^|%|\.{3}/}),r.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\\\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0,greedy:!0}}),r.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\\\|\\?[^\\])*?`/,greedy:!0,inside:{interpolation:{pattern:/\$\{[^}]+\}/,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}}}),r.languages.markup&&r.languages.insertBefore("markup","tag",{script:{pattern:/(<script[\w\W]*?>)[\w\W]*?(?=<\/script>)/i,lookbehind:!0,inside:r.languages.javascript,alias:"language-javascript"}}),r.languages.js=r.languages.javascript,function(){"undefined"!=typeof self&&self.Prism&&self.document&&document.querySelector&&(self.Prism.fileHighlight=function(){var t={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"};Array.prototype.forEach&&Array.prototype.slice.call(document.querySelectorAll("pre[data-src]")).forEach(function(e){for(var n,o=e.getAttribute("data-src"),i=e,a=/\blang(?:uage)?-(?!\*)(\w+)\b/i;i&&!a.test(i.className);)i=i.parentNode;if(i&&(n=(e.className.match(a)||[,""])[1]),!n){var s=(o.match(/\.(\w+)$/)||[,""])[1];n=t[s]||s}var u=document.createElement("code");u.className="language-"+n,e.textContent="",u.textContent="Loading…",e.appendChild(u);var c=new XMLHttpRequest;c.open("GET",o,!0),c.onreadystatechange=function(){4==c.readyState&&(c.status<400&&c.responseText?(u.textContent=c.responseText,r.highlightElement(u)):c.status>=400?u.textContent="✖ Error "+c.status+" while fetching file: "+c.statusText:u.textContent="✖ Error: File does not exist or is empty")},c.send(null)})},document.addEventListener("DOMContentLoaded",self.Prism.fileHighlight))}()}).call(e,n(2))},function(t,e,n){(function(e){(function(n){function r(){}function o(t,e){return function(){t.apply(e,arguments)}}function i(t){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");if("function"!=typeof t)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],f(t,this)}function a(t,e){for(;3===t._state;)t=t._value;if(0===t._state)return void t._deferreds.push(e);t._handled=!0,i._immediateFn(function(){var n=1===t._state?e.onFulfilled:e.onRejected;if(null===n)return void(1===t._state?s:u)(e.promise,t._value);var r;try{r=n(t._value)}catch(t){return void u(e.promise,t)}s(e.promise,r)})}function s(t,e){try{if(e===t)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if(e instanceof i)return t._state=3,t._value=e,void c(t);if("function"==typeof n)return void f(o(n,e),t)}t._state=1,t._value=e,c(t)}catch(e){u(t,e)}}function u(t,e){t._state=2,t._value=e,c(t)}function c(t){2===t._state&&0===t._deferreds.length&&i._immediateFn(function(){t._handled||i._unhandledRejectionFn(t._value)});for(var e=0,n=t._deferreds.length;e<n;e++)a(t,t._deferreds[e]);t._deferreds=null}function l(t,e,n){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof e?e:null,this.promise=n}function f(t,e){var n=!1;try{t(function(t){n||(n=!0,s(e,t))},function(t){n||(n=!0,u(e,t))})}catch(t){if(n)return;n=!0,u(e,t)}}var p=setTimeout;i.prototype.catch=function(t){return this.then(null,t)},i.prototype.then=function(t,e){var n=new this.constructor(r);return a(this,new l(t,e,n)),n},i.all=function(t){var e=Array.prototype.slice.call(t);return new i(function(t,n){function r(i,a){try{if(a&&("object"==typeof a||"function"==typeof a)){var s=a.then;if("function"==typeof s)return void s.call(a,function(t){r(i,t)},n)}e[i]=a,0==--o&&t(e)}catch(t){n(t)}}if(0===e.length)return t([]);for(var o=e.length,i=0;i<e.length;i++)r(i,e[i])})},i.resolve=function(t){return t&&"object"==typeof t&&t.constructor===i?t:new i(function(e){e(t)})},i.reject=function(t){return new i(function(e,n){n(t)})},i.race=function(t){return new i(function(e,n){for(var r=0,o=t.length;r<o;r++)t[r].then(e,n)})},i._immediateFn="function"==typeof e&&function(t){e(t)}||function(t){p(t,0)},i._unhandledRejectionFn=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)},i._setImmediateFn=function(t){i._immediateFn=t},i._setUnhandledRejectionFn=function(t){i._unhandledRejectionFn=t},void 0!==t&&t.exports?t.exports=i:n.Promise||(n.Promise=i)})(this)}).call(e,n(88).setImmediate)},function(t,e,n){(function(t,r){var o;(function(i){function a(t){throw new RangeError(P[t])}function s(t,e){for(var n=t.length,r=[];n--;)r[n]=e(t[n]);return r}function u(t,e){var n=t.split("@"),r="";return n.length>1&&(r=n[0]+"@",t=n[1]),t=t.replace(T,"."),r+s(t.split("."),e).join(".")}function c(t){for(var e,n,r=[],o=0,i=t.length;o<i;)e=t.charCodeAt(o++),e>=55296&&e<=56319&&o<i?(n=t.charCodeAt(o++),56320==(64512&n)?r.push(((1023&e)<<10)+(1023&n)+65536):(r.push(e),o--)):r.push(e);return r}function l(t){return s(t,function(t){var e="";return t>65535&&(t-=65536,e+=N(t>>>10&1023|55296),t=56320|1023&t),e+=N(t)}).join("")}function f(t){return t-48<10?t-22:t-65<26?t-65:t-97<26?t-97:w}function p(t,e){return t+22+75*(t<26)-((0!=e)<<5)}function d(t,e,n){var r=0;for(t=n?I(t/O):t>>1,t+=I(t/e);t>M*k>>1;r+=w)t=I(t/M);return I(r+(M+1)*t/(t+$))}function h(t){var e,n,r,o,i,s,u,c,p,h,v=[],m=t.length,g=0,y=S,b=C;for(n=t.lastIndexOf(j),n<0&&(n=0),r=0;r<n;++r)t.charCodeAt(r)>=128&&a("not-basic"),v.push(t.charCodeAt(r));for(o=n>0?n+1:0;o<m;){for(i=g,s=1,u=w;o>=m&&a("invalid-input"),c=f(t.charCodeAt(o++)),(c>=w||c>I((_-g)/s))&&a("overflow"),g+=c*s,p=u<=b?x:u>=b+k?k:u-b,!(c<p);u+=w)h=w-p,s>I(_/h)&&a("overflow"),s*=h;e=v.length+1,b=d(g-i,e,0==i),I(g/e)>_-y&&a("overflow"),y+=I(g/e),g%=e,v.splice(g++,0,y)}return l(v)}function v(t){var e,n,r,o,i,s,u,l,f,h,v,m,g,y,b,$=[];for(t=c(t),m=t.length,e=S,n=0,i=C,s=0;s<m;++s)(v=t[s])<128&&$.push(N(v));for(r=o=$.length,o&&$.push(j);r<m;){for(u=_,s=0;s<m;++s)(v=t[s])>=e&&v<u&&(u=v);for(g=r+1,u-e>I((_-n)/g)&&a("overflow"),n+=(u-e)*g,e=u,s=0;s<m;++s)if(v=t[s],v<e&&++n>_&&a("overflow"),v==e){for(l=n,f=w;h=f<=i?x:f>=i+k?k:f-i,!(l<h);f+=w)b=l-h,y=w-h,$.push(N(p(h+b%y,0))),l=I(b/y);$.push(N(p(l,0))),i=d(n,g,r==o),n=0,++r}++n,++e}return $.join("")}function m(t){return u(t,function(t){return A.test(t)?h(t.slice(4).toLowerCase()):t})}function g(t){return u(t,function(t){return E.test(t)?"xn--"+v(t):t})}var y=("object"==typeof e&&e&&e.nodeType,"object"==typeof t&&t&&t.nodeType,"object"==typeof r&&r);y.global!==y&&y.window!==y&&y.self;var b,_=2147483647,w=36,x=1,k=26,$=38,O=700,C=72,S=128,j="-",A=/^xn--/,E=/[^\x20-\x7E]/,T=/[\x2E\u3002\uFF0E\uFF61]/g,P={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},M=w-x,I=Math.floor,N=String.fromCharCode;b={version:"1.4.1",ucs2:{decode:c,encode:l},decode:h,encode:v,toASCII:g,toUnicode:m},void 0!==(o=function(){return b}.call(e,n,e,t))&&(t.exports=o)})(this)}).call(e,n(120)(t),n(2))},function(t,e,n){"use strict";function r(t,e){return Object.prototype.hasOwnProperty.call(t,e)}t.exports=function(t,e,n,i){e=e||"&",n=n||"=";var a={};if("string"!=typeof t||0===t.length)return a;var s=/\+/g;t=t.split(e);var u=1e3;i&&"number"==typeof i.maxKeys&&(u=i.maxKeys);var c=t.length;u>0&&c>u&&(c=u);for(var l=0;l<c;++l){var f,p,d,h,v=t[l].replace(s,"%20"),m=v.indexOf(n);m>=0?(f=v.substr(0,m),p=v.substr(m+1)):(f=v,p=""),d=decodeURIComponent(f),h=decodeURIComponent(p),r(a,d)?o(a[d])?a[d].push(h):a[d]=[a[d],h]:a[d]=h}return a};var o=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)}},function(t,e,n){"use strict";function r(t,e){if(t.map)return t.map(e);for(var n=[],r=0;r<t.length;r++)n.push(e(t[r],r));return n}var o=function(t){switch(typeof t){case"string":return t;case"boolean":return t?"true":"false";case"number":return isFinite(t)?t:"";default:return""}};t.exports=function(t,e,n,s){return e=e||"&",n=n||"=",null===t&&(t=void 0),"object"==typeof t?r(a(t),function(a){var s=encodeURIComponent(o(a))+n;return i(t[a])?r(t[a],function(t){return s+encodeURIComponent(o(t))}).join(e):s+encodeURIComponent(o(t[a]))}).join(e):s?encodeURIComponent(o(s))+n+encodeURIComponent(o(t)):""};var i=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},a=Object.keys||function(t){var e=[];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.push(n);return e}},function(t,e,n){"use strict";e.decode=e.parse=n(76),e.encode=e.stringify=n(77)},function(t,e){t.exports='<svg id="i-close" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.25%">\n <path d="M2 30 L30 2 M30 30 L2 2" />\n</svg>\n'},function(t,e){t.exports='<svg id="i-edit" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.25%">\n <path d="M30 7 L25 2 5 22 3 29 10 27 Z M21 6 L26 11 Z M5 22 L10 27 Z" />\n</svg>\n'},function(t,e){t.exports='<svg id="i-github" viewBox="0 0 64 64" width="32" height="32">\n <path stroke-width="0" fill="currentColor" d="M32 0 C14 0 0 14 0 32 0 53 19 62 22 62 24 62 24 61 24 60 L24 55 C17 57 14 53 13 50 13 50 13 49 11 47 10 46 6 44 10 44 13 44 15 48 15 48 18 52 22 51 24 50 24 48 26 46 26 46 18 45 12 42 12 31 12 27 13 24 15 22 15 22 13 18 15 13 15 13 20 13 24 17 27 15 37 15 40 17 44 13 49 13 49 13 51 20 49 22 49 22 51 24 52 27 52 31 52 42 45 45 38 46 39 47 40 49 40 52 L40 60 C40 61 40 62 42 62 45 62 64 53 64 32 64 14 50 0 32 0 Z" />\n</svg>\n'},function(t,e){t.exports='<svg id="i-menu" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.25%">\n <path d="M4 8 L28 8 M4 16 L28 16 M4 24 L28 24" />\n</svg>\n'},function(t,e){t.exports='<svg id="i-search" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.25%">\n <circle cx="14" cy="14" r="12" />\n <path d="M23 23 L30 30" />\n</svg>\n'},function(t,e){t.exports='<svg id="i-twitter" viewBox="0 0 64 64" width="32" height="32">\n <path stroke-width="0" fill="currentColor" d="M60 16 L54 17 L58 12 L51 14 C42 4 28 15 32 24 C16 24 8 12 8 12 C8 12 2 21 12 28 L6 26 C6 32 10 36 17 38 L10 38 C14 46 21 46 21 46 C21 46 15 51 4 51 C37 67 57 37 54 21 Z" />\n</svg>\n'},function(t,e,n){(function(e){var r="object"==typeof e?e:"object"==typeof window?window:"object"==typeof self?self:this,o=r.regeneratorRuntime&&Object.getOwnPropertyNames(r).indexOf("regeneratorRuntime")>=0,i=o&&r.regeneratorRuntime;if(r.regeneratorRuntime=void 0,t.exports=n(86),o)r.regeneratorRuntime=i;else try{delete r.regeneratorRuntime}catch(t){r.regeneratorRuntime=void 0}}).call(e,n(2))},function(t,e,n){(function(e){!function(e){"use strict";function r(t,e,n,r){var o=e&&e.prototype instanceof i?e:i,a=Object.create(o.prototype),s=new h(r||[]);return a._invoke=l(t,n,s),a}function o(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}function i(){}function a(){}function s(){}function u(t){["next","throw","return"].forEach(function(e){t[e]=function(t){return this._invoke(e,t)}})}function c(t){function e(n,r,i,a){var s=o(t[n],t,r);if("throw"!==s.type){var u=s.arg,c=u.value;return c&&"object"==typeof c&&b.call(c,"__await")?Promise.resolve(c.__await).then(function(t){e("next",t,i,a)},function(t){e("throw",t,i,a)}):Promise.resolve(c).then(function(t){u.value=t,i(u)},a)}a(s.arg)}function r(t,n){function r(){return new Promise(function(r,o){e(t,n,r,o)})}return i=i?i.then(r,r):r()}n.i({env:n.i({NODE_ENV:"production"})}).domain&&(e=n.i({env:n.i({NODE_ENV:"production"})}).domain.bind(e));var i;this._invoke=r}function l(t,e,n){var r=O;return function(i,a){if(r===S)throw new Error("Generator is already running");if(r===j){if("throw"===i)throw a;return m()}for(n.method=i,n.arg=a;;){var s=n.delegate;if(s){var u=f(s,n);if(u){if(u===A)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===O)throw r=j,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=S;var c=o(t,e,n);if("normal"===c.type){if(r=n.done?j:C,c.arg===A)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=j,n.method="throw",n.arg=c.arg)}}}function f(t,e){var n=t.iterator[e.method];if(n===g){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=g,f(t,e),"throw"===e.method))return A;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return A}var r=o(n,t.iterator,e.arg);if("throw"===r.type)return e.method="throw",e.arg=r.arg,e.delegate=null,A;var i=r.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=g),e.delegate=null,A):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,A)}function p(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function d(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function h(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(p,this),this.reset(!0)}function v(t){if(t){var e=t[w];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,r=function e(){for(;++n<t.length;)if(b.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=g,e.done=!0,e};return r.next=r}}return{next:m}}function m(){return{value:g,done:!0}}var g,y=Object.prototype,b=y.hasOwnProperty,_="function"==typeof Symbol?Symbol:{},w=_.iterator||"@@iterator",x=_.toStringTag||"@@toStringTag",k="object"==typeof t,$=e.regeneratorRuntime;if($)return void(k&&(t.exports=$));$=e.regeneratorRuntime=k?t.exports:{},$.wrap=r;var O="suspendedStart",C="suspendedYield",S="executing",j="completed",A={},E={};E[w]=function(){return this};var T=Object.getPrototypeOf,P=T&&T(T(v([])));P&&P!==y&&b.call(P,w)&&(E=P);var M=s.prototype=i.prototype=Object.create(E);a.prototype=M.constructor=s,s.constructor=a,s[x]=a.displayName="GeneratorFunction",$.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===a||"GeneratorFunction"===(e.displayName||e.name))},$.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,s):(t.__proto__=s,x in t||(t[x]="GeneratorFunction")),t.prototype=Object.create(M),t},$.awrap=function(t){return{__await:t}},u(c.prototype),$.AsyncIterator=c,$.async=function(t,e,n,o){var i=new c(r(t,e,n,o));return $.isGeneratorFunction(e)?i:i.next().then(function(t){return t.done?t.value:i.next()})},u(M),M[x]="Generator",M.toString=function(){return"[object Generator]"},$.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},$.values=v,h.prototype={constructor:h,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=g,this.done=!1,this.delegate=null,this.method="next",this.arg=g,this.tryEntries.forEach(d),!t)for(var e in this)"t"===e.charAt(0)&&b.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=g)},stop:function(){this.done=!0;var t=this.tryEntries[0],e=t.completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){function e(e,r){return i.type="throw",i.arg=t,n.next=e,r&&(n.method="next",n.arg=g),!!r}if(this.done)throw t;for(var n=this,r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r],i=o.completion;if("root"===o.tryLoc)return e("end");if(o.tryLoc<=this.prev){var a=b.call(o,"catchLoc"),s=b.call(o,"finallyLoc");if(a&&s){if(this.prev<o.catchLoc)return e(o.catchLoc,!0);if(this.prev<o.finallyLoc)return e(o.finallyLoc)}else if(a){if(this.prev<o.catchLoc)return e(o.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return e(o.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&b.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var i=o?o.completion:{};return i.type=t,i.arg=e,o?(this.method="next",this.next=o.finallyLoc,A):this.complete(i)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),A},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),d(n),A}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;d(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:v(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=g),A}}}("object"==typeof e?e:"object"==typeof window?window:"object"==typeof self?self:this)}).call(e,n(2))},function(t,e,n){(function(t){(function(t,e){"use strict";function r(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var r={callback:t,args:e};return v[h]=r,d(h),h++}function o(t){delete v[t]}function i(t){var n=t.callback,r=t.args;switch(r.length){case 0:n();break;case 1:n(r[0]);break;case 2:n(r[0],r[1]);break;case 3:n(r[0],r[1],r[2]);break;default:n.apply(e,r)}}function a(t){if(m)setTimeout(a,0,t);else{var e=v[t];if(e){m=!0;try{i(e)}finally{o(t),m=!1}}}}function s(){d=function(t){n.i({env:n.i({NODE_ENV:"production"})}).nextTick(function(){a(t)})}}function u(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}function c(){var e="setImmediate$"+Math.random()+"$",n=function(n){n.source===t&&"string"==typeof n.data&&0===n.data.indexOf(e)&&a(+n.data.slice(e.length))};t.addEventListener?t.addEventListener("message",n,!1):t.attachEvent("onmessage",n),d=function(n){t.postMessage(e+n,"*")}}function l(){var t=new MessageChannel;t.port1.onmessage=function(t){a(t.data)},d=function(e){t.port2.postMessage(e)}}function f(){var t=g.documentElement;d=function(e){var n=g.createElement("script");n.onreadystatechange=function(){a(e),n.onreadystatechange=null,t.removeChild(n),n=null},t.appendChild(n)}}function p(){d=function(t){setTimeout(a,0,t)}}if(!t.setImmediate){var d,h=1,v={},m=!1,g=t.document,y=Object.getPrototypeOf&&Object.getPrototypeOf(t);y=y&&y.setTimeout?y:t,"[object process]"==={}.toString.call(t.process)?s():u()?c():t.MessageChannel?l():g&&"onreadystatechange"in g.createElement("script")?f():p(),y.setImmediate=r,y.clearImmediate=o}})("undefined"==typeof self?void 0===t?this:t:self)}).call(e,n(2))},function(t,e,n){function r(t,e){this._id=t,this._clearFn=e}var o=Function.prototype.apply;e.setTimeout=function(){return new r(o.call(setTimeout,window,arguments),clearTimeout)},e.setInterval=function(){return new r(o.call(setInterval,window,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},r.prototype.unref=r.prototype.ref=function(){},r.prototype.close=function(){this._clearFn.call(window,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout(function(){t._onTimeout&&t._onTimeout()},e))},n(87),e.setImmediate=setImmediate,e.clearImmediate=clearImmediate},function(t,e,n){window.fetch||(window.fetch=n(17).default||n(17))},function(t,e,n){function r(t){return o(t,i.call(arguments,1).join("/").replace(/\/+/g,"/"))}var o=n(91).resolve,i=Array.prototype.slice;t.exports=r},function(t,e,n){"use strict";function r(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}function o(t,e,n){if(t&&c.isObject(t)&&t instanceof r)return t;var o=new r;return o.parse(t,e,n),o}function i(t){return c.isString(t)&&(t=o(t)),t instanceof r?t.format():r.prototype.format.call(t)}function a(t,e){return o(t,!1,!0).resolve(e)}function s(t,e){return t?o(t,!1,!0).resolveObject(e):e}var u=n(75),c=n(92);e.parse=o,e.resolve=a,e.resolveObject=s,e.format=i,e.Url=r;var l=/^([a-z0-9.+-]+:)/i,f=/:[0-9]*$/,p=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,d=["<",">",'"',"`"," ","\r","\n","\t"],h=["{","}","|","\\","^","`"].concat(d),v=["'"].concat(h),m=["%","/","?",";","#"].concat(v),g=["/","?","#"],y=/^[+a-z0-9A-Z_-]{0,63}$/,b=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,_={javascript:!0,"javascript:":!0},w={javascript:!0,"javascript:":!0},x={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},k=n(78);r.prototype.parse=function(t,e,n){if(!c.isString(t))throw new TypeError("Parameter 'url' must be a string, not "+typeof t);var r=t.indexOf("?"),o=r!==-1&&r<t.indexOf("#")?"?":"#",i=t.split(o),a=/\\/g;i[0]=i[0].replace(a,"/"),t=i.join(o);var s=t;if(s=s.trim(),!n&&1===t.split("#").length){var f=p.exec(s);if(f)return this.path=s,this.href=s,this.pathname=f[1],f[2]?(this.search=f[2],this.query=e?k.parse(this.search.substr(1)):this.search.substr(1)):e&&(this.search="",this.query={}),this}var d=l.exec(s);if(d){d=d[0];var h=d.toLowerCase();this.protocol=h,s=s.substr(d.length)}if(n||d||s.match(/^\/\/[^@\/]+@[^@\/]+/)){var $="//"===s.substr(0,2);!$||d&&w[d]||(s=s.substr(2),this.slashes=!0)}if(!w[d]&&($||d&&!x[d])){for(var O=-1,C=0;C<g.length;C++){var S=s.indexOf(g[C]);S!==-1&&(O===-1||S<O)&&(O=S)}var j,A;A=O===-1?s.lastIndexOf("@"):s.lastIndexOf("@",O),A!==-1&&(j=s.slice(0,A),s=s.slice(A+1),this.auth=decodeURIComponent(j)),O=-1;for(var C=0;C<m.length;C++){var S=s.indexOf(m[C]);S!==-1&&(O===-1||S<O)&&(O=S)}O===-1&&(O=s.length),this.host=s.slice(0,O),s=s.slice(O),this.parseHost(),this.hostname=this.hostname||"";var E="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!E)for(var T=this.hostname.split(/\./),C=0,P=T.length;C<P;C++){var M=T[C];if(M&&!M.match(y)){for(var I="",N=0,L=M.length;N<L;N++)I+=M.charCodeAt(N)>127?"x":M[N];if(!I.match(y)){var R=T.slice(0,C),D=T.slice(C+1),q=M.match(b);q&&(R.push(q[1]),D.unshift(q[2])),D.length&&(s="/"+D.join(".")+s),this.hostname=R.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),E||(this.hostname=u.toASCII(this.hostname));var F=this.port?":"+this.port:"",U=this.hostname||"";this.host=U+F,this.href+=this.host,E&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==s[0]&&(s="/"+s))}if(!_[h])for(var C=0,P=v.length;C<P;C++){var H=v[C];if(s.indexOf(H)!==-1){var B=encodeURIComponent(H);B===H&&(B=escape(H)),s=s.split(H).join(B)}}var z=s.indexOf("#");z!==-1&&(this.hash=s.substr(z),s=s.slice(0,z));var W=s.indexOf("?");if(W!==-1?(this.search=s.substr(W),this.query=s.substr(W+1),e&&(this.query=k.parse(this.query)),s=s.slice(0,W)):e&&(this.search="",this.query={}),s&&(this.pathname=s),x[h]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){var F=this.pathname||"",V=this.search||"";this.path=F+V}return this.href=this.format(),this},r.prototype.format=function(){var t=this.auth||"";t&&(t=encodeURIComponent(t),t=t.replace(/%3A/i,":"),t+="@");var e=this.protocol||"",n=this.pathname||"",r=this.hash||"",o=!1,i="";this.host?o=t+this.host:this.hostname&&(o=t+(this.hostname.indexOf(":")===-1?this.hostname:"["+this.hostname+"]"),this.port&&(o+=":"+this.port)),this.query&&c.isObject(this.query)&&Object.keys(this.query).length&&(i=k.stringify(this.query));var a=this.search||i&&"?"+i||"";return e&&":"!==e.substr(-1)&&(e+=":"),this.slashes||(!e||x[e])&&o!==!1?(o="//"+(o||""),n&&"/"!==n.charAt(0)&&(n="/"+n)):o||(o=""),r&&"#"!==r.charAt(0)&&(r="#"+r),a&&"?"!==a.charAt(0)&&(a="?"+a),n=n.replace(/[?#]/g,function(t){return encodeURIComponent(t)}),a=a.replace("#","%23"),e+o+n+a+r},r.prototype.resolve=function(t){return this.resolveObject(o(t,!1,!0)).format()},r.prototype.resolveObject=function(t){if(c.isString(t)){var e=new r;e.parse(t,!1,!0),t=e}for(var n=new r,o=Object.keys(this),i=0;i<o.length;i++){var a=o[i];n[a]=this[a]}if(n.hash=t.hash,""===t.href)return n.href=n.format(),n;if(t.slashes&&!t.protocol){for(var s=Object.keys(t),u=0;u<s.length;u++){var l=s[u];"protocol"!==l&&(n[l]=t[l])}return x[n.protocol]&&n.hostname&&!n.pathname&&(n.path=n.pathname="/"),n.href=n.format(),n}if(t.protocol&&t.protocol!==n.protocol){if(!x[t.protocol]){for(var f=Object.keys(t),p=0;p<f.length;p++){var d=f[p];n[d]=t[d]}return n.href=n.format(),n}if(n.protocol=t.protocol,t.host||w[t.protocol])n.pathname=t.pathname;else{for(var h=(t.pathname||"").split("/");h.length&&!(t.host=h.shift()););t.host||(t.host=""),t.hostname||(t.hostname=""),""!==h[0]&&h.unshift(""),h.length<2&&h.unshift(""),n.pathname=h.join("/")}if(n.search=t.search,n.query=t.query,n.host=t.host||"",n.auth=t.auth,n.hostname=t.hostname||t.host,n.port=t.port,n.pathname||n.search){var v=n.pathname||"",m=n.search||"";n.path=v+m}return n.slashes=n.slashes||t.slashes,n.href=n.format(),n}var g=n.pathname&&"/"===n.pathname.charAt(0),y=t.host||t.pathname&&"/"===t.pathname.charAt(0),b=y||g||n.host&&t.pathname,_=b,k=n.pathname&&n.pathname.split("/")||[],h=t.pathname&&t.pathname.split("/")||[],$=n.protocol&&!x[n.protocol];if($&&(n.hostname="",n.port=null,n.host&&(""===k[0]?k[0]=n.host:k.unshift(n.host)),n.host="",t.protocol&&(t.hostname=null,t.port=null,t.host&&(""===h[0]?h[0]=t.host:h.unshift(t.host)),t.host=null),b=b&&(""===h[0]||""===k[0])),y)n.host=t.host||""===t.host?t.host:n.host,n.hostname=t.hostname||""===t.hostname?t.hostname:n.hostname,n.search=t.search,n.query=t.query,k=h;else if(h.length)k||(k=[]),k.pop(),k=k.concat(h),n.search=t.search,n.query=t.query;else if(!c.isNullOrUndefined(t.search)){if($){n.hostname=n.host=k.shift();var O=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@");O&&(n.auth=O.shift(),n.host=n.hostname=O.shift())}return n.search=t.search,n.query=t.query,c.isNull(n.pathname)&&c.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n}if(!k.length)return n.pathname=null,n.search?n.path="/"+n.search:n.path=null,n.href=n.format(),n;for(var C=k.slice(-1)[0],S=(n.host||t.host||k.length>1)&&("."===C||".."===C)||""===C,j=0,A=k.length;A>=0;A--)C=k[A],"."===C?k.splice(A,1):".."===C?(k.splice(A,1),j++):j&&(k.splice(A,1),j--);if(!b&&!_)for(;j--;j)k.unshift("..");!b||""===k[0]||k[0]&&"/"===k[0].charAt(0)||k.unshift(""),S&&"/"!==k.join("/").substr(-1)&&k.push("");var E=""===k[0]||k[0]&&"/"===k[0].charAt(0);if($){n.hostname=n.host=E?"":k.length?k.shift():"";var O=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@");O&&(n.auth=O.shift(),n.host=n.hostname=O.shift())}return b=b||n.host&&k.length,b&&!E&&k.unshift(""),k.length?n.pathname=k.join("/"):(n.pathname=null,n.path=null),c.isNull(n.pathname)&&c.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=t.auth||n.auth,n.slashes=n.slashes||t.slashes,n.href=n.format(),n},r.prototype.parseHost=function(){var t=this.host,e=f.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)}},function(t,e,n){"use strict";t.exports={isString:function(t){return"string"==typeof t},isObject:function(t){return"object"==typeof t&&null!==t},isNull:function(t){return null===t},isNullOrUndefined:function(t){return null==t}}},function(t,e,n){"use strict";function r(t){return t&&"object"==typeof t&&"default"in t?t.default:t}Object.defineProperty(e,"__esModule",{value:!0});var o=r(n(68)),i=function(t){return void 0===t&&(t={}),{name:"inline",functional:!0,props:{name:{type:String,required:!0}},render:function(e,n){var r=t[n.props.name];return"string"==typeof r?e("span",o({domProps:{innerHTML:r}},n.data)):e("span",n.data,r)}}},a=function(t,e){var n=e.data;return t.component("inline",i(n))};e.default=a,e.makeComponent=i},function(t,e,n){n(49);var r=n(0)(n(28),n(107),null,null);t.exports=r.exports},function(t,e,n){n(53),n(54);var r=n(0)(n(31),n(112),null,null);t.exports=r.exports},function(t,e,n){n(65);var r=n(0)(n(32),n(117),null,null);t.exports=r.exports},function(t,e,n){var r=n(0)(n(33),n(110),null,null);t.exports=r.exports},function(t,e,n){n(55);var r=n(0)(n(34),n(113),null,null);t.exports=r.exports},function(t,e,n){n(52);var r=n(0)(n(35),n(111),null,null);t.exports=r.exports},function(t,e,n){n(47);var r=n(0)(n(36),n(105),null,null);t.exports=r.exports},function(t,e,n){n(48);var r=n(0)(n(37),n(106),null,null);t.exports=r.exports},function(t,e,n){n(64),n(63);var r=n(0)(n(38),n(116),"data-v-ebc5a04e",null);t.exports=r.exports},function(t,e,n){n(51);var r=n(0)(n(39),n(109),null,null);t.exports=r.exports},function(t,e,n){n(61),n(59),n(60),n(56),n(57),n(58);var r=n(0)(n(40),n(114),null,null);t.exports=r.exports},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"sidebar-toggle inner-x"},[n("svg-icon",{staticClass:"toggle-trigger",attrs:{name:"menu"},on:{click:function(e){t.toggleSidebar()}}})],1)},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("ul",{staticClass:"sidebar-headings"},t._l(t.headings,function(e){return n("li",{staticClass:"sidebar-heading",class:{"has-children":t.hasChildren(e.index),visible:t.isVisible(e.level,e.parent)},attrs:{"data-level":e.level}},[n("router-link",{staticClass:"sidebar-heading-anchor",class:{active:t.activeId===e.slug},attrs:{exact:"",to:{query:t.getQuery(e)}},domProps:{innerHTML:t._s(e.text.replace(/<(?:.|\n)*?>/gm,""))},nativeOn:{click:function(n){t.navigate(e.slug)}}})],1)}))},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"app"}},[n("router-view")],1)},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.currentIcons.length>0?n("div",{staticClass:"header-icons"},t._l(t.currentIcons,function(e,r){return n("a",{staticClass:"header-icon hint--rounded",class:t.hintPosition(r),attrs:{target:"_blank","aria-label":e.label,href:e.link}},[e.icon?n("svg-icon",{staticClass:"svg-icon",attrs:{name:e.icon}}):t._e(),t._v(" "),e.html?n("span",{staticClass:"icon-html",domProps:{innerHTML:t._s(e.html)}}):t._e(),t._v(" "),e.svgId?n("svg",{class:e.svgClass},[n("use",{attrs:{"xlink:href":"#"+e.svgId}})]):t._e()],1)})):t._e()},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.component?n(t.component,{tag:"component"}):n("div",{staticClass:"landing",domProps:{innerHTML:t._s(t.html)}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isExternal(t.item.path)?n("a",{staticClass:"router-link",attrs:{href:t.item.path,target:"_blank"}},[t._v("\n "+t._s(t.item.title)+"\n")]):n("router-link",{staticClass:"router-link",class:{"router-link-active":t.item.path===t.$route.path},attrs:{to:t.item.path,exact:""}},[t._v("\n "+t._s(t.item.title)+"\n")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"search-result"},[t.searching||0!==t.searchResult.length?t._e():n("div",{staticClass:"empty-search-result inner-x"},[t._v("\n "+t._s(t.searchState.emptyState)+"\n ")]),t._v(" "),t._l(t.searchResult,function(e){return n("div",{staticClass:"inner-x result-item",class:{active:t.isActive(e)},on:{click:function(n){t.handleClick(e)}}},[n("span",{staticClass:"result-title",domProps:{innerHTML:t._s(e.title)}}),t._v(" "),e.content?n("div",{staticClass:"result-content",domProps:{innerHTML:t._s(e.content)}}):t._e()])})],2)},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.hasNav||t.currentIcons.length>0||t.hasComponentsAroundIcons?n("header",{staticClass:"header is-desktop is-fixed"},[n("div",{staticClass:"header-container"},[n("header-nav",{attrs:{"current-nav":t.currentNav,"has-nav":t.hasNav,"show-nav":t.showNav}}),t._v(" "),t.currentIcons.length>0||t.hasComponentsAroundIcons?n("div",{staticClass:"header-right"},[n("custom-components",{attrs:{place:"icons:start"}}),t._v(" "),n("header-icons",{attrs:{"current-icons":t.currentIcons,"show-nav":t.showNav}}),t._v(" "),n("custom-components",{attrs:{place:"icons:end"}})],1):t._e()],1)]):t._e()},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"search-form",class:{focus:t.focus}},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.keyword,expression:"keyword"}],ref:"input",staticClass:"search-box inner-x",attrs:{type:"text",placeholder:t.searchState.placeHolder},domProps:{value:t.keyword},on:{focus:t.toggleFocus,blur:t.toggleFocus,keydown:function(e){if(!("button"in e)&&t._k(e.keyCode,"enter",13))return null;t.handleSearch(t.keyword)},input:function(e){e.target.composing||(t.keyword=e.target.value)}}}),t._v(" "),t.keyword?n("svg-icon",{staticClass:"svg-icon close",attrs:{name:"close"},on:{click:t.handleClear}}):n("svg-icon",{staticClass:"svg-icon do-search",attrs:{name:"search"},on:{click:function(e){t.handleSearch(t.keyword)}}})],1)},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"page",class:{"no-sidebar":!t.showSidebar}},[t.isMobile||t.config.disableSidebarToggle?t._e():n("sidebar-toggle"),t._v(" "),t.loaded&&(t.showSidebar||t.isMobile)?n("figure",{ref:"sidebar",staticClass:"sidebar"},[t.pluginSearch?n("search-box"):t._e(),t._v(" "),t.pluginSearch&&t.searchResult&&t.searchKeyword?n("search-result"):t._e(),t._v(" "),t.loaded?n("custom-components",{attrs:{place:"sidebar:start"}}):t._e(),t._v(" "),n("header-nav",{staticClass:"is-mobile inner-x",attrs:{"has-nav":t.hasNav,"show-nav":t.showNav,"current-nav":t.currentNav}}),t._v(" "),t.showToc?n("toc",{attrs:{headings:t.page.headings}}):t._e(),t._v(" "),t.loaded?n("custom-components",{attrs:{place:"sidebar:end"}}):t._e()],1):t._e(),t._v(" "),t.loaded?n("mobile-header",{attrs:{"current-icons":t.currentIcons}}):t._e(),t._v(" "),n("section",{staticClass:"main"},[t.loaded?n("home-header",{attrs:{"current-icons":t.currentIcons,"has-nav":t.hasNav,"show-nav":t.showNav}}):t._e(),t._v(" "),t.loaded?n("custom-components",{attrs:{place:"content:start"}}):t._e(),t._v(" "),t.docComponent?n(t.docComponent,{tag:"component"}):n("div",{staticClass:"markdown-body content",domProps:{innerHTML:t._s(t.page.html)}}),t._v(" "),t.loaded?n("custom-components",{attrs:{place:"content:end"}}):t._e()],1)],1)},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.showNav?n("div",{staticClass:"header-nav"},[n("custom-components",{attrs:{place:"nav:start"}}),t._v(" "),t.hasNav?n("ul",{staticClass:"nav-list"},t._l(t.currentNav,function(e,r){return n("li",{staticClass:"nav-item"},["dropdown"===e.type?n("div",{staticClass:"nav-item-dropdown",attrs:{onClick:"return true"}},[t._v("\n "+t._s(t.getTitle(e))+"\n "),n("span",{staticClass:"arrow"}),t._v(" "),n("ul",{staticClass:"dropdown-list"},t._l(e.items,function(e){return n("li",{staticClass:"dropdown-item",style:{padding:"sep"===e.type?"0":"0 20px"}},["sep"===e.type?n("span",{staticClass:"sep"}):"label"===e.type?n("span",{staticClass:"label"},[t._v(t._s(e.title))]):n("nav-link",{attrs:{item:e}})],1)}))]):n("nav-link",{attrs:{item:e}})],1)})):t._e(),t._v(" "),n("custom-components",{attrs:{place:"nav:end"}})],1):t._e()},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"not-found"},[t.from?n("div",{staticClass:"message"},[n("h2",[t._v("\n Cannot find resource at "+t._s(t.from.path)+"\n ")]),t._v(" "),n("router-link",{attrs:{to:"/"}},[t._v("← Back home")])],1):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("header",{ref:"header",staticClass:"mobile-header is-mobile-flex"},[n("div",{staticClass:"header-left",on:{click:function(e){t.toggleMobileSidebar()}}},[n("h1",{staticClass:"site-title"},[n("svg-icon",{ref:"icon",staticClass:"svg-icon",attrs:{name:"menu"}}),t._v(" "),t.config.disableHeaderTitle?t._e():n("span",[t._v(t._s(t.config.title))])],1)]),t._v(" "),n("div",{staticClass:"header-right"},[n("header-icons",{attrs:{"current-icons":t.currentIcons}})],1)])},staticRenderFns:[]}},function(t,e,n){"use strict";function r(t,e){t||"undefined"!=typeof console&&console.warn("[vue-router] "+e)}function o(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:r(!1,'props in "'+t.path+'" is a '+typeof e+", expecting an object, function or boolean.")}}function i(t,e){if(void 0===e&&(e={}),t){var n;try{n=a(t)}catch(t){n={}}for(var r in e)n[r]=e[r];return n}return e}function a(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),r=Pt(n.shift()),o=n.length>0?Pt(n.join("=")):null;void 0===e[r]?e[r]=o:Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]}),e):e}function s(t){var e=t?Object.keys(t).map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return Tt(e);if(Array.isArray(n)){var r=[];return n.slice().forEach(function(t){void 0!==t&&(null===t?r.push(Tt(e)):r.push(Tt(e)+"="+Tt(t)))}),r.join("&")}return Tt(e)+"="+Tt(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}function u(t,e,n){var r={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:e.query||{},params:e.params||{},fullPath:l(e),matched:t?c(t):[]};return n&&(r.redirectedFrom=l(n)),Object.freeze(r)}function c(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function l(t){var e=t.path,n=t.query;void 0===n&&(n={});var r=t.hash;return void 0===r&&(r=""),(e||"/")+s(n)+r}function f(t,e){return e===It?t===e:!!e&&(t.path&&e.path?t.path.replace(Mt,"")===e.path.replace(Mt,"")&&t.hash===e.hash&&p(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&p(t.query,e.query)&&p(t.params,e.params)))}function p(t,e){void 0===t&&(t={}),void 0===e&&(e={});var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every(function(n){return String(t[n])===String(e[n])})}function d(t,e){return 0===t.path.replace(Mt,"/").indexOf(e.path.replace(Mt,"/"))&&(!e.hash||t.hash===e.hash)&&h(t.query,e.query)}function h(t,e){for(var n in e)if(!(n in t))return!1;return!0}function v(t){if(!(t.metaKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||void 0!==t.button&&0!==t.button)){if(t.target&&t.target.getAttribute){var e=t.target.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function m(t){if(t)for(var e,n=0;n<t.length;n++){if(e=t[n],"a"===e.tag)return e;if(e.children&&(e=m(e.children)))return e}}function g(t){if(!g.installed){g.installed=!0,Ct=t,Object.defineProperty(t.prototype,"$router",{get:function(){return this.$root._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this.$root._route}}),t.mixin({beforeCreate:function(){this.$options.router&&(this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current))}}),t.component("router-view",St),t.component("router-link",Rt);var e=t.config.optionMergeStrategies;e.beforeRouteEnter=e.beforeRouteLeave=e.created}}function y(t,e,n){if("/"===t.charAt(0))return t;if("?"===t.charAt(0)||"#"===t.charAt(0))return e+t;var r=e.split("/");n&&r[r.length-1]||r.pop();for(var o=t.replace(/^\//,"").split("/"),i=0;i<o.length;i++){var a=o[i];"."!==a&&(".."===a?r.pop():r.push(a))}return""!==r[0]&&r.unshift(""),r.join("/")}function b(t){var e="",n="",r=t.indexOf("#");r>=0&&(e=t.slice(r),t=t.slice(0,r));var o=t.indexOf("?");return o>=0&&(n=t.slice(o+1),t=t.slice(0,o)),{path:t,query:n,hash:e}}function _(t){return t.replace(/\/\//g,"/")}function w(t,e,n){var r=e||Object.create(null),o=n||Object.create(null);return t.forEach(function(t){x(r,o,t)}),{pathMap:r,nameMap:o}}function x(t,e,n,r,o){var i=n.path,a=n.name,s={path:k(i,r),components:n.components||{default:n.component},instances:{},name:a,parent:r,matchAs:o,redirect:n.redirect,beforeEnter:n.beforeEnter,meta:n.meta||{},props:null==n.props?{}:n.components?n.props:{default:n.props}};if(n.children&&n.children.forEach(function(n){x(t,e,n,s,o?_(o+"/"+n.path):void 0)}),void 0!==n.alias)if(Array.isArray(n.alias))n.alias.forEach(function(o){x(t,e,{path:o,children:n.children},r,s.path)});else{var u={path:n.alias,children:n.children};x(t,e,u,r,s.path)}t[s.path]||(t[s.path]=s),a&&(e[a]||(e[a]=s))}function k(t,e){return t=t.replace(/\/$/,""),"/"===t[0]?t:null==e?t:_(e.path+"/"+t)}function $(t,e){for(var n,r=[],o=0,i=0,a="",s=e&&e.delimiter||"/";null!=(n=Vt.exec(t));){var u=n[0],c=n[1],l=n.index;if(a+=t.slice(i,l),i=l+u.length,c)a+=c[1];else{var f=t[i],p=n[2],d=n[3],h=n[4],v=n[5],m=n[6],g=n[7];a&&(r.push(a),a="");var y=null!=p&&null!=f&&f!==p,b="+"===m||"*"===m,_="?"===m||"*"===m,w=n[2]||s,x=h||v;r.push({name:d||o++,prefix:p||"",delimiter:w,optional:_,repeat:b,partial:y,asterisk:!!g,pattern:x?E(x):g?".*":"[^"+A(w)+"]+?"})}}return i<t.length&&(a+=t.substr(i)),a&&r.push(a),r}function O(t,e){return j($(t,e))}function C(t){return encodeURI(t).replace(/[\/?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})}function S(t){return encodeURI(t).replace(/[?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})}function j(t){for(var e=new Array(t.length),n=0;n<t.length;n++)"object"==typeof t[n]&&(e[n]=new RegExp("^(?:"+t[n].pattern+")$"));return function(n,r){for(var o="",i=n||{},a=r||{},s=a.pretty?C:encodeURIComponent,u=0;u<t.length;u++){var c=t[u];if("string"!=typeof c){var l,f=i[c.name];if(null==f){if(c.optional){c.partial&&(o+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(Ft(f)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(f)+"`");if(0===f.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var p=0;p<f.length;p++){if(l=s(f[p]),!e[u].test(l))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(l)+"`");o+=(0===p?c.prefix:c.delimiter)+l}}else{if(l=c.asterisk?S(f):s(f),!e[u].test(l))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+l+'"');o+=c.prefix+l}}else o+=c}return o}}function A(t){return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function E(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function T(t,e){return t.keys=e,t}function P(t){return t.sensitive?"":"i"}function M(t,e){var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return T(t,e)}function I(t,e,n){for(var r=[],o=0;o<t.length;o++)r.push(R(t[o],e,n).source);return T(new RegExp("(?:"+r.join("|")+")",P(n)),e)}function N(t,e,n){return L($(t,n),e,n)}function L(t,e,n){Ft(e)||(n=e||n,e=[]),n=n||{};for(var r=n.strict,o=n.end!==!1,i="",a=0;a<t.length;a++){var s=t[a];if("string"==typeof s)i+=A(s);else{var u=A(s.prefix),c="(?:"+s.pattern+")";e.push(s),s.repeat&&(c+="(?:"+u+c+")*"),c=s.optional?s.partial?u+"("+c+")?":"(?:"+u+"("+c+"))?":u+"("+c+")",i+=c}}var l=A(n.delimiter||"/"),f=i.slice(-l.length)===l;return r||(i=(f?i.slice(0,-l.length):i)+"(?:"+l+"(?=$))?"),i+=o?"$":r&&f?"":"(?="+l+"|$)",T(new RegExp("^"+i,P(n)),e)}function R(t,e,n){return Ft(e)||(n=e||n,e=[]),n=n||{},t instanceof RegExp?M(t,e):Ft(t)?I(t,e,n):N(t,e,n)}function D(t){var e,n,r=Gt[t];return r?(e=r.keys,n=r.regexp):(e=[],n=Ut(t,e),Gt[t]={keys:e,regexp:n}),{keys:e,regexp:n}}function q(t,e,n){try{return(Kt[t]||(Kt[t]=Ut.compile(t)))(e||{},{pretty:!0})}catch(t){return""}}function F(t,e,n){var r="string"==typeof t?{path:t}:t;if(r.name||r._normalized)return r;if(!r.path&&r.params&&e){r=U({},r),r._normalized=!0;var o=U(U({},e.params),r.params);if(e.name)r.name=e.name,r.params=o;else if(e.matched){var a=e.matched[e.matched.length-1].path;r.path=q(a,o,"path "+e.path)}return r}var s=b(r.path||""),u=e&&e.path||"/",c=s.path?y(s.path,u,n||r.append):e&&e.path||"/",l=i(s.query,r.query),f=r.hash||s.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:c,query:l,hash:f}}function U(t,e){for(var n in e)t[n]=e[n];return t}function H(t){function e(t){w(t,c,l)}function n(t,e,n){var r=F(t,e),o=r.name;if(o){var i=l[o],s=D(i.path).keys.filter(function(t){return!t.optional}).map(function(t){return t.name});if("object"!=typeof r.params&&(r.params={}),e&&"object"==typeof e.params)for(var u in e.params)!(u in r.params)&&s.indexOf(u)>-1&&(r.params[u]=e.params[u]);if(i)return r.path=q(i.path,r.params,'named route "'+o+'"'),a(i,r,n)}else if(r.path){r.params={};for(var f in c)if(B(f,r.params,r.path))return a(c[f],r,n)}return a(null,r)}function o(t,e){var o=t.redirect,i="function"==typeof o?o(u(t,e)):o;if("string"==typeof i&&(i={path:i}),!i||"object"!=typeof i)return a(null,e);var s=i,c=s.name,f=s.path,p=e.query,d=e.hash,h=e.params;if(p=s.hasOwnProperty("query")?s.query:p,d=s.hasOwnProperty("hash")?s.hash:d,h=s.hasOwnProperty("params")?s.params:h,c){l[c];return n({_normalized:!0,name:c,query:p,hash:d,params:h},void 0,e)}if(f){var v=z(f,t);return n({_normalized:!0,path:q(v,h,'redirect route with path "'+v+'"'),query:p,hash:d},void 0,e)}return r(!1,"invalid redirect option: "+JSON.stringify(i)),a(null,e)}function i(t,e,r){var o=q(r,e.params,'aliased route with path "'+r+'"'),i=n({_normalized:!0,path:o});if(i){var s=i.matched,u=s[s.length-1];return e.params=i.params,a(u,e)}return a(null,e)}function a(t,e,n){return t&&t.redirect?o(t,n||e):t&&t.matchAs?i(t,e,t.matchAs):u(t,e,n)}var s=w(t),c=s.pathMap,l=s.nameMap;return{match:n,addRoutes:e}}function B(t,e,n){var r=D(t),o=r.regexp,i=r.keys,a=n.match(o);if(!a)return!1;if(!e)return!0;for(var s=1,u=a.length;s<u;++s){var c=i[s-1],l="string"==typeof a[s]?decodeURIComponent(a[s]):a[s];c&&(e[c.name]=l)}return!0}function z(t,e){return y(t,e.parent?e.parent.path:"/",!0)}function W(){window.addEventListener("popstate",function(t){G(),t.state&&t.state.key&&et(t.state.key)})}function V(t,e,n,r){if(t.app){var o=t.options.scrollBehavior;o&&t.app.$nextTick(function(){var t=K(),i=o(e,n,r?t:null);if(i){var a="object"==typeof i;if(a&&"string"==typeof i.selector){var s=document.querySelector(i.selector);s?t=J(s):Y(i)&&(t=Z(i))}else a&&Y(i)&&(t=Z(i));t&&window.scrollTo(t.x,t.y)}})}}function G(){var t=tt();t&&(Jt[t]={x:window.pageXOffset,y:window.pageYOffset})}function K(){var t=tt();if(t)return Jt[t]}function J(t){var e=document.documentElement,n=e.getBoundingClientRect(),r=t.getBoundingClientRect();return{x:r.left-n.left,y:r.top-n.top}}function Y(t){return X(t.x)||X(t.y)}function Z(t){return{x:X(t.x)?t.x:window.pageXOffset,y:X(t.y)?t.y:window.pageYOffset}}function X(t){return"number"==typeof t}function Q(){return Zt.now().toFixed(3)}function tt(){return Xt}function et(t){Xt=t}function nt(t,e){G();var n=window.history;try{e?n.replaceState({key:Xt},"",t):(Xt=Q(),n.pushState({key:Xt},"",t))}catch(n){window.location[e?"replace":"assign"](t)}}function rt(t){nt(t,!0)}function ot(t,e,n){var r=function(o){o>=t.length?n():t[o]?e(t[o],function(){r(o+1)}):r(o+1)};r(0)}function it(t){if(!t)if(Dt){var e=document.querySelector("base");t=e&&e.getAttribute("href")||"/"}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function at(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n<r&&t[n]===e[n];n++);return{updated:e.slice(0,n),activated:e.slice(n),deactivated:t.slice(n)}}function st(t,e,n,r){var o=mt(t,function(t,r,o,i){var a=ut(t,e);if(a)return Array.isArray(a)?a.map(function(t){return n(t,r,o,i)}):n(a,r,o,i)});return gt(r?o.reverse():o)}function ut(t,e){return"function"!=typeof t&&(t=Ct.extend(t)),t.options[e]}function ct(t){return st(t,"beforeRouteLeave",ft,!0)}function lt(t){return st(t,"beforeRouteUpdate",ft)}function ft(t,e){return function(){return t.apply(e,arguments)}}function pt(t,e,n){return st(t,"beforeRouteEnter",function(t,r,o,i){return dt(t,o,i,e,n)})}function dt(t,e,n,r,o){return function(i,a,s){return t(i,a,function(t){s(t),"function"==typeof t&&r.push(function(){ht(t,e.instances,n,o)})})}}function ht(t,e,n,r){e[n]?t(e[n]):r()&&setTimeout(function(){ht(t,e,n,r)},16)}function vt(t){return mt(t,function(t,e,n,o){if("function"==typeof t&&!t.options)return function(e,i,a){var s=yt(function(t){n.components[o]=t,a()}),u=yt(function(t){r(!1,"Failed to resolve async component "+o+": "+t),a(!1)}),c=t(s,u);c&&"function"==typeof c.then&&c.then(s,u)}})}function mt(t,e){return gt(t.map(function(t){return Object.keys(t.components).map(function(n){return e(t.components[n],t.instances[n],t,n)})}))}function gt(t){return Array.prototype.concat.apply([],t)}function yt(t){var e=!1;return function(){if(!e)return e=!0,t.apply(this,arguments)}}function bt(t){var e=window.location.pathname;return t&&0===e.indexOf(t)&&(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}function _t(t){var e=bt(t);if(!/^\/#/.test(e))return window.location.replace(_(t+"/#"+e)),!0}function wt(){var t=xt();return"/"===t.charAt(0)||($t("/"+t),!1)}function xt(){var t=window.location.href,e=t.indexOf("#");return e===-1?"":t.slice(e+1)}function kt(t){window.location.hash=t}function $t(t){var e=window.location.href.indexOf("#");window.location.replace(window.location.href.slice(0,e>=0?e:0)+"#"+t)}function Ot(t,e,n){var r="hash"===n?"#"+e:e;return t?_(t+"/"+r):r}Object.defineProperty(e,"__esModule",{value:!0});var Ct,St={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,i=e.parent,a=e.data;a.routerView=!0;for(var s=n.name,u=i.$route,c=i._routerViewCache||(i._routerViewCache={}),l=0,f=!1;i;)i.$vnode&&i.$vnode.data.routerView&&l++,i._inactive&&(f=!0),i=i.$parent;if(a.routerViewDepth=l,f)return t(c[s],a,r);var p=u.matched[l];if(!p)return c[s]=null,t();var d=c[s]=p.components[s],h=a.hook||(a.hook={});return h.init=function(t){p.instances[s]=t.child},h.prepatch=function(t,e){p.instances[s]=e.child},h.destroy=function(t){p.instances[s]===t.child&&(p.instances[s]=void 0)},a.props=o(u,p.props&&p.props[s]),t(d,a,r)}},jt=/[!'()*]/g,At=function(t){return"%"+t.charCodeAt(0).toString(16)},Et=/%2C/g,Tt=function(t){return encodeURIComponent(t).replace(jt,At).replace(Et,",")},Pt=decodeURIComponent,Mt=/\/?$/,It=u(null,{path:"/"}),Nt=[String,Object],Lt=[String,Array],Rt={name:"router-link",props:{to:{type:Nt,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,event:{type:Lt,default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,o=n.resolve(this.to,r,this.append),i=o.location,a=o.route,s=o.href,c={},l=this.activeClass||n.options.linkActiveClass||"router-link-active",p=i.path?u(null,i):a;c[l]=this.exact?f(r,p):d(r,p);var h=function(t){v(t)&&(e.replace?n.replace(i):n.push(i))},g={click:v};Array.isArray(this.event)?this.event.forEach(function(t){g[t]=h}):g[this.event]=h;var y={class:c};if("a"===this.tag)y.on=g,y.attrs={href:s};else{var b=m(this.$slots.default);if(b){b.isStatic=!1;var _=Ct.util.extend;(b.data=_({},b.data)).on=g;(b.data.attrs=_({},b.data.attrs)).href=s}else y.on=g}return t(this.tag,y,this.$slots.default)}},Dt="undefined"!=typeof window,qt=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},Ft=qt,Ut=R,Ht=$,Bt=O,zt=j,Wt=L,Vt=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");Ut.parse=Ht,Ut.compile=Bt,Ut.tokensToFunction=zt,Ut.tokensToRegExp=Wt;var Gt=Object.create(null),Kt=Object.create(null),Jt=Object.create(null),Yt=Dt&&function(){var t=window.navigator.userAgent;return(t.indexOf("Android 2.")===-1&&t.indexOf("Android 4.0")===-1||t.indexOf("Mobile Safari")===-1||t.indexOf("Chrome")!==-1||t.indexOf("Windows Phone")!==-1)&&(window.history&&"pushState"in window.history)}(),Zt=Dt&&window.performance&&window.performance.now?window.performance:Date,Xt=Q(),Qt=function(t,e){this.router=t,this.base=it(e),this.current=It,this.pending=null,this.ready=!1,this.readyCbs=[]};Qt.prototype.listen=function(t){this.cb=t},Qt.prototype.onReady=function(t){this.ready?t():this.readyCbs.push(t)},Qt.prototype.transitionTo=function(t,e,n){var r=this,o=this.router.match(t,this.current);this.confirmTransition(o,function(){r.updateRoute(o),e&&e(o),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(t){t(o)}))},n)},Qt.prototype.confirmTransition=function(t,e,n){var r=this,o=this.current,i=function(){n&&n()};if(f(t,o)&&t.matched.length===o.matched.length)return this.ensureURL(),i();var a=at(this.current.matched,t.matched),s=a.updated,u=a.deactivated,c=a.activated,l=[].concat(ct(u),this.router.beforeHooks,lt(s),c.map(function(t){return t.beforeEnter}),vt(c));this.pending=t;var p=function(e,n){if(r.pending!==t)return i();e(t,o,function(t){t===!1?(r.ensureURL(!0),i()):"string"==typeof t||"object"==typeof t?("object"==typeof t&&t.replace?r.replace(t):r.push(t),i()):n(t)})};ot(l,p,function(){var n=[];ot(pt(c,n,function(){return r.current===t}),p,function(){if(r.pending!==t)return i();r.pending=null,e(t),r.router.app&&r.router.app.$nextTick(function(){n.forEach(function(t){return t()})})})})},Qt.prototype.updateRoute=function(t){var e=this.current;this.current=t,this.cb&&this.cb(t),this.router.afterHooks.forEach(function(n){n&&n(t,e)})};var te=function(t){function e(e,n){var r=this;t.call(this,e,n);var o=e.options.scrollBehavior;o&&W(),window.addEventListener("popstate",function(t){r.transitionTo(bt(r.base),function(t){o&&V(e,t,r.current,!0)})})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,function(t){nt(_(r.base+t.fullPath)),V(r.router,t,r.current,!1),e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,function(t){rt(_(r.base+t.fullPath)),V(r.router,t,r.current,!1),e&&e(t)},n)},e.prototype.ensureURL=function(t){if(bt(this.base)!==this.current.fullPath){var e=_(this.base+this.current.fullPath);t?nt(e):rt(e)}},e.prototype.getCurrentLocation=function(){return bt(this.base)},e}(Qt),ee=function(t){function e(e,n,r){t.call(this,e,n),r&&_t(this.base)||wt()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;window.addEventListener("hashchange",function(){wt()&&t.transitionTo(xt(),function(t){$t(t.fullPath)})})},e.prototype.push=function(t,e,n){this.transitionTo(t,function(t){kt(t.fullPath),e&&e(t)},n)},e.prototype.replace=function(t,e,n){this.transitionTo(t,function(t){$t(t.fullPath),e&&e(t)},n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;xt()!==e&&(t?kt(e):$t(e))},e.prototype.getCurrentLocation=function(){return xt()},e}(Qt),ne=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)},n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){e.index=n,e.updateRoute(r)})}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(Qt),re=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.afterHooks=[],this.matcher=H(t.routes||[]);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Yt,this.fallback&&(e="hash"),Dt||(e="abstract"),this.mode=e,e){case"history":this.history=new te(this,t.base);break;case"hash":this.history=new ee(this,t.base,this.fallback);break;case"abstract":this.history=new ne(this,t.base)}},oe={currentRoute:{}};re.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},oe.currentRoute.get=function(){return this.history&&this.history.current},re.prototype.init=function(t){var e=this;if(this.apps.push(t),!this.app){this.app=t;var n=this.history;if(n instanceof te)n.transitionTo(n.getCurrentLocation());else if(n instanceof ee){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(t){e.apps.forEach(function(e){e._route=t})})}},re.prototype.beforeEach=function(t){this.beforeHooks.push(t)},re.prototype.afterEach=function(t){this.afterHooks.push(t)},re.prototype.onReady=function(t){this.history.onReady(t)},re.prototype.push=function(t,e,n){this.history.push(t,e,n)},re.prototype.replace=function(t,e,n){this.history.replace(t,e,n)},re.prototype.go=function(t){this.history.go(t)},re.prototype.back=function(){this.go(-1)},re.prototype.forward=function(){this.go(1)},re.prototype.getMatchedComponents=function(t){var e=t?this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},re.prototype.resolve=function(t,e,n){var r=F(t,e||this.history.current,n),o=this.match(r,e),i=o.redirectedFrom||o.fullPath;return{location:r,route:o,href:Ot(this.history.base,i,this.mode),normalizedTo:r,resolved:o}},re.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==It&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(re.prototype,oe),re.install=g,re.version="2.2.1",Dt&&window.Vue&&window.Vue.use(re),e.default=re},function(t,e){function n(t,e){var r={name:t.name,path:t.path,hash:t.hash,query:t.query,params:t.params,fullPath:t.fullPath,meta:t.meta};return e&&(r.from=n(e)),Object.freeze(r)}e.sync=function(t,e,r){var o=(r||{}).moduleName||"route";t.registerModule(o,{state:n(e.currentRoute),mutations:{"router/ROUTE_CHANGED":function(e,r){t.state[o]=n(r.to,r.from)}}});var i,a=!1;t.watch(function(t){return t[o]},function(t){t.fullPath!==i&&(a=!0,i=t.fullPath,e.push(t))},{sync:!0}),e.afterEach(function(e,n){if(a)return void(a=!1);i=e.fullPath,t.commit("router/ROUTE_CHANGED",{to:e,from:n})})}},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){t.exports=n(20)}])});
  2. //# sourceMappingURL=docute.js.map