-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathtext-public.js
More file actions
3 lines (3 loc) Β· 216 KB
/
text-public.js
File metadata and controls
3 lines (3 loc) Β· 216 KB
1
2
3
/*! For license information please see text-public.js.LICENSE.txt */
(()=>{var e,n,r,i,o={22200:(t,e,n)=>{"use strict";var r=n(57888),i=void 0,o=[];r.subscribe("csrf-token-update",(function(t){i=t.token,o.forEach((function(e){try{e(t.token)}catch(t){console.error("error updating CSRF token observer",t)}}))}));var a=function(t,e){return t?t.getAttribute(e):null},s=void 0;e.getCurrentUser=function(){if(void 0!==s)return s;var t=null===document||void 0===document?void 0:document.getElementsByTagName("head")[0];if(!t)return null;var e=a(t,"data-user");return s=null===e?null:{uid:e,displayName:a(t,"data-user-displayname"),isAdmin:!!window._oc_isadmin}},e.getRequestToken=function(){if(void 0===i){var t=null===document||void 0===document?void 0:document.getElementsByTagName("head")[0];i=t?t.getAttribute("data-requesttoken"):null}return i},e.onRequestTokenUpdate=function(t){o.push(t)}},62556:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.clearAll=function(){[window.sessionStorage,window.localStorage].map((t=>a(t)))},e.clearNonPersistent=function(){[window.sessionStorage,window.localStorage].map((t=>a(t,(t=>!t.startsWith(i.default.GLOBAL_SCOPE_PERSISTENT)))))},e.getBuilder=function(t){return new r.default(t)};var r=o(n(71957)),i=o(n(48971));function o(t){return t&&t.__esModule?t:{default:t}}function a(t,e){Object.keys(t).filter((t=>!e||e(t))).map(t.removeItem.bind(t))}},48971:(t,e)=>{"use strict";function n(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;class r{constructor(t,e,i){n(this,"scope",void 0),n(this,"wrapped",void 0),this.scope=`${i?r.GLOBAL_SCOPE_PERSISTENT:r.GLOBAL_SCOPE_VOLATILE}_${btoa(t)}_`,this.wrapped=e}scopeKey(t){return`${this.scope}${t}`}setItem(t,e){this.wrapped.setItem(this.scopeKey(t),e)}getItem(t){return this.wrapped.getItem(this.scopeKey(t))}removeItem(t){this.wrapped.removeItem(this.scopeKey(t))}clear(){Object.keys(this.wrapped).filter((t=>t.startsWith(this.scope))).map(this.wrapped.removeItem.bind(this.wrapped))}}e.default=r,n(r,"GLOBAL_SCOPE_VOLATILE","nextcloud_vol"),n(r,"GLOBAL_SCOPE_PERSISTENT","nextcloud_per")},71957:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r,i=(r=n(48971))&&r.__esModule?r:{default:r};function o(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}e.default=class{constructor(t){o(this,"appId",void 0),o(this,"persisted",!1),o(this,"clearedOnLogout",!1),this.appId=t}persist(){let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.persisted=t,this}clearOnLogout(){let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.clearedOnLogout=t,this}build(){return new i.default(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}},67737:(t,e,n)=>{const r=n(85503),{MAX_LENGTH:i,MAX_SAFE_INTEGER:o}=n(35519),{safeRe:a,t:s}=n(88238),c=n(74433),{compareIdentifiers:u}=n(63242);class l{constructor(t,e){if(e=c(e),t instanceof l){if(t.loose===!!e.loose&&t.includePrerelease===!!e.includePrerelease)return t;t=t.version}else if("string"!=typeof t)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof t}".`);if(t.length>i)throw new TypeError(`version is longer than ${i} characters`);r("SemVer",t,e),this.options=e,this.loose=!!e.loose,this.includePrerelease=!!e.includePrerelease;const n=t.trim().match(e.loose?a[s.LOOSE]:a[s.FULL]);if(!n)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>o||this.major<0)throw new TypeError("Invalid major version");if(this.minor>o||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>o||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((t=>{if(/^[0-9]+$/.test(t)){const e=+t;if(e>=0&&e<o)return e}return t})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(r("SemVer.compare",this.version,this.options,t),!(t instanceof l)){if("string"==typeof t&&t===this.version)return 0;t=new l(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof l||(t=new l(t,this.options)),u(this.major,t.major)||u(this.minor,t.minor)||u(this.patch,t.patch)}comparePre(t){if(t instanceof l||(t=new l(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let e=0;do{const n=this.prerelease[e],i=t.prerelease[e];if(r("prerelease compare",e,n,i),void 0===n&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===n)return-1;if(n!==i)return u(n,i)}while(++e)}compareBuild(t){t instanceof l||(t=new l(t,this.options));let e=0;do{const n=this.build[e],i=t.build[e];if(r("prerelease compare",e,n,i),void 0===n&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===n)return-1;if(n!==i)return u(n,i)}while(++e)}inc(t,e,n){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e,n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e,n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e,n),this.inc("pre",e,n);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",e,n),this.inc("pre",e,n);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 t=Number(n)?1:0;if(!e&&!1===n)throw new Error("invalid increment argument: identifier is empty");if(0===this.prerelease.length)this.prerelease=[t];else{let r=this.prerelease.length;for(;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);if(-1===r){if(e===this.prerelease.join(".")&&!1===n)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(t)}}if(e){let r=[e,t];!1===n&&(r=[e]),0===u(this.prerelease[0],e)?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw new Error(`invalid increment argument: ${t}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}t.exports=l},92426:(t,e,n)=>{const r=n(67737);t.exports=(t,e)=>new r(t,e).major},67488:(t,e,n)=>{const r=n(67737);t.exports=(t,e,n=!1)=>{if(t instanceof r)return t;try{return new r(t,e)}catch(t){if(!n)return null;throw t}}},77907:(t,e,n)=>{const r=n(67488);t.exports=(t,e)=>{const n=r(t,e);return n?n.version:null}},35519:t=>{const e=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:e,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},85503:(t,e,n)=>{var r=n(34155);const i="object"==typeof r&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};t.exports=i},63242:t=>{const e=/^[0-9]+$/,n=(t,n)=>{const r=e.test(t),i=e.test(n);return r&&i&&(t=+t,n=+n),t===n?0:r&&!i?-1:i&&!r?1:t<n?-1:1};t.exports={compareIdentifiers:n,rcompareIdentifiers:(t,e)=>n(e,t)}},74433:t=>{const e=Object.freeze({loose:!0}),n=Object.freeze({});t.exports=t=>t?"object"!=typeof t?e:t:n},88238:(t,e,n)=>{const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:i}=n(35519),o=n(85503),a=(e=t.exports={}).re=[],s=e.safeRe=[],c=e.src=[],u=e.t={};let l=0;const f="[a-zA-Z0-9-]",h=[["\\s",1],["\\d",r],[f,i]],d=(t,e,n)=>{const r=(t=>{for(const[e,n]of h)t=t.split(`${e}*`).join(`${e}{0,${n}}`).split(`${e}+`).join(`${e}{1,${n}}`);return t})(e),i=l++;o(t,i,e),u[t]=i,c[i]=e,a[i]=new RegExp(e,n?"g":void 0),s[i]=new RegExp(r,n?"g":void 0)};d("NUMERICIDENTIFIER","0|[1-9]\\d*"),d("NUMERICIDENTIFIERLOOSE","\\d+"),d("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${f}*`),d("MAINVERSION",`(${c[u.NUMERICIDENTIFIER]})\\.(${c[u.NUMERICIDENTIFIER]})\\.(${c[u.NUMERICIDENTIFIER]})`),d("MAINVERSIONLOOSE",`(${c[u.NUMERICIDENTIFIERLOOSE]})\\.(${c[u.NUMERICIDENTIFIERLOOSE]})\\.(${c[u.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASEIDENTIFIER",`(?:${c[u.NUMERICIDENTIFIER]}|${c[u.NONNUMERICIDENTIFIER]})`),d("PRERELEASEIDENTIFIERLOOSE",`(?:${c[u.NUMERICIDENTIFIERLOOSE]}|${c[u.NONNUMERICIDENTIFIER]})`),d("PRERELEASE",`(?:-(${c[u.PRERELEASEIDENTIFIER]}(?:\\.${c[u.PRERELEASEIDENTIFIER]})*))`),d("PRERELEASELOOSE",`(?:-?(${c[u.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[u.PRERELEASEIDENTIFIERLOOSE]})*))`),d("BUILDIDENTIFIER",`${f}+`),d("BUILD",`(?:\\+(${c[u.BUILDIDENTIFIER]}(?:\\.${c[u.BUILDIDENTIFIER]})*))`),d("FULLPLAIN",`v?${c[u.MAINVERSION]}${c[u.PRERELEASE]}?${c[u.BUILD]}?`),d("FULL",`^${c[u.FULLPLAIN]}$`),d("LOOSEPLAIN",`[v=\\s]*${c[u.MAINVERSIONLOOSE]}${c[u.PRERELEASELOOSE]}?${c[u.BUILD]}?`),d("LOOSE",`^${c[u.LOOSEPLAIN]}$`),d("GTLT","((?:<|>)?=?)"),d("XRANGEIDENTIFIERLOOSE",`${c[u.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),d("XRANGEIDENTIFIER",`${c[u.NUMERICIDENTIFIER]}|x|X|\\*`),d("XRANGEPLAIN",`[v=\\s]*(${c[u.XRANGEIDENTIFIER]})(?:\\.(${c[u.XRANGEIDENTIFIER]})(?:\\.(${c[u.XRANGEIDENTIFIER]})(?:${c[u.PRERELEASE]})?${c[u.BUILD]}?)?)?`),d("XRANGEPLAINLOOSE",`[v=\\s]*(${c[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[u.XRANGEIDENTIFIERLOOSE]})(?:${c[u.PRERELEASELOOSE]})?${c[u.BUILD]}?)?)?`),d("XRANGE",`^${c[u.GTLT]}\\s*${c[u.XRANGEPLAIN]}$`),d("XRANGELOOSE",`^${c[u.GTLT]}\\s*${c[u.XRANGEPLAINLOOSE]}$`),d("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),d("COERCERTL",c[u.COERCE],!0),d("LONETILDE","(?:~>?)"),d("TILDETRIM",`(\\s*)${c[u.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",d("TILDE",`^${c[u.LONETILDE]}${c[u.XRANGEPLAIN]}$`),d("TILDELOOSE",`^${c[u.LONETILDE]}${c[u.XRANGEPLAINLOOSE]}$`),d("LONECARET","(?:\\^)"),d("CARETTRIM",`(\\s*)${c[u.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",d("CARET",`^${c[u.LONECARET]}${c[u.XRANGEPLAIN]}$`),d("CARETLOOSE",`^${c[u.LONECARET]}${c[u.XRANGEPLAINLOOSE]}$`),d("COMPARATORLOOSE",`^${c[u.GTLT]}\\s*(${c[u.LOOSEPLAIN]})$|^$`),d("COMPARATOR",`^${c[u.GTLT]}\\s*(${c[u.FULLPLAIN]})$|^$`),d("COMPARATORTRIM",`(\\s*)${c[u.GTLT]}\\s*(${c[u.LOOSEPLAIN]}|${c[u.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",d("HYPHENRANGE",`^\\s*(${c[u.XRANGEPLAIN]})\\s+-\\s+(${c[u.XRANGEPLAIN]})\\s*$`),d("HYPHENRANGELOOSE",`^\\s*(${c[u.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[u.XRANGEPLAINLOOSE]})\\s*$`),d("STAR","(<|>)?=?\\s*\\*"),d("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),d("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},71356:(t,e,n)=>{"use strict";n(69070),n(32165),n(66992),n(78783),n(33948),Object.defineProperty(e,"__esModule",{value:!0}),e.ConsoleLogger=void 0,e.buildConsoleLogger=function(t){return new s(t)},n(19601),n(96649),n(96078),n(82526),n(41817),n(41539),n(9653);var r=n(20006);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},i(t)}function o(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,a(r.key),r)}}function a(t){var e=function(t,e){if("object"!==i(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!==i(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===i(e)?e:String(e)}var s=function(){function t(e){var n,r,i;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),n=this,i=void 0,(r=a(r="context"))in n?Object.defineProperty(n,r,{value:i,enumerable:!0,configurable:!0,writable:!0}):n[r]=i,this.context=e||{}}var e,n,s;return e=t,(n=[{key:"formatMessage",value:function(t,e,n){var i="["+r.LogLevel[e].toUpperCase()+"] ";return n&&n.app&&(i+=n.app+": "),"string"==typeof t?i+t:(i+="Unexpected ".concat(t.name),t.message&&(i+=' "'.concat(t.message,'"')),e===r.LogLevel.Debug&&t.stack&&(i+="\n\nStack trace:\n".concat(t.stack)),i)}},{key:"log",value:function(t,e,n){var o,a;if(!("number"==typeof(null===(o=this.context)||void 0===o?void 0:o.level)&&t<(null===(a=this.context)||void 0===a?void 0:a.level)))switch("object"===i(e)&&void 0===(null==n?void 0:n.error)&&(n.error=e),t){case r.LogLevel.Debug:console.debug(this.formatMessage(e,r.LogLevel.Debug,n),n);break;case r.LogLevel.Info:console.info(this.formatMessage(e,r.LogLevel.Info,n),n);break;case r.LogLevel.Warn:console.warn(this.formatMessage(e,r.LogLevel.Warn,n),n);break;case r.LogLevel.Error:console.error(this.formatMessage(e,r.LogLevel.Error,n),n);break;case r.LogLevel.Fatal:default:console.error(this.formatMessage(e,r.LogLevel.Fatal,n),n)}}},{key:"debug",value:function(t,e){this.log(r.LogLevel.Debug,t,Object.assign({},this.context,e))}},{key:"info",value:function(t,e){this.log(r.LogLevel.Info,t,Object.assign({},this.context,e))}},{key:"warn",value:function(t,e){this.log(r.LogLevel.Warn,t,Object.assign({},this.context,e))}},{key:"error",value:function(t,e){this.log(r.LogLevel.Error,t,Object.assign({},this.context,e))}},{key:"fatal",value:function(t,e){this.log(r.LogLevel.Fatal,t,Object.assign({},this.context,e))}}])&&o(e.prototype,n),s&&o(e,s),Object.defineProperty(e,"prototype",{writable:!1}),t}();e.ConsoleLogger=s},55058:(t,e,n)=>{"use strict";n(69070),n(32165),n(66992),n(78783),n(33948),Object.defineProperty(e,"__esModule",{value:!0}),e.LoggerBuilder=void 0,n(96649),n(96078),n(82526),n(41817),n(41539),n(9653);var r=n(22200),i=n(20006);function o(t){return o="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},o(t)}function a(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,c(r.key),r)}}function s(t,e,n){return(e=c(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function c(t){var e=function(t,e){if("object"!==o(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!==o(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===o(e)?e:String(e)}var u=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),s(this,"context",void 0),s(this,"factory",void 0),this.context={},this.factory=e}var e,n,o;return e=t,(n=[{key:"setApp",value:function(t){return this.context.app=t,this}},{key:"setLogLevel",value:function(t){return this.context.level=t,this}},{key:"setUid",value:function(t){return this.context.uid=t,this}},{key:"detectUser",value:function(){var t=(0,r.getCurrentUser)();return null!==t&&(this.context.uid=t.uid),this}},{key:"detectLogLevel",value:function(){var t=this;return function e(){var n,r;"complete"===document.readyState||"interactive"===document.readyState?(t.context.level=null!==(n=null===(r=window._oc_config)||void 0===r?void 0:r.loglevel)&&void 0!==n?n:i.LogLevel.Warn,window._oc_debug&&(t.context.level=i.LogLevel.Debug),document.removeEventListener("readystatechange",e)):document.addEventListener("readystatechange",e)}(),this}},{key:"build",value:function(){return void 0===this.context.level&&this.detectLogLevel(),this.factory(this.context)}}])&&a(e.prototype,n),o&&a(e,o),Object.defineProperty(e,"prototype",{writable:!1}),t}();e.LoggerBuilder=u},20006:(t,e,n)=>{"use strict";n(69070),Object.defineProperty(e,"__esModule",{value:!0}),e.LogLevel=void 0;var r=function(t){return t[t.Debug=0]="Debug",t[t.Info=1]="Info",t[t.Warn=2]="Warn",t[t.Error=3]="Error",t[t.Fatal=4]="Fatal",t}({});e.LogLevel=r},17499:(t,e,n)=>{"use strict";n(69070),e.IY=a;var r=n(71356),i=n(55058),o=n(20006);function a(){return new i.LoggerBuilder(r.buildConsoleLogger)}},79753:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.linkTo=e.imagePath=e.getRootUrl=e.generateUrl=e.generateRemoteUrl=e.generateOcsUrl=e.generateFilePath=void 0;e.linkTo=(t,e)=>r(t,"",e);e.generateRemoteUrl=t=>window.location.protocol+"//"+window.location.host+(t=>i()+"/remote.php/"+t)(t);e.generateOcsUrl=(t,e,r)=>{const o=1===Object.assign({ocsVersion:2},r||{}).ocsVersion?1:2;return window.location.protocol+"//"+window.location.host+i()+"/ocs/v"+o+".php"+n(t,e,r)};const n=(t,e,n)=>{const r=Object.assign({escape:!0},n||{});return"/"!==t.charAt(0)&&(t="/"+t),i=(i=e||{})||{},t.replace(/{([^{}]*)}/g,(function(t,e){var n=i[e];return r.escape?"string"==typeof n||"number"==typeof n?encodeURIComponent(n.toString()):encodeURIComponent(t):"string"==typeof n||"number"==typeof n?n.toString():t}));var i};e.generateUrl=(t,e,r)=>{const o=Object.assign({noRewrite:!1},r||{});return!0!==window?.OC?.config?.modRewriteWorking||o.noRewrite?i()+"/index.php"+n(t,e,r):i()+n(t,e,r)};e.imagePath=(t,e)=>-1===e.indexOf(".")?r(t,"img",e+".svg"):r(t,"img",e);const r=(t,e,n)=>{const r=-1!==window?.OC?.coreApps?.indexOf(t);let o=i();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(o+="settings"!==t&&"core"!==t&&"search"!==t||"ajax"!==e?"/":"/index.php/",r||(o+="apps/"),""!==t&&(o+=t+="/"),e&&(o+=e+"/"),o+=n):(o=window?.OC?.appswebroots?.[t],e&&(o+="/"+e+"/"),"/"!==o.substring(o.length-1)&&(o+="/"),o+=n):(o+="/index.php/apps/"+t,"index.php"!==n&&(o+="/",e&&(o+=encodeURI(e+"/")),o+=n)),o};e.generateFilePath=r;const i=()=>window?.OC?.webroot||"";e.getRootUrl=i},27415:(e,n,r)=>{"use strict";r.d(n,{h0:()=>$,Lz:()=>T,YZ:()=>I,tH:()=>R});var i=r(43554),o=r(69183),a=r(74411),s=r(42397),c=r(88911),u=r(79753);const l=!!document.getElementById("isPublic"),f=(0,u.generateOcsUrl)("apps/text"+(l?"/public":"")+"/workspace",2),h={name:"RichWorkspace",components:{Editor:()=>Promise.all([r.e("vendors"),r.e("editor")]).then(r.bind(r,73095))},props:{path:{type:String,required:!0},active:{type:Boolean,default:!0}},data:()=>({focus:!1,folder:null,file:null,loaded:!1,ready:!1,autofocus:!1,autohide:!0,darkTheme:OCA.Accessibility&&"dark"===OCA.Accessibility.theme,enabled:OCA.Text.RichWorkspaceEnabled}),computed:{shareToken(){var t;return null===(t=document.getElementById("sharingToken"))||void 0===t?void 0:t.value},canCreate(){return!!(this.folder&&this.folder.permissions&OC.PERMISSION_CREATE)}},watch:{path(){this.getFileInfo()},focus(t){t||document.querySelector("#rich-workspace .text-editor__main").scrollTo(0,0)}},mounted(){this.enabled&&this.getFileInfo(),(0,o.Ld)("Text::showRichWorkspace",this.showRichWorkspace),(0,o.Ld)("Text::hideRichWorkspace",this.hideRichWorkspace),this.listenKeydownEvents()},beforeDestroy(){(0,o.r1)("Text::showRichWorkspace",this.showRichWorkspace),(0,o.r1)("Text::hideRichWorkspace",this.hideRichWorkspace),this.unlistenKeydownEvents()},methods:{onBlur(){this.listenKeydownEvents()},onFocus(){this.focus=!0,this.unlistenKeydownEvents()},reset(){this.file=null,this.focus=!1,this.$nextTick((()=>{this.creating=!1,this.getFileInfo()}))},getFileInfo(t){this.loaded=!1,this.autofocus=!1,this.ready=!1;const e={path:this.path};return l&&(e.shareToken=this.shareToken),c.Z.get(f,{params:e}).then((e=>{const n=e.data.ocs.data;return this.folder=n.folder||null,this.file=n.file,this.editing=!0,this.loaded=!0,this.autofocus=t||!1,!0})).catch((t=>(t.response.data.ocs&&t.response.data.ocs.data.folder?this.folder=t.response.data.ocs.data.folder:this.folder=null,this.file=null,this.loaded=!0,this.ready=!0,this.creating=!1,!1)))},showRichWorkspace(t){this.enabled=!0,this.getFileInfo((null==t?void 0:t.autofocus)||!1)},hideRichWorkspace(){this.enabled=!1},listenKeydownEvents(){window.addEventListener("keydown",this.onKeydown)},unlistenKeydownEvents(){clearInterval(this.$_timeoutAutohide),window.removeEventListener("keydown",this.onKeydown)},onTimeoutAutohide(){this.autohide=!0},onKeydown(t){"Tab"===t.key&&(clearInterval(this.$_timeoutAutohide),this.autohide=!1,this.$_timeoutAutohide=setTimeout(this.onTimeoutAutohide,7e3))}}};var d=r(93379),p=r.n(d),g=r(7795),v=r.n(g),m=r(90569),b=r.n(m),y=r(3565),_=r.n(y),w=r(19216),j=r.n(w),A=r(44589),E=r.n(A),x=r(63180),O={};O.styleTagTransform=E(),O.setAttributes=_(),O.insert=b().bind(null,"head"),O.domAPI=v(),O.insertStyleElement=j();p()(x.Z,O);x.Z&&x.Z.locals&&x.Z.locals;const C=(0,r(51900).Z)(h,(function(){var t=this,e=t._self._c;return t.enabled?e("div",{class:{"icon-loading":!t.loaded||!t.ready,focus:t.focus,dark:t.darkTheme,creatable:t.canCreate},attrs:{id:"rich-workspace"}},[t.file?e("Editor",{directives:[{name:"show",rawName:"v-show",value:t.ready,expression:"ready"}],key:t.file.path,attrs:{"file-id":t.file.id,"relative-path":t.file.path,"share-token":t.shareToken,mime:t.file.mimetype,autofocus:t.autofocus,autohide:t.autohide,active:"","rich-workspace":""},on:{ready:function(e){t.ready=!0},focus:t.onFocus,blur:t.onBlur,error:t.reset}}):t._e()],1):t._e()}),[],!1,null,"4c292a7f",null).exports;var S=r(25030);const k="Edit with text app",T=function(t,e){const n=t.split("/"),r=e.split("/");for(n.pop();n[0]===r[0];)if(n.shift(),r.shift(),0===n.length&&0===r.length)return".";const i=n.fill("..").concat(r),o=e.split("/");return i.length<o.length?i.join("/"):e},R=()=>{const e={attach(e){const n=e.fileList;"files"!==n.id&&"files.public"!==n.id||e.addMenuEntry({id:"file",displayName:t("text","New text file"),templateName:t("text","New text file")+"."+(0,i.j)("text","default_file_extension"),iconClass:"icon-filetype-text",fileType:"file",actionHandler(t){n.createFile(t).then((function(t,e){const r=new OCA.Files.FileInfoModel(e);void 0!==OCA.Viewer?OCA.Files.fileActions.triggerAction("view",r,n):void 0===OCA.Viewer&&OCA.Files.fileActions.triggerAction(k,r,n)}))}})}};OC.Plugins.register("OCA.Files.NewFileMenu",e)},I=()=>{const e=(0,s.a)(),n=document.querySelector("#preview table.files-filestable");if(!e||!n){const n=document.createElement("div");n.id="text-viewer-fallback",document.body.appendChild(n);const i=i=>OCA.Files.fileActions.register(i,k,OC.PERMISSION_UPDATE|OC.PERMISSION_READ,(0,u.imagePath)("core","actions/rename"),(t=>{const i=window.FileList.findFile(t);Promise.all([Promise.resolve().then(r.bind(r,20144)),Promise.all([r.e("vendors"),r.e("files-modal")]).then(r.bind(r,59537))]).then((r=>{const o=window.FileList.getCurrentDirectory()+"/"+t,a=r[0].default;a.prototype.t=window.t,a.prototype.n=window.n,a.prototype.OCA=window.OCA;const s=r[1].default;new a({render:function(t){const n=this;return t(s,{props:{fileId:i?i.id:null,active:!0,shareToken:e,relativePath:o,mimeType:i.mimetype},on:{close:function(){n.$destroy()}}})}}).$mount(n)}))}),t("text","Edit"));for(let t=0;t<a.SP.length;t++)i(a.SP[t]),OCA.Files.fileActions.setDefault(a.SP[t],k)}},L={attach(e){const n=e.fileList,r=t("text","Readme")+"."+(0,i.j)("text","default_file_extension");"files"!==n.id&&"files.public"!==n.id||e.addMenuEntry({id:"rich-workspace-init",displayName:t("text","Add description"),templateName:r,iconClass:"icon-rename",fileType:"file",useInput:!1,actionHandler:()=>window.FileList.createFile(r,{scrollTo:!1,animate:!1}).then((()=>(0,o.j8)("Text::showRichWorkspace",{autofocus:!0}))),shouldShow:()=>!n.findFile(r)})}},$={el:null,attach(t){"files"!==t.id&&"files.public"!==t.id||(this.el=document.createElement("div"),t.registerHeader({id:"workspace",el:this.el,render:this.render.bind(this),priority:10}))},render(t){"files"!==t.id&&"files.public"!==t.id||(OC.Plugins.register("OCA.Files.NewFileMenu",L),Promise.resolve().then(r.bind(r,20144)).then((e=>{const n=e.default;this.el.id="files-workspace-wrapper",n.prototype.t=window.t,n.prototype.n=window.n,n.prototype.OCA=window.OCA;const r=new(n.extend(C))({propsData:{path:t.getCurrentDirectory()},store:S.Z}).$mount(this.el);(0,o.Ld)("files:navigation:changed",(()=>{r.active=OCA.Files.App.getCurrentFileList()===t})),t.$el.on("urlChanged",(t=>{r.path=t.dir.toString()})),t.$el.on("changeDirectory",(t=>{r.path=t.dir.toString()}))})))}}},52029:(t,e,n)=>{"use strict";n.d(e,{k:()=>r});const r=(0,n(17499).IY)().setApp("text").detectUser().build()},74411:(t,e,n)=>{"use strict";var r,i;n.d(e,{$Z:()=>o,SP:()=>s});const o=["image/png","image/jpeg","image/jpg","image/gif","image/x-xbitmap","image/x-ms-bmp","image/bmp","image/svg+xml","image/webp"],a=["text/plain","application/cmd","application/x-empty","application/x-msdos-program","application/javascript","application/json","application/x-perl","application/x-php","application/x-tex","application/xml","application/yaml","text/asciidoc","text/css","text/html","text/org","text/x-c","text/x-c++src","text/x-h","text/x-java-source","text/x-ldif","text/x-python","text/x-shellscript"];null!==(r=window.oc_appswebroots)&&void 0!==r&&r.richdocuments||null!==(i=window.oc_appswebroots)&&void 0!==i&&i.onlyoffice||a.push("text/csv");const s=["text/markdown",...a]},42397:(t,e,n)=>{"use strict";n.d(e,{a:()=>r});const r=()=>document.getElementById("sharingToken")?document.getElementById("sharingToken").value:null},25030:(t,e,n)=>{"use strict";n.d(e,{Z:()=>v,D:()=>g});var r=n(20144),i=n(20629),o=n(62556);const a="SET_VIEW_WIDTH",s="SET_SHOW_AUTHOR_ANNOTATIONS",c="SET_CURRENT_SESSION",u="SET_HEADINGS";var l=n(20296),f=n.n(l);const h=()=>document.documentElement.clientWidth,d=t=>{let{commit:e}=t;const n=f()((()=>{e("text/".concat(a),h())}),100);window.addEventListener("resize",n)},p=(0,o.getBuilder)("text").persist().build();r.default.use(i.ZP);const g={state:{showAuthorAnnotations:"true"===p.getItem("showAuthorAnnotations"),currentSession:p.getItem("currentSession"),viewWidth:h(),headings:Object.freeze([])},mutations:{[a](t,e){t.viewWidth=e},[s](t,e){t.showAuthorAnnotations=e,p.setItem("showAuthorAnnotations",""+e)},[c](t,e){t.currentSession=e,p.setItem("currentSession",e)},[u](t,e){if(t.headings.length!==e.length)return void(t.headings=Object.freeze(e));const n=t.headings,r=e.map(((t,e)=>{const r=n[e].level;return Object.freeze({...t,previous:r})}));t.headings=Object.freeze(r)}},actions:{setShowAuthorAnnotations(t,e){let{commit:n}=t;n(s,e)},setCurrentSession(t,e){let{commit:n}=t;n(c,e)},setHeadings(t,e){let{commit:n}=t;n(u,e)}}},v=new i.yh({plugins:[d],modules:{text:{namespaced:!0,...g}}})},19662:(t,e,n)=>{"use strict";var r=n(60614),i=n(66330),o=TypeError;t.exports=function(t){if(r(t))return t;throw new o(i(t)+" is not a function")}},96077:(t,e,n)=>{"use strict";var r=n(60614),i=String,o=TypeError;t.exports=function(t){if("object"==typeof t||r(t))return t;throw new o("Can't set "+i(t)+" as a prototype")}},51223:(t,e,n)=>{"use strict";var r=n(5112),i=n(70030),o=n(3070).f,a=r("unscopables"),s=Array.prototype;void 0===s[a]&&o(s,a,{configurable:!0,value:i(null)}),t.exports=function(t){s[a][t]=!0}},19670:(t,e,n)=>{"use strict";var r=n(70111),i=String,o=TypeError;t.exports=function(t){if(r(t))return t;throw new o(i(t)+" is not an object")}},41318:(t,e,n)=>{"use strict";var r=n(45656),i=n(51400),o=n(26244),a=function(t){return function(e,n,a){var s,c=r(e),u=o(c),l=i(a,u);if(t&&n!=n){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},42092:(t,e,n)=>{"use strict";var r=n(49974),i=n(1702),o=n(68361),a=n(47908),s=n(26244),c=n(65417),u=i([].push),l=function(t){var e=1===t,n=2===t,i=3===t,l=4===t,f=6===t,h=7===t,d=5===t||f;return function(p,g,v,m){for(var b,y,_=a(p),w=o(_),j=r(g,v),A=s(w),E=0,x=m||c,O=e?x(p,A):n||h?x(p,0):void 0;A>E;E++)if((d||E in w)&&(y=j(b=w[E],E,_),t))if(e)O[E]=y;else if(y)switch(t){case 3:return!0;case 5:return b;case 6:return E;case 2:u(O,b)}else switch(t){case 4:return!1;case 7:u(O,b)}return f?-1:i||l?l:O}};t.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterReject:l(7)}},41589:(t,e,n)=>{"use strict";var r=n(51400),i=n(26244),o=n(86135),a=Array,s=Math.max;t.exports=function(t,e,n){for(var c=i(t),u=r(e,c),l=r(void 0===n?c:n,c),f=a(s(l-u,0)),h=0;u<l;u++,h++)o(f,h,t[u]);return f.length=h,f}},50206:(t,e,n)=>{"use strict";var r=n(1702);t.exports=r([].slice)},77475:(t,e,n)=>{"use strict";var r=n(43157),i=n(4411),o=n(70111),a=n(5112)("species"),s=Array;t.exports=function(t){var e;return r(t)&&(e=t.constructor,(i(e)&&(e===s||r(e.prototype))||o(e)&&null===(e=e[a]))&&(e=void 0)),void 0===e?s:e}},65417:(t,e,n)=>{"use strict";var r=n(77475);t.exports=function(t,e){return new(r(t))(0===e?0:e)}},84326:(t,e,n)=>{"use strict";var r=n(1702),i=r({}.toString),o=r("".slice);t.exports=function(t){return o(i(t),8,-1)}},70648:(t,e,n)=>{"use strict";var r=n(51694),i=n(60614),o=n(84326),a=n(5112)("toStringTag"),s=Object,c="Arguments"===o(function(){return arguments}());t.exports=r?o:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=s(t),a))?n:c?o(e):"Object"===(r=o(e))&&i(e.callee)?"Arguments":r}},99920:(t,e,n)=>{"use strict";var r=n(92597),i=n(53887),o=n(31236),a=n(3070);t.exports=function(t,e,n){for(var s=i(e),c=a.f,u=o.f,l=0;l<s.length;l++){var f=s[l];r(t,f)||n&&r(n,f)||c(t,f,u(e,f))}}},49920:(t,e,n)=>{"use strict";var r=n(47293);t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},76178:t=>{"use strict";t.exports=function(t,e){return{value:t,done:e}}},68880:(t,e,n)=>{"use strict";var r=n(19781),i=n(3070),o=n(79114);t.exports=r?function(t,e,n){return i.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},79114:t=>{"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},86135:(t,e,n)=>{"use strict";var r=n(34948),i=n(3070),o=n(79114);t.exports=function(t,e,n){var a=r(e);a in t?i.f(t,a,o(0,n)):t[a]=n}},38709:(t,e,n)=>{"use strict";var r=n(19670),i=n(92140),o=TypeError;t.exports=function(t){if(r(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new o("Incorrect hint");return i(this,t)}},47045:(t,e,n)=>{"use strict";var r=n(56339),i=n(3070);t.exports=function(t,e,n){return n.get&&r(n.get,e,{getter:!0}),n.set&&r(n.set,e,{setter:!0}),i.f(t,e,n)}},98052:(t,e,n)=>{"use strict";var r=n(60614),i=n(3070),o=n(56339),a=n(13072);t.exports=function(t,e,n,s){s||(s={});var c=s.enumerable,u=void 0!==s.name?s.name:e;if(r(n)&&o(n,u,s),s.global)c?t[e]=n:a(e,n);else{try{s.unsafe?t[e]&&(c=!0):delete t[e]}catch(t){}c?t[e]=n:i.f(t,e,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return t}},13072:(t,e,n)=>{"use strict";var r=n(17854),i=Object.defineProperty;t.exports=function(t,e){try{i(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},19781:(t,e,n)=>{"use strict";var r=n(47293);t.exports=!r((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},4154:t=>{"use strict";var e="object"==typeof document&&document.all,n=void 0===e&&void 0!==e;t.exports={all:e,IS_HTMLDDA:n}},80317:(t,e,n)=>{"use strict";var r=n(17854),i=n(70111),o=r.document,a=i(o)&&i(o.createElement);t.exports=function(t){return a?o.createElement(t):{}}},48324:t=>{"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},98509:(t,e,n)=>{"use strict";var r=n(80317)("span").classList,i=r&&r.constructor&&r.constructor.prototype;t.exports=i===Object.prototype?void 0:i},88113:t=>{"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},7392:(t,e,n)=>{"use strict";var r,i,o=n(17854),a=n(88113),s=o.process,c=o.Deno,u=s&&s.versions||c&&c.version,l=u&&u.v8;l&&(i=(r=l.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!i&&a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(i=+r[1]),t.exports=i},80748:t=>{"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},82109:(t,e,n)=>{"use strict";var r=n(17854),i=n(31236).f,o=n(68880),a=n(98052),s=n(13072),c=n(99920),u=n(54705);t.exports=function(t,e){var n,l,f,h,d,p=t.target,g=t.global,v=t.stat;if(n=g?r:v?r[p]||s(p,{}):(r[p]||{}).prototype)for(l in e){if(h=e[l],f=t.dontCallGetSet?(d=i(n,l))&&d.value:n[l],!u(g?l:p+(v?".":"#")+l,t.forced)&&void 0!==f){if(typeof h==typeof f)continue;c(h,f)}(t.sham||f&&f.sham)&&o(h,"sham",!0),a(n,l,h,t)}}},47293:t=>{"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},22104:(t,e,n)=>{"use strict";var r=n(34374),i=Function.prototype,o=i.apply,a=i.call;t.exports="object"==typeof Reflect&&Reflect.apply||(r?a.bind(o):function(){return a.apply(o,arguments)})},49974:(t,e,n)=>{"use strict";var r=n(21470),i=n(19662),o=n(34374),a=r(r.bind);t.exports=function(t,e){return i(t),void 0===e?t:o?a(t,e):function(){return t.apply(e,arguments)}}},34374:(t,e,n)=>{"use strict";var r=n(47293);t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},46916:(t,e,n)=>{"use strict";var r=n(34374),i=Function.prototype.call;t.exports=r?i.bind(i):function(){return i.apply(i,arguments)}},76530:(t,e,n)=>{"use strict";var r=n(19781),i=n(92597),o=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,s=i(o,"name"),c=s&&"something"===function(){}.name,u=s&&(!r||r&&a(o,"name").configurable);t.exports={EXISTS:s,PROPER:c,CONFIGURABLE:u}},75668:(t,e,n)=>{"use strict";var r=n(1702),i=n(19662);t.exports=function(t,e,n){try{return r(i(Object.getOwnPropertyDescriptor(t,e)[n]))}catch(t){}}},21470:(t,e,n)=>{"use strict";var r=n(84326),i=n(1702);t.exports=function(t){if("Function"===r(t))return i(t)}},1702:(t,e,n)=>{"use strict";var r=n(34374),i=Function.prototype,o=i.call,a=r&&i.bind.bind(o,o);t.exports=r?a:function(t){return function(){return o.apply(t,arguments)}}},35005:(t,e,n)=>{"use strict";var r=n(17854),i=n(60614);t.exports=function(t,e){return arguments.length<2?(n=r[t],i(n)?n:void 0):r[t]&&r[t][e];var n}},88044:(t,e,n)=>{"use strict";var r=n(1702),i=n(43157),o=n(60614),a=n(84326),s=n(41340),c=r([].push);t.exports=function(t){if(o(t))return t;if(i(t)){for(var e=t.length,n=[],r=0;r<e;r++){var u=t[r];"string"==typeof u?c(n,u):"number"!=typeof u&&"Number"!==a(u)&&"String"!==a(u)||c(n,s(u))}var l=n.length,f=!0;return function(t,e){if(f)return f=!1,e;if(i(this))return e;for(var r=0;r<l;r++)if(n[r]===t)return e}}}},58173:(t,e,n)=>{"use strict";var r=n(19662),i=n(68554);t.exports=function(t,e){var n=t[e];return i(n)?void 0:r(n)}},17854:function(t,e,n){"use strict";var r=function(t){return t&&t.Math===Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||function(){return this}()||this||Function("return this")()},92597:(t,e,n)=>{"use strict";var r=n(1702),i=n(47908),o=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return o(i(t),e)}},3501:t=>{"use strict";t.exports={}},60490:(t,e,n)=>{"use strict";var r=n(35005);t.exports=r("document","documentElement")},64664:(t,e,n)=>{"use strict";var r=n(19781),i=n(47293),o=n(80317);t.exports=!r&&!i((function(){return 7!==Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},68361:(t,e,n)=>{"use strict";var r=n(1702),i=n(47293),o=n(84326),a=Object,s=r("".split);t.exports=i((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"===o(t)?s(t,""):a(t)}:a},79587:(t,e,n)=>{"use strict";var r=n(60614),i=n(70111),o=n(27674);t.exports=function(t,e,n){var a,s;return o&&r(a=e.constructor)&&a!==n&&i(s=a.prototype)&&s!==n.prototype&&o(t,s),t}},42788:(t,e,n)=>{"use strict";var r=n(1702),i=n(60614),o=n(5465),a=r(Function.toString);i(o.inspectSource)||(o.inspectSource=function(t){return a(t)}),t.exports=o.inspectSource},29909:(t,e,n)=>{"use strict";var r,i,o,a=n(94811),s=n(17854),c=n(70111),u=n(68880),l=n(92597),f=n(5465),h=n(6200),d=n(3501),p="Object already initialized",g=s.TypeError,v=s.WeakMap;if(a||f.state){var m=f.state||(f.state=new v);m.get=m.get,m.has=m.has,m.set=m.set,r=function(t,e){if(m.has(t))throw new g(p);return e.facade=t,m.set(t,e),e},i=function(t){return m.get(t)||{}},o=function(t){return m.has(t)}}else{var b=h("state");d[b]=!0,r=function(t,e){if(l(t,b))throw new g(p);return e.facade=t,u(t,b,e),e},i=function(t){return l(t,b)?t[b]:{}},o=function(t){return l(t,b)}}t.exports={set:r,get:i,has:o,enforce:function(t){return o(t)?i(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=i(e)).type!==t)throw new g("Incompatible receiver, "+t+" required");return n}}}},43157:(t,e,n)=>{"use strict";var r=n(84326);t.exports=Array.isArray||function(t){return"Array"===r(t)}},60614:(t,e,n)=>{"use strict";var r=n(4154),i=r.all;t.exports=r.IS_HTMLDDA?function(t){return"function"==typeof t||t===i}:function(t){return"function"==typeof t}},4411:(t,e,n)=>{"use strict";var r=n(1702),i=n(47293),o=n(60614),a=n(70648),s=n(35005),c=n(42788),u=function(){},l=[],f=s("Reflect","construct"),h=/^\s*(?:class|function)\b/,d=r(h.exec),p=!h.test(u),g=function(t){if(!o(t))return!1;try{return f(u,l,t),!0}catch(t){return!1}},v=function(t){if(!o(t))return!1;switch(a(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return p||!!d(h,c(t))}catch(t){return!0}};v.sham=!0,t.exports=!f||i((function(){var t;return g(g.call)||!g(Object)||!g((function(){t=!0}))||t}))?v:g},54705:(t,e,n)=>{"use strict";var r=n(47293),i=n(60614),o=/#|\.prototype\./,a=function(t,e){var n=c[s(t)];return n===l||n!==u&&(i(e)?r(e):!!e)},s=a.normalize=function(t){return String(t).replace(o,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";t.exports=a},68554:t=>{"use strict";t.exports=function(t){return null==t}},70111:(t,e,n)=>{"use strict";var r=n(60614),i=n(4154),o=i.all;t.exports=i.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:r(t)||t===o}:function(t){return"object"==typeof t?null!==t:r(t)}},31913:t=>{"use strict";t.exports=!1},52190:(t,e,n)=>{"use strict";var r=n(35005),i=n(60614),o=n(47976),a=n(43307),s=Object;t.exports=a?function(t){return"symbol"==typeof t}:function(t){var e=r("Symbol");return i(e)&&o(e.prototype,s(t))}},63061:(t,e,n)=>{"use strict";var r=n(13383).IteratorPrototype,i=n(70030),o=n(79114),a=n(58003),s=n(97497),c=function(){return this};t.exports=function(t,e,n,u){var l=e+" Iterator";return t.prototype=i(r,{next:o(+!u,n)}),a(t,l,!1,!0),s[l]=c,t}},51656:(t,e,n)=>{"use strict";var r=n(82109),i=n(46916),o=n(31913),a=n(76530),s=n(60614),c=n(63061),u=n(79518),l=n(27674),f=n(58003),h=n(68880),d=n(98052),p=n(5112),g=n(97497),v=n(13383),m=a.PROPER,b=a.CONFIGURABLE,y=v.IteratorPrototype,_=v.BUGGY_SAFARI_ITERATORS,w=p("iterator"),j="keys",A="values",E="entries",x=function(){return this};t.exports=function(t,e,n,a,p,v,O){c(n,e,a);var C,S,k,T=function(t){if(t===p&&N)return N;if(!_&&t&&t in L)return L[t];switch(t){case j:case A:case E:return function(){return new n(this,t)}}return function(){return new n(this)}},R=e+" Iterator",I=!1,L=t.prototype,$=L[w]||L["@@iterator"]||p&&L[p],N=!_&&$||T(p),P="Array"===e&&L.entries||$;if(P&&(C=u(P.call(new t)))!==Object.prototype&&C.next&&(o||u(C)===y||(l?l(C,y):s(C[w])||d(C,w,x)),f(C,R,!0,!0),o&&(g[R]=x)),m&&p===A&&$&&$.name!==A&&(!o&&b?h(L,"name",A):(I=!0,N=function(){return i($,this)})),p)if(S={values:T(A),keys:v?N:T(j),entries:T(E)},O)for(k in S)(_||I||!(k in L))&&d(L,k,S[k]);else r({target:e,proto:!0,forced:_||I},S);return o&&!O||L[w]===N||d(L,w,N,{name:p}),g[e]=N,S}},13383:(t,e,n)=>{"use strict";var r,i,o,a=n(47293),s=n(60614),c=n(70111),u=n(70030),l=n(79518),f=n(98052),h=n(5112),d=n(31913),p=h("iterator"),g=!1;[].keys&&("next"in(o=[].keys())?(i=l(l(o)))!==Object.prototype&&(r=i):g=!0),!c(r)||a((function(){var t={};return r[p].call(t)!==t}))?r={}:d&&(r=u(r)),s(r[p])||f(r,p,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:g}},97497:t=>{"use strict";t.exports={}},26244:(t,e,n)=>{"use strict";var r=n(17466);t.exports=function(t){return r(t.length)}},56339:(t,e,n)=>{"use strict";var r=n(1702),i=n(47293),o=n(60614),a=n(92597),s=n(19781),c=n(76530).CONFIGURABLE,u=n(42788),l=n(29909),f=l.enforce,h=l.get,d=String,p=Object.defineProperty,g=r("".slice),v=r("".replace),m=r([].join),b=s&&!i((function(){return 8!==p((function(){}),"length",{value:8}).length})),y=String(String).split("String"),_=t.exports=function(t,e,n){"Symbol("===g(d(e),0,7)&&(e="["+v(d(e),/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!a(t,"name")||c&&t.name!==e)&&(s?p(t,"name",{value:e,configurable:!0}):t.name=e),b&&n&&a(n,"arity")&&t.length!==n.arity&&p(t,"length",{value:n.arity});try{n&&a(n,"constructor")&&n.constructor?s&&p(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var r=f(t);return a(r,"source")||(r.source=m(y,"string"==typeof e?e:"")),t};Function.prototype.toString=_((function(){return o(this)&&h(this).source||u(this)}),"toString")},74758:t=>{"use strict";var e=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(t){var r=+t;return(r>0?n:e)(r)}},21574:(t,e,n)=>{"use strict";var r=n(19781),i=n(1702),o=n(46916),a=n(47293),s=n(81956),c=n(25181),u=n(55296),l=n(47908),f=n(68361),h=Object.assign,d=Object.defineProperty,p=i([].concat);t.exports=!h||a((function(){if(r&&1!==h({b:1},h(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol("assign detection"),i="abcdefghijklmnopqrst";return t[n]=7,i.split("").forEach((function(t){e[t]=t})),7!==h({},t)[n]||s(h({},e)).join("")!==i}))?function(t,e){for(var n=l(t),i=arguments.length,a=1,h=c.f,d=u.f;i>a;)for(var g,v=f(arguments[a++]),m=h?p(s(v),h(v)):s(v),b=m.length,y=0;b>y;)g=m[y++],r&&!o(d,v,g)||(n[g]=v[g]);return n}:h},70030:(t,e,n)=>{"use strict";var r,i=n(19670),o=n(36048),a=n(80748),s=n(3501),c=n(60490),u=n(80317),l=n(6200),f="prototype",h="script",d=l("IE_PROTO"),p=function(){},g=function(t){return"<"+h+">"+t+"</"+h+">"},v=function(t){t.write(g("")),t.close();var e=t.parentWindow.Object;return t=null,e},m=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}var t,e,n;m="undefined"!=typeof document?document.domain&&r?v(r):(e=u("iframe"),n="java"+h+":",e.style.display="none",c.appendChild(e),e.src=String(n),(t=e.contentWindow.document).open(),t.write(g("document.F=Object")),t.close(),t.F):v(r);for(var i=a.length;i--;)delete m[f][a[i]];return m()};s[d]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(p[f]=i(t),n=new p,p[f]=null,n[d]=t):n=m(),void 0===e?n:o.f(n,e)}},36048:(t,e,n)=>{"use strict";var r=n(19781),i=n(3353),o=n(3070),a=n(19670),s=n(45656),c=n(81956);e.f=r&&!i?Object.defineProperties:function(t,e){a(t);for(var n,r=s(e),i=c(e),u=i.length,l=0;u>l;)o.f(t,n=i[l++],r[n]);return t}},3070:(t,e,n)=>{"use strict";var r=n(19781),i=n(64664),o=n(3353),a=n(19670),s=n(34948),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,f="enumerable",h="configurable",d="writable";e.f=r?o?function(t,e,n){if(a(t),e=s(e),a(n),"function"==typeof t&&"prototype"===e&&"value"in n&&d in n&&!n[d]){var r=l(t,e);r&&r[d]&&(t[e]=n.value,n={configurable:h in n?n[h]:r[h],enumerable:f in n?n[f]:r[f],writable:!1})}return u(t,e,n)}:u:function(t,e,n){if(a(t),e=s(e),a(n),i)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw new c("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},31236:(t,e,n)=>{"use strict";var r=n(19781),i=n(46916),o=n(55296),a=n(79114),s=n(45656),c=n(34948),u=n(92597),l=n(64664),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=s(t),e=c(e),l)try{return f(t,e)}catch(t){}if(u(t,e))return a(!i(o.f,t,e),t[e])}},1156:(t,e,n)=>{"use strict";var r=n(84326),i=n(45656),o=n(8006).f,a=n(41589),s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return s&&"Window"===r(t)?function(t){try{return o(t)}catch(t){return a(s)}}(t):o(i(t))}},8006:(t,e,n)=>{"use strict";var r=n(16324),i=n(80748).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},25181:(t,e)=>{"use strict";e.f=Object.getOwnPropertySymbols},79518:(t,e,n)=>{"use strict";var r=n(92597),i=n(60614),o=n(47908),a=n(6200),s=n(49920),c=a("IE_PROTO"),u=Object,l=u.prototype;t.exports=s?u.getPrototypeOf:function(t){var e=o(t);if(r(e,c))return e[c];var n=e.constructor;return i(n)&&e instanceof n?n.prototype:e instanceof u?l:null}},47976:(t,e,n)=>{"use strict";var r=n(1702);t.exports=r({}.isPrototypeOf)},16324:(t,e,n)=>{"use strict";var r=n(1702),i=n(92597),o=n(45656),a=n(41318).indexOf,s=n(3501),c=r([].push);t.exports=function(t,e){var n,r=o(t),u=0,l=[];for(n in r)!i(s,n)&&i(r,n)&&c(l,n);for(;e.length>u;)i(r,n=e[u++])&&(~a(l,n)||c(l,n));return l}},81956:(t,e,n)=>{"use strict";var r=n(16324),i=n(80748);t.exports=Object.keys||function(t){return r(t,i)}},55296:(t,e)=>{"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!n.call({1:2},1);e.f=i?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},27674:(t,e,n)=>{"use strict";var r=n(75668),i=n(19670),o=n(96077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=r(Object.prototype,"__proto__","set"))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return i(n),o(r),e?t(n,r):n.__proto__=r,n}}():void 0)},90288:(t,e,n)=>{"use strict";var r=n(51694),i=n(70648);t.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},92140:(t,e,n)=>{"use strict";var r=n(46916),i=n(60614),o=n(70111),a=TypeError;t.exports=function(t,e){var n,s;if("string"===e&&i(n=t.toString)&&!o(s=r(n,t)))return s;if(i(n=t.valueOf)&&!o(s=r(n,t)))return s;if("string"!==e&&i(n=t.toString)&&!o(s=r(n,t)))return s;throw new a("Can't convert object to primitive value")}},53887:(t,e,n)=>{"use strict";var r=n(35005),i=n(1702),o=n(8006),a=n(25181),s=n(19670),c=i([].concat);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(s(t)),n=a.f;return n?c(e,n(t)):e}},40857:(t,e,n)=>{"use strict";var r=n(17854);t.exports=r},84488:(t,e,n)=>{"use strict";var r=n(68554),i=TypeError;t.exports=function(t){if(r(t))throw new i("Can't call method on "+t);return t}},58003:(t,e,n)=>{"use strict";var r=n(3070).f,i=n(92597),o=n(5112)("toStringTag");t.exports=function(t,e,n){t&&!n&&(t=t.prototype),t&&!i(t,o)&&r(t,o,{configurable:!0,value:e})}},6200:(t,e,n)=>{"use strict";var r=n(72309),i=n(69711),o=r("keys");t.exports=function(t){return o[t]||(o[t]=i(t))}},5465:(t,e,n)=>{"use strict";var r=n(17854),i=n(13072),o="__core-js_shared__",a=r[o]||i(o,{});t.exports=a},72309:(t,e,n)=>{"use strict";var r=n(31913),i=n(5465);(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.33.0",mode:r?"pure":"global",copyright:"Β© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.33.0/LICENSE",source:"https://github.com/zloirock/core-js"})},28710:(t,e,n)=>{"use strict";var r=n(1702),i=n(19303),o=n(41340),a=n(84488),s=r("".charAt),c=r("".charCodeAt),u=r("".slice),l=function(t){return function(e,n){var r,l,f=o(a(e)),h=i(n),d=f.length;return h<0||h>=d?t?"":void 0:(r=c(f,h))<55296||r>56319||h+1===d||(l=c(f,h+1))<56320||l>57343?t?s(f,h):r:t?u(f,h,h+2):l-56320+(r-55296<<10)+65536}};t.exports={codeAt:l(!1),charAt:l(!0)}},53111:(t,e,n)=>{"use strict";var r=n(1702),i=n(84488),o=n(41340),a=n(81361),s=r("".replace),c=RegExp("^["+a+"]+"),u=RegExp("(^|[^"+a+"])["+a+"]+$"),l=function(t){return function(e){var n=o(i(e));return 1&t&&(n=s(n,c,"")),2&t&&(n=s(n,u,"$1")),n}};t.exports={start:l(1),end:l(2),trim:l(3)}},36293:(t,e,n)=>{"use strict";var r=n(7392),i=n(47293),o=n(17854).String;t.exports=!!Object.getOwnPropertySymbols&&!i((function(){var t=Symbol("symbol detection");return!o(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},56532:(t,e,n)=>{"use strict";var r=n(46916),i=n(35005),o=n(5112),a=n(98052);t.exports=function(){var t=i("Symbol"),e=t&&t.prototype,n=e&&e.valueOf,s=o("toPrimitive");e&&!e[s]&&a(e,s,(function(t){return r(n,this)}),{arity:1})}},2015:(t,e,n)=>{"use strict";var r=n(36293);t.exports=r&&!!Symbol.for&&!!Symbol.keyFor},50863:(t,e,n)=>{"use strict";var r=n(1702);t.exports=r(1..valueOf)},51400:(t,e,n)=>{"use strict";var r=n(19303),i=Math.max,o=Math.min;t.exports=function(t,e){var n=r(t);return n<0?i(n+e,0):o(n,e)}},45656:(t,e,n)=>{"use strict";var r=n(68361),i=n(84488);t.exports=function(t){return r(i(t))}},19303:(t,e,n)=>{"use strict";var r=n(74758);t.exports=function(t){var e=+t;return e!=e||0===e?0:r(e)}},17466:(t,e,n)=>{"use strict";var r=n(19303),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},47908:(t,e,n)=>{"use strict";var r=n(84488),i=Object;t.exports=function(t){return i(r(t))}},57593:(t,e,n)=>{"use strict";var r=n(46916),i=n(70111),o=n(52190),a=n(58173),s=n(92140),c=n(5112),u=TypeError,l=c("toPrimitive");t.exports=function(t,e){if(!i(t)||o(t))return t;var n,c=a(t,l);if(c){if(void 0===e&&(e="default"),n=r(c,t,e),!i(n)||o(n))return n;throw new u("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},34948:(t,e,n)=>{"use strict";var r=n(57593),i=n(52190);t.exports=function(t){var e=r(t,"string");return i(e)?e:e+""}},51694:(t,e,n)=>{"use strict";var r={};r[n(5112)("toStringTag")]="z",t.exports="[object z]"===String(r)},41340:(t,e,n)=>{"use strict";var r=n(70648),i=String;t.exports=function(t){if("Symbol"===r(t))throw new TypeError("Cannot convert a Symbol value to a string");return i(t)}},66330:t=>{"use strict";var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},69711:(t,e,n)=>{"use strict";var r=n(1702),i=0,o=Math.random(),a=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++i+o,36)}},43307:(t,e,n)=>{"use strict";var r=n(36293);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3353:(t,e,n)=>{"use strict";var r=n(19781),i=n(47293);t.exports=r&&i((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},94811:(t,e,n)=>{"use strict";var r=n(17854),i=n(60614),o=r.WeakMap;t.exports=i(o)&&/native code/.test(String(o))},26800:(t,e,n)=>{"use strict";var r=n(40857),i=n(92597),o=n(6061),a=n(3070).f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});i(e,t)||a(e,t,{value:o.f(t)})}},6061:(t,e,n)=>{"use strict";var r=n(5112);e.f=r},5112:(t,e,n)=>{"use strict";var r=n(17854),i=n(72309),o=n(92597),a=n(69711),s=n(36293),c=n(43307),u=r.Symbol,l=i("wks"),f=c?u.for||u:u&&u.withoutSetter||a;t.exports=function(t){return o(l,t)||(l[t]=s&&o(u,t)?u[t]:f("Symbol."+t)),l[t]}},81361:t=>{"use strict";t.exports="\t\n\v\f\r Β αββββββ
ββββββ―βγ\u2028\u2029\ufeff"},66992:(t,e,n)=>{"use strict";var r=n(45656),i=n(51223),o=n(97497),a=n(29909),s=n(3070).f,c=n(51656),u=n(76178),l=n(31913),f=n(19781),h="Array Iterator",d=a.set,p=a.getterFor(h);t.exports=c(Array,"Array",(function(t,e){d(this,{type:h,target:r(t),index:0,kind:e})}),(function(){var t=p(this),e=t.target,n=t.kind,r=t.index++;if(!e||r>=e.length)return t.target=void 0,u(void 0,!0);switch(n){case"keys":return u(r,!1);case"values":return u(e[r],!1)}return u([r,e[r]],!1)}),"values");var g=o.Arguments=o.Array;if(i("keys"),i("values"),i("entries"),!l&&f&&"values"!==g.name)try{s(g,"name",{value:"values"})}catch(t){}},96078:(t,e,n)=>{"use strict";var r=n(92597),i=n(98052),o=n(38709),a=n(5112)("toPrimitive"),s=Date.prototype;r(s,a)||i(s,a,o)},38862:(t,e,n)=>{"use strict";var r=n(82109),i=n(35005),o=n(22104),a=n(46916),s=n(1702),c=n(47293),u=n(60614),l=n(52190),f=n(50206),h=n(88044),d=n(36293),p=String,g=i("JSON","stringify"),v=s(/./.exec),m=s("".charAt),b=s("".charCodeAt),y=s("".replace),_=s(1..toString),w=/[\uD800-\uDFFF]/g,j=/^[\uD800-\uDBFF]$/,A=/^[\uDC00-\uDFFF]$/,E=!d||c((function(){var t=i("Symbol")("stringify detection");return"[null]"!==g([t])||"{}"!==g({a:t})||"{}"!==g(Object(t))})),x=c((function(){return'"\\udf06\\ud834"'!==g("\udf06\ud834")||'"\\udead"'!==g("\udead")})),O=function(t,e){var n=f(arguments),r=h(e);if(u(r)||void 0!==t&&!l(t))return n[1]=function(t,e){if(u(r)&&(e=a(r,this,p(t),e)),!l(e))return e},o(g,null,n)},C=function(t,e,n){var r=m(n,e-1),i=m(n,e+1);return v(j,t)&&!v(A,i)||v(A,t)&&!v(j,r)?"\\u"+_(b(t,0),16):t};g&&r({target:"JSON",stat:!0,arity:3,forced:E||x},{stringify:function(t,e,n){var r=f(arguments),i=o(E?O:g,null,r);return x&&"string"==typeof i?y(i,w,C):i}})},9653:(t,e,n)=>{"use strict";var r=n(82109),i=n(31913),o=n(19781),a=n(17854),s=n(40857),c=n(1702),u=n(54705),l=n(92597),f=n(79587),h=n(47976),d=n(52190),p=n(57593),g=n(47293),v=n(8006).f,m=n(31236).f,b=n(3070).f,y=n(50863),_=n(53111).trim,w="Number",j=a[w],A=s[w],E=j.prototype,x=a.TypeError,O=c("".slice),C=c("".charCodeAt),S=function(t){var e,n,r,i,o,a,s,c,u=p(t,"number");if(d(u))throw new x("Cannot convert a Symbol value to a number");if("string"==typeof u&&u.length>2)if(u=_(u),43===(e=C(u,0))||45===e){if(88===(n=C(u,2))||120===n)return NaN}else if(48===e){switch(C(u,1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+u}for(a=(o=O(u,2)).length,s=0;s<a;s++)if((c=C(o,s))<48||c>i)return NaN;return parseInt(o,r)}return+u},k=u(w,!j(" 0o1")||!j("0b1")||j("+0x1")),T=function(t){var e,n=arguments.length<1?0:j(function(t){var e=p(t,"number");return"bigint"==typeof e?e:S(e)}(t));return h(E,e=this)&&g((function(){y(e)}))?f(Object(n),this,T):n};T.prototype=E,k&&!i&&(E.constructor=T),r({global:!0,constructor:!0,wrap:!0,forced:k},{Number:T});var R=function(t,e){for(var n,r=o?v(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),i=0;r.length>i;i++)l(e,n=r[i])&&!l(t,n)&&b(t,n,m(e,n))};i&&A&&R(s[w],A),(k||i)&&R(s[w],j)},19601:(t,e,n)=>{"use strict";var r=n(82109),i=n(21574);r({target:"Object",stat:!0,arity:2,forced:Object.assign!==i},{assign:i})},69070:(t,e,n)=>{"use strict";var r=n(82109),i=n(19781),o=n(3070).f;r({target:"Object",stat:!0,forced:Object.defineProperty!==o,sham:!i},{defineProperty:o})},29660:(t,e,n)=>{"use strict";var r=n(82109),i=n(36293),o=n(47293),a=n(25181),s=n(47908);r({target:"Object",stat:!0,forced:!i||o((function(){a.f(1)}))},{getOwnPropertySymbols:function(t){var e=a.f;return e?e(s(t)):[]}})},41539:(t,e,n)=>{"use strict";var r=n(51694),i=n(98052),o=n(90288);r||i(Object.prototype,"toString",o,{unsafe:!0})},78783:(t,e,n)=>{"use strict";var r=n(28710).charAt,i=n(41340),o=n(29909),a=n(51656),s=n(76178),c="String Iterator",u=o.set,l=o.getterFor(c);a(String,"String",(function(t){u(this,{type:c,string:i(t),index:0})}),(function(){var t,e=l(this),n=e.string,i=e.index;return i>=n.length?s(void 0,!0):(t=r(n,i),e.index+=t.length,s(t,!1))}))},4032:(t,e,n)=>{"use strict";var r=n(82109),i=n(17854),o=n(46916),a=n(1702),s=n(31913),c=n(19781),u=n(36293),l=n(47293),f=n(92597),h=n(47976),d=n(19670),p=n(45656),g=n(34948),v=n(41340),m=n(79114),b=n(70030),y=n(81956),_=n(8006),w=n(1156),j=n(25181),A=n(31236),E=n(3070),x=n(36048),O=n(55296),C=n(98052),S=n(47045),k=n(72309),T=n(6200),R=n(3501),I=n(69711),L=n(5112),$=n(6061),N=n(26800),P=n(56532),D=n(58003),F=n(29909),M=n(42092).forEach,U=T("hidden"),B="Symbol",G="prototype",V=F.set,q=F.getterFor(B),H=Object[G],z=i.Symbol,W=z&&z[G],X=i.RangeError,K=i.TypeError,J=i.QObject,Z=A.f,Y=E.f,Q=w.f,tt=O.f,et=a([].push),nt=k("symbols"),rt=k("op-symbols"),it=k("wks"),ot=!J||!J[G]||!J[G].findChild,at=function(t,e,n){var r=Z(H,e);r&&delete H[e],Y(t,e,n),r&&t!==H&&Y(H,e,r)},st=c&&l((function(){return 7!==b(Y({},"a",{get:function(){return Y(this,"a",{value:7}).a}})).a}))?at:Y,ct=function(t,e){var n=nt[t]=b(W);return V(n,{type:B,tag:t,description:e}),c||(n.description=e),n},ut=function(t,e,n){t===H&&ut(rt,e,n),d(t);var r=g(e);return d(n),f(nt,r)?(n.enumerable?(f(t,U)&&t[U][r]&&(t[U][r]=!1),n=b(n,{enumerable:m(0,!1)})):(f(t,U)||Y(t,U,m(1,{})),t[U][r]=!0),st(t,r,n)):Y(t,r,n)},lt=function(t,e){d(t);var n=p(e),r=y(n).concat(pt(n));return M(r,(function(e){c&&!o(ft,n,e)||ut(t,e,n[e])})),t},ft=function(t){var e=g(t),n=o(tt,this,e);return!(this===H&&f(nt,e)&&!f(rt,e))&&(!(n||!f(this,e)||!f(nt,e)||f(this,U)&&this[U][e])||n)},ht=function(t,e){var n=p(t),r=g(e);if(n!==H||!f(nt,r)||f(rt,r)){var i=Z(n,r);return!i||!f(nt,r)||f(n,U)&&n[U][r]||(i.enumerable=!0),i}},dt=function(t){var e=Q(p(t)),n=[];return M(e,(function(t){f(nt,t)||f(R,t)||et(n,t)})),n},pt=function(t){var e=t===H,n=Q(e?rt:p(t)),r=[];return M(n,(function(t){!f(nt,t)||e&&!f(H,t)||et(r,nt[t])})),r};u||(C(W=(z=function(){if(h(W,this))throw new K("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?v(arguments[0]):void 0,e=I(t),n=function(t){this===H&&o(n,rt,t),f(this,U)&&f(this[U],e)&&(this[U][e]=!1);var r=m(1,t);try{st(this,e,r)}catch(t){if(!(t instanceof X))throw t;at(this,e,r)}};return c&&ot&&st(H,e,{configurable:!0,set:n}),ct(e,t)})[G],"toString",(function(){return q(this).tag})),C(z,"withoutSetter",(function(t){return ct(I(t),t)})),O.f=ft,E.f=ut,x.f=lt,A.f=ht,_.f=w.f=dt,j.f=pt,$.f=function(t){return ct(L(t),t)},c&&(S(W,"description",{configurable:!0,get:function(){return q(this).description}}),s||C(H,"propertyIsEnumerable",ft,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!u,sham:!u},{Symbol:z}),M(y(it),(function(t){N(t)})),r({target:B,stat:!0,forced:!u},{useSetter:function(){ot=!0},useSimple:function(){ot=!1}}),r({target:"Object",stat:!0,forced:!u,sham:!c},{create:function(t,e){return void 0===e?b(t):lt(b(t),e)},defineProperty:ut,defineProperties:lt,getOwnPropertyDescriptor:ht}),r({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:dt}),P(),D(z,B),R[U]=!0},41817:(t,e,n)=>{"use strict";var r=n(82109),i=n(19781),o=n(17854),a=n(1702),s=n(92597),c=n(60614),u=n(47976),l=n(41340),f=n(47045),h=n(99920),d=o.Symbol,p=d&&d.prototype;if(i&&c(d)&&(!("description"in p)||void 0!==d().description)){var g={},v=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:l(arguments[0]),e=u(p,this)?new d(t):void 0===t?d():d(t);return""===t&&(g[e]=!0),e};h(v,d),v.prototype=p,p.constructor=v;var m="Symbol(description detection)"===String(d("description detection")),b=a(p.valueOf),y=a(p.toString),_=/^Symbol\((.*)\)[^)]+$/,w=a("".replace),j=a("".slice);f(p,"description",{configurable:!0,get:function(){var t=b(this);if(s(g,t))return"";var e=y(t),n=m?j(e,7,-1):w(e,_,"$1");return""===n?void 0:n}}),r({global:!0,constructor:!0,forced:!0},{Symbol:v})}},40763:(t,e,n)=>{"use strict";var r=n(82109),i=n(35005),o=n(92597),a=n(41340),s=n(72309),c=n(2015),u=s("string-to-symbol-registry"),l=s("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{for:function(t){var e=a(t);if(o(u,e))return u[e];var n=i("Symbol")(e);return u[e]=n,l[n]=e,n}})},32165:(t,e,n)=>{"use strict";n(26800)("iterator")},82526:(t,e,n)=>{"use strict";n(4032),n(40763),n(26620),n(38862),n(29660)},26620:(t,e,n)=>{"use strict";var r=n(82109),i=n(92597),o=n(52190),a=n(66330),s=n(72309),c=n(2015),u=s("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{keyFor:function(t){if(!o(t))throw new TypeError(a(t)+" is not a symbol");if(i(u,t))return u[t]}})},96649:(t,e,n)=>{"use strict";var r=n(26800),i=n(56532);r("toPrimitive"),i()},33948:(t,e,n)=>{"use strict";var r=n(17854),i=n(48324),o=n(98509),a=n(66992),s=n(68880),c=n(5112),u=c("iterator"),l=c("toStringTag"),f=a.values,h=function(t,e){if(t){if(t[u]!==f)try{s(t,u,f)}catch(e){t[u]=f}if(t[l]||s(t,l,e),i[e])for(var n in a)if(t[n]!==a[n])try{s(t,n,a[n])}catch(e){t[n]=a[n]}}};for(var d in i)h(r[d]&&r[d].prototype,d);h(o,"DOMTokenList")},63180:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});var r=n(87537),i=n.n(r),o=n(23645),a=n.n(o)()(i());a.push([t.id,'#rich-workspace[data-v-4c292a7f]{padding:0 50px;margin-bottom:-24px;text-align:left;max-height:0;transition:max-height .5s cubic-bezier(0, 1, 0, 1);z-index:61;position:relative}#rich-workspace.creatable[data-v-4c292a7f]{min-height:100px}#rich-workspace[data-v-4c292a7f]:only-child{margin-bottom:0}.empty-workspace[data-v-4c292a7f]{cursor:pointer;display:block;padding-top:43px;color:var(--color-text-maxcontrast)}#rich-workspace[data-v-4c292a7f] div[contenteditable=false]{width:100%;padding:0px;background-color:var(--color-main-background);opacity:1;border:none}#rich-workspace[data-v-4c292a7f] .text-editor{height:100%;position:unset !important;top:auto !important}#rich-workspace[data-v-4c292a7f] .text-editor__wrapper{position:unset !important;overflow:visible}#rich-workspace[data-v-4c292a7f] .text-editor__main{overflow:visible !important}#rich-workspace[data-v-4c292a7f] .content-wrapper{overflow:scroll !important;max-height:calc(40vh - 50px);padding-left:10px;padding-bottom:10px}#rich-workspace[data-v-4c292a7f] .text-editor__wrapper .ProseMirror{padding:0px;margin:0}#rich-workspace[data-v-4c292a7f] .editor__content{margin:0}#rich-workspace.focus[data-v-4c292a7f]{max-height:50vh}#rich-workspace[data-v-4c292a7f]:not(.focus){max-height:30vh;position:relative;overflow:hidden}#rich-workspace[data-v-4c292a7f]:not(.focus):not(.icon-loading):not(.empty):after{content:"";position:absolute;z-index:1;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--color-main-background));width:100%;height:4em}#rich-workspace.dark[data-v-4c292a7f]:not(.focus):not(.icon-loading):after{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-main-background))}@media only screen and (max-width: 1024px){#rich-workspace[data-v-4c292a7f]:not(.focus){max-height:30vh}}html.ie #rich-workspace[data-v-4c292a7f] .text-editor{position:initial}html.ie #rich-workspace[data-v-4c292a7f] .text-editor__wrapper{position:relative !important;top:auto !important}html.ie #rich-workspace[data-v-4c292a7f] .text-editor__main{display:flex;flex-direction:column;overflow:hidden !important}html.ie #rich-workspace[data-v-4c292a7f] .menubar{position:relative;overflow:hidden;flex-shrink:0;height:44px;top:auto}html.ie #rich-workspace[data-v-4c292a7f] .text-editor__main>div:nth-child(2){min-height:44px;overflow-x:hidden;overflow-y:auto;flex-shrink:1}',"",{version:3,sources:["webpack://./src/views/RichWorkspace.vue"],names:[],mappings:"AACA,iCACC,cAAA,CAEA,mBAAA,CACA,eAAA,CACA,YAAA,CACA,kDAAA,CACA,UAAA,CACA,iBAAA,CACA,2CACC,gBAAA,CAKF,4CACC,eAAA,CAGD,kCACC,cAAA,CACA,aAAA,CACA,gBAAA,CACA,mCAAA,CAGD,4DACC,UAAA,CACA,WAAA,CACA,6CAAA,CACA,SAAA,CACA,WAAA,CAGD,8CACC,WAAA,CACA,yBAAA,CACA,mBAAA,CAGD,uDACC,yBAAA,CACA,gBAAA,CAGD,oDACC,2BAAA,CAGD,kDACC,0BAAA,CACA,4BAAA,CACA,iBAAA,CACA,mBAAA,CAGD,oEACC,WAAA,CACA,QAAA,CAGD,kDACC,QAAA,CAGD,uCACC,eAAA,CAGD,6CACC,eAAA,CACA,iBAAA,CACA,eAAA,CAGD,kFACC,UAAA,CACA,iBAAA,CACA,SAAA,CACA,QAAA,CACA,MAAA,CACA,mBAAA,CACA,iGAAA,CACA,UAAA,CACA,UAAA,CAGD,2EACC,2FAAA,CAGD,2CACC,6CACC,eAAA,CAAA,CAMA,uDACC,gBAAA,CAGD,gEACC,4BAAA,CACA,mBAAA,CAGD,6DACC,YAAA,CACA,qBAAA,CACA,0BAAA,CAGD,mDACC,iBAAA,CACA,eAAA,CACA,aAAA,CACA,WAAA,CACA,QAAA,CAGD,8EACC,eAAA,CACA,iBAAA,CACA,eAAA,CACA,aAAA",sourcesContent:["\n#rich-workspace {\n\tpadding: 0 50px;\n\t/* Slightly reduce vertical space */\n\tmargin-bottom: -24px;\n\ttext-align: left;\n\tmax-height: 0;\n\ttransition: max-height 0.5s cubic-bezier(0, 1, 0, 1);\n\tz-index: 61;\n\tposition: relative;\n\t&.creatable {\n\t\tmin-height: 100px;\n\t}\n}\n\n/* For subfolders, where there are no Recommendations */\n#rich-workspace:only-child {\n\tmargin-bottom: 0;\n}\n\n.empty-workspace {\n\tcursor: pointer;\n\tdisplay: block;\n\tpadding-top: 43px;\n\tcolor: var(--color-text-maxcontrast);\n}\n\n#rich-workspace:deep(div[contenteditable=false]) {\n\twidth: 100%;\n\tpadding: 0px;\n\tbackground-color: var(--color-main-background);\n\topacity: 1;\n\tborder: none;\n}\n\n#rich-workspace:deep(.text-editor) {\n\theight: 100%;\n\tposition: unset !important;\n\ttop: auto !important;\n}\n\n#rich-workspace:deep(.text-editor__wrapper) {\n\tposition: unset !important;\n\toverflow: visible;\n}\n\n#rich-workspace:deep(.text-editor__main) {\n\toverflow: visible !important;\n}\n\n#rich-workspace:deep(.content-wrapper) {\n\toverflow: scroll !important;\n\tmax-height: calc(40vh - 50px);\n\tpadding-left: 10px;\n\tpadding-bottom: 10px;\n}\n\n#rich-workspace:deep(.text-editor__wrapper .ProseMirror) {\n\tpadding: 0px;\n\tmargin: 0;\n}\n\n#rich-workspace:deep(.editor__content) {\n\tmargin: 0;\n}\n\n#rich-workspace.focus {\n\tmax-height: 50vh;\n}\n\n#rich-workspace:not(.focus) {\n\tmax-height: 30vh;\n\tposition: relative;\n\toverflow: hidden;\n}\n\n#rich-workspace:not(.focus):not(.icon-loading):not(.empty):after {\n\tcontent: '';\n\tposition: absolute;\n\tz-index: 1;\n\tbottom: 0;\n\tleft: 0;\n\tpointer-events: none;\n\tbackground-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--color-main-background));\n\twidth: 100%;\n\theight: 4em;\n}\n\n#rich-workspace.dark:not(.focus):not(.icon-loading):after {\n\tbackground-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-main-background));\n}\n\n@media only screen and (max-width: 1024px) {\n\t#rich-workspace:not(.focus) {\n\t\tmax-height: 30vh;\n\t}\n}\n\nhtml.ie {\n\t#rich-workspace:deep() {\n\t\t.text-editor {\n\t\t\tposition: initial;\n\t\t}\n\n\t\t.text-editor__wrapper {\n\t\t\tposition: relative !important;\n\t\t\ttop: auto !important;\n\t\t}\n\n\t\t.text-editor__main {\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\toverflow: hidden !important;\n\t\t}\n\n\t\t.menubar {\n\t\t\tposition: relative;\n\t\t\toverflow: hidden;\n\t\t\tflex-shrink: 0;\n\t\t\theight: 44px;\n\t\t\ttop: auto;\n\t\t}\n\n\t\t.text-editor__main > div:nth-child(2) {\n\t\t\tmin-height: 44px;\n\t\t\toverflow-x: hidden;\n\t\t\toverflow-y: auto;\n\t\t\tflex-shrink: 1;\n\t\t}\n\t}\n}\n\n"],sourceRoot:""}]);const s=a},23645:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",r=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),r&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),r&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,r,i,o){"string"==typeof t&&(t=[[null,t,void 0]]);var a={};if(r)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(a[c]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);r&&a[l[0]]||(void 0!==o&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=o),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),i&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=i):l[4]="".concat(i)),e.push(l))}},e}},87537:t=>{"use strict";t.exports=function(t){var e=t[1],n=t[3];if(!n)return e;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),o="/*# ".concat(i," */"),a=n.sources.map((function(t){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(t," */")}));return[e].concat(a).concat([o]).join("\n")}return[e].join("\n")}},20296:t=>{function e(t,e,n){var r,i,o,a,s;function c(){var u=Date.now()-a;u<e&&u>=0?r=setTimeout(c,e-u):(r=null,n||(s=t.apply(o,i),o=i=null))}null==e&&(e=100);var u=function(){o=this,i=arguments,a=Date.now();var u=n&&!r;return r||(r=setTimeout(c,e)),u&&(s=t.apply(o,i),o=i=null),s};return u.clear=function(){r&&(clearTimeout(r),r=null)},u.flush=function(){r&&(s=t.apply(o,i),o=i=null,clearTimeout(r),r=null)},u}e.debounce=e,t.exports=e},34155:t=>{var e,n,r=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function a(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(n){try{return e.call(null,t,0)}catch(n){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:i}catch(t){e=i}try{n="function"==typeof clearTimeout?clearTimeout:o}catch(t){n=o}}();var s,c=[],u=!1,l=-1;function f(){u&&s&&(u=!1,s.length?c=s.concat(c):l=-1,c.length&&h())}function h(){if(!u){var t=a(f);u=!0;for(var e=c.length;e;){for(s=c,c=[];++l<e;)s&&s[l].run();l=-1,e=c.length}s=null,u=!1,function(t){if(n===clearTimeout)return clearTimeout(t);if((n===o||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(t);try{return n(t)}catch(e){try{return n.call(null,t)}catch(e){return n.call(this,t)}}}(t)}}function d(t,e){this.fun=t,this.array=e}function p(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];c.push(new d(t,e)),1!==c.length||u||a(h)},d.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=p,r.addListener=p,r.once=p,r.off=p,r.removeListener=p,r.removeAllListeners=p,r.emit=p,r.prependListener=p,r.prependOnceListener=p,r.listeners=function(t){return[]},r.binding=function(t){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(t){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},93379:t=>{"use strict";var e=[];function n(t){for(var n=-1,r=0;r<e.length;r++)if(e[r].identifier===t){n=r;break}return n}function r(t,r){for(var o={},a=[],s=0;s<t.length;s++){var c=t[s],u=r.base?c[0]+r.base:c[0],l=o[u]||0,f="".concat(u," ").concat(l);o[u]=l+1;var h=n(f),d={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==h)e[h].references++,e[h].updater(d);else{var p=i(d,r);r.byIndex=s,e.splice(s,0,{identifier:f,updater:p,references:1})}a.push(f)}return a}function i(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,i){var o=r(t=t||[],i=i||{});return function(t){t=t||[];for(var a=0;a<o.length;a++){var s=n(o[a]);e[s].references--}for(var c=r(t,i),u=0;u<o.length;u++){var l=n(o[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}o=c}}},90569:t=>{"use strict";var e={};t.exports=function(t,n){var r=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},19216:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},3565:(t,e,n)=>{"use strict";t.exports=function(t){var e=n.nc;e&&t.setAttribute("nonce",e)}},7795:t=>{"use strict";t.exports=function(t){var e=t.insertStyleElement(t);return{update:function(n){!function(t,e,n){var r="";n.supports&&(r+="@supports (".concat(n.supports,") {")),n.media&&(r+="@media ".concat(n.media," {"));var i=void 0!==n.layer;i&&(r+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),r+=n.css,i&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var o=n.sourceMap;o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleTagTransform(r,t,e.options)}(e,t,n)},remove:function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(e)}}}},44589:t=>{"use strict";t.exports=function(t,e){if(e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}},51900:(t,e,n)=>{"use strict";function r(t,e,n,r,i,o,a,s){var c,u="function"==typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):i&&(c=s?function(){i.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(u.functional){u._injectStyles=c;var l=u.render;u.render=function(t,e){return c.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:u}}n.d(e,{Z:()=>r})},20144:(t,e,n)=>{"use strict";n.r(e),n.d(e,{EffectScope:()=>Ae,computed:()=>fe,customRef:()=>ne,default:()=>ui,defineAsyncComponent:()=>Mn,defineComponent:()=>er,del:()=>Pt,effectScope:()=>Ee,getCurrentInstance:()=>ht,getCurrentScope:()=>xe,h:()=>jn,inject:()=>ke,isProxy:()=>qt,isReactive:()=>Bt,isReadonly:()=>Vt,isRef:()=>Xt,isShallow:()=>Gt,markRaw:()=>zt,mergeDefaults:()=>pn,nextTick:()=>Pn,onActivated:()=>Wn,onBeforeMount:()=>Bn,onBeforeUnmount:()=>Hn,onBeforeUpdate:()=>Vn,onDeactivated:()=>Xn,onErrorCaptured:()=>Qn,onMounted:()=>Gn,onRenderTracked:()=>Jn,onRenderTriggered:()=>Zn,onScopeDispose:()=>Oe,onServerPrefetch:()=>Kn,onUnmounted:()=>zn,onUpdated:()=>qn,provide:()=>Ce,proxyRefs:()=>te,reactive:()=>Ft,readonly:()=>se,ref:()=>Kt,set:()=>Nt,shallowReactive:()=>Mt,shallowReadonly:()=>le,shallowRef:()=>Jt,toRaw:()=>Ht,toRef:()=>ie,toRefs:()=>re,triggerRef:()=>Yt,unref:()=>Qt,useAttrs:()=>fn,useCssModule:()=>Dn,useCssVars:()=>Fn,useListeners:()=>hn,useSlots:()=>ln,version:()=>tr,watch:()=>we,watchEffect:()=>ve,watchPostEffect:()=>me,watchSyncEffect:()=>be});var r=Object.freeze({}),i=Array.isArray;function o(t){return null==t}function a(t){return null!=t}function s(t){return!0===t}function c(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function u(t){return"function"==typeof t}function l(t){return null!==t&&"object"==typeof t}var f=Object.prototype.toString;function h(t){return"[object Object]"===f.call(t)}function d(t){return"[object RegExp]"===f.call(t)}function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function g(t){return a(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function v(t){return null==t?"":Array.isArray(t)||h(t)&&t.toString===f?JSON.stringify(t,null,2):String(t)}function m(t){var e=parseFloat(t);return isNaN(e)?t:e}function b(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}b("slot,component",!0);var y=b("key,ref,slot,slot-scope,is");function _(t,e){var n=t.length;if(n){if(e===t[n-1])return void(t.length=n-1);var r=t.indexOf(e);if(r>-1)return t.splice(r,1)}}var w=Object.prototype.hasOwnProperty;function j(t,e){return w.call(t,e)}function A(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var E=/-(\w)/g,x=A((function(t){return t.replace(E,(function(t,e){return e?e.toUpperCase():""}))})),O=A((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),C=/\B([A-Z])/g,S=A((function(t){return t.replace(C,"-$1").toLowerCase()}));var k=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function T(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function R(t,e){for(var n in e)t[n]=e[n];return t}function I(t){for(var e={},n=0;n<t.length;n++)t[n]&&R(e,t[n]);return e}function L(t,e,n){}var $=function(t,e,n){return!1},N=function(t){return t};function P(t,e){if(t===e)return!0;var n=l(t),r=l(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var i=Array.isArray(t),o=Array.isArray(e);if(i&&o)return t.length===e.length&&t.every((function(t,n){return P(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(i||o)return!1;var a=Object.keys(t),s=Object.keys(e);return a.length===s.length&&a.every((function(n){return P(t[n],e[n])}))}catch(t){return!1}}function D(t,e){for(var n=0;n<t.length;n++)if(P(t[n],e))return n;return-1}function F(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}function M(t,e){return t===e?0===t&&1/t!=1/e:t==t||e==e}var U="data-server-rendered",B=["component","directive","filter"],G=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],V={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:$,isReservedAttr:$,isUnknownElement:$,getTagNamespace:L,parsePlatformTagName:N,mustUseProp:$,async:!0,_lifecycleHooks:G},q=/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 H(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function z(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var W=new RegExp("[^".concat(q.source,".$_\\d]"));var X="__proto__"in{},K="undefined"!=typeof window,J=K&&window.navigator.userAgent.toLowerCase(),Z=J&&/msie|trident/.test(J),Y=J&&J.indexOf("msie 9.0")>0,Q=J&&J.indexOf("edge/")>0;J&&J.indexOf("android");var tt=J&&/iphone|ipad|ipod|ios/.test(J);J&&/chrome\/\d+/.test(J),J&&/phantomjs/.test(J);var et,nt=J&&J.match(/firefox\/(\d+)/),rt={}.watch,it=!1;if(K)try{var ot={};Object.defineProperty(ot,"passive",{get:function(){it=!0}}),window.addEventListener("test-passive",null,ot)}catch(t){}var at=function(){return void 0===et&&(et=!K&&void 0!==n.g&&(n.g.process&&"server"===n.g.process.env.VUE_ENV)),et},st=K&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ct(t){return"function"==typeof t&&/native code/.test(t.toString())}var ut,lt="undefined"!=typeof Symbol&&ct(Symbol)&&"undefined"!=typeof Reflect&&ct(Reflect.ownKeys);ut="undefined"!=typeof Set&&ct(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ft=null;function ht(){return ft&&{proxy:ft}}function dt(t){void 0===t&&(t=null),t||ft&&ft._scope.off(),ft=t,t&&t._scope.on()}var pt=function(){function t(t,e,n,r,i,o,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.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(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),gt=function(t){void 0===t&&(t="");var e=new pt;return e.text=t,e.isComment=!0,e};function vt(t){return new pt(void 0,void 0,void 0,String(t))}function mt(t){var e=new pt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var bt=0,yt=[],_t=function(){for(var t=0;t<yt.length;t++){var e=yt[t];e.subs=e.subs.filter((function(t){return t})),e._pending=!1}yt.length=0},wt=function(){function t(){this._pending=!1,this.id=bt++,this.subs=[]}return t.prototype.addSub=function(t){this.subs.push(t)},t.prototype.removeSub=function(t){this.subs[this.subs.indexOf(t)]=null,this._pending||(this._pending=!0,yt.push(this))},t.prototype.depend=function(e){t.target&&t.target.addDep(this)},t.prototype.notify=function(t){var e=this.subs.filter((function(t){return t}));for(var n=0,r=e.length;n<r;n++){0,e[n].update()}},t}();wt.target=null;var jt=[];function At(t){jt.push(t),wt.target=t}function Et(){jt.pop(),wt.target=jt[jt.length-1]}var xt=Array.prototype,Ot=Object.create(xt);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(t){var e=xt[t];z(Ot,t,(function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i,o=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&a.observeArray(i),a.dep.notify(),o}))}));var Ct=Object.getOwnPropertyNames(Ot),St={},kt=!0;function Tt(t){kt=t}var Rt={notify:L,depend:L,addSub:L,removeSub:L},It=function(){function t(t,e,n){if(void 0===e&&(e=!1),void 0===n&&(n=!1),this.value=t,this.shallow=e,this.mock=n,this.dep=n?Rt:new wt,this.vmCount=0,z(t,"__ob__",this),i(t)){if(!n)if(X)t.__proto__=Ot;else for(var r=0,o=Ct.length;r<o;r++){z(t,s=Ct[r],Ot[s])}e||this.observeArray(t)}else{var a=Object.keys(t);for(r=0;r<a.length;r++){var s;$t(t,s=a[r],St,void 0,e,n)}}}return t.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)Lt(t[e],!1,this.mock)},t}();function Lt(t,e,n){return t&&j(t,"__ob__")&&t.__ob__ instanceof It?t.__ob__:!kt||!n&&at()||!i(t)&&!h(t)||!Object.isExtensible(t)||t.__v_skip||Xt(t)||t instanceof pt?void 0:new It(t,e,n)}function $t(t,e,n,r,o,a){var s=new wt,c=Object.getOwnPropertyDescriptor(t,e);if(!c||!1!==c.configurable){var u=c&&c.get,l=c&&c.set;u&&!l||n!==St&&2!==arguments.length||(n=t[e]);var f=!o&&Lt(n,!1,a);return Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=u?u.call(t):n;return wt.target&&(s.depend(),f&&(f.dep.depend(),i(e)&&Dt(e))),Xt(e)&&!o?e.value:e},set:function(e){var r=u?u.call(t):n;if(M(r,e)){if(l)l.call(t,e);else{if(u)return;if(!o&&Xt(r)&&!Xt(e))return void(r.value=e);n=e}f=!o&&Lt(e,!1,a),s.notify()}}}),s}}function Nt(t,e,n){if(!Vt(t)){var r=t.__ob__;return i(t)&&p(e)?(t.length=Math.max(t.length,e),t.splice(e,1,n),r&&!r.shallow&&r.mock&&Lt(n,!1,!0),n):e in t&&!(e in Object.prototype)?(t[e]=n,n):t._isVue||r&&r.vmCount?n:r?($t(r.value,e,n,void 0,r.shallow,r.mock),r.dep.notify(),n):(t[e]=n,n)}}function Pt(t,e){if(i(t)&&p(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||Vt(t)||j(t,e)&&(delete t[e],n&&n.dep.notify())}}function Dt(t){for(var e=void 0,n=0,r=t.length;n<r;n++)(e=t[n])&&e.__ob__&&e.__ob__.dep.depend(),i(e)&&Dt(e)}function Ft(t){return Ut(t,!1),t}function Mt(t){return Ut(t,!0),z(t,"__v_isShallow",!0),t}function Ut(t,e){if(!Vt(t)){Lt(t,e,at());0}}function Bt(t){return Vt(t)?Bt(t.__v_raw):!(!t||!t.__ob__)}function Gt(t){return!(!t||!t.__v_isShallow)}function Vt(t){return!(!t||!t.__v_isReadonly)}function qt(t){return Bt(t)||Vt(t)}function Ht(t){var e=t&&t.__v_raw;return e?Ht(e):t}function zt(t){return Object.isExtensible(t)&&z(t,"__v_skip",!0),t}var Wt="__v_isRef";function Xt(t){return!(!t||!0!==t.__v_isRef)}function Kt(t){return Zt(t,!1)}function Jt(t){return Zt(t,!0)}function Zt(t,e){if(Xt(t))return t;var n={};return z(n,Wt,!0),z(n,"__v_isShallow",e),z(n,"dep",$t(n,"value",t,null,e,at())),n}function Yt(t){t.dep&&t.dep.notify()}function Qt(t){return Xt(t)?t.value:t}function te(t){if(Bt(t))return t;for(var e={},n=Object.keys(t),r=0;r<n.length;r++)ee(e,t,n[r]);return e}function ee(t,e,n){Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:function(){var t=e[n];if(Xt(t))return t.value;var r=t&&t.__ob__;return r&&r.dep.depend(),t},set:function(t){var r=e[n];Xt(r)&&!Xt(t)?r.value=t:e[n]=t}})}function ne(t){var e=new wt,n=t((function(){e.depend()}),(function(){e.notify()})),r=n.get,i=n.set,o={get value(){return r()},set value(t){i(t)}};return z(o,Wt,!0),o}function re(t){var e=i(t)?new Array(t.length):{};for(var n in t)e[n]=ie(t,n);return e}function ie(t,e,n){var r=t[e];if(Xt(r))return r;var i={get value(){var r=t[e];return void 0===r?n:r},set value(n){t[e]=n}};return z(i,Wt,!0),i}var oe="__v_rawToReadonly",ae="__v_rawToShallowReadonly";function se(t){return ce(t,!1)}function ce(t,e){if(!h(t))return t;if(Vt(t))return t;var n=e?ae:oe,r=t[n];if(r)return r;var i=Object.create(Object.getPrototypeOf(t));z(t,n,i),z(i,"__v_isReadonly",!0),z(i,"__v_raw",t),Xt(t)&&z(i,Wt,!0),(e||Gt(t))&&z(i,"__v_isShallow",!0);for(var o=Object.keys(t),a=0;a<o.length;a++)ue(i,t,o[a],e);return i}function ue(t,e,n,r){Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:function(){var t=e[n];return r||!h(t)?t:se(t)},set:function(){}})}function le(t){return ce(t,!0)}function fe(t,e){var n,r,i=u(t);i?(n=t,r=L):(n=t.get,r=t.set);var o=at()?null:new sr(ft,n,L,{lazy:!0});var a={effect:o,get value(){return o?(o.dirty&&o.evaluate(),wt.target&&o.depend(),o.value):n()},set value(t){r(t)}};return z(a,Wt,!0),z(a,"__v_isReadonly",i),a}var he="watcher",de="".concat(he," callback"),pe="".concat(he," getter"),ge="".concat(he," cleanup");function ve(t,e){return je(t,null,e)}function me(t,e){return je(t,null,{flush:"post"})}function be(t,e){return je(t,null,{flush:"sync"})}var ye,_e={};function we(t,e,n){return je(t,e,n)}function je(t,e,n){var o=void 0===n?r:n,a=o.immediate,s=o.deep,c=o.flush,l=void 0===c?"pre":c;o.onTrack,o.onTrigger;var f,h,d=ft,p=function(t,e,n){return void 0===n&&(n=null),En(t,null,n,d,e)},g=!1,v=!1;if(Xt(t)?(f=function(){return t.value},g=Gt(t)):Bt(t)?(f=function(){return t.__ob__.dep.depend(),t},s=!0):i(t)?(v=!0,g=t.some((function(t){return Bt(t)||Gt(t)})),f=function(){return t.map((function(t){return Xt(t)?t.value:Bt(t)?rr(t):u(t)?p(t,pe):void 0}))}):f=u(t)?e?function(){return p(t,pe)}:function(){if(!d||!d._isDestroyed)return h&&h(),p(t,he,[b])}:L,e&&s){var m=f;f=function(){return rr(m())}}var b=function(t){h=y.onStop=function(){p(t,ge)}};if(at())return b=L,e?a&&p(e,de,[f(),v?[]:void 0,b]):f(),L;var y=new sr(ft,f,L,{lazy:!0});y.noRecurse=!e;var _=v?[]:_e;return y.run=function(){if(y.active)if(e){var t=y.get();(s||g||(v?t.some((function(t,e){return M(t,_[e])})):M(t,_)))&&(h&&h(),p(e,de,[t,_===_e?void 0:_,b]),_=t)}else y.get()},"sync"===l?y.update=y.run:"post"===l?(y.post=!0,y.update=function(){return kr(y)}):y.update=function(){if(d&&d===ft&&!d._isMounted){var t=d._preWatchers||(d._preWatchers=[]);t.indexOf(y)<0&&t.push(y)}else kr(y)},e?a?y.run():_=y.get():"post"===l&&d?d.$once("hook:mounted",(function(){return y.get()})):y.get(),function(){y.teardown()}}var Ae=function(){function t(t){void 0===t&&(t=!1),this.detached=t,this.active=!0,this.effects=[],this.cleanups=[],this.parent=ye,!t&&ye&&(this.index=(ye.scopes||(ye.scopes=[])).push(this)-1)}return t.prototype.run=function(t){if(this.active){var e=ye;try{return ye=this,t()}finally{ye=e}}else 0},t.prototype.on=function(){ye=this},t.prototype.off=function(){ye=this.parent},t.prototype.stop=function(t){if(this.active){var e=void 0,n=void 0;for(e=0,n=this.effects.length;e<n;e++)this.effects[e].teardown();for(e=0,n=this.cleanups.length;e<n;e++)this.cleanups[e]();if(this.scopes)for(e=0,n=this.scopes.length;e<n;e++)this.scopes[e].stop(!0);if(!this.detached&&this.parent&&!t){var r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this.active=!1}},t}();function Ee(t){return new Ae(t)}function xe(){return ye}function Oe(t){ye&&ye.cleanups.push(t)}function Ce(t,e){ft&&(Se(ft)[t]=e)}function Se(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}function ke(t,e,n){void 0===n&&(n=!1);var r=ft;if(r){var i=r.$parent&&r.$parent._provided;if(i&&t in i)return i[t];if(arguments.length>1)return n&&u(e)?e.call(r):e}else 0}var Te=A((function(t){var e="&"===t.charAt(0),n="~"===(t=e?t.slice(1):t).charAt(0),r="!"===(t=n?t.slice(1):t).charAt(0);return{name:t=r?t.slice(1):t,once:n,capture:r,passive:e}}));function Re(t,e){function n(){var t=n.fns;if(!i(t))return En(t,null,arguments,e,"v-on handler");for(var r=t.slice(),o=0;o<r.length;o++)En(r[o],null,arguments,e,"v-on handler")}return n.fns=t,n}function Ie(t,e,n,r,i,a){var c,u,l,f;for(c in t)u=t[c],l=e[c],f=Te(c),o(u)||(o(l)?(o(u.fns)&&(u=t[c]=Re(u,a)),s(f.once)&&(u=t[c]=i(f.name,u,f.capture)),n(f.name,u,f.capture,f.passive,f.params)):u!==l&&(l.fns=u,t[c]=l));for(c in e)o(t[c])&&r((f=Te(c)).name,e[c],f.capture)}function Le(t,e,n){var r;t instanceof pt&&(t=t.data.hook||(t.data.hook={}));var i=t[e];function c(){n.apply(this,arguments),_(r.fns,c)}o(i)?r=Re([c]):a(i.fns)&&s(i.merged)?(r=i).fns.push(c):r=Re([i,c]),r.merged=!0,t[e]=r}function $e(t,e,n,r,i){if(a(e)){if(j(e,n))return t[n]=e[n],i||delete e[n],!0;if(j(e,r))return t[n]=e[r],i||delete e[r],!0}return!1}function Ne(t){return c(t)?[vt(t)]:i(t)?De(t):void 0}function Pe(t){return a(t)&&a(t.text)&&!1===t.isComment}function De(t,e){var n,r,u,l,f=[];for(n=0;n<t.length;n++)o(r=t[n])||"boolean"==typeof r||(l=f[u=f.length-1],i(r)?r.length>0&&(Pe((r=De(r,"".concat(e||"","_").concat(n)))[0])&&Pe(l)&&(f[u]=vt(l.text+r[0].text),r.shift()),f.push.apply(f,r)):c(r)?Pe(l)?f[u]=vt(l.text+r):""!==r&&f.push(vt(r)):Pe(r)&&Pe(l)?f[u]=vt(l.text+r.text):(s(t._isVList)&&a(r.tag)&&o(r.key)&&a(e)&&(r.key="__vlist".concat(e,"_").concat(n,"__")),f.push(r)));return f}function Fe(t,e){var n,r,o,s,c=null;if(i(t)||"string"==typeof t)for(c=new Array(t.length),n=0,r=t.length;n<r;n++)c[n]=e(t[n],n);else if("number"==typeof t)for(c=new Array(t),n=0;n<t;n++)c[n]=e(n+1,n);else if(l(t))if(lt&&t[Symbol.iterator]){c=[];for(var u=t[Symbol.iterator](),f=u.next();!f.done;)c.push(e(f.value,c.length)),f=u.next()}else for(o=Object.keys(t),c=new Array(o.length),n=0,r=o.length;n<r;n++)s=o[n],c[n]=e(t[s],s,n);return a(c)||(c=[]),c._isVList=!0,c}function Me(t,e,n,r){var i,o=this.$scopedSlots[t];o?(n=n||{},r&&(n=R(R({},r),n)),i=o(n)||(u(e)?e():e)):i=this.$slots[t]||(u(e)?e():e);var a=n&&n.slot;return a?this.$createElement("template",{slot:a},i):i}function Ue(t){return Wr(this.$options,"filters",t,!0)||N}function Be(t,e){return i(t)?-1===t.indexOf(e):t!==e}function Ge(t,e,n,r,i){var o=V.keyCodes[e]||n;return i&&r&&!V.keyCodes[e]?Be(i,r):o?Be(o,t):r?S(r)!==e:void 0===t}function Ve(t,e,n,r,o){if(n)if(l(n)){i(n)&&(n=I(n));var a=void 0,s=function(i){if("class"===i||"style"===i||y(i))a=t;else{var s=t.attrs&&t.attrs.type;a=r||V.mustUseProp(e,s,i)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=x(i),u=S(i);c in a||u in a||(a[i]=n[i],o&&((t.on||(t.on={}))["update:".concat(i)]=function(t){n[i]=t}))};for(var c in n)s(c)}else;return t}function qe(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e||ze(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,this._c,this),"__static__".concat(t),!1),r}function He(t,e,n){return ze(t,"__once__".concat(e).concat(n?"_".concat(n):""),!0),t}function ze(t,e,n){if(i(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&We(t[r],"".concat(e,"_").concat(r),n);else We(t,e,n)}function We(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function Xe(t,e){if(e)if(h(e)){var n=t.on=t.on?R({},t.on):{};for(var r in e){var i=n[r],o=e[r];n[r]=i?[].concat(i,o):o}}else;return t}function Ke(t,e,n,r){e=e||{$stable:!n};for(var o=0;o<t.length;o++){var a=t[o];i(a)?Ke(a,e,n):a&&(a.proxy&&(a.fn.proxy=!0),e[a.key]=a.fn)}return r&&(e.$key=r),e}function Je(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"==typeof r&&r&&(t[e[n]]=e[n+1])}return t}function Ze(t,e){return"string"==typeof t?e+t:t}function Ye(t){t._o=He,t._n=m,t._s=v,t._l=Fe,t._t=Me,t._q=P,t._i=D,t._m=qe,t._f=Ue,t._k=Ge,t._b=Ve,t._v=vt,t._e=gt,t._u=Ke,t._g=Xe,t._d=Je,t._p=Ze}function Qe(t,e){if(!t||!t.length)return{};for(var n={},r=0,i=t.length;r<i;r++){var o=t[r],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==e&&o.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(o);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===o.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var u in n)n[u].every(tn)&&delete n[u];return n}function tn(t){return t.isComment&&!t.asyncFactory||" "===t.text}function en(t){return t.isComment&&t.asyncFactory}function nn(t,e,n,i){var o,a=Object.keys(n).length>0,s=e?!!e.$stable:!a,c=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(s&&i&&i!==r&&c===i.$key&&!a&&!i.$hasNormal)return i;for(var u in o={},e)e[u]&&"$"!==u[0]&&(o[u]=rn(t,n,u,e[u]))}else o={};for(var l in n)l in o||(o[l]=on(n,l));return e&&Object.isExtensible(e)&&(e._normalized=o),z(o,"$stable",s),z(o,"$key",c),z(o,"$hasNormal",a),o}function rn(t,e,n,r){var o=function(){var e=ft;dt(t);var n=arguments.length?r.apply(null,arguments):r({}),o=(n=n&&"object"==typeof n&&!i(n)?[n]:Ne(n))&&n[0];return dt(e),n&&(!o||1===n.length&&o.isComment&&!en(o))?void 0:n};return r.proxy&&Object.defineProperty(e,n,{get:o,enumerable:!0,configurable:!0}),o}function on(t,e){return function(){return t[e]}}function an(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};z(e,"_v_attr_proxy",!0),sn(e,t.$attrs,r,t,"$attrs")}return t._attrsProxy},get listeners(){t._listenersProxy||sn(t._listenersProxy={},t.$listeners,r,t,"$listeners");return t._listenersProxy},get slots(){return function(t){t._slotsProxy||un(t._slotsProxy={},t.$scopedSlots);return t._slotsProxy}(t)},emit:k(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return ee(t,e,n)}))}}}function sn(t,e,n,r,i){var o=!1;for(var a in e)a in t?e[a]!==n[a]&&(o=!0):(o=!0,cn(t,a,r,i));for(var a in t)a in e||(o=!0,delete t[a]);return o}function cn(t,e,n,r){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[r][e]}})}function un(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}function ln(){return dn().slots}function fn(){return dn().attrs}function hn(){return dn().listeners}function dn(){var t=ft;return t._setupContext||(t._setupContext=an(t))}function pn(t,e){var n=i(t)?t.reduce((function(t,e){return t[e]={},t}),{}):t;for(var r in e){var o=n[r];o?i(o)||u(o)?n[r]={type:o,default:e[r]}:o.default=e[r]:null===o&&(n[r]={default:e[r]})}return n}var gn=null;function vn(t,e){return(t.__esModule||lt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),l(t)?e.extend(t):t}function mn(t){if(i(t))for(var e=0;e<t.length;e++){var n=t[e];if(a(n)&&(a(n.componentOptions)||en(n)))return n}}var bn=1,yn=2;function _n(t,e,n,r,o,f){return(i(n)||c(n))&&(o=r,r=n,n=void 0),s(f)&&(o=yn),function(t,e,n,r,o){if(a(n)&&a(n.__ob__))return gt();a(n)&&a(n.is)&&(e=n.is);if(!e)return gt();0;i(r)&&u(r[0])&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);o===yn?r=Ne(r):o===bn&&(r=function(t){for(var e=0;e<t.length;e++)if(i(t[e]))return Array.prototype.concat.apply([],t);return t}(r));var s,c;if("string"==typeof e){var f=void 0;c=t.$vnode&&t.$vnode.ns||V.getTagNamespace(e),s=V.isReservedTag(e)?new pt(V.parsePlatformTagName(e),n,r,void 0,void 0,t):n&&n.pre||!a(f=Wr(t.$options,"components",e))?new pt(e,n,r,void 0,void 0,t):Dr(f,n,t,r,e)}else s=Dr(e,n,t,r);return i(s)?s:a(s)?(a(c)&&wn(s,c),a(n)&&function(t){l(t.style)&&rr(t.style);l(t.class)&&rr(t.class)}(n),s):gt()}(t,e,n,r,o)}function wn(t,e,n){if(t.ns=e,"foreignObject"===t.tag&&(e=void 0,n=!0),a(t.children))for(var r=0,i=t.children.length;r<i;r++){var c=t.children[r];a(c.tag)&&(o(c.ns)||s(n)&&"svg"!==c.tag)&&wn(c,e,n)}}function jn(t,e,n){return _n(ft,t,e,n,2,!0)}function An(t,e,n){At();try{if(e)for(var r=e;r=r.$parent;){var i=r.$options.errorCaptured;if(i)for(var o=0;o<i.length;o++)try{if(!1===i[o].call(r,t,e,n))return}catch(t){xn(t,r,"errorCaptured hook")}}xn(t,e,n)}finally{Et()}}function En(t,e,n,r,i){var o;try{(o=n?t.apply(e,n):t.call(e))&&!o._isVue&&g(o)&&!o._handled&&(o.catch((function(t){return An(t,r,i+" (Promise/async)")})),o._handled=!0)}catch(t){An(t,r,i)}return o}function xn(t,e,n){if(V.errorHandler)try{return V.errorHandler.call(null,t,e,n)}catch(e){e!==t&&On(e,null,"config.errorHandler")}On(t,e,n)}function On(t,e,n){if(!K||"undefined"==typeof console)throw t;console.error(t)}var Cn,Sn=!1,kn=[],Tn=!1;function Rn(){Tn=!1;var t=kn.slice(0);kn.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!=typeof Promise&&ct(Promise)){var In=Promise.resolve();Cn=function(){In.then(Rn),tt&&setTimeout(L)},Sn=!0}else if(Z||"undefined"==typeof MutationObserver||!ct(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Cn="undefined"!=typeof setImmediate&&ct(setImmediate)?function(){setImmediate(Rn)}:function(){setTimeout(Rn,0)};else{var Ln=1,$n=new MutationObserver(Rn),Nn=document.createTextNode(String(Ln));$n.observe(Nn,{characterData:!0}),Cn=function(){Ln=(Ln+1)%2,Nn.data=String(Ln)},Sn=!0}function Pn(t,e){var n;if(kn.push((function(){if(t)try{t.call(e)}catch(t){An(t,e,"nextTick")}else n&&n(e)})),Tn||(Tn=!0,Cn()),!t&&"undefined"!=typeof Promise)return new Promise((function(t){n=t}))}function Dn(t){if(void 0===t&&(t="$style"),!ft)return r;var e=ft[t];return e||r}function Fn(t){if(K){var e=ft;e&&me((function(){var n=e.$el,r=t(e,e._setupProxy);if(n&&1===n.nodeType){var i=n.style;for(var o in r)i.setProperty("--".concat(o),r[o])}}))}}function Mn(t){u(t)&&(t={loader:t});var e=t.loader,n=t.loadingComponent,r=t.errorComponent,i=t.delay,o=void 0===i?200:i,a=t.timeout,s=(t.suspensible,t.onError);var c=null,l=0,f=function(){var t;return c||(t=c=e().catch((function(t){if(t=t instanceof Error?t:new Error(String(t)),s)return new Promise((function(e,n){s(t,(function(){return e((l++,c=null,f()))}),(function(){return n(t)}),l+1)}));throw t})).then((function(e){return t!==c&&c?c:(e&&(e.__esModule||"Module"===e[Symbol.toStringTag])&&(e=e.default),e)})))};return function(){return{component:f(),delay:o,timeout:a,error:r,loading:n}}}function Un(t){return function(e,n){if(void 0===n&&(n=ft),n)return function(t,e,n){var r=t.$options;r[e]=Vr(r[e],n)}(n,t,e)}}var Bn=Un("beforeMount"),Gn=Un("mounted"),Vn=Un("beforeUpdate"),qn=Un("updated"),Hn=Un("beforeDestroy"),zn=Un("destroyed"),Wn=Un("activated"),Xn=Un("deactivated"),Kn=Un("serverPrefetch"),Jn=Un("renderTracked"),Zn=Un("renderTriggered"),Yn=Un("errorCaptured");function Qn(t,e){void 0===e&&(e=ft),Yn(t,e)}var tr="2.7.15";function er(t){return t}var nr=new ut;function rr(t){return ir(t,nr),nr.clear(),t}function ir(t,e){var n,r,o=i(t);if(!(!o&&!l(t)||t.__v_skip||Object.isFrozen(t)||t instanceof pt)){if(t.__ob__){var a=t.__ob__.dep.id;if(e.has(a))return;e.add(a)}if(o)for(n=t.length;n--;)ir(t[n],e);else if(Xt(t))ir(t.value,e);else for(n=(r=Object.keys(t)).length;n--;)ir(t[r[n]],e)}}var or,ar=0,sr=function(){function t(t,e,n,r,i){var o,a;o=this,void 0===(a=ye&&!ye._vm?ye:t?t._scope:void 0)&&(a=ye),a&&a.active&&a.effects.push(o),(this.vm=t)&&i&&(t._watcher=this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ar,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ut,this.newDepIds=new ut,this.expression="",u(e)?this.getter=e:(this.getter=function(t){if(!W.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}(e),this.getter||(this.getter=L)),this.value=this.lazy?void 0:this.get()}return t.prototype.get=function(){var t;At(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;An(t,e,'getter for watcher "'.concat(this.expression,'"'))}finally{this.deep&&rr(t),Et(),this.cleanupDeps()}return t},t.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},t.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds.has(e.id)||e.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},t.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():kr(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||l(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');En(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&_(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}();function cr(t,e){or.$on(t,e)}function ur(t,e){or.$off(t,e)}function lr(t,e){var n=or;return function r(){null!==e.apply(null,arguments)&&n.$off(t,r)}}function fr(t,e,n){or=t,Ie(e,n||{},cr,ur,lr,t),or=void 0}var hr=null;function dr(t){var e=hr;return hr=t,function(){hr=e}}function pr(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function gr(t,e){if(e){if(t._directInactive=!1,pr(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)gr(t.$children[n]);mr(t,"activated")}}function vr(t,e){if(!(e&&(t._directInactive=!0,pr(t))||t._inactive)){t._inactive=!0;for(var n=0;n<t.$children.length;n++)vr(t.$children[n]);mr(t,"deactivated")}}function mr(t,e,n,r){void 0===r&&(r=!0),At();var i=ft,o=xe();r&&dt(t);var a=t.$options[e],s="".concat(e," hook");if(a)for(var c=0,u=a.length;c<u;c++)En(a[c],t,n||null,t,s);t._hasHookEvent&&t.$emit("hook:"+e),r&&(dt(i),o&&o.on()),Et()}var br=[],yr=[],_r={},wr=!1,jr=!1,Ar=0;var Er=0,xr=Date.now;if(K&&!Z){var Or=window.performance;Or&&"function"==typeof Or.now&&xr()>document.createEvent("Event").timeStamp&&(xr=function(){return Or.now()})}var Cr=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function Sr(){var t,e;for(Er=xr(),jr=!0,br.sort(Cr),Ar=0;Ar<br.length;Ar++)(t=br[Ar]).before&&t.before(),e=t.id,_r[e]=null,t.run();var n=yr.slice(),r=br.slice();Ar=br.length=yr.length=0,_r={},wr=jr=!1,function(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,gr(t[e],!0)}(n),function(t){var e=t.length;for(;e--;){var n=t[e],r=n.vm;r&&r._watcher===n&&r._isMounted&&!r._isDestroyed&&mr(r,"updated")}}(r),_t(),st&&V.devtools&&st.emit("flush")}function kr(t){var e=t.id;if(null==_r[e]&&(t!==wt.target||!t.noRecurse)){if(_r[e]=!0,jr){for(var n=br.length-1;n>Ar&&br[n].id>t.id;)n--;br.splice(n+1,0,t)}else br.push(t);wr||(wr=!0,Pn(Sr))}}function Tr(t,e){if(t){for(var n=Object.create(null),r=lt?Reflect.ownKeys(t):Object.keys(t),i=0;i<r.length;i++){var o=r[i];if("__ob__"!==o){var a=t[o].from;if(a in e._provided)n[o]=e._provided[a];else if("default"in t[o]){var s=t[o].default;n[o]=u(s)?s.call(e):s}else 0}}return n}}function Rr(t,e,n,o,a){var c,u=this,l=a.options;j(o,"_uid")?(c=Object.create(o))._original=o:(c=o,o=o._original);var f=s(l._compiled),h=!f;this.data=t,this.props=e,this.children=n,this.parent=o,this.listeners=t.on||r,this.injections=Tr(l.inject,o),this.slots=function(){return u.$slots||nn(o,t.scopedSlots,u.$slots=Qe(n,o)),u.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return nn(o,t.scopedSlots,this.slots())}}),f&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=nn(o,t.scopedSlots,this.$slots)),l._scopeId?this._c=function(t,e,n,r){var a=_n(c,t,e,n,r,h);return a&&!i(a)&&(a.fnScopeId=l._scopeId,a.fnContext=o),a}:this._c=function(t,e,n,r){return _n(c,t,e,n,r,h)}}function Ir(t,e,n,r,i){var o=mt(t);return o.fnContext=n,o.fnOptions=r,e.slot&&((o.data||(o.data={})).slot=e.slot),o}function Lr(t,e){for(var n in e)t[x(n)]=e[n]}function $r(t){return t.name||t.__name||t._componentTag}Ye(Rr.prototype);var Nr={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;Nr.prepatch(n,n)}else{(t.componentInstance=function(t,e){var n={_isComponent:!0,_parentVnode:t,parent:e},r=t.data.inlineTemplate;a(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns);return new t.componentOptions.Ctor(n)}(t,hr)).$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions;!function(t,e,n,i,o){var a=i.data.scopedSlots,s=t.$scopedSlots,c=!!(a&&!a.$stable||s!==r&&!s.$stable||a&&t.$scopedSlots.$key!==a.$key||!a&&t.$scopedSlots.$key),u=!!(o||t.$options._renderChildren||c),l=t.$vnode;t.$options._parentVnode=i,t.$vnode=i,t._vnode&&(t._vnode.parent=i),t.$options._renderChildren=o;var f=i.data.attrs||r;t._attrsProxy&&sn(t._attrsProxy,f,l.data&&l.data.attrs||r,t,"$attrs")&&(u=!0),t.$attrs=f,n=n||r;var h=t.$options._parentListeners;if(t._listenersProxy&&sn(t._listenersProxy,n,h||r,t,"$listeners"),t.$listeners=t.$options._parentListeners=n,fr(t,n,h),e&&t.$options.props){Tt(!1);for(var d=t._props,p=t.$options._propKeys||[],g=0;g<p.length;g++){var v=p[g],m=t.$options.props;d[v]=Xr(v,m,e,t)}Tt(!0),t.$options.propsData=e}u&&(t.$slots=Qe(o,i.context),t.$forceUpdate())}(e.componentInstance=t.componentInstance,n.propsData,n.listeners,e,n.children)},insert:function(t){var e,n=t.context,r=t.componentInstance;r._isMounted||(r._isMounted=!0,mr(r,"mounted")),t.data.keepAlive&&(n._isMounted?((e=r)._inactive=!1,yr.push(e)):gr(r,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?vr(e,!0):e.$destroy())}},Pr=Object.keys(Nr);function Dr(t,e,n,c,u){if(!o(t)){var f=n.$options._base;if(l(t)&&(t=f.extend(t)),"function"==typeof t){var h;if(o(t.cid)&&(t=function(t,e){if(s(t.error)&&a(t.errorComp))return t.errorComp;if(a(t.resolved))return t.resolved;var n=gn;if(n&&a(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n),s(t.loading)&&a(t.loadingComp))return t.loadingComp;if(n&&!a(t.owners)){var r=t.owners=[n],i=!0,c=null,u=null;n.$on("hook:destroyed",(function(){return _(r,n)}));var f=function(t){for(var e=0,n=r.length;e<n;e++)r[e].$forceUpdate();t&&(r.length=0,null!==c&&(clearTimeout(c),c=null),null!==u&&(clearTimeout(u),u=null))},h=F((function(n){t.resolved=vn(n,e),i?r.length=0:f(!0)})),d=F((function(e){a(t.errorComp)&&(t.error=!0,f(!0))})),p=t(h,d);return l(p)&&(g(p)?o(t.resolved)&&p.then(h,d):g(p.component)&&(p.component.then(h,d),a(p.error)&&(t.errorComp=vn(p.error,e)),a(p.loading)&&(t.loadingComp=vn(p.loading,e),0===p.delay?t.loading=!0:c=setTimeout((function(){c=null,o(t.resolved)&&o(t.error)&&(t.loading=!0,f(!1))}),p.delay||200)),a(p.timeout)&&(u=setTimeout((function(){u=null,o(t.resolved)&&d(null)}),p.timeout)))),i=!1,t.loading?t.loadingComp:t.resolved}}(h=t,f),void 0===t))return function(t,e,n,r,i){var o=gt();return o.asyncFactory=t,o.asyncMeta={data:e,context:n,children:r,tag:i},o}(h,e,n,c,u);e=e||{},ci(t),a(e.model)&&function(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[n]=e.model.value;var o=e.on||(e.on={}),s=o[r],c=e.model.callback;a(s)?(i(s)?-1===s.indexOf(c):s!==c)&&(o[r]=[c].concat(s)):o[r]=c}(t.options,e);var d=function(t,e,n){var r=e.options.props;if(!o(r)){var i={},s=t.attrs,c=t.props;if(a(s)||a(c))for(var u in r){var l=S(u);$e(i,c,u,l,!0)||$e(i,s,u,l,!1)}return i}}(e,t);if(s(t.options.functional))return function(t,e,n,o,s){var c=t.options,u={},l=c.props;if(a(l))for(var f in l)u[f]=Xr(f,l,e||r);else a(n.attrs)&&Lr(u,n.attrs),a(n.props)&&Lr(u,n.props);var h=new Rr(n,u,s,o,t),d=c.render.call(null,h._c,h);if(d instanceof pt)return Ir(d,n,h.parent,c);if(i(d)){for(var p=Ne(d)||[],g=new Array(p.length),v=0;v<p.length;v++)g[v]=Ir(p[v],n,h.parent,c);return g}}(t,d,e,n,c);var p=e.on;if(e.on=e.nativeOn,s(t.options.abstract)){var v=e.slot;e={},v&&(e.slot=v)}!function(t){for(var e=t.hook||(t.hook={}),n=0;n<Pr.length;n++){var r=Pr[n],i=e[r],o=Nr[r];i===o||i&&i._merged||(e[r]=i?Fr(o,i):o)}}(e);var m=$r(t.options)||u;return new pt("vue-component-".concat(t.cid).concat(m?"-".concat(m):""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:d,listeners:p,tag:u,children:c},h)}}}function Fr(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}var Mr=L,Ur=V.optionMergeStrategies;function Br(t,e,n){if(void 0===n&&(n=!0),!e)return t;for(var r,i,o,a=lt?Reflect.ownKeys(e):Object.keys(e),s=0;s<a.length;s++)"__ob__"!==(r=a[s])&&(i=t[r],o=e[r],n&&j(t,r)?i!==o&&h(i)&&h(o)&&Br(i,o):Nt(t,r,o));return t}function Gr(t,e,n){return n?function(){var r=u(e)?e.call(n,n):e,i=u(t)?t.call(n,n):t;return r?Br(r,i):i}:e?t?function(){return Br(u(e)?e.call(this,this):e,u(t)?t.call(this,this):t)}:e:t}function Vr(t,e){var n=e?t?t.concat(e):i(e)?e:[e]:t;return n?function(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}(n):n}function qr(t,e,n,r){var i=Object.create(t||null);return e?R(i,e):i}Ur.data=function(t,e,n){return n?Gr(t,e,n):e&&"function"!=typeof e?t:Gr(t,e)},G.forEach((function(t){Ur[t]=Vr})),B.forEach((function(t){Ur[t+"s"]=qr})),Ur.watch=function(t,e,n,r){if(t===rt&&(t=void 0),e===rt&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var o={};for(var a in R(o,t),e){var s=o[a],c=e[a];s&&!i(s)&&(s=[s]),o[a]=s?s.concat(c):i(c)?c:[c]}return o},Ur.props=Ur.methods=Ur.inject=Ur.computed=function(t,e,n,r){if(!t)return e;var i=Object.create(null);return R(i,t),e&&R(i,e),i},Ur.provide=function(t,e){return t?function(){var n=Object.create(null);return Br(n,u(t)?t.call(this):t),e&&Br(n,u(e)?e.call(this):e,!1),n}:e};var Hr=function(t,e){return void 0===e?t:e};function zr(t,e,n){if(u(e)&&(e=e.options),function(t,e){var n=t.props;if(n){var r,o,a={};if(i(n))for(r=n.length;r--;)"string"==typeof(o=n[r])&&(a[x(o)]={type:null});else if(h(n))for(var s in n)o=n[s],a[x(s)]=h(o)?o:{type:o};t.props=a}}(e),function(t,e){var n=t.inject;if(n){var r=t.inject={};if(i(n))for(var o=0;o<n.length;o++)r[n[o]]={from:n[o]};else if(h(n))for(var a in n){var s=n[a];r[a]=h(s)?R({from:a},s):{from:s}}}}(e),function(t){var e=t.directives;if(e)for(var n in e){var r=e[n];u(r)&&(e[n]={bind:r,update:r})}}(e),!e._base&&(e.extends&&(t=zr(t,e.extends,n)),e.mixins))for(var r=0,o=e.mixins.length;r<o;r++)t=zr(t,e.mixins[r],n);var a,s={};for(a in t)c(a);for(a in e)j(t,a)||c(a);function c(r){var i=Ur[r]||Hr;s[r]=i(t[r],e[r],n,r)}return s}function Wr(t,e,n,r){if("string"==typeof n){var i=t[e];if(j(i,n))return i[n];var o=x(n);if(j(i,o))return i[o];var a=O(o);return j(i,a)?i[a]:i[n]||i[o]||i[a]}}function Xr(t,e,n,r){var i=e[t],o=!j(n,t),a=n[t],s=Yr(Boolean,i.type);if(s>-1)if(o&&!j(i,"default"))a=!1;else if(""===a||a===S(t)){var c=Yr(String,i.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=function(t,e,n){if(!j(e,"default"))return;var r=e.default;0;if(t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n])return t._props[n];return u(r)&&"Function"!==Jr(e.type)?r.call(t):r}(r,i,t);var l=kt;Tt(!0),Lt(a),Tt(l)}return a}var Kr=/^\s*function (\w+)/;function Jr(t){var e=t&&t.toString().match(Kr);return e?e[1]:""}function Zr(t,e){return Jr(t)===Jr(e)}function Yr(t,e){if(!i(e))return Zr(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Zr(e[n],t))return n;return-1}var Qr={enumerable:!0,configurable:!0,get:L,set:L};function ti(t,e,n){Qr.get=function(){return this[e][n]},Qr.set=function(t){this[e][n]=t},Object.defineProperty(t,n,Qr)}function ei(t){var e=t.$options;if(e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props=Mt({}),i=t.$options._propKeys=[],o=!t.$parent;o||Tt(!1);var a=function(o){i.push(o);var a=Xr(o,e,n,t);$t(r,o,a),o in t||ti(t,"_props",o)};for(var s in e)a(s);Tt(!0)}(t,e.props),function(t){var e=t.$options,n=e.setup;if(n){var r=t._setupContext=an(t);dt(t),At();var i=En(n,null,[t._props||Mt({}),r],t,"setup");if(Et(),dt(),u(i))e.render=i;else if(l(i))if(t._setupState=i,i.__sfc){var o=t._setupProxy={};for(var a in i)"__sfc"!==a&&ee(o,i,a)}else for(var a in i)H(a)||ee(t,i,a)}}(t),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?L:k(e[n],t)}(t,e.methods),e.data)!function(t){var e=t.$options.data;e=t._data=u(e)?function(t,e){At();try{return t.call(e,e)}catch(t){return An(t,e,"data()"),{}}finally{Et()}}(e,t):e||{},h(e)||(e={});var n=Object.keys(e),r=t.$options.props,i=(t.$options.methods,n.length);for(;i--;){var o=n[i];0,r&&j(r,o)||H(o)||ti(t,"_data",o)}var a=Lt(e);a&&a.vmCount++}(t);else{var n=Lt(t._data={});n&&n.vmCount++}e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=at();for(var i in e){var o=e[i],a=u(o)?o:o.get;0,r||(n[i]=new sr(t,a||L,L,ni)),i in t||ri(t,i,o)}}(t,e.computed),e.watch&&e.watch!==rt&&function(t,e){for(var n in e){var r=e[n];if(i(r))for(var o=0;o<r.length;o++)ai(t,n,r[o]);else ai(t,n,r)}}(t,e.watch)}var ni={lazy:!0};function ri(t,e,n){var r=!at();u(n)?(Qr.get=r?ii(e):oi(n),Qr.set=L):(Qr.get=n.get?r&&!1!==n.cache?ii(e):oi(n.get):L,Qr.set=n.set||L),Object.defineProperty(t,e,Qr)}function ii(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),wt.target&&e.depend(),e.value}}function oi(t){return function(){return t.call(this,this)}}function ai(t,e,n,r){return h(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}var si=0;function ci(t){var e=t.options;if(t.super){var n=ci(t.super);if(n!==t.superOptions){t.superOptions=n;var r=function(t){var e,n=t.options,r=t.sealedOptions;for(var i in n)n[i]!==r[i]&&(e||(e={}),e[i]=n[i]);return e}(t);r&&R(t.extendOptions,r),(e=t.options=zr(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function ui(t){this._init(t)}function li(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,i=t._Ctor||(t._Ctor={});if(i[r])return i[r];var o=$r(t)||$r(n.options);var a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=zr(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)ti(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)ri(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,B.forEach((function(t){a[t]=n[t]})),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=R({},a.options),i[r]=a,a}}function fi(t){return t&&($r(t.Ctor.options)||t.tag)}function hi(t,e){return i(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!d(t)&&t.test(e)}function di(t,e){var n=t.cache,r=t.keys,i=t._vnode;for(var o in n){var a=n[o];if(a){var s=a.name;s&&!e(s)&&pi(n,o,r,i)}}}function pi(t,e,n,r){var i=t[e];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),t[e]=null,_(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=si++,e._isVue=!0,e.__v_skip=!0,e._scope=new Ae(!0),e._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=zr(ci(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&fr(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,i=n&&n.context;t.$slots=Qe(e._renderChildren,i),t.$scopedSlots=n?nn(t.$parent,n.data.scopedSlots,t.$slots):r,t._c=function(e,n,r,i){return _n(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return _n(t,e,n,r,i,!0)};var o=n&&n.data;$t(t,"$attrs",o&&o.attrs||r,null,!0),$t(t,"$listeners",e._parentListeners||r,null,!0)}(e),mr(e,"beforeCreate",void 0,!1),function(t){var e=Tr(t.$options.inject,t);e&&(Tt(!1),Object.keys(e).forEach((function(n){$t(t,n,e[n])})),Tt(!0))}(e),ei(e),function(t){var e=t.$options.provide;if(e){var n=u(e)?e.call(t):e;if(!l(n))return;for(var r=Se(t),i=lt?Reflect.ownKeys(n):Object.keys(n),o=0;o<i.length;o++){var a=i[o];Object.defineProperty(r,a,Object.getOwnPropertyDescriptor(n,a))}}}(e),mr(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(ui),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Nt,t.prototype.$delete=Pt,t.prototype.$watch=function(t,e,n){var r=this;if(h(e))return ai(r,t,e,n);(n=n||{}).user=!0;var i=new sr(r,t,e,n);if(n.immediate){var o='callback for immediate watcher "'.concat(i.expression,'"');At(),En(e,r,[i.value],r,o),Et()}return function(){i.teardown()}}}(ui),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(i(t))for(var o=0,a=t.length;o<a;o++)r.$on(t[o],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(i(t)){for(var r=0,o=t.length;r<o;r++)n.$off(t[r],e);return n}var a,s=n._events[t];if(!s)return n;if(!e)return n._events[t]=null,n;for(var c=s.length;c--;)if((a=s[c])===e||a.fn===e){s.splice(c,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?T(n):n;for(var r=T(arguments,1),i='event handler for "'.concat(t,'"'),o=0,a=n.length;o<a;o++)En(n[o],e,r,e,i)}return e}}(ui),function(t){t.prototype._update=function(t,e){var n=this,r=n.$el,i=n._vnode,o=dr(n);n._vnode=t,n.$el=i?n.__patch__(i,t):n.__patch__(n.$el,t,e,!1),o(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n);for(var a=n;a&&a.$vnode&&a.$parent&&a.$vnode===a.$parent._vnode;)a.$parent.$el=a.$el,a=a.$parent},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){mr(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||_(e.$children,t),t._scope.stop(),t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),mr(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(ui),function(t){Ye(t.prototype),t.prototype.$nextTick=function(t){return Pn(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,r=n.render,o=n._parentVnode;o&&e._isMounted&&(e.$scopedSlots=nn(e.$parent,o.data.scopedSlots,e.$slots,e.$scopedSlots),e._slotsProxy&&un(e._slotsProxy,e.$scopedSlots)),e.$vnode=o;try{dt(e),gn=e,t=r.call(e._renderProxy,e.$createElement)}catch(n){An(n,e,"render"),t=e._vnode}finally{gn=null,dt()}return i(t)&&1===t.length&&(t=t[0]),t instanceof pt||(t=gt()),t.parent=o,t}}(ui);var gi=[String,RegExp,Array],vi={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:gi,exclude:gi,max:[String,Number]},methods:{cacheVNode:function(){var t=this,e=t.cache,n=t.keys,r=t.vnodeToCache,i=t.keyToCache;if(r){var o=r.tag,a=r.componentInstance,s=r.componentOptions;e[i]={name:fi(s),tag:o,componentInstance:a},n.push(i),this.max&&n.length>parseInt(this.max)&&pi(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)pi(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){di(t,(function(t){return hi(e,t)}))})),this.$watch("exclude",(function(e){di(t,(function(t){return!hi(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=mn(t),n=e&&e.componentOptions;if(n){var r=fi(n),i=this.include,o=this.exclude;if(i&&(!r||!hi(i,r))||o&&r&&hi(o,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,_(s,c),s.push(c)):(this.vnodeToCache=e,this.keyToCache=c),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return V}};Object.defineProperty(t,"config",e),t.util={warn:Mr,extend:R,mergeOptions:zr,defineReactive:$t},t.set=Nt,t.delete=Pt,t.nextTick=Pn,t.observable=function(t){return Lt(t),t},t.options=Object.create(null),B.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,R(t.options.components,vi),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=T(arguments,1);return n.unshift(this),u(t.install)?t.install.apply(t,n):u(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=zr(this.options,t),this}}(t),li(t),function(t){B.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&h(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&u(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(ui),Object.defineProperty(ui.prototype,"$isServer",{get:at}),Object.defineProperty(ui.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(ui,"FunctionalRenderContext",{value:Rr}),ui.version=tr;var mi=b("style,class"),bi=b("input,textarea,option,select,progress"),yi=b("contenteditable,draggable,spellcheck"),_i=b("events,caret,typing,plaintext-only"),wi=function(t,e){return Oi(e)||"false"===e?"false":"contenteditable"===t&&_i(e)?e:"true"},ji=b("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"),Ai="http://www.w3.org/1999/xlink",Ei=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},xi=function(t){return Ei(t)?t.slice(6,t.length):""},Oi=function(t){return null==t||!1===t};function Ci(t){for(var e=t.data,n=t,r=t;a(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=Si(r.data,e));for(;a(n=n.parent);)n&&n.data&&(e=Si(e,n.data));return function(t,e){if(a(t)||a(e))return ki(t,Ti(e));return""}(e.staticClass,e.class)}function Si(t,e){return{staticClass:ki(t.staticClass,e.staticClass),class:a(t.class)?[t.class,e.class]:e.class}}function ki(t,e){return t?e?t+" "+e:t:e||""}function Ti(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,i=t.length;r<i;r++)a(e=Ti(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}(t):l(t)?function(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}(t):"string"==typeof t?t:""}var Ri={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ii=b("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"),Li=b("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),$i=function(t){return Ii(t)||Li(t)};var Ni=Object.create(null);var Pi=b("text,number,password,search,email,tel,url");var Di=Object.freeze({__proto__:null,createElement:function(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(t,e){return document.createElementNS(Ri[t],e)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,e,n){t.insertBefore(e,n)},removeChild:function(t,e){t.removeChild(e)},appendChild:function(t,e){t.appendChild(e)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,e){t.textContent=e},setStyleScope:function(t,e){t.setAttribute(e,"")}}),Fi={create:function(t,e){Mi(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Mi(t,!0),Mi(e))},destroy:function(t){Mi(t,!0)}};function Mi(t,e){var n=t.data.ref;if(a(n)){var r=t.context,o=t.componentInstance||t.elm,s=e?null:o,c=e?void 0:o;if(u(n))En(n,r,[s],r,"template ref function");else{var l=t.data.refInFor,f="string"==typeof n||"number"==typeof n,h=Xt(n),d=r.$refs;if(f||h)if(l){var p=f?d[n]:n.value;e?i(p)&&_(p,o):i(p)?p.includes(o)||p.push(o):f?(d[n]=[o],Ui(r,n,d[n])):n.value=[o]}else if(f){if(e&&d[n]!==o)return;d[n]=c,Ui(r,n,s)}else if(h){if(e&&n.value!==o)return;n.value=s}else 0}}}function Ui(t,e,n){var r=t._setupState;r&&j(r,e)&&(Xt(r[e])?r[e].value=n:r[e]=n)}var Bi=new pt("",{},[]),Gi=["create","activate","update","remove","destroy"];function Vi(t,e){return t.key===e.key&&t.asyncFactory===e.asyncFactory&&(t.tag===e.tag&&t.isComment===e.isComment&&a(t.data)===a(e.data)&&function(t,e){if("input"!==t.tag)return!0;var n,r=a(n=t.data)&&a(n=n.attrs)&&n.type,i=a(n=e.data)&&a(n=n.attrs)&&n.type;return r===i||Pi(r)&&Pi(i)}(t,e)||s(t.isAsyncPlaceholder)&&o(e.asyncFactory.error))}function qi(t,e,n){var r,i,o={};for(r=e;r<=n;++r)a(i=t[r].key)&&(o[i]=r);return o}var Hi={create:zi,update:zi,destroy:function(t){zi(t,Bi)}};function zi(t,e){(t.data.directives||e.data.directives)&&function(t,e){var n,r,i,o=t===Bi,a=e===Bi,s=Xi(t.data.directives,t.context),c=Xi(e.data.directives,e.context),u=[],l=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,i.oldArg=r.arg,Ji(i,"update",e,t),i.def&&i.def.componentUpdated&&l.push(i)):(Ji(i,"bind",e,t),i.def&&i.def.inserted&&u.push(i));if(u.length){var f=function(){for(var n=0;n<u.length;n++)Ji(u[n],"inserted",e,t)};o?Le(e,"insert",f):f()}l.length&&Le(e,"postpatch",(function(){for(var n=0;n<l.length;n++)Ji(l[n],"componentUpdated",e,t)}));if(!o)for(n in s)c[n]||Ji(s[n],"unbind",t,t,a)}(t,e)}var Wi=Object.create(null);function Xi(t,e){var n,r,i=Object.create(null);if(!t)return i;for(n=0;n<t.length;n++){if((r=t[n]).modifiers||(r.modifiers=Wi),i[Ki(r)]=r,e._setupState&&e._setupState.__sfc){var o=r.def||Wr(e,"_setupState","v-"+r.name);r.def="function"==typeof o?{bind:o,update:o}:o}r.def=r.def||Wr(e.$options,"directives",r.name)}return i}function Ki(t){return t.rawName||"".concat(t.name,".").concat(Object.keys(t.modifiers||{}).join("."))}function Ji(t,e,n,r,i){var o=t.def&&t.def[e];if(o)try{o(n.elm,t,n,r,i)}catch(r){An(r,n.context,"directive ".concat(t.name," ").concat(e," hook"))}}var Zi=[Fi,Hi];function Yi(t,e){var n=e.componentOptions;if(!(a(n)&&!1===n.Ctor.options.inheritAttrs||o(t.data.attrs)&&o(e.data.attrs))){var r,i,c=e.elm,u=t.data.attrs||{},l=e.data.attrs||{};for(r in(a(l.__ob__)||s(l._v_attr_proxy))&&(l=e.data.attrs=R({},l)),l)i=l[r],u[r]!==i&&Qi(c,r,i,e.data.pre);for(r in(Z||Q)&&l.value!==u.value&&Qi(c,"value",l.value),u)o(l[r])&&(Ei(r)?c.removeAttributeNS(Ai,xi(r)):yi(r)||c.removeAttribute(r))}}function Qi(t,e,n,r){r||t.tagName.indexOf("-")>-1?to(t,e,n):ji(e)?Oi(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):yi(e)?t.setAttribute(e,wi(e,n)):Ei(e)?Oi(n)?t.removeAttributeNS(Ai,xi(e)):t.setAttributeNS(Ai,e,n):to(t,e,n)}function to(t,e,n){if(Oi(n))t.removeAttribute(e);else{if(Z&&!Y&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var eo={create:Yi,update:Yi};function no(t,e){var n=e.elm,r=e.data,i=t.data;if(!(o(r.staticClass)&&o(r.class)&&(o(i)||o(i.staticClass)&&o(i.class)))){var s=Ci(e),c=n._transitionClasses;a(c)&&(s=ki(s,Ti(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var ro,io={create:no,update:no},oo="__r",ao="__c";function so(t,e,n){var r=ro;return function i(){null!==e.apply(null,arguments)&&lo(t,i,n,r)}}var co=Sn&&!(nt&&Number(nt[1])<=53);function uo(t,e,n,r){if(co){var i=Er,o=e;e=o._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||t.target.ownerDocument!==document)return o.apply(this,arguments)}}ro.addEventListener(t,e,it?{capture:n,passive:r}:n)}function lo(t,e,n,r){(r||ro).removeEventListener(t,e._wrapper||e,n)}function fo(t,e){if(!o(t.data.on)||!o(e.data.on)){var n=e.data.on||{},r=t.data.on||{};ro=e.elm||t.elm,function(t){if(a(t[oo])){var e=Z?"change":"input";t[e]=[].concat(t[oo],t[e]||[]),delete t[oo]}a(t[ao])&&(t.change=[].concat(t[ao],t.change||[]),delete t[ao])}(n),Ie(n,r,uo,lo,so,e.context),ro=void 0}}var ho,po={create:fo,update:fo,destroy:function(t){return fo(t,Bi)}};function go(t,e){if(!o(t.data.domProps)||!o(e.data.domProps)){var n,r,i=e.elm,c=t.data.domProps||{},u=e.data.domProps||{};for(n in(a(u.__ob__)||s(u._v_attr_proxy))&&(u=e.data.domProps=R({},u)),c)n in u||(i[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===c[n])continue;1===i.childNodes.length&&i.removeChild(i.childNodes[0])}if("value"===n&&"PROGRESS"!==i.tagName){i._value=r;var l=o(r)?"":String(r);vo(i,l)&&(i.value=l)}else if("innerHTML"===n&&Li(i.tagName)&&o(i.innerHTML)){(ho=ho||document.createElement("div")).innerHTML="<svg>".concat(r,"</svg>");for(var f=ho.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;f.firstChild;)i.appendChild(f.firstChild)}else if(r!==c[n])try{i[n]=r}catch(t){}}}}function vo(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(a(r)){if(r.number)return m(n)!==m(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var mo={create:go,update:go},bo=A((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function yo(t){var e=_o(t.style);return t.staticStyle?R(t.staticStyle,e):e}function _o(t){return Array.isArray(t)?I(t):"string"==typeof t?bo(t):t}var wo,jo=/^--/,Ao=/\s*!important$/,Eo=function(t,e,n){if(jo.test(e))t.style.setProperty(e,n);else if(Ao.test(n))t.style.setProperty(S(e),n.replace(Ao,""),"important");else{var r=Oo(e);if(Array.isArray(n))for(var i=0,o=n.length;i<o;i++)t.style[r]=n[i];else t.style[r]=n}},xo=["Webkit","Moz","ms"],Oo=A((function(t){if(wo=wo||document.createElement("div").style,"filter"!==(t=x(t))&&t in wo)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<xo.length;n++){var r=xo[n]+e;if(r in wo)return r}}));function Co(t,e){var n=e.data,r=t.data;if(!(o(n.staticStyle)&&o(n.style)&&o(r.staticStyle)&&o(r.style))){var i,s,c=e.elm,u=r.staticStyle,l=r.normalizedStyle||r.style||{},f=u||l,h=_o(e.data.style)||{};e.data.normalizedStyle=a(h.__ob__)?R({},h):h;var d=function(t,e){var n,r={};if(e)for(var i=t;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=yo(i.data))&&R(r,n);(n=yo(t.data))&&R(r,n);for(var o=t;o=o.parent;)o.data&&(n=yo(o.data))&&R(r,n);return r}(e,!0);for(s in f)o(d[s])&&Eo(c,s,"");for(s in d)(i=d[s])!==f[s]&&Eo(c,s,null==i?"":i)}}var So={create:Co,update:Co},ko=/\s+/;function To(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(ko).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Ro(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(ko).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Io(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&R(e,Lo(t.name||"v")),R(e,t),e}return"string"==typeof t?Lo(t):void 0}}var Lo=A((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),$o=K&&!Y,No="transition",Po="animation",Do="transition",Fo="transitionend",Mo="animation",Uo="animationend";$o&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Do="WebkitTransition",Fo="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Mo="WebkitAnimation",Uo="webkitAnimationEnd"));var Bo=K?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Go(t){Bo((function(){Bo(t)}))}function Vo(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),To(t,e))}function qo(t,e){t._transitionClasses&&_(t._transitionClasses,e),Ro(t,e)}function Ho(t,e,n){var r=Wo(t,e),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===No?Fo:Uo,c=0,u=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++c>=a&&u()};setTimeout((function(){c<a&&u()}),o+1),t.addEventListener(s,l)}var zo=/\b(transform|all)(,|$)/;function Wo(t,e){var n,r=window.getComputedStyle(t),i=(r[Do+"Delay"]||"").split(", "),o=(r[Do+"Duration"]||"").split(", "),a=Xo(i,o),s=(r[Mo+"Delay"]||"").split(", "),c=(r[Mo+"Duration"]||"").split(", "),u=Xo(s,c),l=0,f=0;return e===No?a>0&&(n=No,l=a,f=o.length):e===Po?u>0&&(n=Po,l=u,f=c.length):f=(n=(l=Math.max(a,u))>0?a>u?No:Po:null)?n===No?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===No&&zo.test(r[Do+"Property"])}}function Xo(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return Ko(e)+Ko(t[n])})))}function Ko(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function Jo(t,e){var n=t.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Io(t.data.transition);if(!o(r)&&!a(n._enterCb)&&1===n.nodeType){for(var i=r.css,s=r.type,c=r.enterClass,f=r.enterToClass,h=r.enterActiveClass,d=r.appearClass,p=r.appearToClass,g=r.appearActiveClass,v=r.beforeEnter,b=r.enter,y=r.afterEnter,_=r.enterCancelled,w=r.beforeAppear,j=r.appear,A=r.afterAppear,E=r.appearCancelled,x=r.duration,O=hr,C=hr.$vnode;C&&C.parent;)O=C.context,C=C.parent;var S=!O._isMounted||!t.isRootInsert;if(!S||j||""===j){var k=S&&d?d:c,T=S&&g?g:h,R=S&&p?p:f,I=S&&w||v,L=S&&u(j)?j:b,$=S&&A||y,N=S&&E||_,P=m(l(x)?x.enter:x);0;var D=!1!==i&&!Y,M=Qo(L),U=n._enterCb=F((function(){D&&(qo(n,R),qo(n,T)),U.cancelled?(D&&qo(n,k),N&&N(n)):$&&$(n),n._enterCb=null}));t.data.show||Le(t,"insert",(function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),L&&L(n,U)})),I&&I(n),D&&(Vo(n,k),Vo(n,T),Go((function(){qo(n,k),U.cancelled||(Vo(n,R),M||(Yo(P)?setTimeout(U,P):Ho(n,s,U)))}))),t.data.show&&(e&&e(),L&&L(n,U)),D||M||U()}}}function Zo(t,e){var n=t.elm;a(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Io(t.data.transition);if(o(r)||1!==n.nodeType)return e();if(!a(n._leaveCb)){var i=r.css,s=r.type,c=r.leaveClass,u=r.leaveToClass,f=r.leaveActiveClass,h=r.beforeLeave,d=r.leave,p=r.afterLeave,g=r.leaveCancelled,v=r.delayLeave,b=r.duration,y=!1!==i&&!Y,_=Qo(d),w=m(l(b)?b.leave:b);0;var j=n._leaveCb=F((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),y&&(qo(n,u),qo(n,f)),j.cancelled?(y&&qo(n,c),g&&g(n)):(e(),p&&p(n)),n._leaveCb=null}));v?v(A):A()}function A(){j.cancelled||(!t.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),h&&h(n),y&&(Vo(n,c),Vo(n,f),Go((function(){qo(n,c),j.cancelled||(Vo(n,u),_||(Yo(w)?setTimeout(j,w):Ho(n,s,j)))}))),d&&d(n,j),y||_||j())}}function Yo(t){return"number"==typeof t&&!isNaN(t)}function Qo(t){if(o(t))return!1;var e=t.fns;return a(e)?Qo(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function ta(t,e){!0!==e.data.show&&Jo(e)}var ea=function(t){var e,n,r={},u=t.modules,l=t.nodeOps;for(e=0;e<Gi.length;++e)for(r[Gi[e]]=[],n=0;n<u.length;++n)a(u[n][Gi[e]])&&r[Gi[e]].push(u[n][Gi[e]]);function f(t){var e=l.parentNode(t);a(e)&&l.removeChild(e,t)}function h(t,e,n,i,o,c,u){if(a(t.elm)&&a(c)&&(t=c[u]=mt(t)),t.isRootInsert=!o,!function(t,e,n,i){var o=t.data;if(a(o)){var c=a(t.componentInstance)&&o.keepAlive;if(a(o=o.hook)&&a(o=o.init)&&o(t,!1),a(t.componentInstance))return d(t,e),p(n,t.elm,i),s(c)&&function(t,e,n,i){var o,s=t;for(;s.componentInstance;)if(a(o=(s=s.componentInstance._vnode).data)&&a(o=o.transition)){for(o=0;o<r.activate.length;++o)r.activate[o](Bi,s);e.push(s);break}p(n,t.elm,i)}(t,e,n,i),!0}}(t,e,n,i)){var f=t.data,h=t.children,v=t.tag;a(v)?(t.elm=t.ns?l.createElementNS(t.ns,v):l.createElement(v,t),y(t),g(t,h,e),a(f)&&m(t,e),p(n,t.elm,i)):s(t.isComment)?(t.elm=l.createComment(t.text),p(n,t.elm,i)):(t.elm=l.createTextNode(t.text),p(n,t.elm,i))}}function d(t,e){a(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,v(t)?(m(t,e),y(t)):(Mi(t),e.push(t))}function p(t,e,n){a(t)&&(a(n)?l.parentNode(n)===t&&l.insertBefore(t,e,n):l.appendChild(t,e))}function g(t,e,n){if(i(e)){0;for(var r=0;r<e.length;++r)h(e[r],n,t.elm,null,!0,e,r)}else c(t.text)&&l.appendChild(t.elm,l.createTextNode(String(t.text)))}function v(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return a(t.tag)}function m(t,n){for(var i=0;i<r.create.length;++i)r.create[i](Bi,t);a(e=t.data.hook)&&(a(e.create)&&e.create(Bi,t),a(e.insert)&&n.push(t))}function y(t){var e;if(a(e=t.fnScopeId))l.setStyleScope(t.elm,e);else for(var n=t;n;)a(e=n.context)&&a(e=e.$options._scopeId)&&l.setStyleScope(t.elm,e),n=n.parent;a(e=hr)&&e!==t.context&&e!==t.fnContext&&a(e=e.$options._scopeId)&&l.setStyleScope(t.elm,e)}function _(t,e,n,r,i,o){for(;r<=i;++r)h(n[r],o,t,e,!1,n,r)}function w(t){var e,n,i=t.data;if(a(i))for(a(e=i.hook)&&a(e=e.destroy)&&e(t),e=0;e<r.destroy.length;++e)r.destroy[e](t);if(a(e=t.children))for(n=0;n<t.children.length;++n)w(t.children[n])}function j(t,e,n){for(;e<=n;++e){var r=t[e];a(r)&&(a(r.tag)?(A(r),w(r)):f(r.elm))}}function A(t,e){if(a(e)||a(t.data)){var n,i=r.remove.length+1;for(a(e)?e.listeners+=i:e=function(t,e){function n(){0==--n.listeners&&f(t)}return n.listeners=e,n}(t.elm,i),a(n=t.componentInstance)&&a(n=n._vnode)&&a(n.data)&&A(n,e),n=0;n<r.remove.length;++n)r.remove[n](t,e);a(n=t.data.hook)&&a(n=n.remove)?n(t,e):e()}else f(t.elm)}function E(t,e,n,r){for(var i=n;i<r;i++){var o=e[i];if(a(o)&&Vi(t,o))return i}}function x(t,e,n,i,c,u){if(t!==e){a(e.elm)&&a(i)&&(e=i[c]=mt(e));var f=e.elm=t.elm;if(s(t.isAsyncPlaceholder))a(e.asyncFactory.resolved)?S(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(s(e.isStatic)&&s(t.isStatic)&&e.key===t.key&&(s(e.isCloned)||s(e.isOnce)))e.componentInstance=t.componentInstance;else{var d,p=e.data;a(p)&&a(d=p.hook)&&a(d=d.prepatch)&&d(t,e);var g=t.children,m=e.children;if(a(p)&&v(e)){for(d=0;d<r.update.length;++d)r.update[d](t,e);a(d=p.hook)&&a(d=d.update)&&d(t,e)}o(e.text)?a(g)&&a(m)?g!==m&&function(t,e,n,r,i){var s,c,u,f=0,d=0,p=e.length-1,g=e[0],v=e[p],m=n.length-1,b=n[0],y=n[m],w=!i;for(;f<=p&&d<=m;)o(g)?g=e[++f]:o(v)?v=e[--p]:Vi(g,b)?(x(g,b,r,n,d),g=e[++f],b=n[++d]):Vi(v,y)?(x(v,y,r,n,m),v=e[--p],y=n[--m]):Vi(g,y)?(x(g,y,r,n,m),w&&l.insertBefore(t,g.elm,l.nextSibling(v.elm)),g=e[++f],y=n[--m]):Vi(v,b)?(x(v,b,r,n,d),w&&l.insertBefore(t,v.elm,g.elm),v=e[--p],b=n[++d]):(o(s)&&(s=qi(e,f,p)),o(c=a(b.key)?s[b.key]:E(b,e,f,p))?h(b,r,t,g.elm,!1,n,d):Vi(u=e[c],b)?(x(u,b,r,n,d),e[c]=void 0,w&&l.insertBefore(t,u.elm,g.elm)):h(b,r,t,g.elm,!1,n,d),b=n[++d]);f>p?_(t,o(n[m+1])?null:n[m+1].elm,n,d,m,r):d>m&&j(e,f,p)}(f,g,m,n,u):a(m)?(a(t.text)&&l.setTextContent(f,""),_(f,null,m,0,m.length-1,n)):a(g)?j(g,0,g.length-1):a(t.text)&&l.setTextContent(f,""):t.text!==e.text&&l.setTextContent(f,e.text),a(p)&&a(d=p.hook)&&a(d=d.postpatch)&&d(t,e)}}}function O(t,e,n){if(s(n)&&a(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var C=b("attrs,class,staticClass,staticStyle,key");function S(t,e,n,r){var i,o=e.tag,c=e.data,u=e.children;if(r=r||c&&c.pre,e.elm=t,s(e.isComment)&&a(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(a(c)&&(a(i=c.hook)&&a(i=i.init)&&i(e,!0),a(i=e.componentInstance)))return d(e,n),!0;if(a(o)){if(a(u))if(t.hasChildNodes())if(a(i=c)&&a(i=i.domProps)&&a(i=i.innerHTML)){if(i!==t.innerHTML)return!1}else{for(var l=!0,f=t.firstChild,h=0;h<u.length;h++){if(!f||!S(f,u[h],n,r)){l=!1;break}f=f.nextSibling}if(!l||f)return!1}else g(e,u,n);if(a(c)){var p=!1;for(var v in c)if(!C(v)){p=!0,m(e,n);break}!p&&c.class&&rr(c.class)}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,i){if(!o(e)){var c,u=!1,f=[];if(o(t))u=!0,h(e,f);else{var d=a(t.nodeType);if(!d&&Vi(t,e))x(t,e,f,null,null,i);else{if(d){if(1===t.nodeType&&t.hasAttribute(U)&&(t.removeAttribute(U),n=!0),s(n)&&S(t,e,f))return O(e,f,!0),t;c=t,t=new pt(l.tagName(c).toLowerCase(),{},[],void 0,c)}var p=t.elm,g=l.parentNode(p);if(h(e,f,p._leaveCb?null:g,l.nextSibling(p)),a(e.parent))for(var m=e.parent,b=v(e);m;){for(var y=0;y<r.destroy.length;++y)r.destroy[y](m);if(m.elm=e.elm,b){for(var _=0;_<r.create.length;++_)r.create[_](Bi,m);var A=m.data.hook.insert;if(A.merged)for(var E=A.fns.slice(1),C=0;C<E.length;C++)E[C]()}else Mi(m);m=m.parent}a(g)?j([t],0,0):a(t.tag)&&w(t)}}return O(e,f,u),e.elm}a(t)&&w(t)}}({nodeOps:Di,modules:[eo,io,po,mo,So,K?{create:ta,activate:ta,remove:function(t,e){!0!==t.data.show?Zo(t,e):e()}}:{}].concat(Zi)});Y&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&ua(t,"input")}));var na={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?Le(n,"postpatch",(function(){na.componentUpdated(t,e,n)})):ra(t,e,n.context),t._vOptions=[].map.call(t.options,aa)):("textarea"===n.tag||Pi(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",sa),t.addEventListener("compositionend",ca),t.addEventListener("change",ca),Y&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){ra(t,e,n.context);var r=t._vOptions,i=t._vOptions=[].map.call(t.options,aa);if(i.some((function(t,e){return!P(t,r[e])})))(t.multiple?e.value.some((function(t){return oa(t,i)})):e.value!==e.oldValue&&oa(e.value,i))&&ua(t,"change")}}};function ra(t,e,n){ia(t,e,n),(Z||Q)&&setTimeout((function(){ia(t,e,n)}),0)}function ia(t,e,n){var r=e.value,i=t.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],i)o=D(r,aa(a))>-1,a.selected!==o&&(a.selected=o);else if(P(aa(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));i||(t.selectedIndex=-1)}}function oa(t,e){return e.every((function(e){return!P(e,t)}))}function aa(t){return"_value"in t?t._value:t.value}function sa(t){t.target.composing=!0}function ca(t){t.target.composing&&(t.target.composing=!1,ua(t.target,"input"))}function ua(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function la(t){return!t.componentInstance||t.data&&t.data.transition?t:la(t.componentInstance._vnode)}var fa={bind:function(t,e,n){var r=e.value,i=(n=la(n)).data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&i?(n.data.show=!0,Jo(n,(function(){t.style.display=o}))):t.style.display=r?o:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=la(n)).data&&n.data.transition?(n.data.show=!0,r?Jo(n,(function(){t.style.display=t.__vOriginalDisplay})):Zo(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,i){i||(t.style.display=t.__vOriginalDisplay)}},ha={model:na,show:fa},da={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 pa(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?pa(mn(e.children)):t}function ga(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var i=n._parentListeners;for(var r in i)e[x(r)]=i[r];return e}function va(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var ma=function(t){return t.tag||en(t)},ba=function(t){return"show"===t.name},ya={name:"transition",props:da,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(ma)).length){0;var r=this.mode;0;var i=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return i;var o=pa(i);if(!o)return i;if(this._leaving)return va(t,i);var a="__transition-".concat(this._uid,"-");o.key=null==o.key?o.isComment?a+"comment":a+o.tag:c(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var s=(o.data||(o.data={})).transition=ga(this),u=this._vnode,l=pa(u);if(o.data.directives&&o.data.directives.some(ba)&&(o.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(o,l)&&!en(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=R({},s);if("out-in"===r)return this._leaving=!0,Le(f,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),va(t,i);if("in-out"===r){if(en(o))return u;var h,d=function(){h()};Le(s,"afterEnter",d),Le(s,"enterCancelled",d),Le(f,"delayLeave",(function(t){h=t}))}}return i}}},_a=R({tag:String,moveClass:String},da);delete _a.mode;var wa={props:_a,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var i=dr(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,i(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=ga(this),s=0;s<i.length;s++){if((l=i[s]).tag)if(null!=l.key&&0!==String(l.key).indexOf("__vlist"))o.push(l),n[l.key]=l,(l.data||(l.data={})).transition=a;else;}if(r){var c=[],u=[];for(s=0;s<r.length;s++){var l;(l=r[s]).data.transition=a,l.data.pos=l.elm.getBoundingClientRect(),n[l.key]?c.push(l):u.push(l)}this.kept=t(e,null,c),this.removed=u}return t(e,null,o)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(ja),t.forEach(Aa),t.forEach(Ea),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,r=n.style;Vo(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Fo,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Fo,t),n._moveCb=null,qo(n,e))})}})))},methods:{hasMove:function(t,e){if(!$o)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){Ro(n,t)})),To(n,e),n.style.display="none",this.$el.appendChild(n);var r=Wo(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}};function ja(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Aa(t){t.data.newPos=t.elm.getBoundingClientRect()}function Ea(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,i=e.top-n.top;if(r||i){t.data.moved=!0;var o=t.elm.style;o.transform=o.WebkitTransform="translate(".concat(r,"px,").concat(i,"px)"),o.transitionDuration="0s"}}var xa={Transition:ya,TransitionGroup:wa};ui.config.mustUseProp=function(t,e,n){return"value"===n&&bi(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},ui.config.isReservedTag=$i,ui.config.isReservedAttr=mi,ui.config.getTagNamespace=function(t){return Li(t)?"svg":"math"===t?"math":void 0},ui.config.isUnknownElement=function(t){if(!K)return!0;if($i(t))return!1;if(t=t.toLowerCase(),null!=Ni[t])return Ni[t];var e=document.createElement(t);return t.indexOf("-")>-1?Ni[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Ni[t]=/HTMLUnknownElement/.test(e.toString())},R(ui.options.directives,ha),R(ui.options.components,xa),ui.prototype.__patch__=K?ea:L,ui.prototype.$mount=function(t,e){return function(t,e,n){var r;t.$el=e,t.$options.render||(t.$options.render=gt),mr(t,"beforeMount"),r=function(){t._update(t._render(),n)},new sr(t,r,L,{before:function(){t._isMounted&&!t._isDestroyed&&mr(t,"beforeUpdate")}},!0),n=!1;var i=t._preWatchers;if(i)for(var o=0;o<i.length;o++)i[o].run();return null==t.$vnode&&(t._isMounted=!0,mr(t,"mounted")),t}(this,t=t&&K?function(t){if("string"==typeof t){return document.querySelector(t)||document.createElement("div")}return t}(t):void 0,e)},K&&setTimeout((function(){V.devtools&&st&&st.emit("init",ui)}),0)},20629:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>I,nv:()=>E,rn:()=>w,yh:()=>h});var r=("undefined"!=typeof window?window:void 0!==n.g?n.g:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function i(t,e){if(void 0===e&&(e=[]),null===t||"object"!=typeof t)return t;var n,r=(n=function(e){return e.original===t},e.filter(n)[0]);if(r)return r.copy;var o=Array.isArray(t)?[]:{};return e.push({original:t,copy:o}),Object.keys(t).forEach((function(n){o[n]=i(t[n],e)})),o}function o(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function a(t){return null!==t&&"object"==typeof t}var s=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},c={namespaced:{configurable:!0}};c.namespaced.get=function(){return!!this._rawModule.namespaced},s.prototype.addChild=function(t,e){this._children[t]=e},s.prototype.removeChild=function(t){delete this._children[t]},s.prototype.getChild=function(t){return this._children[t]},s.prototype.hasChild=function(t){return t in this._children},s.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},s.prototype.forEachChild=function(t){o(this._children,t)},s.prototype.forEachGetter=function(t){this._rawModule.getters&&o(this._rawModule.getters,t)},s.prototype.forEachAction=function(t){this._rawModule.actions&&o(this._rawModule.actions,t)},s.prototype.forEachMutation=function(t){this._rawModule.mutations&&o(this._rawModule.mutations,t)},Object.defineProperties(s.prototype,c);var u=function(t){this.register([],t,!1)};function l(t,e,n){if(e.update(n),n.modules)for(var r in n.modules){if(!e.getChild(r))return void 0;l(t.concat(r),e.getChild(r),n.modules[r])}}u.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},u.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/":"")}),"")},u.prototype.update=function(t){l([],this.root,t)},u.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var i=new s(e,n);0===t.length?this.root=i:this.get(t.slice(0,-1)).addChild(t[t.length-1],i);e.modules&&o(e.modules,(function(e,i){r.register(t.concat(i),e,n)}))},u.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1],r=e.getChild(n);r&&r.runtime&&e.removeChild(n)},u.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];return!!e&&e.hasChild(n)};var f;var h=function(t){var e=this;void 0===t&&(t={}),!f&&"undefined"!=typeof window&&window.Vue&&_(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var i=t.strict;void 0===i&&(i=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new u(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new f,this._makeLocalGettersCache=Object.create(null);var o=this,a=this.dispatch,s=this.commit;this.dispatch=function(t,e){return a.call(o,t,e)},this.commit=function(t,e,n){return s.call(o,t,e,n)},this.strict=i;var c=this._modules.root.state;m(this,c,[],this._modules.root),v(this,c),n.forEach((function(t){return t(e)})),(void 0!==t.devtools?t.devtools:f.config.devtools)&&function(t){r&&(t._devtoolHook=r,r.emit("vuex:init",t),r.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){r.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){r.emit("vuex:action",t,e)}),{prepend:!0}))}(this)},d={state:{configurable:!0}};function p(t,e,n){return e.indexOf(t)<0&&(n&&n.prepend?e.unshift(t):e.push(t)),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function g(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;m(t,n,[],t._modules.root,!0),v(t,n,e)}function v(t,e,n){var r=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var i=t._wrappedGetters,a={};o(i,(function(e,n){a[n]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var s=f.config.silent;f.config.silent=!0,t._vm=new f({data:{$$state:e},computed:a}),f.config.silent=s,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),r&&(n&&t._withCommit((function(){r._data.$$state=null})),f.nextTick((function(){return r.$destroy()})))}function m(t,e,n,r,i){var o=!n.length,a=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[a],t._modulesNamespaceMap[a]=r),!o&&!i){var s=b(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit((function(){f.set(s,c,r.state)}))}var u=r.context=function(t,e,n){var r=""===e,i={dispatch:r?t.dispatch:function(n,r,i){var o=y(n,r,i),a=o.payload,s=o.options,c=o.type;return s&&s.root||(c=e+c),t.dispatch(c,a)},commit:r?t.commit:function(n,r,i){var o=y(n,r,i),a=o.payload,s=o.options,c=o.type;s&&s.root||(c=e+c),t.commit(c,a,s)}};return Object.defineProperties(i,{getters:{get:r?function(){return t.getters}:function(){return function(t,e){if(!t._makeLocalGettersCache[e]){var n={},r=e.length;Object.keys(t.getters).forEach((function(i){if(i.slice(0,r)===e){var o=i.slice(r);Object.defineProperty(n,o,{get:function(){return t.getters[i]},enumerable:!0})}})),t._makeLocalGettersCache[e]=n}return t._makeLocalGettersCache[e]}(t,e)}},state:{get:function(){return b(t.state,n)}}}),i}(t,a,n);r.forEachMutation((function(e,n){!function(t,e,n,r){var i=t._mutations[e]||(t._mutations[e]=[]);i.push((function(e){n.call(t,r.state,e)}))}(t,a+n,e,u)})),r.forEachAction((function(e,n){var r=e.root?n:a+n,i=e.handler||e;!function(t,e,n,r){var i=t._actions[e]||(t._actions[e]=[]);i.push((function(e){var i,o=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e);return(i=o)&&"function"==typeof i.then||(o=Promise.resolve(o)),t._devtoolHook?o.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):o}))}(t,r,i,u)})),r.forEachGetter((function(e,n){!function(t,e,n,r){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)}}(t,a+n,e,u)})),r.forEachChild((function(r,o){m(t,e,n.concat(o),r,i)}))}function b(t,e){return e.reduce((function(t,e){return t[e]}),t)}function y(t,e,n){return a(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function _(t){f&&t===f||function(t){if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:n});else{var e=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,e.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(f=t)}d.state.get=function(){return this._vm._data.$$state},d.state.set=function(t){0},h.prototype.commit=function(t,e,n){var r=this,i=y(t,e,n),o=i.type,a=i.payload,s=(i.options,{type:o,payload:a}),c=this._mutations[o];c&&(this._withCommit((function(){c.forEach((function(t){t(a)}))})),this._subscribers.slice().forEach((function(t){return t(s,r.state)})))},h.prototype.dispatch=function(t,e){var n=this,r=y(t,e),i=r.type,o=r.payload,a={type:i,payload:o},s=this._actions[i];if(s){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(a,n.state)}))}catch(t){0}var c=s.length>1?Promise.all(s.map((function(t){return t(o)}))):s[0](o);return new Promise((function(t,e){c.then((function(e){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(a,n.state)}))}catch(t){0}t(e)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(a,n.state,t)}))}catch(t){0}e(t)}))}))}},h.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},h.prototype.subscribeAction=function(t,e){return p("function"==typeof t?{before:t}:t,this._actionSubscribers,e)},h.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch((function(){return t(r.state,r.getters)}),e,n)},h.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},h.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),m(this,this.state,t,this._modules.get(t),n.preserveState),v(this,this.state)},h.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=b(e.state,t.slice(0,-1));f.delete(n,t[t.length-1])})),g(this)},h.prototype.hasModule=function(t){return"string"==typeof t&&(t=[t]),this._modules.isRegistered(t)},h.prototype.hotUpdate=function(t){this._modules.update(t),g(this,!0)},h.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(h.prototype,d);var w=O((function(t,e){var n={};return x(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=C(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"==typeof i?i.call(this,e,n):e[i]},n[r].vuex=!0})),n})),j=O((function(t,e){var n={};return x(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.commit;if(t){var o=C(this.$store,"mapMutations",t);if(!o)return;r=o.context.commit}return"function"==typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n})),A=O((function(t,e){var n={};return x(e).forEach((function(e){var r=e.key,i=e.val;i=t+i,n[r]=function(){if(!t||C(this.$store,"mapGetters",t))return this.$store.getters[i]},n[r].vuex=!0})),n})),E=O((function(t,e){var n={};return x(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var o=C(this.$store,"mapActions",t);if(!o)return;r=o.context.dispatch}return"function"==typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n}));function x(t){return function(t){return Array.isArray(t)||a(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function O(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function C(t,e,n){return t._modulesNamespaceMap[n]}function S(t,e,n){var r=n?t.groupCollapsed:t.group;try{r.call(t,e)}catch(n){t.log(e)}}function k(t){try{t.groupEnd()}catch(e){t.log("ββ log end ββ")}}function T(){var t=new Date;return" @ "+R(t.getHours(),2)+":"+R(t.getMinutes(),2)+":"+R(t.getSeconds(),2)+"."+R(t.getMilliseconds(),3)}function R(t,e){return n="0",r=e-t.toString().length,new Array(r+1).join(n)+t;var n,r}const I={Store:h,install:_,version:"3.6.2",mapState:w,mapMutations:j,mapGetters:A,mapActions:E,createNamespacedHelpers:function(t){return{mapState:w.bind(null,t),mapGetters:A.bind(null,t),mapMutations:j.bind(null,t),mapActions:E.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var n=t.filter;void 0===n&&(n=function(t,e,n){return!0});var r=t.transformer;void 0===r&&(r=function(t){return t});var o=t.mutationTransformer;void 0===o&&(o=function(t){return t});var a=t.actionFilter;void 0===a&&(a=function(t,e){return!0});var s=t.actionTransformer;void 0===s&&(s=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var u=t.logActions;void 0===u&&(u=!0);var l=t.logger;return void 0===l&&(l=console),function(t){var f=i(t.state);void 0!==l&&(c&&t.subscribe((function(t,a){var s=i(a);if(n(t,f,s)){var c=T(),u=o(t),h="mutation "+t.type+c;S(l,h,e),l.log("%c prev state","color: #9E9E9E; font-weight: bold",r(f)),l.log("%c mutation","color: #03A9F4; font-weight: bold",u),l.log("%c next state","color: #4CAF50; font-weight: bold",r(s)),k(l)}f=s})),u&&t.subscribeAction((function(t,n){if(a(t,n)){var r=T(),i=s(t),o="action "+t.type+r;S(l,o,e),l.log("%c action","color: #03A9F4; font-weight: bold",i),k(l)}})))}}}},57888:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(77907),i=n(92426);function o(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var a=o(r),s=o(i),c=function(){function t(t){"function"==typeof t.getVersion&&a.default(t.getVersion())?s.default(t.getVersion())!==s.default(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}return t.prototype.getVersion=function(){return"3.1.0"},t.prototype.subscribe=function(t,e){this.bus.subscribe(t,e)},t.prototype.unsubscribe=function(t,e){this.bus.unsubscribe(t,e)},t.prototype.emit=function(t,e){this.bus.emit(t,e)},t}(),u=function(){function t(){this.handlers=new Map}return t.prototype.getVersion=function(){return"3.1.0"},t.prototype.subscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))},t.prototype.unsubscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((function(t){return t!=e})))},t.prototype.emit=function(t,e){(this.handlers.get(t)||[]).forEach((function(t){try{t(e)}catch(t){console.error("could not invoke event listener",t)}}))},t}(),l=null;function f(){return null!==l?l:"undefined"==typeof window?new Proxy({},{get:function(){return function(){return console.error("Window not available, EventBus can not be established!")}}}):(void 0!==window.OC&&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),l=void 0!==(null===window||void 0===window?void 0:window._nc_event_bus)?new c(window._nc_event_bus):window._nc_event_bus=new u)}e.ProxyBus=c,e.SimpleBus=u,e.emit=function(t,e){f().emit(t,e)},e.subscribe=function(t,e){f().subscribe(t,e)},e.unsubscribe=function(t,e){f().unsubscribe(t,e)}},77958:(t,e,n)=>{"use strict";n.d(e,{IH:()=>a,_S:()=>s,ts:()=>l});var r=n(69183);let i;const o=[];function a(){if(void 0===i){const t=document?.getElementsByTagName("head")[0];i=t?t.getAttribute("data-requesttoken"):null}return i}function s(t){o.push(t)}(0,r.Ld)("csrf-token-update",(t=>{i=t.token,o.forEach((e=>{try{e(t.token)}catch(t){console.error("error updating CSRF token observer",t)}}))}));const c=(t,e)=>t?t.getAttribute(e):null;let u;function l(){if(void 0!==u)return u;const t=document?.getElementsByTagName("head")[0];if(!t)return null;const e=c(t,"data-user");return null===e?(u=null,u):(u={uid:e,displayName:c(t,"data-user-displayname"),isAdmin:!!window._oc_isadmin},u)}},88911:(t,e,n)=>{"use strict";function r(t,e){return function(){return t.apply(e,arguments)}}n.d(e,{Z:()=>Yt});const{toString:i}=Object.prototype,{getPrototypeOf:o}=Object,a=(s=Object.create(null),t=>{const e=i.call(t);return s[e]||(s[e]=e.slice(8,-1).toLowerCase())});var s;const c=t=>(t=t.toLowerCase(),e=>a(e)===t),u=t=>e=>typeof e===t,{isArray:l}=Array,f=u("undefined");const h=c("ArrayBuffer");const d=u("string"),p=u("function"),g=u("number"),v=t=>null!==t&&"object"==typeof t,m=t=>{if("object"!==a(t))return!1;const e=o(t);return!(null!==e&&e!==Object.prototype&&null!==Object.getPrototypeOf(e)||Symbol.toStringTag in t||Symbol.iterator in t)},b=c("Date"),y=c("File"),_=c("Blob"),w=c("FileList"),j=c("URLSearchParams");function A(t,e,{allOwnKeys:n=!1}={}){if(null==t)return;let r,i;if("object"!=typeof t&&(t=[t]),l(t))for(r=0,i=t.length;r<i;r++)e.call(null,t[r],r,t);else{const i=n?Object.getOwnPropertyNames(t):Object.keys(t),o=i.length;let a;for(r=0;r<o;r++)a=i[r],e.call(null,t[a],a,t)}}function E(t,e){e=e.toLowerCase();const n=Object.keys(t);let r,i=n.length;for(;i-- >0;)if(r=n[i],e===r.toLowerCase())return r;return null}const x="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,O=t=>!f(t)&&t!==x;const C=(S="undefined"!=typeof Uint8Array&&o(Uint8Array),t=>S&&t instanceof S);var S;const k=c("HTMLFormElement"),T=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),R=c("RegExp"),I=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t),r={};A(n,((n,i)=>{!1!==e(n,i,t)&&(r[i]=n)})),Object.defineProperties(t,r)},L="abcdefghijklmnopqrstuvwxyz",$="0123456789",N={DIGIT:$,ALPHA:L,ALPHA_DIGIT:L+L.toUpperCase()+$};const P=c("AsyncFunction"),D={isArray:l,isArrayBuffer:h,isBuffer:function(t){return null!==t&&!f(t)&&null!==t.constructor&&!f(t.constructor)&&p(t.constructor.isBuffer)&&t.constructor.isBuffer(t)},isFormData:t=>{let e;return t&&("function"==typeof FormData&&t instanceof FormData||p(t.append)&&("formdata"===(e=a(t))||"object"===e&&p(t.toString)&&"[object FormData]"===t.toString()))},isArrayBufferView:function(t){let e;return e="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&h(t.buffer),e},isString:d,isNumber:g,isBoolean:t=>!0===t||!1===t,isObject:v,isPlainObject:m,isUndefined:f,isDate:b,isFile:y,isBlob:_,isRegExp:R,isFunction:p,isStream:t=>v(t)&&p(t.pipe),isURLSearchParams:j,isTypedArray:C,isFileList:w,forEach:A,merge:function t(){const{caseless:e}=O(this)&&this||{},n={},r=(r,i)=>{const o=e&&E(n,i)||i;m(n[o])&&m(r)?n[o]=t(n[o],r):m(r)?n[o]=t({},r):l(r)?n[o]=r.slice():n[o]=r};for(let t=0,e=arguments.length;t<e;t++)arguments[t]&&A(arguments[t],r);return n},extend:(t,e,n,{allOwnKeys:i}={})=>(A(e,((e,i)=>{n&&p(e)?t[i]=r(e,n):t[i]=e}),{allOwnKeys:i}),t),trim:t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:t=>(65279===t.charCodeAt(0)&&(t=t.slice(1)),t),inherits:(t,e,n,r)=>{t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),n&&Object.assign(t.prototype,n)},toFlatObject:(t,e,n,r)=>{let i,a,s;const c={};if(e=e||{},null==t)return e;do{for(i=Object.getOwnPropertyNames(t),a=i.length;a-- >0;)s=i[a],r&&!r(s,t,e)||c[s]||(e[s]=t[s],c[s]=!0);t=!1!==n&&o(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},kindOf:a,kindOfTest:c,endsWith:(t,e,n)=>{t=String(t),(void 0===n||n>t.length)&&(n=t.length),n-=e.length;const r=t.indexOf(e,n);return-1!==r&&r===n},toArray:t=>{if(!t)return null;if(l(t))return t;let e=t.length;if(!g(e))return null;const n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},forEachEntry:(t,e)=>{const n=(t&&t[Symbol.iterator]).call(t);let r;for(;(r=n.next())&&!r.done;){const n=r.value;e.call(t,n[0],n[1])}},matchAll:(t,e)=>{let n;const r=[];for(;null!==(n=t.exec(e));)r.push(n);return r},isHTMLForm:k,hasOwnProperty:T,hasOwnProp:T,reduceDescriptors:I,freezeMethods:t=>{I(t,((e,n)=>{if(p(t)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=t[n];p(r)&&(e.enumerable=!1,"writable"in e?e.writable=!1:e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(t,e)=>{const n={},r=t=>{t.forEach((t=>{n[t]=!0}))};return l(t)?r(t):r(String(t).split(e)),n},toCamelCase:t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(t,e,n){return e.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(t,e)=>(t=+t,Number.isFinite(t)?t:e),findKey:E,global:x,isContextDefined:O,ALPHABET:N,generateString:(t=16,e=N.ALPHA_DIGIT)=>{let n="";const{length:r}=e;for(;t--;)n+=e[Math.random()*r|0];return n},isSpecCompliantForm:function(t){return!!(t&&p(t.append)&&"FormData"===t[Symbol.toStringTag]&&t[Symbol.iterator])},toJSONObject:t=>{const e=new Array(10),n=(t,r)=>{if(v(t)){if(e.indexOf(t)>=0)return;if(!("toJSON"in t)){e[r]=t;const i=l(t)?[]:{};return A(t,((t,e)=>{const o=n(t,r+1);!f(o)&&(i[e]=o)})),e[r]=void 0,i}}return t};return n(t,0)},isAsyncFn:P,isThenable:t=>t&&(v(t)||p(t))&&p(t.then)&&p(t.catch)};function F(t,e,n,r,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),r&&(this.request=r),i&&(this.response=i)}D.inherits(F,Error,{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:D.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const M=F.prototype,U={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((t=>{U[t]={value:t}})),Object.defineProperties(F,U),Object.defineProperty(M,"isAxiosError",{value:!0}),F.from=(t,e,n,r,i,o)=>{const a=Object.create(M);return D.toFlatObject(t,a,(function(t){return t!==Error.prototype}),(t=>"isAxiosError"!==t)),F.call(a,t.message,e,n,r,i),a.cause=t,a.name=t.name,o&&Object.assign(a,o),a};const B=F,G=null;function V(t){return D.isPlainObject(t)||D.isArray(t)}function q(t){return D.endsWith(t,"[]")?t.slice(0,-2):t}function H(t,e,n){return t?t.concat(e).map((function(t,e){return t=q(t),!n&&e?"["+t+"]":t})).join(n?".":""):e}const z=D.toFlatObject(D,{},null,(function(t){return/^is[A-Z]/.test(t)}));const W=function(t,e,n){if(!D.isObject(t))throw new TypeError("target must be an object");e=e||new(G||FormData);const r=(n=D.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(t,e){return!D.isUndefined(e[t])}))).metaTokens,i=n.visitor||u,o=n.dots,a=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&D.isSpecCompliantForm(e);if(!D.isFunction(i))throw new TypeError("visitor must be a function");function c(t){if(null===t)return"";if(D.isDate(t))return t.toISOString();if(!s&&D.isBlob(t))throw new B("Blob is not supported. Use a Buffer instead.");return D.isArrayBuffer(t)||D.isTypedArray(t)?s&&"function"==typeof Blob?new Blob([t]):Buffer.from(t):t}function u(t,n,i){let s=t;if(t&&!i&&"object"==typeof t)if(D.endsWith(n,"{}"))n=r?n:n.slice(0,-2),t=JSON.stringify(t);else if(D.isArray(t)&&function(t){return D.isArray(t)&&!t.some(V)}(t)||(D.isFileList(t)||D.endsWith(n,"[]"))&&(s=D.toArray(t)))return n=q(n),s.forEach((function(t,r){!D.isUndefined(t)&&null!==t&&e.append(!0===a?H([n],r,o):null===a?n:n+"[]",c(t))})),!1;return!!V(t)||(e.append(H(i,n,o),c(t)),!1)}const l=[],f=Object.assign(z,{defaultVisitor:u,convertValue:c,isVisitable:V});if(!D.isObject(t))throw new TypeError("data must be an object");return function t(n,r){if(!D.isUndefined(n)){if(-1!==l.indexOf(n))throw Error("Circular reference detected in "+r.join("."));l.push(n),D.forEach(n,(function(n,o){!0===(!(D.isUndefined(n)||null===n)&&i.call(e,n,D.isString(o)?o.trim():o,r,f))&&t(n,r?r.concat(o):[o])})),l.pop()}}(t),e};function X(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,(function(t){return e[t]}))}function K(t,e){this._pairs=[],t&&W(t,this,e)}const J=K.prototype;J.append=function(t,e){this._pairs.push([t,e])},J.toString=function(t){const e=t?function(e){return t.call(this,e,X)}:X;return this._pairs.map((function(t){return e(t[0])+"="+e(t[1])}),"").join("&")};const Z=K;function Y(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Q(t,e,n){if(!e)return t;const r=n&&n.encode||Y,i=n&&n.serialize;let o;if(o=i?i(e,n):D.isURLSearchParams(e)?e.toString():new Z(e,n).toString(r),o){const e=t.indexOf("#");-1!==e&&(t=t.slice(0,e)),t+=(-1===t.indexOf("?")?"?":"&")+o}return t}const tt=class{constructor(){this.handlers=[]}use(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){D.forEach(this.handlers,(function(e){null!==e&&t(e)}))}},et={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},nt={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Z,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},isStandardBrowserEnv:(()=>{let t;return("undefined"==typeof navigator||"ReactNative"!==(t=navigator.product)&&"NativeScript"!==t&&"NS"!==t)&&("undefined"!=typeof window&&"undefined"!=typeof document)})(),isStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,protocols:["http","https","file","blob","url","data"]};const rt=function(t){function e(t,n,r,i){let o=t[i++];const a=Number.isFinite(+o),s=i>=t.length;if(o=!o&&D.isArray(r)?r.length:o,s)return D.hasOwnProp(r,o)?r[o]=[r[o],n]:r[o]=n,!a;r[o]&&D.isObject(r[o])||(r[o]=[]);return e(t,n,r[o],i)&&D.isArray(r[o])&&(r[o]=function(t){const e={},n=Object.keys(t);let r;const i=n.length;let o;for(r=0;r<i;r++)o=n[r],e[o]=t[o];return e}(r[o])),!a}if(D.isFormData(t)&&D.isFunction(t.entries)){const n={};return D.forEachEntry(t,((t,r)=>{e(function(t){return D.matchAll(/\w+|\[(\w*)]/g,t).map((t=>"[]"===t[0]?"":t[1]||t[0]))}(t),r,n,0)})),n}return null},it={"Content-Type":void 0};const ot={transitional:et,adapter:["xhr","http"],transformRequest:[function(t,e){const n=e.getContentType()||"",r=n.indexOf("application/json")>-1,i=D.isObject(t);i&&D.isHTMLForm(t)&&(t=new FormData(t));if(D.isFormData(t))return r&&r?JSON.stringify(rt(t)):t;if(D.isArrayBuffer(t)||D.isBuffer(t)||D.isStream(t)||D.isFile(t)||D.isBlob(t))return t;if(D.isArrayBufferView(t))return t.buffer;if(D.isURLSearchParams(t))return e.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let o;if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(t,e){return W(t,new nt.classes.URLSearchParams,Object.assign({visitor:function(t,e,n,r){return nt.isNode&&D.isBuffer(t)?(this.append(e,t.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},e))}(t,this.formSerializer).toString();if((o=D.isFileList(t))||n.indexOf("multipart/form-data")>-1){const e=this.env&&this.env.FormData;return W(o?{"files[]":t}:t,e&&new e,this.formSerializer)}}return i||r?(e.setContentType("application/json",!1),function(t,e,n){if(D.isString(t))try{return(e||JSON.parse)(t),D.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(n||JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){const e=this.transitional||ot.transitional,n=e&&e.forcedJSONParsing,r="json"===this.responseType;if(t&&D.isString(t)&&(n&&!this.responseType||r)){const n=!(e&&e.silentJSONParsing)&&r;try{return JSON.parse(t)}catch(t){if(n){if("SyntaxError"===t.name)throw B.from(t,B.ERR_BAD_RESPONSE,this,null,this.response);throw t}}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:nt.classes.FormData,Blob:nt.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};D.forEach(["delete","get","head"],(function(t){ot.headers[t]={}})),D.forEach(["post","put","patch"],(function(t){ot.headers[t]=D.merge(it)}));const at=ot,st=D.toObjectSet(["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"]),ct=Symbol("internals");function ut(t){return t&&String(t).trim().toLowerCase()}function lt(t){return!1===t||null==t?t:D.isArray(t)?t.map(lt):String(t)}function ft(t,e,n,r,i){return D.isFunction(r)?r.call(this,e,n):(i&&(e=n),D.isString(e)?D.isString(r)?-1!==e.indexOf(r):D.isRegExp(r)?r.test(e):void 0:void 0)}class ht{constructor(t){t&&this.set(t)}set(t,e,n){const r=this;function i(t,e,n){const i=ut(e);if(!i)throw new Error("header name must be a non-empty string");const o=D.findKey(r,i);(!o||void 0===r[o]||!0===n||void 0===n&&!1!==r[o])&&(r[o||e]=lt(t))}const o=(t,e)=>D.forEach(t,((t,n)=>i(t,n,e)));return D.isPlainObject(t)||t instanceof this.constructor?o(t,e):D.isString(t)&&(t=t.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim())?o((t=>{const e={};let n,r,i;return t&&t.split("\n").forEach((function(t){i=t.indexOf(":"),n=t.substring(0,i).trim().toLowerCase(),r=t.substring(i+1).trim(),!n||e[n]&&st[n]||("set-cookie"===n?e[n]?e[n].push(r):e[n]=[r]:e[n]=e[n]?e[n]+", "+r:r)})),e})(t),e):null!=t&&i(e,t,n),this}get(t,e){if(t=ut(t)){const n=D.findKey(this,t);if(n){const t=this[n];if(!e)return t;if(!0===e)return function(t){const e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(t);)e[r[1]]=r[2];return e}(t);if(D.isFunction(e))return e.call(this,t,n);if(D.isRegExp(e))return e.exec(t);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=ut(t)){const n=D.findKey(this,t);return!(!n||void 0===this[n]||e&&!ft(0,this[n],n,e))}return!1}delete(t,e){const n=this;let r=!1;function i(t){if(t=ut(t)){const i=D.findKey(n,t);!i||e&&!ft(0,n[i],i,e)||(delete n[i],r=!0)}}return D.isArray(t)?t.forEach(i):i(t),r}clear(t){const e=Object.keys(this);let n=e.length,r=!1;for(;n--;){const i=e[n];t&&!ft(0,this[i],i,t,!0)||(delete this[i],r=!0)}return r}normalize(t){const e=this,n={};return D.forEach(this,((r,i)=>{const o=D.findKey(n,i);if(o)return e[o]=lt(r),void delete e[i];const a=t?function(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((t,e,n)=>e.toUpperCase()+n))}(i):String(i).trim();a!==i&&delete e[i],e[a]=lt(r),n[a]=!0})),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return D.forEach(this,((n,r)=>{null!=n&&!1!==n&&(e[r]=t&&D.isArray(n)?n.join(", "):n)})),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([t,e])=>t+": "+e)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const n=new this(t);return e.forEach((t=>n.set(t))),n}static accessor(t){const e=(this[ct]=this[ct]={accessors:{}}).accessors,n=this.prototype;function r(t){const r=ut(t);e[r]||(!function(t,e){const n=D.toCamelCase(" "+e);["get","set","has"].forEach((r=>{Object.defineProperty(t,r+n,{value:function(t,n,i){return this[r].call(this,e,t,n,i)},configurable:!0})}))}(n,t),e[r]=!0)}return D.isArray(t)?t.forEach(r):r(t),this}}ht.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),D.freezeMethods(ht.prototype),D.freezeMethods(ht);const dt=ht;function pt(t,e){const n=this||at,r=e||n,i=dt.from(r.headers);let o=r.data;return D.forEach(t,(function(t){o=t.call(n,o,i.normalize(),e?e.status:void 0)})),i.normalize(),o}function gt(t){return!(!t||!t.__CANCEL__)}function vt(t,e,n){B.call(this,null==t?"canceled":t,B.ERR_CANCELED,e,n),this.name="CanceledError"}D.inherits(vt,B,{__CANCEL__:!0});const mt=vt;const bt=nt.isStandardBrowserEnv?{write:function(t,e,n,r,i,o){const a=[];a.push(t+"="+encodeURIComponent(e)),D.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),D.isString(r)&&a.push("path="+r),D.isString(i)&&a.push("domain="+i),!0===o&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}};function yt(t,e){return t&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)?function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}(t,e):e}const _t=nt.isStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a");let n;function r(n){let r=n;return t&&(e.setAttribute("href",r),r=e.href),e.setAttribute("href",r),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:"/"===e.pathname.charAt(0)?e.pathname:"/"+e.pathname}}return n=r(window.location.href),function(t){const e=D.isString(t)?r(t):t;return e.protocol===n.protocol&&e.host===n.host}}():function(){return!0};const wt=function(t,e){t=t||10;const n=new Array(t),r=new Array(t);let i,o=0,a=0;return e=void 0!==e?e:1e3,function(s){const c=Date.now(),u=r[a];i||(i=c),n[o]=s,r[o]=c;let l=a,f=0;for(;l!==o;)f+=n[l++],l%=t;if(o=(o+1)%t,o===a&&(a=(a+1)%t),c-i<e)return;const h=u&&c-u;return h?Math.round(1e3*f/h):void 0}};function jt(t,e){let n=0;const r=wt(50,250);return i=>{const o=i.loaded,a=i.lengthComputable?i.total:void 0,s=o-n,c=r(s);n=o;const u={loaded:o,total:a,progress:a?o/a:void 0,bytes:s,rate:c||void 0,estimated:c&&a&&o<=a?(a-o)/c:void 0,event:i};u[e?"download":"upload"]=!0,t(u)}}const At="undefined"!=typeof XMLHttpRequest,Et={http:G,xhr:At&&function(t){return new Promise((function(e,n){let r=t.data;const i=dt.from(t.headers).normalize(),o=t.responseType;let a;function s(){t.cancelToken&&t.cancelToken.unsubscribe(a),t.signal&&t.signal.removeEventListener("abort",a)}D.isFormData(r)&&(nt.isStandardBrowserEnv||nt.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.setContentType("multipart/form-data;",!1));let c=new XMLHttpRequest;if(t.auth){const e=t.auth.username||"",n=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";i.set("Authorization","Basic "+btoa(e+":"+n))}const u=yt(t.baseURL,t.url);function l(){if(!c)return;const r=dt.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders());!function(t,e,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?e(new B("Request failed with status code "+n.status,[B.ERR_BAD_REQUEST,B.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):t(n)}((function(t){e(t),s()}),(function(t){n(t),s()}),{data:o&&"text"!==o&&"json"!==o?c.response:c.responseText,status:c.status,statusText:c.statusText,headers:r,config:t,request:c}),c=null}if(c.open(t.method.toUpperCase(),Q(u,t.params,t.paramsSerializer),!0),c.timeout=t.timeout,"onloadend"in c?c.onloadend=l:c.onreadystatechange=function(){c&&4===c.readyState&&(0!==c.status||c.responseURL&&0===c.responseURL.indexOf("file:"))&&setTimeout(l)},c.onabort=function(){c&&(n(new B("Request aborted",B.ECONNABORTED,t,c)),c=null)},c.onerror=function(){n(new B("Network Error",B.ERR_NETWORK,t,c)),c=null},c.ontimeout=function(){let e=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded";const r=t.transitional||et;t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(new B(e,r.clarifyTimeoutError?B.ETIMEDOUT:B.ECONNABORTED,t,c)),c=null},nt.isStandardBrowserEnv){const e=(t.withCredentials||_t(u))&&t.xsrfCookieName&&bt.read(t.xsrfCookieName);e&&i.set(t.xsrfHeaderName,e)}void 0===r&&i.setContentType(null),"setRequestHeader"in c&&D.forEach(i.toJSON(),(function(t,e){c.setRequestHeader(e,t)})),D.isUndefined(t.withCredentials)||(c.withCredentials=!!t.withCredentials),o&&"json"!==o&&(c.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&c.addEventListener("progress",jt(t.onDownloadProgress,!0)),"function"==typeof t.onUploadProgress&&c.upload&&c.upload.addEventListener("progress",jt(t.onUploadProgress)),(t.cancelToken||t.signal)&&(a=e=>{c&&(n(!e||e.type?new mt(null,t,c):e),c.abort(),c=null)},t.cancelToken&&t.cancelToken.subscribe(a),t.signal&&(t.signal.aborted?a():t.signal.addEventListener("abort",a)));const f=function(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}(u);f&&-1===nt.protocols.indexOf(f)?n(new B("Unsupported protocol "+f+":",B.ERR_BAD_REQUEST,t)):c.send(r||null)}))}};D.forEach(Et,((t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch(t){}Object.defineProperty(t,"adapterName",{value:e})}}));const xt=t=>{t=D.isArray(t)?t:[t];const{length:e}=t;let n,r;for(let i=0;i<e&&(n=t[i],!(r=D.isString(n)?Et[n.toLowerCase()]:n));i++);if(!r){if(!1===r)throw new B(`Adapter ${n} is not supported by the environment`,"ERR_NOT_SUPPORT");throw new Error(D.hasOwnProp(Et,n)?`Adapter '${n}' is not available in the build`:`Unknown adapter '${n}'`)}if(!D.isFunction(r))throw new TypeError("adapter is not a function");return r};function Ot(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new mt(null,t)}function Ct(t){Ot(t),t.headers=dt.from(t.headers),t.data=pt.call(t,t.transformRequest),-1!==["post","put","patch"].indexOf(t.method)&&t.headers.setContentType("application/x-www-form-urlencoded",!1);return xt(t.adapter||at.adapter)(t).then((function(e){return Ot(t),e.data=pt.call(t,t.transformResponse,e),e.headers=dt.from(e.headers),e}),(function(e){return gt(e)||(Ot(t),e&&e.response&&(e.response.data=pt.call(t,t.transformResponse,e.response),e.response.headers=dt.from(e.response.headers))),Promise.reject(e)}))}const St=t=>t instanceof dt?t.toJSON():t;function kt(t,e){e=e||{};const n={};function r(t,e,n){return D.isPlainObject(t)&&D.isPlainObject(e)?D.merge.call({caseless:n},t,e):D.isPlainObject(e)?D.merge({},e):D.isArray(e)?e.slice():e}function i(t,e,n){return D.isUndefined(e)?D.isUndefined(t)?void 0:r(void 0,t,n):r(t,e,n)}function o(t,e){if(!D.isUndefined(e))return r(void 0,e)}function a(t,e){return D.isUndefined(e)?D.isUndefined(t)?void 0:r(void 0,t):r(void 0,e)}function s(n,i,o){return o in e?r(n,i):o in t?r(void 0,n):void 0}const c={url:o,method:o,data:o,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:s,headers:(t,e)=>i(St(t),St(e),!0)};return D.forEach(Object.keys(Object.assign({},t,e)),(function(r){const o=c[r]||i,a=o(t[r],e[r],r);D.isUndefined(a)&&o!==s||(n[r]=a)})),n}const Tt="1.4.0",Rt={};["object","boolean","number","function","string","symbol"].forEach(((t,e)=>{Rt[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}}));const It={};Rt.transitional=function(t,e,n){function r(t,e){return"[Axios v1.4.0] Transitional option '"+t+"'"+e+(n?". "+n:"")}return(n,i,o)=>{if(!1===t)throw new B(r(i," has been removed"+(e?" in "+e:"")),B.ERR_DEPRECATED);return e&&!It[i]&&(It[i]=!0,console.warn(r(i," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(n,i,o)}};const Lt={assertOptions:function(t,e,n){if("object"!=typeof t)throw new B("options must be an object",B.ERR_BAD_OPTION_VALUE);const r=Object.keys(t);let i=r.length;for(;i-- >0;){const o=r[i],a=e[o];if(a){const e=t[o],n=void 0===e||a(e,o,t);if(!0!==n)throw new B("option "+o+" must be "+n,B.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new B("Unknown option "+o,B.ERR_BAD_OPTION)}},validators:Rt},$t=Lt.validators;class Nt{constructor(t){this.defaults=t,this.interceptors={request:new tt,response:new tt}}request(t,e){"string"==typeof t?(e=e||{}).url=t:e=t||{},e=kt(this.defaults,e);const{transitional:n,paramsSerializer:r,headers:i}=e;let o;void 0!==n&&Lt.assertOptions(n,{silentJSONParsing:$t.transitional($t.boolean),forcedJSONParsing:$t.transitional($t.boolean),clarifyTimeoutError:$t.transitional($t.boolean)},!1),null!=r&&(D.isFunction(r)?e.paramsSerializer={serialize:r}:Lt.assertOptions(r,{encode:$t.function,serialize:$t.function},!0)),e.method=(e.method||this.defaults.method||"get").toLowerCase(),o=i&&D.merge(i.common,i[e.method]),o&&D.forEach(["delete","get","head","post","put","patch","common"],(t=>{delete i[t]})),e.headers=dt.concat(o,i);const a=[];let s=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(s=s&&t.synchronous,a.unshift(t.fulfilled,t.rejected))}));const c=[];let u;this.interceptors.response.forEach((function(t){c.push(t.fulfilled,t.rejected)}));let l,f=0;if(!s){const t=[Ct.bind(this),void 0];for(t.unshift.apply(t,a),t.push.apply(t,c),l=t.length,u=Promise.resolve(e);f<l;)u=u.then(t[f++],t[f++]);return u}l=a.length;let h=e;for(f=0;f<l;){const t=a[f++],e=a[f++];try{h=t(h)}catch(t){e.call(this,t);break}}try{u=Ct.call(this,h)}catch(t){return Promise.reject(t)}for(f=0,l=c.length;f<l;)u=u.then(c[f++],c[f++]);return u}getUri(t){return Q(yt((t=kt(this.defaults,t)).baseURL,t.url),t.params,t.paramsSerializer)}}D.forEach(["delete","get","head","options"],(function(t){Nt.prototype[t]=function(e,n){return this.request(kt(n||{},{method:t,url:e,data:(n||{}).data}))}})),D.forEach(["post","put","patch"],(function(t){function e(e){return function(n,r,i){return this.request(kt(i||{},{method:t,headers:e?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}Nt.prototype[t]=e(),Nt.prototype[t+"Form"]=e(!0)}));const Pt=Nt;class Dt{constructor(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");let e;this.promise=new Promise((function(t){e=t}));const n=this;this.promise.then((t=>{if(!n._listeners)return;let e=n._listeners.length;for(;e-- >0;)n._listeners[e](t);n._listeners=null})),this.promise.then=t=>{let e;const r=new Promise((t=>{n.subscribe(t),e=t})).then(t);return r.cancel=function(){n.unsubscribe(e)},r},t((function(t,r,i){n.reason||(n.reason=new mt(t,r,i),e(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){this.reason?t(this.reason):this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const e=this._listeners.indexOf(t);-1!==e&&this._listeners.splice(e,1)}static source(){let t;return{token:new Dt((function(e){t=e})),cancel:t}}}const Ft=Dt;const Mt={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Mt).forEach((([t,e])=>{Mt[e]=t}));const Ut=Mt;const Bt=function t(e){const n=new Pt(e),i=r(Pt.prototype.request,n);return D.extend(i,Pt.prototype,n,{allOwnKeys:!0}),D.extend(i,n,null,{allOwnKeys:!0}),i.create=function(n){return t(kt(e,n))},i}(at);Bt.Axios=Pt,Bt.CanceledError=mt,Bt.CancelToken=Ft,Bt.isCancel=gt,Bt.VERSION=Tt,Bt.toFormData=W,Bt.AxiosError=B,Bt.Cancel=Bt.CanceledError,Bt.all=function(t){return Promise.all(t)},Bt.spread=function(t){return function(e){return t.apply(null,e)}},Bt.isAxiosError=function(t){return D.isObject(t)&&!0===t.isAxiosError},Bt.mergeConfig=kt,Bt.AxiosHeaders=dt,Bt.formToJSON=t=>rt(D.isHTMLForm(t)?new FormData(t):t),Bt.HttpStatusCode=Ut,Bt.default=Bt;const Gt=Bt;var Vt=n(77958),qt=n(79753),Ht=function(){return Ht=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},Ht.apply(this,arguments)};function zt(t,e,n,r){return new(n||(n=Promise))((function(i,o){function a(t){try{c(r.next(t))}catch(t){o(t)}}function s(t){try{c(r.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}c((r=r.apply(t,e||[])).next())}))}function Wt(t,e){var n,r,i,o,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(c){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(a=0)),a;)try{if(n=1,r&&(i=2&s[0]?r.return:s[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,s[1])).done)return i;switch(r=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return a.label++,{value:s[1],done:!1};case 5:a.label++,r=s[1],s=[0];continue;case 7:s=a.ops.pop(),a.trys.pop();continue;default:if(!(i=a.trys,(i=i.length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){a=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){a.label=s[1];break}if(6===s[0]&&a.label<i[1]){a.label=i[1],i=s;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(s);break}i[2]&&a.ops.pop(),a.trys.pop();continue}s=e.call(t,a)}catch(t){s=[6,t],r=0}finally{n=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,c])}}}"function"==typeof SuppressedError&&SuppressedError;var Xt,Kt=Symbol("csrf-retry"),Jt=Symbol("retryDelay"),Zt=Gt.create({headers:{requesttoken:null!==(Xt=(0,Vt.IH)())&&void 0!==Xt?Xt:""}}),Yt=Object.assign(Zt,{CancelToken:Gt.CancelToken,isCancel:Gt.isCancel});Yt.interceptors.response.use((function(t){return t}),function(t){return function(e){return zt(void 0,void 0,void 0,(function(){var n,r,i,o,a,s,c;return Wt(this,(function(u){switch(u.label){case 0:return n=e.config,r=e.response,i=e.request,o=null==i?void 0:i.responseURL,412!==(null==r?void 0:r.status)||"CSRF check failed"!==(null===(c=null==r?void 0:r.data)||void 0===c?void 0:c.message)||void 0!==n[Kt]?[3,2]:(console.warn("Request to ".concat(o," failed because of a CSRF mismatch. Fetching a new token")),[4,t.get((0,qt.generateUrl)("/csrftoken"))]);case 1:return a=u.sent().data.token,console.debug("New request token ".concat(a," fetched")),t.defaults.headers.requesttoken=a,[2,t(Ht(Ht({},n),(s={headers:Ht(Ht({},n.headers),{requesttoken:a})},s[Kt]=!0,s)))];case 2:return[2,Promise.reject(e)]}}))}))}}(Yt)),Yt.interceptors.response.use((function(t){return t}),function(t){return function(e){return zt(void 0,void 0,void 0,(function(){var n,r,i,o,a,s,c,u,l;return Wt(this,(function(f){switch(f.label){case 0:return n=e.config,r=e.response,i=e.request,o=null==i?void 0:i.responseURL,a=null==r?void 0:r.status,s=null==r?void 0:r.headers,503===a&&"1"===s["x-nextcloud-maintenance-mode"]&&n.retryIfMaintenanceMode&&(!n[Jt]||n[Jt]<=32)?(c=2*(null!==(l=n[Jt])&&void 0!==l?l:1),console.warn("Request to ".concat(o," failed because of maintenance mode. Retrying in ").concat(c,"s")),[4,new Promise((function(t){setTimeout(t,1e3*c)}))]):[3,2];case 1:return f.sent(),[2,t(Ht(Ht({},n),(u={},u[Jt]=c,u)))];case 2:return[2,Promise.reject(e)]}}))}))}}(Yt)),Yt.interceptors.response.use((function(t){return t}),(function(t){return zt(void 0,void 0,void 0,(function(){var e,n,r,i,o;return Wt(this,(function(a){return e=t.config,n=t.response,r=t.request,i=null==r?void 0:r.responseURL,401===(null==n?void 0:n.status)&&"Current user is not logged in"===(null===(o=null==n?void 0:n.data)||void 0===o?void 0:o.message)&&e.reloadExpiredSession&&(null===window||void 0===window?void 0:window.location)&&(console.error("Request to ".concat(i," failed because the user session expired. Reloading the page β¦")),window.location.reload()),[2,Promise.reject(t)]}))}))})),(0,Vt._S)((function(t){Zt.defaults.headers.requesttoken=t}))},69183:(t,e,n)=>{"use strict";n.d(e,{Ld:()=>u,j8:()=>f,r1:()=>l});var r=n(77907),i=n(92426);class o{bus;constructor(t){"function"==typeof t.getVersion&&r(t.getVersion())?i(t.getVersion())!==i(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}getVersion(){return"3.1.0"}subscribe(t,e){this.bus.subscribe(t,e)}unsubscribe(t,e){this.bus.unsubscribe(t,e)}emit(t,e){this.bus.emit(t,e)}}class a{handlers=new Map;getVersion(){return"3.1.0"}subscribe(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))}unsubscribe(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((t=>t!=e)))}emit(t,e){(this.handlers.get(t)||[]).forEach((t=>{try{t(e)}catch(t){console.error("could not invoke event listener",t)}}))}}let s=null;function c(){return null!==s?s:"undefined"==typeof window?new Proxy({},{get:()=>()=>console.error("Window not available, EventBus can not be established!")}):(void 0!==window.OC&&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),s=void 0!==window?._nc_event_bus?new o(window._nc_event_bus):window._nc_event_bus=new a,s)}function u(t,e){c().subscribe(t,e)}function l(t,e){c().unsubscribe(t,e)}function f(t,e){c().emit(t,e)}},43554:(t,e,n)=>{"use strict";function r(t,e,n){const r=document.querySelector(`#initial-state-${t}-${e}`);if(null===r){if(void 0!==n)return n;throw new Error(`Could not find initial state ${e} of ${t}`)}try{return JSON.parse(atob(r.value))}catch(n){throw new Error(`Could not parse initial state ${e} of ${t}`)}}n.d(e,{j:()=>r})}},a={};function s(t){var e=a[t];if(void 0!==e)return e.exports;var n=a[t]={id:t,loaded:!1,exports:{}};return o[t].call(n.exports,n,n.exports,s),n.loaded=!0,n.exports}s.m=o,s.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return s.d(e,{a:e}),e},n=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__,s.t=function(t,r){if(1&r&&(t=this(t)),8&r)return t;if("object"==typeof t&&t){if(4&r&&t.__esModule)return t;if(16&r&&"function"==typeof t.then)return t}var i=Object.create(null);s.r(i);var o={};e=e||[null,n({}),n([]),n(n)];for(var a=2&r&&t;"object"==typeof a&&!~e.indexOf(a);a=n(a))Object.getOwnPropertyNames(a).forEach((e=>o[e]=()=>t[e]));return o.default=()=>t,s.d(i,o),i},s.d=(t,e)=>{for(var n in e)s.o(e,n)&&!s.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},s.f={},s.e=t=>Promise.all(Object.keys(s.f).reduce(((e,n)=>(s.f[n](t,e),e)),[])),s.u=t=>t+".js?v="+{vendors:"1c1336e992f09c65442d","files-modal":"041089921d1fd3d13859",editor:"a54ca77ba0b234cedb55","highlight/1c":"60571dd821090b74b49a","highlight/1c-js-js":"5ae0a128efc65ae2102d","highlight/abnf":"44cf17ebe24976f8f2ab","highlight/abnf-js-js":"0a560d0c3f6225367c4d","highlight/accesslog":"05db2409d6820132a5b1","highlight/accesslog-js-js":"88693c2e14bbbb21bfd9","highlight/actionscript":"afdd05f134db26336fc3","highlight/actionscript-js-js":"0660156cf517a9d29773","highlight/ada":"697757ceaf8f64eb69c2","highlight/ada-js-js":"c3ec68b231246b8667c0","highlight/angelscript":"7ff4f066064b9d2ce8a4","highlight/angelscript-js-js":"b09165ccb51638dc8f9c","highlight/apache":"d43f90aa96ace3cd1815","highlight/apache-js-js":"b17b629e9d1c904f3b78","highlight/applescript":"4991a2f667d50e1125bb","highlight/applescript-js-js":"1fdcb16efd151304f2e0","highlight/arcade":"1b70a83d56fd2dd93f6a","highlight/arcade-js-js":"8f337304df03e13c67fa","highlight/arduino":"35b8b786a278bac66ffd","highlight/arduino-js-js":"6faccd031f84a39d2f2d","highlight/armasm":"8f2076532df6bc1caf31","highlight/armasm-js-js":"a9d2a08c5a6f38d99763","highlight/asciidoc":"866bfbcf61e64001de70","highlight/asciidoc-js-js":"89faa1d03dfeea8ba2ba","highlight/aspectj":"2f3583863e11029fa645","highlight/aspectj-js-js":"0f1867b12a4f98bcb16e","highlight/autohotkey":"1fe97147aab3cbe9b85d","highlight/autohotkey-js-js":"32a4db01947d9fadf32c","highlight/autoit":"1375128c5f36bc4427f7","highlight/autoit-js-js":"ba4a51f3b9d14ac20a22","highlight/avrasm":"b5bf71c9023167381696","highlight/avrasm-js-js":"beec1745d307b0058020","highlight/awk":"e80fbced25d377e9cc7a","highlight/awk-js-js":"8dc8c015d8126605ede6","highlight/axapta":"f2d6b5d08178e6e2c8d2","highlight/axapta-js-js":"547ace127a92e6d17e60","highlight/bash":"bef1fea47a29b94e2d24","highlight/bash-js-js":"3896eb4375802768ad27","highlight/basic":"5543c98b4f3c195d870c","highlight/basic-js-js":"6d25168ad8e0a3ac22fd","highlight/bnf":"a019e5f6e6d8d06377f6","highlight/bnf-js-js":"6f3e71abdd1acc3d2567","highlight/brainfuck":"b8d18171fd45ebdf1af6","highlight/brainfuck-js-js":"fe6ed2589ba3f60c637d","highlight/c":"7e6fd8e777fc469dd9de","highlight/c-js-js":"bf62d93c0327275a1ee6","highlight/cal":"fe6f3589cca9b8768bd3","highlight/cal-js-js":"f4f730498fc71cee64c7","highlight/capnproto":"acfad201f522cefd478f","highlight/capnproto-js-js":"9d8acaf81f2fa1f7d31e","highlight/ceylon":"aeb093df62ce645df3a4","highlight/ceylon-js-js":"b40f8961becacc7bf657","highlight/clean":"c0a7e1e5a62cd7175777","highlight/clean-js-js":"f1d7adfb5357ca72edeb","highlight/clojure":"4e9fbb2f027d2c2c9a38","highlight/clojure-repl":"928da40b3b840e9b640d","highlight/clojure-repl-js-js":"2521e4c29d89218c6e25","highlight/clojure-js-js":"72c213aca7fd43963ef6","highlight/cmake":"96e774287755bcca7762","highlight/cmake-js-js":"89940b8b1b8ba51c43bb","highlight/coffeescript":"39ac41a72ca608c523e4","highlight/coffeescript-js-js":"f2ff7a80113abf350178","highlight/coq":"1faf7321fda64444fd08","highlight/coq-js-js":"6882923d56a685b37888","highlight/cos":"e94a52d19123673cc449","highlight/cos-js-js":"6a95e3a3190114f89b33","highlight/cpp":"93252fd671d36d541228","highlight/cpp-js-js":"435c32c7b8d362212b14","highlight/crmsh":"1009e65959edf6b73430","highlight/crmsh-js-js":"94ff862dd8fca34932f0","highlight/crystal":"18e717c6e4bb14a0227a","highlight/crystal-js-js":"55db6bafd376a542dfe2","highlight/csharp":"ec799b85c573e8dd5aa9","highlight/csharp-js-js":"1da70325a63d23f15e0c","highlight/csp":"281dd2b6a5110d98a859","highlight/csp-js-js":"892daf8fcab81f876937","highlight/css":"cac3dd353ca818fa96e4","highlight/css-js-js":"dbf9c35cd040ef95f3cd","highlight/d":"52e92ed2119a66e005e7","highlight/d-js-js":"ceb818479a15c84da64c","highlight/dart":"6d59be2a53a27d3b6e67","highlight/dart-js-js":"18fe9b5ac7fcd353a0b6","highlight/delphi":"2dab2450dd369edfa4a3","highlight/delphi-js-js":"8513578f3ddfa6983e16","highlight/diff":"daa313846a32c6d3dcca","highlight/diff-js-js":"a4c85a25b066419e3d24","highlight/django":"f2d0628b3370a2bd76ff","highlight/django-js-js":"103f3085acae2044c3bc","highlight/dns":"732cd30b72a6b4ef7924","highlight/dns-js-js":"25ca0948aa1cd7d2c503","highlight/dockerfile":"2a8b647c9f93f89c0f16","highlight/dockerfile-js-js":"44ef18a86f5aaccd55f2","highlight/dos":"a8fc4e96310323cddb22","highlight/dos-js-js":"4ba4e7d65950a7f4380d","highlight/dsconfig":"40528f2c63f840e1a420","highlight/dsconfig-js-js":"93f8d986a8226db00f10","highlight/dts":"af5659be6cc84be5b841","highlight/dts-js-js":"0ebd1a59981ef472a787","highlight/dust":"0f77d529de2ef5de2d23","highlight/dust-js-js":"3c3776f3e006858b5832","highlight/ebnf":"d482a6496114392057e7","highlight/ebnf-js-js":"2b07c2a1dd25486f451d","highlight/elixir":"0f6ae88808bd1a31c9d3","highlight/elixir-js-js":"5f98b89b9ebf18ca6975","highlight/elm":"23e1f5a07af37b446f19","highlight/elm-js-js":"7a2a377792b1b2433fc8","highlight/erb":"af2e8b5238ed5877dea0","highlight/erb-js-js":"7ea2032a522e2b7749ea","highlight/erlang":"fe356a9e5c2e9b39b4d6","highlight/erlang-repl":"7b1a66b631fc314a68bd","highlight/erlang-repl-js-js":"93beea8dabff11f5c433","highlight/erlang-js-js":"fc95b9a68f5ed812347f","highlight/excel":"20611bc5219d14a50b96","highlight/excel-js-js":"5281f8400781a077d679","highlight/fix":"9c1dfd8ae09bacaf8be7","highlight/fix-js-js":"9801459fab8660aac565","highlight/flix":"2c44ba03732f1a292b0e","highlight/flix-js-js":"80b671b5c164e3b81dd8","highlight/fortran":"9e8d1cec0e82ac2197c9","highlight/fortran-js-js":"19e857d4c1249d094fef","highlight/fsharp":"a36f5d902959c55dc4bc","highlight/fsharp-js-js":"dd9666106c251c834cf0","highlight/gams":"35c6585dadad2f9392fe","highlight/gams-js-js":"4397d79709a5af0d4284","highlight/gauss":"51aea2a8aa68416e1b0d","highlight/gauss-js-js":"1f427eb0ebbd39a0189c","highlight/gcode":"3c36a0d12d53df13ff15","highlight/gcode-js-js":"a9caf58b139e5799dcfc","highlight/gherkin":"86eefbfc3e3461d30b85","highlight/gherkin-js-js":"82eaff91c16df5c88577","highlight/glsl":"03c9c9e4b5d50c0ab49b","highlight/glsl-js-js":"a7661648b59704baeaa0","highlight/gml":"3f764eac3bb800e059e5","highlight/gml-js-js":"289c8b3063f8b9245e45","highlight/go":"fb1595b905683e2b19a1","highlight/go-js-js":"aa02802cc350f0153056","highlight/golo":"a221ff67c4fc5926b108","highlight/golo-js-js":"eb71bdef583e289a580e","highlight/gradle":"fe8a06a11ee412945f04","highlight/gradle-js-js":"7041fb7786ffcae3b234","highlight/graphql":"5ae245b71a423cc3241f","highlight/graphql-js-js":"0f0e98c4b7d7d36be688","highlight/groovy":"4e747e54608071de5a5e","highlight/groovy-js-js":"4dc3a184f5fecef89600","highlight/haml":"4914c9e47c186e2af33c","highlight/haml-js-js":"88f5a45299b44d9f7d00","highlight/handlebars":"6f91685f46331518d14e","highlight/handlebars-js-js":"0085aa34e1ea317a4948","highlight/haskell":"af9589f1a8263e86270d","highlight/haskell-js-js":"ebb8d92eb33cfeb47df0","highlight/haxe":"ff48fd202c4766f971ef","highlight/haxe-js-js":"e229b436cabd5eba7c38","highlight/hsp":"e2f56cfb5cea59bff4e3","highlight/hsp-js-js":"5b478084c6701dfab70b","highlight/http":"d0f6e0c64b99baba774d","highlight/http-js-js":"bde714de966410f48f57","highlight/hy":"4aa2e420aef64868991d","highlight/hy-js-js":"1322414b507747aaed44","highlight/inform7":"72abe11092f55c7a4fb0","highlight/inform7-js-js":"4e796776d182eaaad167","highlight/ini":"ceed225d7dfb4090ec3b","highlight/ini-js-js":"5334d58679eaeb2e3f9a","highlight/irpf90":"1b201d0aa0df390bc719","highlight/irpf90-js-js":"85d85e8beb44b067b961","highlight/isbl":"17bd0cb6d546f88872e1","highlight/isbl-js-js":"f9f95135165010cc1e7e","highlight/java":"4467ea7ba44234bb8f18","highlight/java-js-js":"4dd439877e4e03025ba7","highlight/javascript":"7f226331e004e0c8243d","highlight/javascript-js-js":"73924dc436bae51631f1","highlight/jboss-cli":"9a24f5d7fc1167b594b9","highlight/jboss-cli-js-js":"72f076f6fa95fc64b1fb","highlight/json":"c22594286a901c9359a6","highlight/json-js-js":"694d9d3df4cbb37a340e","highlight/julia":"61f1430ad08a4cfb13a9","highlight/julia-repl":"f5be4c2c71d99cf59924","highlight/julia-repl-js-js":"42d4e642dfedefe1847a","highlight/julia-js-js":"e318702e5b4064096a54","highlight/kotlin":"f55fef9c56d430faf593","highlight/kotlin-js-js":"4ec25479ca32a257c54e","highlight/lasso":"9a7025219ae37740e1ea","highlight/lasso-js-js":"0c6c709a339494dd244c","highlight/latex":"732f1c2c2453f95e563f","highlight/latex-js-js":"37bf2b4b2cb7dad8740d","highlight/ldif":"30b9e909df345090e89b","highlight/ldif-js-js":"774a2ecf547240f30ec5","highlight/leaf":"14475923520f17a3d110","highlight/leaf-js-js":"f3b8adb28806d9bdd3a9","highlight/less":"de94bd54588bf0cbd87f","highlight/less-js-js":"15fe11866136360710b2","highlight/lisp":"1b19597997064517e49c","highlight/lisp-js-js":"99e985ada9fd5fe3fd02","highlight/livecodeserver":"20fc6459bbedc1d8436c","highlight/livecodeserver-js-js":"720b026ad544f5eaa63a","highlight/livescript":"86d8bd82be66c07ab3ba","highlight/livescript-js-js":"e45af1d59375bffb40aa","highlight/llvm":"74bf320ee0fbdf890f13","highlight/llvm-js-js":"313d0319af75644f98d7","highlight/lsl":"2af2c1df03392f4a33e9","highlight/lsl-js-js":"3dad2ea0ee897050b163","highlight/lua":"11a6800942fc0f5431a1","highlight/lua-js-js":"348a4977542cda0c5093","highlight/makefile":"3d1bcc5c4fabf65aa4b0","highlight/makefile-js-js":"f5a6e4189fc1505aa812","highlight/markdown":"745257a411111bf58283","highlight/markdown-js-js":"3d82f9ad347531708707","highlight/mathematica":"a89434791e07e8ee0038","highlight/mathematica-js-js":"1525019847ed970b92f5","highlight/matlab":"14293ec301a9a583cb48","highlight/matlab-js-js":"8a451a372fab581db523","highlight/maxima":"0a7f00ac948da692653d","highlight/maxima-js-js":"0f3d3dd9fb77bd53e823","highlight/mel":"ca72020c8220f29f6a5f","highlight/mel-js-js":"8573f84320dd6a909b15","highlight/mercury":"7e6c2687c9fc72e2055e","highlight/mercury-js-js":"f7393f66e73a29729c45","highlight/mipsasm":"1e1d57b5c23e57797042","highlight/mipsasm-js-js":"ccee091ed67246de6efd","highlight/mizar":"64e5dead9ff49a49cc6a","highlight/mizar-js-js":"ff24b8c6c86289c5853d","highlight/mojolicious":"ce4f373f8de79d99c17a","highlight/mojolicious-js-js":"c1e335e7b9af94137ee2","highlight/monkey":"c68e27eb0b4b0147a061","highlight/monkey-js-js":"ac0f01de33cfdbf4cbab","highlight/moonscript":"1d305fffb98da1277505","highlight/moonscript-js-js":"0e80dc67258ccf294c93","highlight/n1ql":"cd6a71861da62c03305b","highlight/n1ql-js-js":"a9d048c5e50375924a5f","highlight/nestedtext":"f4bd7b623e2a2974a5a1","highlight/nestedtext-js-js":"a059011de362e4f206a0","highlight/nginx":"874c90e91b1947f879ab","highlight/nginx-js-js":"f2de40c914da80e9f19a","highlight/nim":"e7a0961d9ce8015f3651","highlight/nim-js-js":"5bc7a12df4cf929bf57d","highlight/nix":"375922447fe2ed5878b6","highlight/nix-js-js":"31908755e85cef75c14f","highlight/node-repl":"3919d002ab5c0f76ac28","highlight/node-repl-js-js":"66724f391711306cc409","highlight/nsis":"ab143f22c1fa2eedb313","highlight/nsis-js-js":"b24d39ee04ee48ad8b18","highlight/objectivec":"f6c18728ae5b3782e6be","highlight/objectivec-js-js":"9e6a035ac64e262e37a2","highlight/ocaml":"6bcbade59cc829d5b0ca","highlight/ocaml-js-js":"602285d6c5d0d92444ec","highlight/openscad":"08af918b5dcbf017d2a8","highlight/openscad-js-js":"145c2dc15c7af0d8b2a0","highlight/oxygene":"b327fdb6d3f031bbb324","highlight/oxygene-js-js":"510375bc5c9285e968eb","highlight/parser3":"2ca70819cf766cb4be23","highlight/parser3-js-js":"6a7fcea2214f8bdc1e1a","highlight/perl":"33ddb573039a1accd731","highlight/perl-js-js":"5997b0b1fe9ee4ceba62","highlight/pf":"72430017af54982e3c58","highlight/pf-js-js":"f9788b99e81b3a5e19db","highlight/pgsql":"7e6e94cfdd73b7b36811","highlight/pgsql-js-js":"fe09f89438cbc7600d7b","highlight/php":"280972243ce0745fd755","highlight/php-template":"f85aea6129c23b1ff564","highlight/php-template-js-js":"6d2c5ff2ffcafe8d9cf3","highlight/php-js-js":"f29c4933709b7f32d8f7","highlight/plaintext":"81cb64e58d4cc0c02de8","highlight/plaintext-js-js":"88c16fd41ee4d517ee27","highlight/pony":"9d39ac3617ad4ef6da11","highlight/pony-js-js":"ac70c74510d50925b12d","highlight/powershell":"554ec3869c697ddc7fa5","highlight/powershell-js-js":"494c6c72c1116a12ed9d","highlight/processing":"cdc0b826a3a3376d3208","highlight/processing-js-js":"a5af8f6a5a21590c93c0","highlight/profile":"0876c5a989114488cbb7","highlight/profile-js-js":"76b0d805e29b6f3f447c","highlight/prolog":"43364cfe027a2a04cfde","highlight/prolog-js-js":"2f5853b2d0e98a5db346","highlight/properties":"84797cbf4ffc75a80792","highlight/properties-js-js":"bd8ed6d2813076bf60c0","highlight/protobuf":"9779eec65cfbaa78ab2f","highlight/protobuf-js-js":"1d55f9438c804ea021cd","highlight/puppet":"4ec200d0b2adca9684bb","highlight/puppet-js-js":"ef632fd3c18c1386fc96","highlight/purebasic":"09a25a18019fac1d2477","highlight/purebasic-js-js":"609305e0ad6bffaf00a5","highlight/python":"c8e7a5937fe1df120ca9","highlight/python-repl":"12b0dce7606bdb691553","highlight/python-repl-js-js":"fb68b94c05ba2b91a33c","highlight/python-js-js":"c992c1069639e3e85a04","highlight/q":"9c0f9770a2930898a8dc","highlight/q-js-js":"dec16396e5b1a95636cf","highlight/qml":"db23597a4c2892eb554e","highlight/qml-js-js":"451c3683cc59e6014082","highlight/r":"78a0ef9657e7eef99da9","highlight/r-js-js":"a8132170d8903352412a","highlight/reasonml":"3ecea3db878dbe6b8e4a","highlight/reasonml-js-js":"b94a6b5b386275c12c4f","highlight/rib":"fff01e1b5076e16d2b20","highlight/rib-js-js":"ba98744a3b502e81a06e","highlight/roboconf":"f268e6618eafc2730bc8","highlight/roboconf-js-js":"5e136b7998072d7816c2","highlight/routeros":"e873bbf705477bef4aa1","highlight/routeros-js-js":"0f803187d305afa78cdd","highlight/rsl":"10dbc5fa8b78325c003e","highlight/rsl-js-js":"d613a93d20e2a5c667bc","highlight/ruby":"4122f9e1d4087ee80341","highlight/ruby-js-js":"9288fcdccf146d866952","highlight/ruleslanguage":"4837fc84a2be9937688f","highlight/ruleslanguage-js-js":"f8c612fc2a105d3a7381","highlight/rust":"d0c79d151a761fda059c","highlight/rust-js-js":"afffdcb434d8a78ddc30","highlight/sas":"110880afbfdb3eb74b75","highlight/sas-js-js":"979fb17612b38e042343","highlight/scala":"54ade10d95ef1c974e41","highlight/scala-js-js":"25f2574e526b74034c6f","highlight/scheme":"935af4097c9c844fc1fd","highlight/scheme-js-js":"a9fea2e30f72b8bf9918","highlight/scilab":"331300247a8065bed3f7","highlight/scilab-js-js":"eb4d48a22ae99f51f472","highlight/scss":"e4a42a7a82660956c227","highlight/scss-js-js":"132e56b3a0e2f7a3a974","highlight/shell":"bfeada102b798e322778","highlight/shell-js-js":"4da6f365b2e861fd1c1f","highlight/smali":"d430b3d6604d21a1f1c4","highlight/smali-js-js":"09383a404cf096be76c1","highlight/smalltalk":"131b40f45aaede861ec0","highlight/smalltalk-js-js":"4f6d82ebcd3f3151782e","highlight/sml":"f20d523f6a103fa6005a","highlight/sml-js-js":"803cb176cf6079f9f34f","highlight/sqf":"2bceab15b818c1590f57","highlight/sqf-js-js":"0e402dca1ba1c2ca0369","highlight/sql":"674155b4e27ab08f5c4e","highlight/sql-js-js":"669ba88b49e9e9d2ba1c","highlight/stan":"26df45a62b9dfa22ddf4","highlight/stan-js-js":"3bf189cf30dd06266de2","highlight/stata":"d361a10a63a992d9da33","highlight/stata-js-js":"52b717afd9ccb09ce432","highlight/step21":"e6d783f08b4321a208ad","highlight/step21-js-js":"4d83318eaa255061ae69","highlight/stylus":"967e33fd5867c8124412","highlight/stylus-js-js":"9461d90d6cb1f4f0f86e","highlight/subunit":"d4625b59f98d98e45f87","highlight/subunit-js-js":"7df5969b25ff01f70e70","highlight/swift":"c5e0c483084c602c8b6a","highlight/swift-js-js":"b3ff7f7052bd65db4683","highlight/taggerscript":"b96b06a2a35cfb14e4ce","highlight/taggerscript-js-js":"ef209cbad718ab53a6fe","highlight/tap":"31fdd1cad7f876e8ef52","highlight/tap-js-js":"12ec5ae895610fcfc1c1","highlight/tcl":"4d7f6850f8a7961c91c4","highlight/tcl-js-js":"6852ebd73228d6124b29","highlight/thrift":"fbc3f6ed61ead1d96c20","highlight/thrift-js-js":"70da475b520514ffdf5f","highlight/tp":"5773fd1f5bc6030b1d38","highlight/tp-js-js":"b0d2bd9846ba62d5a207","highlight/twig":"6d071ee63e048b530ef2","highlight/twig-js-js":"8bb0173ded17cbd46e4f","highlight/typescript":"87eb1da38d5a3e50c804","highlight/typescript-js-js":"25ed692ca8a45feba453","highlight/vala":"489c75cd554d0c95f1c5","highlight/vala-js-js":"9ab3f9f8f1db1c6e11a6","highlight/vbnet":"49aea9874a75a1254c25","highlight/vbnet-js-js":"da4e94a84e4c2f3d342f","highlight/vbscript":"e1c3ec26e283427c9de4","highlight/vbscript-html":"723014f14b777f1e4990","highlight/vbscript-html-js-js":"e89731c7c5a04f93e428","highlight/vbscript-js-js":"58d8b10d485c8d170175","highlight/verilog":"d6cef4ad645954666480","highlight/verilog-js-js":"1e559dc767415c184c53","highlight/vhdl":"f0c18e92cc9ac259e49f","highlight/vhdl-js-js":"c43b240156c5d9d3ba44","highlight/vim":"f2abc5971fe61cf36f65","highlight/vim-js-js":"3b43da5761a0c995e114","highlight/wasm":"4f615e0364d3b51fbb9d","highlight/wasm-js-js":"e1f4d8ab9a995229023d","highlight/wren":"843c06fe4376cbe484ad","highlight/wren-js-js":"374e503952ba1f5da908","highlight/x86asm":"b68ed945ddf729246b09","highlight/x86asm-js-js":"ca881ce2be642d0d236b","highlight/xl":"9979735063c70e38957a","highlight/xl-js-js":"3bf66fa2225439c7b401","highlight/xml":"69e66959eb444da5a27b","highlight/xml-js-js":"2748c34f96fac36c7ec9","highlight/xquery":"fd78bdc172974424c263","highlight/xquery-js-js":"25965de593bd827caccc","highlight/yaml":"faccced13cf7009a1d21","highlight/yaml-js-js":"55b7ef75ceb977135c7e","highlight/zephir":"573871ee1969f9de654a","highlight/zephir-js-js":"f4512f00b9ec1892245f","editor-collab":"d9c5681e9e894faae3be","editor-guest":"4760cdcfd157fd4b2543"}[t],s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r={},i="@nextcloud/text:",s.l=(t,e,n,o)=>{if(r[t])r[t].push(e);else{var a,c;if(void 0!==n)for(var u=document.getElementsByTagName("script"),l=0;l<u.length;l++){var f=u[l];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==i+n){a=f;break}}a||(c=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,s.nc&&a.setAttribute("nonce",s.nc),a.setAttribute("data-webpack",i+n),a.src=t),r[t]=[e];var h=(e,n)=>{a.onerror=a.onload=null,clearTimeout(d);var i=r[t];if(delete r[t],a.parentNode&&a.parentNode.removeChild(a),i&&i.forEach((t=>t(n))),e)return e(n)},d=setTimeout(h.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=h.bind(null,a.onerror),a.onload=h.bind(null,a.onload),c&&document.head.appendChild(a)}},s.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},s.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),s.j="public",s.p="/apps/text/js/",(()=>{s.b=document.baseURI||self.location.href;var t={public:0};s.f.j=(e,n)=>{var r=s.o(t,e)?t[e]:void 0;if(0!==r)if(r)n.push(r[2]);else{var i=new Promise(((n,i)=>r=t[e]=[n,i]));n.push(r[2]=i);var o=s.p+s.u(e),a=new Error;s.l(o,(n=>{if(s.o(t,e)&&(0!==(r=t[e])&&(t[e]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;a.message="Loading chunk "+e+" failed.\n("+i+": "+o+")",a.name="ChunkLoadError",a.type=i,a.request=o,r[1](a)}}),"chunk-"+e,e)}};var e=(e,n)=>{var r,i,[o,a,c]=n,u=0;if(o.some((e=>0!==t[e]))){for(r in a)s.o(a,r)&&(s.m[r]=a[r]);if(c)c(s)}for(e&&e(n);u<o.length;u++)i=o[u],s.o(t,i)&&t[i]&&t[i][0](),t[i]=0},n=self.webpackChunk_nextcloud_text=self.webpackChunk_nextcloud_text||[];n.forEach(e.bind(null,0)),n.push=e.bind(null,n.push.bind(n))})(),s.nc=void 0,(()=>{"use strict";var t=s(43554),e=s(27415),n=s(52029),r=s(74411);var i=s(25030);s.nc=btoa(OC.requestToken),s.p=OC.linkTo("text","js/");var o;o=()=>{var o;const a=document.getElementById("sharingToken")?document.getElementById("sharingToken").value:null;if(!a)return;if(document.querySelector("#preview table.files-filestable"))return OC.Plugins.register("OCA.Files.FileList",e.h0),(0,e.YZ)(),void(0,e.tH)();const c=null===(o=document.getElementById("mimetype"))||void 0===o?void 0:o.value;if(c&&-1!==r.SP.indexOf(c)){const e=document.getElementById("preview");(t=>{let{sharingToken:e,mimetype:r,fileId:o,$el:a}=t;const c=document.createElement("div");c.id="texteditor",document.getElementById("app-content").appendChild(c),Promise.all([Promise.resolve().then(s.bind(s,20144)),Promise.all([s.e("vendors"),s.e("editor")]).then(s.bind(s,73095))]).then((t=>{let[e,n]=t;return{Vue:e.default,Editor:n.default}})).then((t=>{let{Vue:n,Editor:s}=t;n.prototype.t=window.t,n.prototype.OCA=window.OCA,new n({render:t=>t(s,{props:{active:!0,shareToken:e,mime:r,fileId:o}}),store:i.Z}).$mount(a)})).catch((t=>n.k.error("Failed to attach editor",{error:t})))})({mimetype:c,sharingToken:a,fileId:(0,t.j)("text","file_id"),$el:e})}},(document.attachEvent?"complete"===document.readyState:"loading"!==document.readyState)?setTimeout(o,0):document.addEventListener("DOMContentLoaded",o),OCA.Text={RichWorkspaceEnabled:(0,t.j)("text","workspace_available")}})()})();
//# sourceMappingURL=text-public.js.map?v=a2676c3b840e7e720aa4