forked from airyland/vux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocute.js
9 lines (9 loc) · 221 KB
/
docute.js
1
2
3
4
5
6
7
8
9
!function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,e,n){Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},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=202)}([function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0;var i=n(88),o=r(i);e.default=o.default||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(t,e,n){!function(e,n){t.exports=n()}(this,function(){"use strict";function t(t){x&&(t._devtoolHook=x,x.emit("vuex:init",t),x.on("vuex:travel-to-state",function(e){t.replaceState(e)}),t.subscribe(function(t,e){x.emit("vuex:mutation",t,e)}))}function e(t){function e(){var t=this.$options;t.store?this.$store=t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}var n=Number(t.version.split(".")[0]);if(n>=2){var r=t.config._lifecycleHooks.indexOf("init")>-1;t.mixin(r?{init:e}:{beforeCreate:e})}else{var i=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[e].concat(t.init):e,i.call(this,t)}}}function n(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 r(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function i(t,e){console.error("[vuex] module namespace not found in "+t+"(): "+e)}function o(t,e){Object.keys(t).forEach(function(n){return e(t[n],n)})}function a(t){return null!==t&&"object"==typeof t}function s(t){return t&&"function"==typeof t.then}function c(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 l(t){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var e=t.state;p(t,e,[],t._modules.root,!0),f(t,e)}function f(t,e){var n=t._vm;t.getters={};var r=t._wrappedGetters,i={};o(r,function(e,n){i[n]=function(){return e(t)},Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})});var a=$.config.silent;$.config.silent=!0,t._vm=new $({data:{state:e},computed:i}),$.config.silent=a,t.strict&&y(t),n&&(t._withCommit(function(){n.state=null}),$.nextTick(function(){return n.$destroy()}))}function p(t,e,n,r,i){var o=!n.length,a=t._modules.getNamespace(n);if(a&&(t._modulesNamespaceMap[a]=r),!o&&!i){var s=b(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit(function(){$.set(s,c,r.state)})}var u=r.context=d(t,a);r.forEachMutation(function(e,r){var i=a+r;v(t,i,e,n)}),r.forEachAction(function(e,r){var i=a+r;g(t,i,e,u,n)}),r.forEachGetter(function(e,r){var i=a+r;m(t,i,e,u,n)}),r.forEachChild(function(r,o){p(t,e,n.concat(o),r,i)})}function d(t,e){var n=""===e,r={dispatch:n?t.dispatch:function(n,r,i){var o=_(n,r,i),a=o.payload,s=o.options,c=o.type;return s&&s.root||(c=e+c,t._actions[c])?t.dispatch(c,a):void console.error("[vuex] unknown local action type: "+o.type+", global type: "+c)},commit:n?t.commit:function(n,r,i){var o=_(n,r,i),a=o.payload,s=o.options,c=o.type;return s&&s.root||(c=e+c,t._mutations[c])?void t.commit(c,a,s):void console.error("[vuex] unknown local mutation type: "+o.type+", global type: "+c)}};return Object.defineProperty(r,"getters",{get:n?function(){return t.getters}:function(){return h(t,e)}}),r}function h(t,e){var n={},r=e.length;return Object.keys(t.getters).forEach(function(i){if(i.slice(0,r)===e){var o=i.slice(r);Object.defineProperty(n,o,{get:function(){return t.getters[i]},enumerable:!0})}}),n}function v(t,e,n,r){var i=t._mutations[e]||(t._mutations[e]=[]);i.push(function(e){n(b(t.state,r),e)})}function g(t,e,n,r,i){var o=t._actions[e]||(t._actions[e]=[]);o.push(function(e,o){var a=n({dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:b(t.state,i),rootGetters:t.getters,rootState:t.state},e,o);return s(a)||(a=Promise.resolve(a)),t._devtoolHook?a.catch(function(e){throw t._devtoolHook.emit("vuex:error",e),e}):a})}function m(t,e,n,r,i){return t._wrappedGetters[e]?void console.error("[vuex] duplicate getter key: "+e):void(t._wrappedGetters[e]=function(t){return n(b(t.state,i),r.getters,t.state,t.getters)})}function y(t){t._vm.$watch("state",function(){c(t._committing,"Do not mutate vuex store state outside mutation handlers.")},{deep:!0,sync:!0})}function b(t,e){return e.length?e.reduce(function(t,e){return t[e]},t):t}function _(t,e,n){return a(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function w(t){return $?void console.error("[vuex] already installed. Vue.use(Vuex) should be called only once."):($=t,void e($))}var x="undefined"!=typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,k=r(function(t,e){var r={};return n(e).forEach(function(e){var n=e.key,o=e.val;r[n]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=this.$store._modulesNamespaceMap[t];if(!r)return void i("mapState",t);e=r.state,n=r.context.getters}return"function"==typeof o?o.call(this,e,n):e[o]}}),r}),E=r(function(t,e){var r={};return n(e).forEach(function(e){var n=e.key,i=e.val;i=t+i,r[n]=function(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];return this.$store.commit.apply(this.$store,[i].concat(t))}}),r}),O=r(function(t,e){var r={};return n(e).forEach(function(e){var n=e.key,i=e.val;i=t+i,r[n]=function(){return i in this.$store.getters||console.error("[vuex] unknown getter: "+i),this.$store.getters[i]}}),r}),C=r(function(t,e){var r={};return n(e).forEach(function(e){var n=e.key,i=e.val;i=t+i,r[n]=function(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];return this.$store.dispatch.apply(this.$store,[i].concat(t))}}),r}),S=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t},A={state:{},namespaced:{}};A.state.get=function(){return this._rawModule.state||{}},A.namespaced.get=function(){return!!this._rawModule.namespaced},S.prototype.addChild=function(t,e){this._children[t]=e},S.prototype.removeChild=function(t){delete this._children[t]},S.prototype.getChild=function(t){return this._children[t]},S.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)},S.prototype.forEachChild=function(t){o(this._children,t)},S.prototype.forEachGetter=function(t){this._rawModule.getters&&o(this._rawModule.getters,t)},S.prototype.forEachAction=function(t){this._rawModule.actions&&o(this._rawModule.actions,t)},S.prototype.forEachMutation=function(t){this._rawModule.mutations&&o(this._rawModule.mutations,t)},Object.defineProperties(S.prototype,A);var T=function(t){var e=this;this.root=new S(t,!1),t.modules&&o(t.modules,function(t,n){e.register([n],t,!1)})};T.prototype.get=function(t){return t.reduce(function(t,e){return t.getChild(e)},this.root)},T.prototype.getNamespace=function(t){var e=this.root;return t.reduce(function(t,n){return e=e.getChild(n),t+(e.namespaced?n+"/":"")},"")},T.prototype.update=function(t){u(this.root,t)},T.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var i=this.get(t.slice(0,-1)),a=new S(e,n);i.addChild(t[t.length-1],a),e.modules&&o(e.modules,function(e,i){r.register(t.concat(i),e,n)})},T.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 $,N=function(e){var n=this;void 0===e&&(e={}),c($,"must call Vue.use(Vuex) before creating a store instance."),c("undefined"!=typeof Promise,"vuex requires a Promise polyfill in this browser.");var r=e.state;void 0===r&&(r={});var i=e.plugins;void 0===i&&(i=[]);var o=e.strict;void 0===o&&(o=!1),this._committing=!1,this._actions=Object.create(null),this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new T(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new $;var a=this,s=this,u=s.dispatch,l=s.commit;this.dispatch=function(t,e){return u.call(a,t,e)},this.commit=function(t,e,n){return l.call(a,t,e,n)},this.strict=o,p(this,r,[],this._modules.root),f(this,r),i.concat(t).forEach(function(t){return t(n)})},M={state:{}};M.state.get=function(){return this._vm.$data.state},M.state.set=function(t){c(!1,"Use store.replaceState() to explicit replace store state.")},N.prototype.commit=function(t,e,n){var r=this,i=_(t,e,n),o=i.type,a=i.payload,s=i.options,c={type:o,payload:a},u=this._mutations[o];return u?(this._withCommit(function(){u.forEach(function(t){t(a)})}),this._subscribers.forEach(function(t){return t(c,r.state)}),void(s&&s.silent&&console.warn("[vuex] mutation type: "+o+". Silent option has been removed. Use the filter functionality in the vue-devtools"))):void console.error("[vuex] unknown mutation type: "+o)},N.prototype.dispatch=function(t,e){var n=_(t,e),r=n.type,i=n.payload,o=this._actions[r];return o?o.length>1?Promise.all(o.map(function(t){return t(i)})):o[0](i):void console.error("[vuex] unknown action type: "+r)},N.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)}},N.prototype.watch=function(t,e,n){var r=this;return c("function"==typeof t,"store.watch only accepts a function."),this._watcherVM.$watch(function(){return t(r.state,r.getters)},e,n)},N.prototype.replaceState=function(t){var e=this;this._withCommit(function(){e._vm.state=t})},N.prototype.registerModule=function(t,e){"string"==typeof t&&(t=[t]),c(Array.isArray(t),"module path must be a string or an Array."),this._modules.register(t,e),p(this,this.state,t,this._modules.get(t)),f(this,this.state)},N.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),c(Array.isArray(t),"module path must be a string or an Array."),this._modules.unregister(t),this._withCommit(function(){var n=b(e.state,t.slice(0,-1));$.delete(n,t[t.length-1])}),l(this)},N.prototype.hotUpdate=function(t){this._modules.update(t),l(this)},N.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(N.prototype,M),"undefined"!=typeof window&&window.Vue&&w(window.Vue);var R={Store:N,install:w,version:"2.1.1",mapState:k,mapMutations:E,mapGetters:O,mapActions:C};return R})},function(t,e,n){var r=n(51)("wks"),i=n(53),o=n(4).Symbol,a="function"==typeof o,s=t.exports=function(t){return r[t]||(r[t]=a&&o[t]||(a?o:i)("Symbol."+t))};s.store=r},function(t,e){var n=t.exports={version:"2.4.0"};"number"==typeof __e&&(__e=n)},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e,n){var r=n(17);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){"use strict";n.d(e,"b",function(){return i}),n.d(e,"c",function(){return o}),n.d(e,"a",function(){return a});var r="undefined"!=typeof document,i=r&&document.querySelector.bind(document),o=r&&document.querySelectorAll.bind(document),a=r&&Math.max(document.documentElement.clientWidth,window.innerWidth||0)<=768},function(t,e,n){t.exports=!n(27)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(9),i=n(28);t.exports=n(7)?function(t,e,n){return r.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var r=n(5),i=n(106),o=n(124),a=Object.defineProperty;e.f=n(7)?Object.defineProperty:function(t,e,n){if(r(t),e=o(e,!0),r(n),i)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){"use strict";var r=n(174);n.n(r);e.a=n.i(r.makeComponent)({github:n(168),twitter:n(171),edit:n(167),menu:n(169),link:n(57),search:n(170),close:n(166)})},function(t,e,n){var r=n(24);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var r=n(4),i=n(3),o=n(11),a=n(8),s="prototype",c=function(t,e,n){var u,l,f,p=t&c.F,d=t&c.G,h=t&c.S,v=t&c.P,g=t&c.B,m=t&c.W,y=d?i:i[e]||(i[e]={}),b=y[s],_=d?r:h?r[e]:(r[e]||{})[s];d&&(n=e);for(u in n)l=!p&&_&&void 0!==_[u],l&&u in y||(f=l?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&l?o(f,r):m&&_[u]==f?function(t){var e=function(e,n,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,r)}return t.apply(this,arguments)};return e[s]=t[s],e}(f):v&&"function"==typeof f?o(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,t&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e){t.exports={}},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){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var r,i;!function(o,a){r=a,i="function"==typeof r?r.call(e,n,e,t):r,!(void 0!==i&&(t.exports=i))}(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 i;return i="translate3d"===u.positionUsing?{transform:"translate3d("+e(t)+"%,0,0)"}:"translate"===u.positionUsing?{transform:"translate("+e(t)+"%,0)"}:{"margin-left":e(t)+"%"},i.transition="all "+n+"ms "+r,i}function r(t,e){var n="string"==typeof t?t:a(t);return n.indexOf(" "+e+" ")>=0}function i(t,e){var n=a(t),i=n+e;r(n,e)||(t.className=i.substring(1))}function o(t,e){var n,i=a(t);r(t,e)&&(n=i.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 c={};c.version="0.2.0";var u=c.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>'};c.configure=function(t){var e,n;for(e in t)n=t[e],void 0!==n&&t.hasOwnProperty(e)&&(u[e]=n);return this},c.status=null,c.set=function(e){var r=c.isStarted();e=t(e,u.minimum,1),c.status=1===e?null:e;var i=c.render(!r),o=i.querySelector(u.barSelector),a=u.speed,s=u.easing;return i.offsetWidth,l(function(t){""===u.positionUsing&&(u.positionUsing=c.getPositioningCSS()),f(o,n(e,a,s)),1===e?(f(i,{transition:"none",opacity:1}),i.offsetWidth,setTimeout(function(){f(i,{transition:"all "+a+"ms linear",opacity:0}),setTimeout(function(){c.remove(),t()},a)},a)):setTimeout(t,a)}),this},c.isStarted=function(){return"number"==typeof c.status},c.start=function(){c.status||c.set(0);var t=function(){setTimeout(function(){c.status&&(c.trickle(),t())},u.trickleSpeed)};return u.trickle&&t(),this},c.done=function(t){return t||c.status?c.inc(.3+.5*Math.random()).set(1):this},c.inc=function(e){var n=c.status;return n?("number"!=typeof e&&(e=(1-n)*t(Math.random()*n,.1,.95)),n=t(n+e,0,.994),c.set(n)):c.start()},c.trickle=function(){return c.inc(Math.random()*u.trickleRate)},function(){var t=0,e=0;c.promise=function(n){return n&&"resolved"!==n.state()?(0===e&&c.start(),t++,e++,n.always(function(){e--,0===e?(t=0,c.done()):c.set((t-e)/t)}),this):this}}(),c.render=function(t){if(c.isRendered())return document.getElementById("nprogress");i(document.documentElement,"nprogress-busy");var n=document.createElement("div");n.id="nprogress",n.innerHTML=u.template;var r,o=n.querySelector(u.barSelector),a=t?"-100":e(c.status||0),l=document.querySelector(u.parent);return f(o,{transition:"all 0 linear",transform:"translate3d("+a+"%,0,0)"}),u.showSpinner||(r=n.querySelector(u.spinnerSelector),r&&s(r)),l!=document.body&&i(l,"nprogress-custom-parent"),l.appendChild(n),n},c.remove=function(){o(document.documentElement,"nprogress-busy"),o(document.querySelector(u.parent),"nprogress-custom-parent");var t=document.getElementById("nprogress");t&&s(t)},c.isRendered=function(){return!!document.getElementById("nprogress")},c.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=i.length,o=t.charAt(0).toUpperCase()+t.slice(1);r--;)if(n=i[r]+o,n in e)return n;return t}function n(n){return n=t(n),o[n]||(o[n]=e(n))}function r(t,e,r){e=n(e),t.style[e]=r}var i=["Webkit","O","Moz","ms"],o={};return function(t,e){var n,i,o=arguments;if(2==o.length)for(n in e)i=e[n],void 0!==i&&e.hasOwnProperty(n)&&r(t,n,i);else r(t,o[1],o[2])}}();return c})},function(t,e,n){"use strict";(function(e){function n(t){return null==t?"":"object"==typeof t?JSON.stringify(t,null,2):String(t)}function r(t){var e=parseFloat(t,10);return e||0===e?e:t}function i(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}function o(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}function a(t,e){return ii.call(t,e)}function s(t){return"string"==typeof t||"number"==typeof t}function c(t){var e=Object.create(null);return function(n){var r=e[n];return r||(e[n]=t(n))}}function u(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 li.call(t)===fi}function h(t){for(var e={},n=0;n<t.length;n++)t[n]&&f(e,t[n]);return e}function v(){}function g(t){return t.reduce(function(t,e){return t.concat(e.staticKeys||[])},[]).join(",")}function m(t,e){var n=p(t),r=p(e);return n&&r?JSON.stringify(t)===JSON.stringify(e):!n&&!r&&String(t)===String(e)}function y(t,e){for(var n=0;n<t.length;n++)if(m(t[n],e))return n;return-1}function b(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function _(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}function w(t){if(!vi.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 x(t){return/native code/.test(t.toString())}function k(t){$i.target&&Ni.push($i.target),$i.target=t}function E(){$i.target=Ni.pop()}function O(t,e){t.__proto__=e}function C(t,e,n){for(var r=0,i=n.length;r<i;r++){var o=n[r];_(t,o,e[o])}}function S(t,e){if(p(t)){var n;return a(t,"__ob__")&&t.__ob__ instanceof Pi?n=t.__ob__:Li.shouldConvert&&!Ei()&&(Array.isArray(t)||d(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new Pi(t)),e&&n&&n.vmCount++,n}}function A(t,e,n,r){var i=new $i,o=Object.getOwnPropertyDescriptor(t,e);if(!o||o.configurable!==!1){var a=o&&o.get,s=o&&o.set,c=S(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=a?a.call(t):n;return $i.target&&(i.depend(),c&&c.dep.depend(),Array.isArray(e)&&N(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,c=S(e),i.notify())}})}}function T(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 void(t[e]=n);var r=t.__ob__;if(!(t._isVue||r&&r.vmCount))return r?(A(r.value,e,n),r.dep.notify(),n):void(t[e]=n)}function $(t,e){var n=t.__ob__;t._isVue||n&&n.vmCount||a(t,e)&&(delete t[e],n&&n.dep.notify())}function N(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)&&N(e)}function M(t,e){if(!e)return t;for(var n,r,i,o=Object.keys(e),s=0;s<o.length;s++)n=o[s],r=t[n],i=e[n],a(t,n)?d(r)&&d(i)&&M(r,i):T(t,n,i);return t}function R(t,e){return e?t?t.concat(e):Array.isArray(e)?e:[e]:t}function j(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,i,o={};if(Array.isArray(e))for(n=e.length;n--;)r=e[n],"string"==typeof r&&(i=ai(r),o[i]={type:null});else if(d(e))for(var a in e)r=e[a],i=ai(a),o[i]=d(r)?r:{type:r};t.props=o}}function P(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 I(t,e,n){function r(r){var i=Ii[r]||Di;l[r]=i(t[r],e[r],n,r)}L(e),P(e);var i=e.extends;if(i&&(t="function"==typeof i?I(t,i.options,n):I(t,i,n)),e.mixins)for(var o=0,s=e.mixins.length;o<s;o++){var c=e.mixins[o];c.prototype instanceof zt&&(c=c.options),t=I(t,c,n)}var u,l={};for(u in t)r(u);for(u in e)a(t,u)||r(u);return l}function D(t,e,n,r){if("string"==typeof n){var i=t[e];if(a(i,n))return i[n];var o=ai(n);if(a(i,o))return i[o];var s=si(o);if(a(i,s))return i[s];var c=i[n]||i[o]||i[s];return c}}function B(t,e,n,r){var i=e[t],o=!a(n,t),s=n[t];if(H(Boolean,i.type)&&(o&&!a(i,"default")?s=!1:H(String,i.type)||""!==s&&s!==ui(t)||(s=!0)),void 0===s){s=U(r,i,t);var c=Li.shouldConvert;Li.shouldConvert=!0,S(s),Li.shouldConvert=c}return s}function U(t,e,n){if(a(e,"default")){var r=e.default;return p(r),t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t[n]?t[n]:"function"==typeof r&&e.type!==Function?r.call(t):r}}function F(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e&&e[1]}function H(t,e){if(!Array.isArray(e))return F(e)===F(t);for(var n=0,r=e.length;n<r;n++)if(F(e[n])===F(t))return!0;return!1}function q(){Ui.length=0,Fi={},Hi=qi=!1}function z(){for(qi=!0,Ui.sort(function(t,e){return t.id-e.id}),zi=0;zi<Ui.length;zi++){var t=Ui[zi],e=t.id;Fi[e]=null,t.run()}Oi&&hi.devtools&&Oi.emit("flush"),q()}function G(t){var e=t.id;if(null==Fi[e]){if(Fi[e]=!0,qi){for(var n=Ui.length-1;n>=0&&Ui[n].id>t.id;)n--;Ui.splice(Math.max(n,zi)+1,0,t)}else Ui.push(t);Hi||(Hi=!0,Ci(z))}}function K(t){Wi.clear(),V(t,Wi)}function V(t,e){var n,r,i=Array.isArray(t);if((i||p(t))&&Object.isExtensible(t)){if(t.__ob__){var o=t.__ob__.dep.id;if(e.has(o))return;e.add(o)}if(i)for(n=t.length;n--;)V(t[n],e);else for(r=Object.keys(t),n=r.length;n--;)V(t[r[n]],e)}}function W(t){t._watchers=[];var e=t.$options;e.props&&J(t,e.props),e.methods&&Q(t,e.methods),e.data?Z(t):S(t._data={},!0),e.computed&&Y(t,e.computed),e.watch&&tt(t,e.watch)}function J(t,e){var n=t.$options.propsData||{},r=t.$options._propKeys=Object.keys(e),i=!t.$parent;Li.shouldConvert=i;for(var o=function(i){var o=r[i];A(t,o,B(o,e,n,t))},a=0;a<r.length;a++)o(a);Li.shouldConvert=!0}function Z(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,i=n.length;i--;)r&&a(r,n[i])||rt(t,n[i]);S(e,!0)}function Y(t,e){for(var n in e){var r=e[n];"function"==typeof r?(Ji.get=X(r,t),Ji.set=v):(Ji.get=r.get?r.cache!==!1?X(r.get,t):u(r.get,t):v,Ji.set=r.set?u(r.set,t):v),Object.defineProperty(t,n,Ji)}}function X(t,e){var n=new Ki(e,t,v,{lazy:!0});return function(){return n.dirty&&n.evaluate(),$i.target&&n.depend(),n.value}}function Q(t,e){for(var n in e)t[n]=null==e[n]?v:u(e[n],t)}function tt(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)et(t,n,r[i]);else et(t,n,r)}}function et(t,e,n){var r;d(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}function nt(t){var e={};e.get=function(){return this._data},Object.defineProperty(t.prototype,"$data",e),t.prototype.$set=T,t.prototype.$delete=$,t.prototype.$watch=function(t,e,n){var r=this;n=n||{},n.user=!0;var i=new Ki(r,t,e,n);return n.immediate&&e.call(r,i.value),function(){i.teardown()}}}function rt(t,e){b(e)||Object.defineProperty(t,e,{configurable:!0,enumerable:!0,get:function(){return t._data[e]},set:function(n){t._data[e]=n}})}function it(t){return new Zi(void 0,void 0,void 0,String(t))}function ot(t){var e=new Zi(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 at(t){for(var e=new Array(t.length),n=0;n<t.length;n++)e[n]=ot(t[n]);return e}function st(t,e,n,r){r+=e;var i=t.__injected||(t.__injected={});if(!i[r]){i[r]=!0;var o=t[e];o?t[e]=function(){o.apply(this,arguments),n.apply(this,arguments)}:t[e]=n}}function ct(t,e,n,r,i){var o,a,s,c,u,l,f;for(o in t)if(a=t[o],s=e[o],a)if(s){if(a!==s)if(Array.isArray(s)){s.length=a.length;for(var p=0;p<s.length;p++)s[p]=a[p];t[o]=s}else s.fn=a,t[o]=s}else f="~"===o.charAt(0),u=f?o.slice(1):o,l="!"===u.charAt(0),u=l?u.slice(1):u,Array.isArray(a)?n(u,a.invoker=ut(a),f,l):(a.invoker||(c=a,a=t[o]={},a.fn=c,a.invoker=lt(a)),n(u,a.invoker,f,l));else;for(o in e)t[o]||(f="~"===o.charAt(0),u=f?o.slice(1):o,l="!"===u.charAt(0),u=l?u.slice(1):u,r(u,e[o].invoker,l))}function ut(t){return function(e){for(var n=arguments,r=1===arguments.length,i=0;i<t.length;i++)r?t[i](e):t[i].apply(null,n)}}function lt(t){return function(e){var n=1===arguments.length;n?t.fn(e):t.fn.apply(null,arguments)}}function ft(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}function pt(t){return s(t)?[it(t)]:Array.isArray(t)?dt(t):void 0}function dt(t,e){var n,r,i,o=[];for(n=0;n<t.length;n++)r=t[n],null!=r&&"boolean"!=typeof r&&(i=o[o.length-1],Array.isArray(r)?o.push.apply(o,dt(r,(e||"")+"_"+n)):s(r)?i&&i.text?i.text+=String(r):""!==r&&o.push(it(r)):r.text&&i&&i.text?o[o.length-1]=it(i.text+r.text):(r.tag&&null==r.key&&null!=e&&(r.key="__vlist"+e+"_"+n+"__"),o.push(r)));return o}function ht(t){return t&&t.filter(function(t){return t&&t.componentOptions})[0]}function vt(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&yt(t,e)}function gt(t,e,n){n?Vi.$once(t,e):Vi.$on(t,e)}function mt(t,e){Vi.$off(t,e)}function yt(t,e,n){Vi=t,ct(e,n||{},gt,mt,t)}function bt(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;return(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0),r},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;if(!arguments.length)return n._events=Object.create(null),n;var r=n._events[t];if(!r)return n;if(1===arguments.length)return n._events[t]=null,n;for(var i,o=r.length;o--;)if(i=r[o],i===e||i.fn===e){r.splice(o,1);break}return n},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),i=0,o=n.length;i<o;i++)n[i].apply(e,r)}return e}}function _t(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=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}function wt(t){t.prototype._mount=function(t,e){var n=this;return n.$el=t,n.$options.render||(n.$options.render=Yi),xt(n,"beforeMount"),n._watcher=new Ki(n,function(){n._update(n._render(),e)},v),e=!1,null==n.$vnode&&(n._isMounted=!0,xt(n,"mounted")),n},t.prototype._update=function(t,e){var n=this;n._isMounted&&xt(n,"beforeUpdate");var r=n.$el,i=n._vnode,o=Xi;Xi=n,n._vnode=t,i?n.$el=n.__patch__(i,t):n.$el=n.__patch__(n.$el,t,e,!1,n.$options._parentElm,n.$options._refElm),Xi=o,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el),n._isMounted&&xt(n,"updated")},t.prototype._updateFromParent=function(t,e,n,r){var i=this,o=!(!i.$options._renderChildren&&!r);if(i.$options._parentVnode=n,i.$vnode=n,i._vnode&&(i._vnode.parent=n),i.$options._renderChildren=r,t&&i.$options.props){Li.shouldConvert=!1;for(var a=i.$options._propKeys||[],s=0;s<a.length;s++){var c=a[s];i[c]=B(c,i.$options.props,t,i)}Li.shouldConvert=!0,i.$options.propsData=t}if(e){var u=i.$options._parentListeners;i.$options._parentListeners=e,yt(i,e,u)}o&&(i.$slots=Ut(r,n.context),i.$forceUpdate())},t.prototype.$forceUpdate=function(){var t=this;t._watcher&&t._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){xt(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||o(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,xt(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.__patch__(t._vnode,null)}}}function xt(t,e){var n=t.$options[e];if(n)for(var r=0,i=n.length;r<i;r++)n[r].call(t);t._hasHookEvent&&t.$emit("hook:"+e)}function kt(t,e,n,r,i){if(t){var o=n.$options._base;if(p(t)&&(t=o.extend(t)),"function"==typeof t){if(!t.cid)if(t.resolved)t=t.resolved;else if(t=$t(t,o,function(){n.$forceUpdate()}),!t)return;qt(t),e=e||{};var a=Nt(e,t);if(t.options.functional)return Et(t,a,e,n,r);var s=e.on;e.on=e.nativeOn,t.options.abstract&&(e={}),Rt(e);var c=t.options.name||i,u=new Zi("vue-component-"+t.cid+(c?"-"+c:""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:a,listeners:s,tag:i,children:r});return u}}}function Et(t,e,n,r,i){var o={},a=t.options.props;if(a)for(var s in a)o[s]=B(s,a,e);var c=Object.create(r),u=function(t,e,n,r){return Lt(c,t,e,n,r,!0)},l=t.options.render.call(null,u,{props:o,data:n,parent:r,children:i,slots:function(){return Ut(i,r)}});return l instanceof Zi&&(l.functionalContext=r,n.slot&&((l.data||(l.data={})).slot=n.slot)),l}function Ot(t,e,n,r){var i=t.componentOptions,o={_isComponent:!0,parent:e,propsData:i.propsData,_componentTag:i.tag,_parentVnode:t,_parentListeners:i.listeners,_renderChildren:i.children,_parentElm:n||null,_refElm:r||null},a=t.data.inlineTemplate;return a&&(o.render=a.render,o.staticRenderFns=a.staticRenderFns),new i.Ctor(o)}function Ct(t,e,n,r){if(!t.child||t.child._isDestroyed){var i=t.child=Ot(t,Xi,n,r);i.$mount(e?t.elm:void 0,e)}else if(t.data.keepAlive){var o=t;St(o,o)}}function St(t,e){var n=e.componentOptions,r=e.child=t.child;r._updateFromParent(n.propsData,n.listeners,e,n.children)}function At(t){t.child._isMounted||(t.child._isMounted=!0,xt(t.child,"mounted")),t.data.keepAlive&&(t.child._inactive=!1,xt(t.child,"activated"))}function Tt(t){t.child._isDestroyed||(t.data.keepAlive?(t.child._inactive=!0,xt(t.child,"deactivated")):t.child.$destroy())}function $t(t,e,n){if(!t.requested){t.requested=!0;var r=t.pendingCallbacks=[n],i=!0,o=function(n){if(p(n)&&(n=e.extend(n)),t.resolved=n,!i)for(var o=0,a=r.length;o<a;o++)r[o](n)},a=function(t){},s=t(o,a);return s&&"function"==typeof s.then&&!t.resolved&&s.then(o,a),i=!1,t.resolved}t.pendingCallbacks.push(n)}function Nt(t,e){var n=e.options.props;if(n){var r={},i=t.attrs,o=t.props,a=t.domProps;if(i||o||a)for(var s in n){var c=ui(s);Mt(r,o,s,c,!0)||Mt(r,i,s,c)||Mt(r,a,s,c)}return r}}function Mt(t,e,n,r,i){if(e){if(a(e,n))return t[n]=e[n],i||delete e[n],!0;if(a(e,r))return t[n]=e[r],i||delete e[r],!0}return!1}function Rt(t){t.hook||(t.hook={});for(var e=0;e<to.length;e++){var n=to[e],r=t.hook[n],i=Qi[n];
t.hook[n]=r?jt(i,r):i}}function jt(t,e){return function(n,r,i,o){t(n,r,i,o),e(n,r,i,o)}}function Lt(t,e,n,r,i,o){return(Array.isArray(n)||s(n))&&(i=r,r=n,n=void 0),o&&(i=no),Pt(t,e,n,r,i)}function Pt(t,e,n,r,i){if(n&&n.__ob__)return Yi();if(!e)return Yi();Array.isArray(r)&&"function"==typeof r[0]&&(n=n||{},n.scopedSlots={default:r[0]},r.length=0),i===no?r=pt(r):i===eo&&(r=ft(r));var o,a;if("string"==typeof e){var s;a=hi.getTagNamespace(e),o=hi.isReservedTag(e)?new Zi(hi.parsePlatformTagName(e),n,r,void 0,void 0,t):(s=D(t.$options,"components",e))?kt(s,n,t,r,e):new Zi(e,n,r,void 0,void 0,t)}else o=kt(e,n,t,r);return o?(a&&It(o,a),o):Yi()}function It(t,e){if(t.ns=e,"foreignObject"!==t.tag&&t.children)for(var n=0,r=t.children.length;n<r;n++){var i=t.children[n];i.tag&&!i.ns&&It(i,e)}}function Dt(t){t.$vnode=null,t._vnode=null,t._staticTrees=null;var e=t.$options._parentVnode,n=e&&e.context;t.$slots=Ut(t.$options._renderChildren,n),t.$scopedSlots={},t._c=function(e,n,r,i){return Lt(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return Lt(t,e,n,r,i,!0)},t.$options.el&&t.$mount(t.$options.el)}function Bt(t){function e(t,e,n){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&i(t[r],e+"_"+r,n);else i(t,e,n)}function i(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}t.prototype.$nextTick=function(t){return Ci(t,this)},t.prototype._render=function(){var t=this,e=t.$options,n=e.render,r=e.staticRenderFns,i=e._parentVnode;if(t._isMounted)for(var o in t.$slots)t.$slots[o]=at(t.$slots[o]);i&&i.data.scopedSlots&&(t.$scopedSlots=i.data.scopedSlots),r&&!t._staticTrees&&(t._staticTrees=[]),t.$vnode=i;var a;try{a=n.call(t._renderProxy,t.$createElement)}catch(e){if(!hi.errorHandler)throw e;hi.errorHandler.call(null,e,t),a=t._vnode}return a instanceof Zi||(a=Yi()),a.parent=i,a},t.prototype._s=n,t.prototype._v=it,t.prototype._n=r,t.prototype._e=Yi,t.prototype._q=m,t.prototype._i=y,t.prototype._m=function(t,n){var r=this._staticTrees[t];return r&&!n?Array.isArray(r)?at(r):ot(r):(r=this._staticTrees[t]=this.$options.staticRenderFns[t].call(this._renderProxy),e(r,"__static__"+t,!1),r)},t.prototype._o=function(t,n,r){return e(t,"__once__"+n+(r?"_"+r:""),!0),t},t.prototype._f=function(t){return D(this.$options,"filters",t,!0)||di},t.prototype._l=function(t,e){var n,r,i,o,a;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,i=t.length;r<i;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(o=Object.keys(t),n=new Array(o.length),r=0,i=o.length;r<i;r++)a=o[r],n[r]=e(t[a],a,r);return n},t.prototype._t=function(t,e,n,r){var i=this.$scopedSlots[t];if(i)return n=n||{},r&&f(n,r),i(n)||e;var o=this.$slots[t];return o||e},t.prototype._b=function(t,e,n,r){if(n)if(p(n)){Array.isArray(n)&&(n=h(n));for(var i in n)if("class"===i||"style"===i)t[i]=n[i];else{var o=r||hi.mustUseProp(e,i)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={});o[i]=n[i]}}else;return t},t.prototype._k=function(t,e,n){var r=hi.keyCodes[e]||n;return Array.isArray(r)?r.indexOf(t)===-1:r!==t}}function Ut(t,e){var n={};if(!t)return n;for(var r,i,o=[],a=0,s=t.length;a<s;a++)if(i=t[a],(i.context===e||i.functionalContext===e)&&i.data&&(r=i.data.slot)){var c=n[r]||(n[r]=[]);"template"===i.tag?c.push.apply(c,i.children):c.push(i)}else o.push(i);return o.length&&(1!==o.length||" "!==o[0].text&&!o[0].isComment)&&(n.default=o),n}function Ft(t){t.prototype._init=function(t){var e=this;e._uid=ro++,e._isVue=!0,t&&t._isComponent?Ht(e,t):e.$options=I(qt(e.constructor),t||{},e),e._renderProxy=e,e._self=e,_t(e),vt(e),xt(e,"beforeCreate"),W(e),xt(e,"created"),Dt(e)}}function Ht(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 qt(t){var e=t.options;if(t.super){var n=t.super.options,r=t.superOptions,i=t.extendOptions;n!==r&&(t.superOptions=n,i.render=e.render,i.staticRenderFns=e.staticRenderFns,i._scopeId=e._scopeId,e=t.options=I(n,i),e.name&&(e.components[e.name]=t))}return e}function zt(t){this._init(t)}function Gt(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):t.apply(null,e),t.installed=!0,this}}}function Kt(t){t.mixin=function(t){this.options=I(this.options,t)}}function Vt(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,i=t._Ctor||(t._Ctor={});if(i[r])return i[r];var o=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=I(n.options,t),a.super=n,a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,hi._assetTypes.forEach(function(t){a[t]=n[t]}),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=t,i[r]=a,a}}function Wt(t){hi._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 Jt(t,e){return"string"==typeof t?t.split(",").indexOf(e)>-1:t.test(e)}function Zt(t){var e={};e.get=function(){return hi},Object.defineProperty(t,"config",e),t.util=Bi,t.set=T,t.delete=$,t.nextTick=Ci,t.options=Object.create(null),hi._assetTypes.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,f(t.options.components,ao),Gt(t),Kt(t),Vt(t),Wt(t)}function Yt(t){for(var e=t.data,n=t,r=t;r.child;)r=r.child._vnode,r.data&&(e=Xt(r.data,e));for(;n=n.parent;)n.data&&(e=Xt(e,n.data));return Qt(e)}function Xt(t,e){return{staticClass:te(t.staticClass,e.staticClass),class:t.class?[t.class,e.class]:e.class}}function Qt(t){var e=t.class,n=t.staticClass;return n||e?te(n,ee(e)):""}function te(t,e){return t?e?t+" "+e:t:e||""}function ee(t){var e="";if(!t)return e;if("string"==typeof t)return t;if(Array.isArray(t)){for(var n,r=0,i=t.length;r<i;r++)t[r]&&(n=ee(t[r]))&&(e+=n+" ");return e.slice(0,-1)}if(p(t)){for(var o in t)t[o]&&(e+=o+" ");return e.slice(0,-1)}return e}function ne(t){return _o(t)?"svg":"math"===t?"math":void 0}function re(t){if(!mi)return!0;if(xo(t))return!1;if(t=t.toLowerCase(),null!=ko[t])return ko[t];var e=document.createElement(t);return t.indexOf("-")>-1?ko[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:ko[t]=/HTMLUnknownElement/.test(e.toString())}function ie(t){if("string"==typeof t){if(t=document.querySelector(t),!t)return document.createElement("div")}return t}function oe(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&"multiple"in e.data.attrs&&n.setAttribute("multiple","multiple"),n)}function ae(t,e){return document.createElementNS(yo[t],e)}function se(t){return document.createTextNode(t)}function ce(t){return document.createComment(t)}function ue(t,e,n){t.insertBefore(e,n)}function le(t,e){t.removeChild(e)}function fe(t,e){t.appendChild(e)}function pe(t){return t.parentNode}function de(t){return t.nextSibling}function he(t){return t.tagName}function ve(t,e){t.textContent=e}function ge(t,e,n){t.setAttribute(e,n)}function me(t,e){var n=t.data.ref;if(n){var r=t.context,i=t.child||t.elm,a=r.$refs;e?Array.isArray(a[n])?o(a[n],i):a[n]===i&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])&&a[n].indexOf(i)<0?a[n].push(i):a[n]=[i]:a[n]=i}}function ye(t){return null==t}function be(t){return null!=t}function _e(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,i,o={};for(r=e;r<=n;++r)i=t[r].key,be(i)&&(o[i]=r);return o}function xe(t){function e(t){return new Zi(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 o(t,e,n,r,i){if(t.isRootInsert=!i,!a(t,e,n,r)){var o=t.data,s=t.children,c=t.tag;be(c)?(t.elm=t.ns?S.createElementNS(t.ns,c):S.createElement(c,t),h(t),l(t,s,e),be(o)&&p(t,e),u(n,t.elm,r)):t.isComment?(t.elm=S.createComment(t.text),u(n,t.elm,r)):(t.elm=S.createTextNode(t.text),u(n,t.elm,r))}}function a(t,e,n,r){var i=t.data;if(be(i)){var o=be(t.child)&&i.keepAlive;if(be(i=i.hook)&&be(i=i.init)&&i(t,!1,n,r),be(t.child))return d(t,e),o&&c(t,e,n,r),!0}}function c(t,e,n,r){for(var i,o=t;o.child;)if(o=o.child._vnode,be(i=o.data)&&be(i=i.transition)){for(i=0;i<O.activate.length;++i)O.activate[i](Co,o);e.push(o);break}u(n,t.elm,r)}function u(t,e,n){t&&(n?S.insertBefore(t,e,n):S.appendChild(t,e))}function l(t,e,n){if(Array.isArray(e))for(var r=0;r<e.length;++r)o(e[r],n,t.elm,null,!0);else s(t.text)&&S.appendChild(t.elm,S.createTextNode(t.text))}function f(t){for(;t.child;)t=t.child._vnode;return be(t.tag)}function p(t,e){for(var n=0;n<O.create.length;++n)O.create[n](Co,t);k=t.data.hook,be(k)&&(k.create&&k.create(Co,t),k.insert&&e.push(t))}function d(t,e){t.data.pendingInsert&&e.push.apply(e,t.data.pendingInsert),t.elm=t.child.$el,f(t)?(p(t,e),h(t)):(me(t),e.push(t))}function h(t){var e;be(e=t.context)&&be(e=e.$options._scopeId)&&S.setAttribute(t.elm,e,""),be(e=Xi)&&e!==t.context&&be(e=e.$options._scopeId)&&S.setAttribute(t.elm,e,"")}function v(t,e,n,r,i,a){for(;r<=i;++r)o(n[r],a,t,e)}function g(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)g(t.children[n])}function m(t,e,n,i){for(;n<=i;++n){var o=e[n];be(o)&&(be(o.tag)?(y(o),g(o)):r(o.elm))}}function y(t,e){if(e||be(t.data)){var i=O.remove.length+1;for(e?e.listeners+=i:e=n(t.elm,i),be(k=t.child)&&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,i){for(var a,s,c,u,l=0,f=0,p=e.length-1,d=e[0],h=e[p],g=n.length-1,y=n[0],b=n[g],w=!i;l<=p&&f<=g;)ye(d)?d=e[++l]:ye(h)?h=e[--p]:_e(d,y)?(_(d,y,r),d=e[++l],y=n[++f]):_e(h,b)?(_(h,b,r),h=e[--p],b=n[--g]):_e(d,b)?(_(d,b,r),w&&S.insertBefore(t,d.elm,S.nextSibling(h.elm)),d=e[++l],b=n[--g]):_e(h,y)?(_(h,y,r),w&&S.insertBefore(t,h.elm,d.elm),h=e[--p],y=n[++f]):(ye(a)&&(a=we(e,l,p)),s=be(y.key)?a[y.key]:null,ye(s)?(o(y,r,t,d.elm),y=n[++f]):(c=e[s],_e(c,y)?(_(c,y,r),e[s]=void 0,w&&S.insertBefore(t,y.elm,d.elm),y=n[++f]):(o(y,r,t,d.elm),y=n[++f])));l>p?(u=ye(n[g+1])?null:n[g+1].elm,v(t,u,n,f,g,r)):f>g&&m(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.child=t.child);var i,o=e.data,a=be(o);a&&be(i=o.hook)&&be(i=i.prepatch)&&i(t,e);var s=e.elm=t.elm,c=t.children,u=e.children;if(a&&f(e)){for(i=0;i<O.update.length;++i)O.update[i](t,e);be(i=o.hook)&&be(i=i.update)&&i(t,e)}ye(e.text)?be(c)&&be(u)?c!==u&&b(s,c,u,n,r):be(u)?(be(t.text)&&S.setTextContent(s,""),v(s,null,u,0,u.length-1,n)):be(c)?m(s,c,0,c.length-1):be(t.text)&&S.setTextContent(s,""):t.text!==e.text&&S.setTextContent(s,e.text),a&&be(i=o.hook)&&be(i=i.postpatch)&&i(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,i=e.data,o=e.children;if(be(i)&&(be(k=i.hook)&&be(k=k.init)&&k(e,!0),be(k=e.child)))return d(e,n),!0;if(be(r)){if(be(o))if(t.hasChildNodes()){for(var a=!0,s=t.firstChild,c=0;c<o.length;c++){if(!s||!x(s,o[c],n)){a=!1;break}s=s.nextSibling}if(!a||s)return!1}else l(e,o,n);if(be(i))for(var u in i)if(!A(u)){p(e,n);break}}else t.data!==e.text&&(t.data=e.text);return!0}var k,E,O={},C=t.modules,S=t.nodeOps;for(k=0;k<So.length;++k)for(O[So[k]]=[],E=0;E<C.length;++E)void 0!==C[E][So[k]]&&O[So[k]].push(C[E][So[k]]);var A=i("attrs,style,class,staticClass,staticStyle,key");return function(t,n,r,i,a,s){if(!n)return void(t&&g(t));var c,u,l=!1,p=[];if(t){var d=be(t.nodeType);if(!d&&_e(t,n))_(t,n,p,i);else{if(d){if(1===t.nodeType&&t.hasAttribute("server-rendered")&&(t.removeAttribute("server-rendered"),r=!0),r&&x(t,n,p))return w(n,p,!0),t;t=e(t)}if(c=t.elm,u=S.parentNode(c),o(n,p,u,S.nextSibling(c)),n.parent){for(var h=n.parent;h;)h.elm=n.elm,h=h.parent;if(f(n))for(var v=0;v<O.create.length;++v)O.create[v](Co,n.parent)}null!==u?m(u,[t],0,0):be(t.tag)&&g(t)}}else l=!0,o(n,p,a,s);return w(n,p,l),n.elm}}function ke(t,e){(t.data.directives||e.data.directives)&&Ee(t,e)}function Ee(t,e){var n,r,i,o=t===Co,a=e===Co,s=Oe(t.data.directives,t.context),c=Oe(e.data.directives,e.context),u=[],l=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,Se(i,"update",e,t),i.def&&i.def.componentUpdated&&l.push(i)):(Se(i,"bind",e,t),i.def&&i.def.inserted&&u.push(i));if(u.length){var f=function(){for(var n=0;n<u.length;n++)Se(u[n],"inserted",e,t)};o?st(e.data.hook||(e.data.hook={}),"insert",f,"dir-insert"):f()}if(l.length&&st(e.data.hook||(e.data.hook={}),"postpatch",function(){for(var n=0;n<l.length;n++)Se(l[n],"componentUpdated",e,t)},"dir-postpatch"),!o)for(n in s)c[n]||Se(s[n],"unbind",t,t,a)}function Oe(t,e){var n=Object.create(null);if(!t)return n;var r,i;for(r=0;r<t.length;r++)i=t[r],i.modifiers||(i.modifiers=To),n[Ce(i)]=i,i.def=D(e.$options,"directives",i.name,!0);return n}function Ce(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function Se(t,e,n,r,i){var o=t.def&&t.def[e];o&&o(n.elm,t,n,r,i)}function Ae(t,e){if(t.data.attrs||e.data.attrs){var n,r,i,o=e.elm,a=t.data.attrs||{},s=e.data.attrs||{};s.__ob__&&(s=e.data.attrs=f({},s));for(n in s)r=s[n],i=a[n],i!==r&&Te(o,n,r);_i&&s.value!==a.value&&Te(o,"value",s.value);for(n in a)null==s[n]&&(vo(n)?o.removeAttributeNS(ho,go(n)):fo(n)||o.removeAttribute(n))}}function Te(t,e,n){po(e)?mo(n)?t.removeAttribute(e):t.setAttribute(e,e):fo(e)?t.setAttribute(e,mo(n)||"false"===n?"false":"true"):vo(e)?mo(n)?t.removeAttributeNS(ho,go(e)):t.setAttributeNS(ho,e,n):mo(n)?t.removeAttribute(e):t.setAttribute(e,n)}function $e(t,e){var n=e.elm,r=e.data,i=t.data;if(r.staticClass||r.class||i&&(i.staticClass||i.class)){var o=Yt(e),a=n._transitionClasses;a&&(o=te(o,ee(a))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}function Ne(t,e,n,r){if(n){var i=e;e=function(n){Me(t,e,r),1===arguments.length?i(n):i.apply(null,arguments)}}so.addEventListener(t,e,r)}function Me(t,e,n){so.removeEventListener(t,e,n)}function Re(t,e){if(t.data.on||e.data.on){var n=e.data.on||{},r=t.data.on||{};so=e.elm,ct(n,r,Ne,Me,e.context)}}function je(t,e){if(t.data.domProps||e.data.domProps){var n,r,i=e.elm,o=t.data.domProps||{},a=e.data.domProps||{};a.__ob__&&(a=e.data.domProps=f({},a));for(n in o)null==a[n]&&(i[n]="");for(n in a)if(r=a[n],("textContent"!==n&&"innerHTML"!==n||(e.children&&(e.children.length=0),r!==o[n]))&&("checked"!==n||Pe(i,r)))if("value"===n){i._value=r;var s=null==r?"":String(r);Le(i,e,s)&&(i.value=s)}else i[n]=r}}function Le(t,e,n){return!(t.composing||"option"!==e.tag&&!Pe(t,n)&&!Ie(e,n))}function Pe(t,e){return document.activeElement!==t&&t.value!==e}function Ie(t,e){var n=t.elm.value,i=t.elm._vModifiers;return i&&i.number||"number"===t.elm.type?r(n)!==r(e):i&&i.trim?n.trim()!==e.trim():n!==e}function De(t){var e=Be(t.style);return t.staticStyle?f(t.staticStyle,e):e}function Be(t){return Array.isArray(t)?h(t):"string"==typeof t?Lo(t):t}function Ue(t,e){var n,r={};if(e)for(var i=t;i.child;)i=i.child._vnode,i.data&&(n=De(i.data))&&f(r,n);(n=De(t.data))&&f(r,n);for(var o=t;o=o.parent;)o.data&&(n=De(o.data))&&f(r,n);return r}function Fe(t,e){var n=e.data,r=t.data;if(n.staticStyle||n.style||r.staticStyle||r.style){var i,o,a=e.elm,s=t.data.staticStyle,c=t.data.style||{},u=s||c,l=Be(e.data.style)||{};e.data.style=l.__ob__?f({},l):l;var p=Ue(e,!0);for(o in u)null==p[o]&&Do(a,o,"");for(o in p)i=p[o],i!==u[o]&&Do(a,o,null==i?"":i)}}function He(t,e){if(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 qe(t,e){if(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 ze(t){Jo(function(){Jo(t)})}function Ge(t,e){(t._transitionClasses||(t._transitionClasses=[])).push(e),He(t,e)}function Ke(t,e){t._transitionClasses&&o(t._transitionClasses,e),qe(t,e)}function Ve(t,e,n){var r=We(t,e),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===qo?Ko:Wo,c=0,u=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++c>=a&&u()};setTimeout(function(){c<a&&u()},o+1),t.addEventListener(s,l)}function We(t,e){var n,r=window.getComputedStyle(t),i=r[Go+"Delay"].split(", "),o=r[Go+"Duration"].split(", "),a=Je(i,o),s=r[Vo+"Delay"].split(", "),c=r[Vo+"Duration"].split(", "),u=Je(s,c),l=0,f=0;e===qo?a>0&&(n=qo,l=a,f=o.length):e===zo?u>0&&(n=zo,l=u,f=c.length):(l=Math.max(a,u),n=l>0?a>u?qo:zo:null,f=n?n===qo?o.length:c.length:0);var p=n===qo&&Zo.test(r[Go+"Property"]);return{type:n,timeout:l,propCount:f,hasTransform:p}}function Je(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map(function(e,n){return Ze(e)+Ze(t[n])}))}function Ze(t){return 1e3*Number(t.slice(0,-1))}function Ye(t,e){var n=t.elm;n._leaveCb&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Qe(t.data.transition);if(r&&!n._enterCb&&1===n.nodeType){for(var i=r.css,o=r.type,a=r.enterClass,s=r.enterToClass,c=r.enterActiveClass,u=r.appearClass,l=r.appearToClass,f=r.appearActiveClass,p=r.beforeEnter,d=r.enter,h=r.afterEnter,v=r.enterCancelled,g=r.beforeAppear,m=r.appear,y=r.afterAppear,b=r.appearCancelled,_=Xi,w=Xi.$vnode;w&&w.parent;)w=w.parent,_=w.context;var x=!_._isMounted||!t.isRootInsert;if(!x||m||""===m){var k=x?u:a,E=x?f:c,O=x?l:s,C=x?g||p:p,S=x&&"function"==typeof m?m:d,A=x?y||h:h,T=x?b||v:v,$=i!==!1&&!_i,N=S&&(S._length||S.length)>1,M=n._enterCb=tn(function(){$&&(Ke(n,O),Ke(n,E)),M.cancelled?($&&Ke(n,k),T&&T(n)):A&&A(n),n._enterCb=null});t.data.show||st(t.data.hook||(t.data.hook={}),"insert",function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.context===t.context&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),S&&S(n,M)},"transition-insert"),C&&C(n),$&&(Ge(n,k),Ge(n,E),ze(function(){Ge(n,O),Ke(n,k),M.cancelled||N||Ve(n,o,M)})),t.data.show&&(e&&e(),S&&S(n,M)),$||N||M()}}}function Xe(t,e){function n(){m.cancelled||(t.data.show||((r.parentNode._pending||(r.parentNode._pending={}))[t.key]=t),l&&l(r),v&&(Ge(r,s),Ge(r,u),ze(function(){Ge(r,c),Ke(r,s),m.cancelled||g||Ve(r,a,m)})),f&&f(r,m),v||g||m())}var r=t.elm;r._enterCb&&(r._enterCb.cancelled=!0,r._enterCb());var i=Qe(t.data.transition);if(!i)return e();if(!r._leaveCb&&1===r.nodeType){var o=i.css,a=i.type,s=i.leaveClass,c=i.leaveToClass,u=i.leaveActiveClass,l=i.beforeLeave,f=i.leave,p=i.afterLeave,d=i.leaveCancelled,h=i.delayLeave,v=o!==!1&&!_i,g=f&&(f._length||f.length)>1,m=r._leaveCb=tn(function(){r.parentNode&&r.parentNode._pending&&(r.parentNode._pending[t.key]=null),v&&(Ke(r,c),Ke(r,u)),m.cancelled?(v&&Ke(r,s),d&&d(r)):(e(),p&&p(r)),r._leaveCb=null});h?h(n):n()}}function Qe(t){if(t){if("object"==typeof t){var e={};return t.css!==!1&&f(e,Yo(t.name||"v")),f(e,t),e}return"string"==typeof t?Yo(t):void 0}}function tn(t){var e=!1;return function(){e||(e=!0,t())}}function en(t,e){e.data.show||Ye(e)}function nn(t,e,n){var r=e.value,i=t.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],i)o=y(r,on(a))>-1,a.selected!==o&&(a.selected=o);else if(m(on(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));i||(t.selectedIndex=-1)}}function rn(t,e){for(var n=0,r=e.length;n<r;n++)if(m(on(e[n]),t))return!1;return!0}function on(t){return"_value"in t?t._value:t.value}function an(t){t.target.composing=!0}function sn(t){t.target.composing=!1,cn(t.target,"input")}function cn(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function un(t){return!t.child||t.data&&t.data.transition?t:un(t.child._vnode)}function ln(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ln(ht(e.children)):t}function fn(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var i=n._parentListeners;for(var o in i)e[ai(o)]=i[o].fn;return e}function pn(t,e){return/\d-keep-alive$/.test(e.tag)?t("keep-alive"):null}function dn(t){for(;t=t.parent;)if(t.data.transition)return!0}function hn(t,e){return e.key===t.key&&e.tag===t.tag}function vn(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function gn(t){t.data.newPos=t.elm.getBoundingClientRect()}function mn(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,i=e.top-n.top;if(r||i){t.data.moved=!0;var o=t.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}function yn(t,e){var n=document.createElement("div");return n.innerHTML='<div a="'+t+'">',n.innerHTML.indexOf(e)>0}function bn(t){return la=la||document.createElement("div"),la.innerHTML=t,la.textContent}function _n(t,e){return e&&(t=t.replace(os,"\n")),t.replace(rs,"<").replace(is,">").replace(as,"&").replace(ss,'"')}function wn(t,e){function n(e){f+=e,t=t.substring(e)}function r(){var e=t.match(wa);if(e){var r={tagName:e[1],attrs:[],start:f};n(e[0].length);for(var i,o;!(i=t.match(xa))&&(o=t.match(ya));)n(o[0].length),r.attrs.push(o);if(i)return r.unarySlash=i[1],n(i[0].length),r.end=f,r}}function i(t){var n=t.tagName,r=t.unarySlash;u&&("p"===s&&ha(n)&&o("",s),da(n)&&s===n&&o("",n));for(var i=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];Sa&&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:_n(h,e.shouldDecodeNewlines)}}i||(c.push({tag:n,attrs:f}),s=n,r=""),e.start&&e.start(n,f,i,t.start,t.end)}function o(t,n,r,i){var o;if(null==r&&(r=f),null==i&&(i=f),n){var a=n.toLowerCase();for(o=c.length-1;o>=0&&c[o].tag.toLowerCase()!==a;o--);}else o=0;if(o>=0){for(var u=c.length-1;u>=o;u--)e.end&&e.end(c[u].tag,r,i);c.length=o,s=o&&c[o-1].tag}else"br"===n.toLowerCase()?e.start&&e.start(n,[],!0,r,i):"p"===n.toLowerCase()&&(e.start&&e.start(n,[],!1,r,i),e.end&&e.end(n,r,i))}for(var a,s,c=[],u=e.expectHTML,l=e.isUnaryTag||pi,f=0;t;){if(a=t,s&&es(s,e.sfc,c)){var p=s.toLowerCase(),d=ns[p]||(ns[p]=new RegExp("([\\s\\S]*?)(</"+p+"[^>]*>)","i")),h=0,v=t.replace(d,function(t,n,r){return h=r.length,"script"!==p&&"style"!==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,o("</"+p+">",p,f-h,f)}else{var g=t.indexOf("<");if(0===g){if(Oa.test(t)){var m=t.indexOf("-->");if(m>=0){n(m+3);continue}}if(Ca.test(t)){var y=t.indexOf("]>");if(y>=0){n(y+2);continue}}var b=t.match(Ea);if(b){n(b[0].length);continue}var _=t.match(ka);if(_){var w=f;n(_[0].length),o(_[0],_[1],w,f);continue}var x=r();if(x){i(x);continue}}var k=void 0,E=void 0,O=void 0;if(g>0){for(E=t.slice(g);!(ka.test(E)||wa.test(E)||Oa.test(E)||Ca.test(E)||(O=E.indexOf("<",1),O<0));)g+=O,E=t.slice(g);k=t.substring(0,g),n(g)}g<0&&(k=t,t=""),e.chars&&k&&e.chars(k)}if(t===a&&e.chars){e.chars(t);break}}o()}function xn(t){function e(){(a||(a=[])).push(t.slice(h,i).trim()),h=i+1}var n,r,i,o,a,s=!1,c=!1,u=!1,l=!1,f=0,p=0,d=0,h=0;for(i=0;i<t.length;i++)if(r=n,n=t.charCodeAt(i),s)39===n&&92!==r&&(s=!1);else if(c)34===n&&92!==r&&(c=!1);else if(u)96===n&&92!==r&&(u=!1);else if(l)47===n&&92!==r&&(l=!1);else if(124!==n||124===t.charCodeAt(i+1)||124===t.charCodeAt(i-1)||f||p||d){switch(n){case 34:c=!0;break;case 39:s=!0;break;case 96:u=!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=i-1,g=void 0;v>=0&&(g=t.charAt(v)," "===g);v--);g&&/[\w$]/.test(g)||(l=!0)}}else void 0===o?(h=i+1,o=t.slice(0,i).trim()):e();if(void 0===o?o=t.slice(0,i).trim():0!==h&&e(),a)for(i=0;i<a.length;i++)o=kn(o,a[i]);return o}function kn(t,e){var n=e.indexOf("(");if(n<0)return'_f("'+e+'")('+t+")";var r=e.slice(0,n),i=e.slice(n+1);return'_f("'+r+'")('+t+","+i}function En(t,e){var n=e?ls(e):cs;if(n.test(t)){for(var r,i,o=[],a=n.lastIndex=0;r=n.exec(t);){i=r.index,i>a&&o.push(JSON.stringify(t.slice(a,i)));var s=xn(r[1].trim());o.push("_s("+s+")"),a=i+r[0].length}return a<t.length&&o.push(JSON.stringify(t.slice(a))),o.join("+")}}function On(t){console.error("[Vue parser]: "+t)}function Cn(t,e){return t?t.map(function(t){return t[e]}).filter(function(t){return t}):[]}function Sn(t,e,n){(t.props||(t.props=[])).push({name:e,value:n})}function An(t,e,n){(t.attrs||(t.attrs=[])).push({name:e,value:n})}function Tn(t,e,n,r,i,o){(t.directives||(t.directives=[])).push({name:e,rawName:n,value:r,arg:i,modifiers:o})}function $n(t,e,n,r,i){r&&r.capture&&(delete r.capture,e="!"+e),r&&r.once&&(delete r.once,e="~"+e);var o;r&&r.native?(delete r.native,o=t.nativeEvents||(t.nativeEvents={})):o=t.events||(t.events={});var a={value:n,modifiers:r},s=o[e];Array.isArray(s)?i?s.unshift(a):s.push(a):s?o[e]=i?[a,s]:[s,a]:o[e]=a}function Nn(t,e,n){var r=Mn(t,":"+e)||Mn(t,"v-bind:"+e);if(null!=r)return xn(r);if(n!==!1){var i=Mn(t,e);if(null!=i)return JSON.stringify(i)}}function Mn(t,e){var n;if(null!=(n=t.attrsMap[e]))for(var r=t.attrsList,i=0,o=r.length;i<o;i++)if(r[i].name===e){r.splice(i,1);break}return n}function Rn(t){if(Ta=t,Aa=Ta.length,Na=Ma=Ra=0,t.indexOf("[")<0||t.lastIndexOf("]")<Aa-1)return{exp:t,idx:null};for(;!Ln();)$a=jn(),Pn($a)?Dn($a):91===$a&&In($a);return{exp:t.substring(0,Ma),idx:t.substring(Ma+1,Ra)}}function jn(){return Ta.charCodeAt(++Na)}function Ln(){return Na>=Aa}function Pn(t){return 34===t||39===t}function In(t){var e=1;for(Ma=Na;!Ln();)if(t=jn(),Pn(t))Dn(t);else if(91===t&&e++,93===t&&e--,0===e){Ra=Na;break}}function Dn(t){for(var e=t;!Ln()&&(t=jn(),t!==e););}function Bn(t,e){ja=e.warn||On,La=e.getTagNamespace||pi,Pa=e.mustUseProp||pi,Ia=e.isPreTag||pi,Da=Cn(e.modules,"preTransformNode"),Ba=Cn(e.modules,"transformNode"),Ua=Cn(e.modules,"postTransformNode"),Fa=e.delimiters;var n,r,i=[],o=e.preserveWhitespace!==!1,a=!1,s=!1;return wn(t,{expectHTML:e.expectHTML,isUnaryTag:e.isUnaryTag,shouldDecodeNewlines:e.shouldDecodeNewlines,start:function(t,o,c){function u(t){}var l=r&&r.ns||La(t);bi&&"svg"===l&&(o=rr(o));var f={type:1,tag:t,attrsList:o,attrsMap:er(o),parent:r,children:[]};l&&(f.ns=l),nr(f)&&!Ei()&&(f.forbidden=!0);for(var p=0;p<Da.length;p++)Da[p](f,e);if(a||(Un(f),f.pre&&(a=!0)),Ia(f.tag)&&(s=!0),a)Fn(f);else{zn(f),Gn(f),Jn(f),Hn(f),f.plain=!f.key&&!o.length,qn(f),Zn(f),Yn(f);for(var d=0;d<Ba.length;d++)Ba[d](f,e);Xn(f)}if(n?i.length||n.if&&(f.elseif||f.else)&&(u(f),Wn(n,{exp:f.elseif,block:f})):(n=f,u(n)),r&&!f.forbidden)if(f.elseif||f.else)Kn(f,r);else if(f.slotScope){r.plain=!1;var h=f.slotTarget||"default";(r.scopedSlots||(r.scopedSlots={}))[h]=f}else r.children.push(f),f.parent=r;c||(r=f,i.push(f));for(var v=0;v<Ua.length;v++)Ua[v](f,e)},end:function(){var t=i[i.length-1],e=t.children[t.children.length-1];e&&3===e.type&&" "===e.text&&t.children.pop(),i.length-=1,r=i[i.length-1],t.pre&&(a=!1),Ia(t.tag)&&(s=!1)},chars:function(t){if(r&&(!bi||"textarea"!==r.tag||r.attrsMap.placeholder!==t)){var e=r.children;if(t=s||t.trim()?ys(t):o&&e.length?" ":""){var n;!a&&" "!==t&&(n=En(t,Fa))?e.push({type:2,expression:n,text:t}):" "===t&&" "===e[e.length-1].text||r.children.push({type:3,text:t})}}}}),n}function Un(t){null!=Mn(t,"v-pre")&&(t.pre=!0)}function Fn(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 Hn(t){var e=Nn(t,"key");e&&(t.key=e)}function qn(t){var e=Nn(t,"ref");e&&(t.ref=e,t.refInFor=Qn(t))}function zn(t){var e;if(e=Mn(t,"v-for")){var n=e.match(ps);if(!n)return;t.for=n[2].trim();var r=n[1].trim(),i=r.match(ds);i?(t.alias=i[1].trim(),t.iterator1=i[2].trim(),i[3]&&(t.iterator2=i[3].trim())):t.alias=r}}function Gn(t){var e=Mn(t,"v-if");if(e)t.if=e,Wn(t,{exp:e,block:t});else{null!=Mn(t,"v-else")&&(t.else=!0);var n=Mn(t,"v-else-if");n&&(t.elseif=n)}}function Kn(t,e){var n=Vn(e.children);n&&n.if&&Wn(n,{exp:t.elseif,block:t})}function Vn(t){for(var e=t.length;e--;){if(1===t[e].type)return t[e];t.pop()}}function Wn(t,e){t.ifConditions||(t.ifConditions=[]),t.ifConditions.push(e)}function Jn(t){var e=Mn(t,"v-once");null!=e&&(t.once=!0)}function Zn(t){if("slot"===t.tag)t.slotName=Nn(t,"name");else{var e=Nn(t,"slot");e&&(t.slotTarget='""'===e?'"default"':e),"template"===t.tag&&(t.slotScope=Mn(t,"scope"))}}function Yn(t){var e;(e=Nn(t,"is"))&&(t.component=e),null!=Mn(t,"inline-template")&&(t.inlineTemplate=!0)}function Xn(t){var e,n,r,i,o,a,s,c,u=t.attrsList;for(e=0,n=u.length;e<n;e++)if(r=i=u[e].name,o=u[e].value,fs.test(r))if(t.hasBindings=!0,s=tr(r),s&&(r=r.replace(ms,"")),hs.test(r))r=r.replace(hs,""),o=xn(o),c=!1,s&&(s.prop&&(c=!0,r=ai(r),"innerHtml"===r&&(r="innerHTML")),s.camel&&(r=ai(r))),c||Pa(t.tag,r)?Sn(t,r,o):An(t,r,o);else if(vs.test(r))r=r.replace(vs,""),$n(t,r,o,s);else{r=r.replace(fs,"");var l=r.match(gs);l&&(a=l[1])&&(r=r.slice(0,-(a.length+1))),Tn(t,r,i,o,a,s)}else{An(t,r,JSON.stringify(o)),Pa(t.tag,r)&&("value"===r?Sn(t,r,JSON.stringify(o)):Sn(t,r,"true"))}}function Qn(t){for(var e=t;e;){if(void 0!==e.for)return!0;e=e.parent}return!1}function tr(t){var e=t.match(ms);if(e){var n={};return e.forEach(function(t){n[t.slice(1)]=!0}),n}}function er(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 rr(t){for(var e=[],n=0;n<t.length;n++){var r=t[n];bs.test(r.name)||(r.name=r.name.replace(_s,""),e.push(r))}return e}function ir(t,e){t&&(Ha=ws(e.staticKeys||""),qa=e.isReservedTag||pi,ar(t),sr(t,!1))}function or(t){return i("type,tag,attrsList,attrsMap,plain,parent,children,attrs"+(t?","+t:""))}function ar(t){if(t.static=ur(t),1===t.type){if(!qa(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];ar(r),r.static||(t.static=!1)}}}function sr(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++)sr(t.children[n],e||!!t.for);t.ifConditions&&cr(t.ifConditions,e)}}function cr(t,e){for(var n=1,r=t.length;n<r;n++)sr(t[n].block,e)}function ur(t){return 2!==t.type&&(3===t.type||!(!t.pre&&(t.hasBindings||t.if||t.for||ri(t.tag)||!qa(t.tag)||lr(t)||!Object.keys(t).every(Ha))))}function lr(t){for(;t.parent;){if(t=t.parent,"template"!==t.tag)return!1;if(t.for)return!0}return!1}function fr(t,e){var n=e?"nativeOn:{":"on:{";for(var r in t)n+='"'+r+'":'+pr(r,t[r])+",";return n.slice(0,-1)+"}"}function pr(t,e){if(e){if(Array.isArray(e))return"["+e.map(function(e){return pr(t,e)}).join(",")+"]";if(e.modifiers){var n="",r=[];for(var i in e.modifiers)Os[i]?n+=Os[i]:r.push(i);r.length&&(n=dr(r)+n);var o=ks.test(e.value)?e.value+"($event)":e.value;return"function($event){"+n+o+"}"}return xs.test(e.value)||ks.test(e.value)?e.value:"function($event){"+e.value+"}"}return"function(){}"}function dr(t){return"if("+t.map(hr).join("&&")+")return;"}function hr(t){var e=parseInt(t,10);if(e)return"$event.keyCode!=="+e;var n=Es[t];return"_k($event.keyCode,"+JSON.stringify(t)+(n?","+JSON.stringify(n):"")+")"}function vr(t,e){t.wrapData=function(n){return"_b("+n+",'"+t.tag+"',"+e.value+(e.modifiers&&e.modifiers.prop?",true":"")+")"}}function gr(t,e){var n=Ja,r=Ja=[],i=Za;Za=0,Ya=e,za=e.warn||On,Ga=Cn(e.modules,"transformCode"),Ka=Cn(e.modules,"genData"),Va=e.directives||{},
Wa=e.isReservedTag||pi;var o=t?mr(t):'_c("div")';return Ja=n,Za=i,{render:"with(this){return "+o+"}",staticRenderFns:r}}function mr(t){if(t.staticRoot&&!t.staticProcessed)return yr(t);if(t.once&&!t.onceProcessed)return br(t);if(t.for&&!t.forProcessed)return xr(t);if(t.if&&!t.ifProcessed)return _r(t);if("template"!==t.tag||t.slotTarget){if("slot"===t.tag)return jr(t);var e;if(t.component)e=Lr(t.component,t);else{var n=t.plain?void 0:kr(t),r=t.inlineTemplate?null:Ar(t,!0);e="_c('"+t.tag+"'"+(n?","+n:"")+(r?","+r:"")+")"}for(var i=0;i<Ga.length;i++)e=Ga[i](t,e);return e}return Ar(t)||"void 0"}function yr(t){return t.staticProcessed=!0,Ja.push("with(this){return "+mr(t)+"}"),"_m("+(Ja.length-1)+(t.staticInFor?",true":"")+")"}function br(t){if(t.onceProcessed=!0,t.if&&!t.ifProcessed)return _r(t);if(t.staticInFor){for(var e="",n=t.parent;n;){if(n.for){e=n.key;break}n=n.parent}return e?"_o("+mr(t)+","+Za++ +(e?","+e:"")+")":mr(t)}return yr(t)}function _r(t){return t.ifProcessed=!0,wr(t.ifConditions.slice())}function wr(t){function e(t){return t.once?br(t):mr(t)}if(!t.length)return"_e()";var n=t.shift();return n.exp?"("+n.exp+")?"+e(n.block)+":"+wr(t):""+e(n.block)}function xr(t){var e=t.for,n=t.alias,r=t.iterator1?","+t.iterator1:"",i=t.iterator2?","+t.iterator2:"";return t.forProcessed=!0,"_l(("+e+"),function("+n+r+i+"){return "+mr(t)+"})"}function kr(t){var e="{",n=Er(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<Ka.length;r++)e+=Ka[r](t);if(t.attrs&&(e+="attrs:{"+Pr(t.attrs)+"},"),t.props&&(e+="domProps:{"+Pr(t.props)+"},"),t.events&&(e+=fr(t.events)+","),t.nativeEvents&&(e+=fr(t.nativeEvents,!0)+","),t.slotTarget&&(e+="slot:"+t.slotTarget+","),t.scopedSlots&&(e+=Cr(t.scopedSlots)+","),t.inlineTemplate){var i=Or(t);i&&(e+=i+",")}return e=e.replace(/,$/,"")+"}",t.wrapData&&(e=t.wrapData(e)),e}function Er(t){var e=t.directives;if(e){var n,r,i,o,a="directives:[",s=!1;for(n=0,r=e.length;n<r;n++){i=e[n],o=!0;var c=Va[i.name]||Cs[i.name];c&&(o=!!c(t,i,za)),o&&(s=!0,a+='{name:"'+i.name+'",rawName:"'+i.rawName+'"'+(i.value?",value:("+i.value+"),expression:"+JSON.stringify(i.value):"")+(i.arg?',arg:"'+i.arg+'"':"")+(i.modifiers?",modifiers:"+JSON.stringify(i.modifiers):"")+"},")}return s?a.slice(0,-1)+"]":void 0}}function Or(t){var e=t.children[0];if(1===e.type){var n=gr(e,Ya);return"inlineTemplate:{render:function(){"+n.render+"},staticRenderFns:["+n.staticRenderFns.map(function(t){return"function(){"+t+"}"}).join(",")+"]}"}}function Cr(t){return"scopedSlots:{"+Object.keys(t).map(function(e){return Sr(e,t[e])}).join(",")+"}"}function Sr(t,e){return t+":function("+String(e.attrsMap.scope)+"){return "+("template"===e.tag?Ar(e)||"void 0":mr(e))+"}"}function Ar(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 mr(r);var i=Tr(n);return"["+n.map(Mr).join(",")+"]"+(e&&i?","+i:"")}}function Tr(t){for(var e=0,n=0;n<t.length;n++){var r=t[n];if($r(r)||r.if&&r.ifConditions.some(function(t){return $r(t.block)})){e=2;break}(Nr(r)||r.if&&r.ifConditions.some(function(t){return Nr(t.block)}))&&(e=1)}return e}function $r(t){return t.for||"template"===t.tag||"slot"===t.tag}function Nr(t){return 1===t.type&&!Wa(t.tag)}function Mr(t){return 1===t.type?mr(t):Rr(t)}function Rr(t){return"_v("+(2===t.type?t.expression:Ir(JSON.stringify(t.text)))+")"}function jr(t){var e=t.slotName||'"default"',n=Ar(t),r="_t("+e+(n?","+n:""),i=t.attrs&&"{"+t.attrs.map(function(t){return ai(t.name)+":"+t.value}).join(",")+"}",o=t.attrsMap["v-bind"];return!i&&!o||n||(r+=",null"),i&&(r+=","+i),o&&(r+=(i?"":",null")+","+o),r+")"}function Lr(t,e){var n=e.inlineTemplate?null:Ar(e,!0);return"_c("+t+","+kr(e)+(n?","+n:"")+")"}function Pr(t){for(var e="",n=0;n<t.length;n++){var r=t[n];e+='"'+r.name+'":'+Ir(r.value)+","}return e.slice(0,-1)}function Ir(t){return t.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}function Dr(t,e){var n=Bn(t.trim(),e);ir(n,e);var r=gr(n,e);return{ast:n,render:r.render,staticRenderFns:r.staticRenderFns}}function Br(t,e){var n=(e.warn||On,Mn(t,"class"));n&&(t.staticClass=JSON.stringify(n));var r=Nn(t,"class",!1);r&&(t.classBinding=r)}function Ur(t){var e="";return t.staticClass&&(e+="staticClass:"+t.staticClass+","),t.classBinding&&(e+="class:"+t.classBinding+","),e}function Fr(t,e){var n=(e.warn||On,Mn(t,"style"));if(n){t.staticStyle=JSON.stringify(Lo(n))}var r=Nn(t,"style",!1);r&&(t.styleBinding=r)}function Hr(t){var e="";return t.staticStyle&&(e+="staticStyle:"+t.staticStyle+","),t.styleBinding&&(e+="style:("+t.styleBinding+"),"),e}function qr(t,e,n){Xa=n;var r=e.value,i=e.modifiers,o=t.tag,a=t.attrsMap.type;return"select"===o?Vr(t,r,i):"input"===o&&"checkbox"===a?zr(t,r,i):"input"===o&&"radio"===a?Gr(t,r,i):Kr(t,r,i),!0}function zr(t,e,n){var r=n&&n.number,i=Nn(t,"value")||"null",o=Nn(t,"true-value")||"true",a=Nn(t,"false-value")||"false";Sn(t,"checked","Array.isArray("+e+")?_i("+e+","+i+")>-1"+("true"===o?":("+e+")":":_q("+e+","+o+")")),$n(t,"change","var $$a="+e+",$$el=$event.target,$$c=$$el.checked?("+o+"):("+a+");if(Array.isArray($$a)){var $$v="+(r?"_n("+i+")":i)+",$$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 Gr(t,e,n){var r=n&&n.number,i=Nn(t,"value")||"null";i=r?"_n("+i+")":i,Sn(t,"checked","_q("+e+","+i+")"),$n(t,"change",Wr(e,i),null,!0)}function Kr(t,e,n){var r=t.attrsMap.type,i=n||{},o=i.lazy,a=i.number,s=i.trim,c=o||bi&&"range"===r?"change":"input",u=!o&&"range"!==r,l="input"===t.tag||"textarea"===t.tag,f=l?"$event.target.value"+(s?".trim()":""):s?"(typeof $event === 'string' ? $event.trim() : $event)":"$event";f=a||"number"===r?"_n("+f+")":f;var p=Wr(e,f);l&&u&&(p="if($event.target.composing)return;"+p),Sn(t,"value",l?"_s("+e+")":"("+e+")"),$n(t,c,p,null,!0),(s||a||"number"===r)&&$n(t,"blur","$forceUpdate()")}function Vr(t,e,n){var r=n&&n.number,i='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")+"})"+(null==t.attrsMap.multiple?"[0]":""),o=Wr(e,i);$n(t,"change",o,null,!0)}function Wr(t,e){var n=Rn(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 Jr(t,e){e.value&&Sn(t,"textContent","_s("+e.value+")")}function Zr(t,e){e.value&&Sn(t,"innerHTML","_s("+e.value+")")}function Yr(t,e){return e=e?f(f({},Ms),e):Ms,Dr(t,e)}function Xr(t,e,n){var r=(e&&e.warn||Ai,e&&e.delimiters?String(e.delimiters)+t:t);if(Ns[r])return Ns[r];var i={},o=Yr(t,e);i.render=Qr(o.render);var a=o.staticRenderFns.length;i.staticRenderFns=new Array(a);for(var s=0;s<a;s++)i.staticRenderFns[s]=Qr(o.staticRenderFns[s]);return Ns[r]=i}function Qr(t){try{return new Function(t)}catch(t){return v}}function ti(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}var ei,ni,ri=i("slot,component",!0),ii=Object.prototype.hasOwnProperty,oi=/-(\w)/g,ai=c(function(t){return t.replace(oi,function(t,e){return e?e.toUpperCase():""})}),si=c(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),ci=/([^-])([A-Z])/g,ui=c(function(t){return t.replace(ci,"$1-$2").replace(ci,"$1-$2").toLowerCase()}),li=Object.prototype.toString,fi="[object Object]",pi=function(){return!1},di=function(t){return t},hi={optionMergeStrategies:Object.create(null),silent:!1,devtools:!1,errorHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:pi,isUnknownElement:pi,getTagNamespace:v,parsePlatformTagName:di,mustUseProp:pi,_assetTypes:["component","directive","filter"],_lifecycleHooks:["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated"],_maxUpdateCount:100},vi=/[^\w.$]/,gi="__proto__"in{},mi="undefined"!=typeof window,yi=mi&&window.navigator.userAgent.toLowerCase(),bi=yi&&/msie|trident/.test(yi),_i=yi&&yi.indexOf("msie 9.0")>0,wi=yi&&yi.indexOf("edge/")>0,xi=yi&&yi.indexOf("android")>0,ki=yi&&/iphone|ipad|ipod|ios/.test(yi),Ei=function(){return void 0===ei&&(ei=!mi&&"undefined"!=typeof e&&"server"===e.process.env.VUE_ENV),ei},Oi=mi&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,Ci=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&&x(Promise)){var i=Promise.resolve(),o=function(t){console.error(t)};e=function(){i.then(t).catch(o),ki&&setTimeout(v)}}else if("undefined"==typeof MutationObserver||!x(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())e=function(){setTimeout(t,0)};else{var a=1,s=new MutationObserver(t),c=document.createTextNode(String(a));s.observe(c,{characterData:!0}),e=function(){a=(a+1)%2,c.data=String(a)}}return function(t,i){var o;if(n.push(function(){t&&t.call(i),o&&o(i)}),r||(r=!0,e()),!t&&"undefined"!=typeof Promise)return new Promise(function(t){o=t})}}();ni="undefined"!=typeof Set&&x(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 Si,Ai=v,Ti=0,$i=function(){this.id=Ti++,this.subs=[]};$i.prototype.addSub=function(t){this.subs.push(t)},$i.prototype.removeSub=function(t){o(this.subs,t)},$i.prototype.depend=function(){$i.target&&$i.target.addDep(this)},$i.prototype.notify=function(){for(var t=this.subs.slice(),e=0,n=t.length;e<n;e++)t[e].update()},$i.target=null;var Ni=[],Mi=Array.prototype,Ri=Object.create(Mi);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(t){var e=Mi[t];_(Ri,t,function(){for(var n=arguments,r=arguments.length,i=new Array(r);r--;)i[r]=n[r];var o,a=e.apply(this,i),s=this.__ob__;switch(t){case"push":o=i;break;case"unshift":o=i;break;case"splice":o=i.slice(2)}return o&&s.observeArray(o),s.dep.notify(),a})});var ji=Object.getOwnPropertyNames(Ri),Li={shouldConvert:!0,isSettingProps:!1},Pi=function(t){if(this.value=t,this.dep=new $i,this.vmCount=0,_(t,"__ob__",this),Array.isArray(t)){var e=gi?O:C;e(t,Ri,ji),this.observeArray(t)}else this.walk(t)};Pi.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)A(t,e[n],t[e[n]])},Pi.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)S(t[e])};var Ii=hi.optionMergeStrategies;Ii.data=function(t,e,n){return n?t||e?function(){var r="function"==typeof e?e.call(n):e,i="function"==typeof t?t.call(n):void 0;return r?M(r,i):i}:void 0:e?"function"!=typeof e?t:t?function(){return M(e.call(this),t.call(this))}:e:t},hi._lifecycleHooks.forEach(function(t){Ii[t]=R}),hi._assetTypes.forEach(function(t){Ii[t+"s"]=j}),Ii.watch=function(t,e){if(!e)return t;if(!t)return e;var n={};f(n,t);for(var r in e){var i=n[r],o=e[r];i&&!Array.isArray(i)&&(i=[i]),n[r]=i?i.concat(o):[o]}return n},Ii.props=Ii.methods=Ii.computed=function(t,e){if(!e)return t;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},Bi=Object.freeze({defineReactive:A,_toString:n,toNumber:r,makeMap:i,isBuiltInTag:ri,remove:o,hasOwn:a,isPrimitive:s,cached:c,camelize:ai,capitalize:si,hyphenate:ui,bind:u,toArray:l,extend:f,isObject:p,isPlainObject:d,toObject:h,noop:v,no:pi,identity:di,genStaticKeys:g,looseEqual:m,looseIndexOf:y,isReserved:b,def:_,parsePath:w,hasProto:gi,inBrowser:mi,UA:yi,isIE:bi,isIE9:_i,isEdge:wi,isAndroid:xi,isIOS:ki,isServerRendering:Ei,devtools:Oi,nextTick:Ci,get _Set(){return ni},mergeOptions:I,resolveAsset:D,get warn(){return Ai},get formatComponentName(){return Si},validateProp:B}),Ui=[],Fi={},Hi=!1,qi=!1,zi=0,Gi=0,Ki=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=++Gi,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ni,this.newDepIds=new ni,this.expression="","function"==typeof e?this.getter=e:(this.getter=w(e),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};Ki.prototype.get=function(){k(this);var t=this.getter.call(this.vm,this.vm);return this.deep&&K(t),E(),this.cleanupDeps(),t},Ki.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))},Ki.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},Ki.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():G(this)},Ki.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){if(!hi.errorHandler)throw t;hi.errorHandler.call(null,t,this.vm)}else this.cb.call(this.vm,t,e)}}},Ki.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Ki.prototype.depend=function(){for(var t=this,e=this.deps.length;e--;)t.deps[e].depend()},Ki.prototype.teardown=function(){var t=this;if(this.active){this.vm._isBeingDestroyed||o(this.vm._watchers,this);for(var e=this.deps.length;e--;)t.deps[e].removeSub(t);this.active=!1}};var Vi,Wi=new ni,Ji={enumerable:!0,configurable:!0,get:v,set:v},Zi=function(t,e,n,r,i,o,a){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=o,this.functionalContext=void 0,this.key=e&&e.key,this.componentOptions=a,this.child=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1},Yi=function(){var t=new Zi;return t.text="",t.isComment=!0,t},Xi=null,Qi={init:Ct,prepatch:St,insert:At,destroy:Tt},to=Object.keys(Qi),eo=1,no=2,ro=0;Ft(zt),nt(zt),bt(zt),wt(zt),Bt(zt);var io=[String,RegExp],oo={name:"keep-alive",abstract:!0,props:{include:io,exclude:io},created:function(){this.cache=Object.create(null)},render:function(){var t=ht(this.$slots.default);if(t&&t.componentOptions){var e=t.componentOptions,n=e.Ctor.options.name||e.tag;if(n&&(this.include&&!Jt(this.include,n)||this.exclude&&Jt(this.exclude,n)))return t;var r=null==t.key?e.Ctor.cid+(e.tag?"::"+e.tag:""):t.key;this.cache[r]?t.child=this.cache[r].child:this.cache[r]=t,t.data.keepAlive=!0}return t},destroyed:function(){var t=this;for(var e in this.cache){var n=t.cache[e];xt(n.child,"deactivated"),n.child.$destroy()}}},ao={KeepAlive:oo};Zt(zt),Object.defineProperty(zt.prototype,"$isServer",{get:Ei}),zt.version="2.1.8";var so,co,uo=i("input,textarea,option,select"),lo=function(t,e){return"value"===e&&uo(t)||"selected"===e&&"option"===t||"checked"===e&&"input"===t||"muted"===e&&"video"===t},fo=i("contenteditable,draggable,spellcheck"),po=i("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"),ho="http://www.w3.org/1999/xlink",vo=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},go=function(t){return vo(t)?t.slice(6,t.length):""},mo=function(t){return null==t||t===!1},yo={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},bo=i("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"),_o=i("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),wo=function(t){return"pre"===t},xo=function(t){return bo(t)||_o(t)},ko=Object.create(null),Eo=Object.freeze({createElement:oe,createElementNS:ae,createTextNode:se,createComment:ce,insertBefore:ue,removeChild:le,appendChild:fe,parentNode:pe,nextSibling:de,tagName:he,setTextContent:ve,setAttribute:ge}),Oo={create:function(t,e){me(e)},update:function(t,e){t.data.ref!==e.data.ref&&(me(t,!0),me(e))},destroy:function(t){me(t,!0)}},Co=new Zi("",{},[]),So=["create","activate","update","remove","destroy"],Ao={create:ke,update:ke,destroy:function(t){ke(t,Co)}},To=Object.create(null),$o=[Oo,Ao],No={create:Ae,update:Ae},Mo={create:$e,update:$e},Ro={create:Re,update:Re},jo={create:je,update:je},Lo=c(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}),Po=/^--/,Io=/\s*!important$/,Do=function(t,e,n){Po.test(e)?t.style.setProperty(e,n):Io.test(n)?t.style.setProperty(e,n.replace(Io,""),"important"):t.style[Uo(e)]=n},Bo=["Webkit","Moz","ms"],Uo=c(function(t){if(co=co||document.createElement("div"),t=ai(t),"filter"!==t&&t in co.style)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<Bo.length;n++){var r=Bo[n]+e;if(r in co.style)return r}}),Fo={create:Fe,update:Fe},Ho=mi&&!_i,qo="transition",zo="animation",Go="transition",Ko="transitionend",Vo="animation",Wo="animationend";Ho&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Go="WebkitTransition",Ko="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Vo="WebkitAnimation",Wo="webkitAnimationEnd"));var Jo=mi&&window.requestAnimationFrame||setTimeout,Zo=/\b(transform|all)(,|$)/,Yo=c(function(t){return{enterClass:t+"-enter",leaveClass:t+"-leave",appearClass:t+"-enter",enterToClass:t+"-enter-to",leaveToClass:t+"-leave-to",appearToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveActiveClass:t+"-leave-active",appearActiveClass:t+"-enter-active"}}),Xo=mi?{create:en,activate:en,remove:function(t,e){t.data.show?e():Xe(t,e)}}:{},Qo=[No,Mo,Ro,jo,Fo,Xo],ta=Qo.concat($o),ea=xe({nodeOps:Eo,modules:ta});_i&&document.addEventListener("selectionchange",function(){var t=document.activeElement;t&&t.vmodel&&cn(t,"input")});var na={inserted:function(t,e,n){if("select"===n.tag){var r=function(){nn(t,e,n.context)};r(),(bi||wi)&&setTimeout(r,0)}else"textarea"!==n.tag&&"text"!==t.type||(t._vModifiers=e.modifiers,e.modifiers.lazy||(xi||(t.addEventListener("compositionstart",an),t.addEventListener("compositionend",sn)),_i&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){nn(t,e,n.context);var r=t.multiple?e.value.some(function(e){return rn(e,t.options)}):e.value!==e.oldValue&&rn(e.value,t.options);r&&cn(t,"change")}}},ra={bind:function(t,e,n){var r=e.value;n=un(n);var i=n.data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&i&&!_i?(n.data.show=!0,Ye(n,function(){t.style.display=o})):t.style.display=r?o:"none"},update:function(t,e,n){var r=e.value,i=e.oldValue;if(r!==i){n=un(n);var o=n.data&&n.data.transition;o&&!_i?(n.data.show=!0,r?Ye(n,function(){t.style.display=t.__vOriginalDisplay}):Xe(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,r,i){i||(t.style.display=t.__vOriginalDisplay)}},ia={model:na,show:ra},oa={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},aa={name:"transition",props:oa,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,i=n[0];if(dn(this.$vnode))return i;var o=ln(i);if(!o)return i;if(this._leaving)return pn(t,i);var a=o.key=null==o.key||o.isStatic?"__v"+(o.tag+this._uid)+"__":o.key,s=(o.data||(o.data={})).transition=fn(this),c=this._vnode,u=ln(c);if(o.data.directives&&o.data.directives.some(function(t){return"show"===t.name})&&(o.data.show=!0),u&&u.data&&!hn(o,u)){var l=u&&(u.data.transition=f({},s));if("out-in"===r)return this._leaving=!0,st(l,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()},a),pn(t,i);if("in-out"===r){var p,d=function(){p()};st(s,"afterEnter",d,a),st(s,"enterCancelled",d,a),st(l,"delayLeave",function(t){p=t},a)}}return i}}},sa=f({tag:String,moveClass:String},oa);delete sa.mode;var ca={props:sa,render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=fn(this),s=0;s<i.length;s++){var c=i[s];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))o.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a;else;}if(r){for(var u=[],l=[],f=0;f<r.length;f++){var p=r[f];p.data.transition=a,p.data.pos=p.elm.getBoundingClientRect(),n[p.key]?u.push(p):l.push(p)}this.kept=t(e,null,u),this.removed=l}return t(e,null,o)},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(vn),t.forEach(gn),t.forEach(mn);document.body.offsetHeight;t.forEach(function(t){if(t.data.moved){var n=t.elm,r=n.style;Ge(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Ko,n._moveCb=function t(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Ko,t),n._moveCb=null,Ke(n,e))})}})}},methods:{hasMove:function(t,e){if(!Ho)return!1;if(null!=this._hasMove)return this._hasMove;Ge(t,e);var n=We(t);return Ke(t,e),this._hasMove=n.hasTransform}}},ua={Transition:aa,TransitionGroup:ca};zt.config.isUnknownElement=re,zt.config.isReservedTag=xo,zt.config.getTagNamespace=ne,zt.config.mustUseProp=lo,f(zt.options.directives,ia),f(zt.options.components,ua),zt.prototype.__patch__=mi?ea:v,zt.prototype.$mount=function(t,e){return t=t&&mi?ie(t):void 0,this._mount(t,e)},setTimeout(function(){hi.devtools&&Oi&&Oi.emit("init",zt)},0);var la,fa=!!mi&&yn("\n"," "),pa=i("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr",!0),da=i("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source",!0),ha=i("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",!0),va=/([^\s"'<>\/=]+)/,ga=/(?:=)/,ma=[/"([^"]*)"+/.source,/'([^']*)'+/.source,/([^\s"'=<>`]+)/.source],ya=new RegExp("^\\s*"+va.source+"(?:\\s*("+ga.source+")\\s*(?:"+ma.join("|")+"))?"),ba="[a-zA-Z_][\\w\\-\\.]*",_a="((?:"+ba+"\\:)?"+ba+")",wa=new RegExp("^<"+_a),xa=/^\s*(\/?)>/,ka=new RegExp("^<\\/"+_a+"[^>]*>"),Ea=/^<!DOCTYPE [^>]+>/i,Oa=/^<!--/,Ca=/^<!\[/,Sa=!1;"x".replace(/x(.)?/g,function(t,e){Sa=""===e});var Aa,Ta,$a,Na,Ma,Ra,ja,La,Pa,Ia,Da,Ba,Ua,Fa,Ha,qa,za,Ga,Ka,Va,Wa,Ja,Za,Ya,Xa,Qa=i("script,style",!0),ts=function(t){return"lang"===t.name&&"html"!==t.value},es=function(t,e,n){return!!Qa(t)||!(!e||1!==n.length)&&!("template"===t&&!n[0].attrs.some(ts))},ns={},rs=/</g,is=/>/g,os=/ /g,as=/&/g,ss=/"/g,cs=/\{\{((?:.|\n)+?)\}\}/g,us=/[-.*+?^${}()|[\]\/\\]/g,ls=c(function(t){var e=t[0].replace(us,"\\$&"),n=t[1].replace(us,"\\$&");return new RegExp(e+"((?:.|\\n)+?)"+n,"g")}),fs=/^v-|^@|^:/,ps=/(.*?)\s+(?:in|of)\s+(.*)/,ds=/\((\{[^}]*\}|[^,]*),([^,]*)(?:,([^,]*))?\)/,hs=/^:|^v-bind:/,vs=/^@|^v-on:/,gs=/:(.*)$/,ms=/\.[^.]+/g,ys=c(bn),bs=/^xmlns:NS\d+/,_s=/^NS\d+:/,ws=c(or),xs=/^\s*([\w$_]+|\([^)]*?\))\s*=>|^function\s*\(/,ks=/^\s*[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['.*?']|\[".*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*\s*$/,Es={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Os={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:"if($event.target !== $event.currentTarget)return;",ctrl:"if(!$event.ctrlKey)return;",shift:"if(!$event.shiftKey)return;",alt:"if(!$event.altKey)return;",meta:"if(!$event.metaKey)return;"},Cs={bind:vr,cloak:v},Ss=(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"),{staticKeys:["staticClass"],transformNode:Br,genData:Ur}),As={staticKeys:["staticStyle"],transformNode:Fr,genData:Hr},Ts=[Ss,As],$s={model:qr,text:Jr,html:Zr},Ns=Object.create(null),Ms={expectHTML:!0,modules:Ts,staticKeys:g(Ts),directives:$s,isReservedTag:xo,isUnaryTag:pa,mustUseProp:lo,getTagNamespace:ne,isPreTag:wo},Rs=c(function(t){var e=ie(t);return e&&e.innerHTML}),js=zt.prototype.$mount;zt.prototype.$mount=function(t,e){if(t=t&&ie(t),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=Rs(r));else{if(!r.nodeType)return this;r=r.innerHTML}else t&&(r=ti(t));if(r){var i=Xr(r,{warn:Ai,shouldDecodeNewlines:fa,delimiters:n.delimiters},this),o=i.render,a=i.staticRenderFns;n.render=o,n.staticRenderFns=a}}return js.call(this,t,e)},zt.compile=Xr,t.exports=zt}).call(e,n(14))},function(t,e,n){"use strict";function r(t){return t.map(function(t){return"dropdown"===t.type?t.items:[t]}).reduce(function(t,e){return[].concat(u()(t),u()(e))},[])}var i=n(87),o=n.n(i),a=n(0),s=n.n(a),c=n(23),u=n.n(c),l=n(19),f=n.n(l),p=n(1),d=n.n(p),h=n(40),v=n(81),g=n(18),m=n.n(g),y=n(21);f.a.use(d.a);var b="undefined"==typeof window?{}:window.$config||{},_=new d.a.Store({state:{config:s()({title:document.title},b),page:{html:"",attributes:{},headings:[]},loaded:!1,showMobileSidebar:!1,jumping:!1,activeId:"",searching:!1,searchResult:null,searchKeyword:""},mutations:{TOGGLE_DROPDOWN:function(t,e){t.config.nav=t.config.nav.map(function(t,n){return n===e?s()({},t,{show:!t.show}):t})},UPDATE_PAGE:function(t,e){t.page={attributes:s()({title:null,sidebar:t.config.sidebar,search:null,icons:null},e.attributes),html:e.html,headings:e.headings},t.loaded=!0,t.activeId=""},TOGGLE_MOBILE_SIDEBAR:function(t,e){void 0!==e?t.showMobileSidebar=e:t.showMobileSidebar=!t.showMobileSidebar},TOGGLE_SIDEBAR:function(t,e){void 0!==e?t.page.attributes.sidebar=e:t.page.attributes.sidebar=void 0!==t.page.attributes.sidebar&&!t.page.attributes.sidebar},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){var n=t.commit;n("TOGGLE_DROPDOWN",e)},updatePage:function(t,e){var n=t.commit;n("UPDATE_PAGE",e)},toggleMobileSidebar:function(t,e){var n=t.commit;n("TOGGLE_MOBILE_SIDEBAR",e)},toggleSidebar:function(t,e){var n=t.commit;n("TOGGLE_SIDEBAR",e)},startJumping:function(t){var e=t.commit;e("UPDATE_JUMPING",!0)},stopJumping:function(t){var e=t.commit;e("UPDATE_JUMPING",!1)},updateActiveId:function(t,e){var n=t.commit;n("UPDATE_ACTIVE_ID",e)},jumpToId:function(t,e){var r=t.dispatch;r("updateActiveId",e),r("startJumping"),y.a.emit("jump:started",e),n.i(v.a)(e,function(){return setTimeout(function(){r("stopJumping"),y.a.emit("jump:stopped",e)},400)})},startSearching:function(t){var e=t.commit;m.a.start(),e("START_SEARCHING")},stopSearching:function(t,e){var n=t.commit;m.a.done(),n("STOP_SEARCHING",e)},updateSearchKeyword:function(t,e){var n=t.commit;n("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=t.route.path,i=r(e.currentNav).filter(function(t){return t.path===n})[0];return i&&i.title},currentNav:function(t){var e=t.config.nav,r=t.page.attributes;if(console.log(r,o()(r)),Array.isArray(e))return console.log("is array"),e;if(n.i(h.a)(e,"Object")){var i=r&&r.nav?e[r.nav]:e.default;return console.log("rs",i),r&&r.nav?e[r.nav]:e.default}return[]},documentTitle:function(t,e){var n=e.currentTitle,r=t.config.title,i=t.page.attributes;return i&&i.title?r?i.title+" - "+r:i.title:n?r?n+" - "+r:n:t.config.title},currentIcons:function t(e){var r=[],i=e.config,o=i.disableDefaultIcons,a=i.icons,s=void 0===a?[]:a,c=i["edit-link"],u=i.repo,l=i.twitter,f=e.route.path,p=e.page.attributes;if(!o){if(c){var d=e.config.landing?"/":f;/\/$/.test(d)&&(d+="README"),r.push({link:""+c+d+".md",label:"Edit this page",svg:"edit"})}u&&r.push({link:"https://github.com/"+u,label:"Star me on GitHub",svg:"github"}),l&&r.push({link:"https://twitter.com/"+l,label:"Follow me on Twitter",svg:"twitter"})}var t=void 0;return t=n.i(h.a)(s,"Object")&&p?s[p.icons]||s.default:s.default||s,r.concat(t)},currentTags:function(t){var e=t.page.attributes;return"string"==typeof e.search?[e.search]:Array.isArray(e.search)?e.search:[]},showSidebar:function(t){var e=t.config.sidebar,n=void 0===e||e,r=t.page.attributes;return"undefined"!=typeof r.sidebar?r.sidebar:n}}});e.a=_},function(t,e,n){"use strict";var r=n(133),i=n.n(r);e.a=new i.a},function(t,e,n){"use strict";function r(t){this.tokens=[],this.tokens.links={},this.options=t||p.defaults,this.rules=d.normal,this.options.gfm&&(this.options.tables?this.rules=d.tables:this.rules=d.gfm)}function i(t,e){if(this.options=e||p.defaults,this.links=t,this.rules=h.normal,this.renderer=this.options.renderer||new o,this.renderer.options=this.options,!this.links)throw new Error("Tokens array requires a `links` property.");this.options.gfm?this.options.breaks?this.rules=h.breaks:this.rules=h.gfm:this.options.pedantic&&(this.rules=h.pedantic)}function o(t){this.options=t||{}}function a(t){this.tokens=[],this.token=null,this.options=t||p.defaults,this.options.renderer=this.options.renderer||new o,this.renderer=this.options.renderer,this.renderer.options=this.options}function s(t,e){return t.replace(e?/&/g:/&(?!#?\w+;)/g,"&").replace(/</g,"<").replace(/>/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 u(t,e){return t=t.source,e=e||"",function n(r,i){return r?(i=i.source||i,i=i.replace(/(^|[^\[])\^/g,"$1"),t=t.replace(r,i),n):new RegExp(t,e)}}function l(){}function f(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 p(t,e,n){if(n||"function"==typeof e){n||(n=e,e=null),e=f({},p.defaults,e||{});var i,o,c=e.highlight,u=0;try{i=r.lex(t,e)}catch(t){return n(t)}o=i.length;var l=function(t){if(t)return e.highlight=c,n(t);var r;try{r=a.parse(i,e)}catch(e){t=e}return e.highlight=c,t?n(t):n(null,r)};if(!c||c.length<3)return l();if(delete e.highlight,!o)return l();for(;u<i.length;u++)!function(t){return"code"!==t.type?--o||l():c(t.text,t.lang,function(e,n){return e?l(e):null==n||n===t.text?--o||l():(t.text=n,t.escaped=!0,void(--o||l()))})}(i[u])}else try{return e&&(e=f({},p.defaults,e)),a.parse(r.lex(t,e),e)}catch(t){if(t.message+="\nPlease report this to https://github.com/chjj/marked.",
(e||p.defaults).silent)return"<p>An error occured:</p><pre>"+s(t.message+"",!0)+"</pre>";throw t}}var d={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:l,hr:/^( *[-*_]){3,} *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,nptable:l,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:l,paragraph:/^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,text:/^[^\n]+/};d.bullet=/(?:[*+-]|\d+\.)/,d.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/,d.item=u(d.item,"gm")(/bull/g,d.bullet)(),d.list=u(d.list)(/bull/g,d.bullet)("hr","\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))")("def","\\n+(?="+d.def.source+")")(),d.blockquote=u(d.blockquote)("def",d.def)(),d._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",d.html=u(d.html)("comment",/<!--[\s\S]*?-->/)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/<tag(?:"[^"]*"|'[^']*'|[^'">])*?>/)(/tag/g,d._tag)(),d.paragraph=u(d.paragraph)("hr",d.hr)("heading",d.heading)("lheading",d.lheading)("blockquote",d.blockquote)("tag","<"+d._tag)("def",d.def)(),d.normal=f({},d),d.gfm=f({},d.normal,{fences:/^ *(`{3,}|~{3,})[ \.]*(\S+)? *\n([\s\S]*?)\s*\1 *(?:\n+|$)/,paragraph:/^/,heading:/^ *(#{1,6}) +([^\n]+?) *#* *(?:\n+|$)/}),d.gfm.paragraph=u(d.paragraph)("(?!","(?!"+d.gfm.fences.source.replace("\\1","\\2")+"|"+d.list.source.replace("\\1","\\3")+"|")(),d.tables=f({},d.gfm,{nptable:/^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,table:/^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/}),r.rules=d,r.lex=function(t,e){var n=new r(e);return n.lex(t)},r.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)},r.prototype.token=function(t,e,n){for(var r,i,o,a,s,c,u,l,f,t=t.replace(/^ +$/gm,"");t;)if((o=this.rules.newline.exec(t))&&(t=t.substring(o[0].length),o[0].length>1&&this.tokens.push({type:"space"})),o=this.rules.code.exec(t))t=t.substring(o[0].length),o=o[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",text:this.options.pedantic?o:o.replace(/\n+$/,"")});else if(o=this.rules.fences.exec(t))t=t.substring(o[0].length),this.tokens.push({type:"code",lang:o[2],text:o[3]||""});else if(o=this.rules.heading.exec(t))t=t.substring(o[0].length),this.tokens.push({type:"heading",depth:o[1].length,text:o[2]});else if(e&&(o=this.rules.nptable.exec(t))){for(t=t.substring(o[0].length),c={type:"table",header:o[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:o[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:o[3].replace(/\n$/,"").split("\n")},l=0;l<c.align.length;l++)/^ *-+: *$/.test(c.align[l])?c.align[l]="right":/^ *:-+: *$/.test(c.align[l])?c.align[l]="center":/^ *:-+ *$/.test(c.align[l])?c.align[l]="left":c.align[l]=null;for(l=0;l<c.cells.length;l++)c.cells[l]=c.cells[l].split(/ *\| */);this.tokens.push(c)}else if(o=this.rules.lheading.exec(t))t=t.substring(o[0].length),this.tokens.push({type:"heading",depth:"="===o[2]?1:2,text:o[1]});else if(o=this.rules.hr.exec(t))t=t.substring(o[0].length),this.tokens.push({type:"hr"});else if(o=this.rules.blockquote.exec(t))t=t.substring(o[0].length),this.tokens.push({type:"blockquote_start"}),o=o[0].replace(/^ *> ?/gm,""),this.token(o,e,!0),this.tokens.push({type:"blockquote_end"});else if(o=this.rules.list.exec(t)){for(t=t.substring(o[0].length),a=o[2],this.tokens.push({type:"list_start",ordered:a.length>1}),o=o[0].match(this.rules.item),r=!1,f=o.length,l=0;l<f;l++)c=o[l],u=c.length,c=c.replace(/^ *([*+-]|\d+\.) +/,""),~c.indexOf("\n ")&&(u-=c.length,c=this.options.pedantic?c.replace(/^ {1,4}/gm,""):c.replace(new RegExp("^ {1,"+u+"}","gm"),"")),this.options.smartLists&&l!==f-1&&(s=d.bullet.exec(o[l+1])[0],a===s||a.length>1&&s.length>1||(t=o.slice(l+1).join("\n")+t,l=f-1)),i=r||/\n\n(?!\s*$)/.test(c),l!==f-1&&(r="\n"===c.charAt(c.length-1),i||(i=r)),this.tokens.push({type:i?"loose_item_start":"list_item_start"}),this.token(c,!1,n),this.tokens.push({type:"list_item_end"});this.tokens.push({type:"list_end"})}else if(o=this.rules.html.exec(t))t=t.substring(o[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:!this.options.sanitizer&&("pre"===o[1]||"script"===o[1]||"style"===o[1]),text:o[0]});else if(!n&&e&&(o=this.rules.def.exec(t)))t=t.substring(o[0].length),this.tokens.links[o[1].toLowerCase()]={href:o[2],title:o[3]};else if(e&&(o=this.rules.table.exec(t))){for(t=t.substring(o[0].length),c={type:"table",header:o[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:o[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:o[3].replace(/(?: *\| *)?\n$/,"").split("\n")},l=0;l<c.align.length;l++)/^ *-+: *$/.test(c.align[l])?c.align[l]="right":/^ *:-+: *$/.test(c.align[l])?c.align[l]="center":/^ *:-+ *$/.test(c.align[l])?c.align[l]="left":c.align[l]=null;for(l=0;l<c.cells.length;l++)c.cells[l]=c.cells[l].replace(/^ *\| *| *\| *$/g,"").split(/ *\| */);this.tokens.push(c)}else if(e&&(o=this.rules.paragraph.exec(t)))t=t.substring(o[0].length),this.tokens.push({type:"paragraph",text:"\n"===o[1].charAt(o[1].length-1)?o[1].slice(0,-1):o[1]});else if(o=this.rules.text.exec(t))t=t.substring(o[0].length),this.tokens.push({type:"text",text:o[0]});else if(t)throw new Error("Infinite loop on byte: "+t.charCodeAt(0));return this.tokens};var h={escape:/^\\([\\`*{}\[\]()#+\-.!_>])/,autolink:/^<([^ >]+(@|:\/)[^ >]+)>/,url:l,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:l,text:/^[\s\S]+?(?=[\\<!\[_*`]| {2,}\n|$)/};h._inside=/(?:\[[^\]]*\]|[^\[\]]|\](?=[^\[]*\]))*/,h._href=/\s*<?([\s\S]*?)>?(?:\s+['"]([\s\S]*?)['"])?\s*/,h.link=u(h.link)("inside",h._inside)("href",h._href)(),h.reflink=u(h.reflink)("inside",h._inside)(),h.normal=f({},h),h.pedantic=f({},h.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/}),h.gfm=f({},h.normal,{escape:u(h.escape)("])","~|])")(),url:/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,del:/^~~(?=\S)([\s\S]*?\S)~~/,text:u(h.text)("]|","~]|")("|","|https?://|")()}),h.breaks=f({},h.gfm,{br:u(h.br)("{2,}","*")(),text:u(h.gfm.text)("{2,}","*")()}),i.rules=h,i.output=function(t,e,n){var r=new i(e,n);return r.output(t)},i.prototype.output=function(t){for(var e,n,r,i,o="";t;)if(i=this.rules.escape.exec(t))t=t.substring(i[0].length),o+=i[1];else if(i=this.rules.autolink.exec(t))t=t.substring(i[0].length),"@"===i[2]?(n=":"===i[1].charAt(6)?this.mangle(i[1].substring(7)):this.mangle(i[1]),r=this.mangle("mailto:")+n):(n=s(i[1]),r=n),o+=this.renderer.link(r,null,n);else if(this.inLink||!(i=this.rules.url.exec(t))){if(i=this.rules.tag.exec(t))!this.inLink&&/^<a /i.test(i[0])?this.inLink=!0:this.inLink&&/^<\/a>/i.test(i[0])&&(this.inLink=!1),t=t.substring(i[0].length),o+=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(i[0]):s(i[0]):i[0];else if(i=this.rules.link.exec(t))t=t.substring(i[0].length),this.inLink=!0,o+=this.outputLink(i,{href:i[2],title:i[3]}),this.inLink=!1;else if((i=this.rules.reflink.exec(t))||(i=this.rules.nolink.exec(t))){if(t=t.substring(i[0].length),e=(i[2]||i[1]).replace(/\s+/g," "),e=this.links[e.toLowerCase()],!e||!e.href){o+=i[0].charAt(0),t=i[0].substring(1)+t;continue}this.inLink=!0,o+=this.outputLink(i,e),this.inLink=!1}else if(i=this.rules.strong.exec(t))t=t.substring(i[0].length),o+=this.renderer.strong(this.output(i[2]||i[1]));else if(i=this.rules.em.exec(t))t=t.substring(i[0].length),o+=this.renderer.em(this.output(i[2]||i[1]));else if(i=this.rules.code.exec(t))t=t.substring(i[0].length),o+=this.renderer.codespan(s(i[2],!0));else if(i=this.rules.br.exec(t))t=t.substring(i[0].length),o+=this.renderer.br();else if(i=this.rules.del.exec(t))t=t.substring(i[0].length),o+=this.renderer.del(this.output(i[1]));else if(i=this.rules.text.exec(t))t=t.substring(i[0].length),o+=this.renderer.text(s(this.smartypants(i[0])));else if(t)throw new Error("Infinite loop on byte: "+t.charCodeAt(0))}else t=t.substring(i[0].length),n=s(i[1]),r=n,o+=this.renderer.link(r,null,n);return o},i.prototype.outputLink=function(t,e){var n=s(e.href),r=e.title?s(e.title):null;return"!"!==t[0].charAt(0)?this.renderer.link(n,r,this.output(t[1])):this.renderer.image(n,r,s(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,i=0;i<r;i++)e=t.charCodeAt(i),Math.random()>.5&&(e="x"+e.toString(16)),n+="&#"+e+";";return n},o.prototype.code=function(t,e,n){if(this.options.highlight){var r=this.options.highlight(t,e);null!=r&&r!==t&&(n=!0,t=r)}return e?'<pre data-lang="'+e+'"><code class="'+this.options.langPrefix+s(e,!0)+'">'+(n?t:s(t,!0))+"\n</code></pre>\n":"<pre><code>"+(n?t:s(t,!0))+"\n</code></pre>"},o.prototype.blockquote=function(t){return"<blockquote>\n"+t+"</blockquote>\n"},o.prototype.html=function(t){return t},o.prototype.heading=function(t,e,n){return"<h"+e+' id="'+this.options.headerPrefix+n.toLowerCase().replace(/[^\w]+/g,"-")+'">'+t+"</h"+e+">\n"},o.prototype.hr=function(){return this.options.xhtml?"<hr/>\n":"<hr>\n"},o.prototype.list=function(t,e){var n=e?"ol":"ul";return"<"+n+">\n"+t+"</"+n+">\n"},o.prototype.listitem=function(t){return"<li>"+t+"</li>\n"},o.prototype.paragraph=function(t){return"<p>"+t+"</p>\n"},o.prototype.table=function(t,e){return"<table>\n<thead>\n"+t+"</thead>\n<tbody>\n"+e+"</tbody>\n</table>\n"},o.prototype.tablerow=function(t){return"<tr>\n"+t+"</tr>\n"},o.prototype.tablecell=function(t,e){var n=e.header?"th":"td",r=e.align?"<"+n+' style="text-align:'+e.align+'">':"<"+n+">";return r+t+"</"+n+">\n"},o.prototype.strong=function(t){return"<strong>"+t+"</strong>"},o.prototype.em=function(t){return"<em>"+t+"</em>"},o.prototype.codespan=function(t){return"<code>"+t+"</code>"},o.prototype.br=function(){return this.options.xhtml?"<br/>":"<br>"},o.prototype.del=function(t){return"<del>"+t+"</del>"},o.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 i='<a href="'+t+'"';return e&&(i+=' title="'+e+'"'),this.options.targetBlank&&(i+=' target="_blank"'),i+=">"+n+"</a>"},o.prototype.image=function(t,e,n){var r='<img src="'+t+'" alt="'+n+'"';return e&&(r+=' title="'+e+'"'),r+=this.options.xhtml?"/>":">"},o.prototype.text=function(t){return t},a.parse=function(t,e,n){var r=new a(e,n);return r.parse(t)},a.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},a.prototype.next=function(){return this.token=this.tokens.pop()},a.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0},a.prototype.parseText=function(){for(var t=this.token.text;"text"===this.peek().type;)t+="\n"+this.next().text;return this.inline.output(t)},a.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);case"table":var t,e,n,r,i,o="",a="";for(n="",t=0;t<this.token.header.length;t++)r={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="",i=0;i<e.length;i++)n+=this.renderer.tablecell(this.inline.output(e[i]),{header:!1,align:this.token.align[i]});a+=this.renderer.tablerow(n)}return this.renderer.table(o,a);case"blockquote_start":for(var a="";"blockquote_end"!==this.next().type;)a+=this.tok();return this.renderer.blockquote(a);case"list_start":for(var a="",s=this.token.ordered;"list_end"!==this.next().type;)a+=this.tok();return this.renderer.list(a,s);case"list_item_start":for(var a="";"list_item_end"!==this.next().type;)a+="text"===this.token.type?this.parseText():this.tok();return this.renderer.listitem(a);case"loose_item_start":for(var a="";"list_item_end"!==this.next().type;)a+=this.tok();return this.renderer.listitem(a);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())}},l.exec=l,p.options=p.setOptions=function(t){return f(p.defaults,t),p},p.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 o,xhtml:!1,targetBlank:!0},p.Parser=a,p.parser=a.parse,p.Renderer=o,p.Lexer=r,p.lexer=r.lex,p.InlineLexer=i,p.inlineLexer=i.output,p.parse=p,e.a=p},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0;var i=n(85),o=r(i);e.default=function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e<t.length;e++)n[e]=t[e];return n}return(0,o.default)(t)}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(17),i=n(4).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(9).f,i=n(16),o=n(2)("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,o)&&r(t,o,{configurable:!0,value:e})}},function(t,e,n){var r=n(51)("keys"),i=n(53);t.exports=function(t){return r[t]||(r[t]=i(t))}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(44),i=n(25);t.exports=function(t){return r(i(t))}},function(t,e,n){var r=n(31),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},function(t,e,n){var r=n(25);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(41),i=n(2)("iterator"),o=n(13);t.exports=n(3).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,e,n){"use strict";var r=n(122)(!0);n(47)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=r(e,n),this._i+=t.length,{value:t,done:!1})})},function(t,e,n){(function(t,r){function i(t,e){this._id=t,this._clearFn=e}var o=n(164).nextTick,a=Function.prototype.apply,s=Array.prototype.slice,c={},u=0;e.setTimeout=function(){return new i(a.call(setTimeout,window,arguments),clearTimeout)},e.setInterval=function(){return new i(a.call(setInterval,window,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t.close()},i.prototype.unref=i.prototype.ref=function(){},i.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))},e.setImmediate="function"==typeof t?t:function(t){var n=u++,r=!(arguments.length<2)&&s.call(arguments,1);return c[n]=!0,o(function(){c[n]&&(r?t.apply(null,r):t.call(null),e.clearImmediate(n))}),n},e.clearImmediate="function"==typeof r?r:function(t){delete c[t]}}).call(e,n(37).setImmediate,n(37).clearImmediate)},function(t,e,n){"use strict";var r=n(19),i=n.n(r),o=n(199),a=n.n(o),s=n(20),c=n(60),u=n.n(c),l=n(185),f=n.n(l),p=n(182),d=n.n(p),h=n(184),v=n.n(h),g=n(183),m=n.n(g);i.a.use(a.a);var y=s.a.state.config.landing,b=[{path:y?"/home":"/",component:u.a,meta:{name:"home"}},{path:"/404",component:d.a,meta:{name:404}},{path:"/demo/:component",component:m.a,meta:{name:404}},{path:"/*",component:f.a,meta:{name:"page"}}];y&&b.unshift({path:"/",component:v.a,meta:{name:"landing"}});var _=new a.a({routes:b});e.a=_},function(t,e,n){"use strict";var r=n(92),i=n.n(r),o=n(93),a=n.n(o);n.d(e,"b",function(){return u});var s=function(){function t(){i()(this,t),this.components={}}return a()(t,[{key:"add",value:function(t,e){this.components[t]||(this.components[t]=[]),this.components[t].push(e)}}]),t}(),c=new s,u=function(){c.add.apply(c,arguments)};e.a=c},function(t,e,n){"use strict";function r(t,e){var n=Math.min.apply(Math,s()(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,s()(t.map(function(t){return t[e]})));return t.filter(function(t){return t[e]===n})}function o(t,e){return"[object "+e+"]"===Object.prototype.toString.call(t)}var a=n(23),s=n.n(a);e.c=r,e.b=i,e.a=o},function(t,e,n){var r=n(15),i=n(2)("toStringTag"),o="Arguments"==r(function(){return arguments}()),a=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=a(e=Object(t),i))?n:o?r(e):"Object"==(s=r(e))&&"function"==typeof e.callee?"Arguments":s}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){t.exports=n(4).document&&document.documentElement},function(t,e,n){var r=n(15);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,e,n){var r=n(13),i=n(2)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},function(t,e,n){var r=n(5);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},function(t,e,n){"use strict";var r=n(49),i=n(12),o=n(119),a=n(8),s=n(16),c=n(13),u=n(108),l=n(29),f=n(115),p=n(2)("iterator"),d=!([].keys&&"next"in[].keys()),h="@@iterator",v="keys",g="values",m=function(){return this};t.exports=function(t,e,n,y,b,_,w){u(n,e,y);var x,k,E,O=function(t){if(!d&&t in T)return T[t];switch(t){case v:return function(){return new n(this,t)};case g:return function(){return new n(this,t)}}return function(){return new n(this,t)}},C=e+" Iterator",S=b==g,A=!1,T=t.prototype,$=T[p]||T[h]||b&&T[b],N=$||O(b),M=b?S?O("entries"):N:void 0,R="Array"==e?T.entries||$:$;if(R&&(E=f(R.call(new t)),E!==Object.prototype&&(l(E,C,!0),r||s(E,p)||a(E,p,m))),S&&$&&$.name!==g&&(A=!0,N=function(){return $.call(this)}),r&&!w||!d&&!A&&T[p]||a(T,p,N),c[e]=N,c[C]=m,b)if(x={values:S?N:O(g),keys:_?N:O(v),entries:M},w)for(k in x)k in T||o(T,k,x[k]);else i(i.P+i.F*(d||A),e,x);return x}},function(t,e,n){var r=n(2)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o=[7],a=o[r]();a.next=function(){return{done:n=!0}},o[r]=function(){return a},t(o)}catch(t){}return n}},function(t,e){t.exports=!0},function(t,e,n){var r=n(116),i=n(42);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e,n){var r=n(4),i="__core-js_shared__",o=r[i]||(r[i]={});t.exports=function(t){return o[t]||(o[t]={})}},function(t,e,n){var r,i,o,a=n(11),s=n(107),c=n(43),u=n(26),l=n(4),f=l.process,p=l.setImmediate,d=l.clearImmediate,h=l.MessageChannel,v=0,g={},m="onreadystatechange",y=function(){var t=+this;if(g.hasOwnProperty(t)){var e=g[t];delete g[t],e()}},b=function(t){y.call(t.data)};p&&d||(p=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return g[++v]=function(){s("function"==typeof t?t:Function(t),e)},r(v),v},d=function(t){delete g[t]},"process"==n(15)(f)?r=function(t){f.nextTick(a(y,t,1))}:h?(i=new h,o=i.port2,i.port1.onmessage=b,r=a(o.postMessage,o,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(r=function(t){l.postMessage(t+"","*")},l.addEventListener("message",b,!1)):r=m in u("script")?function(t){c.appendChild(u("script"))[m]=function(){c.removeChild(this),y.call(t)}}:function(t){setTimeout(a(y,t,1),0)}),t.exports={set:p,clear:d}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},function(t,e,n){n(127);for(var r=n(4),i=n(8),o=n(13),a=n(2)("toStringTag"),s=["NodeList","DOMTokenList","MediaList","StyleSheetList","CSSRuleList"],c=0;c<5;c++){var u=s[c],l=r[u],f=l&&l.prototype;f&&!f[a]&&i(f,a,u),o[u]=o.Array}},function(t,e){t.exports=function(t){var e="[A-Za-z0-9\\._:-]+",n={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:e,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/[^\s"'=<>`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"<!DOCTYPE",end:">",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},t.COMMENT("<!--","-->",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"<style(?=\\s|>|$)",end:">",keywords:{name:"style"},contains:[n],starts:{end:"</style>",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"<script(?=\\s|>|$)",end:">",keywords:{name:"script"},contains:[n],starts:{end:"</script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"</?",end:"/?>",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},n]}]}}},function(t,e){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function i(t){if(l===setTimeout)return setTimeout(t,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(t,0);try{return l(t,0)}catch(e){try{return l.call(null,t,0)}catch(e){return l.call(this,t,0)}}}function o(t){if(f===clearTimeout)return clearTimeout(t);if((f===r||!f)&&clearTimeout)return f=clearTimeout,clearTimeout(t);try{return f(t)}catch(e){try{return f.call(null,t)}catch(e){return f.call(this,t)}}}function a(){v&&d&&(v=!1,d.length?h=d.concat(h):g=-1,h.length&&s())}function s(){if(!v){var t=i(a);v=!0;for(var e=h.length;e;){for(d=h,h=[];++g<e;)d&&d[g].run();g=-1,e=h.length}d=null,v=!1,o(t)}}function c(t,e){this.fun=t,this.array=e}function u(){}var l,f,p=t.exports={};!function(){try{l="function"==typeof setTimeout?setTimeout:n}catch(t){l=n}try{f="function"==typeof clearTimeout?clearTimeout:r}catch(t){f=r}}();var d,h=[],v=!1,g=-1;p.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];h.push(new c(t,e)),1!==h.length||v||i(s)},c.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.binding=function(t){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(t){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},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){var r,i;n(147),r=n(63);var o=n(193);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;n(136),r=n(64);var o=n(187);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;n(144),n(142),n(143),n(139),n(140),n(141),r=n(72);var o=n(190);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){"use strict";var r=n(132),i=(n.n(r),n(75)),o=n(79);n.n(o);document.addEventListener("DOMContentLoaded",function(){i.a.$mount("#app")})},function(t,e,n){"use strict";var r=n(23),i=n.n(r),o=n(0),a=n.n(o),s=n(1),c=(n.n(s),n(162)),u=n.n(c),l=n(40),f=n(6);e.default={name:"app",computed:a()({},n.i(s.mapState)(["jumping"])),mounted:function(){this.scrollSpy(),this.detectClick()},methods:a()({},n.i(s.mapActions)(["updateActiveId","jumpToId"]),{scrollSpy:function(){var t=this,e=function(){var e=t.$route.meta&&t.$route.meta.name,r=["home","page"].indexOf(e)>-1,o=n.i(f.c)(".markdown-toc-heading");if(!t.jumping&&r&&0!==o.length){var a=[].concat(i()(o)).map(function(t){return{top:t.getBoundingClientRect().top,id:t.id}}),s=n.i(l.b)(a.filter(function(t){return t.top<0}),"top")[0],c=n.i(l.c)(a.filter(function(t){return t.top>0}),"top")[0],u={};u=s&&c&&c.top>200?s:c?c:a[a.length-1],u.id&&t.updateActiveId(u.id)}};document.addEventListener("scroll",u()(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:a()({},this.$route.query,{id:n})}),this.jumpToId(n);var r=t.target.closest("[router-link]"),i=r&&r.getAttribute("router-link");return i?(t.preventDefault(),this.$router.push(i)):void 0}})}},function(t,e,n){"use strict";var r=n(0),i=n.n(r),o=n(1),a=(n.n(o),n(10));e.default={computed:i()({},n.i(o.mapGetters)(["currentIcons"])),components:{SvgIcon:a.a}}},function(t,e,n){"use strict";var r=n(0),i=n.n(r),o=n(1),a=(n.n(o),n(10)),s=n(6);e.default={data:function(){return{isMobile:s.a}},computed:i()({},n.i(o.mapState)(["attributes"]),n.i(o.mapGetters)(["currentTitle","currentNav"])),methods:i()({},n.i(o.mapActions)(["toggleDropdown","toggleSidebar"])),components:{SvgIcon:a.a}}},function(t,e,n){"use strict";var r=n(0),i=n.n(r),o=n(1),a=(n.n(o),n(59)),s=n.n(a),c=n(58),u=n.n(c);e.default={computed:i()({},n.i(o.mapGetters)(["currentNav","currentIcons"])),components:{HeaderNav:s.a,HeaderIcons:u.a}}},function(t,e,n){"use strict";var r=n(0),i=n.n(r),o=n(1),a=(n.n(o),n(58)),s=n.n(a),c=n(10),u=n(6);e.default={computed:i()({},n.i(o.mapState)(["config","showMobileSidebar"])),mounted:function(){var t=this;this.$watch("showMobileSidebar",function(){var e=t.$refs.icon,r=n.i(u.b)(".sidebar");r.classList.contains("visible")?(r.classList.remove("visible"),e.style.color="#999"):(r.classList.add("visible"),e.style.color="#333")}),document.addEventListener("click",function(e){var r=t.$refs.header,i=n.i(u.b)(".sidebar");u.a&&r&&!i.contains(e.target)&&!r.contains(e.target)&&t.toggleMobileSidebar(!1)})},methods:i()({},n.i(o.mapActions)(["toggleMobileSidebar"])),components:{HeaderIcons:s.a,SvgIcon:c.a}}},function(t,e,n){"use strict";var r=n(0),i=n.n(r),o=n(1),a=(n.n(o),n(10));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:i()({},n.i(o.mapState)(["config","searchKeyword"])),methods:i()({},n.i(o.mapActions)(["search","updateSearchKeyword","searchReset"]),{handleSearch:function(t){t===this.$route.query.keyword?this.search(t):(this.$router.push({query:i()({},this.$route.query,{keyword:t})}),this.search(t))},toggleFocus:function(){this.focus=!this.focus},handleClear:function(){this.searchReset(),this.$refs.input.focus()}}),components:{SvgIcon:a.a}}},function(t,e,n){"use strict";var r=n(0),i=n.n(r),o=n(1);n.n(o);e.default={computed:i()({},n.i(o.mapState)(["searching","pluginSearch"]),n.i(o.mapState)({searchResult:function(t){return t.searchResult.filter(function(t){return!!t.title||!!t.content})}})),methods:i()({},n.i(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:i()({},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";var r=n(0),i=n.n(r),o=n(10),a=n(1);n.n(a);e.default={methods:i()({},n.i(a.mapActions)(["toggleSidebar"])),components:{SvgIcon:o.a}}},function(t,e,n){"use strict";var r=n(0),i=n.n(r),o=n(1);n.n(o),n(6);e.default={props:{headings:{type:Array,required:!0}},data:function(){return{days:Math.ceil(((new Date).getTime()-new Date("2016/02/14").getTime())/864e5)}},computed:i()({},n.i(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 i=t.headings.filter(function(t){return t.index===r.parent})[0];i&&n(i)},i=this.headings[n.index];return i&&r(i),e.filter(function(t){return t>=0})}}),methods:i()({},n.i(o.mapActions)(["jumpToId"]),{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";var r=n(18),i=n.n(r);e.default={name:"not-found",data:function(){return{from:null}},beforeRouteEnter:function(t,e,n){n(function(t){t.from=e})},mounted:function(){i.a.done()}}},function(t,e,n){"use strict";var r=n(94),i=n.n(r),o=n(91),a=n.n(o),s=n(0),c=n.n(s),u=n(176),l=n.n(u),f=n(177),p=n.n(f),d=n(59),h=n.n(d),v=n(181),g=n.n(v),m=n(178),y=n.n(m),b=n(179),_=n.n(b),w=n(180),x=n.n(w),k=n(76),E=n(80),O=n(78),C=n(1),S=(n.n(C),n(18)),A=n.n(S),T=n(6),$=n(22),N=n(82),M=n(57),R=n.n(M),j=n(83),L=n(21);$.a.setOptions({highlight:function(t,e){if("markdown"===e){var r=n.i(O.a)(t),i=E.a.highlight("markdown",r.body).value;if(!r.frontmatter)return i;var o=E.a.highlight("yaml",r.frontmatter).value;return'<span class="hljs-comment">---</span>\n'+o+'\n<span class="hljs-comment">---</span>\n'+i}var a=!(!e||!E.a.getLanguage(e));return a?E.a.highlight(e,t).value:E.a.highlightAuto(t).value}}),e.default={name:"home",data:function(){return{isMobile:T.a}},created:function(){this.toggleMobileSidebar(!1),this.fetchData()},mounted:function(){var t=this;this.$watch("$route.path",function(){t.fetchData()})},computed:c()({},n.i(C.mapState)({id:function(t){return t.route.query.id}}),n.i(C.mapState)(["config","page","loaded","jumping","activeId","pluginSearch","searchResult","searchKeyword"]),n.i(C.mapGetters)(["documentTitle","showSidebar"])),methods:c()({},n.i(C.mapActions)(["updatePage","toggleMobileSidebar","jumpToId"]),{
fetchData:function(){var t=this;return a()(i.a.mark(function e(){var r,o,a,s,u,l;return i.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return A.a.start(),r=[],N.a.heading=function(e,i){var o=r.length,a=t.config.slugify?t.config.slugify(e):n.i(j.a)(e),s=r.filter(function(t){return t.slug===a});s.length>0&&(a+=s.length),1!==i&&r.push({level:i,text:e.replace(/_com/i,""),slug:a.replace(/_com/i,""),index:o});var c=1===i?"markdown-heading":"markdown-heading markdown-toc-heading",u=1===i?"":' <span class="anchor" jump-to-id="'+a.replace(/_com/i,"")+'">'+R.a+"</span>",l="<h"+i+' id="'+a.replace(/_com/i,"")+'" class="'+c+' vux-anchor">\n '+u+"\n "+e.replace(/_com/i,"")+"\n </h"+i+">";return 3===i&&/_COM$/i.test(e)&&(l="<h"+i+' id="'+a.replace(/_com/i,"")+'" class="'+c+' vux-anchor">\n '+u+'\n <span class="vux-component-name">'+e.replace(/_com/i,"")+"</span>\n </h"+i+">"),l},o=t.config.home||"./README.md",t.$route.meta&&"page"===t.$route.meta.name&&(a=t.$route.params[0],o=/\/$/.test(a)?"./"+a+"README.md":"./"+a+".md"),e.next=7,fetch(o);case 7:if(s=e.sent,A.a.inc(),404!==s.status){e.next=12;break}return t.$router.replace("/404"),e.abrupt("return");case 12:return e.next=14,s.text();case 14:u=e.sent,l=n.i(O.a)(u),$.a.setOptions(c()({},t.config.marked,{renderer:N.a})),t.updatePage({html:n.i($.a)(l.body),attributes:l.attributes,headings:t.handleRelation(r)}),document.title=t.documentTitle,t.$nextTick(function(){A.a.done(),L.a.emit("content:updated",t),t.id&&t.jumpToId(t.id)});case 20: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}),i=r[r.length-1];return i&&i.index}return t.map(function(t,n){return t.level>2&&(t.parent=e(t.level-1,n)),t})}}),components:{HomeHeader:l.a,MobileHeader:p.a,Toc:g.a,HeaderNav:h.a,SearchBox:y.a,SearchResult:_.a,SidebarToggle:x.a,CustomComponents:k.a}}},function(t,e,n){"use strict";var r=n(0),i=n.n(r),o=n(22),a=n(1),s=(n.n(a),n(18)),c=n.n(s);e.default={name:"landing",data:function(){return{html:""}},computed:i()({},n.i(a.mapState)(["config"])),created:function(){this.fetchLanding()},methods:{fetchLanding:function(){var t=this,e="string"==typeof this.config.landing?this.config.landing:"landing.html";c.a.start(),fetch(e).then(function(t){if(c.a.done(),404===t.status)throw new Error(e+" not found");return t.text()}).then(function(r){t.html=/\.html$/.test(e)?r:n.i(o.a)(r)}).catch(function(t){console.error(t.message)})}}}},function(t,e,n){"use strict";var r=n(60),i=n.n(r);e.default={name:"page",extends:i.a}},function(t,e,n){"use strict";var r=n(0),i=n.n(r),o=n(86),a=n.n(o),s=n(77),c=(n.n(s),n(160)),u=(n.n(c),n(19)),l=n.n(u),f=n(38),p=n(20),d=n(200),h=(n.n(d),n(175)),v=n.n(h),g=n(39),m=n(21);n.d(e,"a",function(){return O}),n.i(d.sync)(p.a,f.a),p.a.state.config.debug&&(l.a.config.devtools=!0);var y=p.a.state.config.plugins;if(Array.isArray(y)){var b=!0,_=!1,w=void 0;try{for(var x,k=a()(y);!(b=(x=k.next()).done);b=!0){var E=x.value;"function"==typeof E&&E({Vue:l.a,store:p.a,router:f.a,registerComponent:g.b,event:m.a})}}catch(t){_=!0,w=t}finally{try{!b&&k.return&&k.return()}finally{if(_)throw w}}}var O=new l.a(i()({router:f.a,store:p.a},v.a))},function(t,e,n){"use strict";var r=n(39);e.a={props:{place:{validator:function(t){return["content:start","content:end"].indexOf(t)>-1}}},data:function(){return{components:r.a.components[this.place]}},render:function(t){if(this.components&&0!==this.components.length)return t("div",{class:"custom-components"},[this.components.map(function(e){return t(e,null,[])})])}}},function(t,e,n){"use strict";(function(t){var e=n(165),r=n.n(e);"undefined"!=typeof window?window.Promise=window.Promise||r.a:"undefined"!=typeof t&&(t.Promise=t.Promise||r.a)}).call(e,n(14))},function(t,e,n){"use strict";(function(t){function r(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=c.exec(t);if(!e)return{attributes:{},body:t};var r=e[e.length-1].replace(/^\s+|\s+$/g,""),i=n.i(o.a)(r)||{},a=t.replace(e[0],"");return{attributes:i,body:a,frontmatter:r}}var o=n(84),a="\\ufeff?",s="^("+a+"(= yaml =|---)$([\\s\\S]*?)(?:\\2|\\.\\.\\.)$"+("win32"===t.platform?"\\r?":"")+"(?:\\n)?)",c=new RegExp(s,"m");e.a=r}).call(e,n(56))},function(t,e,n){"use strict";var r=n(19),i=n.n(r),o=n(38),a=n(20);window.docute={version:"1.7.1",router:o.a,store:a.a},window.Vue=i.a},function(t,e,n){"use strict";var r=n(153),i=n.n(r);i.a.registerLanguage("javascript",n(157)),i.a.registerLanguage("xml",n(55)),i.a.registerLanguage("vue",n(55)),i.a.registerLanguage("css",n(156)),i.a.registerLanguage("cpp",n(155)),i.a.registerLanguage("bash",n(154)),i.a.registerLanguage("markdown",n(158)),i.a.registerLanguage("yaml",n(159)),"undefined"!=typeof window&&(window.hljs=i.a),e.a=i.a},function(t,e,n){"use strict";var r=n(161),i=n.n(r),o=n(6);e.a=function(t,e){i()("#"+t,{duration:300,a11y:!0,offset:o.a?-60:-70,callback:e})}},function(t,e,n){"use strict";var r=n(22);e.a=new r.a.Renderer},function(t,e,n){"use strict";e.a=function(t){return t=t.replace(/[!\"#$%&'\(\)\*\+,\.\/:;<=>\?\@\[\\\]\^`\{\|\}~]/g,"").replace(/(\s|\.)/g,"-").replace(/-+/g,"-").toLowerCase(),/^[\d]+/.test(t)&&(t="_"+t),t}},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 i(t){var e,n=v.regLevel,i=v.invalidLine,o=t.split("\n"),a=0,s=0,c=[],u=new r(-1),l=new r(0);u.addChild(l);var f=[],d="";c.push(l),f.push(a);for(var h=0,g=o.length;h<g;++h)if(d=o[h],!d.match(i)){if(a=(e=n.exec(d))?e[1].length:0,a>s){var m=l;l=new r(a),m.addChild(l),c.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),c.push(l),f.push(a),null!=c[b].parent&&c[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 u}function o(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]]=o(e[2]),n}if(e=t.match(v.array)){for(var r=0,i=" ",n=[],a="",s=!1,c=0,u=e[1].length;c<u;++c){if(i=e[1][c],"'"==i||'"'==i){if(s===!1){s=i,a+=i;continue}if("'"==i&&"'"==s||'"'==i&&'"'==s){s=!1,a+=i;continue}}else if(s!==!1||"["!=i&&"{"!=i)if(s!==!1||"]"!=i&&"}"!=i){if(s===!1&&0==r&&","==i){n.push(o(a)),a="";continue}}else--r;else++r;a+=i}return a.length>0&&n.push(o(a)),n}if(e=t.match(v.map)){for(var r=0,i=" ",n=[],a="",s=!1,c=0,u=e[1].length;c<u;++c){if(i=e[1][c],"'"==i||'"'==i){if(s===!1){s=i,a+=i;continue}if("'"==i&&"'"==s||'"'==i&&'"'==s){s=!1,a+=i;continue}}else if(s!==!1||"["!=i&&"{"!=i)if(s!==!1||"]"!=i&&"}"!=i){if(s===!1&&0==r&&","==i){n.push(a),a="";continue}}else--r;else++r;a+=i}a.length>0&&n.push(a);for(var l={},c=0,u=n.length;c<u;++c)(e=n[c].match(v.key_value))&&(l[e[1]]=o(e[2]));return l}return t}return new Date(e)}function a(t){for(var e=t.lines,n=t.children,r=e.join(" "),i=[r],o=0,s=n.length;o<s;++o)i.push(a(n[o]));return i.join("\n")}function s(t){for(var e=t.lines,n=t.children,r=e.join("\n"),i=0,o=n.length;i<o;++i)r+=s(n[i]);return r}function c(t){for(var e=null,n={},r=null,i=null,u=null,l=-1,f=[],h=!0,g=0,m=t.length;g<m;++g)if(l==-1||l==t[g].level){f.push(g),l=t[g].level,r=t[g].lines,i=t[g].children,u=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,"undefined"==typeof n.length&&(n=[])),null!=u&&n.push(u),u={},h=!0),"undefined"!=typeof e[2]){var x=e[2].replace(v.trim,"");if("&"==x[0]){var k=c(i);null!=u?u[w]=k:n[w]=k,d[x.substr(1)]=k}else if("|"==x[0])null!=u?u[w]=s(i.shift()):n[w]=s(i.shift());else if("*"==x[0]){var E=x.substr(1),O={};if("undefined"==typeof d[E])p.push("Reference '"+E+"' not found!");else{for(var C in d[E])O[C]=d[E][C];null!=u?u[w]=O:n[w]=O}}else">"==x[0]?null!=u?u[w]=a(i.shift()):n[w]=a(i.shift()):null!=u?u[w]=o(x):n[w]=o(x)}else null!=u?u[w]=c(i):n[w]=c(i)}else{if(_.match(/^-\s*$/)){h&&(h=!1,"undefined"==typeof n.length&&(n=[])),null!=u&&n.push(u),u={},h=!0;continue}if(e=_.match(/^-\s*(.*)/)){null!=u?u.push(o(e[1])):(h&&(h=!1,"undefined"==typeof n.length&&(n=[])),n.push(o(e[1])));continue}}}null!=u&&(h&&(h=!1,"undefined"==typeof n.length&&(n=[])),n.push(u))}for(var g=f.length-1;g>=0;--g)t.splice.call(t,f[g],1);return n}function u(t){var e=c(t.children);return e}function l(t){var e,n=t.split("\n"),r=v.comment;for(var i in n)(e=n[i].match(r))&&"undefined"!=typeof e[3]&&(n[i]=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=i(e),r=u(n);return h=(new Date).getTime()-h,r}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.a=f},function(t,e,n){t.exports={default:n(95),__esModule:!0}},function(t,e,n){t.exports={default:n(96),__esModule:!0}},function(t,e,n){t.exports={default:n(97),__esModule:!0}},function(t,e,n){t.exports={default:n(98),__esModule:!0}},function(t,e,n){t.exports={default:n(99),__esModule:!0}},function(t,e,n){t.exports={default:n(100),__esModule:!0}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0;var i=n(90),o=r(i);e.default=function(t){return function(){var e=t.apply(this,arguments);return new o.default(function(t,n){function r(i,a){try{var s=e[i](a),c=s.value}catch(t){return void n(t)}return s.done?void t(c):o.default.resolve(c).then(function(t){r("next",t)},function(t){r("throw",t)})}return r("next")})}}},function(t,e){"use strict";e.__esModule=!0,e.default=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0;var i=n(89),o=r(i);e.default=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),(0,o.default)(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}()},function(t,e,n){t.exports=n(172)},function(t,e,n){n(36),n(126),t.exports=n(3).Array.from},function(t,e,n){n(54),n(36),t.exports=n(125)},function(t,e,n){var r=n(3),i=r.JSON||(r.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},function(t,e,n){n(128),t.exports=n(3).Object.assign},function(t,e,n){n(129);var r=n(3).Object;t.exports=function(t,e,n){return r.defineProperty(t,e,n)}},function(t,e,n){n(130),n(36),n(54),n(131),t.exports=n(3).Promise},function(t,e){t.exports=function(){}},function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},function(t,e,n){var r=n(32),i=n(33),o=n(123);t.exports=function(t){return function(e,n,a){var s,c=r(e),u=i(c.length),l=o(a,u);if(t&&n!=n){for(;u>l;)if(s=c[l++],s!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},function(t,e,n){"use strict";var r=n(9),i=n(28);t.exports=function(t,e,n){e in t?r.f(t,e,i(0,n)):t[e]=n}},function(t,e,n){var r=n(11),i=n(46),o=n(45),a=n(5),s=n(33),c=n(35),u={},l={},e=t.exports=function(t,e,n,f,p){var d,h,v,g,m=p?function(){return t}:c(t),y=r(n,f,e?2:1),b=0;if("function"!=typeof m)throw TypeError(t+" is not iterable!");if(o(m)){for(d=s(t.length);d>b;b++)if(g=e?y(a(h=t[b])[0],h[1]):y(t[b]),g===u||g===l)return g}else for(v=m.call(t);!(h=v.next()).done;)if(g=i(v,y,h.value,e),g===u||g===l)return g};e.BREAK=u,e.RETURN=l},function(t,e,n){t.exports=!n(7)&&!n(27)(function(){return 7!=Object.defineProperty(n(26)("div"),"a",{get:function(){return 7}}).a})},function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},function(t,e,n){"use strict";var r=n(112),i=n(28),o=n(29),a={};n(8)(a,n(2)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(a,{next:i(1,n)}),o(t,e+" Iterator")}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e,n){var r=n(4),i=n(52).set,o=r.MutationObserver||r.WebKitMutationObserver,a=r.process,s=r.Promise,c="process"==n(15)(a);t.exports=function(){var t,e,n,u=function(){var r,i;for(c&&(r=a.domain)&&r.exit();t;){i=t.fn,t=t.next;try{i()}catch(r){throw t?n():e=void 0,r}}e=void 0,r&&r.enter()};if(c)n=function(){a.nextTick(u)};else if(o){var l=!0,f=document.createTextNode("");new o(u).observe(f,{characterData:!0}),n=function(){f.data=l=!l}}else if(s&&s.resolve){var p=s.resolve();n=function(){p.then(u)}}else n=function(){i.call(r,u)};return function(r){var i={fn:r,next:void 0};e&&(e.next=i),t||(t=i,n()),e=i}}},function(t,e,n){"use strict";var r=n(50),i=n(114),o=n(117),a=n(34),s=n(44),c=Object.assign;t.exports=!c||n(27)(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=c({},t)[n]||Object.keys(c({},e)).join("")!=r})?function(t,e){for(var n=a(t),c=arguments.length,u=1,l=i.f,f=o.f;c>u;)for(var p,d=s(arguments[u++]),h=l?r(d).concat(l(d)):r(d),v=h.length,g=0;v>g;)f.call(d,p=h[g++])&&(n[p]=d[p]);return n}:c},function(t,e,n){var r=n(5),i=n(113),o=n(42),a=n(30)("IE_PROTO"),s=function(){},c="prototype",u=function(){var t,e=n(26)("iframe"),r=o.length,i="<",a=">";for(e.style.display="none",n(43).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(i+"script"+a+"document.F=Object"+i+"/script"+a),t.close(),u=t.F;r--;)delete u[c][o[r]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(s[c]=r(t),n=new s,s[c]=null,n[a]=t):n=u(),void 0===e?n:i(n,e)}},function(t,e,n){var r=n(9),i=n(5),o=n(50);t.exports=n(7)?Object.defineProperties:function(t,e){i(t);for(var n,a=o(e),s=a.length,c=0;s>c;)r.f(t,n=a[c++],e[n]);return t}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(16),i=n(34),o=n(30)("IE_PROTO"),a=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},function(t,e,n){var r=n(16),i=n(32),o=n(103)(!1),a=n(30)("IE_PROTO");t.exports=function(t,e){var n,s=i(t),c=0,u=[];for(n in s)n!=a&&r(s,n)&&u.push(n);for(;e.length>c;)r(s,n=e[c++])&&(~o(u,n)||u.push(n));return u}},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,n){var r=n(8);t.exports=function(t,e,n){for(var i in e)n&&t[i]?t[i]=e[i]:r(t,i,e[i]);return t}},function(t,e,n){t.exports=n(8)},function(t,e,n){"use strict";var r=n(4),i=n(3),o=n(9),a=n(7),s=n(2)("species");t.exports=function(t){var e="function"==typeof i[t]?i[t]:r[t];a&&e&&!e[s]&&o.f(e,s,{configurable:!0,get:function(){return this}})}},function(t,e,n){var r=n(5),i=n(24),o=n(2)("species");t.exports=function(t,e){var n,a=r(t).constructor;return void 0===a||void 0==(n=r(a)[o])?e:i(n)}},function(t,e,n){var r=n(31),i=n(25);t.exports=function(t){return function(e,n){var o,a,s=String(i(e)),c=r(n),u=s.length;return c<0||c>=u?t?"":void 0:(o=s.charCodeAt(c),o<55296||o>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?t?s.charAt(c):o:t?s.slice(c,c+2):(o-55296<<10)+(a-56320)+65536)}}},function(t,e,n){var r=n(31),i=Math.max,o=Math.min;t.exports=function(t,e){return t=r(t),t<0?i(t+e,0):o(t,e)}},function(t,e,n){var r=n(17);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(5),i=n(35);t.exports=n(3).getIterator=function(t){var e=i(t);if("function"!=typeof e)throw TypeError(t+" is not iterable!");return r(e.call(t))}},function(t,e,n){"use strict";var r=n(11),i=n(12),o=n(34),a=n(46),s=n(45),c=n(33),u=n(104),l=n(35);i(i.S+i.F*!n(48)(function(t){Array.from(t)}),"Array",{from:function(t){var e,n,i,f,p=o(t),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=l(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),void 0==y||d==Array&&s(y))for(e=c(p.length),n=new d(e);e>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(i=f.next()).done;m++)u(n,m,g?a(f,v,[i.value,m],!0):i.value);return n.length=m,n}})},function(t,e,n){"use strict";var r=n(101),i=n(109),o=n(13),a=n(32);t.exports=n(47)(Array,"Array",function(t,e){this._t=a(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,i(1)):"keys"==e?i(0,n):"values"==e?i(0,t[n]):i(0,[n,t[n]])},"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(t,e,n){var r=n(12);r(r.S+r.F,"Object",{assign:n(111)})},function(t,e,n){var r=n(12);r(r.S+r.F*!n(7),"Object",{defineProperty:n(9).f})},function(t,e){},function(t,e,n){"use strict";var r,i,o,a=n(49),s=n(4),c=n(11),u=n(41),l=n(12),f=n(17),p=n(24),d=n(102),h=n(105),v=n(121),g=n(52).set,m=n(110)(),y="Promise",b=s.TypeError,_=s.process,w=s[y],_=s.process,x="process"==u(_),k=function(){},E=!!function(){try{var t=w.resolve(1),e=(t.constructor={})[n(2)("species")]=function(t){t(k,k)};return(x||"function"==typeof PromiseRejectionEvent)&&t.then(k)instanceof e}catch(t){}}(),O=function(t,e){return t===e||t===w&&e===o},C=function(t){var e;return!(!f(t)||"function"!=typeof(e=t.then))&&e},S=function(t){return O(w,t)?new A(t):new i(t)},A=i=function(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw b("Bad Promise constructor");e=t,n=r}),this.resolve=p(e),this.reject=p(n)},T=function(t){try{t()}catch(t){return{error:t}}},$=function(t,e){if(!t._n){t._n=!0;var n=t._c;m(function(){for(var r=t._v,i=1==t._s,o=0,a=function(e){var n,o,a=i?e.ok:e.fail,s=e.resolve,c=e.reject,u=e.domain;try{a?(i||(2==t._h&&R(t),t._h=1),a===!0?n=r:(u&&u.enter(),n=a(r),u&&u.exit()),n===e.promise?c(b("Promise-chain cycle")):(o=C(n))?o.call(n,s,c):s(n)):c(r)}catch(t){c(t)}};n.length>o;)a(n[o++]);t._c=[],t._n=!1,e&&!t._h&&N(t)})}},N=function(t){g.call(s,function(){var e,n,r,i=t._v;if(M(t)&&(e=T(function(){x?_.emit("unhandledRejection",i,t):(n=s.onunhandledrejection)?n({promise:t,reason:i}):(r=s.console)&&r.error&&r.error("Unhandled promise rejection",i)}),t._h=x||M(t)?2:1),t._a=void 0,e)throw e.error})},M=function(t){if(1==t._h)return!1;for(var e,n=t._a||t._c,r=0;n.length>r;)if(e=n[r++],e.fail||!M(e.promise))return!1;return!0},R=function(t){g.call(s,function(){var e;x?_.emit("rejectionHandled",t):(e=s.onrejectionhandled)&&e({promise:t,reason:t._v})})},j=function(t){var e=this;e._d||(e._d=!0,e=e._w||e,e._v=t,e._s=2,e._a||(e._a=e._c.slice()),$(e,!0))},L=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw b("Promise can't be resolved itself");(e=C(t))?m(function(){var r={_w:n,_d:!1};try{e.call(t,c(L,r,1),c(j,r,1))}catch(t){j.call(r,t)}}):(n._v=t,n._s=1,$(n,!1))}catch(t){j.call({_w:n,_d:!1},t)}}};E||(w=function(t){d(this,w,y,"_h"),p(t),r.call(this);try{t(c(L,this,1),c(j,this,1))}catch(t){j.call(this,t)}},r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},r.prototype=n(118)(w.prototype,{then:function(t,e){var n=S(v(this,w));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=x?_.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&$(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),A=function(){var t=new r;this.promise=t,this.resolve=c(L,t,1),this.reject=c(j,t,1)}),l(l.G+l.W+l.F*!E,{Promise:w}),n(29)(w,y),n(120)(y),o=n(3)[y],l(l.S+l.F*!E,y,{reject:function(t){var e=S(this),n=e.reject;return n(t),e.promise}}),l(l.S+l.F*(a||!E),y,{resolve:function(t){if(t instanceof w&&O(t.constructor,this))return t;var e=S(this),n=e.resolve;return n(t),e.promise}}),l(l.S+l.F*!(E&&n(48)(function(t){w.all(t).catch(k)})),y,{all:function(t){var e=this,n=S(e),r=n.resolve,i=n.reject,o=T(function(){var n=[],o=0,a=1;h(t,!1,function(t){var s=o++,c=!1;n.push(void 0),a++,e.resolve(t).then(function(t){c||(c=!0,n[s]=t,--a||r(n))},i)}),--a||r(n)});return o&&i(o.error),n.promise},race:function(t){var e=this,n=S(e),r=n.reject,i=T(function(){h(t,!1,function(t){e.resolve(t).then(n.resolve,r)})});return i&&r(i.error),n.promise}})},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";var t=function(){this.events={}};return t.prototype.subscribe=function(t,e){var n=this;return this.events[t]=this.events[t]||[],this.events[t].push(e),function(){n.unsubscribe(t,e)}},t.prototype.unsubscribe=function(t,e){t in this.events&&this.events[t].splice(this.events[t].indexOf(e),1)},t.prototype.emit=function(t){for(var e=this,n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];if(t in this.events)for(var i=0,o=e.events[t];i<o.length;i+=1){var a=o[i];a.apply(void 0,n)}},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){!function(t){"object"==typeof window&&window||"object"==typeof self&&self;t(e)}(function(t){function e(t){return t.replace(/[&<>]/gm,function(t){return $[t]})}function n(t){return t.nodeName.toLowerCase()}function r(t,e){var n=t&&t.exec(e);return n&&0===n.index}function i(t){return O.test(t)}function o(t){var e,n,r,o,a=t.className+" ";if(a+=t.parentNode?t.parentNode.className:"",n=C.exec(a))return _(n[1])?n[1]:"no-highlight";for(a=a.split(/\s+/),e=0,r=a.length;e<r;e++)if(o=a[e],i(o)||_(o))return o}function a(t,e){var n,r={};for(n in t)r[n]=t[n];if(e)for(n in e)r[n]=e[n];return r}function s(t){var e=[];return function t(r,i){for(var o=r.firstChild;o;o=o.nextSibling)3===o.nodeType?i+=o.nodeValue.length:1===o.nodeType&&(e.push({event:"start",offset:i,node:o}),i=t(o,i),n(o).match(/br|hr|img|input/)||e.push({event:"stop",offset:i,node:o}));return i}(t,0),e}function c(t,r,i){function o(){return t.length&&r.length?t[0].offset!==r[0].offset?t[0].offset<r[0].offset?t:r:"start"===r[0].event?t:r:t.length?t:r}function a(t){function r(t){return" "+t.nodeName+'="'+e(t.value)+'"'}l+="<"+n(t)+w.map.call(t.attributes,r).join("")+">"}function s(t){l+="</"+n(t)+">"}function c(t){("start"===t.event?a:s)(t.node)}for(var u=0,l="",f=[];t.length||r.length;){var p=o();if(l+=e(i.substring(u,p[0].offset)),u=p[0].offset,p===t){f.reverse().forEach(s);do c(p.splice(0,1)[0]),p=o();while(p===t&&p.length&&p[0].offset===u);f.reverse().forEach(a)}else"start"===p[0].event?f.push(p[0].node):f.pop(),c(p.splice(0,1)[0])}return l+e(i.substr(u))}function u(t){function e(t){return t&&t.source||t}function n(n,r){return new RegExp(e(n),"m"+(t.case_insensitive?"i":"")+(r?"g":""))}function r(i,o){if(!i.compiled){if(i.compiled=!0,i.keywords=i.keywords||i.beginKeywords,i.keywords){var s={},c=function(e,n){t.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(t){var n=t.split("|");s[n[0]]=[e,n[1]?Number(n[1]):1]})};"string"==typeof i.keywords?c("keyword",i.keywords):x(i.keywords).forEach(function(t){c(t,i.keywords[t])}),i.keywords=s}i.lexemesRe=n(i.lexemes||/\w+/,!0),o&&(i.beginKeywords&&(i.begin="\\b("+i.beginKeywords.split(" ").join("|")+")\\b"),i.begin||(i.begin=/\B|\b/),i.beginRe=n(i.begin),i.end||i.endsWithParent||(i.end=/\B|\b/),i.end&&(i.endRe=n(i.end)),i.terminator_end=e(i.end)||"",i.endsWithParent&&o.terminator_end&&(i.terminator_end+=(i.end?"|":"")+o.terminator_end)),i.illegal&&(i.illegalRe=n(i.illegal)),null==i.relevance&&(i.relevance=1),i.contains||(i.contains=[]);var u=[];i.contains.forEach(function(t){t.variants?t.variants.forEach(function(e){u.push(a(t,e))}):u.push("self"===t?i:t)}),i.contains=u,i.contains.forEach(function(t){r(t,i)}),i.starts&&r(i.starts,o);var l=i.contains.map(function(t){return t.beginKeywords?"\\.?("+t.begin+")\\.?":t.begin}).concat([i.terminator_end,i.illegal]).map(e).filter(Boolean);i.terminators=l.length?n(l.join("|"),!0):{exec:function(){return null}}}}r(t)}function l(t,n,i,o){function a(t,e){var n,i;for(n=0,i=e.contains.length;n<i;n++)if(r(e.contains[n].beginRe,t))return e.contains[n]}function s(t,e){if(r(t.endRe,e)){for(;t.endsParent&&t.parent;)t=t.parent;return t}if(t.endsWithParent)return s(t.parent,e)}function c(t,e){return!i&&r(e.illegalRe,t)}function p(t,e){var n=b.case_insensitive?e[0].toLowerCase():e[0];return t.keywords.hasOwnProperty(n)&&t.keywords[n]}function d(t,e,n,r){var i=r?"":T.classPrefix,o='<span class="'+i,a=n?"":A;return o+=t+'">',o+e+a}function h(){var t,n,r,i;if(!x.keywords)return e(C);for(i="",n=0,x.lexemesRe.lastIndex=0,r=x.lexemesRe.exec(C);r;)i+=e(C.substring(n,r.index)),t=p(x,r),t?(S+=t[1],i+=d(t[0],e(r[0]))):i+=e(r[0]),n=x.lexemesRe.lastIndex,r=x.lexemesRe.exec(C);return i+e(C.substr(n))}function v(){var t="string"==typeof x.subLanguage;if(t&&!k[x.subLanguage])return e(C);var n=t?l(x.subLanguage,C,!0,E[x.subLanguage]):f(C,x.subLanguage.length?x.subLanguage:void 0);return x.relevance>0&&(S+=n.relevance),t&&(E[x.subLanguage]=n.top),d(n.language,n.value,!1,!0)}function g(){O+=null!=x.subLanguage?v():h(),C=""}function m(t){O+=t.className?d(t.className,"",!0):"",x=Object.create(t,{parent:{value:x}})}function y(t,e){if(C+=t,null==e)return g(),0;var n=a(e,x);if(n)return n.skip?C+=e:(n.excludeBegin&&(C+=e),g(),n.returnBegin||n.excludeBegin||(C=e)),m(n,e),n.returnBegin?0:e.length;var r=s(x,e);if(r){var i=x;i.skip?C+=e:(i.returnEnd||i.excludeEnd||(C+=e),g(),i.excludeEnd&&(C=e));do x.className&&(O+=A),x.skip||(S+=x.relevance),x=x.parent;while(x!==r.parent);return r.starts&&m(r.starts,""),i.returnEnd?0:e.length}if(c(e,x))throw new Error('Illegal lexeme "'+e+'" for mode "'+(x.className||"<unnamed>")+'"');return C+=e,e.length||1}var b=_(t);if(!b)throw new Error('Unknown language: "'+t+'"');u(b);var w,x=o||b,E={},O="";for(w=x;w!==b;w=w.parent)w.className&&(O=d(w.className,"",!0)+O);var C="",S=0;try{for(var $,N,M=0;;){if(x.terminators.lastIndex=M,$=x.terminators.exec(n),!$)break;N=y(n.substring(M,$.index),$[0]),M=$.index+N}for(y(n.substr(M)),w=x;w.parent;w=w.parent)w.className&&(O+=A);return{relevance:S,value:O,language:t,top:x}}catch(t){if(t.message&&t.message.indexOf("Illegal")!==-1)return{relevance:0,value:e(n)};throw t}}function f(t,n){n=n||T.languages||x(k);var r={relevance:0,value:e(t)},i=r;return n.filter(_).forEach(function(e){var n=l(e,t,!1);n.language=e,n.relevance>i.relevance&&(i=n),n.relevance>r.relevance&&(i=r,r=n)}),i.language&&(r.second_best=i),r}function p(t){return T.tabReplace||T.useBR?t.replace(S,function(t,e){return T.useBR&&"\n"===t?"<br>":T.tabReplace?e.replace(/\t/g,T.tabReplace):void 0}):t}function d(t,e,n){var r=e?E[e]:n,i=[t.trim()];return t.match(/\bhljs\b/)||i.push("hljs"),t.indexOf(r)===-1&&i.push(r),i.join(" ").trim()}function h(t){var e,n,r,a,u,h=o(t);i(h)||(T.useBR?(e=document.createElementNS("http://www.w3.org/1999/xhtml","div"),e.innerHTML=t.innerHTML.replace(/\n/g,"").replace(/<br[ \/]*>/g,"\n")):e=t,u=e.textContent,r=h?l(h,u,!0):f(u),n=s(e),n.length&&(a=document.createElementNS("http://www.w3.org/1999/xhtml","div"),a.innerHTML=r.value,r.value=c(n,s(a),u)),r.value=p(r.value),t.innerHTML=r.value,t.className=d(t.className,h,r.language),t.result={language:r.language,re:r.relevance},r.second_best&&(t.second_best={language:r.second_best.language,re:r.second_best.relevance}))}function v(t){T=a(T,t)}function g(){if(!g.called){g.called=!0;var t=document.querySelectorAll("pre code");w.forEach.call(t,h)}}function m(){addEventListener("DOMContentLoaded",g,!1),addEventListener("load",g,!1)}function y(e,n){var r=k[e]=n(t);r.aliases&&r.aliases.forEach(function(t){E[t]=e})}function b(){return x(k)}function _(t){return t=(t||"").toLowerCase(),k[t]||k[E[t]]}var w=[],x=Object.keys,k={},E={},O=/^(no-?highlight|plain|text)$/i,C=/\blang(?:uage)?-([\w-]+)\b/i,S=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,A="</span>",T={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0},$={"&":"&","<":"<",">":">"};return t.highlight=l,t.highlightAuto=f,t.fixMarkup=p,t.highlightBlock=h,t.configure=v,t.initHighlighting=g,t.initHighlightingOnLoad=m,t.registerLanguage=y,t.listLanguages=b,t.getLanguage=_,t.inherit=a,t.IDENT_RE="[a-zA-Z]\\w*",t.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",t.NUMBER_RE="\\b\\d+(\\.\\d+)?",t.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",t.BINARY_NUMBER_RE="\\b(0b[01]+)",t.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",t.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},t.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},t.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},t.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|like)\b/},t.COMMENT=function(e,n,r){var i=t.inherit({className:"comment",begin:e,end:n,contains:[]},r||{});return i.contains.push(t.PHRASAL_WORDS_MODE),i.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),i},t.C_LINE_COMMENT_MODE=t.COMMENT("//","$"),t.C_BLOCK_COMMENT_MODE=t.COMMENT("/\\*","\\*/"),t.HASH_COMMENT_MODE=t.COMMENT("#","$"),t.NUMBER_MODE={className:"number",begin:t.NUMBER_RE,relevance:0},t.C_NUMBER_MODE={className:"number",begin:t.C_NUMBER_RE,relevance:0},t.BINARY_NUMBER_MODE={className:"number",begin:t.BINARY_NUMBER_RE,relevance:0},t.CSS_NUMBER_MODE={className:"number",begin:t.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},t.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[t.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[t.BACKSLASH_ESCAPE]}]},t.TITLE_MODE={className:"title",begin:t.IDENT_RE,relevance:0},t.UNDERSCORE_TITLE_MODE={className:"title",begin:t.UNDERSCORE_IDENT_RE,relevance:0},t.METHOD_GUARD={begin:"\\.\\s*"+t.UNDERSCORE_IDENT_RE,relevance:0},t})},function(t,e){t.exports=function(t){var e={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},n={className:"string",begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,e,{className:"variable",begin:/\$\(/,
end:/\)/,contains:[t.BACKSLASH_ESCAPE]}]},r={className:"string",begin:/'/,end:/'/};return{aliases:["sh","zsh"],lexemes:/-?[a-z\._]+/,keywords:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[{className:"meta",begin:/^#![^\n]+sh\s*$/,relevance:10},{className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[t.inherit(t.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},t.HASH_COMMENT_MODE,n,r,e]}}},function(t,e){t.exports=function(t){var e={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},n={className:"string",variants:[{begin:'(u8?|U)?L?"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},{begin:'(u8?|U)?R"',end:'"',contains:[t.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},r={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},i={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},t.inherit(n,{className:"meta-string"}),{className:"meta-string",begin:"<",end:">",illegal:"\\n"},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},o=t.IDENT_RE+"\\s*\\(",a={keyword:"int float while private char catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignof constexpr decltype noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return",built_in:"std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr",literal:"true false nullptr NULL"},s=[e,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,r,n];return{aliases:["c","cc","h","c++","h++","hpp"],keywords:a,illegal:"</",contains:s.concat([i,{begin:"\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",end:">",keywords:a,contains:["self",e]},{begin:t.IDENT_RE+"::",keywords:a},{variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:a,contains:s.concat([{begin:/\(/,end:/\)/,keywords:a,contains:s.concat(["self"]),relevance:0}]),relevance:0},{className:"function",begin:"("+t.IDENT_RE+"[\\*&\\s]+)+"+o,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:a,illegal:/[^\w\s\*&]/,contains:[{begin:o,returnBegin:!0,contains:[t.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:a,relevance:0,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,n,r,e]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,i]}]),exports:{preprocessor:i,strings:n,keywords:a}}}},function(t,e){t.exports=function(t){var e="[a-zA-Z-][a-zA-Z0-9_-]*",n={begin:/[A-Z\_\.\-]+\s*:/,returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",begin:/[\w-]+/},{begin:/\(/,end:/\)/,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]}]},t.CSS_NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,t.C_BLOCK_COMMENT_MODE,{className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]}}]};return{case_insensitive:!0,illegal:/[=\/|'\$]/,contains:[t.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:/\.[A-Za-z0-9_-]+/},{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"@(font-face|page)",lexemes:"[a-z-]+",keywords:"font-face page"},{begin:"@",end:"[{;]",illegal:/:/,contains:[{className:"keyword",begin:/\w+/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:e,relevance:0},{begin:"{",end:"}",illegal:/\S/,contains:[t.C_BLOCK_COMMENT_MODE,n]}]}}},function(t,e){t.exports=function(t){var e="[A-Za-z$_][0-9A-Za-z$_]*",n={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},r={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:t.C_NUMBER_RE}],relevance:0},i={className:"subst",begin:"\\$\\{",end:"\\}",keywords:n,contains:[]},o={className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,i]};i.contains=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,o,r,t.REGEXP_MODE];var a=i.contains.concat([t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:n,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,o,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,r,{begin:/[{,]\s*/,relevance:0,contains:[{begin:e+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:e,relevance:0}]}]},{begin:"("+t.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+e+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:a}]}]},{begin:/</,end:/(\/\w+|\w+\/)>/,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:[{begin:/<\w+\s*\/>/,skip:!0},"self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{begin:e}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:a}],illegal:/\[|%/},{begin:/\$[(.]/},t.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}},function(t,e){t.exports=function(t){return{aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$"},{begin:"^.+?\\n[=-]{2,}$"}]},{begin:"<",end:">",subLanguage:"xml",relevance:0},{className:"bullet",begin:"^([*+-]|(\\d+\\.))\\s+"},{className:"strong",begin:"[*_]{2}.+?[*_]{2}"},{className:"emphasis",variants:[{begin:"\\*.+?\\*"},{begin:"_.+?_",relevance:0}]},{className:"quote",begin:"^>\\s+",end:"$"},{className:"code",variants:[{begin:"^```w*s*$",end:"^```s*$"},{begin:"`.+?`"},{begin:"^( {4}|\t)",end:"$",relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},{begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}},function(t,e){t.exports=function(t){var e={literal:"{ } true false yes no Yes No True False null"},n="^[ \\-]*",r="[a-zA-Z_][\\w\\-]*",i={className:"attr",variants:[{begin:n+r+":"},{begin:n+'"'+r+'":'},{begin:n+"'"+r+"':"}]},o={className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]},a={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}],contains:[t.BACKSLASH_ESCAPE,o]};return{case_insensitive:!0,aliases:["yml","YAML","yaml"],contains:[i,{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>] *$",returnEnd:!0,contains:a.contains,end:i.variants[0].begin},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!!"+t.UNDERSCORE_IDENT_RE},{className:"meta",begin:"&"+t.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+t.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"^ *-",relevance:0},a,t.HASH_COMMENT_MODE,t.C_NUMBER_MODE],keywords:e}}},function(t,e,n){n(201),t.exports=self.fetch.bind(self)},function(t,e,n){!function(e,n){t.exports=n()}(this,function(){"use strict";var t=function(t,e,n,r){return t/=r/2,t<1?n/2*t*t+e:(t--,-n/2*(t*(t-2)-1)+e)},e="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},n=function(){function n(){return window.scrollY||window.pageYOffset}function r(t){return t.getBoundingClientRect().top+c}function i(t){v||(v=t),g=t-v,m=f(g,c,d,h),window.scrollTo(0,m),g<h?requestAnimationFrame(i):o()}function o(){window.scrollTo(0,c+d),s&&p&&(s.setAttribute("tabindex","-1"),s.focus()),"function"==typeof y&&y(),v=!1}function a(o){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||t,p=a.a11y||!1,c=n(),"undefined"==typeof o?"undefined":e(o)){case"number":s=void 0,p=!1,u=c+o;break;case"object":s=o,u=r(s);break;case"string":s=document.querySelector(o),u=r(s)}switch(d=u-c+l,e(a.duration)){case"number":h=a.duration;break;case"function":h=a.duration(d)}requestAnimationFrame(i)}var s=void 0,c=void 0,u=void 0,l=void 0,f=void 0,p=void 0,d=void 0,h=void 0,v=void 0,g=void 0,m=void 0,y=void 0;return a},r=n();return r})},function(t,e,n){(function(e){function n(t,e,n){function r(e){var n=v,r=g;return v=g=void 0,E=e,y=t.apply(r,n)}function o(t){return E=t,b=setTimeout(l,e),O?r(t):y}function a(t){var n=t-_,r=t-E,i=e-n;return C?x(i,m-r):i}function u(t){var n=t-_,r=t-E;return void 0===_||n>=e||n<0||C&&r>=m}function l(){var t=k();return u(t)?f(t):void(b=setTimeout(l,a(t)))}function f(t){return b=void 0,S&&v?r(t):(v=g=void 0,y)}function p(){void 0!==b&&clearTimeout(b),E=0,v=_=g=b=void 0}function d(){return void 0===b?y:f(k())}function h(){var t=k(),n=u(t);if(v=arguments,g=this,_=t,n){if(void 0===b)return o(_);if(C)return b=setTimeout(l,e),r(_)}return void 0===b&&(b=setTimeout(l,e)),y}var v,g,m,y,b,_,E=0,O=!1,C=!1,S=!0;if("function"!=typeof t)throw new TypeError(c);return e=s(e)||0,i(n)&&(O=!!n.leading,C="maxWait"in n,m=C?w(s(n.maxWait)||0,e):m,S="trailing"in n?!!n.trailing:S),h.cancel=p,h.flush=d,h}function r(t,e,r){var o=!0,a=!0;if("function"!=typeof t)throw new TypeError(c);return i(r)&&(o="leading"in r?!!r.leading:o,a="trailing"in r?!!r.trailing:a),n(t,e,{leading:o,maxWait:e,trailing:a})}function i(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function o(t){return!!t&&"object"==typeof t}function a(t){return"symbol"==typeof t||o(t)&&_.call(t)==l}function s(t){if("number"==typeof t)return t;if(a(t))return u;if(i(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=i(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)?u:+t}var c="Expected a function",u=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,g="object"==typeof e&&e&&e.Object===Object&&e,m="object"==typeof self&&self&&self.Object===Object&&self,y=g||m||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(14))},function(t,e){"use strict";function n(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function r(){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;var r=Object.getOwnPropertyNames(e).map(function(t){return e[t]});if("0123456789"!==r.join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach(function(t){i[t]=t}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(t){return!1}}var i=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;t.exports=r()?Object.assign:function(t,e){for(var r,a,s=n(t),c=1;c<arguments.length;c++){r=Object(arguments[c]);for(var u in r)i.call(r,u)&&(s[u]=r[u]);if(Object.getOwnPropertySymbols){a=Object.getOwnPropertySymbols(r);for(var l=0;l<a.length;l++)o.call(r,a[l])&&(s[a[l]]=r[a[l]])}}return s}},function(t,e){var n=t.exports={};n.nextTick=function(){var t="undefined"!=typeof window&&window.setImmediate,e="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(t)return function(t){return window.setImmediate(t)};if(e){var n=[];return window.addEventListener("message",function(t){var e=t.source;if((e===window||null===e)&&"process-tick"===t.data&&(t.stopPropagation(),n.length>0)){var r=n.shift();r()}},!0),function(t){n.push(t),window.postMessage("process-tick","*")}}return function(t){setTimeout(t,0)}}(),n.title="browser",n.browser=!0,n.env={},n.argv=[],n.binding=function(t){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(t){throw new Error("process.chdir is not supported")}},function(t,e,n){(function(e){!function(n){function r(){}function i(t,e){return function(){t.apply(e,arguments)}}function o(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;return 0===t._state?void t._deferreds.push(e):(t._handled=!0,void o._immediateFn(function(){var n=1===t._state?e.onFulfilled:e.onRejected;if(null===n)return void(1===t._state?s:c)(e.promise,t._value);var r;try{r=n(t._value)}catch(t){return void c(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 o)return t._state=3,t._value=e,void u(t);if("function"==typeof n)return void f(i(n,e),t)}t._state=1,t._value=e,u(t)}catch(e){c(t,e)}}function c(t,e){t._state=2,t._value=e,u(t)}function u(t){2===t._state&&0===t._deferreds.length&&o._immediateFn(function(){t._handled||o._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,c(e,t))})}catch(t){if(n)return;n=!0,c(e,t)}}var p=setTimeout;o.prototype.catch=function(t){return this.then(null,t)},o.prototype.then=function(t,e){var n=new this.constructor(r);return a(this,new l(t,e,n)),n},o.all=function(t){var e=Array.prototype.slice.call(t);return new o(function(t,n){function r(o,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(o,t)},n)}e[o]=a,0===--i&&t(e)}catch(t){n(t)}}if(0===e.length)return t([]);for(var i=e.length,o=0;o<e.length;o++)r(o,e[o])})},o.resolve=function(t){return t&&"object"==typeof t&&t.constructor===o?t:new o(function(e){e(t)})},o.reject=function(t){return new o(function(e,n){n(t)})},o.race=function(t){return new o(function(e,n){for(var r=0,i=t.length;r<i;r++)t[r].then(e,n)})},o._immediateFn="function"==typeof e&&function(t){e(t)}||function(t){p(t,0)},o._unhandledRejectionFn=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)},o._setImmediateFn=function(t){o._immediateFn=t},o._setUnhandledRejectionFn=function(t){o._unhandledRejectionFn=t},"undefined"!=typeof t&&t.exports?t.exports=o:n.Promise||(n.Promise=o)}(this)}).call(e,n(37).setImmediate)},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,i=r.regeneratorRuntime&&Object.getOwnPropertyNames(r).indexOf("regeneratorRuntime")>=0,o=i&&r.regeneratorRuntime;if(r.regeneratorRuntime=void 0,t.exports=n(173),i)r.regeneratorRuntime=o;else try{delete r.regeneratorRuntime}catch(t){r.regeneratorRuntime=void 0}}).call(e,n(14))},function(t,e,n){(function(e,n){!function(e){"use strict";function r(t,e,n,r){var i=e&&e.prototype instanceof o?e:o,a=Object.create(i.prototype),s=new d(r||[]);return a._invoke=l(t,n,s),a}function i(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}function o(){}function a(){}function s(){}function c(t){["next","throw","return"].forEach(function(e){t[e]=function(t){return this._invoke(e,t)}})}function u(t){function e(n,r,o,a){var s=i(t[n],t,r);if("throw"!==s.type){var c=s.arg,u=c.value;return u&&"object"==typeof u&&y.call(u,"__await")?Promise.resolve(u.__await).then(function(t){e("next",t,o,a)},function(t){e("throw",t,o,a)}):Promise.resolve(u).then(function(t){c.value=t,o(c)},a)}a(s.arg)}function r(t,n){function r(){return new Promise(function(r,i){e(t,n,r,i)})}return o=o?o.then(r,r):r()}"object"==typeof n&&n.domain&&(e=n.domain.bind(e));var o;this._invoke=r}function l(t,e,n){var r=E;return function(o,a){if(r===C)throw new Error("Generator is already running");if(r===S){if("throw"===o)throw a;return v()}for(;;){var s=n.delegate;if(s){if("return"===o||"throw"===o&&s.iterator[o]===g){n.delegate=null;var c=s.iterator.return;if(c){var u=i(c,s.iterator,a);if("throw"===u.type){o="throw",a=u.arg;continue}}if("return"===o)continue}var u=i(s.iterator[o],s.iterator,a);if("throw"===u.type){n.delegate=null,o="throw",a=u.arg;continue}o="next",a=g;var l=u.arg;if(!l.done)return r=O,l;n[s.resultName]=l.value,n.next=s.nextLoc,n.delegate=null}if("next"===o)n.sent=n._sent=a;else if("throw"===o){if(r===E)throw r=S,a;n.dispatchException(a)&&(o="next",a=g)}else"return"===o&&n.abrupt("return",a);r=C;var u=i(t,e,n);if("normal"===u.type){r=n.done?S:O;var l={value:u.arg,done:n.done};if(u.arg!==A)return l;n.delegate&&"next"===o&&(a=g)}else"throw"===u.type&&(r=S,o="throw",a=u.arg)}}}function f(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 p(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function d(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(f,this),this.reset(!0)}function h(t){if(t){var e=t[_];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(y.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:v}}function v(){return{value:g,done:!0}}var g,m=Object.prototype,y=m.hasOwnProperty,b="function"==typeof Symbol?Symbol:{},_=b.iterator||"@@iterator",w=b.toStringTag||"@@toStringTag",x="object"==typeof t,k=e.regeneratorRuntime;if(k)return void(x&&(t.exports=k));k=e.regeneratorRuntime=x?t.exports:{},k.wrap=r;var E="suspendedStart",O="suspendedYield",C="executing",S="completed",A={},T={};T[_]=function(){return this};var $=Object.getPrototypeOf,N=$&&$($(h([])));N&&N!==m&&y.call(N,_)&&(T=N);var M=s.prototype=o.prototype=Object.create(T);a.prototype=M.constructor=s,s.constructor=a,s[w]=a.displayName="GeneratorFunction",k.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===a||"GeneratorFunction"===(e.displayName||e.name))},k.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,s):(t.__proto__=s,w in t||(t[w]="GeneratorFunction")),t.prototype=Object.create(M),t},k.awrap=function(t){return{__await:t}},c(u.prototype),k.AsyncIterator=u,k.async=function(t,e,n,i){var o=new u(r(t,e,n,i));return k.isGeneratorFunction(e)?o:o.next().then(function(t){return t.done?t.value:o.next()})},c(M),M[w]="Generator",M.toString=function(){return"[object Generator]"},k.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}},k.values=h,d.prototype={constructor:d,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=g,this.done=!1,this.delegate=null,this.tryEntries.forEach(p),!t)for(var e in this)"t"===e.charAt(0)&&y.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 o.type="throw",o.arg=t,n.next=e,!!r}if(this.done)throw t;for(var n=this,r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r],o=i.completion;if("root"===i.tryLoc)return e("end");if(i.tryLoc<=this.prev){var a=y.call(i,"catchLoc"),s=y.call(i,"finallyLoc");if(a&&s){if(this.prev<i.catchLoc)return e(i.catchLoc,!0);if(this.prev<i.finallyLoc)return e(i.finallyLoc)}else if(a){if(this.prev<i.catchLoc)return e(i.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return e(i.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&&y.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=t,o.arg=e,i?this.next=i.finallyLoc:this.complete(o),A},complete:function(t,e){if("throw"===t.type)throw t.arg;"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=t.arg,this.next="end"):"normal"===t.type&&e&&(this.next=e)},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),p(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 i=r.arg;p(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:h(t),resultName:e,nextLoc:n},A}}}("object"==typeof e?e:"object"==typeof window?window:"object"==typeof self?self:this)}).call(e,n(14),n(56))},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 i=r(n(163)),o=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",i({domProps:{innerHTML:r}},n.data)):e("span",n.data,r)}}},a=function(t,e){var n=e.data;return t.component("inline",o(n))};e.default=a,e.makeComponent=o},function(t,e,n){var r,i;n(148),r=n(62);var o=n(194);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;n(134),n(135),r=n(65);var o=n(186);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;n(138),r=n(66);var o=n(189);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;n(137),r=n(67);var o=n(188);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;n(145),r=n(68);var o=n(191);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;n(150),r=n(69);var o=n(196);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;n(149),r=n(70);var o=n(195);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;n(152),n(151),r=n(71);var o=n(198);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-fc972cce",t.exports=r},function(t,e,n){var r,i,o=n(197);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;n(146),r=n(73);var o=n(192);i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=r},function(t,e,n){var r,i;r=n(74),i=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(i=r=r.default),"function"==typeof i&&(i=i.options),t.exports=r},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.currentNav.length>0||t.currentIcons.length>0?n("header",{staticClass:"header is-desktop"},[n("header-nav"),t._v(" "),n("header-icons")],1):t._e()},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.currentNav&&t.currentNav.length>0?n("ul",{staticClass:"header-nav"},t._l(t.currentNav,function(e,r){return n("li",{staticClass:"nav-item"},["dropdown"===e.type?n("div",{staticClass:"nav-item-dropdown"},[t._v("\n "+t._s(e.title)+"\n "),n("span",{staticClass:"arrow"}),t._v(" "),n("ul",{staticClass:"dropdown-list"},t._l(e.items,function(e){return n("li",{staticClass:"dropdown-item"},[n("router-link",{staticClass:"router-link",class:{"router-link-active":e.path===t.$route.path},attrs:{to:e.path,exact:""}},[t._v("\n "+t._s(e.title)+"\n ")])],1)}))]):n("router-link",{class:["router-link",e.className,{"router-link-active":e.path===t.$route.path}],attrs:{to:e.path,exact:""}},[t._v("\n "+t._s(e.title)+"\n ")])],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:"Type to search..."},domProps:{value:t._s(t.keyword)},on:{focus:t.toggleFocus,blur:t.toggleFocus,keydown:function(e){t._k(e.keyCode,"enter",13)||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("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("\n "+t._s(t.config.title)+"\n ")],1)]),t._v(" "),n("div",{staticClass:"header-right"},[n("header-icons")],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",{staticClass:"sidebar"},[t.pluginSearch?n("search-box"):t._e(),t._v(" "),t.pluginSearch&&t.searchResult&&t.searchKeyword?n("search-result"):t._e(),t._v(" "),n("header-nav",{staticClass:"is-mobile inner-x"}),t._v(" "),n("toc",{attrs:{headings:t.page.headings}})],1):t._e(),t._v(" "),t.loaded?n("mobile-header"):t._e(),t._v(" "),n("section",{staticClass:"main"},[t.loaded?n("home-header"):t._e(),t._v(" "),t.loaded?n("custom-components",{attrs:{place:"content:start"}}):t._e(),t._v(" "),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 n("div",{staticClass:"search-result"},[t.searching||0!==t.searchResult.length?t._e():n("div",{staticClass:"empty-search-result inner-x"},[t._v("\n No search results :(\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 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.currentIcons.length>0?n("div",{staticClass:"header-icons"},t._l(t.currentIcons,function(e,r){return n("a",{staticClass:"header-icon hint--rounded",class:{"hint--bottom":r!==t.currentIcons.length-1,"hint--bottom-left":r===t.currentIcons.length-1},attrs:{target:"_blank","aria-label":e.label,href:e.link}},[e.svg?n("svg-icon",{staticClass:"svg-icon",attrs:{name:e.svg}}):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 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 n("div",[n("div",{staticClass:"livingearth-logo"},[n("p",{staticClass:"product-title"},[t._v("Ad: Our Product")]),t._v(" "),n("router-link",{attrs:{to:"/zh-CN/livingearth?x-block=sidebar"}},[n("img",{attrs:{src:"https://oixyh3u6e.qnssl.com/livingearth/livingearth.png",width:"140px",alt:""}})])],1),t._v(" "),n("div",{staticClass:"vux-box"},[n("svg",{staticStyle:{width:"60px",height:"60px"},attrs:{version:"1.1",id:"图形",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",width:"1024px",height:"1024px",viewBox:"0 0 1024 1024","enable-background":"new 0 0 1024 1024","xml:space":"preserve"}},[n("path",{staticClass:"svgpath",attrs:{"data-index":"path_0",fill:"#35495e",d:"M512 816.64 51.2 985.6l460.8-947.2 460.8 947.2L512 816.64 512 816.64zM509.44 207.36 189.44 862.72l317.44-117.76L506.88 207.36 509.44 207.36zM509.44 207.36"}})]),t._v(" "),n("br"),t._v(" "),n("span",{staticClass:"vux-version"},[t._v("2.x")]),t._v(" "),n("h1",{staticClass:"vux-title"},[t._v("VUX")]),t._v(" "),t._m(0),t._v(" "),n("div",[n("br"),t._v(" "),n("a",{staticClass:"vux-github",attrs:{target:"_blank",href:"https://github.com/airyland/vux"}},[n("svg",{attrs:{id:"i-github",viewBox:"0 0 64 64",width:"32",height:"32"}},[n("path",{attrs:{"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"}})])]),t._v(" "),n("p",{staticClass:"vux-center vux-sub-title vux-time-ago"},[t._v("Since "),n("span",[t._v(t._s(t.days))]),t._v(" Days Ago")]),t._v(" "),t._m(1)])]),t._v(" "),n("div",{staticStyle:{"margin-left":"220px"}},[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:{id:e.slug}}},domProps:{innerHTML:t._s(e.text)},nativeOn:{click:function(n){t.navigate(e.slug)}}})],1)}))])])},staticRenderFns:[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"vux-center vux-sub-title"},[t._v("Proudly Powered by\n "),n("br"),t._v("\n WeUI + Vue + Webpack")])},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("p",[n("a",{staticClass:"survey",attrs:{href:"https://wj.qq.com/s/1170299/9518/",target:"_blank"}},[t._v(" VUX 开发者调查 >>")])])}]}},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("div",[t._v("hello component")])},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,n){"use strict";function r(t,e){t||"undefined"!=typeof console&&console.warn("[vue-router] "+e)}function i(t,e){if(void 0===e&&(e={}),t){var n;try{n=o(t)}catch(t){n={}}for(var r in e)n[r]=e[r];return n}return e}function o(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),r=bt(n.shift()),i=n.length>0?bt(n.join("=")):null;void 0===e[r]?e[r]=i:Array.isArray(e[r])?e[r].push(i):e[r]=[e[r],i]}),e):e}function a(t){var e=t?Object.keys(t).map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return yt(e);if(Array.isArray(n)){var r=[];return n.slice().forEach(function(t){void 0!==t&&(null===t?r.push(yt(e)):r.push(yt(e)+"="+yt(t)))}),r.join("&")}return yt(e)+"="+yt(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}function s(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:u(e),matched:t?c(t):[]};return n&&(r.redirectedFrom=u(n)),Object.freeze(r)}function c(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function u(t){var e=t.path,n=t.query;void 0===n&&(n={});var r=t.hash;return void 0===r&&(r=""),(e||"/")+a(n)+r}function l(t,e){return e===_t?t===e:!!e&&(t.path&&e.path?t.path.replace(wt,"")===e.path.replace(wt,"")&&t.hash===e.hash&&f(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&f(t.query,e.query)&&f(t.params,e.params)))}function f(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 p(t,e){return 0===t.path.indexOf(e.path.replace(/\/$/,""))&&(!e.hash||t.hash===e.hash)&&d(t.query,e.query)}function d(t,e){for(var n in e)if(!(n in t))return!1;return!0}function h(t){if(!(t.metaKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||0!==t.button)){var e=t.target.getAttribute("target");if(!/\b_blank\b/i.test(e))return t.preventDefault(),!0}}function v(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=v(e.children)))return e}}function g(t){if(!g.installed){g.installed=!0,gt=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",mt),t.component("router-link",kt);var e=t.config.optionMergeStrategies;e.beforeRouteEnter=e.beforeRouteLeave=e.created}}function m(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 i=t.replace(/^\//,"").split("/"),o=0;o<i.length;o++){var a=i[o];"."!==a&&(".."===a?r.pop():r.push(a))}return""!==r[0]&&r.unshift(""),r.join("/")}function y(t){var e="",n="",r=t.indexOf("#");r>=0&&(e=t.slice(r),t=t.slice(0,r));var i=t.indexOf("?");return i>=0&&(n=t.slice(i+1),t=t.slice(0,i)),{path:t,query:n,hash:e}}function b(t){return t.replace(/\/\//g,"/")}function _(t){var e=Object.create(null),n=Object.create(null);return t.forEach(function(t){w(e,n,t)}),{pathMap:e,nameMap:n}}function w(t,e,n,r,i){var o=n.path,a=n.name,s={path:x(o,r),components:n.components||{default:n.component},instances:{},name:a,parent:r,matchAs:i,redirect:n.redirect,beforeEnter:n.beforeEnter,meta:n.meta||{}};n.children&&n.children.forEach(function(n){w(t,e,n,s)}),void 0!==n.alias&&(Array.isArray(n.alias)?n.alias.forEach(function(n){w(t,e,{path:n},r,s.path)}):w(t,e,{path:n.alias},r,s.path)),t[s.path]||(t[s.path]=s),a&&(e[a]||(e[a]=s))}function x(t,e){return t=t.replace(/\/$/,""),"/"===t[0]?t:null==e?t:b(e.path+"/"+t)}function k(t,e){for(var n,r=[],i=0,o=0,a="",s=e&&e.delimiter||"/";null!=(n=Nt.exec(t));){var c=n[0],u=n[1],l=n.index;if(a+=t.slice(o,l),o=l+c.length,u)a+=u[1];else{var f=t[o],p=n[2],d=n[3],h=n[4],v=n[5],g=n[6],m=n[7];a&&(r.push(a),a="");var y=null!=p&&null!=f&&f!==p,b="+"===g||"*"===g,_="?"===g||"*"===g,w=n[2]||s,x=h||v;r.push({name:d||i++,prefix:p||"",delimiter:w,optional:_,repeat:b,partial:y,asterisk:!!m,pattern:x?T(x):m?".*":"[^"+A(w)+"]+?"})}}return o<t.length&&(a+=t.substr(o)),a&&r.push(a),r}function E(t,e){return S(k(t,e))}function O(t){return encodeURI(t).replace(/[\/?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})}function C(t){return encodeURI(t).replace(/[?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})}function S(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 i="",o=n||{},a=r||{},s=a.pretty?O:encodeURIComponent,c=0;c<t.length;c++){var u=t[c];if("string"!=typeof u){var l,f=o[u.name];if(null==f){if(u.optional){u.partial&&(i+=u.prefix);continue}throw new TypeError('Expected "'+u.name+'" to be defined')}if(Ot(f)){if(!u.repeat)throw new TypeError('Expected "'+u.name+'" to not repeat, but received `'+JSON.stringify(f)+"`");if(0===f.length){if(u.optional)continue;throw new TypeError('Expected "'+u.name+'" to not be empty')}for(var p=0;p<f.length;p++){if(l=s(f[p]),!e[c].test(l))throw new TypeError('Expected all "'+u.name+'" to match "'+u.pattern+'", but received `'+JSON.stringify(l)+"`");i+=(0===p?u.prefix:u.delimiter)+l}}else{if(l=u.asterisk?C(f):s(f),!e[c].test(l))throw new TypeError('Expected "'+u.name+'" to match "'+u.pattern+'", but received "'+l+'"');i+=u.prefix+l}}else i+=u}return i}}function A(t){return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function T(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function $(t,e){return t.keys=e,t}function N(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,e)}function R(t,e,n){for(var r=[],i=0;i<t.length;i++)r.push(P(t[i],e,n).source);var o=new RegExp("(?:"+r.join("|")+")",N(n));return $(o,e)}function j(t,e,n){return L(k(t,n),e,n)}function L(t,e,n){Ot(e)||(n=e||n,e=[]),n=n||{};for(var r=n.strict,i=n.end!==!1,o="",a=0;a<t.length;a++){var s=t[a];if("string"==typeof s)o+=A(s);else{var c=A(s.prefix),u="(?:"+s.pattern+")";e.push(s),s.repeat&&(u+="(?:"+c+u+")*"),u=s.optional?s.partial?c+"("+u+")?":"(?:"+c+"("+u+"))?":c+"("+u+")",o+=u}}var l=A(n.delimiter||"/"),f=o.slice(-l.length)===l;return r||(o=(f?o.slice(0,-l.length):o)+"(?:"+l+"(?=$))?"),o+=i?"$":r&&f?"":"(?="+l+"|$)",$(new RegExp("^"+o,N(n)),e)}function P(t,e,n){return Ot(e)||(n=e||n,e=[]),n=n||{},t instanceof RegExp?M(t,e):Ot(t)?R(t,e,n):j(t,e,n)}function I(t){var e,n,r=Mt[t];return r?(e=r.keys,n=r.regexp):(e=[],n=Ct(t,e),Mt[t]={keys:e,regexp:n}),{keys:e,regexp:n}}function D(t,e,n){try{var r=Rt[t]||(Rt[t]=Ct.compile(t));return r(e||{},{pretty:!0})}catch(t){return""}}function B(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=D(a,o,"path "+e.path)}return r}var s=y(r.path||""),c=e&&e.path||"/",u=s.path?m(s.path,c,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:u,query:l,hash:f}}function U(t,e){for(var n in e)t[n]=e[n];return t}function F(t){function e(t,e,n){var r=B(t,e),i=r.name;if(i){var a=u[i],s=I(a.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 l in e.params)!(l in r.params)&&s.indexOf(l)>-1&&(r.params[l]=e.params[l]);if(a)return r.path=D(a.path,r.params,'named route "'+i+'"'),o(a,r,n)}else if(r.path){r.params={};for(var f in c)if(H(f,r.params,r.path))return o(c[f],r,n)}return o(null,r)}function n(t,n){var i=t.redirect,a="function"==typeof i?i(s(t,n)):i;if("string"==typeof a&&(a={path:a}),!a||"object"!=typeof a)return o(null,n);var c=a,l=c.name,f=c.path,p=n.query,d=n.hash,h=n.params;if(p=c.hasOwnProperty("query")?c.query:p,d=c.hasOwnProperty("hash")?c.hash:d,h=c.hasOwnProperty("params")?c.params:h,l){u[l];return e({_normalized:!0,name:l,query:p,hash:d,params:h},void 0,n)}if(f){var v=q(f,t),g=D(v,h,'redirect route with path "'+v+'"');return e({_normalized:!0,path:g,query:p,hash:d},void 0,n)}return r(!1,"invalid redirect option: "+JSON.stringify(a)),o(null,n)}function i(t,n,r){var i=D(r,n.params,'aliased route with path "'+r+'"'),a=e({_normalized:!0,path:i});if(a){var s=a.matched,c=s[s.length-1];return n.params=a.params,o(c,n)}return o(null,n)}function o(t,e,r){return t&&t.redirect?n(t,r||e):t&&t.matchAs?i(t,e,t.matchAs):s(t,e,r)}var a=_(t),c=a.pathMap,u=a.nameMap;return e}function H(t,e,n){var r=I(t),i=r.regexp,o=r.keys,a=n.match(i);if(!a)return!1;if(!e)return!0;for(var s=1,c=a.length;s<c;++s){var u=o[s-1],l="string"==typeof a[s]?decodeURIComponent(a[s]):a[s];u&&(e[u.name]=l)}return!0}function q(t,e){return m(t,e.parent?e.parent.path:"/",!0)}function z(t,e,n){var r=function(i){i>=t.length?n():t[i]?e(t[i],function(){r(i+1)}):r(i+1)};r(0)}function G(t){if(!t)if(jt){var e=document.querySelector("base");t=e?e.getAttribute("href"):"/"}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function K(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n<r&&t[n]===e[n];n++);return{activated:e.slice(n),deactivated:t.slice(n)}}function V(t,e){return"function"!=typeof t&&(t=gt.extend(t)),t.options[e]}function W(t){return et(tt(t,function(t,e){var n=V(t,"beforeRouteLeave");if(n)return Array.isArray(n)?n.map(function(t){return J(t,e)}):J(n,e)}).reverse())}function J(t,e){return function(){return t.apply(e,arguments)}}function Z(t,e,n){return et(tt(t,function(t,r,i,o){var a=V(t,"beforeRouteEnter");if(a)return Array.isArray(a)?a.map(function(t){return Y(t,e,i,o,n)}):Y(a,e,i,o,n)}))}function Y(t,e,n,r,i){return function(o,a,s){return t(o,a,function(t){s(t),"function"==typeof t&&e.push(function(){X(t,n.instances,r,i)})})}}function X(t,e,n,r){e[n]?t(e[n]):r()&&setTimeout(function(){X(t,e,n,r)},16)}function Q(t){return tt(t,function(t,e,n,i){if("function"==typeof t&&!t.options)return function(e,o,a){var s=function(t){n.components[i]=t,a()},c=function(t){r(!1,"Failed to resolve async component "+i+": "+t),a(!1)},u=t(s,c);u&&"function"==typeof u.then&&u.then(s,c)}})}function tt(t,e){return et(t.map(function(t){return Object.keys(t.components).map(function(n){return e(t.components[n],t.instances[n],t,n)})}))}function et(t){return Array.prototype.concat.apply([],t)}function nt(t){t&&(It[t]={x:window.pageXOffset,y:window.pageYOffset})}function rt(t){if(t)return It[t]}function it(t){var e=document.documentElement.getBoundingClientRect(),n=t.getBoundingClientRect();return{x:n.left-e.left,y:n.top-e.top}}function ot(t){return st(t.x)||st(t.y)}function at(t){return{x:st(t.x)?t.x:window.pageXOffset,y:st(t.y)?t.y:window.pageYOffset}}function st(t){return"number"==typeof t}function ct(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 ut(t,e){var n=window.history;try{e?n.replaceState({key:Bt},"",t):(Bt=Dt(),n.pushState({key:Bt},"",t)),nt(Bt)}catch(n){window.location[e?"assign":"replace"](t)}}function lt(t){ut(t,!0)}function ft(){var t=pt();return"/"===t.charAt(0)||(ht("/"+t),!1)}function pt(){var t=window.location.href,e=t.indexOf("#");return e===-1?"":t.slice(e+1)}function dt(t){window.location.hash=t}function ht(t){var e=window.location.href.indexOf("#");window.location.replace(window.location.href.slice(0,e>=0?e:0)+"#"+t)}function vt(t,e,n){var r="hash"===n?"#"+e:e;return t?b(t+"/"+r):r}var gt,mt={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,o=e.data;o.routerView=!0;for(var a=i.$route,s=i._routerViewCache||(i._routerViewCache={}),c=0,u=!1;i;)i.$vnode&&i.$vnode.data.routerView&&c++,i._inactive&&(u=!0),i=i.$parent;o.routerViewDepth=c;var l=a.matched[c];if(!l)return t();var f=n.name,p=u?s[f]:s[f]=l.components[f];if(!u){var d=o.hook||(o.hook={});d.init=function(t){l.instances[f]=t.child},d.prepatch=function(t,e){l.instances[f]=e.child},d.destroy=function(t){l.instances[f]===t.child&&(l.instances[f]=void 0)}}return t(p,o,r)}},yt=encodeURIComponent,bt=decodeURIComponent,_t=s(null,{path:"/"}),wt=/\/$/,xt=[String,Object],kt={name:"router-link",props:{to:{type:xt,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,event:{type:[String,Array],default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),o=i.normalizedTo,a=i.resolved,c=i.href,u={},f=this.activeClass||n.options.linkActiveClass||"router-link-active",d=o.path?s(null,o):a;u[f]=this.exact?l(r,d):p(r,d);var g=function(t){h(t)&&(e.replace?n.replace(o):n.push(o))},m={click:h};Array.isArray(this.event)?this.event.forEach(function(t){m[t]=g}):m[this.event]=g;var y={class:u};if("a"===this.tag)y.on=m,y.attrs={href:c};else{var b=v(this.$slots.default);if(b){b.isStatic=!1;var _=gt.util.extend,w=b.data=_({},b.data);w.on=m;var x=b.data.attrs=_({},b.data.attrs);x.href=c}else y.on=m}return t(this.tag,y,this.$slots.default)}},Et=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},Ot=Et,Ct=P,St=k,At=E,Tt=S,$t=L,Nt=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");Ct.parse=St,Ct.compile=At,Ct.tokensToFunction=Tt,Ct.tokensToRegExp=$t;var Mt=Object.create(null),Rt=Object.create(null),jt="undefined"!=typeof window,Lt=jt&&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)}(),Pt=function(t,e){this.router=t,this.base=G(e),this.current=_t,this.pending=null};Pt.prototype.listen=function(t){this.cb=t},Pt.prototype.transitionTo=function(t,e,n){var r=this,i=this.router.match(t,this.current);this.confirmTransition(i,function(){r.updateRoute(i),e&&e(i),r.ensureURL()},n)},Pt.prototype.confirmTransition=function(t,e,n){var r=this,i=this.current,o=function(){n&&n()};if(l(t,i))return this.ensureURL(),o();var a=K(this.current.matched,t.matched),s=a.deactivated,c=a.activated,u=[].concat(W(s),this.router.beforeHooks,c.map(function(t){return t.beforeEnter}),Q(c));this.pending=t;var f=function(e,n){return r.pending!==t?o():void e(t,i,function(t){t===!1?(r.ensureURL(!0),o()):"string"==typeof t||"object"==typeof t?("object"==typeof t&&t.replace?r.replace(t):r.push(t),o()):n(t)})};z(u,f,function(){var n=[],i=Z(c,n,function(){return r.current===t});z(i,f,function(){return r.pending!==t?o():(r.pending=null,e(t),void(r.router.app&&r.router.app.$nextTick(function(){n.forEach(function(t){return t()})})))})})},Pt.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 It=Object.create(null),Dt=function(){return String(Date.now())},Bt=Dt(),Ut=function(t){function e(e,n){var r=this;t.call(this,e,n);var i=e.options.scrollBehavior;window.addEventListener("popstate",function(t){Bt=t.state&&t.state.key;var e=r.current;r.transitionTo(ct(r.base),function(t){i&&r.handleScroll(t,e,!0)})}),i&&window.addEventListener("scroll",function(){nt(Bt)})}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){var e=this,n=this.current;this.transitionTo(t,function(t){ut(b(e.base+t.fullPath)),e.handleScroll(t,n,!1)})},e.prototype.replace=function(t){var e=this,n=this.current;this.transitionTo(t,function(t){lt(b(e.base+t.fullPath)),e.handleScroll(t,n,!1)})},e.prototype.ensureURL=function(t){if(ct(this.base)!==this.current.fullPath){var e=b(this.base+this.current.fullPath);t?ut(e):lt(e)}},e.prototype.handleScroll=function(t,e,n){var r=this.router;if(r.app){var i=r.options.scrollBehavior;i&&r.app.$nextTick(function(){var r=rt(Bt),o=i(t,e,n?r:null);if(o){var a="object"==typeof o;if(a&&"string"==typeof o.selector){var s=document.querySelector(o.selector);s?r=it(s):ot(o)&&(r=at(o))}else a&&ot(o)&&(r=at(o));r&&window.scrollTo(r.x,r.y)}})}},e}(Pt),Ft=function(t){function e(e,n,r){t.call(this,e,n),r&&this.checkFallback()||ft()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.checkFallback=function(){var t=ct(this.base);if(!/^\/#/.test(t))return window.location.replace(b(this.base+"/#"+t)),!0},e.prototype.onHashChange=function(){ft()&&this.transitionTo(pt(),function(t){ht(t.fullPath)})},e.prototype.push=function(t){this.transitionTo(t,function(t){dt(t.fullPath)})},e.prototype.replace=function(t){this.transitionTo(t,function(t){ht(t.fullPath)})},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;pt()!==e&&(t?dt(e):ht(e))},e}(Pt),Ht=function(t){function e(e){t.call(this,e),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){var e=this;this.transitionTo(t,function(t){e.stack=e.stack.slice(0,e.index+1).concat(t),e.index++})},e.prototype.replace=function(t){var e=this;this.transitionTo(t,function(t){e.stack=e.stack.slice(0,e.index).concat(t)})},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.ensureURL=function(){},e}(Pt),qt=function(t){void 0===t&&(t={}),this.app=null,this.options=t,this.beforeHooks=[],this.afterHooks=[],this.match=F(t.routes||[]);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Lt,this.fallback&&(e="hash"),jt||(e="abstract"),this.mode=e,e){case"history":this.history=new Ut(this,t.base);break;case"hash":this.history=new Ft(this,t.base,this.fallback);break;case"abstract":this.history=new Ht(this)}},zt={currentRoute:{}};zt.currentRoute.get=function(){return this.history&&this.history.current},qt.prototype.init=function(t){var e=this;this.app=t;var n=this.history;if(n instanceof Ut)n.transitionTo(ct(n.base));else if(n instanceof Ft){var r=function(){window.addEventListener("hashchange",function(){n.onHashChange()})};n.transitionTo(pt(),r,r)}n.listen(function(t){e.app._route=t})},qt.prototype.beforeEach=function(t){this.beforeHooks.push(t)},qt.prototype.afterEach=function(t){this.afterHooks.push(t)},qt.prototype.push=function(t){this.history.push(t)},qt.prototype.replace=function(t){this.history.replace(t)},qt.prototype.go=function(t){this.history.go(t)},qt.prototype.back=function(){this.go(-1)},qt.prototype.forward=function(){this.go(1)},qt.prototype.getMatchedComponents=function(t){var e=t?this.resolve(t).resolved:this.currentRoute;return e?[].concat.apply([],e.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},qt.prototype.resolve=function(t,e,n){var r=B(t,e||this.history.current,n),i=this.match(r,e),o=i.redirectedFrom||i.fullPath,a=this.history.base,s=vt(a,o,this.mode);return{normalizedTo:r,resolved:i,href:s}},Object.defineProperties(qt.prototype,zt),qt.install=g,jt&&window.Vue&&window.Vue.use(qt),t.exports=qt},function(t,e){e.sync=function(t,e){t.registerModule("route",{state:{},mutations:{"router/ROUTE_CHANGED":function(e,n){t.state.route=Object.freeze({name:n.name,path:n.path,hash:n.hash,query:n.query,params:n.params,fullPath:n.fullPath})}}});var n,r=!1;t.watch(function(t){return t.route},function(t){t.fullPath!==n&&(r=!0,n=t.fullPath,e.push(t))},{sync:!0}),e.afterEach(function(e){return r?void(r=!1):(n=e.fullPath,void t.commit("router/ROUTE_CHANGED",e))})}},function(t,e){!function(t){"use strict";function e(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function n(t){return"string"!=typeof t&&(t=String(t)),t}function r(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return m.iterable&&(e[Symbol.iterator]=function(){return e}),e}function i(t){this.map={},t instanceof i?t.forEach(function(t,e){this.append(e,t)},this):t&&Object.getOwnPropertyNames(t).forEach(function(e){this.append(e,t[e])},this)}function o(t){return t.bodyUsed?Promise.reject(new TypeError("Already read")):void(t.bodyUsed=!0)}function a(t){return new Promise(function(e,n){t.onload=function(){e(t.result)},t.onerror=function(){n(t.error)}})}function s(t){var e=new FileReader,n=a(e);return e.readAsArrayBuffer(t),n}function c(t){var e=new FileReader,n=a(e);return e.readAsText(t),n}function u(t){for(var e=new Uint8Array(t),n=new Array(e.length),r=0;r<e.length;r++)n[r]=String.fromCharCode(e[r]);return n.join("")}function l(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function f(){return this.bodyUsed=!1,this._initBody=function(t){if(this._bodyInit=t,t)if("string"==typeof t)this._bodyText=t;else if(m.blob&&Blob.prototype.isPrototypeOf(t))this._bodyBlob=t;else if(m.formData&&FormData.prototype.isPrototypeOf(t))this._bodyFormData=t;else if(m.searchParams&&URLSearchParams.prototype.isPrototypeOf(t))this._bodyText=t.toString();else if(m.arrayBuffer&&m.blob&&b(t))this._bodyArrayBuffer=l(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer]);else{if(!m.arrayBuffer||!ArrayBuffer.prototype.isPrototypeOf(t)&&!_(t))throw new Error("unsupported BodyInit type");this._bodyArrayBuffer=l(t)}else this._bodyText="";this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):m.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},m.blob&&(this.blob=function(){var t=o(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?o(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(s)}),this.text=function(){var t=o(this);if(t)return t;if(this._bodyBlob)return c(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(u(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},m.formData&&(this.formData=function(){return this.text().then(h)}),this.json=function(){return this.text().then(JSON.parse)},this}function p(t){var e=t.toUpperCase();return w.indexOf(e)>-1?e:t}function d(t,e){e=e||{};var n=e.body;if("string"==typeof t)this.url=t;else{if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new i(t.headers)),this.method=t.method,this.mode=t.mode,n||null==t._bodyInit||(n=t._bodyInit,t.bodyUsed=!0)}if(this.credentials=e.credentials||this.credentials||"omit",!e.headers&&this.headers||(this.headers=new i(e.headers)),this.method=p(e.method||this.method||"GET"),this.mode=e.mode||this.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&n)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(n)}function h(t){var e=new FormData;return t.trim().split("&").forEach(function(t){if(t){var n=t.split("="),r=n.shift().replace(/\+/g," "),i=n.join("=").replace(/\+/g," ");e.append(decodeURIComponent(r),decodeURIComponent(i))}}),e}function v(t){var e=new i;return t.split("\r\n").forEach(function(t){var n=t.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();e.append(r,i)}}),e}function g(t,e){e||(e={}),this.type="default",this.status="status"in e?e.status:200,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new i(e.headers),this.url=e.url||"",this._initBody(t)}if(!t.fetch){var m={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(m.arrayBuffer)var y=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],b=function(t){return t&&DataView.prototype.isPrototypeOf(t)},_=ArrayBuffer.isView||function(t){return t&&y.indexOf(Object.prototype.toString.call(t))>-1};i.prototype.append=function(t,r){t=e(t),r=n(r);var i=this.map[t];this.map[t]=i?i+","+r:r},i.prototype.delete=function(t){delete this.map[e(t)]},i.prototype.get=function(t){return t=e(t),this.has(t)?this.map[t]:null},i.prototype.has=function(t){return this.map.hasOwnProperty(e(t))},i.prototype.set=function(t,r){this.map[e(t)]=n(r);
},i.prototype.forEach=function(t,e){for(var n in this.map)this.map.hasOwnProperty(n)&&t.call(e,this.map[n],n,this)},i.prototype.keys=function(){var t=[];return this.forEach(function(e,n){t.push(n)}),r(t)},i.prototype.values=function(){var t=[];return this.forEach(function(e){t.push(e)}),r(t)},i.prototype.entries=function(){var t=[];return this.forEach(function(e,n){t.push([n,e])}),r(t)},m.iterable&&(i.prototype[Symbol.iterator]=i.prototype.entries);var w=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];d.prototype.clone=function(){return new d(this,{body:this._bodyInit})},f.call(d.prototype),f.call(g.prototype),g.prototype.clone=function(){return new g(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new i(this.headers),url:this.url})},g.error=function(){var t=new g(null,{status:0,statusText:""});return t.type="error",t};var x=[301,302,303,307,308];g.redirect=function(t,e){if(x.indexOf(e)===-1)throw new RangeError("Invalid status code");return new g(null,{status:e,headers:{location:t}})},t.Headers=i,t.Request=d,t.Response=g,t.fetch=function(t,e){return new Promise(function(n,r){var i=new d(t,e),o=new XMLHttpRequest;o.onload=function(){var t={status:o.status,statusText:o.statusText,headers:v(o.getAllResponseHeaders()||"")};t.url="responseURL"in o?o.responseURL:t.headers.get("X-Request-URL");var e="response"in o?o.response:o.responseText;n(new g(e,t))},o.onerror=function(){r(new TypeError("Network request failed"))},o.ontimeout=function(){r(new TypeError("Network request failed"))},o.open(i.method,i.url,!0),"include"===i.credentials&&(o.withCredentials=!0),"responseType"in o&&m.blob&&(o.responseType="blob"),i.headers.forEach(function(t,e){o.setRequestHeader(e,t)}),o.send("undefined"==typeof i._bodyInit?null:i._bodyInit)})},t.fetch.polyfill=!0}}("undefined"!=typeof self?self:this)},function(t,e,n){t.exports=n(61)}]);
//# sourceMappingURL=docute.js.map