Stairs/web/dist/bundle.js

1 line
138 KiB
JavaScript

!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.axios=t():e.axios=t()}(this,function(){return function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={exports:{},id:r,loaded:!1};return e[r].call(i.exports,i,i.exports,t),i.loaded=!0,i.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){e.exports=n(1)},function(e,t,n){"use strict";function r(e){var t=new o(e),n=a(o.prototype.request,t);return i.extend(n,o.prototype,t),i.extend(n,t),n}var i=n(2),a=n(3),o=n(5),s=n(6),c=r(s);c.Axios=o,c.create=function(e){return r(i.merge(s,e))},c.Cancel=n(23),c.CancelToken=n(24),c.isCancel=n(20),c.all=function(e){return Promise.all(e)},c.spread=n(25),e.exports=c,e.exports.default=c},function(e,t,n){"use strict";function r(e){return"[object Array]"===l.call(e)}function i(e){return null!==e&&"object"==typeof e}function a(e){return"[object Function]"===l.call(e)}function o(e,t){if(null!==e&&void 0!==e)if("object"!=typeof e&&(e=[e]),r(e))for(var n=0,i=e.length;n<i;n++)t.call(null,e[n],n,e);else for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.call(null,e[a],a,e)}var s=n(3),c=n(4),l=Object.prototype.toString;e.exports={isArray:r,isArrayBuffer:function(e){return"[object ArrayBuffer]"===l.call(e)},isBuffer:c,isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:i,isUndefined:function(e){return void 0===e},isDate:function(e){return"[object Date]"===l.call(e)},isFile:function(e){return"[object File]"===l.call(e)},isBlob:function(e){return"[object Blob]"===l.call(e)},isFunction:a,isStream:function(e){return i(e)&&a(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:o,merge:function e(){function t(t,r){"object"==typeof n[r]&&"object"==typeof t?n[r]=e(n[r],t):n[r]=t}for(var n={},r=0,i=arguments.length;r<i;r++)o(arguments[r],t);return n},extend:function(e,t,n){return o(t,function(t,r){e[r]=n&&"function"==typeof t?s(t,n):t}),e},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}}},function(e,t){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},function(e,t){function n(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}e.exports=function(e){return null!=e&&(n(e)||(t=e,"function"==typeof t.readFloatLE&&"function"==typeof t.slice&&n(t.slice(0,0)))||!!e._isBuffer);var t}},function(e,t,n){"use strict";function r(e){this.defaults=e,this.interceptors={request:new o,response:new o}}var i=n(6),a=n(2),o=n(17),s=n(18);r.prototype.request=function(e){"string"==typeof e&&(e=a.merge({url:arguments[0]},arguments[1])),(e=a.merge(i,this.defaults,{method:"get"},e)).method=e.method.toLowerCase();var t=[s,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach(function(e){t.unshift(e.fulfilled,e.rejected)}),this.interceptors.response.forEach(function(e){t.push(e.fulfilled,e.rejected)});t.length;)n=n.then(t.shift(),t.shift());return n},a.forEach(["delete","get","head","options"],function(e){r.prototype[e]=function(t,n){return this.request(a.merge(n||{},{method:e,url:t}))}}),a.forEach(["post","put","patch"],function(e){r.prototype[e]=function(t,n,r){return this.request(a.merge(r||{},{method:e,url:t,data:n}))}}),e.exports=r},function(e,t,n){"use strict";function r(e,t){!i.isUndefined(e)&&i.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var i=n(2),a=n(7),o={"Content-Type":"application/x-www-form-urlencoded"},s={adapter:function(){var e;return"undefined"!=typeof XMLHttpRequest?e=n(8):"undefined"!=typeof process&&(e=n(8)),e}(),transformRequest:[function(e,t){return a(t,"Content-Type"),i.isFormData(e)||i.isArrayBuffer(e)||i.isBuffer(e)||i.isStream(e)||i.isFile(e)||i.isBlob(e)?e:i.isArrayBufferView(e)?e.buffer:i.isURLSearchParams(e)?(r(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):i.isObject(e)?(r(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(e){return e>=200&&e<300}};s.headers={common:{Accept:"application/json, text/plain, */*"}},i.forEach(["delete","get","head"],function(e){s.headers[e]={}}),i.forEach(["post","put","patch"],function(e){s.headers[e]=i.merge(o)}),e.exports=s},function(e,t,n){"use strict";var r=n(2);e.exports=function(e,t){r.forEach(e,function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])})}},function(e,t,n){"use strict";var r=n(2),i=n(9),a=n(12),o=n(13),s=n(14),c=n(10),l="undefined"!=typeof window&&window.btoa&&window.btoa.bind(window)||n(15);e.exports=function(e){return new Promise(function(t,u){var f=e.data,d=e.headers;r.isFormData(f)&&delete d["Content-Type"];var p=new XMLHttpRequest,h="onreadystatechange",v=!1;if("undefined"==typeof window||!window.XDomainRequest||"withCredentials"in p||s(e.url)||(p=new window.XDomainRequest,h="onload",v=!0,p.onprogress=function(){},p.ontimeout=function(){}),e.auth){var m=e.auth.username||"",g=e.auth.password||"";d.Authorization="Basic "+l(m+":"+g)}if(p.open(e.method.toUpperCase(),a(e.url,e.params,e.paramsSerializer),!0),p.timeout=e.timeout,p[h]=function(){if(p&&(4===p.readyState||v)&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in p?o(p.getAllResponseHeaders()):null,r={data:e.responseType&&"text"!==e.responseType?p.response:p.responseText,status:1223===p.status?204:p.status,statusText:1223===p.status?"No Content":p.statusText,headers:n,config:e,request:p};i(t,u,r),p=null}},p.onerror=function(){u(c("Network Error",e,null,p)),p=null},p.ontimeout=function(){u(c("timeout of "+e.timeout+"ms exceeded",e,"ECONNABORTED",p)),p=null},r.isStandardBrowserEnv()){var y=n(16),b=(e.withCredentials||s(e.url))&&e.xsrfCookieName?y.read(e.xsrfCookieName):void 0;b&&(d[e.xsrfHeaderName]=b)}if("setRequestHeader"in p&&r.forEach(d,function(e,t){void 0===f&&"content-type"===t.toLowerCase()?delete d[t]:p.setRequestHeader(t,e)}),e.withCredentials&&(p.withCredentials=!0),e.responseType)try{p.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&p.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then(function(e){p&&(p.abort(),u(e),p=null)}),void 0===f&&(f=null),p.send(f)})}},function(e,t,n){"use strict";var r=n(10);e.exports=function(e,t,n){var i=n.config.validateStatus;n.status&&i&&!i(n.status)?t(r("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},function(e,t,n){"use strict";var r=n(11);e.exports=function(e,t,n,i,a){var o=new Error(e);return r(o,t,n,i,a)}},function(e,t){"use strict";e.exports=function(e,t,n,r,i){return e.config=t,n&&(e.code=n),e.request=r,e.response=i,e}},function(e,t,n){"use strict";function r(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var i=n(2);e.exports=function(e,t,n){if(!t)return e;var a;if(n)a=n(t);else if(i.isURLSearchParams(t))a=t.toString();else{var o=[];i.forEach(t,function(e,t){null!==e&&void 0!==e&&(i.isArray(e)&&(t+="[]"),i.isArray(e)||(e=[e]),i.forEach(e,function(e){i.isDate(e)?e=e.toISOString():i.isObject(e)&&(e=JSON.stringify(e)),o.push(r(t)+"="+r(e))}))}),a=o.join("&")}return a&&(e+=(-1===e.indexOf("?")?"?":"&")+a),e}},function(e,t,n){"use strict";var r=n(2),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,a,o={};return e?(r.forEach(e.split("\n"),function(e){if(a=e.indexOf(":"),t=r.trim(e.substr(0,a)).toLowerCase(),n=r.trim(e.substr(a+1)),t){if(o[t]&&i.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}}),o):o}},function(e,t,n){"use strict";var r=n(2);e.exports=r.isStandardBrowserEnv()?function(){function e(e){var t=e;return n&&(i.setAttribute("href",t),t=i.href),i.setAttribute("href",t),{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:"/"===i.pathname.charAt(0)?i.pathname:"/"+i.pathname}}var t,n=/(msie|trident)/i.test(navigator.userAgent),i=document.createElement("a");return t=e(window.location.href),function(n){var i=r.isString(n)?e(n):n;return i.protocol===t.protocol&&i.host===t.host}}():function(){return!0}},function(e,t){"use strict";function n(){this.message="String contains an invalid character"}var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";n.prototype=new Error,n.prototype.code=5,n.prototype.name="InvalidCharacterError",e.exports=function(e){for(var t,i,a=String(e),o="",s=0,c=r;a.charAt(0|s)||(c="=",s%1);o+=c.charAt(63&t>>8-s%1*8)){if((i=a.charCodeAt(s+=.75))>255)throw new n;t=t<<8|i}return o}},function(e,t,n){"use strict";var r=n(2);e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,i,a,o){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(a)&&s.push("domain="+a),!0===o&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(e,t,n){"use strict";function r(){this.handlers=[]}var i=n(2);r.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},r.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},r.prototype.forEach=function(e){i.forEach(this.handlers,function(t){null!==t&&e(t)})},e.exports=r},function(e,t,n){"use strict";function r(e){e.cancelToken&&e.cancelToken.throwIfRequested()}var i=n(2),a=n(19),o=n(20),s=n(6),c=n(21),l=n(22);e.exports=function(e){r(e),e.baseURL&&!c(e.url)&&(e.url=l(e.baseURL,e.url)),e.headers=e.headers||{},e.data=a(e.data,e.headers,e.transformRequest),e.headers=i.merge(e.headers.common||{},e.headers[e.method]||{},e.headers||{}),i.forEach(["delete","get","head","post","put","patch","common"],function(t){delete e.headers[t]});return(e.adapter||s.adapter)(e).then(function(t){return r(e),t.data=a(t.data,t.headers,e.transformResponse),t},function(t){return o(t)||(r(e),t&&t.response&&(t.response.data=a(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)})}},function(e,t,n){"use strict";var r=n(2);e.exports=function(e,t,n){return r.forEach(n,function(n){e=n(e,t)}),e}},function(e,t){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},function(e,t){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},function(e,t){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},function(e,t){"use strict";function n(e){this.message=e}n.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},n.prototype.__CANCEL__=!0,e.exports=n},function(e,t,n){"use strict";function r(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise(function(e){t=e});var n=this;e(function(e){n.reason||(n.reason=new i(e),t(n.reason))})}var i=n(23);r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var e;return{token:new r(function(t){e=t}),cancel:e}},e.exports=r},function(e,t){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}}])}),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Vue=t()}(this,function(){"use strict";function e(e){return void 0===e||null===e}function t(e){return void 0!==e&&null!==e}function n(e){return!0===e}function r(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function i(e){return null!==e&&"object"==typeof e}function a(e){return"[object Object]"===mn.call(e)}function o(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function s(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function c(e){var t=parseFloat(e);return isNaN(t)?e:t}function l(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}function u(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}function f(e,t){return bn.call(e,t)}function d(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}function p(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function h(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function v(e,t){for(var n in t)e[n]=t[n];return e}function m(e){for(var t={},n=0;n<e.length;n++)e[n]&&v(t,e[n]);return t}function g(e,t,n){}function y(e,t){if(e===t)return!0;var n=i(e),r=i(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var a=Array.isArray(e),o=Array.isArray(t);if(a&&o)return e.length===t.length&&e.every(function(e,n){return y(e,t[n])});if(a||o)return!1;var s=Object.keys(e),c=Object.keys(t);return s.length===c.length&&s.every(function(n){return y(e[n],t[n])})}catch(e){return!1}}function b(e,t){for(var n=0;n<e.length;n++)if(y(e[n],t))return n;return-1}function _(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function w(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function T(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}function k(e){return"function"==typeof e&&/native code/.test(e.toString())}function C(e){return new er(void 0,void 0,void 0,String(e))}function S(e,t){var n=e.componentOptions,r=new er(e.tag,e.data,e.children,e.text,e.elm,e.context,n,e.asyncFactory);return r.ns=e.ns,r.isStatic=e.isStatic,r.key=e.key,r.isComment=e.isComment,r.fnContext=e.fnContext,r.fnOptions=e.fnOptions,r.fnScopeId=e.fnScopeId,r.isCloned=!0,t&&(e.children&&(r.children=x(e.children,!0)),n&&n.children&&(n.children=x(n.children,!0))),r}function x(e,t){for(var n=e.length,r=new Array(n),i=0;i<n;i++)r[i]=S(e[i],t);return r}function A(e,t){if(i(e)&&!(e instanceof er)){var n;return f(e,"__ob__")&&e.__ob__ instanceof sr?n=e.__ob__:or.shouldConvert&&!qn()&&(Array.isArray(e)||a(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new sr(e)),t&&n&&n.vmCount++,n}}function $(e,t,n,r,i){var a=new Yn,o=Object.getOwnPropertyDescriptor(e,t);if(!o||!1!==o.configurable){var s=o&&o.get,c=o&&o.set,l=!i&&A(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return Yn.target&&(a.depend(),l&&(l.dep.depend(),Array.isArray(t)&&function e(t){for(var n=void 0,r=0,i=t.length;r<i;r++)(n=t[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&e(n)}(t))),t},set:function(t){var r=s?s.call(e):n;t===r||t!=t&&r!=r||(c?c.call(e,t):n=t,l=!i&&A(t),a.notify())}})}}function O(e,t,n){if(Array.isArray(e)&&o(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?($(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function D(e,t){if(Array.isArray(e)&&o(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||f(e,t)&&(delete e[t],n&&n.dep.notify())}}function E(e,t){if(!t)return e;for(var n,r,i,o=Object.keys(t),s=0;s<o.length;s++)r=e[n=o[s]],i=t[n],f(e,n)?a(r)&&a(i)&&E(r,i):O(e,n,i);return e}function P(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,i="function"==typeof e?e.call(n,n):e;return r?E(r,i):i}:t?e?function(){return E("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function j(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function I(e,t,n,r){var i=Object.create(e||null);return t?v(i,t):i}function L(e,t,n){function r(r){var i=cr[r]||fr;l[r]=i(e[r],t[r],n,r)}"function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,i,o={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(i=n[r])&&(o[wn(i)]={type:null});else if(a(n))for(var s in n)i=n[s],o[wn(s)]=a(i)?i:{type:i};e.props=o}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(a(n))for(var o in n){var s=n[o];r[o]=a(s)?v({from:o},s):{from:s}}}}(t),function(e){var n=t.directives;if(n)for(var r in n){var i=n[r];"function"==typeof i&&(n[r]={bind:i,update:i})}}();var i=t.extends;if(i&&(e=L(e,i,n)),t.mixins)for(var o=0,s=t.mixins.length;o<s;o++)e=L(e,t.mixins[o],n);var c,l={};for(c in e)r(c);for(c in t)f(e,c)||r(c);return l}function F(e,t,n,r){if("string"==typeof n){var i=e[t];if(f(i,n))return i[n];var a=wn(n);if(f(i,a))return i[a];var o=Tn(a);return f(i,o)?i[o]:i[n]||i[a]||i[o]}}function N(e,t,n,r){var i=t[e],a=!f(n,e),o=n[e];if(R(Boolean,i.type)&&(a&&!f(i,"default")?o=!1:R(String,i.type)||""!==o&&o!==Cn(e)||(o=!0)),void 0===o){o=function(e,t,n){if(f(t,"default")){var r=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:"function"==typeof r&&"Function"!==M(t.type)?r.call(e):r}}(r,i,e);var s=or.shouldConvert;or.shouldConvert=!0,A(o),or.shouldConvert=s}return o}function M(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function R(e,t){if(!Array.isArray(t))return M(t)===M(e);for(var n=0,r=t.length;n<r;n++)if(M(t[n])===M(e))return!0;return!1}function B(e,t,n){if(t)for(var r=t;r=r.$parent;){var i=r.$options.errorCaptured;if(i)for(var a=0;a<i.length;a++)try{if(!1===i[a].call(r,e,t,n))return}catch(e){W(e,r,"errorCaptured hook")}}W(e,t,n)}function W(e,t,n){if(Dn.errorHandler)try{return Dn.errorHandler.call(null,e,t,n)}catch(e){V(e,null,"config.errorHandler")}V(e,t,n)}function V(e,t,n){if(!jn&&!In||"undefined"==typeof console)throw e;console.error(e)}function H(){pr=!1;var e=dr.slice(0);dr.length=0;for(var t=0;t<e.length;t++)e[t]()}function U(e,t){var n;if(dr.push(function(){if(e)try{e.call(t)}catch(e){B(e,t,"nextTick")}else n&&n(t)}),pr||(pr=!0,hr?ur():lr()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}function z(e){(function e(t,n){var r,a,o=Array.isArray(t);if((o||i(t))&&!Object.isFrozen(t)){if(t.__ob__){var s=t.__ob__.dep.id;if(n.has(s))return;n.add(s)}if(o)for(r=t.length;r--;)e(t[r],n);else for(r=(a=Object.keys(t)).length;r--;)e(t[a[r]],n)}})(e,br),br.clear()}function K(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),i=0;i<r.length;i++)r[i].apply(null,e)}return t.fns=e,t}function q(t,n,r,i,a){var o,s,c,l;for(o in t)s=t[o],c=n[o],l=_r(o),e(s)||(e(c)?(e(s.fns)&&(s=t[o]=K(s)),r(l.name,s,l.once,l.capture,l.passive,l.params)):s!==c&&(c.fns=s,t[o]=c));for(o in n)e(t[o])&&i((l=_r(o)).name,n[o],l.capture)}function J(r,i,a){function o(){a.apply(this,arguments),u(s.fns,o)}r instanceof er&&(r=r.data.hook||(r.data.hook={}));var s,c=r[i];e(c)?s=K([o]):t(c.fns)&&n(c.merged)?(s=c).fns.push(o):s=K([c,o]),s.merged=!0,r[i]=s}function G(e,n,r,i,a){if(t(n)){if(f(n,r))return e[r]=n[r],a||delete n[r],!0;if(f(n,i))return e[r]=n[i],a||delete n[i],!0}return!1}function X(e){return t(e)&&t(e.text)&&!1===e.isComment}function Z(e,t){return(e.__esModule||Gn&&"Module"===e[Symbol.toStringTag])&&(e=e.default),i(e)?t.extend(e):e}function Y(e){return e.isComment&&e.asyncFactory}function Q(e){if(Array.isArray(e))for(var n=0;n<e.length;n++){var r=e[n];if(t(r)&&(t(r.componentOptions)||Y(r)))return r}}function ee(e,t,n){n?yr.$once(e,t):yr.$on(e,t)}function te(e,t){yr.$off(e,t)}function ne(e,t,n){yr=e,q(t,n||{},ee,te),yr=void 0}function re(e,t){var n={};if(!e)return n;for(var r=0,i=e.length;r<i;r++){var a=e[r],o=a.data;if(o&&o.attrs&&o.attrs.slot&&delete o.attrs.slot,a.context!==t&&a.fnContext!==t||!o||null==o.slot)(n.default||(n.default=[])).push(a);else{var s=o.slot,c=n[s]||(n[s]=[]);"template"===a.tag?c.push.apply(c,a.children||[]):c.push(a)}}for(var l in n)n[l].every(ie)&&delete n[l];return n}function ie(e){return e.isComment&&!e.asyncFactory||" "===e.text}function ae(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?ae(e[n],t):t[e[n].key]=e[n].fn;return t}function oe(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function se(e,t){if(t){if(e._directInactive=!1,oe(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)se(e.$children[n]);ce(e,"activated")}}function ce(e,t){var n=e.$options[t];if(n)for(var r=0,i=n.length;r<i;r++)try{n[r].call(e)}catch(n){B(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t)}function le(){xr=!0;var e,t;for(Tr.sort(function(e,t){return e.id-t.id}),Ar=0;Ar<Tr.length;Ar++)t=(e=Tr[Ar]).id,Cr[t]=null,e.run();var n=kr.slice(),r=Tr.slice();Ar=Tr.length=kr.length=0,Cr={},Sr=xr=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,se(e[t],!0)}(n),function(e){for(var t=e.length;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&ce(r,"updated")}}(r),Jn&&Dn.devtools&&Jn.emit("flush")}function ue(e,t,n){Dr.get=function(){return this[t][n]},Dr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,Dr)}function fe(e,t,n){var r=!qn();"function"==typeof n?(Dr.get=r?de(t):n,Dr.set=g):(Dr.get=n.get?r&&!1!==n.cache?de(t):n.get:g,Dr.set=n.set?n.set:g),Object.defineProperty(e,t,Dr)}function de(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),Yn.target&&t.depend(),t.value}}function pe(e,t,n,r){return a(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function he(e,t){if(e){for(var n=Object.create(null),r=Gn?Reflect.ownKeys(e).filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}):Object.keys(e),i=0;i<r.length;i++){for(var a=r[i],o=e[a].from,s=t;s;){if(s._provided&&o in s._provided){n[a]=s._provided[o];break}s=s.$parent}if(!s&&"default"in e[a]){var c=e[a].default;n[a]="function"==typeof c?c.call(t):c}}return n}}function ve(e,n){var r,a,o,s,c;if(Array.isArray(e)||"string"==typeof e)for(r=new Array(e.length),a=0,o=e.length;a<o;a++)r[a]=n(e[a],a);else if("number"==typeof e)for(r=new Array(e),a=0;a<e;a++)r[a]=n(a+1,a);else if(i(e))for(s=Object.keys(e),r=new Array(s.length),a=0,o=s.length;a<o;a++)c=s[a],r[a]=n(e[c],c,a);return t(r)&&(r._isVList=!0),r}function me(e,t,n,r){var i,a=this.$scopedSlots[e];if(a)n=n||{},r&&(n=v(v({},r),n)),i=a(n)||t;else{var o=this.$slots[e];o&&(o._rendered=!0),i=o||t}var s=n&&n.slot;return s?this.$createElement("template",{slot:s},i):i}function ge(e){return F(this.$options,"filters",e)||xn}function ye(e,t,n,r){var i=Dn.keyCodes[t]||n;return i?Array.isArray(i)?-1===i.indexOf(e):i!==e:r?Cn(r)!==t:void 0}function be(e,t,n,r,a){if(n&&i(n)){Array.isArray(n)&&(n=m(n));var o,s=function(i){if("class"===i||"style"===i||yn(i))o=e;else{var s=e.attrs&&e.attrs.type;o=r||Dn.mustUseProp(t,s,i)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}i in o||(o[i]=n[i],!a)||((e.on||(e.on={}))["update:"+i]=function(e){n[i]=e})};for(var c in n)s(c)}return e}function _e(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t?Array.isArray(r)?x(r):S(r):(Te(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r)}function we(e,t,n){return Te(e,"__once__"+t+(n?"_"+n:""),!0),e}function Te(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&ke(e[r],t+"_"+r,n);else ke(e,t,n)}function ke(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Ce(e,t){if(t&&a(t)){var n=e.on=e.on?v({},e.on):{};for(var r in t){var i=n[r],o=t[r];n[r]=i?[].concat(i,o):o}}return e}function Se(e){e._o=we,e._n=c,e._s=s,e._l=ve,e._t=me,e._q=y,e._i=b,e._m=_e,e._f=ge,e._k=ye,e._b=be,e._v=C,e._e=nr,e._u=ae,e._g=Ce}function xe(e,t,r,i,a){var o=a.options;this.data=e,this.props=t,this.children=r,this.parent=i,this.listeners=e.on||vn,this.injections=he(o.inject,i),this.slots=function(){return re(r,i)};var s=Object.create(i),c=n(o._compiled),l=!c;c&&(this.$options=o,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||vn),o._scopeId?this._c=function(e,t,n,r){var a=Oe(s,e,t,n,r,l);return a&&(a.fnScopeId=o._scopeId,a.fnContext=i),a}:this._c=function(e,t,n,r){return Oe(s,e,t,n,r,l)}}function Ae(e,t){for(var n in t)e[wn(n)]=t[n]}function $e(r,a,o,s,c){if(!e(r)){var l=o.$options._base;if(i(r)&&(r=l.extend(r)),"function"==typeof r){var u;if(e(r.cid)&&(u=r,void 0===(r=function(r,a,o){if(n(r.error)&&t(r.errorComp))return r.errorComp;if(t(r.resolved))return r.resolved;if(n(r.loading)&&t(r.loadingComp))return r.loadingComp;if(!t(r.contexts)){var s=r.contexts=[o],c=!0,l=function(){for(var e=0,t=s.length;e<t;e++)s[e].$forceUpdate()},u=_(function(e){r.resolved=Z(e,a),c||l()}),f=_(function(e){t(r.errorComp)&&(r.error=!0,l())}),d=r(u,f);return i(d)&&("function"==typeof d.then?e(r.resolved)&&d.then(u,f):t(d.component)&&"function"==typeof d.component.then&&(d.component.then(u,f),t(d.error)&&(r.errorComp=Z(d.error,a)),t(d.loading)&&(r.loadingComp=Z(d.loading,a),0===d.delay?r.loading=!0:setTimeout(function(){e(r.resolved)&&e(r.error)&&(r.loading=!0,l())},d.delay||200)),t(d.timeout)&&setTimeout(function(){e(r.resolved)&&f(null)},d.timeout))),c=!1,r.loading?r.loadingComp:r.resolved}r.contexts.push(o)}(u,l,o))))return function(e,t,n,r,i){var a=nr();return a.asyncFactory=e,a.asyncMeta={data:t,context:n,children:r,tag:i},a}(u,a,o,s,c);a=a||{},De(r),t(a.model)&&function(e,n){var r=e.model&&e.model.prop||"value",i=e.model&&e.model.event||"input";(n.props||(n.props={}))[r]=n.model.value;var a=n.on||(n.on={});t(a[i])?a[i]=[n.model.callback].concat(a[i]):a[i]=n.model.callback}(r.options,a);var f=function(n,i,a){var o=r.options.props;if(!e(o)){var s={},c=n.attrs,l=n.props;if(t(c)||t(l))for(var u in o){var f=Cn(u);G(s,l,u,f,!0)||G(s,c,u,f,!1)}return s}}(a);if(n(r.options.functional))return function(e,n,r,i,a){var o=e.options,s={},c=o.props;if(t(c))for(var l in c)s[l]=N(l,c,n||vn);else t(r.attrs)&&Ae(s,r.attrs),t(r.props)&&Ae(s,r.props);var u=new xe(r,s,a,i,e),f=o.render.call(null,u._c,u);return f instanceof er&&(f.fnContext=i,f.fnOptions=o,r.slot&&((f.data||(f.data={})).slot=r.slot)),f}(r,f,a,o,s);var d=a.on;if(a.on=a.nativeOn,n(r.options.abstract)){var p=a.slot;a={},p&&(a.slot=p)}!function(e){e.hook||(e.hook={});for(var t=0;t<jr.length;t++){var n=jr[t],r=e.hook[n],i=Pr[n];e.hook[n]=r?function(e,t){return function(n,r,i,a){e(n,r,i,a),t(n,r,i,a)}}(i,r):i}}(a);var h=r.options.name||c;return new er("vue-component-"+r.cid+(h?"-"+h:""),a,void 0,void 0,void 0,o,{Ctor:r,propsData:f,listeners:d,tag:c,children:s},u)}}}function Oe(i,a,o,s,c,l){return(Array.isArray(o)||r(o))&&(c=s,s=o,o=void 0),n(l)&&(c=Lr),function(i,a,o,s,c){if(t(o)&&t(o.__ob__))return nr();if(t(o)&&t(o.is)&&(a=o.is),!a)return nr();Array.isArray(s)&&"function"==typeof s[0]&&((o=o||{}).scopedSlots={default:s[0]},s.length=0),c===Lr?s=r(l=s)?[C(l)]:Array.isArray(l)?function i(a,o){var s,c,l,u,f=[];for(s=0;s<a.length;s++)e(c=a[s])||"boolean"==typeof c||(u=f[l=f.length-1],Array.isArray(c)?c.length>0&&(X((c=i(c,(o||"")+"_"+s))[0])&&X(u)&&(f[l]=C(u.text+c[0].text),c.shift()),f.push.apply(f,c)):r(c)?X(u)?f[l]=C(u.text+c):""!==c&&f.push(C(c)):X(c)&&X(u)?f[l]=C(u.text+c.text):(n(a._isVList)&&t(c.tag)&&e(c.key)&&t(o)&&(c.key="__vlist"+o+"_"+s+"__"),f.push(c)));return f}(l):void 0:c===Ir&&(s=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(s));var l,u,f;if("string"==typeof a){var d;f=i.$vnode&&i.$vnode.ns||Dn.getTagNamespace(a),u=Dn.isReservedTag(a)?new er(Dn.parsePlatformTagName(a),o,s,void 0,void 0,i):t(d=F(i.$options,"components",a))?$e(d,o,i,s,a):new er(a,o,s,void 0,void 0,i)}else u=$e(a,o,i,s);return t(u)?(f&&function r(i,a,o){if(i.ns=a,"foreignObject"===i.tag&&(a=void 0,o=!0),t(i.children))for(var s=0,c=i.children.length;s<c;s++){var l=i.children[s];t(l.tag)&&(e(l.ns)||n(o))&&r(l,a,o)}}(u,f),u):nr()}(i,a,o,s,c)}function De(e){var t=e.options;if(e.super){var n=De(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.extendOptions,i=e.sealedOptions;for(var a in n)n[a]!==i[a]&&(t||(t={}),t[a]=function(e,t,n){if(Array.isArray(e)){var r=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var i=0;i<e.length;i++)(t.indexOf(e[i])>=0||n.indexOf(e[i])<0)&&r.push(e[i]);return r}return e}(n[a],r[a],i[a]));return t}(e);r&&v(e.extendOptions,r),(t=e.options=L(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function Ee(e){this._init(e)}function Pe(e){return e&&(e.Ctor.options.name||e.tag)}function je(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:(n=e,!("[object RegExp]"!==mn.call(n))&&e.test(t));var n}function Ie(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var a in n){var o=n[a];if(o){var s=Pe(o.componentOptions);s&&!t(s)&&Le(n,a,r,i)}}}function Le(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,u(n,t)}function Fe(e,n){return{staticClass:Ne(e.staticClass,n.staticClass),class:t(e.class)?[e.class,n.class]:n.class}}function Ne(e,t){return e?t?e+" "+t:e:t||""}function Me(e){return Array.isArray(e)?function(e){for(var n,r="",i=0,a=e.length;i<a;i++)t(n=Me(e[i]))&&""!==n&&(r&&(r+=" "),r+=n);return r}(e):i(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}function Re(e){return oi(e)?"svg":"math"===e?"math":void 0}function Be(e){if("string"==typeof e){return document.querySelector(e)||document.createElement("div")}return e}function We(e,t){var n=e.data.ref;if(n){var r=e.context,i=e.componentInstance||e.elm,a=r.$refs;t?Array.isArray(a[n])?u(a[n],i):a[n]===i&&(a[n]=void 0):e.data.refInFor?Array.isArray(a[n])?a[n].indexOf(i)<0&&a[n].push(i):a[n]=[i]:a[n]=i}}function Ve(r,i){return r.key===i.key&&(r.tag===i.tag&&r.isComment===i.isComment&&t(r.data)===t(i.data)&&function(e,n){if("input"!==e.tag)return!0;var r,i=t(r=e.data)&&t(r=r.attrs)&&r.type,a=t(r=n.data)&&t(r=r.attrs)&&r.type;return i===a||li(i)&&li(a)}(r,i)||n(r.isAsyncPlaceholder)&&r.asyncFactory===i.asyncFactory&&e(i.asyncFactory.error))}function He(e,n,r){var i,a,o={};for(i=n;i<=r;++i)t(a=e[i].key)&&(o[a]=i);return o}function Ue(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,i,a=e===di,o=t===di,s=ze(e.data.directives,e.context),c=ze(t.data.directives,t.context),l=[],u=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,Ke(i,"update",t,e),i.def&&i.def.componentUpdated&&u.push(i)):(Ke(i,"bind",t,e),i.def&&i.def.inserted&&l.push(i));if(l.length){var f=function(){for(var n=0;n<l.length;n++)Ke(l[n],"inserted",t,e)};a?J(t,"insert",f):f()}if(u.length&&J(t,"postpatch",function(){for(var n=0;n<u.length;n++)Ke(u[n],"componentUpdated",t,e)}),!a)for(n in s)c[n]||Ke(s[n],"unbind",e,e,o)}(e,t)}function ze(e,t){var n=Object.create(null);if(!e)return n;var r,i;for(r=0;r<e.length;r++)(i=e[r]).modifiers||(i.modifiers=vi),n[(a=i,a.rawName||a.name+"."+Object.keys(a.modifiers||{}).join("."))]=i,i.def=F(t.$options,"directives",i.name);var a;return n}function Ke(e,t,n,r,i){var a=e.def&&e.def[t];if(a)try{a(n.elm,e,n,r,i)}catch(r){B(r,n.context,"directive "+e.name+" "+t+" hook")}}function qe(n,r){var i=r.componentOptions;if(!(t(i)&&!1===i.Ctor.options.inheritAttrs||e(n.data.attrs)&&e(r.data.attrs))){var a,o,s=r.elm,c=n.data.attrs||{},l=r.data.attrs||{};t(l.__ob__)&&(l=r.data.attrs=v({},l));for(a in l)o=l[a],c[a]!==o&&Je(s,a,o);(Nn||Rn)&&l.value!==c.value&&Je(s,"value",l.value);for(a in c)e(l[a])&&(ti(a)?s.removeAttributeNS(ei,ni(a)):Yr(a)||s.removeAttribute(a))}}function Je(e,t,n){if(Qr(t))ri(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n));else if(Yr(t))e.setAttribute(t,ri(n)||"false"===n?"false":"true");else if(ti(t))ri(n)?e.removeAttributeNS(ei,ni(t)):e.setAttributeNS(ei,t,n);else if(ri(n))e.removeAttribute(t);else{if(Nn&&!Mn&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}function Ge(n,r){var i=r.elm,a=r.data,o=n.data;if(!(e(a.staticClass)&&e(a.class)&&(e(o)||e(o.staticClass)&&e(o.class)))){var s=function(e){for(var n=e.data,r=e,i=e;t(i.componentInstance);)(i=i.componentInstance._vnode)&&i.data&&(n=Fe(i.data,n));for(;t(r=r.parent);)r&&r.data&&(n=Fe(n,r.data));return a=n.staticClass,o=n.class,t(a)||t(o)?Ne(a,Me(o)):"";var a,o}(r),c=i._transitionClasses;t(c)&&(s=Ne(s,Me(c))),s!==i._prevClass&&(i.setAttribute("class",s),i._prevClass=s)}}function Xe(e){function t(){(o||(o=[])).push(e.slice(h,i).trim()),h=i+1}var n,r,i,a,o,s=!1,c=!1,l=!1,u=!1,f=0,d=0,p=0,h=0;for(i=0;i<e.length;i++)if(r=n,n=e.charCodeAt(i),s)39===n&&92!==r&&(s=!1);else if(c)34===n&&92!==r&&(c=!1);else if(l)96===n&&92!==r&&(l=!1);else if(u)47===n&&92!==r&&(u=!1);else if(124!==n||124===e.charCodeAt(i+1)||124===e.charCodeAt(i-1)||f||d||p){switch(n){case 34:c=!0;break;case 39:s=!0;break;case 96:l=!0;break;case 40:p++;break;case 41:p--;break;case 91:d++;break;case 93:d--;break;case 123:f++;break;case 125:f--}if(47===n){for(var v=i-1,m=void 0;v>=0&&" "===(m=e.charAt(v));v--);m&&bi.test(m)||(u=!0)}}else void 0===a?(h=i+1,a=e.slice(0,i).trim()):t();if(void 0===a?a=e.slice(0,i).trim():0!==h&&t(),o)for(i=0;i<o.length;i++)a=function(e,t){var n=t.indexOf("(");if(n<0)return'_f("'+t+'")('+e+")";return'_f("'+t.slice(0,n)+'")('+e+","+t.slice(n+1)}(a,o[i]);return a}function Ze(e){console.error("[Vue compiler]: "+e)}function Ye(e,t){return e?e.map(function(e){return e[t]}).filter(function(e){return e}):[]}function Qe(e,t,n){(e.props||(e.props=[])).push({name:t,value:n}),e.plain=!1}function et(e,t,n){(e.attrs||(e.attrs=[])).push({name:t,value:n}),e.plain=!1}function tt(e,t,n){e.attrsMap[t]=n,e.attrsList.push({name:t,value:n})}function nt(e,t,n,r,i,a){(r=r||vn).capture&&(delete r.capture,t="!"+t),r.once&&(delete r.once,t="~"+t),r.passive&&(delete r.passive,t="&"+t),"click"===t&&(r.right?(t="contextmenu",delete r.right):r.middle&&(t="mouseup"));var o;r.native?(delete r.native,o=e.nativeEvents||(e.nativeEvents={})):o=e.events||(e.events={});var s={value:n};r!==vn&&(s.modifiers=r);var c=o[t];Array.isArray(c)?i?c.unshift(s):c.push(s):o[t]=c?i?[s,c]:[c,s]:s,e.plain=!1}function rt(e,t,n){var r=it(e,":"+t)||it(e,"v-bind:"+t);if(null!=r)return Xe(r);if(!1!==n){var i=it(e,t);if(null!=i)return JSON.stringify(i)}}function it(e,t,n){var r;if(null!=(r=e.attrsMap[t]))for(var i=e.attrsList,a=0,o=i.length;a<o;a++)if(i[a].name===t){i.splice(a,1);break}return n&&delete e.attrsMap[t],r}function at(e,t,n){var r=n||{},i="$$v";r.trim&&(i="(typeof $$v === 'string'? $$v.trim(): $$v)"),r.number&&(i="_n("+i+")");var a=ot(t,i);e.model={value:"("+t+")",expression:'"'+t+'"',callback:"function ($$v) {"+a+"}"}}function ot(e,t){var n=function(e){if(Wr=e.length,e.indexOf("[")<0||e.lastIndexOf("]")<Wr-1)return(Ur=e.lastIndexOf("."))>-1?{exp:e.slice(0,Ur),key:'"'+e.slice(Ur+1)+'"'}:{exp:e,key:null};for(Vr=e,Ur=zr=Kr=0;!ct();)lt(Hr=st())?ut(Hr):91===Hr&&function(e){var t=1;for(zr=Ur;!ct();)if(e=st(),lt(e))ut(e);else if(91===e&&t++,93===e&&t--,0===t){Kr=Ur;break}}(Hr);return{exp:e.slice(0,zr),key:e.slice(zr+1,Kr)}}(e);return null===n.key?e+"="+t:"$set("+n.exp+", "+n.key+", "+t+")"}function st(){return Vr.charCodeAt(++Ur)}function ct(){return Ur>=Wr}function lt(e){return 34===e||39===e}function ut(e){for(var t=e;!ct()&&(e=st())!==t;);}function ft(e,t,n,r,i){t=(a=t)._withTask||(a._withTask=function(){hr=!0;var e=a.apply(null,arguments);return hr=!1,e}),n&&(t=function(e,t,n){var r=qr;return function i(){null!==e.apply(null,arguments)&&dt(t,i,n,r)}}(t,e,r)),qr.addEventListener(e,t,Hn?{capture:r,passive:i}:r);var a}function dt(e,t,n,r){(r||qr).removeEventListener(e,t._withTask||t,n)}function pt(n,r){if(!e(n.data.on)||!e(r.data.on)){var i=r.data.on||{},a=n.data.on||{};qr=r.elm,function(e){if(t(e[_i])){var n=Nn?"change":"input";e[n]=[].concat(e[_i],e[n]||[]),delete e[_i]}t(e[wi])&&(e.change=[].concat(e[wi],e.change||[]),delete e[wi])}(i),q(i,a,ft,dt,r.context),qr=void 0}}function ht(n,r){if(!e(n.data.domProps)||!e(r.data.domProps)){var i,a,o=r.elm,s=n.data.domProps||{},l=r.data.domProps||{};t(l.__ob__)&&(l=r.data.domProps=v({},l));for(i in s)e(l[i])&&(o[i]="");for(i in l){if(a=l[i],"textContent"===i||"innerHTML"===i){if(r.children&&(r.children.length=0),a===s[i])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===i){o._value=a;var u=e(a)?"":String(a);d=u,!(f=o).composing&&("OPTION"===f.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(f,d)||function(e,n){var r=e.value,i=e._vModifiers;if(t(i)){if(i.lazy)return!1;if(i.number)return c(r)!==c(n);if(i.trim)return r.trim()!==n.trim()}return r!==n}(f,d))&&(o.value=u)}else o[i]=a}}var f,d}function vt(e){var t=mt(e.style);return e.staticStyle?v(e.staticStyle,t):t}function mt(e){return Array.isArray(e)?m(e):"string"==typeof e?Ci(e):e}function gt(n,r){var i=r.data,a=n.data;if(!(e(i.staticStyle)&&e(i.style)&&e(a.staticStyle)&&e(a.style))){var o,s,c=r.elm,l=a.staticStyle,u=a.normalizedStyle||a.style||{},f=l||u,d=mt(r.data.style)||{};r.data.normalizedStyle=t(d.__ob__)?v({},d):d;var p=function(e,t){for(var n,r={},i=e;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=vt(i.data))&&v(r,n);(n=vt(e.data))&&v(r,n);for(var a=e;a=a.parent;)a.data&&(n=vt(a.data))&&v(r,n);return r}(r);for(s in f)e(p[s])&&Ai(c,s,"");for(s in p)(o=p[s])!==f[s]&&Ai(c,s,null==o?"":o)}}function yt(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function bt(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function _t(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&v(t,Ei(e.name||"v")),v(t,e),t}return"string"==typeof e?Ei(e):void 0}}function wt(e){Ri(function(){Ri(e)})}function Tt(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),yt(e,t))}function kt(e,t){e._transitionClasses&&u(e._transitionClasses,t),bt(e,t)}function Ct(e,t,n){var r=St(e,t),i=r.type,a=r.timeout,o=r.propCount;if(!i)return n();var s=i===ji?Fi:Mi,c=0,l=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++c>=o&&l()};setTimeout(function(){c<o&&l()},a+1),e.addEventListener(s,u)}function St(e,t){var n,r=window.getComputedStyle(e),i=r[Li+"Delay"].split(", "),a=r[Li+"Duration"].split(", "),o=xt(i,a),s=r[Ni+"Delay"].split(", "),c=r[Ni+"Duration"].split(", "),l=xt(s,c),u=0,f=0;return t===ji?o>0&&(n=ji,u=o,f=a.length):t===Ii?l>0&&(n=Ii,u=l,f=c.length):f=(n=(u=Math.max(o,l))>0?o>l?ji:Ii:null)?n===ji?a.length:c.length:0,{type:n,timeout:u,propCount:f,hasTransform:n===ji&&Bi.test(r[Li+"Property"])}}function xt(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return At(t)+At(e[n])}))}function At(e){return 1e3*Number(e.slice(0,-1))}function $t(n,r){var a=n.elm;t(a._leaveCb)&&(a._leaveCb.cancelled=!0,a._leaveCb());var o=_t(n.data.transition);if(!e(o)&&!t(a._enterCb)&&1===a.nodeType){for(var s=o.css,l=o.type,u=o.enterClass,f=o.enterToClass,d=o.enterActiveClass,p=o.appearClass,h=o.appearToClass,v=o.appearActiveClass,m=o.beforeEnter,g=o.enter,y=o.afterEnter,b=o.enterCancelled,w=o.beforeAppear,T=o.appear,k=o.afterAppear,C=o.appearCancelled,S=o.duration,x=wr,A=wr.$vnode;A&&A.parent;)x=(A=A.parent).context;var $=!x._isMounted||!n.isRootInsert;if(!$||T||""===T){var O=$&&p?p:u,D=$&&v?v:d,E=$&&h?h:f,P=$?w||m:m,j=$&&"function"==typeof T?T:g,I=$?k||y:y,L=$?C||b:b,F=c(i(S)?S.enter:S),N=!1!==s&&!Mn,M=Et(j),R=a._enterCb=_(function(){N&&(kt(a,E),kt(a,D)),R.cancelled?(N&&kt(a,O),L&&L(a)):I&&I(a),a._enterCb=null});n.data.show||J(n,"insert",function(){var e=a.parentNode,t=e&&e._pending&&e._pending[n.key];t&&t.tag===n.tag&&t.elm._leaveCb&&t.elm._leaveCb(),j&&j(a,R)}),P&&P(a),N&&(Tt(a,O),Tt(a,D),wt(function(){Tt(a,E),kt(a,O),R.cancelled||M||(Dt(F)?setTimeout(R,F):Ct(a,l,R))})),n.data.show&&(r&&r(),j&&j(a,R)),N||M||R()}}}function Ot(n,r){function a(){C.cancelled||(n.data.show||((o.parentNode._pending||(o.parentNode._pending={}))[n.key]=n),h&&h(o),w&&(Tt(o,f),Tt(o,p),wt(function(){Tt(o,d),kt(o,f),C.cancelled||T||(Dt(k)?setTimeout(C,k):Ct(o,u,C))})),v&&v(o,C),w||T||C())}var o=n.elm;t(o._enterCb)&&(o._enterCb.cancelled=!0,o._enterCb());var s=_t(n.data.transition);if(e(s)||1!==o.nodeType)return r();if(!t(o._leaveCb)){var l=s.css,u=s.type,f=s.leaveClass,d=s.leaveToClass,p=s.leaveActiveClass,h=s.beforeLeave,v=s.leave,m=s.afterLeave,g=s.leaveCancelled,y=s.delayLeave,b=s.duration,w=!1!==l&&!Mn,T=Et(v),k=c(i(b)?b.leave:b),C=o._leaveCb=_(function(){o.parentNode&&o.parentNode._pending&&(o.parentNode._pending[n.key]=null),w&&(kt(o,d),kt(o,p)),C.cancelled?(w&&kt(o,f),g&&g(o)):(r(),m&&m(o)),o._leaveCb=null});y?y(a):a()}}function Dt(e){return"number"==typeof e&&!isNaN(e)}function Et(n){if(e(n))return!1;var r=n.fns;return t(r)?Et(Array.isArray(r)?r[0]:r):(n._length||n.length)>1}function Pt(e,t){!0!==t.data.show&&$t(t)}function jt(e,t,n){It(e,t,n),(Nn||Rn)&&setTimeout(function(){It(e,t,n)},0)}function It(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var a,o,s=0,c=e.options.length;s<c;s++)if(o=e.options[s],i)a=b(r,Ft(o))>-1,o.selected!==a&&(o.selected=a);else if(y(Ft(o),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function Lt(e,t){return t.every(function(t){return!y(t,e)})}function Ft(e){return"_value"in e?e._value:e.value}function Nt(e){e.target.composing=!0}function Mt(e){e.target.composing&&(e.target.composing=!1,Rt(e.target,"input"))}function Rt(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Bt(e){return!e.componentInstance||e.data&&e.data.transition?e:Bt(e.componentInstance._vnode)}function Wt(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Wt(Q(t.children)):e}function Vt(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var a in i)t[wn(a)]=i[a];return t}function Ht(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function Ut(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function zt(e){e.data.newPos=e.elm.getBoundingClientRect()}function Kt(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var a=e.elm.style;a.transform=a.WebkitTransform="translate("+r+"px,"+i+"px)",a.transitionDuration="0s"}}function qt(e,t){var n=t?Oa:$a;return e.replace(n,function(e){return Aa[e]})}function Jt(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:function(e){for(var t={},n=0,r=e.length;n<r;n++)t[e[n].name]=e[n].value;return t}(t),parent:n,children:[]}}function Gt(e,t){!function(e){var t=rt(e,"key");t&&(e.key=t)}(e),e.plain=!e.key&&!e.attrsList.length,function(e){var t=rt(e,"ref");t&&(e.ref=t,e.refInFor=function(t){for(var n=e;n;){if(void 0!==n.for)return!0;n=n.parent}return!1}())}(e),function(e){if("slot"===e.tag)e.slotName=rt(e,"name");else{var t;"template"===e.tag?(t=it(e,"scope"),e.slotScope=t||it(e,"slot-scope")):(t=it(e,"slot-scope"))&&(e.slotScope=t);var n=rt(e,"slot");n&&(e.slotTarget='""'===n?'"default"':n,"template"===e.tag||e.slotScope||et(e,"slot",n))}}(e),function(e){var t;(t=rt(e,"is"))&&(e.component=t),null!=it(e,"inline-template")&&(e.inlineTemplate=!0)}(e);for(var n=0;n<va.length;n++)e=va[n](e,t)||e;!function(e){var t,n,r,i,a,o,s,c=e.attrsList;for(t=0,n=c.length;t<n;t++)if(r=i=c[t].name,a=c[t].value,ja.test(r))if(e.hasBindings=!0,(o=function(e){var t=r.match(Ra);if(t){var n={};return t.forEach(function(e){n[e.slice(1)]=!0}),n}}())&&(r=r.replace(Ra,"")),Ma.test(r))r=r.replace(Ma,""),a=Xe(a),s=!1,o&&(o.prop&&(s=!0,"innerHtml"===(r=wn(r))&&(r="innerHTML")),o.camel&&(r=wn(r)),o.sync&&nt(e,"update:"+wn(r),ot(a,"$event"))),s||!e.component&&ba(e.tag,e.attrsMap.type,r)?Qe(e,r,a):et(e,r,a);else if(Pa.test(r))r=r.replace(Pa,""),nt(e,r,a,o,!1);else{var l=(r=r.replace(ja,"")).match(Na),u=l&&l[1];u&&(r=r.slice(0,-(u.length+1))),d=r,p=i,h=a,v=u,m=o,((f=e).directives||(f.directives=[])).push({name:d,rawName:p,value:h,arg:v,modifiers:m}),f.plain=!1}else et(e,r,JSON.stringify(a)),!e.component&&"muted"===r&&ba(e.tag,e.attrsMap.type,r)&&Qe(e,r,"true");var f,d,p,h,v,m}(e)}function Xt(e){var t;if(t=it(e,"v-for")){var n=function(e){var n=t.match(Ia);if(n){var r={};r.for=n[2].trim();var i=n[1].trim().replace(Fa,""),a=i.match(La);return a?(r.alias=i.replace(La,""),r.iterator1=a[1].trim(),a[2]&&(r.iterator2=a[2].trim())):r.alias=i,r}}();n&&v(e,n)}}function Zt(e,t){e.ifConditions||(e.ifConditions=[]),e.ifConditions.push(t)}function Yt(e){return Jt(e.tag,e.attrsList.slice(),e.parent)}function Qt(e,t,n){var r=t?"nativeOn:{":"on:{";for(var i in e)r+='"'+i+'":'+en(i,e[i])+",";return r.slice(0,-1)+"}"}function en(e,t){if(!t)return"function(){}";if(Array.isArray(t))return"["+t.map(function(t){return en(e,t)}).join(",")+"]";var n=qa.test(t.value),r=Ka.test(t.value);if(t.modifiers){var i="",a="",o=[];for(var s in t.modifiers)if(Xa[s])a+=Xa[s],Ja[s]&&o.push(s);else if("exact"===s){var c=t.modifiers;a+=Ga(["ctrl","shift","alt","meta"].filter(function(e){return!c[e]}).map(function(e){return"$event."+e+"Key"}).join("||"))}else o.push(s);return o.length&&(i+="if(!('button' in $event)&&"+o.map(tn).join("&&")+")return null;"),a&&(i+=a),"function($event){"+i+(n?t.value+"($event)":r?"("+t.value+")($event)":t.value)+"}"}return n||r?t.value:"function($event){"+t.value+"}"}function tn(e){var t=parseInt(e,10);if(t)return"$event.keyCode!=="+t;var n=Ja[e];return"_k($event.keyCode,"+JSON.stringify(e)+","+JSON.stringify(n)+",$event.key)"}function nn(e,t){var n=new Ya(t);return{render:"with(this){return "+(e?rn(e,n):'_c("div")')+"}",staticRenderFns:n.staticRenderFns}}function rn(e,t){if(e.staticRoot&&!e.staticProcessed)return an(e,t);if(e.once&&!e.onceProcessed)return on(e,t);if(e.for&&!e.forProcessed)return function(e,t,n,r){var i=e.for,a=e.alias,o=e.iterator1?","+e.iterator1:"",s=e.iterator2?","+e.iterator2:"";return e.forProcessed=!0,"_l(("+i+"),function("+a+o+s+"){return "+rn(e,t)+"})"}(e,t);if(e.if&&!e.ifProcessed)return sn(e,t);if("template"!==e.tag||e.slotTarget){if("slot"===e.tag)return function(e,t){var n=e.slotName||'"default"',r=ln(e,t),i="_t("+n+(r?","+r:""),a=e.attrs&&"{"+e.attrs.map(function(e){return wn(e.name)+":"+e.value}).join(",")+"}",o=e.attrsMap["v-bind"];return!a&&!o||r||(i+=",null"),a&&(i+=","+a),o&&(i+=(a?"":",null")+","+o),i+")"}(e,t);var n;if(e.component)n=function(e,t,n){var r=t.inlineTemplate?null:ln(t,n,!0);return"_c("+e+","+cn(t,n)+(r?","+r:"")+")"}(e.component,e,t);else{var r=e.plain?void 0:cn(e,t),i=e.inlineTemplate?null:ln(e,t,!0);n="_c('"+e.tag+"'"+(r?","+r:"")+(i?","+i:"")+")"}for(var a=0;a<t.transforms.length;a++)n=t.transforms[a](e,n);return n}return ln(e,t)||"void 0"}function an(e,t){return e.staticProcessed=!0,t.staticRenderFns.push("with(this){return "+rn(e,t)+"}"),"_m("+(t.staticRenderFns.length-1)+(e.staticInFor?",true":"")+")"}function on(e,t){if(e.onceProcessed=!0,e.if&&!e.ifProcessed)return sn(e,t);if(e.staticInFor){for(var n="",r=e.parent;r;){if(r.for){n=r.key;break}r=r.parent}return n?"_o("+rn(e,t)+","+t.onceId+++","+n+")":rn(e,t)}return an(e,t)}function sn(e,t,n,r){return e.ifProcessed=!0,function e(t,n,r,i){function a(e){return r?r(e,n):e.once?on(e,n):rn(e,n)}if(!t.length)return i||"_e()";var o=t.shift();return o.exp?"("+o.exp+")?"+a(o.block)+":"+e(t,n,r,i):""+a(o.block)}(e.ifConditions.slice(),t,n,r)}function cn(e,t){var n="{",r=function(e,t){var n=e.directives;if(n){var r,i,a,o,s="directives:[",c=!1;for(r=0,i=n.length;r<i;r++){a=n[r],o=!0;var l=t.directives[a.name];l&&(o=!!l(e,a,t.warn)),o&&(c=!0,s+='{name:"'+a.name+'",rawName:"'+a.rawName+'"'+(a.value?",value:("+a.value+"),expression:"+JSON.stringify(a.value):"")+(a.arg?',arg:"'+a.arg+'"':"")+(a.modifiers?",modifiers:"+JSON.stringify(a.modifiers):"")+"},")}return c?s.slice(0,-1)+"]":void 0}}(e,t);r&&(n+=r+","),e.key&&(n+="key:"+e.key+","),e.ref&&(n+="ref:"+e.ref+","),e.refInFor&&(n+="refInFor:true,"),e.pre&&(n+="pre:true,"),e.component&&(n+='tag:"'+e.tag+'",');for(var i=0;i<t.dataGenFns.length;i++)n+=t.dataGenFns[i](e);if(e.attrs&&(n+="attrs:{"+fn(e.attrs)+"},"),e.props&&(n+="domProps:{"+fn(e.props)+"},"),e.events&&(n+=Qt(e.events,!1,t.warn)+","),e.nativeEvents&&(n+=Qt(e.nativeEvents,!0,t.warn)+","),e.slotTarget&&!e.slotScope&&(n+="slot:"+e.slotTarget+","),e.scopedSlots&&(n+=(o=e.scopedSlots,s=t,"scopedSlots:_u(["+Object.keys(o).map(function(e){return function e(t,n,r){return n.for&&!n.forProcessed?function(t,n,r){var i=n.for,a=n.alias,o=n.iterator1?","+n.iterator1:"",s=n.iterator2?","+n.iterator2:"";return n.forProcessed=!0,"_l(("+i+"),function("+a+o+s+"){return "+e(t,n,r)+"})"}(t,n,r):"{key:"+t+",fn:function("+String(n.slotScope)+"){return "+("template"===n.tag?n.if?n.if+"?"+(ln(n,r)||"undefined")+":undefined":ln(n,r)||"undefined":rn(n,r))+"}}"}(e,o[e],s)}).join(",")+"]),")),e.model&&(n+="model:{value:"+e.model.value+",callback:"+e.model.callback+",expression:"+e.model.expression+"},"),e.inlineTemplate){var a=function(t,n){var r=e.children[0];if(1===r.type){var i=nn(r,n.options);return"inlineTemplate:{render:function(){"+i.render+"},staticRenderFns:["+i.staticRenderFns.map(function(e){return"function(){"+e+"}"}).join(",")+"]}"}}(0,t);a&&(n+=a+",")}var o,s;return n=n.replace(/,$/,"")+"}",e.wrapData&&(n=e.wrapData(n)),e.wrapListeners&&(n=e.wrapListeners(n)),n}function ln(e,t,n,r,i){var a=e.children;if(a.length){var o=a[0];if(1===a.length&&o.for&&"template"!==o.tag&&"slot"!==o.tag)return(r||rn)(o,t);var s=n?function(e,t){for(var n=0,r=0;r<e.length;r++){var i=e[r];if(1===i.type){if(un(i)||i.ifConditions&&i.ifConditions.some(function(e){return un(e.block)})){n=2;break}(t(i)||i.ifConditions&&i.ifConditions.some(function(e){return t(e.block)}))&&(n=1)}}return n}(a,t.maybeComponent):0,c=i||function(e,t){return 1===e.type?rn(e,t):3===e.type&&e.isComment?(r=e,"_e("+JSON.stringify(r.text)+")"):"_v("+(2===(n=e).type?n.expression:dn(JSON.stringify(n.text)))+")";var n,r};return"["+a.map(function(e){return c(e,t)}).join(",")+"]"+(s?","+s:"")}}function un(e){return void 0!==e.for||"template"===e.tag||"slot"===e.tag}function fn(e){for(var t="",n=0;n<e.length;n++){var r=e[n];t+='"'+r.name+'":'+dn(r.value)+","}return t.slice(0,-1)}function dn(e){return e.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}function pn(e,t){try{return new Function(e)}catch(n){return t.push({err:n,code:e}),g}}function hn(e){return(ka=ka||document.createElement("div")).innerHTML=e?'<a href="\n"/>':'<div a="\n"/>',ka.innerHTML.indexOf("&#10;")>0}var vn=Object.freeze({}),mn=Object.prototype.toString,gn=l("slot,component",!0),yn=l("key,ref,slot,slot-scope,is"),bn=Object.prototype.hasOwnProperty,_n=/-(\w)/g,wn=d(function(e){return e.replace(_n,function(e,t){return t?t.toUpperCase():""})}),Tn=d(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),kn=/\B([A-Z])/g,Cn=d(function(e){return e.replace(kn,"-$1").toLowerCase()}),Sn=function(e,t,n){return!1},xn=function(e){return e},An="data-server-rendered",$n=["component","directive","filter"],On=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],Dn={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:Sn,isReservedAttr:Sn,isUnknownElement:Sn,getTagNamespace:g,parsePlatformTagName:xn,mustUseProp:Sn,_lifecycleHooks:On},En=/[^\w.$]/,Pn="__proto__"in{},jn="undefined"!=typeof window,In="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,Ln=In&&WXEnvironment.platform.toLowerCase(),Fn=jn&&window.navigator.userAgent.toLowerCase(),Nn=Fn&&/msie|trident/.test(Fn),Mn=Fn&&Fn.indexOf("msie 9.0")>0,Rn=Fn&&Fn.indexOf("edge/")>0,Bn=Fn&&Fn.indexOf("android")>0||"android"===Ln,Wn=Fn&&/iphone|ipad|ipod|ios/.test(Fn)||"ios"===Ln,Vn=(Fn&&/chrome\/\d+/.test(Fn),{}.watch),Hn=!1;if(jn)try{var Un={};Object.defineProperty(Un,"passive",{get:function(){Hn=!0}}),window.addEventListener("test-passive",null,Un)}catch(e){}var zn,Kn,qn=function(){return void 0===zn&&(zn=!jn&&"undefined"!=typeof global&&"server"===global.process.env.VUE_ENV),zn},Jn=jn&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,Gn="undefined"!=typeof Symbol&&k(Symbol)&&"undefined"!=typeof Reflect&&k(Reflect.ownKeys);Kn="undefined"!=typeof Set&&k(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var Xn=g,Zn=0,Yn=function(){this.id=Zn++,this.subs=[]};Yn.prototype.addSub=function(e){this.subs.push(e)},Yn.prototype.removeSub=function(e){u(this.subs,e)},Yn.prototype.depend=function(){Yn.target&&Yn.target.addDep(this)},Yn.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},Yn.target=null;var Qn=[],er=function(e,t,n,r,i,a,o,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=a,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=o,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},tr={child:{configurable:!0}};tr.child.get=function(){return this.componentInstance},Object.defineProperties(er.prototype,tr);var nr=function(e){void 0===e&&(e="");var t=new er;return t.text=e,t.isComment=!0,t},rr=Array.prototype,ir=Object.create(rr);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=rr[e];T(ir,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var i,a=t.apply(this,n),o=this.__ob__;switch(e){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&o.observeArray(i),o.dep.notify(),a})});var ar=Object.getOwnPropertyNames(ir),or={shouldConvert:!0},sr=function(e){this.value=e,this.dep=new Yn,this.vmCount=0,T(e,"__ob__",this),Array.isArray(e)?((Pn?function(e,t,n){e.__proto__=t}:function(e,t,n){for(var r=0,i=n.length;r<i;r++){var a=n[r];T(e,a,t[a])}})(e,ir,ar),this.observeArray(e)):this.walk(e)};sr.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)$(e,t[n],e[t[n]])},sr.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)A(e[t])};var cr=Dn.optionMergeStrategies;cr.data=function(e,t,n){return n?P(e,t,n):t&&"function"!=typeof t?e:P(e,t)},On.forEach(function(e){cr[e]=j}),$n.forEach(function(e){cr[e+"s"]=I}),cr.watch=function(e,t,n,r){if(e===Vn&&(e=void 0),t===Vn&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};v(i,e);for(var a in t){var o=i[a],s=t[a];o&&!Array.isArray(o)&&(o=[o]),i[a]=o?o.concat(s):Array.isArray(s)?s:[s]}return i},cr.props=cr.methods=cr.inject=cr.computed=function(e,t,n,r){if(!e)return t;var i=Object.create(null);return v(i,e),t&&v(i,t),i},cr.provide=P;var lr,ur,fr=function(e,t){return void 0===t?e:t},dr=[],pr=!1,hr=!1;if("undefined"!=typeof setImmediate&&k(setImmediate))ur=function(){setImmediate(H)};else if("undefined"==typeof MessageChannel||!k(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())ur=function(){setTimeout(H,0)};else{var vr=new MessageChannel,mr=vr.port2;vr.port1.onmessage=H,ur=function(){mr.postMessage(1)}}if("undefined"!=typeof Promise&&k(Promise)){var gr=Promise.resolve();lr=function(){gr.then(H),Wn&&setTimeout(g)}}else lr=ur;var yr,br=new Kn,_r=d(function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}}),wr=null,Tr=[],kr=[],Cr={},Sr=!1,xr=!1,Ar=0,$r=0,Or=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._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=++$r,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new Kn,this.newDepIds=new Kn,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!En.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};Or.prototype.get=function(){e=this,Yn.target&&Qn.push(Yn.target),Yn.target=e;var e,t,n=this.vm;try{t=this.getter.call(n,n)}catch(t){if(!this.user)throw t;B(t,n,'getter for watcher "'+this.expression+'"')}finally{this.deep&&z(t),Yn.target=Qn.pop(),this.cleanupDeps()}return t},Or.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Or.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Or.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==Cr[t]){if(Cr[t]=!0,xr){for(var n=Tr.length-1;n>Ar&&Tr[n].id>e.id;)n--;Tr.splice(n+1,0,e)}else Tr.push(e);Sr||(Sr=!0,U(le))}}(this)},Or.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||i(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){B(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Or.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Or.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Or.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||u(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var Dr={enumerable:!0,configurable:!0,get:g,set:g},Er={lazy:!0};Se(xe.prototype);var Pr={init:function(e,n,r,i){if(!e.componentInstance||e.componentInstance._isDestroyed)(e.componentInstance=function(e,n,a,o){var s={_isComponent:!0,parent:wr,_parentVnode:e,_parentElm:r||null,_refElm:i||null},c=e.data.inlineTemplate;return t(c)&&(s.render=c.render,s.staticRenderFns=c.staticRenderFns),new e.componentOptions.Ctor(s)}(e)).$mount(n?e.elm:void 0,n);else if(e.data.keepAlive){var a=e;Pr.prepatch(a,a)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,r,i){var a=!!(i||e.$options._renderChildren||r.data.scopedSlots||e.$scopedSlots!==vn);if(e.$options._parentVnode=r,e.$vnode=r,e._vnode&&(e._vnode.parent=r),e.$options._renderChildren=i,e.$attrs=r.data&&r.data.attrs||vn,e.$listeners=n||vn,t&&e.$options.props){or.shouldConvert=!1;for(var o=e._props,s=e.$options._propKeys||[],c=0;c<s.length;c++){var l=s[c];o[l]=N(l,e.$options.props,t,e)}or.shouldConvert=!0,e.$options.propsData=t}if(n){var u=e.$options._parentListeners;e.$options._parentListeners=n,ne(e,n,u)}a&&(e.$slots=re(i,r.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,ce(n,"mounted")),e.data.keepAlive&&(t._isMounted?(r=n,r._inactive=!1,kr.push(r)):se(n,!0));var r},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(!(n&&(t._directInactive=!0,oe(t))||t._inactive)){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);ce(t,"deactivated")}}(t,!0):t.$destroy())}},jr=Object.keys(Pr),Ir=1,Lr=2,Fr=0;Ee.prototype._init=function(e){this._uid=Fr++,this._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r,n._parentElm=t._parentElm,n._refElm=t._refElm;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(this,e):this.$options=L(De(this.constructor),e||{},this),this._renderProxy=this,this._self=this,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(this),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&ne(e,t)}(this),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,r=n&&n.context;e.$slots=re(t._renderChildren,r),e.$scopedSlots=vn,e._c=function(t,n,r,i){return Oe(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return Oe(e,t,n,r,i,!0)};var i=n&&n.data;$(e,"$attrs",i&&i.attrs||vn,0,!0),$(e,"$listeners",t._parentListeners||vn,0,!0)}(this),ce(this,"beforeCreate"),function(e){var t=he(e.$options.inject,e);t&&(or.shouldConvert=!1,Object.keys(t).forEach(function(n){$(e,n,t[n])}),or.shouldConvert=!0)}(this),function(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],a=!e.$parent;or.shouldConvert=a;var o=function(a){i.push(a);var o=N(a,t,n,e);$(r,a,o),a in e||ue(e,"_props",a)};for(var s in t)o(s);or.shouldConvert=!0}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]=null==t[n]?g:p(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;a(t=e._data="function"==typeof t?function(e,t){try{return e.call(t,t)}catch(e){return B(e,t,"data()"),{}}}(t,e):t||{})||(t={});for(var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);i--;){var o=n[i];r&&f(r,o)||w(o)||ue(e,"_data",o)}A(t,!0)}(e):A(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=qn();for(var i in t){var a=t[i],o="function"==typeof a?a:a.get;r||(n[i]=new Or(e,o||g,g,Er)),i in e||fe(e,i,a)}}(e,t.computed),t.watch&&t.watch!==Vn&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)pe(e,n,r[i]);else pe(e,n,r)}}(e,t.watch)}(this),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(this),ce(this,"created"),this.$options.el&&this.$mount(this.$options.el)},function(e){var t={};t.get=function(){return this._data};var n={};n.get=function(){return this._props},Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=O,e.prototype.$delete=D,e.prototype.$watch=function(e,t,n){if(a(t))return pe(this,e,t,n);(n=n||{}).user=!0;var r=new Or(this,e,t,n);return n.immediate&&t.call(this,r.value),function(){r.teardown()}}}(Ee),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){if(Array.isArray(e))for(var r=0,i=e.length;r<i;r++)this.$on(e[r],n);else(this._events[e]||(this._events[e]=[])).push(n),t.test(e)&&(this._hasHookEvent=!0);return this},e.prototype.$once=function(e,t){function n(){r.$off(e,n),t.apply(r,arguments)}var r=this;return n.fn=t,r.$on(e,n),r},e.prototype.$off=function(e,t){if(!arguments.length)return this._events=Object.create(null),this;if(Array.isArray(e)){for(var n=0,r=e.length;n<r;n++)this.$off(e[n],t);return this}var i=this._events[e];if(!i)return this;if(!t)return this._events[e]=null,this;if(t)for(var a,o=i.length;o--;)if((a=i[o])===t||a.fn===t){i.splice(o,1);break}return this},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?h(n):n;for(var r=h(arguments,1),i=0,a=n.length;i<a;i++)try{n[i].apply(t,r)}catch(n){B(n,t,'event handler for "'+e+'"')}}return t}}(Ee),(Mr=Ee).prototype._update=function(e,t){this._isMounted&&ce(this,"beforeUpdate");var n=this.$el,r=this._vnode,i=wr;wr=this,this._vnode=e,r?this.$el=this.__patch__(r,e):(this.$el=this.__patch__(this.$el,e,t,!1,this.$options._parentElm,this.$options._refElm),this.$options._parentElm=this.$options._refElm=null),wr=i,n&&(n.__vue__=null),this.$el&&(this.$el.__vue__=this),this.$vnode&&this.$parent&&this.$vnode===this.$parent._vnode&&(this.$parent.$el=this.$el)},Mr.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},Mr.prototype.$destroy=function(){if(!this._isBeingDestroyed){ce(this,"beforeDestroy"),this._isBeingDestroyed=!0;var e=this.$parent;!e||e._isBeingDestroyed||this.$options.abstract||u(e.$children,this),this._watcher&&this._watcher.teardown();for(var t=this._watchers.length;t--;)this._watchers[t].teardown();this._data.__ob__&&this._data.__ob__.vmCount--,this._isDestroyed=!0,this.__patch__(this._vnode,null),ce(this,"destroyed"),this.$off(),this.$el&&(this.$el.__vue__=null),this.$vnode&&(this.$vnode.parent=null)}},Se((Nr=Ee).prototype),Nr.prototype.$nextTick=function(e){return U(e,this)},Nr.prototype._render=function(){var e=this,t=e.$options,n=t.render,r=t._parentVnode;if(e._isMounted)for(var i in e.$slots){var a=e.$slots[i];(a._rendered||a[0]&&a[0].elm)&&(e.$slots[i]=x(a,!0))}e.$scopedSlots=r&&r.data.scopedSlots||vn,e.$vnode=r;var o;try{o=n.call(e._renderProxy,e.$createElement)}catch(t){B(t,e,"render"),o=e._vnode}return o instanceof er||(o=nr()),o.parent=r,o};var Nr,Mr,Rr=[String,RegExp,Array],Br={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:Rr,exclude:Rr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Le(this.cache,e,this.keys)},watch:{include:function(e){Ie(this,function(t){return je(e,t)})},exclude:function(e){Ie(this,function(t){return!je(e,t)})}},render:function(){var e=this.$slots.default,t=Q(e),n=t&&t.componentOptions;if(n){var r=Pe(n),i=this.include,a=this.exclude;if(i&&(!r||!je(i,r))||a&&r&&je(a,r))return t;var o=this.cache,s=this.keys,c=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;o[c]?(t.componentInstance=o[c].componentInstance,u(s,c),s.push(c)):(o[c]=t,s.push(c),this.max&&s.length>parseInt(this.max)&&Le(o,s[0],s,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={};t.get=function(){return Dn},Object.defineProperty(e,"config",t),e.util={warn:Xn,extend:v,mergeOptions:L,defineReactive:$},e.set=O,e.delete=D,e.nextTick=U,e.options=Object.create(null),$n.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,v(e.options.components,Br),e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=h(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this},e.mixin=function(e){return this.options=L(this.options,e),this},function(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var a=e.name||n.options.name,o=function(e){this._init(e)};return(o.prototype=Object.create(n.prototype)).constructor=o,o.cid=t++,o.options=L(n.options,e),o.super=n,o.options.props&&function(e){var t=e.options.props;for(var n in t)ue(e.prototype,"_props",n)}(o),o.options.computed&&function(e){var t=e.options.computed;for(var n in t)fe(e.prototype,n,t[n])}(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,$n.forEach(function(e){o[e]=n[e]}),a&&(o.options.components[a]=o),o.superOptions=n.options,o.extendOptions=e,o.sealedOptions=v({},o.options),i[r]=o,o}}(e),n=e,$n.forEach(function(e){n[e]=function(t,n){return n?("component"===e&&a(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]}});var n}(Ee),Object.defineProperty(Ee.prototype,"$isServer",{get:qn}),Object.defineProperty(Ee.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Ee.version="2.5.13";var Wr,Vr,Hr,Ur,zr,Kr,qr,Jr,Gr=l("style,class"),Xr=l("input,textarea,option,select,progress"),Zr=function(e,t,n){return"value"===n&&Xr(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Yr=l("contenteditable,draggable,spellcheck"),Qr=l("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"),ei="http://www.w3.org/1999/xlink",ti=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},ni=function(e){return ti(e)?e.slice(6,e.length):""},ri=function(e){return null==e||!1===e},ii={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},ai=l("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,picture,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,blockquote,iframe,tfoot"),oi=l("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),si=function(e){return ai(e)||oi(e)},ci=Object.create(null),li=l("text,number,password,search,email,tel,url"),ui=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(e,t){return document.createElementNS(ii[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setAttribute:function(e,t,n){e.setAttribute(t,n)}}),fi={create:function(e,t){We(t)},update:function(e,t){e.data.ref!==t.data.ref&&(We(e,!0),We(t))},destroy:function(e){We(e,!0)}},di=new er("",{},[]),pi=["create","activate","update","remove","destroy"],hi={create:Ue,update:Ue,destroy:function(e){Ue(e,di)}},vi=Object.create(null),mi=[fi,hi],gi={create:qe,update:qe},yi={create:Ge,update:Ge},bi=/[\w).+\-_$\]]/,_i="__r",wi="__c",Ti={create:pt,update:pt},ki={create:ht,update:ht},Ci=d(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}),Si=/^--/,xi=/\s*!important$/,Ai=function(e,t,n){if(Si.test(t))e.style.setProperty(t,n);else if(xi.test(n))e.style.setProperty(t,n.replace(xi,""),"important");else{var r=Oi(t);if(Array.isArray(n))for(var i=0,a=n.length;i<a;i++)e.style[r]=n[i];else e.style[r]=n}},$i=["Webkit","Moz","ms"],Oi=d(function(e){if(Jr=Jr||document.createElement("div").style,"filter"!==(e=wn(e))&&e in Jr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<$i.length;n++){var r=$i[n]+t;if(r in Jr)return r}}),Di={create:gt,update:gt},Ei=d(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),Pi=jn&&!Mn,ji="transition",Ii="animation",Li="transition",Fi="transitionend",Ni="animation",Mi="animationend";Pi&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Li="WebkitTransition",Fi="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Ni="WebkitAnimation",Mi="webkitAnimationEnd"));var Ri=jn?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()},Bi=/\b(transform|all)(,|$)/,Wi=function(i){function a(e){var n=S.parentNode(e);t(n)&&S.removeChild(n,e)}function o(e,r,i,a,o){if(e.isRootInsert=!o,!function(e,r,i,a){var o=e.data;if(t(o)){var l=t(e.componentInstance)&&o.keepAlive;if(t(o=o.hook)&&t(o=o.init)&&o(e,!1,i,a),t(e.componentInstance))return s(e,r),n(l)&&function(e,n,r,i){for(var a,o=e;o.componentInstance;)if(o=o.componentInstance._vnode,t(a=o.data)&&t(a=a.transition)){for(a=0;a<k.activate.length;++a)k.activate[a](di,o);n.push(o);break}c(r,e.elm,i)}(e,r,i,a),!0}}(e,r,i,a)){var l=e.data,f=e.children,h=e.tag;t(h)?(e.elm=e.ns?S.createElementNS(e.ns,h):S.createElement(h,e),p(e),u(e,f,r),t(l)&&d(e,r),c(i,e.elm,a)):n(e.isComment)?(e.elm=S.createComment(e.text),c(i,e.elm,a)):(e.elm=S.createTextNode(e.text),c(i,e.elm,a))}}function s(e,n){t(e.data.pendingInsert)&&(n.push.apply(n,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,f(e)?(d(e,n),p(e)):(We(e),n.push(e))}function c(e,n,r){t(e)&&(t(r)?r.parentNode===e&&S.insertBefore(e,n,r):S.appendChild(e,n))}function u(e,t,n){if(Array.isArray(t))for(var i=0;i<t.length;++i)o(t[i],n,e.elm,null,!0);else r(e.text)&&S.appendChild(e.elm,S.createTextNode(String(e.text)))}function f(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return t(e.tag)}function d(e,n){for(var r=0;r<k.create.length;++r)k.create[r](di,e);t(w=e.data.hook)&&(t(w.create)&&w.create(di,e),t(w.insert)&&n.push(e))}function p(e){var n;if(t(n=e.fnScopeId))S.setAttribute(e.elm,n,"");else for(var r=e;r;)t(n=r.context)&&t(n=n.$options._scopeId)&&S.setAttribute(e.elm,n,""),r=r.parent;t(n=wr)&&n!==e.context&&n!==e.fnContext&&t(n=n.$options._scopeId)&&S.setAttribute(e.elm,n,"")}function h(e,t,n,r,i,a){for(;r<=i;++r)o(n[r],a,e,t)}function v(e){var n,r,i=e.data;if(t(i))for(t(n=i.hook)&&t(n=n.destroy)&&n(e),n=0;n<k.destroy.length;++n)k.destroy[n](e);if(t(n=e.children))for(r=0;r<e.children.length;++r)v(e.children[r])}function m(e,n,r,i){for(;r<=i;++r){var o=n[r];t(o)&&(t(o.tag)?(g(o),v(o)):a(o.elm))}}function g(e,n){if(t(n)||t(e.data)){var r,i=k.remove.length+1;for(t(n)?n.listeners+=i:n=function(e,t){function n(){0==--n.listeners&&a(e)}return n.listeners=t,n}(e.elm,i),t(r=e.componentInstance)&&t(r=r._vnode)&&t(r.data)&&g(r,n),r=0;r<k.remove.length;++r)k.remove[r](e,n);t(r=e.data.hook)&&t(r=r.remove)?r(e,n):n()}else a(e.elm)}function y(r,i,a,s){if(r!==i){var c=i.elm=r.elm;if(n(r.isAsyncPlaceholder))t(i.asyncFactory.resolved)?_(r.elm,i,a):i.isAsyncPlaceholder=!0;else if(n(i.isStatic)&&n(r.isStatic)&&i.key===r.key&&(n(i.isCloned)||n(i.isOnce)))i.componentInstance=r.componentInstance;else{var l,u=i.data;t(u)&&t(l=u.hook)&&t(l=l.prepatch)&&l(r,i);var d=r.children,p=i.children;if(t(u)&&f(i)){for(l=0;l<k.update.length;++l)k.update[l](r,i);t(l=u.hook)&&t(l=l.update)&&l(r,i)}e(i.text)?t(d)&&t(p)?d!==p&&function(n,r,i,a,s){for(var c,l,u,f=0,d=0,p=r.length-1,v=r[0],g=r[p],b=i.length-1,_=i[0],w=i[b],T=!s;f<=p&&d<=b;)e(v)?v=r[++f]:e(g)?g=r[--p]:Ve(v,_)?(y(v,_,a),v=r[++f],_=i[++d]):Ve(g,w)?(y(g,w,a),g=r[--p],w=i[--b]):Ve(v,w)?(y(v,w,a),T&&S.insertBefore(n,v.elm,S.nextSibling(g.elm)),v=r[++f],w=i[--b]):Ve(g,_)?(y(g,_,a),T&&S.insertBefore(n,g.elm,v.elm),g=r[--p],_=i[++d]):(e(c)&&(c=He(r,f,p)),e(l=t(_.key)?c[_.key]:function(e,n,r,i){for(var a=f;a<i;a++){var o=n[a];if(t(o)&&Ve(e,o))return a}}(_,r,0,p))?o(_,a,n,v.elm):Ve(u=r[l],_)?(y(u,_,a),r[l]=void 0,T&&S.insertBefore(n,u.elm,v.elm)):o(_,a,n,v.elm),_=i[++d]);f>p?h(n,e(i[b+1])?null:i[b+1].elm,i,d,b,a):d>b&&m(0,r,f,p)}(c,d,p,a,s):t(p)?(t(r.text)&&S.setTextContent(c,""),h(c,null,p,0,p.length-1,a)):t(d)?m(0,d,0,d.length-1):t(r.text)&&S.setTextContent(c,""):r.text!==i.text&&S.setTextContent(c,i.text),t(u)&&t(l=u.hook)&&t(l=l.postpatch)&&l(r,i)}}}function b(e,r,i){if(n(i)&&t(e.parent))e.parent.data.pendingInsert=r;else for(var a=0;a<r.length;++a)r[a].data.hook.insert(r[a])}function _(e,r,i,a){var o,c=r.tag,l=r.data,f=r.children;if(a=a||l&&l.pre,r.elm=e,n(r.isComment)&&t(r.asyncFactory))return r.isAsyncPlaceholder=!0,!0;if(t(l)&&(t(o=l.hook)&&t(o=o.init)&&o(r,!0),t(o=r.componentInstance)))return s(r,i),!0;if(t(c)){if(t(f))if(e.hasChildNodes())if(t(o=l)&&t(o=o.domProps)&&t(o=o.innerHTML)){if(o!==e.innerHTML)return!1}else{for(var p=!0,h=e.firstChild,v=0;v<f.length;v++){if(!h||!_(h,f[v],i,a)){p=!1;break}h=h.nextSibling}if(!p||h)return!1}else u(r,f,i);if(t(l)){var m=!1;for(var g in l)if(!x(g)){m=!0,d(r,i);break}!m&&l.class&&z(l.class)}}else e.data!==r.text&&(e.data=r.text);return!0}var w,T,k={},C=i.modules,S=i.nodeOps;for(w=0;w<pi.length;++w)for(k[pi[w]]=[],T=0;T<C.length;++T)t(C[T][pi[w]])&&k[pi[w]].push(C[T][pi[w]]);var x=l("attrs,class,staticClass,staticStyle,key");return function(r,i,a,s,c,l){if(!e(i)){var u=!1,d=[];if(e(r))u=!0,o(i,d,c,l);else{var p=t(r.nodeType);if(!p&&Ve(r,i))y(r,i,d,s);else{if(p){if(1===r.nodeType&&r.hasAttribute(An)&&(r.removeAttribute(An),a=!0),n(a)&&_(r,i,d))return b(i,d,!0),r;O=r,r=new er(S.tagName(O).toLowerCase(),{},[],void 0,O)}var h=r.elm,g=S.parentNode(h);if(o(i,d,h._leaveCb?null:g,S.nextSibling(h)),t(i.parent))for(var w=i.parent,T=f(i);w;){for(var C=0;C<k.destroy.length;++C)k.destroy[C](w);if(w.elm=i.elm,T){for(var x=0;x<k.create.length;++x)k.create[x](di,w);var A=w.data.hook.insert;if(A.merged)for(var $=1;$<A.fns.length;$++)A.fns[$]()}else We(w);w=w.parent}t(g)?m(0,[r],0,0):t(r.tag)&&v(r)}}return b(i,d,u),i.elm}var O;t(r)&&v(r)}}({nodeOps:ui,modules:[gi,yi,Ti,ki,Di,jn?{create:Pt,activate:Pt,remove:function(e,t){!0!==e.data.show?Ot(e,t):t()}}:{}].concat(mi)});Mn&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&Rt(e,"input")});var Vi={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?J(n,"postpatch",function(){Vi.componentUpdated(e,t,n)}):jt(e,t,n.context),e._vOptions=[].map.call(e.options,Ft)):("textarea"===n.tag||li(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("change",Mt),Bn||(e.addEventListener("compositionstart",Nt),e.addEventListener("compositionend",Mt)),Mn&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){jt(e,t,n.context);var r=e._vOptions,i=e._vOptions=[].map.call(e.options,Ft);i.some(function(e,t){return!y(e,r[t])})&&(e.multiple?t.value.some(function(e){return Lt(e,i)}):t.value!==t.oldValue&&Lt(t.value,i))&&Rt(e,"change")}}},Hi={model:Vi,show:{bind:function(e,t,n){var r=t.value,i=(n=Bt(n)).data&&n.data.transition,a=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,$t(n,function(){e.style.display=a})):e.style.display=r?a:"none"},update:function(e,t,n){var r=t.value;r!==t.oldValue&&((n=Bt(n)).data&&n.data.transition?(n.data.show=!0,r?$t(n,function(){e.style.display=e.__vOriginalDisplay}):Ot(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}}},Ui={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]},zi={name:"transition",props:Ui,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag||Y(e)})).length){var i=this.mode,a=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return a;var o=Wt(a);if(!o)return a;if(this._leaving)return Ht(e,a);var s="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?s+"comment":s+o.tag:r(o.key)?0===String(o.key).indexOf(s)?o.key:s+o.key:o.key;var c=(o.data||(o.data={})).transition=Vt(this),l=this._vnode,u=Wt(l);if(o.data.directives&&o.data.directives.some(function(e){return"show"===e.name})&&(o.data.show=!0),u&&u.data&&(h=o,m=u,m.key!==h.key||m.tag!==h.tag)&&!Y(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var f=u.data.transition=v({},c);if("out-in"===i)return this._leaving=!0,J(f,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),Ht(e,a);if("in-out"===i){if(Y(o))return l;var d,p=function(){d()};J(c,"afterEnter",p),J(c,"enterCancelled",p),J(f,"delayLeave",function(e){d=e})}}return a}var h,m}},Ki=v({tag:String,moveClass:String},Ui);delete Ki.mode;var qi={Transition:zi,TransitionGroup:{props:Ki,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],a=this.children=[],o=Vt(this),s=0;s<i.length;s++){var c=i[s];c.tag&&null!=c.key&&0!==String(c.key).indexOf("__vlist")&&(a.push(c),n[c.key]=c,(c.data||(c.data={})).transition=o)}if(r){for(var l=[],u=[],f=0;f<r.length;f++){var d=r[f];d.data.transition=o,d.data.pos=d.elm.getBoundingClientRect(),n[d.key]?l.push(d):u.push(d)}this.kept=e(t,null,l),this.removed=u}return e(t,null,a)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(Ut),e.forEach(zt),e.forEach(Kt),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Tt(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Fi,n._moveCb=function e(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Fi,e),n._moveCb=null,kt(n,t))})}}))},methods:{hasMove:function(e,t){if(!Pi)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){bt(n,e)}),yt(n,t),n.style.display="none",this.$el.appendChild(n);var r=St(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};Ee.config.mustUseProp=Zr,Ee.config.isReservedTag=si,Ee.config.isReservedAttr=Gr,Ee.config.getTagNamespace=Re,Ee.config.isUnknownElement=function(e){if(!jn)return!0;if(si(e))return!1;if(e=e.toLowerCase(),null!=ci[e])return ci[e];var t=document.createElement(e);return e.indexOf("-")>-1?ci[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:ci[e]=/HTMLUnknownElement/.test(t.toString())},v(Ee.options.directives,Hi),v(Ee.options.components,qi),Ee.prototype.__patch__=jn?Wi:g,Ee.prototype.$mount=function(e,t){return function(e,t,n){e.$el=t,e.$options.render||(e.$options.render=nr),ce(e,"beforeMount");return new Or(e,function(){e._update(e._render(),n)},g,null,!0),n=!1,null==e.$vnode&&(e._isMounted=!0,ce(e,"mounted")),e}(this,e=e&&jn?Be(e):void 0,t)},Ee.nextTick(function(){Dn.devtools&&Jn&&Jn.emit("init",Ee)},0);var Ji,Gi=/\{\{((?:.|\n)+?)\}\}/g,Xi=/[-.*+?^${}()|[\]\/\\]/g,Zi=d(function(e){var t=e[0].replace(Xi,"\\$&"),n=e[1].replace(Xi,"\\$&");return new RegExp(t+"((?:.|\\n)+?)"+n,"g")}),Yi={staticKeys:["staticClass"],transformNode:function(e,t){t.warn;var n=it(e,"class");n&&(e.staticClass=JSON.stringify(n));var r=rt(e,"class",!1);r&&(e.classBinding=r)},genData:function(e){var t="";return e.staticClass&&(t+="staticClass:"+e.staticClass+","),e.classBinding&&(t+="class:"+e.classBinding+","),t}},Qi={staticKeys:["staticStyle"],transformNode:function(e,t){t.warn;var n=it(e,"style");n&&(e.staticStyle=JSON.stringify(Ci(n)));var r=rt(e,"style",!1);r&&(e.styleBinding=r)},genData:function(e){var t="";return e.staticStyle&&(t+="staticStyle:"+e.staticStyle+","),e.styleBinding&&(t+="style:("+e.styleBinding+"),"),t}},ea=l("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),ta=l("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),na=l("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"),ra=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,ia="[a-zA-Z_][\\w\\-\\.]*",aa="((?:"+ia+"\\:)?"+ia+")",oa=new RegExp("^<"+aa),sa=/^\s*(\/?)>/,ca=new RegExp("^<\\/"+aa+"[^>]*>"),la=/^<!DOCTYPE [^>]+>/i,ua=/^<!--/,fa=/^<!\[/,da=!1;"x".replace(/x(.)?/g,function(e,t){da=""===t});var pa,ha,va,ma,ga,ya,ba,_a,wa,Ta,ka,Ca,Sa=l("script,style,textarea",!0),xa={},Aa={"&lt;":"<","&gt;":">","&quot;":'"',"&amp;":"&","&#10;":"\n","&#9;":"\t"},$a=/&(?:lt|gt|quot|amp);/g,Oa=/&(?:lt|gt|quot|amp|#10|#9);/g,Da=l("pre,textarea",!0),Ea=function(e,t){return e&&Da(e)&&"\n"===t[0]},Pa=/^@|^v-on:/,ja=/^v-|^@|^:/,Ia=/(.*?)\s+(?:in|of)\s+(.*)/,La=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Fa=/^\(|\)$/g,Na=/:(.*)$/,Ma=/^:|^v-bind:/,Ra=/\.[^.]+/g,Ba=d(function(e){return(Ji=Ji||document.createElement("div")).innerHTML=e,Ji.textContent}),Wa=/^xmlns:NS\d+/,Va=/^NS\d+:/,Ha=[Yi,Qi,{preTransformNode:function(e,t){if("input"===e.tag){var n=e.attrsMap;if(n["v-model"]&&(n["v-bind:type"]||n[":type"])){var r=rt(e,"type"),i=it(e,"v-if",!0),a=i?"&&("+i+")":"",o=null!=it(e,"v-else",!0),s=it(e,"v-else-if",!0),c=Yt(e);Xt(c),tt(c,"type","checkbox"),Gt(c,t),c.processed=!0,c.if="("+r+")==='checkbox'"+a,Zt(c,{exp:c.if,block:c});var l=Yt(e);it(l,"v-for",!0),tt(l,"type","radio"),Gt(l,t),Zt(c,{exp:"("+r+")==='radio'"+a,block:l});var u=Yt(e);return it(u,"v-for",!0),tt(u,":type",r),Gt(u,t),Zt(c,{exp:i,block:u}),o?c.else=!0:s&&(c.elseif=s),c}}}}],Ua={expectHTML:!0,modules:Ha,directives:{model:function(e,t,n){var r=t.value,i=t.modifiers,a=e.tag,o=e.attrsMap.type;if(e.component)return at(e,r,i),!1;if("select"===a)!function(e,t,n){var r='var $$selectedVal = 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 '+(i&&i.number?"_n(val)":"val")+"});";nt(e,"change",r=r+" "+ot(t,"$event.target.multiple ? $$selectedVal : $$selectedVal[0]"),null,!0)}(e,r);else if("input"===a&&"checkbox"===o)!function(e,t,n){var r=i&&i.number,a=rt(e,"value")||"null",o=rt(e,"true-value")||"true",s=rt(e,"false-value")||"false";Qe(e,"checked","Array.isArray("+t+")?_i("+t+","+a+")>-1"+("true"===o?":("+t+")":":_q("+t+","+o+")")),nt(e,"change","var $$a="+t+",$$el=$event.target,$$c=$$el.checked?("+o+"):("+s+");if(Array.isArray($$a)){var $$v="+(r?"_n("+a+")":a)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+t+"=$$a.concat([$$v]))}else{$$i>-1&&("+t+"=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{"+ot(t,"$$c")+"}",null,!0)}(e,r);else if("input"===a&&"radio"===o)!function(e,t,n){var r=i&&i.number,a=rt(e,"value")||"null";Qe(e,"checked","_q("+t+","+(a=r?"_n("+a+")":a)+")"),nt(e,"change",ot(t,a),null,!0)}(e,r);else if("input"===a||"textarea"===a)!function(e,t,n){var r=e.attrsMap.type,i=n||{},a=i.lazy,o=i.number,s=i.trim,c=!a&&"range"!==r,l=a?"change":"range"===r?_i:"input",u="$event.target.value";s&&(u="$event.target.value.trim()"),o&&(u="_n("+u+")");var f=ot(t,u);c&&(f="if($event.target.composing)return;"+f),Qe(e,"value","("+t+")"),nt(e,l,f,null,!0),(s||o)&&nt(e,"blur","$forceUpdate()")}(e,r,i);else if(!Dn.isReservedTag(a))return at(e,r,i),!1;return!0},text:function(e,t){t.value&&Qe(e,"textContent","_s("+t.value+")")},html:function(e,t){t.value&&Qe(e,"innerHTML","_s("+t.value+")")}},isPreTag:function(e){return"pre"===e},isUnaryTag:ea,mustUseProp:Zr,canBeLeftOpenTag:ta,isReservedTag:si,getTagNamespace:Re,staticKeys:Ha.reduce(function(e,t){return e.concat(t.staticKeys||[])},[]).join(",")},za=d(function(e){return l("type,tag,attrsList,attrsMap,plain,parent,children,attrs"+(e?","+e:""))}),Ka=/^\s*([\w$_]+|\([^)]*?\))\s*=>|^function\s*\(/,qa=/^\s*[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['.*?']|\[".*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*\s*$/,Ja={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ga=function(e){return"if("+e+")return null;"},Xa={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:Ga("$event.target !== $event.currentTarget"),ctrl:Ga("!$event.ctrlKey"),shift:Ga("!$event.shiftKey"),alt:Ga("!$event.altKey"),meta:Ga("!$event.metaKey"),left:Ga("'button' in $event && $event.button !== 0"),middle:Ga("'button' in $event && $event.button !== 1"),right:Ga("'button' in $event && $event.button !== 2")},Za={on:function(e,t){e.wrapListeners=function(e){return"_g("+e+","+t.value+")"}},bind:function(e,t){e.wrapData=function(n){return"_b("+n+",'"+e.tag+"',"+t.value+","+(t.modifiers&&t.modifiers.prop?"true":"false")+(t.modifiers&&t.modifiers.sync?",true":"")+")"}},cloak:g},Ya=function(e){this.options=e,this.warn=e.warn||Ze,this.transforms=Ye(e.modules,"transformCode"),this.dataGenFns=Ye(e.modules,"genData"),this.directives=v(v({},Za),e.directives);var t=e.isReservedTag||Sn;this.maybeComponent=function(e){return!t(e.tag)},this.onceId=0,this.staticRenderFns=[]},Qa=(new RegExp("\\b"+"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments".split(",").join("\\b|\\b")+"\\b"),new RegExp("\\b"+"delete,typeof,void".split(",").join("\\s*\\([^\\)]*\\)|\\b")+"\\s*\\([^\\)]*\\)"),(Ca=function(e,t){var n=function(e,t){function n(e){e.pre&&(s=!1),ya(e.tag)&&(c=!1);for(var n=0;n<ga.length;n++)ga[n](e,t)}pa=t.warn||Ze,ya=t.isPreTag||Sn,ba=t.mustUseProp||Sn,_a=t.getTagNamespace||Sn,va=Ye(t.modules,"transformNode"),ma=Ye(t.modules,"preTransformNode"),ga=Ye(t.modules,"postTransformNode"),ha=t.delimiters;var r,i,a=[],o=!1!==t.preserveWhitespace,s=!1,c=!1;return function(e,t){function n(t){u+=t,e=e.substring(t)}function r(e,n,r){var i,s;if(null==n&&(n=u),null==r&&(r=u),e&&(s=e.toLowerCase()),e)for(i=o.length-1;i>=0&&o[i].lowerCasedTag!==s;i--);else i=0;if(i>=0){for(var c=o.length-1;c>=i;c--)t.end&&t.end(o[c].tag,n,r);o.length=i,a=i&&o[i-1].tag}else"br"===s?t.start&&t.start(e,[],!0,n,r):"p"===s&&(t.start&&t.start(e,[],!1,n,r),t.end&&t.end(e,n,r))}for(var i,a,o=[],s=t.expectHTML,c=t.isUnaryTag||Sn,l=t.canBeLeftOpenTag||Sn,u=0;e;){if(i=e,a&&Sa(a)){var f=0,d=a.toLowerCase(),p=xa[d]||(xa[d]=new RegExp("([\\s\\S]*?)(</"+d+"[^>]*>)","i")),h=e.replace(p,function(e,n,r){return f=r.length,Sa(d)||"noscript"===d||(n=n.replace(/<!--([\s\S]*?)-->/g,"$1").replace(/<!\[CDATA\[([\s\S]*?)]]>/g,"$1")),Ea(d,n)&&(n=n.slice(1)),t.chars&&t.chars(n),""});u+=e.length-h.length,e=h,r(d,u-f,u)}else{var v=e.indexOf("<");if(0===v){if(ua.test(e)){var m=e.indexOf("--\x3e");if(m>=0){t.shouldKeepComment&&t.comment(e.substring(4,m)),n(m+3);continue}}if(fa.test(e)){var g=e.indexOf("]>");if(g>=0){n(g+2);continue}}var y=e.match(la);if(y){n(y[0].length);continue}var b=e.match(ca);if(b){var _=u;n(b[0].length),r(b[1],_,u);continue}var w=function(){var t=e.match(oa);if(t){var r={tagName:t[1],attrs:[],start:u};n(t[0].length);for(var i,a;!(i=e.match(sa))&&(a=e.match(ra));)n(a[0].length),r.attrs.push(a);if(i)return r.unarySlash=i[1],n(i[0].length),r.end=u,r}}();if(w){!function(e){var n=e.tagName,i=e.unarySlash;s&&("p"===a&&na(n)&&r(a),l(n)&&a===n&&r(n));for(var u=c(n)||!!i,f=e.attrs.length,d=new Array(f),p=0;p<f;p++){var h=e.attrs[p];da&&-1===h[0].indexOf('""')&&(""===h[3]&&delete h[3],""===h[4]&&delete h[4],""===h[5]&&delete h[5]);var v=h[3]||h[4]||h[5]||"",m="a"===n&&"href"===h[1]?t.shouldDecodeNewlinesForHref:t.shouldDecodeNewlines;d[p]={name:h[1],value:qt(v,m)}}u||(o.push({tag:n,lowerCasedTag:n.toLowerCase(),attrs:d}),a=n),t.start&&t.start(n,d,u,e.start,e.end)}(w),Ea(a,e)&&n(1);continue}}var T=void 0,k=void 0,C=void 0;if(v>=0){for(k=e.slice(v);!(ca.test(k)||oa.test(k)||ua.test(k)||fa.test(k)||(C=k.indexOf("<",1))<0);)v+=C,k=e.slice(v);T=e.substring(0,v),n(v)}v<0&&(T=e,e=""),t.chars&&T&&t.chars(T)}if(e===i){t.chars&&t.chars(e);break}}r()}(e,{warn:pa,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,start:function(e,o,l){var u=i&&i.ns||_a(e);Nn&&"svg"===u&&(o=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];Wa.test(r.name)||(r.name=r.name.replace(Va,""),t.push(r))}return t}(o));var f=Jt(e,o,i);u&&(f.ns=u),!("style"!==(d=f).tag&&("script"!==d.tag||d.attrsMap.type&&"text/javascript"!==d.attrsMap.type)||qn())&&(f.forbidden=!0);for(var d,p=0;p<ma.length;p++)f=ma[p](f,t)||f;if(s||(m=f,null!=it(m,"v-pre")&&(m.pre=!0),f.pre&&(s=!0)),ya(f.tag)&&(c=!0),s?function(e){var t=e.attrsList.length;if(t)for(var n=e.attrs=new Array(t),r=0;r<t;r++)n[r]={name:e.attrsList[r].name,value:JSON.stringify(e.attrsList[r].value)};else e.pre||(e.plain=!0)}(f):f.processed||(Xt(f),function(e){var t=it(e,"v-if");if(t)e.if=t,Zt(e,{exp:t,block:e});else{null!=it(e,"v-else")&&(e.else=!0);var n=it(e,"v-else-if");n&&(e.elseif=n)}}(f),v=f,null!=it(v,"v-once")&&(v.once=!0),Gt(f,t)),r?a.length||r.if&&(f.elseif||f.else)&&Zt(r,{exp:f.elseif,block:f}):r=f,i&&!f.forbidden)if(f.elseif||f.else)!function(e,t){var n=function(e){for(var t=e.length;t--;){if(1===e[t].type)return e[t];e.pop()}}(i.children);n&&n.if&&Zt(n,{exp:e.elseif,block:e})}(f);else if(f.slotScope){i.plain=!1;var h=f.slotTarget||'"default"';(i.scopedSlots||(i.scopedSlots={}))[h]=f}else i.children.push(f),f.parent=i;var v,m;l?n(f):(i=f,a.push(f))},end:function(){var e=a[a.length-1],t=e.children[e.children.length-1];t&&3===t.type&&" "===t.text&&!c&&e.children.pop(),a.length-=1,i=a[a.length-1],n(e)},chars:function(e){if(i&&(!Nn||"textarea"!==i.tag||i.attrsMap.placeholder!==e)){var t=i.children;if(e=c||e.trim()?(r=i,"script"===r.tag||"style"===r.tag?e:Ba(e)):o&&t.length?" ":""){var n;!s&&" "!==e&&(n=function(e,t){var n=ha?Zi(ha):Gi;if(n.test(e)){for(var r,i,a,o=[],s=[],c=n.lastIndex=0;r=n.exec(e);){(i=r.index)>c&&(s.push(a=e.slice(c,i)),o.push(JSON.stringify(a)));var l=Xe(r[1].trim());o.push("_s("+l+")"),s.push({"@binding":l}),c=i+r[0].length}return c<e.length&&(s.push(a=e.slice(c)),o.push(JSON.stringify(a))),{expression:o.join("+"),tokens:s}}}(e))?t.push({type:2,expression:n.expression,tokens:n.tokens,text:e}):" "===e&&t.length&&" "===t[t.length-1].text||t.push({type:3,text:e})}}var r},comment:function(e){i.children.push({type:3,text:e,isComment:!0})}}),r}(e.trim(),t);!1!==t.optimize&&(r=n,i=t,r&&(wa=za(i.staticKeys||""),Ta=i.isReservedTag||Sn,function e(t){if(t.static=(c=t,2!==c.type&&(3===c.type||!(!c.pre&&(c.hasBindings||c.if||c.for||gn(c.tag)||!Ta(c.tag)||function(e){for(;e.parent;){if("template"!==(e=e.parent).tag)return!1;if(e.for)return!0}return!1}(c)||!Object.keys(c).every(wa))))),1===t.type){if(!Ta(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var n=0,r=t.children.length;n<r;n++){var i=t.children[n];e(i),i.static||(t.static=!1)}if(t.ifConditions)for(var a=1,o=t.ifConditions.length;a<o;a++){var s=t.ifConditions[a].block;e(s),s.static||(t.static=!1)}}var c}(r),function e(t,n){if(1===t.type){if((t.static||t.once)&&(t.staticInFor=n),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 r=0,i=t.children.length;r<i;r++)e(t.children[r],n||!!t.for);if(t.ifConditions)for(var a=1,o=t.ifConditions.length;a<o;a++)e(t.ifConditions[a].block,n)}}(r,!1)));var r,i,a=nn(n,t);return{ast:n,render:a.render,staticRenderFns:a.staticRenderFns}},function(e){function t(t,n){var r=Object.create(e),i=[],a=[];if(r.warn=function(e,t){(t?a:i).push(e)},n){n.modules&&(r.modules=(e.modules||[]).concat(n.modules)),n.directives&&(r.directives=v(Object.create(e.directives||null),n.directives));for(var o in n)"modules"!==o&&"directives"!==o&&(r[o]=n[o])}var s=Ca(t,r);return s.errors=i,s.tips=a,s}return{compile:t,compileToFunctions:function(e){var t=Object.create(null);return function(n,r,i){(r=v({},r)).warn,delete r.warn;var a=r.delimiters?String(r.delimiters)+n:n;if(t[a])return t[a];var o=e(n,r),s={},c=[];return s.render=pn(o.render,c),s.staticRenderFns=o.staticRenderFns.map(function(e){return pn(e,c)}),t[a]=s}}(t)}})(Ua).compileToFunctions),eo=!!jn&&hn(!1),to=!!jn&&hn(!0),no=d(function(e){var t=Be(e);return t&&t.innerHTML}),ro=Ee.prototype.$mount;return Ee.prototype.$mount=function(e,t){if((e=e&&Be(e))===document.body||e===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=no(r));else{if(!r.nodeType)return this;r=r.innerHTML}else e&&(r=function(e){if(e.outerHTML)return e.outerHTML;var t=document.createElement("div");return t.appendChild(e.cloneNode(!0)),t.innerHTML}(e));if(r){var i=Qa(r,{shouldDecodeNewlines:eo,shouldDecodeNewlinesForHref:to,delimiters:n.delimiters,comments:n.comments},this),a=i.render,o=i.staticRenderFns;n.render=a,n.staticRenderFns=o}}return ro.call(this,e,t)},Ee.compile=Qa,Ee}),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.VueI18n=t()}(this,function(){"use strict";function e(e,t){"undefined"!=typeof console&&(console.warn("[vue-i18n] "+e),t&&console.warn(t.stack))}function t(e){return null!==e&&"object"==typeof e}function n(e){return v.call(e)===m}function r(e){return null===e||void 0===e}function i(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=null,i=null;return 1===e.length?t(e[0])||Array.isArray(e[0])?i=e[0]:"string"==typeof e[0]&&(r=e[0]):2===e.length&&("string"==typeof e[0]&&(r=e[0]),(t(e[1])||Array.isArray(e[1]))&&(i=e[1])),{locale:r,params:i}}function a(e,t){if(!e&&"string"!=typeof e)return null;var n=e.split("|");return n[t=function(e,t){return e=Math.abs(e),2===t?(n=e)?n>1?1:0:1:e?Math.min(e,2):0;var n}(t,n.length)]?n[t].trim():e}function o(e){return JSON.parse(JSON.stringify(e))}function s(e){for(var n=arguments,r=Object(e),i=1;i<arguments.length;i++){var a=n[i];if(void 0!==a&&null!==a){var o=void 0;for(o in a)c=a,l=o,g.call(c,l)&&(t(a[o])?r[o]=s(r[o],a[o]):r[o]=a[o])}}var c,l;return r}function c(e,t,n){u(e,n)&&f(e,t,n)}function l(e,n,r,i){u(e,r)&&(function(e,t){var n=t.context;return e._locale===n.$i18n.locale}(e,r)&&function e(n,r){if(n===r)return!0;var i=t(n),a=t(r);if(!i||!a)return!i&&!a&&String(n)===String(r);try{var o=Array.isArray(n),s=Array.isArray(r);if(o&&s)return n.length===r.length&&n.every(function(t,n){return e(t,r[n])});if(o||s)return!1;var c=Object.keys(n),l=Object.keys(r);return c.length===l.length&&c.every(function(t){return e(n[t],r[t])})}catch(n){return!1}}(n.value,n.oldValue)||f(e,n,r))}function u(t,n){var r=n.context;return r?!!r.$i18n||(e("not exist VueI18n instance in Vue instance"),!1):(e("not exist Vue instance in VNode context"),!1)}function f(t,r,i){var a=function(e){var t,r,i;return"string"==typeof e?t=e:n(e)&&(t=e.path,r=e.locale,i=e.args),{path:t,locale:r,args:i}}(r.value),o=a.path,s=a.locale,c=a.args;if(o||s||c)if(o){var l=i.context;t._vt=t.textContent=(u=l.$i18n).t.apply(u,[o].concat(function(e,t){var r=[];return e&&r.push(e),t&&(Array.isArray(t)||n(t))&&r.push(t),r}(s,c))),t._locale=l.$i18n.locale;var u}else e("required `path` in v-t directive");else e("not support value type")}function d(e){if(void 0===e||null===e)return"eof";var t=e.charCodeAt(0);switch(t){case 91:case 93:case 46:case 34:case 39:case 48:return e;case 95:case 36:case 45:return"ident";case 32:case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return t>=97&&t<=122||t>=65&&t<=90?"ident":t>=49&&t<=57?"number":"else"}function p(e){var t=e.trim();return("0"!==e.charAt(0)||!isNaN(e))&&(n=t,F.test(n)?function(e){var t=e.charCodeAt(0);return t!==e.charCodeAt(e.length-1)||34!==t&&39!==t?e:e.slice(1,-1)}(t):"*"+t);var n}var h,v=Object.prototype.toString,m="[object Object]",g=Object.prototype.hasOwnProperty,y="undefined"!=typeof Intl&&void 0!==Intl.DateTimeFormat,b="undefined"!=typeof Intl&&void 0!==Intl.NumberFormat,_={beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18n?{}:null),e.i18n){if(e.i18n instanceof M){if(e.__i18n)try{var t={};e.__i18n.forEach(function(e){t=s(t,JSON.parse(e))}),Object.keys(t).forEach(function(n){e.i18n.mergeLocaleMessage(n,t[n])})}catch(e){}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData(),this._i18n.subscribeDataChanging(this),this._subscribing=!0}else if(n(e.i18n)){if(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof M&&(e.i18n.root=this.$root.$i18n,e.i18n.fallbackLocale=this.$root.$i18n.fallbackLocale,e.i18n.silentTranslationWarn=this.$root.$i18n.silentTranslationWarn),e.__i18n)try{var r={};e.__i18n.forEach(function(e){r=s(r,JSON.parse(e))}),e.i18n.messages=r}catch(e){}this._i18n=new M(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),this._i18n.subscribeDataChanging(this),this._subscribing=!0,(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale())}}else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof M?(this._i18n=this.$root.$i18n,this._i18n.subscribeDataChanging(this),this._subscribing=!0):e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof M&&(this._i18n=e.parent.$i18n,this._i18n.subscribeDataChanging(this),this._subscribing=!0)},beforeDestroy:function(){this._i18n&&(this._subscribing&&(this._i18n.unsubscribeDataChanging(this),delete this._subscribing),this._i18nWatcher&&(this._i18nWatcher(),delete this._i18nWatcher),this._localeWatcher&&(this._localeWatcher(),delete this._localeWatcher),this._i18n=null)}},w={name:"i18n",functional:!0,props:{tag:{type:String,default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(t,n){var r=n.props,i=n.data,a=n.children,o=n.parent.$i18n;if(a=(a||[]).filter(function(e){return e.tag||(e.text=e.text.trim())}),!o)return a;var s=r.path,c=r.locale,l={},u=r.places||{},f=Array.isArray(u)?u.length>0:Object.keys(u).length>0,d=a.every(function(e){if(e.data&&e.data.attrs){var t=e.data.attrs.place;return void 0!==t&&""!==t}});return f&&a.length>0&&!d&&e("If places prop is set, all child elements must have place prop set."),Array.isArray(u)?u.forEach(function(e,t){l[t]=e}):Object.keys(u).forEach(function(e){l[e]=u[e]}),a.forEach(function(e,t){var n=d?""+e.data.attrs.place:""+t;l[n]=e}),t(r.tag,i,o.i(s,c,l))}},T=function(){this._caches=Object.create(null)};T.prototype.interpolate=function(e,n){var r=this._caches[e];return r||(r=function(e){for(var t=[],n=0,r="";n<e.length;){var i=e[n++];if("{"===i){r&&t.push({type:"text",value:r}),r="";var a="";for(i=e[n++];"}"!==i;)a+=i,i=e[n++];var o=k.test(a)?"list":C.test(a)?"named":"unknown";t.push({value:a,type:o})}else"%"===i?"{"!==e[n]&&(r+=i):r+=i}return r&&t.push({type:"text",value:r}),t}(e),this._caches[e]=r),function(e,n){var r=[],i=0,a=Array.isArray(n)?"list":t(n)?"named":"unknown";if("unknown"===a)return r;for(;i<e.length;){var o=e[i];switch(o.type){case"text":r.push(o.value);break;case"list":r.push(n[parseInt(o.value,10)]);break;case"named":"named"===a&&r.push(n[o.value])}i++}return r}(r,n)};var k=/^(\d)+/,C=/^(\w)+/,S=0,x=1,A=2,$=3,O=0,D=4,E=5,P=6,j=7,I=8,L=[];L[O]={ws:[O],ident:[3,S],"[":[D],eof:[j]},L[1]={ws:[1],".":[2],"[":[D],eof:[j]},L[2]={ws:[2],ident:[3,S],0:[3,S],number:[3,S]},L[3]={ident:[3,S],0:[3,S],number:[3,S],ws:[1,x],".":[2,x],"[":[D,x],eof:[j,x]},L[D]={"'":[E,S],'"':[P,S],"[":[D,A],"]":[1,$],eof:I,else:[D,S]},L[E]={"'":[D,S],eof:I,else:[E,S]},L[P]={'"':[D,S],eof:I,else:[P,S]};var F=/^\s?(true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/,N=function(){this._cache=Object.create(null)};N.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=function(e){var t,n,r,i,a,o,s,c=[],l=-1,u=O,f=0,h=[];for(h[x]=function(){void 0!==n&&(c.push(n),n=void 0)},h[S]=function(){void 0===n?n=r:n+=r},h[A]=function(){h[S](),f++},h[$]=function(){if(f>0)f--,u=D,h[S]();else{if(f=0,!1===(n=p(n)))return!1;h[x]()}};null!==u;)if(l++,"\\"!==(t=e[l])||!function(){var t=e[l+1];if(u===E&&"'"===t||u===P&&'"'===t)return l++,r="\\"+t,h[S](),!0}()){if(i=d(t),(a=(s=L[u])[i]||s.else||I)===I)return;if(u=a[0],(o=h[a[1]])&&(r=a[2],r=void 0===r?t:r,!1===o()))return;if(u===j)return c}}(e))&&(this._cache[e]=t),t||[]},N.prototype.getPathValue=function(e,n){if(!t(e))return null;var r=this.parsePath(n);if(i=r,Array.isArray(i)&&0===i.length)return null;for(var i,a=r.length,o=e,s=0;s<a;){var c=o[r[s]];if(void 0===c){o=null;break}o=c,s++}return o};var M=function(e){var t=this;void 0===e&&(e={});var n=e.locale||"en-US",i=e.fallbackLocale||"en-US",a=e.messages||{},o=e.dateTimeFormats||{},s=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||new T,this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&!!e.silentTranslationWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new N,this._dataListeners=[],this._exist=function(e,n){return!(!e||!n||r(t._path.getPathValue(e,n)))},this._initVM({locale:n,fallbackLocale:i,messages:a,dateTimeFormats:o,numberFormats:s})},R={vm:{},messages:{},dateTimeFormats:{},numberFormats:{},locale:{},fallbackLocale:{},missing:{},formatter:{},silentTranslationWarn:{}};return M.prototype._initVM=function(e){var t=h.config.silent;h.config.silent=!0,this._vm=new h({data:e}),h.config.silent=t},M.prototype.subscribeDataChanging=function(e){this._dataListeners.push(e)},M.prototype.unsubscribeDataChanging=function(e){!function(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)e.splice(n,1)}}(this._dataListeners,e)},M.prototype.watchI18nData=function(){var e=this;return this._vm.$watch("$data",function(){for(var t=e._dataListeners.length;t--;)h.nextTick(function(){e._dataListeners[t]&&e._dataListeners[t].$forceUpdate()})},{deep:!0})},M.prototype.watchLocale=function(){if(!this._sync||!this._root)return null;var e=this._vm;return this._root.vm.$watch("locale",function(t){e.$set(e,"locale",t),e.$forceUpdate()},{immediate:!0})},R.vm.get=function(){return this._vm},R.messages.get=function(){return o(this._getMessages())},R.dateTimeFormats.get=function(){return o(this._getDateTimeFormats())},R.numberFormats.get=function(){return o(this._getNumberFormats())},R.locale.get=function(){return this._vm.locale},R.locale.set=function(e){this._vm.$set(this._vm,"locale",e)},R.fallbackLocale.get=function(){return this._vm.fallbackLocale},R.fallbackLocale.set=function(e){this._vm.$set(this._vm,"fallbackLocale",e)},R.missing.get=function(){return this._missing},R.missing.set=function(e){this._missing=e},R.formatter.get=function(){return this._formatter},R.formatter.set=function(e){this._formatter=e},R.silentTranslationWarn.get=function(){return this._silentTranslationWarn},R.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},M.prototype._getMessages=function(){return this._vm.messages},M.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},M.prototype._getNumberFormats=function(){return this._vm.numberFormats},M.prototype._warnDefault=function(e,t,n,i){return r(n)?(this.missing&&this.missing.apply(null,[e,t,i]),t):n},M.prototype._isFallbackRoot=function(e){return!e&&!r(this._root)&&this._fallbackRoot},M.prototype._interpolate=function(e,t,i,a,o,s){if(!t)return null;var c=this._path.getPathValue(t,i);if(Array.isArray(c))return c;var l;if(r(c)){if(!n(t))return null;if("string"!=typeof(l=t[i]))return null}else{if("string"!=typeof c)return null;l=c}return l.indexOf("@:")>=0&&(l=this._link(e,t,l,a,o,s)),s?this._render(l,o,s):l},M.prototype._link=function(e,t,n,r,i,a){var o=n,s=o.match(/(@:[\w\-_|.]+)/g);for(var c in s)if(s.hasOwnProperty(c)){var l=s[c],u=l.substr(2),f=this._interpolate(e,t,u,r,"raw"===i?"string":i,"raw"===i?void 0:a);if(this._isFallbackRoot(f)){if(!this._root)throw Error("unexpected error");var d=this._root;f=d._translate(d._getMessages(),d.locale,d.fallbackLocale,u,r,i,a)}o=(f=this._warnDefault(e,u,f,r))?o.replace(l,f):o}return o},M.prototype._render=function(e,t,n){var r=this._formatter.interpolate(e,n);return"string"===t?r.join(""):r},M.prototype._translate=function(e,t,n,i,a,o,s){var c=this._interpolate(t,e[t],i,a,o,s);return r(c)?r(c=this._interpolate(n,e[n],i,a,o,s))?null:c:c},M.prototype._t=function(e,t,n,r){for(var a=[],o=arguments.length-4;o-- >0;)a[o]=arguments[o+4];if(!e)return"";var s=i.apply(void 0,a),c=s.locale||t,l=this._translate(n,c,this.fallbackLocale,e,r,"string",s.params);if(this._isFallbackRoot(l)){if(!this._root)throw Error("unexpected error");return(u=this._root).t.apply(u,[e].concat(a))}return this._warnDefault(c,e,l,r);var u},M.prototype.t=function(e){for(var t=[],n=arguments.length-1;n-- >0;)t[n]=arguments[n+1];return(r=this)._t.apply(r,[e,this.locale,this._getMessages(),null].concat(t));var r},M.prototype._i=function(e,t,n,r,i){var a=this._translate(n,t,this.fallbackLocale,e,r,"raw",i);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.i(e,t,i)}return this._warnDefault(t,e,a,r)},M.prototype.i=function(e,t,n){return e?("string"!=typeof t&&(t=this.locale),this._i(e,t,this._getMessages(),null,n)):""},M.prototype._tc=function(e,t,n,r,i){for(var o=[],s=arguments.length-5;s-- >0;)o[s]=arguments[s+5];return e?(void 0===i&&(i=1),a((c=this)._t.apply(c,[e,t,n,r].concat(o)),i)):"";var c},M.prototype.tc=function(e,t){for(var n=[],r=arguments.length-2;r-- >0;)n[r]=arguments[r+2];return(i=this)._tc.apply(i,[e,this.locale,this._getMessages(),null,t].concat(n));var i},M.prototype._te=function(e,t,n){for(var r=[],a=arguments.length-3;a-- >0;)r[a]=arguments[a+3];var o=i.apply(void 0,r).locale||t;return this._exist(n[o],e)},M.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},M.prototype.getLocaleMessage=function(e){return o(this._vm.messages[e]||{})},M.prototype.setLocaleMessage=function(e,t){this._vm.messages[e]=t},M.prototype.mergeLocaleMessage=function(e,t){this._vm.messages[e]=h.util.extend(this._vm.messages[e]||{},t)},M.prototype.getDateTimeFormat=function(e){return o(this._vm.dateTimeFormats[e]||{})},M.prototype.setDateTimeFormat=function(e,t){this._vm.dateTimeFormats[e]=t},M.prototype.mergeDateTimeFormat=function(e,t){this._vm.dateTimeFormats[e]=h.util.extend(this._vm.dateTimeFormats[e]||{},t)},M.prototype._localizeDateTime=function(e,t,n,i,a){var o=t,s=i[o];if((r(s)||r(s[a]))&&(o=n,s=i[o]),r(s)||r(s[a]))return null;var c=s[a],l=o+"__"+a,u=this._dateTimeFormatters[l];return u||(u=this._dateTimeFormatters[l]=new Intl.DateTimeFormat(o,c)),u.format(e)},M.prototype._d=function(e,t,n){if(!n)return new Intl.DateTimeFormat(t).format(e);var r=this._localizeDateTime(e,t,this.fallbackLocale,this._getDateTimeFormats(),n);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.d(e,n,t)}return r||""},M.prototype.d=function(e){for(var n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];var i=this.locale,a=null;return 1===n.length?"string"==typeof n[0]?a=n[0]:t(n[0])&&(n[0].locale&&(i=n[0].locale),n[0].key&&(a=n[0].key)):2===n.length&&("string"==typeof n[0]&&(a=n[0]),"string"==typeof n[1]&&(i=n[1])),this._d(e,i,a)},M.prototype.getNumberFormat=function(e){return o(this._vm.numberFormats[e]||{})},M.prototype.setNumberFormat=function(e,t){this._vm.numberFormats[e]=t},M.prototype.mergeNumberFormat=function(e,t){this._vm.numberFormats[e]=h.util.extend(this._vm.numberFormats[e]||{},t)},M.prototype._localizeNumber=function(e,t,n,i,a){var o=t,s=i[o];if((r(s)||r(s[a]))&&(o=n,s=i[o]),r(s)||r(s[a]))return null;var c=s[a],l=o+"__"+a,u=this._numberFormatters[l];return u||(u=this._numberFormatters[l]=new Intl.NumberFormat(o,c)),u.format(e)},M.prototype._n=function(e,t,n){if(!n)return new Intl.NumberFormat(t).format(e);var r=this._localizeNumber(e,t,this.fallbackLocale,this._getNumberFormats(),n);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.n(e,n,t)}return r||""},M.prototype.n=function(e){for(var n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];var i=this.locale,a=null;return 1===n.length?"string"==typeof n[0]?a=n[0]:t(n[0])&&(n[0].locale&&(i=n[0].locale),n[0].key&&(a=n[0].key)):2===n.length&&("string"==typeof n[0]&&(a=n[0]),"string"==typeof n[1]&&(i=n[1])),this._n(e,i,a)},Object.defineProperties(M.prototype,R),M.availabilities={dateTimeFormat:y,numberFormat:b},M.install=function e(t){(h=t).version&&Number(h.version.split(".")[0]),e.installed=!0,Object.defineProperty(h.prototype,"$i18n",{get:function(){return this._i18n}}),n=h,Object.defineProperty(n.prototype,"$t",{get:function(){var e=this;return function(t){for(var n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];var i=e.$i18n;return i._t.apply(i,[t,i.locale,i._getMessages(),e].concat(n))}}}),Object.defineProperty(n.prototype,"$tc",{get:function(){var e=this;return function(t,n){for(var r=[],i=arguments.length-2;i-- >0;)r[i]=arguments[i+2];var a=e.$i18n;return a._tc.apply(a,[t,a.locale,a._getMessages(),e,n].concat(r))}}}),Object.defineProperty(n.prototype,"$te",{get:function(){var e=this;return function(t,n){var r=e.$i18n;return r._te(t,r.locale,r._getMessages(),n)}}}),Object.defineProperty(n.prototype,"$d",{get:function(){var e=this;return function(t){for(var n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(i=e.$i18n).d.apply(i,[t].concat(n));var i}}}),Object.defineProperty(n.prototype,"$n",{get:function(){var e=this;return function(t){for(var n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(i=e.$i18n).n.apply(i,[t].concat(n));var i}}}),h.mixin(_),h.directive("t",{bind:c,update:l}),h.component(w.name,w);var n,r=h.config.optionMergeStrategies;r.i18n=r.methods},M.version="7.3.3","undefined"!=typeof window&&window.Vue&&window.Vue.use(M),M});var messages={en:{title:"Stairs",systemID:"System ID",firmwareVersion:"Firmware version: ",copyright:"Copyright © 2017 Mark van Renswoude",loading:"Please wait, loading configuration...",rebootPending:"The system will be rebooted, please refresh this page afterwards",applyButton:"Apply",applyButtonSaving:"Saving...",deviceTime:"Time: ",wifiStatus:{accesspoint:{title:"AP: ",disabled:"Disabled"},stationmode:{title:"WiFi: ",disabled:"Disabled",idle:"Idle",noSSID:"SSID not found",scanCompleted:"Scan completed",connectFailed:"Failed to connect",connectionLost:"Connection lost",disconnected:"Disconnected"}},status:{tabTitle:"Status",title:"Current status",allStepsTrue:"Set intensity for all steps",allStepsFalse:"Set intensity individually"},triggers:{tabTitle:"Triggers",timeTitle:"Time",timeInternet:"Please note that time triggers require an internet connection.",timeNoData:"No time triggers defined yet",timeEnabled:"Enable time triggers",timeTransitionTime:"Transition time in milliseconds",timeAdd:"Add",timeDelete:"Delete",timeTriggerEnabled:"Enabled",timeFixedTime:"Fixed time",timeSunrise:"Sunrise",timeSunset:"Sunset",timeTime:"Time in minutes",timeMonday:"Monday",timeTuesday:"Tuesday",timeWednesday:"Wednesday",timeThursday:"Thursday",timeFriday:"Friday",timeSaturday:"Saturday",timeSunday:"Sunday",motionTitle:"Motion",motionNoData:"No motion triggers defined yet",motionEnabled:"Enable motion triggers",motionEnabledDuringTimeTrigger:"Activate even if a time trigger is already active",motionEnabledDuringDay:"Activate during the day (between sunrise and sunset)",motionTransitionTime:"Transition time in milliseconds",motionDelay:"Keep on time in milliseconds",motionTriggerEnabled:"Enabled",motionAdd:"Add",motionDelete:"Delete",motionPin:"GPIO pin (active high)",motionDirection:"Sweep animation",motionDirectionNonDirectional:"None (all steps at the same time)",motionDirectionTopDown:"Top down",motionDirectionBottomUp:"Bottom up"},connection:{tabTitle:"Connection",title:"Connection parameters",accesspoint:"Enable access point",accesspointHint:"Allows for a direct connection from your device to this Stairs module for configuration purposes. The Stairs configuration is available on http://192.168.1.4/ when you are connected to it. Turn it off as soon as station mode is configured, as it is not secured in any way. You can always turn this option back on by pushing the access point button until the LED lights up.",stationmode:"Enable station mode",stationmodeHint:"Connect this Stairs module to your own WiFi router. Please enter the SSID, password and further configuration below.",ssid:"SSID",password:"Password",dhcp:"Use DHCP",dhcpHint:"Automatically assigns an IP address to this Stairs module. You probably want to keep this on unless you know what you're doing.",ipaddress:"IP address",subnetmask:"Subnet mask",gateway:"Gateway",hostname:"Hostname",hostnamePlaceholder:"Default: mac address"},system:{tabTitle:"System",ntpTitle:"Time synchronisation (NTP)",pinsTitle:"Hardware pinout",mapsTitle:"Google Maps API",firmwareTitle:"Firmware update",calibrateTitle:"Calibrate",calibrateButton:"Calibrate steps",calibrateHint:"Use the button below to configure the number of steps, and to adjust the brightness of each individual step",ntpServer:"NTP server",ntpInterval:"Refresh interval (in minutes)",ntpLat:"Latitude",ntpLng:"Longitude",ntpLocation:"Get latitude / longitude from location",ntpLocationSearch:"Search",pinLEDAP:"Access Point status LED pin (+3.3v)",pinLEDSTA:"Station Mode status LED pin (+3.3v)",pinAPButton:"Enable Access Point button pin (active low)",pinPWMDriverSDA:"PCA9685 PWM driver SDA pin (data)",pinPWMDriverSCL:"PCA9685 PWM driver SCL pin (clock)",pwmAddress:"PCA9685 PWM driver I²C address",pwmFrequency:"PCA9685 PWM driver frequency",mapsAPIKey:"Google Maps API key",mapsAPIKeyhint:"Recommended if using time triggers. Used for looking up the current timezone. Will work without an API key, but Google might throttle your request. Register for a free API key at http://console.developers.google.com/ and activate it's use for the Maps API."},error:{loadStatus:"Could not load system status",loadConnection:"Could not load connection settings",loadSystem:"Could not load system settings",loadTimeTriggers:"Could not load time trigger settings",loadMotionTriggers:"Could not load motion trigger settings",applyConnection:"Could not save connection settings",applySystem:"Could not save system settings",updateWiFiStatus:"Could not retrieve WiFi status",uploadFirmware:"Error while uploading firmware",updateSteps:"Could not apply new step values",searchLocation:"Could not look up location coordinates",applyTimeTriggers:"Could not save time trigger settings",applyMotionTriggers:"Could not save motion trigger settings",loadSteps:"Could not load calibration settings",updateCalibration:"Could not save calibration settings",resetError:"The system reports that it has been reset unexpectedly. The last power up status is:",resetReason:{0:"Normal startup",1:"Unresponsive, reset by hardware watchdog",2:"Unhandled exception",3:"Unresponsive, reset by software watchdog",4:"System restart requested",5:"Wake up from deep sleep",6:"System reset"},stackTrace:"A stack trace is available. Please send it to your nearest developer and/or delete it from this Stairs device to remove this message.",stackTraceDownload:"Download",stackTraceDelete:"Hide",stackTraceDeleteError:"Could not remove stack trace"},calibration:{title:"Calibration wizard",backButton:"Back",count:"Number of steps",nextButton:"Next",applyButton:"Complete",allStepsValue:"Intensity for all steps",ranges:"Min / max values per step",useCurve:"Use logarithmic curve for intensity (recommended for LEDs)"}},nl:{title:"Trap",systemID:"Systeem ID",firmwareVersion:"Firmware versie: ",copyright:"Copyright © 2017 Mark van Renswoude",loading:"Een ogenblik geduld, bezig met laden van configuratie...",rebootPending:"Het systeem wordt opnieuw opgestart, ververse deze pagina nadien",applyButton:"Opslaan",applyButtonSaving:"Bezig met opslaan...",deviceTime:"Tijd: ",wifiStatus:{accesspoint:{title:"AP: ",disabled:"Uitgeschakeld"},stationmode:{title:"WiFi: ",disabled:"Uitgeschakeld",idle:"Slaapstand",noSSID:"SSID niet gevonden",scanCompleted:"Scan afgerond",connectFailed:"Kan geen verbinding maken",connectionLost:"Verbinding verloren",disconnected:"Niet verbonden"}},status:{tabTitle:"Status",title:"Huidige status",allStepsTrue:"Alle treden dezelfde intensiteit",allStepsFalse:"Treden individueel instellen"},triggers:{tabTitle:"Triggers",timeTitle:"Tijd",timeInternet:"Let op dat voor tijd triggers een internetverbinding vereist is.",timeNoData:"Nog geen tijd triggers geconfigureerd",timeEnabled:"Tijd triggers inschakelen",timeTransitionTime:"Transitie tijd in milliseconden",timeAdd:"Toevoegen",timeDelete:"Verwijderen",timeTriggerEnabled:"Actief",timeFixedTime:"Vaste tijd",timeSunrise:"Zonsopkomst",timeSunset:"Zonsondergang",timeTime:"Tijd in minuten",timeMonday:"Maandag",timeTuesday:"Dinsdag",timeWednesday:"Woensdag",timeThursday:"Donderdag",timeFriday:"Vrijdag",timeSaturday:"Zaterdag",timeSunday:"Zondag",motionTitle:"Beweging",motionNoData:"Nog geen beweging triggers geconfigureerd",motionEnabled:"Beweging triggers inschakelen",motionEnabledDuringTimeTrigger:"Ook inschakelen als er al een tijd trigger actief is",motionEnabledDuringDay:"Ook overdag inschakelen (tussen zonsopgang en zonsondergang)",motionTransitionTime:"Transitie tijd in milliseconden",motionDelay:"Tijd aan in milliseconden",motionTriggerEnabled:"Actief",motionAdd:"Toevoegen",motionDelete:"Verwijderen",motionPin:"GPIO pin (actief hoog)",motionDirection:"Animatie",motionDirectionNonDirectional:"Geen (alle treden gelijktijdig)",motionDirectionTopDown:"Boven naar beneden",motionDirectionBottomUp:"Beneden naar boven"},connection:{tabTitle:"Verbinding",title:"Verbinding configuratie",accesspoint:"Access point inschakelen",accesspointHint:"Maakt het mogelijk om een directe connectie vanaf een apparaat naar deze Trap module te maken om de module te configureren. De Trap module is te benaderen via http://192.168.1.4/ nadat je connectie hebt gemaakt. Schakel deze optie uit na het configureren, aangezien deze niet beveiligd is. Je kunt deze optie ook inschakelen door op de Access point knop te drukken totdat de LED aan gaat.",stationmode:"Verbinding met WiFi maken",stationmodeHint:"Verbind deze Trap module aan je eigen WiFi router. Vul hieronder het SSID en wachtwoord in, en configureer eventuel de overige opties.",ssid:"SSID",password:"Wachtwoord",dhcp:"Gebruik DHCP",dhcpHint:"Automatisch een IP adres toewijzen aan deze Trap module. Waarschijnlijk wil je deze optie aan laten, tenzij je weet waar je mee bezig bent.",ipaddress:"IP adres",subnetmask:"Subnet masker",gateway:"Gateway",hostname:"Hostnaam",hostnamePlaceholder:"Standaard: mac adres"},system:{tabTitle:"Systeem",ntpTitle:"Tijd synchronisatie (NTP)",pinsTitle:"Hardware aansluitingen",mapsTitle:"Google Maps API",firmwareTitle:"Firmware bijwerken",calibrateTitle:"Kalibratie",calibrateButton:"Kalibreer treden",calibrateHint:"Gebruik onderstaande knop om het aantal treden in te stellen, en om de helderheid van elke trede aan te passen",ntpServer:"NTP server",ntpInterval:"Ververs interval (in minuten)",ntpLat:"Breedtegraad",ntpLng:"Lengtegraad",ntpLocation:"Breedtegraad / lengtegraad ophalen op basis van locatie",ntpLocationSearch:"Zoeken",pinLEDAP:"Access Point status LED pin (+3.3v)",pinLEDSTA:"WiFi status LED pin (+3.3v)",pinAPButton:"Access Point inschakelen knop pin (actief laag)",pinPWMDriverSDA:"PCA9685 PWM driver SDA pin (data)",pinPWMDriverSCL:"PCA9685 PWM driver SCL pin (klok)",pwmAddress:"PCA9685 PWM driver I²C address",pwmFrequency:"PCA9685 PWM driver frequency",mapsAPIKey:"Google Maps API key",mapsAPIKeyhint:"Aangeraden bij gebruik van de tijd triggers. Wordt gebruikt om de huidige tijdzone te bepalen. Werkt ook zonder API key, maar Google beperkt dan sterk de requests. Registreer een gratis API key op http://console.developers.google.com/ en activeer het voor gebruik met de Maps API."},error:{loadStatus:"Kan systeemstatus niet ophalen",loadConnection:"Kan verbinding instellingen niet ophalen",loadSystem:"Kan systeem instellingen niet ophalen",loadTimeTriggers:"Kan tijd trigger instellingen niet ophalen",loadMotionTriggers:"Kan beweging trigger instellingen niet ophalen",applyConnection:"Kan verbinding instellingen niet opslaan",applySystem:"Kan systeem instellingen niet opslaan",updateWiFiStatus:"Kan WiFi status niet ophalen",uploadFirmware:"Fout tijdens bijwerken van firmware",updateSteps:"Kan trap instellingen niet opslaan",searchLocation:"Kan locatie coordinaten niet bepalen",applyTimeTriggers:"Kan tijd trigger instellingen niet opslaan",applyMotionTriggers:"Kan beweging trigger instellingen niet opslaan",loadSteps:"Kan kalibratie instellingen niet ophalen",updateCalibration:"Kan kalibratie instellingen niet opslaan",resetError:"Het systeem is onverwachts herstart. De laatste status is:",resetReason:{0:"Normaal opgestart",1:"Reageert niet, herstart door hardware watchdog",2:"Onafgehandelde fout",3:"Reageert niet, herstart door software watchdog",4:"Herstart verzoek door systeem",5:"Wakker geworden uit diepe slaap",6:"Systeem gereset"},stackTrace:"Een stack trace is beschikbaar. Stuur het naar de dichtsbijzijnde ontwikkelaar en/of verwijder het van deze Trap module om dit bericht te verbergen.",stackTraceDownload:"Downloaden",stackTraceDelete:"Verbergen",stackTraceDeleteError:"Kan stack trace niet verwijderen"},calibration:{title:"Kalibratie wizard",backButton:"Terug",count:"Aantal treden",nextButton:"Volgende",applyButton:"Voltooien",allStepsValue:"Intensiteit voor alle treden",ranges:"Min / max waarden per trede",useCurve:"Gebruik logaritmische curve voor intensiteit (aangeraden voor LEDs)"}}};function startApp(){axios.interceptors.response.use(void 0,function(e){var t=e.config;if(!t||!t.retry)return Promise.reject(e);if(t.__retryCount=t.__retryCount||0,t.__retryCount>=t.retry)return Promise.reject(e);t.__retryCount+=1;return new Promise(function(e){setTimeout(function(){e()},t.retryDelay||1)}).then(function(){return axios(t)})}),Vue.component("check",{template:'<div class="check" :class="{ checked: value, disabled: disabled }" @keydown="handleKeyDown" @click="handleClick" tabindex="0"><div class="control"><div class="inner"></div></div><div class="label">{{ title }}</div></div>',props:{title:String,value:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},methods:{handleClick:function(){this.disabled||(this.value=!this.value,this.$emit("input",this.value))},handleKeyDown:function(e){32==e.keyCode&&(this.handleClick(),e.preventDefault())}}}),Vue.component("radio",{template:'<div class="radio" :class="{ checked: value == id, disabled: disabled }" @keydown="handleKeyDown" @click="handleClick" tabindex="0"><div class="control"><div class="inner"></div></div><div class="label">{{ title }}</div></div>',props:{title:String,value:null,id:null,disabled:{type:Boolean,default:!1}},methods:{handleClick:function(){this.disabled||(this.value=this.id,this.$emit("input",this.value))},handleKeyDown:function(e){32==e.keyCode&&(this.handleClick(),e.preventDefault())}}}),Vue.component("range",{template:'<div><div class="start"><span class="value">{{ value.start }}</span><div class="slidercontainer"><input type="range" min="0" max="4094" class="slider" v-model.number="value.start"></div></div><div class="end"><span class="value">{{ value.end }}</span><div class="slidercontainer"><input type="range" min="1" max="4095" class="slider" v-model.number="value.end"></div></div></div>',props:["value"],mounted:function(){this.oldValue={start:this.value.start,end:this.value.end}},watch:{value:{handler:function(e){e.start!=this.oldValue.start?e.start>e.end&&(e.end=e.start+1,this.$emit("input",e)):e.end!=this.oldValue.end&&e.end<e.start&&(e.start=e.end-1,this.$emit("input",e)),this.oldValue.start=e.start,this.oldValue.end=e.end},deep:!0}}});var e=new VueI18n({locale:navigator.language,fallbackLocale:"en",messages:messages});new Vue({el:"#app",i18n:e,data:{notification:null,loading:!0,saving:!1,savingSteps:!1,loadingIndicator:"|",uploadProgress:!1,savingCalibration:!1,activeTab:"status",status:{systemID:"loading...",version:"loading...",time:null,timeOffset:0,resetReason:null,stackTrace:!1},wifiStatus:{ap:{enabled:!1,ip:"0.0.0.0"},station:{enabled:!1,status:0,ip:"0.0.0.0"}},searchingLocation:!1,triggers:{time:{enabled:!1,transitionTime:null,triggers:[]},motion:{enabled:!1,enabledDuringTimeTrigger:!1,enabledDuringDay:!1,transitionTime:null,delay:null,triggers:[]}},connection:{hostname:null,accesspoint:!0,station:!1,ssid:null,password:null,dhcp:!0,ip:null,subnetmask:null,gateway:null},system:{ntpServer:null,ntpInterval:5,lat:null,lng:null,pins:{ledAP:null,ledSTA:null,apButton:null,pwmSDA:null,pwmSCL:null},pwmAddress:null,pwmFrequency:null,mapsAPIKey:""},allSteps:!0,allStepsValue:0,steps:[],location:"",fixedTimes:[],relativeTimes:[],calibration:null},created:function(){var t=this;t.notificationTimer=null,document.title=e.t("title");var n=window.location.hash.substr(1);n&&(t.activeTab=n),t.startLoadingIndicator(),t.updateWiFiStatus(),t.disableStepsChanged=!1,t.savingStepsTimer=!1,t.savingCalibrationTimer=!1;for(var r=[],i=[],a=0;a<1440;a+=15)r.push(a);for(a=-240;a<=240;a+=15)i.push(a);t.fixedTimes=r,t.relativeTimes=i,t.loadStatus().then(function(){t.loadConnection().then(function(){t.loadSystem().then(function(){t.loadTimeTriggers().then(function(){t.loadMotionTriggers().then(function(){t.loadSteps().then(function(){t.stopLoadingIndicator(),t.loading=!1})})})})})})},methods:{showNotification:function(e,t){var n=this;n.notification={message:e,error:t},null!=n.notificationTimer&&clearTimeout(n.notificationTimer),n.notificationTimer=setTimeout(function(){n.notification=null,n.notificationTimer=null},5e3)},hideNotification:function(){this.notification=null,null!=this.notificationTimer&&(clearTimeout(this.notificationTimer),this.notificationTimer=null)},handleAPIError:function(t,n){console.log(n);var r="";r=n.response?"HTTP response code "+n.response.status:n.request?"No response":n.message,this.showNotification(e.t(t)+"\n\n"+r,!0)},loadStatus:function(){var e=this;return axios.get("/api/status",{retry:10,retryDelay:1e3}).then(function(t){"object"==typeof t.data&&(e.status=t.data)}).catch(e.handleAPIError.bind(e,"error.loadStatus"))},loadConnection:function(){var e=this;return axios.get("/api/connection",{retry:10,retryDelay:1e3}).then(function(t){"object"==typeof t.data&&(e.connection=t.data)}).catch(e.handleAPIError.bind(e,"error.loadConnection"))},loadSystem:function(){var e=this;return axios.get("/api/system",{retry:10,retryDelay:1e3}).then(function(t){"object"==typeof t.data&&(e.system=t.data)}).catch(e.handleAPIError.bind(e,"error.loadSystem"))},loadTimeTriggers:function(){var e=this;return axios.get("/api/triggers/time",{retry:10,retryDelay:1e3}).then(function(t){if("object"==typeof t.data){var n={enabled:t.data.enabled||!1,transitionTime:t.data.transitionTime||0,triggers:[]};if(Array.isArray(t.data.triggers))for(var r=0;r<t.data.triggers.length;r++){var i=t.data.triggers[r];n.triggers.push({brightness:i.brightness||0,triggerType:i.triggerType||0,enabled:i.enabled||!1,fixedTime:i.triggerType>0?0:i.time||0,relativeTime:i.triggerType>0?i.time||0:0,monday:(1&i.daysOfWeek)>0,tuesday:(2&i.daysOfWeek)>0,wednesday:(4&i.daysOfWeek)>0,thursday:(8&i.daysOfWeek)>0,friday:(16&i.daysOfWeek)>0,saturday:(32&i.daysOfWeek)>0,sunday:(64&i.daysOfWeek)>0})}e.triggers.time=n}}).catch(e.handleAPIError.bind(e,"error.loadTimeTriggers"))},loadMotionTriggers:function(){var e=this;return axios.get("/api/triggers/motion",{retry:10,retryDelay:1e3}).then(function(t){"object"==typeof t.data&&(e.triggers.motion=t.data)}).catch(e.handleAPIError.bind(e,"error.loadMotionTriggers"))},loadSteps:function(){var e=this;return axios.get("/api/steps/values",{retry:10,retryDelay:1e3}).then(function(t){if(Array.isArray(t.data)){for(var n=!0,r=!1,i=0,a=[],o=0;o<t.data.length;o++){var s=t.data[o];!1===r?r=s:s!==r&&(n=!1),a.push({value:s}),i+=s}e.steps=a,e.allStepsValue=Math.floor(i/a.length),e.allSteps=n}})},applyConnection:function(){var e=this;e.saving||(e.saving=!0,axios.post("/api/connection",{hostname:e.connection.hostname,accesspoint:e.connection.accesspoint,station:e.connection.station,ssid:e.connection.ssid,password:e.connection.password,dhcp:e.connection.dhcp,ip:e.connection.ip,subnetmask:e.connection.subnetmask,gateway:e.connection.gateway},{retry:10,retryDelay:1e3}).then(function(e){}).catch(e.handleAPIError.bind(e,"error.applyConnection")).then(function(){e.saving=!1}))},applySystem:function(){var t=this;t.saving||(t.saving=!0,axios.post("/api/system",t.system,{retry:10,retryDelay:1e3}).then(function(n){t.showNotification(e.t("rebootPending"))}).catch(t.handleAPIError.bind(t,"error.applySystem")).then(function(){t.saving=!1}))},startLoadingIndicator:function(){var e=this;e.loadingStage=0,e.loadingTimer=setInterval(function(){switch(e.loadingStage++,e.loadingStage){case 1:e.loadingIndicator="/";break;case 2:e.loadingIndicator="-";break;case 3:e.loadingIndicator="\\";break;case 4:e.loadingIndicator="|",e.loadingStage=0}},250)},stopLoadingIndicator:function(){clearInterval(this.loadingTimer)},getWiFiStationStatus:function(){if(!this.wifiStatus.station.enabled)return"disconnected";switch(this.wifiStatus.station.status){case 0:case 2:return"connecting";case 1:case 4:case 5:return"error";case 3:return"connected";case 6:default:return"disconnected"}},getWiFiStationStatusText:function(){if(!this.wifiStatus.station.enabled)return e.t("wifiStatus.stationmode.disabled");switch(this.wifiStatus.station.status){case 0:return e.t("wifiStatus.stationmode.idle");case 1:return e.t("wifiStatus.stationmode.noSSID");case 2:return e.t("wifiStatus.stationmode.scanCompleted");case 3:return this.wifiStatus.station.ip;case 4:return e.t("wifiStatus.stationmode.connectFailed");case 5:return e.t("wifiStatus.stationmode.connectionLost");case 6:default:return e.t("wifiStatus.stationmode.disconnected")}},updateWiFiStatus:function(){var e=this;e.saving?setTimeout(e.updateWiFiStatus,5e3):axios.get("/api/connection/status",{retry:10,retryDelay:1e3}).then(function(t){"object"==typeof t.data&&(e.wifiStatus=t.data)}).catch(e.handleAPIError.bind(e,"error.updateWiFiStatus")).then(function(){setTimeout(e.updateWiFiStatus,5e3)})},uploadFirmware:function(){var t=this;if(!t.saving){t.saving=!0,t.uploadProgress=0;var n=new FormData;n.append("file",document.getElementById("firmwareFile").files[0]);var r={timeout:36e4,onUploadProgress:function(e){t.uploadProgress=Math.round(100*e.loaded/e.total)}};axios.post("/api/firmware",n,r).then(function(n){t.showNotification(e.t("rebootPending"))}).catch(t.handleAPIError.bind(t,"error.uploadFirmware")).then(function(){t.uploadProgress=!1,t.saving=!1,document.getElementById("firmware").reset()})}},stepsChanged:function(){var e=this;e.loading||e.disableStepsChanged||!1===e.savingStepsTimer&&(e.savingStepsTimer=setTimeout(function(){e.updateSteps()},200))},updateSteps:function(){var e=this;if(e.savingSteps&&(e.savingStepsTimer=setTimeout(function(){e.updateSteps()},200)),e.savingSteps=!0,e.savingStepsTimer=!1,e.disableStepsChanged=!0,e.allSteps){for(var t=[],n=0;n<e.steps.length;n++)t.push({value:e.allStepsValue});e.steps=t}else{var r=0;for(n=0;n<e.steps.length;n++)r+=e.steps[n].value;e.allStepsValue=Math.floor(r/e.steps.length)}var i=[];for(n=0;n<e.steps.length;n++)i.push(e.steps[n].value);e.disableStepsChanged=!1,axios.post("/api/steps/values",{transitionTime:1e3,values:i,retry:10,retryDelay:1e3}).then(function(e){}).catch(e.handleAPIError.bind(e,"error.updateSteps")).then(function(){e.savingSteps=!1})},searchLocation:function(){var e=this;e.location&&(e.searchingLocation=!0,axios.get("https://maps.googleapis.com/maps/api/geocode/json",{params:{address:e.location,key:e.system.mapsAPIKey}}).then(function(t){if(Array.isArray(t.data.results)&&t.data.results.length>0){var n=t.data.results[0].geometry.location;e.system.lat=n.lat,e.system.lng=n.lng}}).catch(e.handleAPIError.bind(e,"error.searchLocation")).then(function(){e.searchingLocation=!1}))},applyTimeTriggers:function(){var e=this;if(!e.saving){e.saving=!0;for(var t={enabled:e.triggers.time.enabled,transitionTime:e.triggers.time.transitionTime,triggers:[]},n=0;n<e.triggers.time.triggers.length;n++){var r=e.triggers.time.triggers[n];t.triggers.push({brightness:r.brightness,triggerType:r.triggerType,enabled:r.enabled,time:r.triggerType>0?r.relativeTime:r.fixedTime,daysOfWeek:(r.monday?1:0)|(r.tuesday?2:0)|(r.wednesday?4:0)|(r.thursday?8:0)|(r.friday?16:0)|(r.saturday?32:0)|(r.sunday?64:0)})}axios.post("/api/triggers/time",t,{retry:10,retryDelay:1e3}).then(function(e){}).catch(e.handleAPIError.bind(e,"error.applyTimeTriggers")).then(function(){e.saving=!1})}},addTimeTrigger:function(){this.triggers.time.triggers.push({brightness:0,triggerType:0,enabled:!0,fixedTime:540,relativeTime:0,monday:!0,tuesday:!0,wednesday:!0,thursday:!0,friday:!0,saturday:!0,sunday:!0})},deleteTimeTrigger:function(e){this.triggers.time.triggers.splice(e,1)},applyMotionTriggers:function(){var e=this;e.saving||(e.saving=!0,axios.post("/api/triggers/motion",e.triggers.motion,{retry:10,retryDelay:1e3}).then(function(e){}).catch(e.handleAPIError.bind(e,"error.applyMotionTriggers")).then(function(){e.saving=!1}))},addMotionTrigger:function(){this.triggers.motion.triggers.push({brightness:0,enabled:!0,pin:2,direction:1})},deleteMotionTrigger:function(e){this.triggers.motion.triggers.splice(e,1)},getDisplayTime:function(e,t){var n="";t&&(n+=e>=0?"+":"-");var r=(e=Math.abs(e))%60;return n+=Math.floor(e/60)+":",r<10&&(n+="0"),n+=r},startCalibration:function(){var e=this;axios.get("/api/steps",{retry:10,retryDelay:1e3}).then(function(t){"object"==typeof t.data&&(e.calibration={wizardStep:0,count:t.data.count,useCurve:t.data.useCurve,ranges:t.data.ranges})}).catch(e.handleAPIError.bind(e,"error.loadSteps"))},stopCalibration:function(){this.calibration=null},applyCalibration:function(){this.stopCalibration()},hasNextCalibrationStep:function(){return this.calibration.wizardStep<1},nextCalibrationStep:function(){if(0==this.calibration.wizardStep)if(this.calibration.count<1?this.calibration.count=1:this.calibration.count>16&&(this.calibration.count=16),this.calibration.ranges.length>this.calibration.count)this.calibration.ranges.splice(this.calibration.count);else for(;this.calibration.ranges.length<this.calibration.count;)this.calibration.ranges.push({start:0,end:4095});this.calibration.wizardStep++,2==this.calibration.wizardStep&&this.applyCalibration()},calibrationChanged:function(){var e=this;e.loadingCalibration||null===e.calibration||!1===e.savingCalibrationTimer&&(e.savingCalibrationTimer=setTimeout(function(){e.updateCalibration()},200))},updateCalibration:function(){var e=this;null!==e.calibration&&(e.savingCalibration&&(e.savingStepsTimer=setTimeout(function(){e.updateCalibration()},200)),e.savingCalibration=!0,e.savingCalibrationTimer=!1,axios.post("/api/steps",{count:e.calibration.count,useCurve:e.calibration.useCurve,ranges:e.calibration.ranges},{retry:10,retryDelay:1e3}).then(function(e){}).catch(e.handleAPIError.bind(e,"error.updateCalibration")).then(function(){e.savingCalibration=!1}))},deleteStackTrace:function(){var e=this;return axios.get("/api/stacktrace/delete",{retry:10,retryDelay:1e3}).then(function(t){e.status.resetReason=0,e.status.stackTrace=!1}).catch(e.handleAPIError.bind(e,"error.stackTraceDeleteError"))}},computed:{hasResetError:function(){return 1===this.status.resetReason||2===this.status.resetReason||3===this.status.resetReason||this.status.stackTrace},getDeviceTime:function(){if(!1===this.status.time)return"";var e=new Date(1e3*this.status.time),t=e.getHours(),n="0"+e.getMinutes(),r="0"+Math.floor(Math.abs(this.status.timeOffset/60)/60),i="0"+Math.abs(this.status.timeOffset/60)%60,a=(this.status.timeOffset>=0?"+":"-")+r.substr(-2)+":"+i.substr(-2);return t+":"+n.substr(-2)+" ("+a+")"}},watch:{allSteps:{handler:function(){this.stepsChanged()},sync:!0},allStepsValue:{handler:function(){this.stepsChanged()},sync:!0},steps:{handler:function(){this.stepsChanged()},deep:!0,sync:!0},activeTab:function(e){window.location.hash="#"+e},calibration:{handler:function(){this.calibrationChanged()},deep:!0}}})}