(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;nn?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:'
'};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/g,">").replace(/"/g,""").replace(/'/g,"'")}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;rAn error occured:

"+u(t.message+"",!0)+"
";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:/^ *\[([^\]]+)\]: *]+)>?(?: +["(]([^\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",//)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/])*?>/)(/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 ?/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;l1&&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])/,autolink:/^<([^ >]+(@|:\/)[^ >]+)>/,url:f,tag:/^|^<\/?\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]+?(?=[\\?(?:\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&&/^/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.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?"'+(n?t:u(t,!0))+"\n\n":""+(n?t:u(t,!0))+"\n"},a.prototype.blockquote=function(t){return"
\n"+t+"
\n"},a.prototype.html=function(t){return t},a.prototype.heading=function(t,e,n){return"'+t+"\n"},a.prototype.hr=function(){return this.options.xhtml?"
\n":"
\n"},a.prototype.list=function(t,e,n){var r=e?"ol":"ul";return"<"+r+(n?' class="task-list"':"")+">\n"+t+"\n"},a.prototype.listitem=function(t,e){return void 0===e?"
  • "+t+"
  • \n":'
  • "+t+"
  • \n"},a.prototype.paragraph=function(t){return"

    "+t+"

    \n"},a.prototype.table=function(t,e){return"\n\n"+t+"\n\n"+e+"\n
    \n"},a.prototype.tablerow=function(t){return"\n"+t+"\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"},a.prototype.strong=function(t){return""+t+""},a.prototype.em=function(t){return""+t+""},a.prototype.codespan=function(t){return""+t+""},a.prototype.br=function(){return this.options.xhtml?"
    ":"
    "},a.prototype.del=function(t){return""+t+""},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.prototype.image=function(t,e,n){var r=''+n+'":">"},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-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;n1?l(n):n;for(var r=l(arguments,1),o=0,i=n.length;o=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-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-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;op?(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=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=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(){u0&&(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.length1}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-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',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=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]*?)(]*>)","i")),h=0,v=t.replace(d,function(t,n,r){return h=r.length,Ps(p)||"noscript"===p||(n=n.replace(//g,"$1").replace(//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 a0,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;e1&&(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\/=]+)/,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=/^]+>/i,fs=/^/,prolog:/<\?[\w\W]+?\?>/,doctype://i,cdata://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(/&/,"&"))}),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:/()[\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:/()[\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;e1&&(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=55296&&e<=56319&&o65535&&(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=128&&a("not-basic"),v.push(t.charCodeAt(r));for(o=n>0?n+1:0;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,!(cI(_/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=e&&vI((_-n)/g)&&a("overflow"),n+=(u-e)*g,e=u,s=0;s_&&a("overflow"),v==e){for(l=n,f=w;h=f<=i?x:f>=i+k?k:f-i,!(l= 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=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\n \n\n'},function(t,e){t.exports='\n \n\n'},function(t,e){t.exports='\n \n\n'},function(t,e){t.exports='\n \n\n'},function(t,e){t.exports='\n \n \n\n'},function(t,e){t.exports='\n \n\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=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=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&b.call(r,"finallyLoc")&&this.prev=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=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&&r127?"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;C0)&&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=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-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=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=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)}])}); //# sourceMappingURL=docute.js.map