ots/frontend/app.js

75 lines
821 KiB
JavaScript
Raw Normal View History

!function(t){var e={};function r(o){if(e[o])return e[o].exports;var n=e[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.m=t,r.c=e,r.d=function(t,e,o){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)r.d(o,n,function(e){return t[e]}.bind(null,n));return o},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=142)}([function(t,e,r){"use strict";var o;e.__esModule=!0,e.default=void 0;var n=((o=r(46))&&o.__esModule?o:{default:o}).default;e.default=n},function(t,e,r){"use strict";e.__esModule=!0,e.isPromise=e.isRegExp=e.isDate=e.isPrimitive=e.isNumber=e.isString=e.isBoolean=e.isFunction=e.isNull=e.isUndefined=e.toRawTypeLC=e.toRawType=e.toType=void 0;var o=r(8);e.isArray=o.isArray;var n=r(5);function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}e.isObject=n.isObject,e.isPlainObject=n.isPlainObject;var a=function(t){return i(t)};e.toType=a;var l=function(t){return Object.prototype.toString.call(t).slice(8,-1)};e.toRawType=l;e.toRawTypeLC=function(t){return l(t).toLowerCase()};var s=function(t){return void 0===t};e.isUndefined=s;var d=function(t){return null===t};e.isNull=d;var c=function(t){return"function"===a(t)};e.isFunction=c;var u=function(t){return"boolean"===a(t)};e.isBoolean=u;var m=function(t){return"string"===a(t)};e.isString=m;var p=function(t){return"number"===a(t)};e.isNumber=p;e.isPrimitive=function(t){return u(t)||m(t)||p(t)};e.isDate=function(t){return t instanceof Date};e.isRegExp=function(t){return"RegExp"===l(t)};e.isPromise=function(t){return!s(t)&&!d(t)&&c(t.then)&&c(t.catch)}},function(t,e,r){"use strict";r.r(e),r.d(e,"mergeData",function(){return n});var o=function(){return(o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)};function n(){for(var t,e,r={},n=arguments.length;n--;)for(var i=0,a=Object.keys(arguments[n]);i<a.length;i++)switch(t=a[i]){case"class":case"style":case"directives":Array.isArray(r[t])||(r[t]=[]),r[t]=r[t].concat(arguments[n][t]);break;case"staticClass":if(!arguments[n][t])break;void 0===r[t]&&(r[t]=""),r[t]&&(r[t]+=" "),r[t]+=arguments[n][t].trim();break;case"on":case"nativeOn":r[t]||(r[t]={});for(var l=0,s=Object.keys(arguments[n][t]||{});l<s.length;l++)e=s[l],r[t][e]?r[t][e]=[].concat(r[t][e],arguments[n][t][e]):r[t][e]=arguments[n][t][e];break;case"attrs":case"props":case"domProps":case"scopedSlots":case"staticStyle":case"hook":case"transition":r[t]||(r[t]={}),r[t]=o({},arguments[n][t],r[t]);break;case"slot":case"key":case"ref":case"tag":case"show":case"keepAlive":default:r[t]||(r[t]=arguments[n][t])}return r}},function(t,e,r){"use strict";e.__esModule=!0,e.vueUse=e.registerDirectives=e.registerDirective=e.registerComponents=e.registerComponent=e.registerPlugins=e.installFactory=void 0;var o=r(6),n=r(11);e.installFactory=function(t){var e=t.components,r=t.directives,n=t.plugins,a=function t(a){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t.installed||(t.installed=!0,(0,o.setConfig)(s),l(a,e),d(a,r),i(a,n))};return a.installed=!1,a};var i=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var r in e)r&&e[r]&&t.use(e[r])};e.registerPlugins=i;var a=function(t,e,r){t&&e&&r&&t.component(e,r)};e.registerComponent=a;var l=function(t){var e=argument
/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.15.0
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
var r="undefined"!=typeof window&&"undefined"!=typeof document,o=["Edge","Trident","Firefox"],n=0,i=0;i<o.length;i+=1)if(r&&navigator.userAgent.indexOf(o[i])>=0){n=1;break}var a=r&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then(function(){e=!1,t()}))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout(function(){e=!1,t()},n))}};function l(t){return t&&"[object Function]"==={}.toString.call(t)}function s(t,e){if(1!==t.nodeType)return[];var r=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?r[e]:r}function d(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function c(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=s(t),r=e.overflow,o=e.overflowX,n=e.overflowY;return/(auto|scroll|overlay)/.test(r+n+o)?t:c(d(t))}var u=r&&!(!window.MSInputMethodContext||!document.documentMode),m=r&&/MSIE 10/.test(navigator.userAgent);function p(t){return 11===t?u:10===t?m:u||m}function f(t){if(!t)return document.documentElement;for(var e=p(10)?document.body:null,r=t.offsetParent||null;r===e&&t.nextElementSibling;)r=(t=t.nextElementSibling).offsetParent;var o=r&&r.nodeName;return o&&"BODY"!==o&&"HTML"!==o?-1!==["TH","TD","TABLE"].indexOf(r.nodeName)&&"static"===s(r,"position")?f(r):r:t?t.ownerDocument.documentElement:document.documentElement}function b(t){return null!==t.parentNode?b(t.parentNode):t}function g(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var r=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,o=r?t:e,n=r?e:t,i=document.createRange();i.setStart(o,0),i.setEnd(n,0);var a,l,s=i.commonAncestorContainer;if(t!==s&&e!==s||o.contains(n))return"BODY"===(l=(a=s).nodeName)||"HTML"!==l&&f(a.firstElementChild)!==a?f(s):s;var d=b(t);return d.host?g(d.host,e):g(t,b(e).host)}function h(t){var e="top"===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top")?"scrollTop":"scrollLeft",r=t.nodeName;if("BODY"===r||"HTML"===r){var o=t.ownerDocument.documentElement;return(t.ownerDocument.scrollingElement||o)[e]}return t[e]}function v(t,e){var r="x"===e?"Left":"Top",o="Left"===r?"Right":"Bottom";return parseFloat(t["border"+r+"Width"],10)+parseFloat(t["border"+o+"Width"],10)}function x(t,e,r,o){return Math.max(e["offset"+t],e["scroll"+t],r["client"+t],r["offset"+t],r["scroll"+t],p(10)?parseInt(r["offset"+t])+parseInt(o["margin"+("Height"===t?"Top":"Left")])+parseInt(o["margin"+("Height"===t?"Bottom":"Right")]):0)}function y(t){var e=t.body,r=t.documentElement,o=p(10)&&getComputedStyle(r);return{height:x("Height",e,r,o),width:x("Width",e,r,o)}}var w=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},k=function(){function t(t,e){for(var r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}return function(e,r,o){return r&&t(e.prototype,r),o&&t(e,o),e}}(),_=function(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t},S=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t};function O(t){return S({},t,{right:t.left+t.width,bottom:t.top+t.height})}function C(t){var e={};try{if(p(10)){e=t.getBoundingClientRect();var r=h(t,"top"),o=h(t,"left");e.top+=r,e.left+=o,e.bottom+=r,e.right+=o}else e=t.getBoundingClientRect()}catch(t){}var n={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},i="HTML"===t.nodeName?y(t.ownerDocument):{},a=i.width||t.clientWidth||n.right-n.left,l=i.height||t.clientHeight||n.bottom-n.top,d=t.offsetWidth-a,c=t.offsetHeight-l;if(d||c){var u=s(t);d-=v(u,"x"),c-=v(u,"y"),n.width-=d,n.height-=c}return O(n)}function T(t,e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=p(10),n="HTML"===e.nodeName,i=C(t),a=C(e),l=c(t),d=s(e),u=parseFloat(d.borderTopWidth,10),m=parseFloat(d.borderLeftWidth,10);r&&n&&(a.top=Math.max(a.top,0
/*!
* Vue.js v2.6.10
* (c) 2014-2019 Evan You
* Released under the MIT License.
*/
var o=Object.freeze({});function n(t){return null==t}function i(t){return null!=t}function a(t){return!0===t}function l(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function s(t){return null!==t&&"object"==typeof t}var d=Object.prototype.toString;function c(t){return"[object Object]"===d.call(t)}function u(t){return"[object RegExp]"===d.call(t)}function m(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function p(t){return i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function f(t){return null==t?"":Array.isArray(t)||c(t)&&t.toString===d?JSON.stringify(t,null,2):String(t)}function b(t){var e=parseFloat(t);return isNaN(e)?t:e}function g(t,e){for(var r=Object.create(null),o=t.split(","),n=0;n<o.length;n++)r[o[n]]=!0;return e?function(t){return r[t.toLowerCase()]}:function(t){return r[t]}}g("slot,component",!0);var h=g("key,ref,slot,slot-scope,is");function v(t,e){if(t.length){var r=t.indexOf(e);if(r>-1)return t.splice(r,1)}}var x=Object.prototype.hasOwnProperty;function y(t,e){return x.call(t,e)}function w(t){var e=Object.create(null);return function(r){return e[r]||(e[r]=t(r))}}var k=/-(\w)/g,_=w(function(t){return t.replace(k,function(t,e){return e?e.toUpperCase():""})}),S=w(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),O=/\B([A-Z])/g,C=w(function(t){return t.replace(O,"-$1").toLowerCase()});var T=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function r(r){var o=arguments.length;return o?o>1?t.apply(e,arguments):t.call(e,r):t.call(e)}return r._length=t.length,r};function B(t,e){e=e||0;for(var r=t.length-e,o=new Array(r);r--;)o[r]=t[r+e];return o}function $(t,e){for(var r in e)t[r]=e[r];return t}function j(t){for(var e={},r=0;r<t.length;r++)t[r]&&$(e,t[r]);return e}function P(t,e,r){}var M=function(t,e,r){return!1},E=function(t){return t};function A(t,e){if(t===e)return!0;var r=s(t),o=s(e);if(!r||!o)return!r&&!o&&String(t)===String(e);try{var n=Array.isArray(t),i=Array.isArray(e);if(n&&i)return t.length===e.length&&t.every(function(t,r){return A(t,e[r])});if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(n||i)return!1;var a=Object.keys(t),l=Object.keys(e);return a.length===l.length&&a.every(function(r){return A(t[r],e[r])})}catch(t){return!1}}function F(t,e){for(var r=0;r<t.length;r++)if(A(t[r],e))return r;return-1}function D(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}var I="data-server-rendered",z=["component","directive","filter"],N=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],L={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:M,isReservedAttr:M,isUnknownElement:M,getTagNamespace:P,parsePlatformTagName:E,mustUseProp:M,async:!0,_lifecycleHooks:N},R=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function V(t,e,r,o){Object.defineProperty(t,e,{value:r,enumerable:!!o,writable:!0,configurable:!0})}var H=new RegExp("[^"+R.source+".$_\\d]");var U,W="__proto__"in{},G="undefined"!=typeof window,q="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,K=q&&WXEnvironment.platform.toLowerCase(),X=G&&window.navigator.userAgent.toLowerCase(),Y=X&&/msie|trident/.test(X),J=X&&X.indexOf("msie 9.0")>0,Z=X&&X.indexOf("edge/")>0,Q=(X&&X.indexOf("android"),X&&/iphone|ipad|ipod|ios/.test(X)||"ios"===K),tt=(X&&/chrome\/\d+/.test(X),X&&/phantomjs/.test(X),X&&X.match(/firefox\/(\d+)/)),et={}.watch,rt=!1;if(G)try{var ot={};Object.defineProperty(ot,"passive",{get:function(){rt=!0}}),window.addEventListener("test-passive",null,ot)}catch(t){}var nt=function(){return void 0===U&&(U=!G&&!q&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),U},it=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function at(t){retur
/*!
* portal-vue © Thorsten Lünborg, 2019
*
* Version: 2.1.4
*
* LICENCE: MIT
*
* https://github.com/linusborg/portal-vue
*
*/Object.defineProperty(e,"__esModule",{value:!0});var o,n=(o=r(46))&&"object"==typeof o&&"default"in o?o.default:o;function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function a(t){return function(t){if(Array.isArray(t)){for(var e=0,r=new Array(t.length);e<t.length;e++)r[e]=t[e];return r}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var l="undefined"!=typeof window;function s(t,e){return e.reduce(function(e,r){return t.hasOwnProperty(r)&&(e[r]=t[r]),e},{})}var d={},c={},u={},m=new(n.extend({data:function(){return{transports:d,targets:c,sources:u,trackInstances:l}},methods:{open:function(t){if(l){var e=t.to,r=t.from,o=t.passengers,a=t.order,s=void 0===a?1/0:a;if(e&&r&&o){var d,c={to:e,from:r,passengers:(d=o,Array.isArray(d)||"object"===i(d)?Object.freeze(d):d),order:s};-1===Object.keys(this.transports).indexOf(e)&&n.set(this.transports,e,[]);var u,m=this.$_getTransportIndex(c),p=this.transports[e].slice(0);-1===m?p.push(c):p[m]=c,this.transports[e]=(u=function(t,e){return t.order-e.order},p.map(function(t,e){return[e,t]}).sort(function(t,e){return u(t[1],e[1])||t[0]-e[0]}).map(function(t){return t[1]}))}}},close:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=t.to,o=t.from;if(r&&o&&this.transports[r])if(e)this.transports[r]=[];else{var n=this.$_getTransportIndex(t);if(n>=0){var i=this.transports[r].slice(0);i.splice(n,1),this.transports[r]=i}}},registerTarget:function(t,e,r){l&&(this.trackInstances&&!r&&this.targets[t]&&console.warn("[portal-vue]: Target ".concat(t," already exists")),this.$set(this.targets,t,Object.freeze([e])))},unregisterTarget:function(t){this.$delete(this.targets,t)},registerSource:function(t,e,r){l&&(this.trackInstances&&!r&&this.sources[t]&&console.warn("[portal-vue]: source ".concat(t," already exists")),this.$set(this.sources,t,Object.freeze([e])))},unregisterSource:function(t){this.$delete(this.sources,t)},hasTarget:function(t){return!(!this.targets[t]||!this.targets[t][0])},hasSource:function(t){return!(!this.sources[t]||!this.sources[t][0])},hasContentFor:function(t){return!!this.transports[t]&&!!this.transports[t].length},$_getTransportIndex:function(t){var e=t.to,r=t.from;for(var o in this.transports[e])if(this.transports[e][o].from===r)return+o;return-1}}}))(d),p=1,f=n.extend({name:"portal",props:{disabled:{type:Boolean},name:{type:String,default:function(){return String(p++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"DIV"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}}},created:function(){var t=this;this.$nextTick(function(){m.registerSource(t.name,t)})},mounted:function(){this.disabled||this.sendUpdate()},updated:function(){this.disabled?this.clear():this.sendUpdate()},beforeDestroy:function(){m.unregisterSource(this.name),this.clear()},watch:{to:function(t,e){e&&e!==t&&this.clear(e),this.sendUpdate()}},methods:{clear:function(t){var e={from:this.name,to:t||this.to};m.close(e)},normalizeSlots:function(){return this.$scopedSlots.default?[this.$scopedSlots.default]:this.$slots.default},normalizeOwnChildren:function(t){return"function"==typeof t?t(this.slotProps):t},sendUpdate:function(){var t=this.normalizeSlots();if(t){var e={from:this.name,to:this.to,passengers:a(t),order:this.order};m.open(e)}else this.clear()}},render:function(t){var e=this.$slots.default||this.$scopedSlots.default||[],r=this.tag;return e&&this.disabled?e.length<=1&&this.slim?this.normalizeOwnChildren(e)[0]:t(r,[this.normalizeOwnChildren(e)]):this.slim?t():t(r,{class:{"v-portal":!0},style:{display:"none"},key:"v-portal-placeholder"})}}),b=n.extend({name:"portalTarget",props:{multiple:{type:Boolean,default:!1},name:{type:Strin
/*!
* vue-i18n v8.11.2
* (c) 2019 kazuya kawaguchi
* Released under the MIT License.
*/
var o=["style","currency","currencyDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","localeMatcher","formatMatcher"];function n(t,e){"undefined"!=typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}function i(t){return null!==t&&"object"==typeof t}var a=Object.prototype.toString,l="[object Object]";function s(t){return a.call(t)===l}function d(t){return null==t}function c(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var r=null,o=null;return 1===t.length?i(t[0])||Array.isArray(t[0])?o=t[0]:"string"==typeof t[0]&&(r=t[0]):2===t.length&&("string"==typeof t[0]&&(r=t[0]),(i(t[1])||Array.isArray(t[1]))&&(o=t[1])),{locale:r,params:o}}function u(t){return JSON.parse(JSON.stringify(t))}var m=Object.prototype.hasOwnProperty;function p(t,e){return m.call(t,e)}function f(t){for(var e=arguments,r=Object(t),o=1;o<arguments.length;o++){var n=e[o];if(null!=n){var a=void 0;for(a in n)p(n,a)&&(i(n[a])?r[a]=f(r[a],n[a]):r[a]=n[a])}}return r}function b(t,e){if(t===e)return!0;var r=i(t),o=i(e);if(!r||!o)return!r&&!o&&String(t)===String(e);try{var n=Array.isArray(t),a=Array.isArray(e);if(n&&a)return t.length===e.length&&t.every(function(t,r){return b(t,e[r])});if(n||a)return!1;var l=Object.keys(t),s=Object.keys(e);return l.length===s.length&&l.every(function(r){return b(t[r],e[r])})}catch(t){return!1}}var g,h={beforeCreate:function(){var t=this.$options;if(t.i18n=t.i18n||(t.__i18n?{}:null),t.i18n)if(t.i18n instanceof Z){if(t.__i18n)try{var e={};t.__i18n.forEach(function(t){e=f(e,JSON.parse(t))}),Object.keys(e).forEach(function(r){t.i18n.mergeLocaleMessage(r,e[r])})}catch(t){0}this._i18n=t.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(s(t.i18n)){if(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Z&&(t.i18n.root=this.$root,t.i18n.formatter=this.$root.$i18n.formatter,t.i18n.fallbackLocale=this.$root.$i18n.fallbackLocale,t.i18n.silentTranslationWarn=this.$root.$i18n.silentTranslationWarn,t.i18n.silentFallbackWarn=this.$root.$i18n.silentFallbackWarn,t.i18n.pluralizationRules=this.$root.$i18n.pluralizationRules,t.i18n.preserveDirectiveContent=this.$root.$i18n.preserveDirectiveContent),t.__i18n)try{var r={};t.__i18n.forEach(function(t){r=f(r,JSON.parse(t))}),t.i18n.messages=r}catch(t){0}this._i18n=new Z(t.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===t.i18n.sync||t.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale())}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Z?this._i18n=this.$root.$i18n:t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof Z&&(this._i18n=t.parent.$i18n)},beforeMount:function(){var t=this.$options;t.i18n=t.i18n||(t.__i18n?{}:null),t.i18n?t.i18n instanceof Z?(this._i18n.subscribeDataChanging(this),this._subscribing=!0):s(t.i18n)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Z?(this._i18n.subscribeDataChanging(this),this._subscribing=!0):t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof Z&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},beforeDestroy:function(){if(this._i18n){var t=this;this.$nextTick(function(){t._subscribing&&(t._i18n.unsubscribeDataChanging(t),delete t._subscribing),t._i18nWatcher&&(t._i18nWatcher(),t._i18n.destroyVM(),delete t._i18nWatcher),t._localeWatcher&&(t._localeWatcher(),delete t._localeWatcher),t._i18n=null})}}},v={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,e){var r=e.props,o=e.data,n=e.children,i=e.parent.$i18n;if(n=(n||[]).filter(function(t){return t.tag||(t.text=t.text.trim())}),!i)return n;var a=r.path,l=r.locale,s={},d=r.places||{},c=(Array.isArray(d)?d.length:Object.keys(d).length,n.every(function(t){if(t.data&&t.data.attrs){var e=t.data.attrs.place;return void 0!==e&&""!==e}}));return Array.isArray(d)?d.forEach(function(t,e){s[e]=t}):Object.keys(d).forEach(function(t){s[t]=d[t]}),n.forEach(
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
t.exports=function(t){return null!=t&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}},function(t,e,r){"use strict";var o=r(12),n=r(134),i=r(322),a=r(323),l=r(139);function s(t){this.defaults=t,this.interceptors={request:new i,response:new i}}s.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=l(this.defaults,t)).method=t.method?t.method.toLowerCase():"get";var e=[a,void 0],r=Promise.resolve(t);for(this.interceptors.request.forEach(function(t){e.unshift(t.fulfilled,t.rejected)}),this.interceptors.response.forEach(function(t){e.push(t.fulfilled,t.rejected)});e.length;)r=r.then(e.shift(),e.shift());return r},s.prototype.getUri=function(t){return t=l(this.defaults,t),n(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},o.forEach(["delete","get","head","options"],function(t){s.prototype[t]=function(e,r){return this.request(o.merge(r||{},{method:t,url:e}))}}),o.forEach(["post","put","patch"],function(t){s.prototype[t]=function(e,r,n){return this.request(o.merge(n||{},{method:t,url:e,data:r}))}}),t.exports=s},function(t,e,r){"use strict";var o=r(12);function n(){this.handlers=[]}n.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},n.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},n.prototype.forEach=function(t){o.forEach(this.handlers,function(e){null!==e&&t(e)})},t.exports=n},function(t,e,r){"use strict";var o=r(12),n=r(324),i=r(135),a=r(136),l=r(331),s=r(332);function d(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return d(t),t.baseURL&&!l(t.url)&&(t.url=s(t.baseURL,t.url)),t.headers=t.headers||{},t.data=n(t.data,t.headers,t.transformRequest),t.headers=o.merge(t.headers.common||{},t.headers[t.method]||{},t.headers||{}),o.forEach(["delete","get","head","post","put","patch","common"],function(e){delete t.headers[e]}),(t.adapter||a.adapter)(t).then(function(e){return d(t),e.data=n(e.data,e.headers,t.transformResponse),e},function(e){return i(e)||(d(t),e&&e.response&&(e.response.data=n(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)})}},function(t,e,r){"use strict";var o=r(12);t.exports=function(t,e,r){return o.forEach(r,function(r){t=r(t,e)}),t}},function(t,e,r){"use strict";var o=r(12);t.exports=function(t,e){o.forEach(t,function(r,o){o!==e&&o.toUpperCase()===e.toUpperCase()&&(t[e]=r,delete t[o])})}},function(t,e,r){"use strict";var o=r(138);t.exports=function(t,e,r){var n=r.config.validateStatus;!n||n(r.status)?t(r):e(o("Request failed with status code "+r.status,r.config,null,r.request,r))}},function(t,e,r){"use strict";t.exports=function(t,e,r,o,n){return t.config=e,r&&(t.code=r),t.request=o,t.response=n,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},function(t,e,r){"use strict";var o=r(12),n=["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"];t.exports=function(t){var e,r,i,a={};return t?(o.forEach(t.split("\n"),function(t){if(i=t.indexOf(":"),e=o.trim(t.substr(0,i)).toLowerCase(),r=o.trim(t.substr(i+1)),e){if(a[e]&&n.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([r]):a[e]?a[e]+", "+r:r}}),a):a}},function(t,e,r){"use strict";var o=r(12);t.exports=o.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");function n(t){var o=t;return e&&(r.setAttribute("href",o),o=r.href),r.setAttribute("href",o),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?r.pathname:"/
/**
* @license Gibberish-AES
* A lightweight Javascript Libray for OpenSSL compatible AES CBC encryption.
*
* Author: Mark Percival
* Email: mark@mpercival.com
* Copyright: Mark Percival - http://mpercival.com 2008
*
* With thanks to:
* Josh Davis - http://www.josh-davis.org/ecmaScrypt
* Chris Veness - http://www.movable-type.co.uk/scripts/aes.html
* Michel I. Gallant - http://www.jensign.com/
* Jean-Luc Cooke <jlcooke@certainkey.com> 2012-07-12: added strhex + invertArr to compress G2X/G3X/G9X/GBX/GEX/SBox/SBoxInv/Rcon saving over 7KB, and added encString, decString, also made the MD5 routine more easlier compressible using yuicompressor.
*
* License: MIT
*
* Usage: GibberishAES.enc("secret", "password")
* Outputs: AES Encrypted text encoded in Base64
*/
t.exports=function(){"use strict";var t,e,r=14,o=8,n=!1,i=function(t){var e,r,o=[];for(t.length<16&&(e=16-t.length,o=[e,e,e,e,e,e,e,e,e,e,e,e,e,e,e,e]),r=0;r<t.length;r++)o[r]=t[r];return o},a=function(t,e){var r,o,n="";if(e){if((r=t[15])>16)throw"Decryption error: Maybe bad key";if(16===r)return"";for(o=0;o<16-r;o++)n+=String.fromCharCode(t[o])}else for(o=0;o<16;o++)n+=String.fromCharCode(t[o]);return n},l=function(t,e){var r,o=[];for(e||(t=function(t){try{return unescape(encodeURIComponent(t))}catch(t){throw"Error on UTF-8 encode"}}(t)),r=0;r<t.length;r++)o[r]=t.charCodeAt(r);return o},s=function(t,e){var n,i=r>=12?3:2,a=[],l=[],s=[],d=[],c=t.concat(e);for(s[0]=E(c),d=s[0],n=1;n<i;n++)s[n]=E(s[n-1].concat(c)),d=d.concat(s[n]);return a=d.slice(0,4*o),l=d.slice(4*o,4*o+16),{key:a,iv:l}},d=function(t,e,r){e=v(e);var o,n=Math.ceil(t.length/16),a=[],l=[];for(o=0;o<n;o++)a[o]=i(t.slice(16*o,16*o+16));for(t.length%16==0&&(a.push([16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16]),n++),o=0;o<a.length;o++)a[o]=h(a[o],0===o?r:l[o-1]),l[o]=u(a[o],e);return l},c=function(t,e,r,o){e=v(e);var n,i=t.length/16,l=[],s=[],d="";for(n=0;n<i;n++)l.push(t.slice(16*n,16*(n+1)));for(n=l.length-1;n>=0;n--)s[n]=m(l[n],e),s[n]=h(s[n],0===n?r:l[n-1]);for(n=0;n<i-1;n++)d+=a(s[n],!1);return d+=a(s[n],!0),o?d:function(t){try{return decodeURIComponent(escape(t))}catch(t){throw"Bad Key"}}(d)},u=function(t,e){n=!1;var o,i=g(t,e,0);for(o=1;o<r+1;o++)i=p(i),i=f(i),o<r&&(i=b(i)),i=g(i,e,o);return i},m=function(t,e){n=!0;var o,i=g(t,e,r);for(o=r-1;o>-1;o--)i=f(i),i=p(i),i=g(i,e,o),o>0&&(i=b(i));return i},p=function(t){var e,r=n?O:S,o=[];for(e=0;e<16;e++)o[e]=r[t[e]];return o},f=function(t){var e,r=[],o=n?[0,13,10,7,4,1,14,11,8,5,2,15,12,9,6,3]:[0,5,10,15,4,9,14,3,8,13,2,7,12,1,6,11];for(e=0;e<16;e++)r[e]=t[o[e]];return r},b=function(t){var e,r=[];if(n)for(e=0;e<4;e++)r[4*e]=M[t[4*e]]^j[t[1+4*e]]^P[t[2+4*e]]^$[t[3+4*e]],r[1+4*e]=$[t[4*e]]^M[t[1+4*e]]^j[t[2+4*e]]^P[t[3+4*e]],r[2+4*e]=P[t[4*e]]^$[t[1+4*e]]^M[t[2+4*e]]^j[t[3+4*e]],r[3+4*e]=j[t[4*e]]^P[t[1+4*e]]^$[t[2+4*e]]^M[t[3+4*e]];else for(e=0;e<4;e++)r[4*e]=T[t[4*e]]^B[t[1+4*e]]^t[2+4*e]^t[3+4*e],r[1+4*e]=t[4*e]^T[t[1+4*e]]^B[t[2+4*e]]^t[3+4*e],r[2+4*e]=t[4*e]^t[1+4*e]^T[t[2+4*e]]^B[t[3+4*e]],r[3+4*e]=B[t[4*e]]^t[1+4*e]^t[2+4*e]^T[t[3+4*e]];return r},g=function(t,e,r){var o,n=[];for(o=0;o<16;o++)n[o]=t[o]^e[r][o];return n},h=function(t,e){var r,o=[];for(r=0;r<16;r++)o[r]=t[r]^e[r];return o},v=function(t){var e,n,i,a,l=[],s=[],d=[];for(e=0;e<o;e++)n=[t[4*e],t[4*e+1],t[4*e+2],t[4*e+3]],l[e]=n;for(e=o;e<4*(r+1);e++){for(l[e]=[],i=0;i<4;i++)s[i]=l[e-1][i];for(e%o==0?(s=x(y(s)))[0]^=C[e/o-1]:o>6&&e%o==4&&(s=x(s)),i=0;i<4;i++)l[e][i]=l[e-o][i]^s[i]}for(e=0;e<r+1;e++)for(d[e]=[],a=0;a<4;a++)d[e].push(l[4*e+a][0],l[4*e+a][1],l[4*e+a][2],l[4*e+a][3]);return d},x=function(t){for(var e=0;e<4;e++)t[e]=S[t[e]];return t},y=function(t){var e,r=t[0];for(e=0;e<3;e++)t[e]=t[e+1];return t[3]=r,t},w=function(t,e){var r,o=[];for(r=0;r<t.length;r+=e)o[r/e]=parseInt(t.substr(r,e),16);return o},k=function(t,e){var r,o;for(o=0,r=0;r<8;r++)o=1==(1&e)?o^t:o,t=t>127?283^t<<1:t<<1,e>>>=1;return o},_=function(t){var e,r=[];for(e=0;e<256;e++)r[e]=k(t,e);return r},S=w("637c777bf26b6fc53001672bfed7ab76ca82c97dfa5947f0add4a2af9ca472c0b7fd9326363ff7cc34a5e5f171d8311504c723c31896059a071280e2eb27b27509832c1a1b6e5aa0523bd6b329e32f8453d100ed20fcb15b6acbbe394a4c58cfd0efaafb434d338545f9027f503c9fa851a3408f929d38f5bcb6da2110fff3d2cd0c13ec5f974417c4a77e3d645d197360814fdc222a908846eeb814de5e0bdbe0323a0a4906245cc2d3ac629195e479e7c8376d8dd54ea96c56f4ea657aae08ba78252e1ca6b4c6e8dd741f4bbd8b8a703eb5664803f60e613557b986c11d9ee1f8981169d98e949b1e87e9ce5528df8ca1890dbfe6426841992d0fb054bb16",2),O=function(t){var e,r=[];for(e=0;e<t.length;e++)r[t[e]]=e;return r}(S),C=w("01020408102040801b366cd8ab4d9a2f5ebc63c697356ad4b37dfaefc591",2),T=_(2),B=_(3),$=_(9),j=_(11),P=_(13),M=_(14),E=function(t){function e(t,e){return t<<e|t>>>32-e}function r(t,e){var r,o,n,i,a;return n=2147483648&t,i=2147483648&e,a=(1073741823&t)+(1073741823&e),(r=1073741824&t)&(o=1073741824&