/*! For license information please see oauthpopup.js.LICENSE.txt */ (()=>{var e={55950(e,t,n){"use strict";const r=n(92322),{MAX_LENGTH:o,MAX_SAFE_INTEGER:i}=n(76692),{safeRe:a,t:s}=n(15208),c=n(29901),{compareIdentifiers:l}=n(3229);class u{constructor(e,t){if(t=c(t),e instanceof u){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>o)throw new TypeError(`version is longer than ${o} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?a[s.LOOSE]:a[s.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map(e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&te.major?1:this.minore.minor?1:this.patche.patch?1:0}comparePre(e){if(e instanceof u||(e=new u(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const n=this.prerelease[t],o=e.prerelease[t];if(r("prerelease compare",t,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return l(n,o)}while(++t)}compareBuild(e){e instanceof u||(e=new u(e,this.options));let t=0;do{const n=this.build[t],o=e.build[t];if(r("build compare",t,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return l(n,o)}while(++t)}inc(e,t,n){if(e.startsWith("pre")){if(!t&&!1===n)throw new Error("invalid increment argument: identifier is empty");if(t){const e=`-${t}`.match(this.options.loose?a[s.PRERELEASELOOSE]:a[s.PRERELEASE]);if(!e||e[1]!==t)throw new Error(`invalid identifier: ${t}`)}}switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,n),this.inc("pre",t,n);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,n),this.inc("pre",t,n);break;case"release":if(0===this.prerelease.length)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(n)?1:0;if(0===this.prerelease.length)this.prerelease=[e];else{let r=this.prerelease.length;for(;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);if(-1===r){if(t===this.prerelease.join(".")&&!1===n)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let r=[t,e];!1===n&&(r=[t]),0===l(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=u},38064(e,t,n){"use strict";const r=n(55950);e.exports=(e,t)=>new r(e,t).major},68690(e,t,n){"use strict";const r=n(55950);e.exports=(e,t,n=!1)=>{if(e instanceof r)return e;try{return new r(e,t)}catch(e){if(!n)return null;throw e}}},38711(e,t,n){"use strict";const r=n(68690);e.exports=(e,t)=>{const n=r(e,t);return n?n.version:null}},76692(e){"use strict";const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},92322(e,t,n){"use strict";var r=n(65606);const o="object"==typeof r&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=o},3229(e){"use strict";const t=/^[0-9]+$/,n=(e,n)=>{if("number"==typeof e&&"number"==typeof n)return e===n?0:en(t,e)}},29901(e){"use strict";const t=Object.freeze({loose:!0}),n=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:n},15208(e,t,n){"use strict";const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:o,MAX_LENGTH:i}=n(76692),a=n(92322),s=(t=e.exports={}).re=[],c=t.safeRe=[],l=t.src=[],u=t.safeSrc=[],f=t.t={};let p=0;const d="[a-zA-Z0-9-]",h=[["\\s",1],["\\d",i],[d,o]],v=(e,t,n)=>{const r=(e=>{for(const[t,n]of h)e=e.split(`${t}*`).join(`${t}{0,${n}}`).split(`${t}+`).join(`${t}{1,${n}}`);return e})(t),o=p++;a(e,o,t),f[e]=o,l[o]=t,u[o]=r,s[o]=new RegExp(t,n?"g":void 0),c[o]=new RegExp(r,n?"g":void 0)};v("NUMERICIDENTIFIER","0|[1-9]\\d*"),v("NUMERICIDENTIFIERLOOSE","\\d+"),v("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${d}*`),v("MAINVERSION",`(${l[f.NUMERICIDENTIFIER]})\\.(${l[f.NUMERICIDENTIFIER]})\\.(${l[f.NUMERICIDENTIFIER]})`),v("MAINVERSIONLOOSE",`(${l[f.NUMERICIDENTIFIERLOOSE]})\\.(${l[f.NUMERICIDENTIFIERLOOSE]})\\.(${l[f.NUMERICIDENTIFIERLOOSE]})`),v("PRERELEASEIDENTIFIER",`(?:${l[f.NONNUMERICIDENTIFIER]}|${l[f.NUMERICIDENTIFIER]})`),v("PRERELEASEIDENTIFIERLOOSE",`(?:${l[f.NONNUMERICIDENTIFIER]}|${l[f.NUMERICIDENTIFIERLOOSE]})`),v("PRERELEASE",`(?:-(${l[f.PRERELEASEIDENTIFIER]}(?:\\.${l[f.PRERELEASEIDENTIFIER]})*))`),v("PRERELEASELOOSE",`(?:-?(${l[f.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${l[f.PRERELEASEIDENTIFIERLOOSE]})*))`),v("BUILDIDENTIFIER",`${d}+`),v("BUILD",`(?:\\+(${l[f.BUILDIDENTIFIER]}(?:\\.${l[f.BUILDIDENTIFIER]})*))`),v("FULLPLAIN",`v?${l[f.MAINVERSION]}${l[f.PRERELEASE]}?${l[f.BUILD]}?`),v("FULL",`^${l[f.FULLPLAIN]}$`),v("LOOSEPLAIN",`[v=\\s]*${l[f.MAINVERSIONLOOSE]}${l[f.PRERELEASELOOSE]}?${l[f.BUILD]}?`),v("LOOSE",`^${l[f.LOOSEPLAIN]}$`),v("GTLT","((?:<|>)?=?)"),v("XRANGEIDENTIFIERLOOSE",`${l[f.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),v("XRANGEIDENTIFIER",`${l[f.NUMERICIDENTIFIER]}|x|X|\\*`),v("XRANGEPLAIN",`[v=\\s]*(${l[f.XRANGEIDENTIFIER]})(?:\\.(${l[f.XRANGEIDENTIFIER]})(?:\\.(${l[f.XRANGEIDENTIFIER]})(?:${l[f.PRERELEASE]})?${l[f.BUILD]}?)?)?`),v("XRANGEPLAINLOOSE",`[v=\\s]*(${l[f.XRANGEIDENTIFIERLOOSE]})(?:\\.(${l[f.XRANGEIDENTIFIERLOOSE]})(?:\\.(${l[f.XRANGEIDENTIFIERLOOSE]})(?:${l[f.PRERELEASELOOSE]})?${l[f.BUILD]}?)?)?`),v("XRANGE",`^${l[f.GTLT]}\\s*${l[f.XRANGEPLAIN]}$`),v("XRANGELOOSE",`^${l[f.GTLT]}\\s*${l[f.XRANGEPLAINLOOSE]}$`),v("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),v("COERCE",`${l[f.COERCEPLAIN]}(?:$|[^\\d])`),v("COERCEFULL",l[f.COERCEPLAIN]+`(?:${l[f.PRERELEASE]})?`+`(?:${l[f.BUILD]})?(?:$|[^\\d])`),v("COERCERTL",l[f.COERCE],!0),v("COERCERTLFULL",l[f.COERCEFULL],!0),v("LONETILDE","(?:~>?)"),v("TILDETRIM",`(\\s*)${l[f.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",v("TILDE",`^${l[f.LONETILDE]}${l[f.XRANGEPLAIN]}$`),v("TILDELOOSE",`^${l[f.LONETILDE]}${l[f.XRANGEPLAINLOOSE]}$`),v("LONECARET","(?:\\^)"),v("CARETTRIM",`(\\s*)${l[f.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",v("CARET",`^${l[f.LONECARET]}${l[f.XRANGEPLAIN]}$`),v("CARETLOOSE",`^${l[f.LONECARET]}${l[f.XRANGEPLAINLOOSE]}$`),v("COMPARATORLOOSE",`^${l[f.GTLT]}\\s*(${l[f.LOOSEPLAIN]})$|^$`),v("COMPARATOR",`^${l[f.GTLT]}\\s*(${l[f.FULLPLAIN]})$|^$`),v("COMPARATORTRIM",`(\\s*)${l[f.GTLT]}\\s*(${l[f.LOOSEPLAIN]}|${l[f.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",v("HYPHENRANGE",`^\\s*(${l[f.XRANGEPLAIN]})\\s+-\\s+(${l[f.XRANGEPLAIN]})\\s*$`),v("HYPHENRANGELOOSE",`^\\s*(${l[f.XRANGEPLAINLOOSE]})\\s+-\\s+(${l[f.XRANGEPLAINLOOSE]})\\s*$`),v("STAR","(<|>)?=?\\s*\\*"),v("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),v("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},98216(e,t,n){"use strict";n.d(t,{A:()=>s});var r=n(71354),o=n.n(r),i=n(76314),a=n.n(i)()(o());a.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 F7cloud GmbH and F7cloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-528e9576] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n#guest-content-vue[data-v-528e9576] {\n color: var(--color-main-text);\n background-color: var(--color-main-background);\n min-width: 0;\n border-radius: var(--border-radius-large);\n box-shadow: 0 0 10px var(--color-box-shadow);\n height: fit-content;\n padding: 15px;\n margin: 20px auto;\n}/**\n * SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 F7cloud GmbH and F7cloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n#content.nc-guest-content {\n overflow: auto;\n margin-bottom: 0;\n height: calc(var(--body-height) + var(--body-container-margin));\n}","",{version:3,sources:["webpack://./node_modules/@f7cloud/vue/dist/assets/NcGuestContent-BkegjnLL.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,6BAA6B;EAC7B,8CAA8C;EAC9C,YAAY;EACZ,yCAAyC;EACzC,4CAA4C;EAC5C,mBAAmB;EACnB,aAAa;EACb,iBAAiB;AACnB,CAAC;;;EAGC;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,cAAc;EACd,gBAAgB;EAChB,+DAA+D;AACjE",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 F7cloud GmbH and F7cloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-528e9576] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n#guest-content-vue[data-v-528e9576] {\n color: var(--color-main-text);\n background-color: var(--color-main-background);\n min-width: 0;\n border-radius: var(--border-radius-large);\n box-shadow: 0 0 10px var(--color-box-shadow);\n height: fit-content;\n padding: 15px;\n margin: 20px auto;\n}/**\n * SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 F7cloud GmbH and F7cloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n#content.nc-guest-content {\n overflow: auto;\n margin-bottom: 0;\n height: calc(var(--body-height) + var(--body-container-margin));\n}"],sourceRoot:""}]);const s=a},76314(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,r,o,i){"string"==typeof e&&(e=[[null,e,void 0]]);var a={};if(r)for(var s=0;s0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=i),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),o&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=o):u[4]="".concat(o)),t.push(u))}},t}},71354(e){"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),o="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),i="/*# ".concat(o," */");return[t].concat([i]).join("\n")}return[t].join("\n")}},70580(e){"use strict";var t=/["'&<>]/;e.exports=function(e){var n,r=""+e,o=t.exec(r);if(!o)return r;var i="",a=0,s=0;for(a=o.index;a1)for(var n=1;n0?" ".concat(n.layer):""," {")),r+=n.css,o&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var i=n.sourceMap;i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleTagTransform(r,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},41113(e){"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={id:r,exports:{}};return e[r](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.p="/js/",n.nc=void 0,(()=>{"use strict";var e=n(38064),t=n(38711);class r{bus;constructor(n){"function"==typeof n.getVersion&&t(n.getVersion())?e(n.getVersion())!==e(this.getVersion())&&console.warn("Proxying an event bus of version "+n.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=n}getVersion(){return"3.3.3"}subscribe(e,t){this.bus.subscribe(e,t)}unsubscribe(e,t){this.bus.unsubscribe(e,t)}emit(e,...t){this.bus.emit(e,...t)}}class o{handlers=new Map;getVersion(){return"3.3.3"}subscribe(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))}unsubscribe(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter(e=>e!==t))}emit(e,...t){(this.handlers.get(e)||[]).forEach(e=>{try{e(t[0])}catch(e){console.error("could not invoke event listener",e)}})}}let i,a=null;class s{static GLOBAL_SCOPE_VOLATILE="f7cloud_vol";static GLOBAL_SCOPE_PERSISTENT="f7cloud_per";scope;wrapped;constructor(e,t,n){this.scope=`${n?s.GLOBAL_SCOPE_PERSISTENT:s.GLOBAL_SCOPE_VOLATILE}_${btoa(e)}_`,this.wrapped=t}scopeKey(e){return`${this.scope}${e}`}setItem(e,t){this.wrapped.setItem(this.scopeKey(e),t)}getItem(e){return this.wrapped.getItem(this.scopeKey(e))}removeItem(e){this.wrapped.removeItem(this.scopeKey(e))}clear(){Object.keys(this.wrapped).filter(e=>e.startsWith(this.scope)).map(this.wrapped.removeItem.bind(this.wrapped))}}const c=[];var l;l=e=>{i=e.token,c.forEach(e=>{try{e(i)}catch(e){console.error("Error updating CSRF token observer",e)}})},(null!==a?a:"undefined"==typeof window?new Proxy({},{get:()=>()=>console.error("Window not available, EventBus can not be established!")}):(window.OC?._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),a=void 0!==window?._nc_event_bus?new r(window._nc_event_bus):window._nc_event_bus=new o,a)).subscribe("csrf-token-update",l),new class{appId;persisted=!1;clearedOnLogout=!1;constructor(e){this.appId=e}persist(e=!0){return this.persisted=e,this}clearOnLogout(e=!0){return this.clearedOnLogout=e,this}build(){return new s(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}("public").persist().build();var u=Object.freeze({}),f=Array.isArray;function p(e){return null==e}function d(e){return null!=e}function h(e){return!0===e}function v(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function m(e){return"function"==typeof e}function g(e){return null!==e&&"object"==typeof e}var y=Object.prototype.toString;function _(e){return"[object Object]"===y.call(e)}function E(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function b(e){return d(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function A(e){return null==e?"":Array.isArray(e)||_(e)&&e.toString===y?JSON.stringify(e,T,2):String(e)}function T(e,t){return t&&t.__v_isRef?t.value:t}function C(e){var t=parseFloat(e);return isNaN(t)?e:t}function w(e,t){for(var n=Object.create(null),r=e.split(","),o=0;o-1)return e.splice(r,1)}}var I=Object.prototype.hasOwnProperty;function N(e,t){return I.call(e,t)}function x(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var L=/-(\w)/g,$=x(function(e){return e.replace(L,function(e,t){return t?t.toUpperCase():""})}),R=x(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),k=/\B([A-Z])/g,D=x(function(e){return e.replace(k,"-$1").toLowerCase()}),P=Function.prototype.bind?function(e,t){return e.bind(t)}:function(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 M(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function F(e,t){for(var n in t)e[n]=t[n];return e}function j(e){for(var t={},n=0;n0,oe=te&&te.indexOf("edge/")>0;te&&te.indexOf("android");var ie=te&&/iphone|ipad|ipod|ios/.test(te);te&&/chrome\/\d+/.test(te),te&&/phantomjs/.test(te);var ae,se=te&&te.match(/firefox\/(\d+)/),ce={}.watch,le=!1;if(ee)try{var ue={};Object.defineProperty(ue,"passive",{get:function(){le=!0}}),window.addEventListener("test-passive",null,ue)}catch(e){}var fe=function(){return void 0===ae&&(ae=!ee&&"undefined"!=typeof globalThis&&globalThis.process&&"server"===globalThis.process.env.VUE_ENV),ae},pe=ee&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function de(e){return"function"==typeof e&&/native code/.test(e.toString())}var he,ve="undefined"!=typeof Symbol&&de(Symbol)&&"undefined"!=typeof Reflect&&de(Reflect.ownKeys);he="undefined"!=typeof Set&&de(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 me=null;function ge(e){void 0===e&&(e=null),e||me&&me._scope.off(),me=e,e&&e._scope.on()}var ye=function(){function e(e,t,n,r,o,i,a,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),_e=function(e){void 0===e&&(e="");var t=new ye;return t.text=e,t.isComment=!0,t};function Ee(e){return new ye(void 0,void 0,void 0,String(e))}function be(e){var t=new ye(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}"function"==typeof SuppressedError&&SuppressedError;var Ae=0,Te=[],Ce=function(){function e(){this._pending=!1,this.id=Ae++,this.subs=[]}return e.prototype.addSub=function(e){this.subs.push(e)},e.prototype.removeSub=function(e){this.subs[this.subs.indexOf(e)]=null,this._pending||(this._pending=!0,Te.push(this))},e.prototype.depend=function(t){e.target&&e.target.addDep(this)},e.prototype.notify=function(e){for(var t=this.subs.filter(function(e){return e}),n=0,r=t.length;n0&&(et((r=tt(r,"".concat(t||"","_").concat(n)))[0])&&et(i)&&(a[o]=Ee(i.text+r[0].text),r.shift()),a.push.apply(a,r)):v(r)?et(i)?a[o]=Ee(i.text+r):""!==r&&a.push(Ee(r)):et(r)&&et(i)?a[o]=Ee(i.text+r.text):(h(e._isVList)&&d(r.tag)&&p(r.key)&&d(t)&&(r.key="__vlist".concat(t,"_").concat(n,"__")),a.push(r)));return a}function nt(e,t){var n,r,o,i,a=null;if(f(e)||"string"==typeof e)for(a=new Array(e.length),n=0,r=e.length;n0,a=t?!!t.$stable:!i,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&r&&r!==u&&s===r.$key&&!i&&!r.$hasNormal)return r;for(var c in o={},t)t[c]&&"$"!==c[0]&&(o[c]=bt(e,n,c,t[c]))}else o={};for(var l in n)l in o||(o[l]=At(n,l));return t&&Object.isExtensible(t)&&(t._normalized=o),Z(o,"$stable",a),Z(o,"$key",s),Z(o,"$hasNormal",i),o}function bt(e,t,n,r){var o=function(){var t=me;ge(e);var n=arguments.length?r.apply(null,arguments):r({}),o=(n=n&&"object"==typeof n&&!f(n)?[n]:Qe(n))&&n[0];return ge(t),n&&(!o||1===n.length&&o.isComment&&!_t(o))?void 0:n};return r.proxy&&Object.defineProperty(t,n,{get:o,enumerable:!0,configurable:!0}),o}function At(e,t){return function(){return e[t]}}function Tt(e,t,n,r,o){var i=!1;for(var a in t)a in e?t[a]!==n[a]&&(i=!0):(i=!0,Ct(e,a,r,o));for(var a in e)a in t||(i=!0,delete e[a]);return i}function Ct(e,t,n,r){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return n[r][t]}})}function wt(e,t){for(var n in t)e[n]=t[n];for(var n in e)n in t||delete e[n]}var Ot=null;function St(e,t){return(e.__esModule||ve&&"Module"===e[Symbol.toStringTag])&&(e=e.default),g(e)?t.extend(e):e}function It(e){if(f(e))for(var t=0;thn&&ln[n].id>e.id;)n--;ln.splice(n+1,0,e)}else ln.push(e);pn||(pn=!0,zt(_n))}}(this)},e.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||g(e)||this.deep){var t=this.value;if(this.value=e,this.user){var n='callback for watcher "'.concat(this.expression,'"');$t(this.cb,this.vm,[e,t],this.vm,n)}else this.cb.call(this.vm,e,t)}}},e.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},e.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},e.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&S(this.vm._scope.effects,this),this.active){for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},e}();function Jt(e,t){qt.$on(e,t)}function Qt(e,t){qt.$off(e,t)}function en(e,t){var n=qt;return function r(){null!==t.apply(null,arguments)&&n.$off(e,r)}}function tn(e,t,n){qt=e,Ke(t,n||{},Jt,Qt,en,e),qt=void 0}var nn=null;function rn(e){var t=nn;return nn=e,function(){nn=t}}function on(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function an(e,t){if(t){if(e._directInactive=!1,on(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;ndocument.createEvent("Event").timeStamp&&(mn=function(){return gn.now()})}var yn=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function _n(){var e,t;for(vn=mn(),dn=!0,ln.sort(yn),hn=0;hn-1)if(i&&!N(o,"default"))a=!1;else if(""===a||a===D(e)){var c=Gn(String,o.type);(c<0||s-1:"string"==typeof e?e.split(",").indexOf(t)>-1:(n=e,!("[object RegExp]"!==y.call(n))&&e.test(t));var n}function nr(e,t){var n=e.cache,r=e.keys,o=e._vnode,i=e.$vnode;for(var a in n){var s=n[a];if(s){var c=s.name;c&&!t(c)&&rr(n,a,r,o)}}i.componentOptions.children=void 0}function rr(e,t,n,r){var o=e[t];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),e[t]=null,S(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=Zn++,t._isVue=!0,t.__v_skip=!0,t._scope=new We(!0),t._scope.parent=void 0,t._scope._vm=!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;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Pn(Jn(t.constructor),e||{},t),t._renderProxy=t,t._self=t,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._provided=n?n._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&tn(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,r=n&&n.context;e.$slots=gt(t._renderChildren,r),e.$scopedSlots=n?Et(e.$parent,n.data.scopedSlots,e.$slots):u,e._c=function(t,n,r,o){return Nt(e,t,n,r,o,!1)},e.$createElement=function(t,n,r,o){return Nt(e,t,n,r,o,!0)};var o=n&&n.data;Me(e,"$attrs",o&&o.attrs||u,null,!0),Me(e,"$listeners",t._parentListeners||u,null,!0)}(t),cn(t,"beforeCreate",void 0,!1),function(e){var t=En(e.$options.inject,e);t&&(Re(!1),Object.keys(t).forEach(function(n){Me(e,n,t[n])}),Re(!0))}(t),Xn(t),function(e){var t=e.$options.provide;if(t){var n=m(t)?t.call(e):t;if(!g(n))return;for(var r=function(e){var t=e._provided,n=e.$parent&&e.$parent._provided;return n===t?e._provided=Object.create(n):t}(e),o=ve?Reflect.ownKeys(n):Object.keys(n),i=0;i1?M(n):n;for(var r=M(arguments,1),o='event handler for "'.concat(e,'"'),i=0,a=n.length;iparseInt(this.max)&&rr(t,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)rr(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",function(t){nr(e,function(e){return tr(t,e)})}),this.$watch("exclude",function(t){nr(e,function(e){return!tr(t,e)})})},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=It(e),n=t&&t.componentOptions;if(n){var r=er(n),o=this.include,i=this.exclude;if(o&&(!r||!tr(o,r))||i&&r&&tr(i,r))return t;var a=this.cache,s=this.keys,c=null==t.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):t.key;a[c]?(t.componentInstance=a[c].componentInstance,S(s,c),s.push(c)):(this.vnodeToCache=t,this.keyToCache=c),t.data.keepAlive=!0}return t||e&&e[0]}},ar={KeepAlive:ir};!function(e){var t={get:function(){return q}};Object.defineProperty(e,"config",t),e.util={warn:Nn,extend:F,mergeOptions:Pn,defineReactive:Me},e.set=Fe,e.delete=je,e.nextTick=zt,e.observable=function(e){return Pe(e),e},e.options=Object.create(null),W.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,F(e.options.components,ar),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=M(arguments,1);return n.unshift(this),m(e.install)?e.install.apply(e,n):m(e)&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Pn(this.options,e),this}}(e),function(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,o=e._Ctor||(e._Ctor={});if(o[r])return o[r];var i=Cn(e)||Cn(n.options),a=function(e){this._init(e)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=t++,a.options=Pn(n.options,e),a.super=n,a.options.props&&function(e){var t=e.options.props;for(var n in t)zn(e.prototype,"_props",n)}(a),a.options.computed&&function(e){var t=e.options.computed;for(var n in t)Wn(e.prototype,n,t[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,W.forEach(function(e){a[e]=n[e]}),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=e,a.sealedOptions=F({},a.options),o[r]=a,a}}(e),function(e){W.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&_(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&m(n)&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)}(Qn),Object.defineProperty(Qn.prototype,"$isServer",{get:fe}),Object.defineProperty(Qn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Qn,"FunctionalRenderContext",{value:bn}),Qn.version="2.7.16";var sr=w("style,class"),cr=w("input,textarea,option,select,progress"),lr=w("contenteditable,draggable,spellcheck"),ur=w("events,caret,typing,plaintext-only"),fr=w("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,truespeed,typemustmatch,visible"),pr="http://www.w3.org/1999/xlink",dr=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},hr=function(e){return dr(e)?e.slice(6,e.length):""},vr=function(e){return null==e||!1===e};function mr(e,t){return{staticClass:gr(e.staticClass,t.staticClass),class:d(e.class)?[e.class,t.class]:t.class}}function gr(e,t){return e?t?e+" "+t:e:t||""}function yr(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,o=e.length;r-1?Gr(e,t,n):fr(t)?vr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):lr(t)?e.setAttribute(t,function(e,t){return vr(t)||"false"===t?"false":"contenteditable"===e&&ur(t)?t:"true"}(t,n)):dr(t)?vr(n)?e.removeAttributeNS(pr,hr(t)):e.setAttributeNS(pr,t,n):Gr(e,t,n)}function Gr(e,t,n){if(vr(n))e.removeAttribute(t);else{if(ne&&!re&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var Hr={create:Ur,update:Ur};function zr(e,t){var n=t.elm,r=t.data,o=e.data;if(!(p(r.staticClass)&&p(r.class)&&(p(o)||p(o.staticClass)&&p(o.class)))){var i=function(e){for(var t=e.data,n=e,r=e;d(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=mr(r.data,t));for(;d(n=n.parent);)n&&n.data&&(t=mr(t,n.data));return o=t.staticClass,i=t.class,d(o)||d(i)?gr(o,yr(i)):"";var o,i}(t),a=n._transitionClasses;d(a)&&(i=gr(i,yr(a))),i!==n._prevClass&&(n.setAttribute("class",i),n._prevClass=i)}}var Xr,Vr={create:zr,update:zr},Wr="__r",Yr="__c";function qr(e,t,n){var r=Xr;return function o(){null!==t.apply(null,arguments)&&Jr(e,o,n,r)}}var Kr=Pt&&!(se&&Number(se[1])<=53);function Zr(e,t,n,r){if(Kr){var o=vn,i=t;t=i._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=o||e.timeStamp<=0||e.target.ownerDocument!==document)return i.apply(this,arguments)}}Xr.addEventListener(e,t,le?{capture:n,passive:r}:n)}function Jr(e,t,n,r){(r||Xr).removeEventListener(e,t._wrapper||t,n)}function Qr(e,t){if(!p(e.data.on)||!p(t.data.on)){var n=t.data.on||{},r=e.data.on||{};Xr=t.elm||e.elm,function(e){if(d(e[Wr])){var t=ne?"change":"input";e[t]=[].concat(e[Wr],e[t]||[]),delete e[Wr]}d(e[Yr])&&(e.change=[].concat(e[Yr],e.change||[]),delete e[Yr])}(n),Ke(n,r,Zr,Jr,qr,t.context),Xr=void 0}}var eo,to={create:Qr,update:Qr,destroy:function(e){return Qr(e,Nr)}};function no(e,t){if(!p(e.data.domProps)||!p(t.data.domProps)){var n,r,o=t.elm,i=e.data.domProps||{},a=t.data.domProps||{};for(n in(d(a.__ob__)||h(a._v_attr_proxy))&&(a=t.data.domProps=F({},a)),i)n in a||(o[n]="");for(n in a){if(r=a[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===i[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=r;var s=p(r)?"":String(r);ro(o,s)&&(o.value=s)}else if("innerHTML"===n&&br(o.tagName)&&p(o.innerHTML)){(eo=eo||document.createElement("div")).innerHTML="".concat(r,"");for(var c=eo.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;c.firstChild;)o.appendChild(c.firstChild)}else if(r!==i[n])try{o[n]=r}catch(e){}}}}function ro(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(d(r)){if(r.number)return C(n)!==C(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var oo={create:no,update:no},io=x(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});function ao(e){var t=so(e.style);return e.staticStyle?F(e.staticStyle,t):t}function so(e){return Array.isArray(e)?j(e):"string"==typeof e?io(e):e}var co,lo=/^--/,uo=/\s*!important$/,fo=function(e,t,n){if(lo.test(t))e.style.setProperty(t,n);else if(uo.test(n))e.style.setProperty(D(t),n.replace(uo,""),"important");else{var r=ho(t);if(Array.isArray(n))for(var o=0,i=n.length;o-1?t.split(go).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" ".concat(e.getAttribute("class")||""," ");n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function _o(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(go).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" ".concat(e.getAttribute("class")||""," "),r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function Eo(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&F(t,bo(e.name||"v")),F(t,e),t}return"string"==typeof e?bo(e):void 0}}var bo=x(function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}}),Ao=ee&&!re,To="transition",Co="animation",wo="transition",Oo="transitionend",So="animation",Io="animationend";Ao&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(wo="WebkitTransition",Oo="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(So="WebkitAnimation",Io="webkitAnimationEnd"));var No=ee?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function xo(e){No(function(){No(e)})}function Lo(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),yo(e,t))}function $o(e,t){e._transitionClasses&&S(e._transitionClasses,t),_o(e,t)}function Ro(e,t,n){var r=Do(e,t),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===To?Oo:Io,c=0,l=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++c>=a&&l()};setTimeout(function(){c0&&(n=To,u=a,f=i.length):t===Co?l>0&&(n=Co,u=l,f=c.length):f=(n=(u=Math.max(a,l))>0?a>l?To:Co:null)?n===To?i.length:c.length:0,{type:n,timeout:u,propCount:f,hasTransform:n===To&&ko.test(r[wo+"Property"])}}function Po(e,t){for(;e.length1}function Go(e,t){!0!==t.data.show&&Fo(t)}var Ho=function(e){var t,n,r={},o=e.modules,i=e.nodeOps;for(t=0;th?_(e,p(n[g+1])?null:n[g+1].elm,n,f,g,r):f>g&&b(t,u,h)}(l,v,g,n,c):d(g)?(d(e.text)&&i.setTextContent(l,""),_(l,null,g,0,g.length-1,n)):d(v)?b(v,0,v.length-1):d(e.text)&&i.setTextContent(l,""):e.text!==t.text&&i.setTextContent(l,t.text),d(f)&&d(u=f.hook)&&d(u=u.postpatch)&&u(e,t)}}}function O(e,t,n){if(h(n)&&d(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r-1,a.selected!==i&&(a.selected=i);else if(H(Yo(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));o||(e.selectedIndex=-1)}}function Wo(e,t){return t.every(function(t){return!H(t,e)})}function Yo(e){return"_value"in e?e._value:e.value}function qo(e){e.target.composing=!0}function Ko(e){e.target.composing&&(e.target.composing=!1,Zo(e.target,"input"))}function Zo(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Jo(e){return!e.componentInstance||e.data&&e.data.transition?e:Jo(e.componentInstance._vnode)}var Qo={model:zo,show:{bind:function(e,t,n){var r=t.value,o=(n=Jo(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&o?(n.data.show=!0,Fo(n,function(){e.style.display=i})):e.style.display=r?i:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=Jo(n)).data&&n.data.transition?(n.data.show=!0,r?Fo(n,function(){e.style.display=e.__vOriginalDisplay}):jo(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,o){o||(e.style.display=e.__vOriginalDisplay)}}},ei={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]};function ti(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?ti(It(t.children)):e}function ni(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var o=n._parentListeners;for(var r in o)t[$(r)]=o[r];return t}function ri(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var oi=function(e){return e.tag||_t(e)},ii=function(e){return"show"===e.name},ai={name:"transition",props:ei,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(oi)).length){var r=this.mode,o=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return o;var i=ti(o);if(!i)return o;if(this._leaving)return ri(e,o);var a="__transition-".concat(this._uid,"-");i.key=null==i.key?i.isComment?a+"comment":a+i.tag:v(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var s=(i.data||(i.data={})).transition=ni(this),c=this._vnode,l=ti(c);if(i.data.directives&&i.data.directives.some(ii)&&(i.data.show=!0),l&&l.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,l)&&!_t(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var u=l.data.transition=F({},s);if("out-in"===r)return this._leaving=!0,Ze(u,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),ri(e,o);if("in-out"===r){if(_t(i))return c;var f,p=function(){f()};Ze(s,"afterEnter",p),Ze(s,"enterCancelled",p),Ze(u,"delayLeave",function(e){f=e})}}return o}}},si=F({tag:String,moveClass:String},ei);delete si.mode;var ci={props:si,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var o=rn(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,o(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=ni(this),s=0;s-1?Tr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Tr[e]=/HTMLUnknownElement/.test(t.toString())},F(Qn.options.directives,Qo),F(Qn.options.components,pi),Qn.prototype.__patch__=ee?Ho:U,Qn.prototype.$mount=function(e,t){return function(e,t,n){var r;e.$el=t,e.$options.render||(e.$options.render=_e),cn(e,"beforeMount"),r=function(){e._update(e._render(),n)},new Zt(e,r,U,{before:function(){e._isMounted&&!e._isDestroyed&&cn(e,"beforeUpdate")}},!0),n=!1;var o=e._preWatchers;if(o)for(var i=0;i2?n-2:0),o=2;o1?t-1:0),r=1;r1?n-1:0),o=1;o2&&void 0!==arguments[2]?arguments[2]:Xi;Li&&Li(e,null);let r=t.length;for(;r--;){let o=t[r];if("string"==typeof o){const e=n(o);e!==o&&($i(t)||(t[r]=e),o=e)}e[o]=!0}return e}function ra(e){for(let t=0;t/gm),_a=Pi(/\$\{[\w\W]*/gm),Ea=Pi(/^data-[\-\w.\u00B7-\uFFFF]+$/),ba=Pi(/^aria-[\-\w]+$/),Aa=Pi(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ta=Pi(/^(?:\w+script|data):/i),Ca=Pi(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),wa=Pi(/^html$/i),Oa=Pi(/^[a-z][.\w]*(-[.\w]+)+$/i);var Sa=Object.freeze({__proto__:null,ARIA_ATTR:ba,ATTR_WHITESPACE:Ca,CUSTOM_ELEMENT:Oa,DATA_ATTR:Ea,DOCTYPE_NAME:wa,ERB_EXPR:ya,IS_ALLOWED_URI:Aa,IS_SCRIPT_OR_DATA:Ta,MUSTACHE_EXPR:ga,TMPLIT_EXPR:_a});const Ia=function(){return"undefined"==typeof window?null:window};var Na=function e(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Ia();const n=t=>e(t);if(n.version="3.3.1",n.removed=[],!t||!t.document||9!==t.document.nodeType||!t.Element)return n.isSupported=!1,n;let{document:r}=t;const o=r,i=o.currentScript,{DocumentFragment:a,HTMLTemplateElement:s,Node:c,Element:l,NodeFilter:u,NamedNodeMap:f=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:d,trustedTypes:h}=t,v=l.prototype,m=ia(v,"cloneNode"),g=ia(v,"remove"),y=ia(v,"nextSibling"),_=ia(v,"childNodes"),E=ia(v,"parentNode");if("function"==typeof s){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let b,A="";const{implementation:T,createNodeIterator:C,createDocumentFragment:w,getElementsByTagName:O}=r,{importNode:S}=o;let I={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};n.isSupported="function"==typeof xi&&"function"==typeof E&&T&&void 0!==T.createHTMLDocument;const{MUSTACHE_EXPR:N,ERB_EXPR:x,TMPLIT_EXPR:L,DATA_ATTR:$,ARIA_ATTR:R,IS_SCRIPT_OR_DATA:k,ATTR_WHITESPACE:D,CUSTOM_ELEMENT:P}=Sa;let{IS_ALLOWED_URI:M}=Sa,F=null;const j=na({},[...aa,...sa,...ca,...ua,...pa]);let U=null;const B=na({},[...da,...ha,...va,...ma]);let G=Object.seal(Mi(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),H=null,z=null;const X=Object.seal(Mi(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let V=!0,W=!0,Y=!1,q=!0,K=!1,Z=!0,J=!1,Q=!1,ee=!1,te=!1,ne=!1,re=!1,oe=!0,ie=!1,ae=!0,se=!1,ce={},le=null;const ue=na({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let fe=null;const pe=na({},["audio","video","img","source","image","track"]);let de=null;const he=na({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ve="http://www.w3.org/1998/Math/MathML",me="http://www.w3.org/2000/svg",ge="http://www.w3.org/1999/xhtml";let ye=ge,_e=!1,Ee=null;const be=na({},[ve,me,ge],Vi);let Ae=na({},["mi","mo","mn","ms","mtext"]),Te=na({},["annotation-xml"]);const Ce=na({},["title","style","font","a","script"]);let we=null;const Oe=["application/xhtml+xml","text/html"];let Se=null,Ie=null;const Ne=r.createElement("form"),xe=function(e){return e instanceof RegExp||e instanceof Function},Le=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!Ie||Ie!==e){if(e&&"object"==typeof e||(e={}),e=oa(e),we=-1===Oe.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,Se="application/xhtml+xml"===we?Vi:Xi,F=Zi(e,"ALLOWED_TAGS")?na({},e.ALLOWED_TAGS,Se):j,U=Zi(e,"ALLOWED_ATTR")?na({},e.ALLOWED_ATTR,Se):B,Ee=Zi(e,"ALLOWED_NAMESPACES")?na({},e.ALLOWED_NAMESPACES,Vi):be,de=Zi(e,"ADD_URI_SAFE_ATTR")?na(oa(he),e.ADD_URI_SAFE_ATTR,Se):he,fe=Zi(e,"ADD_DATA_URI_TAGS")?na(oa(pe),e.ADD_DATA_URI_TAGS,Se):pe,le=Zi(e,"FORBID_CONTENTS")?na({},e.FORBID_CONTENTS,Se):ue,H=Zi(e,"FORBID_TAGS")?na({},e.FORBID_TAGS,Se):oa({}),z=Zi(e,"FORBID_ATTR")?na({},e.FORBID_ATTR,Se):oa({}),ce=!!Zi(e,"USE_PROFILES")&&e.USE_PROFILES,V=!1!==e.ALLOW_ARIA_ATTR,W=!1!==e.ALLOW_DATA_ATTR,Y=e.ALLOW_UNKNOWN_PROTOCOLS||!1,q=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,K=e.SAFE_FOR_TEMPLATES||!1,Z=!1!==e.SAFE_FOR_XML,J=e.WHOLE_DOCUMENT||!1,te=e.RETURN_DOM||!1,ne=e.RETURN_DOM_FRAGMENT||!1,re=e.RETURN_TRUSTED_TYPE||!1,ee=e.FORCE_BODY||!1,oe=!1!==e.SANITIZE_DOM,ie=e.SANITIZE_NAMED_PROPS||!1,ae=!1!==e.KEEP_CONTENT,se=e.IN_PLACE||!1,M=e.ALLOWED_URI_REGEXP||Aa,ye=e.NAMESPACE||ge,Ae=e.MATHML_TEXT_INTEGRATION_POINTS||Ae,Te=e.HTML_INTEGRATION_POINTS||Te,G=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&xe(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(G.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&xe(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(G.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(G.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),K&&(W=!1),ne&&(te=!0),ce&&(F=na({},pa),U=[],!0===ce.html&&(na(F,aa),na(U,da)),!0===ce.svg&&(na(F,sa),na(U,ha),na(U,ma)),!0===ce.svgFilters&&(na(F,ca),na(U,ha),na(U,ma)),!0===ce.mathMl&&(na(F,ua),na(U,va),na(U,ma))),e.ADD_TAGS&&("function"==typeof e.ADD_TAGS?X.tagCheck=e.ADD_TAGS:(F===j&&(F=oa(F)),na(F,e.ADD_TAGS,Se))),e.ADD_ATTR&&("function"==typeof e.ADD_ATTR?X.attributeCheck=e.ADD_ATTR:(U===B&&(U=oa(U)),na(U,e.ADD_ATTR,Se))),e.ADD_URI_SAFE_ATTR&&na(de,e.ADD_URI_SAFE_ATTR,Se),e.FORBID_CONTENTS&&(le===ue&&(le=oa(le)),na(le,e.FORBID_CONTENTS,Se)),e.ADD_FORBID_CONTENTS&&(le===ue&&(le=oa(le)),na(le,e.ADD_FORBID_CONTENTS,Se)),ae&&(F["#text"]=!0),J&&na(F,["html","head","body"]),F.table&&(na(F,["tbody"]),delete H.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw Qi('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw Qi('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');b=e.TRUSTED_TYPES_POLICY,A=b.createHTML("")}else void 0===b&&(b=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const o="dompurify"+(n?"#"+n:"");try{return e.createPolicy(o,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+o+" could not be created."),null}}(h,i)),null!==b&&"string"==typeof A&&(A=b.createHTML(""));Di&&Di(e),Ie=e}},$e=na({},[...sa,...ca,...la]),Re=na({},[...ua,...fa]),ke=function(e){Hi(n.removed,{element:e});try{E(e).removeChild(e)}catch(t){g(e)}},De=function(e,t){try{Hi(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){Hi(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e)if(te||ne)try{ke(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Pe=function(e){let t=null,n=null;if(ee)e=""+e;else{const t=Wi(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===we&&ye===ge&&(e=''+e+"");const o=b?b.createHTML(e):e;if(ye===ge)try{t=(new d).parseFromString(o,we)}catch(e){}if(!t||!t.documentElement){t=T.createDocument(ye,"template",null);try{t.documentElement.innerHTML=_e?A:o}catch(e){}}const i=t.body||t.documentElement;return e&&n&&i.insertBefore(r.createTextNode(n),i.childNodes[0]||null),ye===ge?O.call(t,J?"html":"body")[0]:J?t.documentElement:i},Me=function(e){return C.call(e.ownerDocument||e,e,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},Fe=function(e){return e instanceof p&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof f)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},je=function(e){return"function"==typeof c&&e instanceof c};function Ue(e,t,r){Ui(e,e=>{e.call(n,t,r,Ie)})}const Be=function(e){let t=null;if(Ue(I.beforeSanitizeElements,e,null),Fe(e))return ke(e),!0;const r=Se(e.nodeName);if(Ue(I.uponSanitizeElement,e,{tagName:r,allowedTags:F}),Z&&e.hasChildNodes()&&!je(e.firstElementChild)&&Ji(/<[/\w!]/g,e.innerHTML)&&Ji(/<[/\w!]/g,e.textContent))return ke(e),!0;if(7===e.nodeType)return ke(e),!0;if(Z&&8===e.nodeType&&Ji(/<[/\w]/g,e.data))return ke(e),!0;if(!(X.tagCheck instanceof Function&&X.tagCheck(r))&&(!F[r]||H[r])){if(!H[r]&&He(r)){if(G.tagNameCheck instanceof RegExp&&Ji(G.tagNameCheck,r))return!1;if(G.tagNameCheck instanceof Function&&G.tagNameCheck(r))return!1}if(ae&&!le[r]){const t=E(e)||e.parentNode,n=_(e)||e.childNodes;if(n&&t)for(let r=n.length-1;r>=0;--r){const o=m(n[r],!0);o.__removalCount=(e.__removalCount||0)+1,t.insertBefore(o,y(e))}}return ke(e),!0}return e instanceof l&&!function(e){let t=E(e);t&&t.tagName||(t={namespaceURI:ye,tagName:"template"});const n=Xi(e.tagName),r=Xi(t.tagName);return!!Ee[e.namespaceURI]&&(e.namespaceURI===me?t.namespaceURI===ge?"svg"===n:t.namespaceURI===ve?"svg"===n&&("annotation-xml"===r||Ae[r]):Boolean($e[n]):e.namespaceURI===ve?t.namespaceURI===ge?"math"===n:t.namespaceURI===me?"math"===n&&Te[r]:Boolean(Re[n]):e.namespaceURI===ge?!(t.namespaceURI===me&&!Te[r])&&!(t.namespaceURI===ve&&!Ae[r])&&!Re[n]&&(Ce[n]||!$e[n]):!("application/xhtml+xml"!==we||!Ee[e.namespaceURI]))}(e)?(ke(e),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!Ji(/<\/no(script|embed|frames)/i,e.innerHTML)?(K&&3===e.nodeType&&(t=e.textContent,Ui([N,x,L],e=>{t=Yi(t,e," ")}),e.textContent!==t&&(Hi(n.removed,{element:e.cloneNode()}),e.textContent=t)),Ue(I.afterSanitizeElements,e,null),!1):(ke(e),!0)},Ge=function(e,t,n){if(oe&&("id"===t||"name"===t)&&(n in r||n in Ne))return!1;if(W&&!z[t]&&Ji($,t));else if(V&&Ji(R,t));else if(X.attributeCheck instanceof Function&&X.attributeCheck(t,e));else if(!U[t]||z[t]){if(!(He(e)&&(G.tagNameCheck instanceof RegExp&&Ji(G.tagNameCheck,e)||G.tagNameCheck instanceof Function&&G.tagNameCheck(e))&&(G.attributeNameCheck instanceof RegExp&&Ji(G.attributeNameCheck,t)||G.attributeNameCheck instanceof Function&&G.attributeNameCheck(t,e))||"is"===t&&G.allowCustomizedBuiltInElements&&(G.tagNameCheck instanceof RegExp&&Ji(G.tagNameCheck,n)||G.tagNameCheck instanceof Function&&G.tagNameCheck(n))))return!1}else if(de[t]);else if(Ji(M,Yi(n,D,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==qi(n,"data:")||!fe[e])if(Y&&!Ji(k,Yi(n,D,"")));else if(n)return!1;return!0},He=function(e){return"annotation-xml"!==e&&Wi(e,P)},ze=function(e){Ue(I.beforeSanitizeAttributes,e,null);const{attributes:t}=e;if(!t||Fe(e))return;const r={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:U,forceKeepAttr:void 0};let o=t.length;for(;o--;){const i=t[o],{name:a,namespaceURI:s,value:c}=i,l=Se(a),u=c;let f="value"===a?u:Ki(u);if(r.attrName=l,r.attrValue=f,r.keepAttr=!0,r.forceKeepAttr=void 0,Ue(I.uponSanitizeAttribute,e,r),f=r.attrValue,!ie||"id"!==l&&"name"!==l||(De(a,e),f="user-content-"+f),Z&&Ji(/((--!?|])>)|<\/(style|title|textarea)/i,f)){De(a,e);continue}if("attributename"===l&&Wi(f,"href")){De(a,e);continue}if(r.forceKeepAttr)continue;if(!r.keepAttr){De(a,e);continue}if(!q&&Ji(/\/>/i,f)){De(a,e);continue}K&&Ui([N,x,L],e=>{f=Yi(f,e," ")});const p=Se(e.nodeName);if(Ge(p,l,f)){if(b&&"object"==typeof h&&"function"==typeof h.getAttributeType)if(s);else switch(h.getAttributeType(p,l)){case"TrustedHTML":f=b.createHTML(f);break;case"TrustedScriptURL":f=b.createScriptURL(f)}if(f!==u)try{s?e.setAttributeNS(s,a,f):e.setAttribute(a,f),Fe(e)?ke(e):Gi(n.removed)}catch(t){De(a,e)}}else De(a,e)}Ue(I.afterSanitizeAttributes,e,null)},Xe=function e(t){let n=null;const r=Me(t);for(Ue(I.beforeSanitizeShadowDOM,t,null);n=r.nextNode();)Ue(I.uponSanitizeShadowNode,n,null),Be(n),ze(n),n.content instanceof a&&e(n.content);Ue(I.afterSanitizeShadowDOM,t,null)};return n.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null,i=null,s=null,l=null;if(_e=!e,_e&&(e="\x3c!--\x3e"),"string"!=typeof e&&!je(e)){if("function"!=typeof e.toString)throw Qi("toString is not a function");if("string"!=typeof(e=e.toString()))throw Qi("dirty is not a string, aborting")}if(!n.isSupported)return e;if(Q||Le(t),n.removed=[],"string"==typeof e&&(se=!1),se){if(e.nodeName){const t=Se(e.nodeName);if(!F[t]||H[t])throw Qi("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof c)r=Pe("\x3c!----\x3e"),i=r.ownerDocument.importNode(e,!0),1===i.nodeType&&"BODY"===i.nodeName||"HTML"===i.nodeName?r=i:r.appendChild(i);else{if(!te&&!K&&!J&&-1===e.indexOf("<"))return b&&re?b.createHTML(e):e;if(r=Pe(e),!r)return te?null:re?A:""}r&&ee&&ke(r.firstChild);const u=Me(se?e:r);for(;s=u.nextNode();)Be(s),ze(s),s.content instanceof a&&Xe(s.content);if(se)return e;if(te){if(ne)for(l=w.call(r.ownerDocument);r.firstChild;)l.appendChild(r.firstChild);else l=r;return(U.shadowroot||U.shadowrootmode)&&(l=S.call(o,l,!0)),l}let f=J?r.outerHTML:r.innerHTML;return J&&F["!doctype"]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&Ji(wa,r.ownerDocument.doctype.name)&&(f="\n"+f),K&&Ui([N,x,L],e=>{f=Yi(f,e," ")}),b&&re?b.createHTML(f):f},n.setConfig=function(){Le(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Q=!0},n.clearConfig=function(){Ie=null,Q=!1},n.isValidAttribute=function(e,t,n){Ie||Le({});const r=Se(e),o=Se(t);return Ge(r,o,n)},n.addHook=function(e,t){"function"==typeof t&&Hi(I[e],t)},n.removeHook=function(e,t){if(void 0!==t){const n=Bi(I[e],t);return-1===n?void 0:zi(I[e],n,1)[0]}return Gi(I[e])},n.removeHooks=function(e){I[e]=[]},n.removeAllHooks=function(){I={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},n}(),xa=n(70580);function La(e){return{translations:globalThis._oc_l10n_registry_translations[e]??{},pluralFunction:globalThis._oc_l10n_registry_plural_functions[e]??(e=>e)}}function $a(e,t,n,r,o){const i="object"==typeof n?n:void 0,a="number"==typeof r?r:"number"==typeof n?n:void 0,s={escape:!0,sanitize:!0,..."object"==typeof o?o:"object"==typeof r?r:{}},c=e=>e,l=(s.sanitize?Na.sanitize:c)||c,u=s.escape?xa:c,f=e=>"string"==typeof e||"number"==typeof e;let p=(o?.bundle??La(e)).translations[t]||t;return p=Array.isArray(p)?p[0]:p,l("object"==typeof i||void 0!==a?(d=i,h=a,p.replace(/%n/g,""+h).replace(/{([^{}]*)}/g,(e,t)=>{if(void 0===d||!(t in d))return u(e);const n=d[t];return f(n)?u(`${n}`):"object"==typeof n&&f(n.value)?(!1!==n.escape?xa:c)(`${n.value}`):u(e)})):p);var d,h}globalThis._nc_l10n_locale??="undefined"!=typeof document&&document.documentElement.dataset.locale||Intl.DateTimeFormat().resolvedOptions().locale.replaceAll(/-/g,"_"),globalThis._nc_l10n_language??="undefined"!=typeof document&&document.documentElement.lang||(globalThis.navigator?.language??"en"),globalThis._oc_l10n_registry_translations??={},globalThis._oc_l10n_registry_plural_functions??={};const Ra={methods:{t:$a,n:function(e,t,n,r,o,i){const a="_"+t+"_::_"+n+"_",s=i?.bundle??La(e),c=s.translations[a];if(void 0!==c){const t=c;if(Array.isArray(t))return $a(e,t[s.pluralFunction(r)],o,r,i)}return $a(e,1===r?t:n,o,r,i)}}};n.nc=btoa((void 0===i&&(i=document.head.dataset.requesttoken??null),i)),n.p=((e,t,n)=>{const r=window?.OC?.coreApps?.includes(e)??!1,o="php"===n.slice(-3);let i=function(){let e=window._oc_webroot;if(void 0===e){e=location.pathname;const t=e.indexOf("/index.php/");if(-1!==t)e=e.slice(0,t);else{const t=e.indexOf("/",1);e=e.slice(0,t>0?t:void 0)}}return e}();return o&&!r?(i+=`/index.php/apps/${e}`,t&&(i+=`/${encodeURI(t)}`),"index.php"!==n&&(i+=`/${n}`)):o||r?("settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t||(i+="/index.php"),e&&(i+=`/${e}`),t&&(i+=`/${t}`),i+=`/${n}`):(i=function(e){return(window._oc_appswebroots??{})[e]??""}(e),t&&(i+=`/${t}/`),"/"!==i.at(-1)&&(i+="/"),i+=n),i})("mail","","js/"),Qn.mixin(Ra),new(Qn.extend(Ni))({}).$mount("#mail-oauth-done"),window.opener&&window.opener.postMessage("DONE")})()})(); //# sourceMappingURL=oauthpopup.js.map