-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathtext-files.js
More file actions
3 lines (3 loc) Β· 227 KB
/
Copy pathtext-files.js
File metadata and controls
3 lines (3 loc) Β· 227 KB
1
2
3
/*! For license information please see text-files.js.LICENSE.txt */
(()=>{var e,n,r,i,o={22200:(e,t,n)=>{"use strict";var r=n(57888),i=void 0,o=[];r.subscribe("csrf-token-update",(function(e){i=e.token,o.forEach((function(t){try{t(e.token)}catch(e){console.error("error updating CSRF token observer",e)}}))}));var a=function(e,t){return e?e.getAttribute(t):null},s=void 0;t.getCurrentUser=function(){if(void 0!==s)return s;var e=null===document||void 0===document?void 0:document.getElementsByTagName("head")[0];if(!e)return null;var t=a(e,"data-user");return s=null===t?null:{uid:t,displayName:a(e,"data-user-displayname"),isAdmin:"undefined"!=typeof OC&&OC.isUserAdmin()}},t.getRequestToken=function(){if(void 0===i){var e=null===document||void 0===document?void 0:document.getElementsByTagName("head")[0];i=e?e.getAttribute("data-requesttoken"):null}return i},t.onRequestTokenUpdate=function(e){o.push(e)}},62556:(e,t,n)=>{"use strict";n(69070),Object.defineProperty(t,"__esModule",{value:!0}),t.clearAll=function(){[window.sessionStorage,window.localStorage].map((function(e){return a(e)}))},t.clearNonPersistent=function(){[window.sessionStorage,window.localStorage].map((function(e){return a(e,(function(e){return!e.startsWith(i.default.GLOBAL_SCOPE_PERSISTENT)}))}))},t.getBuilder=function(e){return new r.default(e)},n(21249),n(57327),n(41539),n(47941),n(23157);var r=o(n(71957)),i=o(n(48971));function o(e){return e&&e.__esModule?e:{default:e}}function a(e,t){Object.keys(e).filter((function(e){return!t||t(e)})).map(e.removeItem.bind(e))}},48971:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(92222),n(21249),n(57327),n(41539),n(47941),n(23157),n(69070);var o=function(){function e(t,n,r){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),i(this,"scope",void 0),i(this,"wrapped",void 0),this.scope="".concat(r?e.GLOBAL_SCOPE_PERSISTENT:e.GLOBAL_SCOPE_VOLATILE,"_").concat(btoa(t),"_"),this.wrapped=n}var t,n,o;return t=e,(n=[{key:"scopeKey",value:function(e){return"".concat(this.scope).concat(e)}},{key:"setItem",value:function(e,t){this.wrapped.setItem(this.scopeKey(e),t)}},{key:"getItem",value:function(e){return this.wrapped.getItem(this.scopeKey(e))}},{key:"removeItem",value:function(e){this.wrapped.removeItem(this.scopeKey(e))}},{key:"clear",value:function(){var e=this;Object.keys(this.wrapped).filter((function(t){return t.startsWith(e.scope)})).map(this.wrapped.removeItem.bind(this.wrapped))}}])&&r(t.prototype,n),o&&r(t,o),Object.defineProperty(t,"prototype",{writable:!1}),e}();t.default=o,i(o,"GLOBAL_SCOPE_VOLATILE","nextcloud_vol"),i(o,"GLOBAL_SCOPE_PERSISTENT","nextcloud_per")},71957:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(69070);var r,i=(r=n(48971))&&r.__esModule?r:{default:r};function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var s=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),a(this,"appId",void 0),a(this,"persisted",!1),a(this,"clearedOnLogout",!1),this.appId=t}var t,n,r;return t=e,n=[{key:"persist",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.persisted=e,this}},{key:"clearOnLogout",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.clearedOnLogout=e,this}},{key:"build",value:function(){return new i.default(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}],n&&o(t.prototype,n),r&&o(t,r),Object.defineProperty(t,"prototype",{writable:!1}),e}();t.default=s},67737:(e,t,n)=>{const r=n(85503),{MAX_LENGTH:i,MAX_SAFE_INTEGER:o}=n(35519),{safeRe:a,t:s}=n(88238),c=n(74433),{compareIdentifiers:l}=n(63242);class u{constructor(e,t){if(t=c(t),e instanceof u){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>i)throw new TypeError(`version is longer than ${i} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?a[s.LOOSE]:a[s.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>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((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<o)return t}return e})):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(e){if(r("SemVer.compare",this.version,this.options,e),!(e instanceof u)){if("string"==typeof e&&e===this.version)return 0;e=new u(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof u||(e=new u(e,this.options)),l(this.major,e.major)||l(this.minor,e.minor)||l(this.patch,e.patch)}comparePre(e){if(e instanceof u||(e=new u(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const n=this.prerelease[t],i=e.prerelease[t];if(r("prerelease compare",t,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 l(n,i)}while(++t)}compareBuild(e){e instanceof u||(e=new u(e,this.options));let t=0;do{const n=this.build[t],i=e.build[t];if(r("prerelease compare",t,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 l(n,i)}while(++t)}inc(e,t,n){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,n),this.inc("pre",t,n);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,n),this.inc("pre",t,n);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(n)?1:0;if(!t&&!1===n)throw new Error("invalid increment argument: identifier is empty");if(0===this.prerelease.length)this.prerelease=[e];else{let r=this.prerelease.length;for(;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);if(-1===r){if(t===this.prerelease.join(".")&&!1===n)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let r=[t,e];!1===n&&(r=[t]),0===l(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=u},92426:(e,t,n)=>{const r=n(67737);e.exports=(e,t)=>new r(e,t).major},67488:(e,t,n)=>{const r=n(67737);e.exports=(e,t,n=!1)=>{if(e instanceof r)return e;try{return new r(e,t)}catch(e){if(!n)return null;throw e}}},77907:(e,t,n)=>{const r=n(67488);e.exports=(e,t)=>{const n=r(e,t);return n?n.version:null}},35519:e=>{const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},85503:(e,t,n)=>{var r=n(34155);const i="object"==typeof r&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=i},63242:e=>{const t=/^[0-9]+$/,n=(e,n)=>{const r=t.test(e),i=t.test(n);return r&&i&&(e=+e,n=+n),e===n?0:r&&!i?-1:i&&!r?1:e<n?-1:1};e.exports={compareIdentifiers:n,rcompareIdentifiers:(e,t)=>n(t,e)}},74433:e=>{const t=Object.freeze({loose:!0}),n=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:n},88238:(e,t,n)=>{const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:i}=n(35519),o=n(85503),a=(t=e.exports={}).re=[],s=t.safeRe=[],c=t.src=[],l=t.t={};let u=0;const f="[a-zA-Z0-9-]",h=[["\\s",1],["\\d",r],[f,i]],d=(e,t,n)=>{const r=(e=>{for(const[t,n]of h)e=e.split(`${t}*`).join(`${t}{0,${n}}`).split(`${t}+`).join(`${t}{1,${n}}`);return e})(t),i=u++;o(e,i,t),l[e]=i,c[i]=t,a[i]=new RegExp(t,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-][a-zA-Z0-9-]*"),d("MAINVERSION",`(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})`),d("MAINVERSIONLOOSE",`(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASEIDENTIFIER",`(?:${c[l.NUMERICIDENTIFIER]}|${c[l.NONNUMERICIDENTIFIER]})`),d("PRERELEASEIDENTIFIERLOOSE",`(?:${c[l.NUMERICIDENTIFIERLOOSE]}|${c[l.NONNUMERICIDENTIFIER]})`),d("PRERELEASE",`(?:-(${c[l.PRERELEASEIDENTIFIER]}(?:\\.${c[l.PRERELEASEIDENTIFIER]})*))`),d("PRERELEASELOOSE",`(?:-?(${c[l.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[l.PRERELEASEIDENTIFIERLOOSE]})*))`),d("BUILDIDENTIFIER","[a-zA-Z0-9-]+"),d("BUILD",`(?:\\+(${c[l.BUILDIDENTIFIER]}(?:\\.${c[l.BUILDIDENTIFIER]})*))`),d("FULLPLAIN",`v?${c[l.MAINVERSION]}${c[l.PRERELEASE]}?${c[l.BUILD]}?`),d("FULL",`^${c[l.FULLPLAIN]}$`),d("LOOSEPLAIN",`[v=\\s]*${c[l.MAINVERSIONLOOSE]}${c[l.PRERELEASELOOSE]}?${c[l.BUILD]}?`),d("LOOSE",`^${c[l.LOOSEPLAIN]}$`),d("GTLT","((?:<|>)?=?)"),d("XRANGEIDENTIFIERLOOSE",`${c[l.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),d("XRANGEIDENTIFIER",`${c[l.NUMERICIDENTIFIER]}|x|X|\\*`),d("XRANGEPLAIN",`[v=\\s]*(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:${c[l.PRERELEASE]})?${c[l.BUILD]}?)?)?`),d("XRANGEPLAINLOOSE",`[v=\\s]*(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:${c[l.PRERELEASELOOSE]})?${c[l.BUILD]}?)?)?`),d("XRANGE",`^${c[l.GTLT]}\\s*${c[l.XRANGEPLAIN]}$`),d("XRANGELOOSE",`^${c[l.GTLT]}\\s*${c[l.XRANGEPLAINLOOSE]}$`),d("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),d("COERCERTL",c[l.COERCE],!0),d("LONETILDE","(?:~>?)"),d("TILDETRIM",`(\\s*)${c[l.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",d("TILDE",`^${c[l.LONETILDE]}${c[l.XRANGEPLAIN]}$`),d("TILDELOOSE",`^${c[l.LONETILDE]}${c[l.XRANGEPLAINLOOSE]}$`),d("LONECARET","(?:\\^)"),d("CARETTRIM",`(\\s*)${c[l.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",d("CARET",`^${c[l.LONECARET]}${c[l.XRANGEPLAIN]}$`),d("CARETLOOSE",`^${c[l.LONECARET]}${c[l.XRANGEPLAINLOOSE]}$`),d("COMPARATORLOOSE",`^${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]})$|^$`),d("COMPARATOR",`^${c[l.GTLT]}\\s*(${c[l.FULLPLAIN]})$|^$`),d("COMPARATORTRIM",`(\\s*)${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]}|${c[l.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",d("HYPHENRANGE",`^\\s*(${c[l.XRANGEPLAIN]})\\s+-\\s+(${c[l.XRANGEPLAIN]})\\s*$`),d("HYPHENRANGELOOSE",`^\\s*(${c[l.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[l.XRANGEPLAINLOOSE]})\\s*$`),d("STAR","(<|>)?=?\\s*\\*"),d("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),d("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},71356:(e,t,n)=>{"use strict";n(69070),n(32165),n(66992),n(78783),n(33948),Object.defineProperty(t,"__esModule",{value:!0}),t.ConsoleLogger=void 0,t.buildConsoleLogger=function(e){return new s(e)},n(19601),n(96649),n(96078),n(82526),n(41817),n(41539),n(9653);var r=n(20006);function i(e){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i(e)}function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,a(r.key),r)}}function a(e){var t=function(e,t){if("object"!==i(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==i(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===i(t)?t:String(t)}var s=function(){function e(t){var n,r,i;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),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=t}var t,n,i;return t=e,(n=[{key:"formatMessage",value:function(e,t,n){var i="["+r.LogLevel[t].toUpperCase()+"]";return n&&n.app&&(i+=" "+n.app+": "),i+e}},{key:"log",value:function(e,t,n){var i;if(!(e<(null===(i=this.context)||void 0===i?void 0:i.level)))switch(e){case r.LogLevel.Debug:console.debug(this.formatMessage(t,r.LogLevel.Debug,n),n);break;case r.LogLevel.Info:console.info(this.formatMessage(t,r.LogLevel.Info,n),n);break;case r.LogLevel.Warn:console.warn(this.formatMessage(t,r.LogLevel.Warn,n),n);break;case r.LogLevel.Error:console.error(this.formatMessage(t,r.LogLevel.Error,n),n);break;case r.LogLevel.Fatal:default:console.error(this.formatMessage(t,r.LogLevel.Fatal,n),n)}}},{key:"debug",value:function(e,t){this.log(r.LogLevel.Debug,e,Object.assign({},this.context,t))}},{key:"info",value:function(e,t){this.log(r.LogLevel.Info,e,Object.assign({},this.context,t))}},{key:"warn",value:function(e,t){this.log(r.LogLevel.Warn,e,Object.assign({},this.context,t))}},{key:"error",value:function(e,t){this.log(r.LogLevel.Error,e,Object.assign({},this.context,t))}},{key:"fatal",value:function(e,t){this.log(r.LogLevel.Fatal,e,Object.assign({},this.context,t))}}])&&o(t.prototype,n),i&&o(t,i),Object.defineProperty(t,"prototype",{writable:!1}),e}();t.ConsoleLogger=s},55058:(e,t,n)=>{"use strict";n(69070),n(32165),n(66992),n(78783),n(33948),Object.defineProperty(t,"__esModule",{value:!0}),t.LoggerBuilder=void 0,n(96649),n(96078),n(82526),n(41817),n(41539),n(9653);var r=n(22200),i=n(20006);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function a(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,c(r.key),r)}}function s(e,t,n){return(t=c(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e){var t=function(e,t){if("object"!==o(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==o(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===o(t)?t:String(t)}var l=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),s(this,"context",void 0),s(this,"factory",void 0),this.context={},this.factory=t}var t,n,o;return t=e,(n=[{key:"setApp",value:function(e){return this.context.app=e,this}},{key:"setLogLevel",value:function(e){return this.context.level=e,this}},{key:"setUid",value:function(e){return this.context.uid=e,this}},{key:"detectUser",value:function(){var e=(0,r.getCurrentUser)();return null!==e&&(this.context.uid=e.uid),this}},{key:"detectLogLevel",value:function(){var e=this;return function t(){var n,r,o;"complete"===document.readyState||"interactive"===document.readyState&&void 0!==window.OC?(e.context.level=void 0!==(null===(n=window.OC)||void 0===n||null===(r=n.config)||void 0===r?void 0:r.loglevel)?window.OC.config.loglevel:i.LogLevel.Warn,null!==(o=window.OC)&&void 0!==o&&o.debug&&(e.context.level=i.LogLevel.Debug),document.removeEventListener("readystatechange",t)):document.addEventListener("readystatechange",t)}(),this}},{key:"build",value:function(){return void 0===this.context.level&&this.detectLogLevel(),this.factory(this.context)}}])&&a(t.prototype,n),o&&a(t,o),Object.defineProperty(t,"prototype",{writable:!1}),e}();t.LoggerBuilder=l},20006:(e,t,n)=>{"use strict";var r;n(69070),Object.defineProperty(t,"__esModule",{value:!0}),t.LogLevel=void 0,t.LogLevel=r,function(e){e[e.Debug=0]="Debug",e[e.Info=1]="Info",e[e.Warn=2]="Warn",e[e.Error=3]="Error",e[e.Fatal=4]="Fatal"}(r||(t.LogLevel=r={}))},17499:(e,t,n)=>{"use strict";n(69070),t.IY=a;var r=n(71356),i=n(55058),o=n(20006);function a(){return new i.LoggerBuilder(r.buildConsoleLogger)}},79753:(e,t,n)=>{"use strict";n(69070),Object.defineProperty(t,"__esModule",{value:!0}),t.linkTo=t.imagePath=t.getRootUrl=t.generateUrl=t.generateRemoteUrl=t.generateOcsUrl=t.generateFilePath=void 0,n(19601),n(74916),n(15306),n(41539),n(39714),n(82772);t.linkTo=function(e,t){return i(e,"",t)};t.generateRemoteUrl=function(e){return window.location.protocol+"//"+window.location.host+function(e){return o()+"/remote.php/"+e}(e)};t.generateOcsUrl=function(e,t,n){var i=1===Object.assign({ocsVersion:2},n||{}).ocsVersion?1:2;return window.location.protocol+"//"+window.location.host+o()+"/ocs/v"+i+".php"+r(e,t,n)};var r=function(e,t,n){var r,i=Object.assign({escape:!0},n||{});return"/"!==e.charAt(0)&&(e="/"+e),r=(r=t||{})||{},e.replace(/{([^{}]*)}/g,(function(e,t){var n=r[t];return i.escape?"string"==typeof n||"number"==typeof n?encodeURIComponent(n.toString()):encodeURIComponent(e):"string"==typeof n||"number"==typeof n?n.toString():e}))};t.generateUrl=function(e,t,n){var i,a,s,c=Object.assign({noRewrite:!1},n||{});return!0!==(null===(i=window)||void 0===i||null===(a=i.OC)||void 0===a||null===(s=a.config)||void 0===s?void 0:s.modRewriteWorking)||c.noRewrite?o()+"/index.php"+r(e,t,n):o()+r(e,t,n)};t.imagePath=function(e,t){return-1===t.indexOf(".")?i(e,"img",t+".svg"):i(e,"img",t)};var i=function(e,t,n){var r,i,a,s=-1!==(null===(r=window)||void 0===r||null===(i=r.OC)||void 0===i||null===(a=i.coreApps)||void 0===a?void 0:a.indexOf(e)),c=o();if("php"!==n.substring(n.length-3)||s)if("php"===n.substring(n.length-3)||s)c+="settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",s||(c+="apps/"),""!==e&&(c+=e+="/"),t&&(c+=t+"/"),c+=n;else{var l,u,f;c=null===(l=window)||void 0===l||null===(u=l.OC)||void 0===u||null===(f=u.appswebroots)||void 0===f?void 0:f[e],t&&(c+="/"+t+"/"),"/"!==c.substring(c.length-1)&&(c+="/"),c+=n}else c+="/index.php/apps/"+e,"index.php"!==n&&(c+="/",t&&(c+=encodeURI(t+"/")),c+=n);return c};t.generateFilePath=i;var o=function(){var e,t;return(null===(e=window)||void 0===e||null===(t=e.OC)||void 0===t?void 0:t.webroot)||""};t.getRootUrl=o},43573:(e,n,r)=>{"use strict";r.d(n,{h0:()=>$,Lz:()=>R,YZ:()=>I});var i=r(43554),o=r(69183),a=r(74411),s=r(42397),c=r(88911),l=r(79753),u=r(6842);const f=!!document.getElementById("isPublic"),h=(0,l.generateOcsUrl)("apps/text"+(f?"/public":"")+"/workspace",2),d={name:"RichWorkspace",components:{SkeletonLoading:u.Z,Editor:()=>Promise.all([r.e("vendors"),r.e("editor")]).then(r.bind(r,23904))},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 e;return null===(e=document.getElementById("sharingToken"))||void 0===e?void 0:e.value},canCreate(){return!!(this.folder&&this.folder.permissions&OC.PERMISSION_CREATE)}},watch:{path(){this.getFileInfo()},focus(e){e||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(e){this.loaded=!1,this.autofocus=!1,this.ready=!1;const t={path:this.path};return f&&(t.shareToken=this.shareToken),c.Z.get(h,{params:t}).then((t=>{const n=t.data.ocs.data;return this.folder=n.folder||null,this.file=n.file,this.editing=!0,this.loaded=!0,this.autofocus=e||!1,!0})).catch((e=>(e.response.data.ocs&&e.response.data.ocs.data.folder?this.folder=e.response.data.ocs.data.folder:this.folder=null,this.file=null,this.loaded=!0,this.ready=!0,this.creating=!1,!1)))},showRichWorkspace(e){this.enabled=!0,this.getFileInfo((null==e?void 0:e.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(e){"Tab"===e.key&&(clearInterval(this.$_timeoutAutohide),this.autohide=!1,this.$_timeoutAutohide=setTimeout(this.onTimeoutAutohide,7e3))}}};var p=r(93379),g=r.n(p),v=r(7795),m=r.n(v),b=r(90569),y=r.n(b),w=r(3565),_=r.n(w),A=r(19216),j=r.n(A),x=r(44589),E=r.n(x),C=r(28120),O={};O.styleTagTransform=E(),O.setAttributes=_(),O.insert=y().bind(null,"head"),O.domAPI=m(),O.insertStyleElement=j();g()(C.Z,O);C.Z&&C.Z.locals&&C.Z.locals;const S=(0,r(51900).Z)(d,(function(){var e=this,t=e._self._c;return e.enabled?t("div",{class:{focus:e.focus,dark:e.darkTheme,creatable:e.canCreate},attrs:{id:"rich-workspace"}},[e.loaded&&e.ready?e._e():t("SkeletonLoading"),e._v(" "),e.file?t("Editor",{directives:[{name:"show",rawName:"v-show",value:e.ready,expression:"ready"}],key:e.file.path,attrs:{"file-id":e.file.id,"relative-path":e.file.path,"share-token":e.shareToken,mime:e.file.mimetype,autofocus:e.autofocus,autohide:e.autohide,active:"","rich-workspace":""},on:{ready:function(t){e.ready=!0},focus:e.onFocus,blur:e.onBlur,error:e.reset}}):e._e()],1):e._e()}),[],!1,null,"5f66ab70",null).exports;var k=r(25030);const T="Edit with text app",R=function(e,t){const n=e.split("/"),r=t.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=t.split("/");return i.length<o.length?i.join("/"):t},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,T,OC.PERMISSION_UPDATE|OC.PERMISSION_READ,(0,l.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,49142))]).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 e=0;e<a.SP.length;e++)i(a.SP[e]),OCA.Files.fileActions.setDefault(a.SP[e],T)}},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(e){"files"!==e.id&&"files.public"!==e.id||(this.el=document.createElement("div"),e.registerHeader({id:"workspace",el:this.el,render:this.render.bind(this),priority:10}))},render(e){"files"!==e.id&&"files.public"!==e.id||(OC.Plugins.register("OCA.Files.NewFileMenu",L),Promise.resolve().then(r.bind(r,20144)).then((t=>{const n=t.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(S))({propsData:{path:e.getCurrentDirectory()},store:k.Z}).$mount(this.el);(0,o.Ld)("files:navigation:changed",(()=>{r.active=OCA.Files.App.getCurrentFileList()===e})),e.$el.on("urlChanged",(e=>{r.path=e.dir.toString()})),e.$el.on("changeDirectory",(e=>{r.path=e.dir.toString()}))})))}}},52029:(e,t,n)=>{"use strict";n.d(t,{k:()=>r});const r=(0,n(17499).IY)().setApp("text").detectUser().build()},74411:(e,t,n)=>{"use strict";var r,i;n.d(t,{$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=OC.appswebroots)&&void 0!==r&&r.richdocuments||null!==(i=OC.appswebroots)&&void 0!==i&&i.onlyoffice||a.push("text/csv");const s=["text/markdown",...a]},42397:(e,t,n)=>{"use strict";n.d(t,{a:()=>r});const r=()=>document.getElementById("sharingToken")?document.getElementById("sharingToken").value:null},25030:(e,t,n)=>{"use strict";n.d(t,{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",l="SET_HEADINGS";var u=n(20296),f=n.n(u);const h=()=>document.documentElement.clientWidth,d=e=>{let{commit:t}=e;const n=f()((()=>{t("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](e,t){e.viewWidth=t},[s](e,t){e.showAuthorAnnotations=t,p.setItem("showAuthorAnnotations",""+t)},[c](e,t){e.currentSession=t,p.setItem("currentSession",t)},[l](e,t){if(e.headings.length!==t.length)return void(e.headings=Object.freeze(t));const n=e.headings,r=t.map(((e,t)=>{const r=n[t].level;return Object.freeze({...e,previous:r})}));e.headings=Object.freeze(r)}},actions:{setShowAuthorAnnotations(e,t){let{commit:n}=e;n(s,t)},setCurrentSession(e,t){let{commit:n}=e;n(c,t)},setHeadings(e,t){let{commit:n}=e;n(l,t)}}},v=new i.yh({plugins:[d],modules:{text:{namespaced:!0,...g}}})},19662:(e,t,n)=>{var r=n(60614),i=n(66330),o=TypeError;e.exports=function(e){if(r(e))return e;throw o(i(e)+" is not a function")}},96077:(e,t,n)=>{var r=n(60614),i=String,o=TypeError;e.exports=function(e){if("object"==typeof e||r(e))return e;throw o("Can't set "+i(e)+" as a prototype")}},51223:(e,t,n)=>{var r=n(5112),i=n(70030),o=n(3070).f,a=r("unscopables"),s=Array.prototype;null==s[a]&&o(s,a,{configurable:!0,value:i(null)}),e.exports=function(e){s[a][e]=!0}},31530:(e,t,n)=>{"use strict";var r=n(28710).charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},19670:(e,t,n)=>{var r=n(70111),i=String,o=TypeError;e.exports=function(e){if(r(e))return e;throw o(i(e)+" is not an object")}},41318:(e,t,n)=>{var r=n(45656),i=n(51400),o=n(26244),a=function(e){return function(t,n,a){var s,c=r(t),l=o(c),u=i(a,l);if(e&&n!=n){for(;l>u;)if((s=c[u++])!=s)return!0}else for(;l>u;u++)if((e||u in c)&&c[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},42092:(e,t,n)=>{var r=n(49974),i=n(1702),o=n(68361),a=n(47908),s=n(26244),c=n(65417),l=i([].push),u=function(e){var t=1==e,n=2==e,i=3==e,u=4==e,f=6==e,h=7==e,d=5==e||f;return function(p,g,v,m){for(var b,y,w=a(p),_=o(w),A=r(g,v),j=s(_),x=0,E=m||c,C=t?E(p,j):n||h?E(p,0):void 0;j>x;x++)if((d||x in _)&&(y=A(b=_[x],x,w),e))if(t)C[x]=y;else if(y)switch(e){case 3:return!0;case 5:return b;case 6:return x;case 2:l(C,b)}else switch(e){case 4:return!1;case 7:l(C,b)}return f?-1:i||u?u:C}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},81194:(e,t,n)=>{var r=n(47293),i=n(5112),o=n(7392),a=i("species");e.exports=function(e){return o>=51||!r((function(){var t=[];return(t.constructor={})[a]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},9341:(e,t,n)=>{"use strict";var r=n(47293);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){return 1},1)}))}},41589:(e,t,n)=>{var r=n(51400),i=n(26244),o=n(86135),a=Array,s=Math.max;e.exports=function(e,t,n){for(var c=i(e),l=r(t,c),u=r(void 0===n?c:n,c),f=a(s(u-l,0)),h=0;l<u;l++,h++)o(f,h,e[l]);return f.length=h,f}},50206:(e,t,n)=>{var r=n(1702);e.exports=r([].slice)},77475:(e,t,n)=>{var r=n(43157),i=n(4411),o=n(70111),a=n(5112)("species"),s=Array;e.exports=function(e){var t;return r(e)&&(t=e.constructor,(i(t)&&(t===s||r(t.prototype))||o(t)&&null===(t=t[a]))&&(t=void 0)),void 0===t?s:t}},65417:(e,t,n)=>{var r=n(77475);e.exports=function(e,t){return new(r(e))(0===t?0:t)}},84326:(e,t,n)=>{var r=n(40084),i=r({}.toString),o=r("".slice);e.exports=function(e){return o(i(e),8,-1)}},70648:(e,t,n)=>{var r=n(51694),i=n(60614),o=n(84326),a=n(5112)("toStringTag"),s=Object,c="Arguments"==o(function(){return arguments}());e.exports=r?o:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=s(e),a))?n:c?o(t):"Object"==(r=o(t))&&i(t.callee)?"Arguments":r}},99920:(e,t,n)=>{var r=n(92597),i=n(53887),o=n(31236),a=n(3070);e.exports=function(e,t,n){for(var s=i(t),c=a.f,l=o.f,u=0;u<s.length;u++){var f=s[u];r(e,f)||n&&r(n,f)||c(e,f,l(t,f))}}},84964:(e,t,n)=>{var r=n(5112)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[r]=!1,"/./"[e](t)}catch(e){}}return!1}},49920:(e,t,n)=>{var r=n(47293);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},76178:e=>{e.exports=function(e,t){return{value:e,done:t}}},68880:(e,t,n)=>{var r=n(19781),i=n(3070),o=n(79114);e.exports=r?function(e,t,n){return i.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},79114:e=>{e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},86135:(e,t,n)=>{"use strict";var r=n(34948),i=n(3070),o=n(79114);e.exports=function(e,t,n){var a=r(t);a in e?i.f(e,a,o(0,n)):e[a]=n}},38709:(e,t,n)=>{"use strict";var r=n(19670),i=n(92140),o=TypeError;e.exports=function(e){if(r(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw o("Incorrect hint");return i(this,e)}},98052:(e,t,n)=>{var r=n(60614),i=n(3070),o=n(56339),a=n(13072);e.exports=function(e,t,n,s){s||(s={});var c=s.enumerable,l=void 0!==s.name?s.name:t;if(r(n)&&o(n,l,s),s.global)c?e[t]=n:a(t,n);else{try{s.unsafe?e[t]&&(c=!0):delete e[t]}catch(e){}c?e[t]=n:i.f(e,t,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return e}},13072:(e,t,n)=>{var r=n(17854),i=Object.defineProperty;e.exports=function(e,t){try{i(r,e,{value:t,configurable:!0,writable:!0})}catch(n){r[e]=t}return t}},19781:(e,t,n)=>{var r=n(47293);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},4154:e=>{var t="object"==typeof document&&document.all,n=void 0===t&&void 0!==t;e.exports={all:t,IS_HTMLDDA:n}},80317:(e,t,n)=>{var r=n(17854),i=n(70111),o=r.document,a=i(o)&&i(o.createElement);e.exports=function(e){return a?o.createElement(e):{}}},7207:e=>{var t=TypeError;e.exports=function(e){if(e>9007199254740991)throw t("Maximum allowed index exceeded");return e}},48324:e=>{e.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:(e,t,n)=>{var r=n(80317)("span").classList,i=r&&r.constructor&&r.constructor.prototype;e.exports=i===Object.prototype?void 0:i},88113:(e,t,n)=>{var r=n(35005);e.exports=r("navigator","userAgent")||""},7392:(e,t,n)=>{var r,i,o=n(17854),a=n(88113),s=o.process,c=o.Deno,l=s&&s.versions||c&&c.version,u=l&&l.v8;u&&(i=(r=u.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]),e.exports=i},80748:e=>{e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},82109:(e,t,n)=>{var r=n(17854),i=n(31236).f,o=n(68880),a=n(98052),s=n(13072),c=n(99920),l=n(54705);e.exports=function(e,t){var n,u,f,h,d,p=e.target,g=e.global,v=e.stat;if(n=g?r:v?r[p]||s(p,{}):(r[p]||{}).prototype)for(u in t){if(h=t[u],f=e.dontCallGetSet?(d=i(n,u))&&d.value:n[u],!l(g?u:p+(v?".":"#")+u,e.forced)&&void 0!==f){if(typeof h==typeof f)continue;c(h,f)}(e.sham||f&&f.sham)&&o(h,"sham",!0),a(n,u,h,e)}}},47293:e=>{e.exports=function(e){try{return!!e()}catch(e){return!0}}},27007:(e,t,n)=>{"use strict";n(74916);var r=n(1702),i=n(98052),o=n(22261),a=n(47293),s=n(5112),c=n(68880),l=s("species"),u=RegExp.prototype;e.exports=function(e,t,n,f){var h=s(e),d=!a((function(){var t={};return t[h]=function(){return 7},7!=""[e](t)})),p=d&&!a((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[l]=function(){return n},n.flags="",n[h]=/./[h]),n.exec=function(){return t=!0,null},n[h](""),!t}));if(!d||!p||n){var g=r(/./[h]),v=t(h,""[e],(function(e,t,n,i,a){var s=r(e),c=t.exec;return c===o||c===u.exec?d&&!a?{done:!0,value:g(t,n,i)}:{done:!0,value:s(n,t,i)}:{done:!1}}));i(String.prototype,e,v[0]),i(u,h,v[1])}f&&c(u[h],"sham",!0)}},22104:(e,t,n)=>{var r=n(34374),i=Function.prototype,o=i.apply,a=i.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?a.bind(o):function(){return a.apply(o,arguments)})},49974:(e,t,n)=>{var r=n(1702),i=n(19662),o=n(34374),a=r(r.bind);e.exports=function(e,t){return i(e),void 0===t?e:o?a(e,t):function(){return e.apply(t,arguments)}}},34374:(e,t,n)=>{var r=n(47293);e.exports=!r((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},46916:(e,t,n)=>{var r=n(34374),i=Function.prototype.call;e.exports=r?i.bind(i):function(){return i.apply(i,arguments)}},76530:(e,t,n)=>{var r=n(19781),i=n(92597),o=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,s=i(o,"name"),c=s&&"something"===function(){}.name,l=s&&(!r||r&&a(o,"name").configurable);e.exports={EXISTS:s,PROPER:c,CONFIGURABLE:l}},40084:(e,t,n)=>{var r=n(34374),i=Function.prototype,o=i.call,a=r&&i.bind.bind(o,o);e.exports=function(e){return r?a(e):function(){return o.apply(e,arguments)}}},1702:(e,t,n)=>{var r=n(84326),i=n(40084);e.exports=function(e){if("Function"===r(e))return i(e)}},35005:(e,t,n)=>{var r=n(17854),i=n(60614),o=function(e){return i(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?o(r[e]):r[e]&&r[e][t]}},58173:(e,t,n)=>{var r=n(19662),i=n(68554);e.exports=function(e,t){var n=e[t];return i(n)?void 0:r(n)}},10647:(e,t,n)=>{var r=n(1702),i=n(47908),o=Math.floor,a=r("".charAt),s=r("".replace),c=r("".slice),l=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,n,r,f,h){var d=n+e.length,p=r.length,g=u;return void 0!==f&&(f=i(f),g=l),s(h,g,(function(i,s){var l;switch(a(s,0)){case"$":return"$";case"&":return e;case"`":return c(t,0,n);case"'":return c(t,d);case"<":l=f[c(s,1,-1)];break;default:var u=+s;if(0===u)return i;if(u>p){var h=o(u/10);return 0===h?i:h<=p?void 0===r[h-1]?a(s,1):r[h-1]+a(s,1):i}l=r[u-1]}return void 0===l?"":l}))}},17854:(e,t,n)=>{var r=function(e){return e&&e.Math==Math&&e};e.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}()||Function("return this")()},92597:(e,t,n)=>{var r=n(1702),i=n(47908),o=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return o(i(e),t)}},3501:e=>{e.exports={}},60490:(e,t,n)=>{var r=n(35005);e.exports=r("document","documentElement")},64664:(e,t,n)=>{var r=n(19781),i=n(47293),o=n(80317);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},68361:(e,t,n)=>{var r=n(1702),i=n(47293),o=n(84326),a=Object,s=r("".split);e.exports=i((function(){return!a("z").propertyIsEnumerable(0)}))?function(e){return"String"==o(e)?s(e,""):a(e)}:a},79587:(e,t,n)=>{var r=n(60614),i=n(70111),o=n(27674);e.exports=function(e,t,n){var a,s;return o&&r(a=t.constructor)&&a!==n&&i(s=a.prototype)&&s!==n.prototype&&o(e,s),e}},42788:(e,t,n)=>{var r=n(1702),i=n(60614),o=n(5465),a=r(Function.toString);i(o.inspectSource)||(o.inspectSource=function(e){return a(e)}),e.exports=o.inspectSource},29909:(e,t,n)=>{var r,i,o,a=n(94811),s=n(17854),c=n(70111),l=n(68880),u=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(e,t){if(m.has(e))throw g(p);return t.facade=e,m.set(e,t),t},i=function(e){return m.get(e)||{}},o=function(e){return m.has(e)}}else{var b=h("state");d[b]=!0,r=function(e,t){if(u(e,b))throw g(p);return t.facade=e,l(e,b,t),t},i=function(e){return u(e,b)?e[b]:{}},o=function(e){return u(e,b)}}e.exports={set:r,get:i,has:o,enforce:function(e){return o(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!c(t)||(n=i(t)).type!==e)throw g("Incompatible receiver, "+e+" required");return n}}}},43157:(e,t,n)=>{var r=n(84326);e.exports=Array.isArray||function(e){return"Array"==r(e)}},60614:(e,t,n)=>{var r=n(4154),i=r.all;e.exports=r.IS_HTMLDDA?function(e){return"function"==typeof e||e===i}:function(e){return"function"==typeof e}},4411:(e,t,n)=>{var r=n(1702),i=n(47293),o=n(60614),a=n(70648),s=n(35005),c=n(42788),l=function(){},u=[],f=s("Reflect","construct"),h=/^\s*(?:class|function)\b/,d=r(h.exec),p=!h.exec(l),g=function(e){if(!o(e))return!1;try{return f(l,u,e),!0}catch(e){return!1}},v=function(e){if(!o(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return p||!!d(h,c(e))}catch(e){return!0}};v.sham=!0,e.exports=!f||i((function(){var e;return g(g.call)||!g(Object)||!g((function(){e=!0}))||e}))?v:g},54705:(e,t,n)=>{var r=n(47293),i=n(60614),o=/#|\.prototype\./,a=function(e,t){var n=c[s(e)];return n==u||n!=l&&(i(t)?r(t):!!t)},s=a.normalize=function(e){return String(e).replace(o,".").toLowerCase()},c=a.data={},l=a.NATIVE="N",u=a.POLYFILL="P";e.exports=a},68554:e=>{e.exports=function(e){return null==e}},70111:(e,t,n)=>{var r=n(60614),i=n(4154),o=i.all;e.exports=i.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:r(e)||e===o}:function(e){return"object"==typeof e?null!==e:r(e)}},31913:e=>{e.exports=!1},47850:(e,t,n)=>{var r=n(70111),i=n(84326),o=n(5112)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[o])?!!t:"RegExp"==i(e))}},52190:(e,t,n)=>{var r=n(35005),i=n(60614),o=n(47976),a=n(43307),s=Object;e.exports=a?function(e){return"symbol"==typeof e}:function(e){var t=r("Symbol");return i(t)&&o(t.prototype,s(e))}},63061:(e,t,n)=>{"use strict";var r=n(13383).IteratorPrototype,i=n(70030),o=n(79114),a=n(58003),s=n(97497),c=function(){return this};e.exports=function(e,t,n,l){var u=t+" Iterator";return e.prototype=i(r,{next:o(+!l,n)}),a(e,u,!1,!0),s[u]=c,e}},51656:(e,t,n)=>{"use strict";var r=n(82109),i=n(46916),o=n(31913),a=n(76530),s=n(60614),c=n(63061),l=n(79518),u=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,w=v.BUGGY_SAFARI_ITERATORS,_=p("iterator"),A="keys",j="values",x="entries",E=function(){return this};e.exports=function(e,t,n,a,p,v,C){c(n,t,a);var O,S,k,T=function(e){if(e===p&&P)return P;if(!w&&e in L)return L[e];switch(e){case A:case j:case x:return function(){return new n(this,e)}}return function(){return new n(this)}},R=t+" Iterator",I=!1,L=e.prototype,$=L[_]||L["@@iterator"]||p&&L[p],P=!w&&$||T(p),N="Array"==t&&L.entries||$;if(N&&(O=l(N.call(new e)))!==Object.prototype&&O.next&&(o||l(O)===y||(u?u(O,y):s(O[_])||d(O,_,E)),f(O,R,!0,!0),o&&(g[R]=E)),m&&p==j&&$&&$.name!==j&&(!o&&b?h(L,"name",j):(I=!0,P=function(){return i($,this)})),p)if(S={values:T(j),keys:v?P:T(A),entries:T(x)},C)for(k in S)(w||I||!(k in L))&&d(L,k,S[k]);else r({target:t,proto:!0,forced:w||I},S);return o&&!C||L[_]===P||d(L,_,P,{name:p}),g[t]=P,S}},13383:(e,t,n)=>{"use strict";var r,i,o,a=n(47293),s=n(60614),c=n(70111),l=n(70030),u=n(79518),f=n(98052),h=n(5112),d=n(31913),p=h("iterator"),g=!1;[].keys&&("next"in(o=[].keys())?(i=u(u(o)))!==Object.prototype&&(r=i):g=!0),!c(r)||a((function(){var e={};return r[p].call(e)!==e}))?r={}:d&&(r=l(r)),s(r[p])||f(r,p,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:g}},97497:e=>{e.exports={}},26244:(e,t,n)=>{var r=n(17466);e.exports=function(e){return r(e.length)}},56339:(e,t,n)=>{var r=n(47293),i=n(60614),o=n(92597),a=n(19781),s=n(76530).CONFIGURABLE,c=n(42788),l=n(29909),u=l.enforce,f=l.get,h=Object.defineProperty,d=a&&!r((function(){return 8!==h((function(){}),"length",{value:8}).length})),p=String(String).split("String"),g=e.exports=function(e,t,n){"Symbol("===String(t).slice(0,7)&&(t="["+String(t).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(t="get "+t),n&&n.setter&&(t="set "+t),(!o(e,"name")||s&&e.name!==t)&&(a?h(e,"name",{value:t,configurable:!0}):e.name=t),d&&n&&o(n,"arity")&&e.length!==n.arity&&h(e,"length",{value:n.arity});try{n&&o(n,"constructor")&&n.constructor?a&&h(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var r=u(e);return o(r,"source")||(r.source=p.join("string"==typeof t?t:"")),e};Function.prototype.toString=g((function(){return i(this)&&f(this).source||c(this)}),"toString")},74758:e=>{var t=Math.ceil,n=Math.floor;e.exports=Math.trunc||function(e){var r=+e;return(r>0?n:t)(r)}},3929:(e,t,n)=>{var r=n(47850),i=TypeError;e.exports=function(e){if(r(e))throw i("The method doesn't accept regular expressions");return e}},21574:(e,t,n)=>{"use strict";var r=n(19781),i=n(1702),o=n(46916),a=n(47293),s=n(81956),c=n(25181),l=n(55296),u=n(47908),f=n(68361),h=Object.assign,d=Object.defineProperty,p=i([].concat);e.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 e={},t={},n=Symbol(),i="abcdefghijklmnopqrst";return e[n]=7,i.split("").forEach((function(e){t[e]=e})),7!=h({},e)[n]||s(h({},t)).join("")!=i}))?function(e,t){for(var n=u(e),i=arguments.length,a=1,h=c.f,d=l.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:(e,t,n)=>{var r,i=n(19670),o=n(36048),a=n(80748),s=n(3501),c=n(60490),l=n(80317),u=n(6200),f=u("IE_PROTO"),h=function(){},d=function(e){return"<script>"+e+"</"+"script>"},p=function(e){e.write(d("")),e.close();var t=e.parentWindow.Object;return e=null,t},g=function(){try{r=new ActiveXObject("htmlfile")}catch(e){}var e,t;g="undefined"!=typeof document?document.domain&&r?p(r):((t=l("iframe")).style.display="none",c.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(d("document.F=Object")),e.close(),e.F):p(r);for(var n=a.length;n--;)delete g.prototype[a[n]];return g()};s[f]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(h.prototype=i(e),n=new h,h.prototype=null,n[f]=e):n=g(),void 0===t?n:o.f(n,t)}},36048:(e,t,n)=>{var r=n(19781),i=n(3353),o=n(3070),a=n(19670),s=n(45656),c=n(81956);t.f=r&&!i?Object.defineProperties:function(e,t){a(e);for(var n,r=s(t),i=c(t),l=i.length,u=0;l>u;)o.f(e,n=i[u++],r[n]);return e}},3070:(e,t,n)=>{var r=n(19781),i=n(64664),o=n(3353),a=n(19670),s=n(34948),c=TypeError,l=Object.defineProperty,u=Object.getOwnPropertyDescriptor,f="enumerable",h="configurable",d="writable";t.f=r?o?function(e,t,n){if(a(e),t=s(t),a(n),"function"==typeof e&&"prototype"===t&&"value"in n&&d in n&&!n.writable){var r=u(e,t);r&&r.writable&&(e[t]=n.value,n={configurable:h in n?n.configurable:r.configurable,enumerable:f in n?n.enumerable:r.enumerable,writable:!1})}return l(e,t,n)}:l:function(e,t,n){if(a(e),t=s(t),a(n),i)try{return l(e,t,n)}catch(e){}if("get"in n||"set"in n)throw c("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},31236:(e,t,n)=>{var r=n(19781),i=n(46916),o=n(55296),a=n(79114),s=n(45656),c=n(34948),l=n(92597),u=n(64664),f=Object.getOwnPropertyDescriptor;t.f=r?f:function(e,t){if(e=s(e),t=c(t),u)try{return f(e,t)}catch(e){}if(l(e,t))return a(!i(o.f,e,t),e[t])}},1156:(e,t,n)=>{var r=n(84326),i=n(45656),o=n(8006).f,a=n(41589),s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return s&&"Window"==r(e)?function(e){try{return o(e)}catch(e){return a(s)}}(e):o(i(e))}},8006:(e,t,n)=>{var r=n(16324),i=n(80748).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},25181:(e,t)=>{t.f=Object.getOwnPropertySymbols},79518:(e,t,n)=>{var r=n(92597),i=n(60614),o=n(47908),a=n(6200),s=n(49920),c=a("IE_PROTO"),l=Object,u=l.prototype;e.exports=s?l.getPrototypeOf:function(e){var t=o(e);if(r(t,c))return t[c];var n=t.constructor;return i(n)&&t instanceof n?n.prototype:t instanceof l?u:null}},47976:(e,t,n)=>{var r=n(1702);e.exports=r({}.isPrototypeOf)},16324:(e,t,n)=>{var r=n(1702),i=n(92597),o=n(45656),a=n(41318).indexOf,s=n(3501),c=r([].push);e.exports=function(e,t){var n,r=o(e),l=0,u=[];for(n in r)!i(s,n)&&i(r,n)&&c(u,n);for(;t.length>l;)i(r,n=t[l++])&&(~a(u,n)||c(u,n));return u}},81956:(e,t,n)=>{var r=n(16324),i=n(80748);e.exports=Object.keys||function(e){return r(e,i)}},55296:(e,t)=>{"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!n.call({1:2},1);t.f=i?function(e){var t=r(this,e);return!!t&&t.enumerable}:n},27674:(e,t,n)=>{var r=n(1702),i=n(19670),o=n(96077);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=r(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return i(n),o(r),t?e(n,r):n.__proto__=r,n}}():void 0)},90288:(e,t,n)=>{"use strict";var r=n(51694),i=n(70648);e.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},92140:(e,t,n)=>{var r=n(46916),i=n(60614),o=n(70111),a=TypeError;e.exports=function(e,t){var n,s;if("string"===t&&i(n=e.toString)&&!o(s=r(n,e)))return s;if(i(n=e.valueOf)&&!o(s=r(n,e)))return s;if("string"!==t&&i(n=e.toString)&&!o(s=r(n,e)))return s;throw a("Can't convert object to primitive value")}},53887:(e,t,n)=>{var r=n(35005),i=n(1702),o=n(8006),a=n(25181),s=n(19670),c=i([].concat);e.exports=r("Reflect","ownKeys")||function(e){var t=o.f(s(e)),n=a.f;return n?c(t,n(e)):t}},40857:(e,t,n)=>{var r=n(17854);e.exports=r},97651:(e,t,n)=>{var r=n(46916),i=n(19670),o=n(60614),a=n(84326),s=n(22261),c=TypeError;e.exports=function(e,t){var n=e.exec;if(o(n)){var l=r(n,e,t);return null!==l&&i(l),l}if("RegExp"===a(e))return r(s,e,t);throw c("RegExp#exec called on incompatible receiver")}},22261:(e,t,n)=>{"use strict";var r,i,o=n(46916),a=n(1702),s=n(41340),c=n(67066),l=n(52999),u=n(72309),f=n(70030),h=n(29909).get,d=n(9441),p=n(38173),g=u("native-string-replace",String.prototype.replace),v=RegExp.prototype.exec,m=v,b=a("".charAt),y=a("".indexOf),w=a("".replace),_=a("".slice),A=(i=/b*/g,o(v,r=/a/,"a"),o(v,i,"a"),0!==r.lastIndex||0!==i.lastIndex),j=l.BROKEN_CARET,x=void 0!==/()??/.exec("")[1];(A||x||j||d||p)&&(m=function(e){var t,n,r,i,a,l,u,d=this,p=h(d),E=s(e),C=p.raw;if(C)return C.lastIndex=d.lastIndex,t=o(m,C,E),d.lastIndex=C.lastIndex,t;var O=p.groups,S=j&&d.sticky,k=o(c,d),T=d.source,R=0,I=E;if(S&&(k=w(k,"y",""),-1===y(k,"g")&&(k+="g"),I=_(E,d.lastIndex),d.lastIndex>0&&(!d.multiline||d.multiline&&"\n"!==b(E,d.lastIndex-1))&&(T="(?: "+T+")",I=" "+I,R++),n=new RegExp("^(?:"+T+")",k)),x&&(n=new RegExp("^"+T+"$(?!\\s)",k)),A&&(r=d.lastIndex),i=o(v,S?n:d,I),S?i?(i.input=_(i.input,R),i[0]=_(i[0],R),i.index=d.lastIndex,d.lastIndex+=i[0].length):d.lastIndex=0:A&&i&&(d.lastIndex=d.global?i.index+i[0].length:r),x&&i&&i.length>1&&o(g,i[0],n,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(i[a]=void 0)})),i&&O)for(i.groups=l=f(null),a=0;a<O.length;a++)l[(u=O[a])[0]]=i[u[1]];return i}),e.exports=m},67066:(e,t,n)=>{"use strict";var r=n(19670);e.exports=function(){var e=r(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t}},34706:(e,t,n)=>{var r=n(46916),i=n(92597),o=n(47976),a=n(67066),s=RegExp.prototype;e.exports=function(e){var t=e.flags;return void 0!==t||"flags"in s||i(e,"flags")||!o(s,e)?t:r(a,e)}},52999:(e,t,n)=>{var r=n(47293),i=n(17854).RegExp,o=r((function(){var e=i("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),a=o||r((function(){return!i("a","y").sticky})),s=o||r((function(){var e=i("^r","gy");return e.lastIndex=2,null!=e.exec("str")}));e.exports={BROKEN_CARET:s,MISSED_STICKY:a,UNSUPPORTED_Y:o}},9441:(e,t,n)=>{var r=n(47293),i=n(17854).RegExp;e.exports=r((function(){var e=i(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)}))},38173:(e,t,n)=>{var r=n(47293),i=n(17854).RegExp;e.exports=r((function(){var e=i("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")}))},84488:(e,t,n)=>{var r=n(68554),i=TypeError;e.exports=function(e){if(r(e))throw i("Can't call method on "+e);return e}},58003:(e,t,n)=>{var r=n(3070).f,i=n(92597),o=n(5112)("toStringTag");e.exports=function(e,t,n){e&&!n&&(e=e.prototype),e&&!i(e,o)&&r(e,o,{configurable:!0,value:t})}},6200:(e,t,n)=>{var r=n(72309),i=n(69711),o=r("keys");e.exports=function(e){return o[e]||(o[e]=i(e))}},5465:(e,t,n)=>{var r=n(17854),i=n(13072),o="__core-js_shared__",a=r[o]||i(o,{});e.exports=a},72309:(e,t,n)=>{var r=n(31913),i=n(5465);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.25.5",mode:r?"pure":"global",copyright:"Β© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.25.5/LICENSE",source:"https://github.com/zloirock/core-js"})},28710:(e,t,n)=>{var r=n(1702),i=n(19303),o=n(41340),a=n(84488),s=r("".charAt),c=r("".charCodeAt),l=r("".slice),u=function(e){return function(t,n){var r,u,f=o(a(t)),h=i(n),d=f.length;return h<0||h>=d?e?"":void 0:(r=c(f,h))<55296||r>56319||h+1===d||(u=c(f,h+1))<56320||u>57343?e?s(f,h):r:e?l(f,h,h+2):u-56320+(r-55296<<10)+65536}};e.exports={codeAt:u(!1),charAt:u(!0)}},53111:(e,t,n)=>{var r=n(1702),i=n(84488),o=n(41340),a=n(81361),s=r("".replace),c="["+a+"]",l=RegExp("^"+c+c+"*"),u=RegExp(c+c+"*$"),f=function(e){return function(t){var n=o(i(t));return 1&e&&(n=s(n,l,"")),2&e&&(n=s(n,u,"")),n}};e.exports={start:f(1),end:f(2),trim:f(3)}},36293:(e,t,n)=>{var r=n(7392),i=n(47293);e.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},56532:(e,t,n)=>{var r=n(46916),i=n(35005),o=n(5112),a=n(98052);e.exports=function(){var e=i("Symbol"),t=e&&e.prototype,n=t&&t.valueOf,s=o("toPrimitive");t&&!t[s]&&a(t,s,(function(e){return r(n,this)}),{arity:1})}},2015:(e,t,n)=>{var r=n(36293);e.exports=r&&!!Symbol.for&&!!Symbol.keyFor},50863:(e,t,n)=>{var r=n(1702);e.exports=r(1..valueOf)},51400:(e,t,n)=>{var r=n(19303),i=Math.max,o=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):o(n,t)}},45656:(e,t,n)=>{var r=n(68361),i=n(84488);e.exports=function(e){return r(i(e))}},19303:(e,t,n)=>{var r=n(74758);e.exports=function(e){var t=+e;return t!=t||0===t?0:r(t)}},17466:(e,t,n)=>{var r=n(19303),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},47908:(e,t,n)=>{var r=n(84488),i=Object;e.exports=function(e){return i(r(e))}},57593:(e,t,n)=>{var r=n(46916),i=n(70111),o=n(52190),a=n(58173),s=n(92140),c=n(5112),l=TypeError,u=c("toPrimitive");e.exports=function(e,t){if(!i(e)||o(e))return e;var n,c=a(e,u);if(c){if(void 0===t&&(t="default"),n=r(c,e,t),!i(n)||o(n))return n;throw l("Can't convert object to primitive value")}return void 0===t&&(t="number"),s(e,t)}},34948:(e,t,n)=>{var r=n(57593),i=n(52190);e.exports=function(e){var t=r(e,"string");return i(t)?t:t+""}},51694:(e,t,n)=>{var r={};r[n(5112)("toStringTag")]="z",e.exports="[object z]"===String(r)},41340:(e,t,n)=>{var r=n(70648),i=String;e.exports=function(e){if("Symbol"===r(e))throw TypeError("Cannot convert a Symbol value to a string");return i(e)}},66330:e=>{var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},69711:(e,t,n)=>{var r=n(1702),i=0,o=Math.random(),a=r(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++i+o,36)}},43307:(e,t,n)=>{var r=n(36293);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3353:(e,t,n)=>{var r=n(19781),i=n(47293);e.exports=r&&i((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},94811:(e,t,n)=>{var r=n(17854),i=n(60614),o=r.WeakMap;e.exports=i(o)&&/native code/.test(String(o))},26800:(e,t,n)=>{var r=n(40857),i=n(92597),o=n(6061),a=n(3070).f;e.exports=function(e){var t=r.Symbol||(r.Symbol={});i(t,e)||a(t,e,{value:o.f(e)})}},6061:(e,t,n)=>{var r=n(5112);t.f=r},5112:(e,t,n)=>{var r=n(17854),i=n(72309),o=n(92597),a=n(69711),s=n(36293),c=n(43307),l=i("wks"),u=r.Symbol,f=u&&u.for,h=c?u:u&&u.withoutSetter||a;e.exports=function(e){if(!o(l,e)||!s&&"string"!=typeof l[e]){var t="Symbol."+e;s&&o(u,e)?l[e]=u[e]:l[e]=c&&f?f(t):h(t)}return l[e]}},81361:e=>{e.exports="\t\n\v\f\r Β αββββββ
ββββββ―βγ\u2028\u2029\ufeff"},92222:(e,t,n)=>{"use strict";var r=n(82109),i=n(47293),o=n(43157),a=n(70111),s=n(47908),c=n(26244),l=n(7207),u=n(86135),f=n(65417),h=n(81194),d=n(5112),p=n(7392),g=d("isConcatSpreadable"),v=p>=51||!i((function(){var e=[];return e[g]=!1,e.concat()[0]!==e})),m=h("concat"),b=function(e){if(!a(e))return!1;var t=e[g];return void 0!==t?!!t:o(e)};r({target:"Array",proto:!0,arity:1,forced:!v||!m},{concat:function(e){var t,n,r,i,o,a=s(this),h=f(a,0),d=0;for(t=-1,r=arguments.length;t<r;t++)if(b(o=-1===t?a:arguments[t]))for(i=c(o),l(d+i),n=0;n<i;n++,d++)n in o&&u(h,d,o[n]);else l(d+1),u(h,d++,o);return h.length=d,h}})},57327:(e,t,n)=>{"use strict";var r=n(82109),i=n(42092).filter;r({target:"Array",proto:!0,forced:!n(81194)("filter")},{filter:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},82772:(e,t,n)=>{"use strict";var r=n(82109),i=n(1702),o=n(41318).indexOf,a=n(9341),s=i([].indexOf),c=!!s&&1/s([1],1,-0)<0,l=a("indexOf");r({target:"Array",proto:!0,forced:c||!l},{indexOf:function(e){var t=arguments.length>1?arguments[1]:void 0;return c?s(this,e,t)||0:o(this,e,t)}})},66992:(e,t,n)=>{"use strict";var r=n(45656),i=n(51223),o=n(97497),a=n(29909),s=n(3070).f,c=n(51656),l=n(76178),u=n(31913),f=n(19781),h="Array Iterator",d=a.set,p=a.getterFor(h);e.exports=c(Array,"Array",(function(e,t){d(this,{type:h,target:r(e),index:0,kind:t})}),(function(){var e=p(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,l(void 0,!0)):l("keys"==n?r:"values"==n?t[r]:[r,t[r]],!1)}),"values");var g=o.Arguments=o.Array;if(i("keys"),i("values"),i("entries"),!u&&f&&"values"!==g.name)try{s(g,"name",{value:"values"})}catch(e){}},21249:(e,t,n)=>{"use strict";var r=n(82109),i=n(42092).map;r({target:"Array",proto:!0,forced:!n(81194)("map")},{map:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},96078:(e,t,n)=>{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:(e,t,n)=>{var r=n(82109),i=n(35005),o=n(22104),a=n(46916),s=n(1702),c=n(47293),l=n(43157),u=n(60614),f=n(70111),h=n(52190),d=n(50206),p=n(36293),g=i("JSON","stringify"),v=s(/./.exec),m=s("".charAt),b=s("".charCodeAt),y=s("".replace),w=s(1..toString),_=/[\uD800-\uDFFF]/g,A=/^[\uD800-\uDBFF]$/,j=/^[\uDC00-\uDFFF]$/,x=!p||c((function(){var e=i("Symbol")();return"[null]"!=g([e])||"{}"!=g({a:e})||"{}"!=g(Object(e))})),E=c((function(){return'"\\udf06\\ud834"'!==g("\udf06\ud834")||'"\\udead"'!==g("\udead")})),C=function(e,t){var n=d(arguments),r=t;if((f(t)||void 0!==e)&&!h(e))return l(t)||(t=function(e,t){if(u(r)&&(t=a(r,this,e,t)),!h(t))return t}),n[1]=t,o(g,null,n)},O=function(e,t,n){var r=m(n,t-1),i=m(n,t+1);return v(A,e)&&!v(j,i)||v(j,e)&&!v(A,r)?"\\u"+w(b(e,0),16):e};g&&r({target:"JSON",stat:!0,arity:3,forced:x||E},{stringify:function(e,t,n){var r=d(arguments),i=o(x?C:g,null,r);return E&&"string"==typeof i?y(i,_,O):i}})},9653:(e,t,n)=>{"use strict";var r=n(19781),i=n(17854),o=n(1702),a=n(54705),s=n(98052),c=n(92597),l=n(79587),u=n(47976),f=n(52190),h=n(57593),d=n(47293),p=n(8006).f,g=n(31236).f,v=n(3070).f,m=n(50863),b=n(53111).trim,y="Number",w=i.Number,_=w.prototype,A=i.TypeError,j=o("".slice),x=o("".charCodeAt),E=function(e){var t=h(e,"number");return"bigint"==typeof t?t:C(t)},C=function(e){var t,n,r,i,o,a,s,c,l=h(e,"number");if(f(l))throw A("Cannot convert a Symbol value to a number");if("string"==typeof l&&l.length>2)if(l=b(l),43===(t=x(l,0))||45===t){if(88===(n=x(l,2))||120===n)return NaN}else if(48===t){switch(x(l,1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+l}for(a=(o=j(l,2)).length,s=0;s<a;s++)if((c=x(o,s))<48||c>i)return NaN;return parseInt(o,r)}return+l};if(a(y,!w(" 0o1")||!w("0b1")||w("+0x1"))){for(var O,S=function(e){var t=arguments.length<1?0:w(E(e)),n=this;return u(_,n)&&d((function(){m(n)}))?l(Object(t),n,S):t},k=r?p(w):"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(","),T=0;k.length>T;T++)c(w,O=k[T])&&!c(S,O)&&v(S,O,g(w,O));S.prototype=_,_.constructor=S,s(i,y,S,{constructor:!0})}},19601:(e,t,n)=>{var r=n(82109),i=n(21574);r({target:"Object",stat:!0,arity:2,forced:Object.assign!==i},{assign:i})},69070:(e,t,n)=>{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:(e,t,n)=>{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(e){var t=a.f;return t?t(s(e)):[]}})},47941:(e,t,n)=>{var r=n(82109),i=n(47908),o=n(81956);r({target:"Object",stat:!0,forced:n(47293)((function(){o(1)}))},{keys:function(e){return o(i(e))}})},41539:(e,t,n)=>{var r=n(51694),i=n(98052),o=n(90288);r||i(Object.prototype,"toString",o,{unsafe:!0})},74916:(e,t,n)=>{"use strict";var r=n(82109),i=n(22261);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},39714:(e,t,n)=>{"use strict";var r=n(76530).PROPER,i=n(98052),o=n(19670),a=n(41340),s=n(47293),c=n(34706),l="toString",u=RegExp.prototype.toString,f=s((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),h=r&&u.name!=l;(f||h)&&i(RegExp.prototype,l,(function(){var e=o(this);return"/"+a(e.source)+"/"+a(c(e))}),{unsafe:!0})},78783:(e,t,n)=>{"use strict";var r=n(28710).charAt,i=n(41340),o=n(29909),a=n(51656),s=n(76178),c="String Iterator",l=o.set,u=o.getterFor(c);a(String,"String",(function(e){l(this,{type:c,string:i(e),index:0})}),(function(){var e,t=u(this),n=t.string,i=t.index;return i>=n.length?s(void 0,!0):(e=r(n,i),t.index+=e.length,s(e,!1))}))},15306:(e,t,n)=>{"use strict";var r=n(22104),i=n(46916),o=n(1702),a=n(27007),s=n(47293),c=n(19670),l=n(60614),u=n(68554),f=n(19303),h=n(17466),d=n(41340),p=n(84488),g=n(31530),v=n(58173),m=n(10647),b=n(97651),y=n(5112)("replace"),w=Math.max,_=Math.min,A=o([].concat),j=o([].push),x=o("".indexOf),E=o("".slice),C="$0"==="a".replace(/./,"$0"),O=!!/./[y]&&""===/./[y]("a","$0");a("replace",(function(e,t,n){var o=O?"$":"$0";return[function(e,n){var r=p(this),o=u(e)?void 0:v(e,y);return o?i(o,e,r,n):i(t,d(r),e,n)},function(e,i){var a=c(this),s=d(e);if("string"==typeof i&&-1===x(i,o)&&-1===x(i,"$<")){var u=n(t,a,s,i);if(u.done)return u.value}var p=l(i);p||(i=d(i));var v=a.global;if(v){var y=a.unicode;a.lastIndex=0}for(var C=[];;){var O=b(a,s);if(null===O)break;if(j(C,O),!v)break;""===d(O[0])&&(a.lastIndex=g(s,h(a.lastIndex),y))}for(var S,k="",T=0,R=0;R<C.length;R++){for(var I=d((O=C[R])[0]),L=w(_(f(O.index),s.length),0),$=[],P=1;P<O.length;P++)j($,void 0===(S=O[P])?S:String(S));var N=O.groups;if(p){var D=A([I],$,L,s);void 0!==N&&j(D,N);var F=d(r(i,void 0,D))}else F=m(I,s,L,$,N,i);L>=T&&(k+=E(s,T,L)+F,T=L+I.length)}return k+E(s,T)}]}),!!s((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!C||O)},23157:(e,t,n)=>{"use strict";var r,i=n(82109),o=n(1702),a=n(31236).f,s=n(17466),c=n(41340),l=n(3929),u=n(84488),f=n(84964),h=n(31913),d=o("".startsWith),p=o("".slice),g=Math.min,v=f("startsWith");i({target:"String",proto:!0,forced:!!(h||v||(r=a(String.prototype,"startsWith"),!r||r.writable))&&!v},{startsWith:function(e){var t=c(u(this));l(e);var n=s(g(arguments.length>1?arguments[1]:void 0,t.length)),r=c(e);return d?d(t,r,n):p(t,n,n+r.length)===r}})},4032:(e,t,n)=>{"use strict";var r=n(82109),i=n(17854),o=n(46916),a=n(1702),s=n(31913),c=n(19781),l=n(36293),u=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),w=n(8006),_=n(1156),A=n(25181),j=n(31236),x=n(3070),E=n(36048),C=n(55296),O=n(98052),S=n(72309),k=n(6200),T=n(3501),R=n(69711),I=n(5112),L=n(6061),$=n(26800),P=n(56532),N=n(58003),D=n(29909),F=n(42092).forEach,M=k("hidden"),U="Symbol",B=D.set,G=D.getterFor(U),V=Object.prototype,W=i.Symbol,z=W&&W.prototype,q=i.TypeError,H=i.QObject,X=j.f,K=x.f,Z=_.f,J=C.f,Y=a([].push),Q=S("symbols"),ee=S("op-symbols"),te=S("wks"),ne=!H||!H.prototype||!H.prototype.findChild,re=c&&u((function(){return 7!=b(K({},"a",{get:function(){return K(this,"a",{value:7}).a}})).a}))?function(e,t,n){var r=X(V,t);r&&delete V[t],K(e,t,n),r&&e!==V&&K(V,t,r)}:K,ie=function(e,t){var n=Q[e]=b(z);return B(n,{type:U,tag:e,description:t}),c||(n.description=t),n},oe=function(e,t,n){e===V&&oe(ee,t,n),d(e);var r=g(t);return d(n),f(Q,r)?(n.enumerable?(f(e,M)&&e[M][r]&&(e[M][r]=!1),n=b(n,{enumerable:m(0,!1)})):(f(e,M)||K(e,M,m(1,{})),e[M][r]=!0),re(e,r,n)):K(e,r,n)},ae=function(e,t){d(e);var n=p(t),r=y(n).concat(ue(n));return F(r,(function(t){c&&!o(se,n,t)||oe(e,t,n[t])})),e},se=function(e){var t=g(e),n=o(J,this,t);return!(this===V&&f(Q,t)&&!f(ee,t))&&(!(n||!f(this,t)||!f(Q,t)||f(this,M)&&this[M][t])||n)},ce=function(e,t){var n=p(e),r=g(t);if(n!==V||!f(Q,r)||f(ee,r)){var i=X(n,r);return!i||!f(Q,r)||f(n,M)&&n[M][r]||(i.enumerable=!0),i}},le=function(e){var t=Z(p(e)),n=[];return F(t,(function(e){f(Q,e)||f(T,e)||Y(n,e)})),n},ue=function(e){var t=e===V,n=Z(t?ee:p(e)),r=[];return F(n,(function(e){!f(Q,e)||t&&!f(V,e)||Y(r,Q[e])})),r};l||(O(z=(W=function(){if(h(z,this))throw q("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?v(arguments[0]):void 0,t=R(e),n=function(e){this===V&&o(n,ee,e),f(this,M)&&f(this[M],t)&&(this[M][t]=!1),re(this,t,m(1,e))};return c&&ne&&re(V,t,{configurable:!0,set:n}),ie(t,e)}).prototype,"toString",(function(){return G(this).tag})),O(W,"withoutSetter",(function(e){return ie(R(e),e)})),C.f=se,x.f=oe,E.f=ae,j.f=ce,w.f=_.f=le,A.f=ue,L.f=function(e){return ie(I(e),e)},c&&(K(z,"description",{configurable:!0,get:function(){return G(this).description}}),s||O(V,"propertyIsEnumerable",se,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!l,sham:!l},{Symbol:W}),F(y(te),(function(e){$(e)})),r({target:U,stat:!0,forced:!l},{useSetter:function(){ne=!0},useSimple:function(){ne=!1}}),r({target:"Object",stat:!0,forced:!l,sham:!c},{create:function(e,t){return void 0===t?b(e):ae(b(e),t)},defineProperty:oe,defineProperties:ae,getOwnPropertyDescriptor:ce}),r({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:le}),P(),N(W,U),T[M]=!0},41817:(e,t,n)=>{"use strict";var r=n(82109),i=n(19781),o=n(17854),a=n(1702),s=n(92597),c=n(60614),l=n(47976),u=n(41340),f=n(3070).f,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 e=arguments.length<1||void 0===arguments[0]?void 0:u(arguments[0]),t=l(p,this)?new d(e):void 0===e?d():d(e);return""===e&&(g[t]=!0),t};h(v,d),v.prototype=p,p.constructor=v;var m="Symbol(test)"==String(d("test")),b=a(p.valueOf),y=a(p.toString),w=/^Symbol\((.*)\)[^)]+$/,_=a("".replace),A=a("".slice);f(p,"description",{configurable:!0,get:function(){var e=b(this);if(s(g,e))return"";var t=y(e),n=m?A(t,7,-1):_(t,w,"$1");return""===n?void 0:n}}),r({global:!0,constructor:!0,forced:!0},{Symbol:v})}},40763:(e,t,n)=>{var r=n(82109),i=n(35005),o=n(92597),a=n(41340),s=n(72309),c=n(2015),l=s("string-to-symbol-registry"),u=s("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{for:function(e){var t=a(e);if(o(l,t))return l[t];var n=i("Symbol")(t);return l[t]=n,u[n]=t,n}})},32165:(e,t,n)=>{n(26800)("iterator")},82526:(e,t,n)=>{n(4032),n(40763),n(26620),n(38862),n(29660)},26620:(e,t,n)=>{var r=n(82109),i=n(92597),o=n(52190),a=n(66330),s=n(72309),c=n(2015),l=s("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{keyFor:function(e){if(!o(e))throw TypeError(a(e)+" is not a symbol");if(i(l,e))return l[e]}})},96649:(e,t,n)=>{var r=n(26800),i=n(56532);r("toPrimitive"),i()},33948:(e,t,n)=>{var r=n(17854),i=n(48324),o=n(98509),a=n(66992),s=n(68880),c=n(5112),l=c("iterator"),u=c("toStringTag"),f=a.values,h=function(e,t){if(e){if(e[l]!==f)try{s(e,l,f)}catch(t){e[l]=f}if(e[u]||s(e,u,t),i[t])for(var n in a)if(e[n]!==a[n])try{s(e,n,a[n])}catch(t){e[n]=a[n]}}};for(var d in i)h(r[d]&&r[d].prototype,d);h(o,"DOMTokenList")},38506:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(87537),i=n.n(r),o=n(23645),a=n.n(o)()(i());a.push([e.id,".placeholder-main[data-v-5a5c7130]{max-width:670px;position:relative;margin-bottom:auto;z-index:1}.placeholder-main-text[data-v-5a5c7130]{margin:50px auto 0;width:100%}#rich-workspace .placeholder-main-text[data-v-5a5c7130]{margin:40px 0 0}.placeholder-list[data-v-5a5c7130]{position:absolute;transform:translateZ(0)}.placeholder-list-regular[data-v-5a5c7130]{animation:pulse-5a5c7130 2s;animation-iteration-count:infinite;animation-timing-function:linear}.placeholder-list-reverse[data-v-5a5c7130]{animation:pulse-reverse-5a5c7130 2s;animation-iteration-count:infinite;animation-timing-function:linear}.placeholder-gradient[data-v-5a5c7130]{position:fixed;height:0;width:0;z-index:-1}.text-placeholder[data-v-5a5c7130]{width:min(670px,100vw);height:6em;margin:8px auto;padding:4px 8px 0 14px;display:block}.text-placeholder-line-one[data-v-5a5c7130],.text-placeholder-line-two[data-v-5a5c7130],.text-placeholder-line-three[data-v-5a5c7130],.text-placeholder-line-four[data-v-5a5c7130]{width:670px;height:1em}.text-placeholder-line-one[data-v-5a5c7130]{y:.33em;width:175px}.text-placeholder-line-two[data-v-5a5c7130]{y:1.66em}.text-placeholder-line-three[data-v-5a5c7130]{y:3em}.text-placeholder-line-four[data-v-5a5c7130]{y:4.33em}@keyframes pulse-5a5c7130{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes pulse-reverse-5a5c7130{0%{opacity:0}50%{opacity:1}100%{opacity:0}}","",{version:3,sources:["webpack://./src/components/SkeletonLoading.vue"],names:[],mappings:"AAIA,mCACC,eAHyB,CAIzB,iBAAA,CACA,kBAAA,CACA,SAAA,CAEA,wCACC,kBAAA,CACA,UAAA,CAIF,wDACC,eAAA,CAGD,mCACC,iBAAA,CACA,uBAAA,CAGD,2CACC,2BAAA,CACA,kCAAA,CACA,gCAAA,CAGD,2CACC,mCAAA,CACA,kCAAA,CACA,gCAAA,CAGD,uCACC,cAAA,CACA,QAAA,CACA,OAAA,CACA,UAAA,CAGD,mCACC,sBAAA,CACA,UAAA,CACA,eAAA,CACA,sBAAA,CACA,aAAA,CAEA,mLAIC,WAAA,CACA,UAAA,CAGD,4CACC,OAAA,CACA,WAAA,CAGD,4CACC,QAAA,CAGD,8CACC,KAAA,CAGD,6CACC,QAAA,CAIF,0BACC,GACC,SAAA,CAED,IACC,SAAA,CAED,KACC,SAAA,CAAA,CAIF,kCACC,GACC,SAAA,CAED,IACC,SAAA,CAED,KACC,SAAA,CAAA",sourcesContent:["\n$margin: 8px;\n$messages-list-max-width: 670px;\n\n.placeholder-main {\n\tmax-width: $messages-list-max-width;\n\tposition: relative;\n\tmargin-bottom: auto;\n\tz-index: 1;\n\n\t&-text {\n\t\tmargin: 50px auto 0;\n\t\twidth: 100%;\n\t}\n}\n\n#rich-workspace .placeholder-main-text {\n\tmargin: 40px 0 0;\n}\n\n.placeholder-list {\n\tposition: absolute;\n\ttransform: translateZ(0);\n}\n\n.placeholder-list-regular {\n\tanimation: pulse 2s;\n\tanimation-iteration-count: infinite;\n\tanimation-timing-function: linear;\n}\n\n.placeholder-list-reverse {\n\tanimation: pulse-reverse 2s;\n\tanimation-iteration-count: infinite;\n\tanimation-timing-function: linear;\n}\n\n.placeholder-gradient {\n\tposition: fixed;\n\theight: 0;\n\twidth: 0;\n\tz-index: -1;\n}\n\n.text-placeholder {\n\twidth: min($messages-list-max-width, 100vw);\n\theight: 6em;\n\tmargin: $margin auto;\n\tpadding: 4px 8px 0 14px;\n\tdisplay: block;\n\n\t&-line-one,\n\t&-line-two,\n\t&-line-three,\n\t&-line-four {\n\t\twidth: 670px;\n\t\theight: 1em;\n\t}\n\n\t&-line-one {\n\t\ty: 0.33em;\n\t\twidth: 175px;\n\t}\n\n\t&-line-two {\n\t\ty: 1.66em;\n\t}\n\n\t&-line-three {\n\t\ty: 3em;\n\t}\n\n\t&-line-four {\n\t\ty: 4.33em;\n\t}\n}\n\n@keyframes pulse {\n\t0% {\n\t\topacity: 1;\n\t}\n\t50% {\n\t\topacity: 0;\n\t}\n\t100% {\n\t\topacity: 1;\n\t}\n}\n\n@keyframes pulse-reverse {\n\t0% {\n\t\topacity: 0;\n\t}\n\t50% {\n\t\topacity: 1;\n\t}\n\t100% {\n\t\topacity: 0;\n\t}\n}\n\n"],sourceRoot:""}]);const s=a},28120:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(87537),i=n.n(r),o=n(23645),a=n.n(o)()(i());a.push([e.id,'#rich-workspace[data-v-5f66ab70]{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-5f66ab70]{min-height:100px}#rich-workspace[data-v-5f66ab70]:only-child{margin-bottom:0}.empty-workspace[data-v-5f66ab70]{cursor:pointer;display:block;padding-top:43px;color:var(--color-text-maxcontrast)}#rich-workspace[data-v-5f66ab70] div[contenteditable=false]{width:100%;padding:0px;background-color:var(--color-main-background);opacity:1;border:none}#rich-workspace[data-v-5f66ab70] .text-editor{height:100%;position:unset !important;top:auto !important}#rich-workspace[data-v-5f66ab70] .text-editor__wrapper{position:unset !important;overflow:visible}#rich-workspace[data-v-5f66ab70] .text-editor__main{overflow:visible !important}#rich-workspace[data-v-5f66ab70] .content-wrapper{overflow:scroll !important;max-height:calc(40vh - 50px);padding-left:10px;padding-bottom:10px}#rich-workspace[data-v-5f66ab70] .text-editor__wrapper .ProseMirror{padding:0px;margin:0}#rich-workspace[data-v-5f66ab70] .editor__content{margin:0}#rich-workspace.focus[data-v-5f66ab70]{max-height:50vh}#rich-workspace[data-v-5f66ab70]:not(.focus){max-height:30vh;position:relative;overflow:hidden}#rich-workspace[data-v-5f66ab70]:not(.focus):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-5f66ab70]:not(.focus):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-5f66ab70]:not(.focus){max-height:30vh}}',"",{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,+DACC,UAAA,CACA,iBAAA,CACA,SAAA,CACA,QAAA,CACA,MAAA,CACA,mBAAA,CACA,iGAAA,CACA,UAAA,CACA,UAAA,CAGD,wDACC,2FAAA,CAGD,2CACC,6CACC,eAAA,CAAA",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(.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):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"],sourceRoot:""}]);const s=a},23645:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,i,o){"string"==typeof e&&(e=[[null,e,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 l=0;l<e.length;l++){var u=[].concat(e[l]);r&&a[u[0]]||(void 0!==o&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=o),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),i&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=i):u[4]="".concat(i)),t.push(u))}},t}},87537:e=>{"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),o="/*# ".concat(i," */"),a=n.sources.map((function(e){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(e," */")}));return[t].concat(a).concat([o]).join("\n")}return[t].join("\n")}},20296:e=>{function t(e,t,n){var r,i,o,a,s;function c(){var l=Date.now()-a;l<t&&l>=0?r=setTimeout(c,t-l):(r=null,n||(s=e.apply(o,i),o=i=null))}null==t&&(t=100);var l=function(){o=this,i=arguments,a=Date.now();var l=n&&!r;return r||(r=setTimeout(c,t)),l&&(s=e.apply(o,i),o=i=null),s};return l.clear=function(){r&&(clearTimeout(r),r=null)},l.flush=function(){r&&(s=e.apply(o,i),o=i=null,clearTimeout(r),r=null)},l}t.debounce=t,e.exports=t},34155:e=>{var t,n,r=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===i||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:i}catch(e){t=i}try{n="function"==typeof clearTimeout?clearTimeout:o}catch(e){n=o}}();var s,c=[],l=!1,u=-1;function f(){l&&s&&(l=!1,s.length?c=s.concat(c):u=-1,c.length&&h())}function h(){if(!l){var e=a(f);l=!0;for(var t=c.length;t;){for(s=c,c=[];++u<t;)s&&s[u].run();u=-1,t=c.length}s=null,l=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===o||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.call(this,e)}}}(e)}}function d(e,t){this.fun=e,this.array=t}function p(){}r.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new d(e,t)),1!==c.length||l||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(e){return[]},r.binding=function(e){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(e){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},93379:e=>{"use strict";var t=[];function n(e){for(var n=-1,r=0;r<t.length;r++)if(t[r].identifier===e){n=r;break}return n}function r(e,r){for(var o={},a=[],s=0;s<e.length;s++){var c=e[s],l=r.base?c[0]+r.base:c[0],u=o[l]||0,f="".concat(l," ").concat(u);o[l]=u+1;var h=n(f),d={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==h)t[h].references++,t[h].updater(d);else{var p=i(d,r);r.byIndex=s,t.splice(s,0,{identifier:f,updater:p,references:1})}a.push(f)}return a}function i(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,i){var o=r(e=e||[],i=i||{});return function(e){e=e||[];for(var a=0;a<o.length;a++){var s=n(o[a]);t[s].references--}for(var c=r(e,i),l=0;l<o.length;l++){var u=n(o[l]);0===t[u].references&&(t[u].updater(),t.splice(u,1))}o=c}}},90569:e=>{"use strict";var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);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:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},3565:(e,t,n)=>{"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},7795:e=>{"use strict";e.exports=function(e){var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,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))))," */")),t.styleTagTransform(r,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},44589:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},6842:(e,t,n)=>{"use strict";n.d(t,{Z:()=>_});const r=window.getComputedStyle(document.body),i=r.getPropertyValue("--color-placeholder-dark"),o=r.getPropertyValue("--color-placeholder-light"),a={name:"SkeletonLoading",props:{count:{type:Number,default:5}},setup:()=>({colorPlaceholderDark:i,colorPlaceholderLight:o}),computed:{textPlaceholderData(){const e=[];for(let t=0;t<4;t++)e.push("width: "+(Math.floor(50*Math.random())+60)+"%");return e}}};var s=n(93379),c=n.n(s),l=n(7795),u=n.n(l),f=n(90569),h=n.n(f),d=n(3565),p=n.n(d),g=n(19216),v=n.n(g),m=n(44589),b=n.n(m),y=n(38506),w={};w.styleTagTransform=b(),w.setAttributes=p(),w.insert=h().bind(null,"head"),w.domAPI=u(),w.insertStyleElement=v();c()(y.Z,w);y.Z&&y.Z.locals&&y.Z.locals;const _=(0,n(51900).Z)(a,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"placeholder-main placeholder-main-text"},[e._l(["-regular","-reverse"],(function(n,r){return[t("svg",{key:"gradient"+n,class:"placeholder-gradient placeholder-gradient"+n},[t("defs",[t("linearGradient",{attrs:{id:"placeholder-gradient"+n}},[t("stop",{attrs:{offset:"0%","stop-color":0===r?e.colorPlaceholderLight:e.colorPlaceholderDark}}),e._v(" "),t("stop",{attrs:{offset:"100%","stop-color":0===r?e.colorPlaceholderDark:e.colorPlaceholderLight}})],1)],1)]),e._v(" "),t("ul",{key:"list"+n,class:"placeholder-list placeholder-list"+n},e._l(e.count,(function(r){return t("li",{key:"placeholder"+n+r},[t("svg",{staticClass:"text-placeholder",attrs:{xmlns:"http://www.w3.org/2000/svg",fill:"url(#placeholder-gradient"+n+")"}},[t("rect",{staticClass:"text-placeholder-line-one",style:e.textPlaceholderData[0]}),e._v(" "),t("rect",{staticClass:"text-placeholder-line-two",style:e.textPlaceholderData[1]}),e._v(" "),t("rect",{staticClass:"text-placeholder-line-three",style:e.textPlaceholderData[2]}),e._v(" "),t("rect",{staticClass:"text-placeholder-line-four",style:e.textPlaceholderData[3]})])])})),0)]}))],2)}),[],!1,null,"5a5c7130",null).exports},51900:(e,t,n)=>{"use strict";function r(e,t,n,r,i,o,a,s){var c,l="function"==typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(c=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=c):i&&(c=s?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(e,t){return c.call(t),u(e,t)}}else{var f=l.beforeCreate;l.beforeCreate=f?[].concat(f,c):[c]}return{exports:e,options:l}}n.d(t,{Z:()=>r})},20144:(e,t,n)=>{"use strict";n.r(t),n.d(t,{EffectScope:()=>wt,computed:()=>ct,customRef:()=>tt,default:()=>ii,defineAsyncComponent:()=>$n,defineComponent:()=>Zn,del:()=>Pe,effectScope:()=>_t,getCurrentInstance:()=>he,getCurrentScope:()=>At,h:()=>mn,inject:()=>Ct,isProxy:()=>Ve,isReactive:()=>Ue,isReadonly:()=>Ge,isRef:()=>He,isShallow:()=>Be,markRaw:()=>ze,mergeDefaults:()=>fn,nextTick:()=>Rn,onActivated:()=>Gn,onBeforeMount:()=>Nn,onBeforeUnmount:()=>Un,onBeforeUpdate:()=>Fn,onDeactivated:()=>Vn,onErrorCaptured:()=>Xn,onMounted:()=>Dn,onRenderTracked:()=>zn,onRenderTriggered:()=>qn,onScopeDispose:()=>jt,onServerPrefetch:()=>Wn,onUnmounted:()=>Bn,onUpdated:()=>Mn,provide:()=>xt,proxyRefs:()=>Qe,reactive:()=>De,readonly:()=>it,ref:()=>Xe,set:()=>$e,shallowReactive:()=>Fe,shallowReadonly:()=>st,shallowRef:()=>Ke,toRaw:()=>We,toRef:()=>rt,toRefs:()=>nt,triggerRef:()=>Je,unref:()=>Ye,useAttrs:()=>cn,useCssModule:()=>In,useCssVars:()=>Ln,useListeners:()=>ln,useSlots:()=>sn,version:()=>Kn,watch:()=>bt,watchEffect:()=>dt,watchPostEffect:()=>pt,watchSyncEffect:()=>gt});var r=Object.freeze({}),i=Array.isArray;function o(e){return null==e}function a(e){return null!=e}function s(e){return!0===e}function c(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function l(e){return"function"==typeof e}function u(e){return null!==e&&"object"==typeof e}var f=Object.prototype.toString;function h(e){return"[object Object]"===f.call(e)}function d(e){return"[object RegExp]"===f.call(e)}function p(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function g(e){return a(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function v(e){return null==e?"":Array.isArray(e)||h(e)&&e.toString===f?JSON.stringify(e,null,2):String(e)}function m(e){var t=parseFloat(e);return isNaN(t)?e:t}function b(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}b("slot,component",!0);var y=b("key,ref,slot,slot-scope,is");function w(e,t){var n=e.length;if(n){if(t===e[n-1])return void(e.length=n-1);var r=e.indexOf(t);if(r>-1)return e.splice(r,1)}}var _=Object.prototype.hasOwnProperty;function A(e,t){return _.call(e,t)}function j(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var x=/-(\w)/g,E=j((function(e){return e.replace(x,(function(e,t){return t?t.toUpperCase():""}))})),C=j((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),O=/\B([A-Z])/g,S=j((function(e){return e.replace(O,"-$1").toLowerCase()}));var k=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function T(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function R(e,t){for(var n in t)e[n]=t[n];return e}function I(e){for(var t={},n=0;n<e.length;n++)e[n]&&R(t,e[n]);return t}function L(e,t,n){}var $=function(e,t,n){return!1},P=function(e){return e};function N(e,t){if(e===t)return!0;var n=u(e),r=u(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Array.isArray(e),o=Array.isArray(t);if(i&&o)return e.length===t.length&&e.every((function(e,n){return N(e,t[n])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(i||o)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every((function(n){return N(e[n],t[n])}))}catch(e){return!1}}function D(e,t){for(var n=0;n<e.length;n++)if(N(e[n],t))return n;return-1}function F(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function M(e,t){return e===t?0===e&&1/e!=1/t:e==e||t==t}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:P,mustUseProp:$,async:!0,_lifecycleHooks:G},W=/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 z(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function q(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var H=new RegExp("[^".concat(W.source,".$_\\d]"));var X="__proto__"in{},K="undefined"!=typeof window,Z=K&&window.navigator.userAgent.toLowerCase(),J=Z&&/msie|trident/.test(Z),Y=Z&&Z.indexOf("msie 9.0")>0,Q=Z&&Z.indexOf("edge/")>0;Z&&Z.indexOf("android");var ee=Z&&/iphone|ipad|ipod|ios/.test(Z);Z&&/chrome\/\d+/.test(Z),Z&&/phantomjs/.test(Z);var te,ne=Z&&Z.match(/firefox\/(\d+)/),re={}.watch,ie=!1;if(K)try{var oe={};Object.defineProperty(oe,"passive",{get:function(){ie=!0}}),window.addEventListener("test-passive",null,oe)}catch(e){}var ae=function(){return void 0===te&&(te=!K&&void 0!==n.g&&(n.g.process&&"server"===n.g.process.env.VUE_ENV)),te},se=K&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ce(e){return"function"==typeof e&&/native code/.test(e.toString())}var le,ue="undefined"!=typeof Symbol&&ce(Symbol)&&"undefined"!=typeof Reflect&&ce(Reflect.ownKeys);le="undefined"!=typeof Set&&ce(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var fe=null;function he(){return fe&&{proxy:fe}}function de(e){void 0===e&&(e=null),e||fe&&fe._scope.off(),fe=e,e&&e._scope.on()}var pe=function(){function e(e,t,n,r,i,o,a,s){this.tag=e,this.data=t,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=t&&t.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),ge=function(e){void 0===e&&(e="");var t=new pe;return t.text=e,t.isComment=!0,t};function ve(e){return new pe(void 0,void 0,void 0,String(e))}function me(e){var t=new pe(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var be=0,ye=[],we=function(){function e(){this._pending=!1,this.id=be++,this.subs=[]}return e.prototype.addSub=function(e){this.subs.push(e)},e.prototype.removeSub=function(e){this.subs[this.subs.indexOf(e)]=null,this._pending||(this._pending=!0,ye.push(this))},e.prototype.depend=function(t){e.target&&e.target.addDep(this)},e.prototype.notify=function(e){var t=this.subs.filter((function(e){return e}));for(var n=0,r=t.length;n<r;n++){0,t[n].update()}},e}();we.target=null;var _e=[];function Ae(e){_e.push(e),we.target=e}function je(){_e.pop(),we.target=_e[_e.length-1]}var xe=Array.prototype,Ee=Object.create(xe);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(e){var t=xe[e];q(Ee,e,(function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i,o=t.apply(this,n),a=this.__ob__;switch(e){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&a.observeArray(i),a.dep.notify(),o}))}));var Ce=Object.getOwnPropertyNames(Ee),Oe={},Se=!0;function ke(e){Se=e}var Te={notify:L,depend:L,addSub:L,removeSub:L},Re=function(){function e(e,t,n){if(void 0===t&&(t=!1),void 0===n&&(n=!1),this.value=e,this.shallow=t,this.mock=n,this.dep=n?Te:new we,this.vmCount=0,q(e,"__ob__",this),i(e)){if(!n)if(X)e.__proto__=Ee;else for(var r=0,o=Ce.length;r<o;r++){q(e,s=Ce[r],Ee[s])}t||this.observeArray(e)}else{var a=Object.keys(e);for(r=0;r<a.length;r++){var s;Le(e,s=a[r],Oe,void 0,t,n)}}}return e.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)Ie(e[t],!1,this.mock)},e}();function Ie(e,t,n){return e&&A(e,"__ob__")&&e.__ob__ instanceof Re?e.__ob__:!Se||!n&&ae()||!i(e)&&!h(e)||!Object.isExtensible(e)||e.__v_skip||He(e)||e instanceof pe?void 0:new Re(e,t,n)}function Le(e,t,n,r,o,a){var s=new we,c=Object.getOwnPropertyDescriptor(e,t);if(!c||!1!==c.configurable){var l=c&&c.get,u=c&&c.set;l&&!u||n!==Oe&&2!==arguments.length||(n=e[t]);var f=!o&&Ie(n,!1,a);return Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=l?l.call(e):n;return we.target&&(s.depend(),f&&(f.dep.depend(),i(t)&&Ne(t))),He(t)&&!o?t.value:t},set:function(t){var r=l?l.call(e):n;if(M(r,t)){if(u)u.call(e,t);else{if(l)return;if(!o&&He(r)&&!He(t))return void(r.value=t);n=t}f=!o&&Ie(t,!1,a),s.notify()}}}),s}}function $e(e,t,n){if(!Ge(e)){var r=e.__ob__;return i(e)&&p(t)?(e.length=Math.max(e.length,t),e.splice(t,1,n),r&&!r.shallow&&r.mock&&Ie(n,!1,!0),n):t in e&&!(t in Object.prototype)?(e[t]=n,n):e._isVue||r&&r.vmCount?n:r?(Le(r.value,t,n,void 0,r.shallow,r.mock),r.dep.notify(),n):(e[t]=n,n)}}function Pe(e,t){if(i(e)&&p(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||Ge(e)||A(e,t)&&(delete e[t],n&&n.dep.notify())}}function Ne(e){for(var t=void 0,n=0,r=e.length;n<r;n++)(t=e[n])&&t.__ob__&&t.__ob__.dep.depend(),i(t)&&Ne(t)}function De(e){return Me(e,!1),e}function Fe(e){return Me(e,!0),q(e,"__v_isShallow",!0),e}function Me(e,t){if(!Ge(e)){Ie(e,t,ae());0}}function Ue(e){return Ge(e)?Ue(e.__v_raw):!(!e||!e.__ob__)}function Be(e){return!(!e||!e.__v_isShallow)}function Ge(e){return!(!e||!e.__v_isReadonly)}function Ve(e){return Ue(e)||Ge(e)}function We(e){var t=e&&e.__v_raw;return t?We(t):e}function ze(e){return Object.isExtensible(e)&&q(e,"__v_skip",!0),e}var qe="__v_isRef";function He(e){return!(!e||!0!==e.__v_isRef)}function Xe(e){return Ze(e,!1)}function Ke(e){return Ze(e,!0)}function Ze(e,t){if(He(e))return e;var n={};return q(n,qe,!0),q(n,"__v_isShallow",t),q(n,"dep",Le(n,"value",e,null,t,ae())),n}function Je(e){e.dep&&e.dep.notify()}function Ye(e){return He(e)?e.value:e}function Qe(e){if(Ue(e))return e;for(var t={},n=Object.keys(e),r=0;r<n.length;r++)et(t,e,n[r]);return t}function et(e,t,n){Object.defineProperty(e,n,{enumerable:!0,configurable:!0,get:function(){var e=t[n];if(He(e))return e.value;var r=e&&e.__ob__;return r&&r.dep.depend(),e},set:function(e){var r=t[n];He(r)&&!He(e)?r.value=e:t[n]=e}})}function tt(e){var t=new we,n=e((function(){t.depend()}),(function(){t.notify()})),r=n.get,i=n.set,o={get value(){return r()},set value(e){i(e)}};return q(o,qe,!0),o}function nt(e){var t=i(e)?new Array(e.length):{};for(var n in e)t[n]=rt(e,n);return t}function rt(e,t,n){var r=e[t];if(He(r))return r;var i={get value(){var r=e[t];return void 0===r?n:r},set value(n){e[t]=n}};return q(i,qe,!0),i}function it(e){return ot(e,!1)}function ot(e,t){if(!h(e))return e;if(Ge(e))return e;var n=t?"__v_rawToShallowReadonly":"__v_rawToReadonly",r=e[n];if(r)return r;var i=Object.create(Object.getPrototypeOf(e));q(e,n,i),q(i,"__v_isReadonly",!0),q(i,"__v_raw",e),He(e)&&q(i,qe,!0),(t||Be(e))&&q(i,"__v_isShallow",!0);for(var o=Object.keys(e),a=0;a<o.length;a++)at(i,e,o[a],t);return i}function at(e,t,n,r){Object.defineProperty(e,n,{enumerable:!0,configurable:!0,get:function(){var e=t[n];return r||!h(e)?e:it(e)},set:function(){}})}function st(e){return ot(e,!0)}function ct(e,t){var n,r,i=l(e);i?(n=e,r=L):(n=e.get,r=e.set);var o=ae()?null:new nr(fe,n,L,{lazy:!0});var a={effect:o,get value(){return o?(o.dirty&&o.evaluate(),we.target&&o.depend(),o.value):n()},set value(e){r(e)}};return q(a,qe,!0),q(a,"__v_isReadonly",i),a}var lt="watcher",ut="".concat(lt," callback"),ft="".concat(lt," getter"),ht="".concat(lt," cleanup");function dt(e,t){return yt(e,null,t)}function pt(e,t){return yt(e,null,{flush:"post"})}function gt(e,t){return yt(e,null,{flush:"sync"})}var vt,mt={};function bt(e,t,n){return yt(e,t,n)}function yt(e,t,n){var o=void 0===n?r:n,a=o.immediate,s=o.deep,c=o.flush,u=void 0===c?"pre":c;o.onTrack,o.onTrigger;var f,h,d=fe,p=function(e,t,n){return void 0===n&&(n=null),yn(e,null,n,d,t)},g=!1,v=!1;if(He(e)?(f=function(){return e.value},g=Be(e)):Ue(e)?(f=function(){return e.__ob__.dep.depend(),e},s=!0):i(e)?(v=!0,g=e.some((function(e){return Ue(e)||Be(e)})),f=function(){return e.map((function(e){return He(e)?e.value:Ue(e)?Yn(e):l(e)?p(e,ft):void 0}))}):f=l(e)?t?function(){return p(e,ft)}:function(){if(!d||!d._isDestroyed)return h&&h(),p(e,lt,[b])}:L,t&&s){var m=f;f=function(){return Yn(m())}}var b=function(e){h=y.onStop=function(){p(e,ht)}};if(ae())return b=L,t?a&&p(t,ut,[f(),v?[]:void 0,b]):f(),L;var y=new nr(fe,f,L,{lazy:!0});y.noRecurse=!t;var w=v?[]:mt;return y.run=function(){if(y.active)if(t){var e=y.get();(s||g||(v?e.some((function(e,t){return M(e,w[t])})):M(e,w)))&&(h&&h(),p(t,ut,[e,w===mt?void 0:w,b]),w=e)}else y.get()},"sync"===u?y.update=y.run:"post"===u?(y.post=!0,y.update=function(){return xr(y)}):y.update=function(){if(d&&d===fe&&!d._isMounted){var e=d._preWatchers||(d._preWatchers=[]);e.indexOf(y)<0&&e.push(y)}else xr(y)},t?a?y.run():w=y.get():"post"===u&&d?d.$once("hook:mounted",(function(){return y.get()})):y.get(),function(){y.teardown()}}var wt=function(){function e(e){void 0===e&&(e=!1),this.detached=e,this.active=!0,this.effects=[],this.cleanups=[],this.parent=vt,!e&&vt&&(this.index=(vt.scopes||(vt.scopes=[])).push(this)-1)}return e.prototype.run=function(e){if(this.active){var t=vt;try{return vt=this,e()}finally{vt=t}}else 0},e.prototype.on=function(){vt=this},e.prototype.off=function(){vt=this.parent},e.prototype.stop=function(e){if(this.active){var t=void 0,n=void 0;for(t=0,n=this.effects.length;t<n;t++)this.effects[t].teardown();for(t=0,n=this.cleanups.length;t<n;t++)this.cleanups[t]();if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].stop(!0);if(!this.detached&&this.parent&&!e){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}},e}();function _t(e){return new wt(e)}function At(){return vt}function jt(e){vt&&vt.cleanups.push(e)}function xt(e,t){fe&&(Et(fe)[e]=t)}function Et(e){var t=e._provided,n=e.$parent&&e.$parent._provided;return n===t?e._provided=Object.create(n):t}function Ct(e,t,n){void 0===n&&(n=!1);var r=fe;if(r){var i=r.$parent&&r.$parent._provided;if(i&&e in i)return i[e];if(arguments.length>1)return n&&l(t)?t.call(r):t}else 0}var Ot=j((function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}}));function St(e,t){function n(){var e=n.fns;if(!i(e))return yn(e,null,arguments,t,"v-on handler");for(var r=e.slice(),o=0;o<r.length;o++)yn(r[o],null,arguments,t,"v-on handler")}return n.fns=e,n}function kt(e,t,n,r,i,a){var c,l,u,f;for(c in e)l=e[c],u=t[c],f=Ot(c),o(l)||(o(u)?(o(l.fns)&&(l=e[c]=St(l,a)),s(f.once)&&(l=e[c]=i(f.name,l,f.capture)),n(f.name,l,f.capture,f.passive,f.params)):l!==u&&(u.fns=l,e[c]=u));for(c in t)o(e[c])&&r((f=Ot(c)).name,t[c],f.capture)}function Tt(e,t,n){var r;e instanceof pe&&(e=e.data.hook||(e.data.hook={}));var i=e[t];function c(){n.apply(this,arguments),w(r.fns,c)}o(i)?r=St([c]):a(i.fns)&&s(i.merged)?(r=i).fns.push(c):r=St([i,c]),r.merged=!0,e[t]=r}function Rt(e,t,n,r,i){if(a(t)){if(A(t,n))return e[n]=t[n],i||delete t[n],!0;if(A(t,r))return e[n]=t[r],i||delete t[r],!0}return!1}function It(e){return c(e)?[ve(e)]:i(e)?$t(e):void 0}function Lt(e){return a(e)&&a(e.text)&&!1===e.isComment}function $t(e,t){var n,r,l,u,f=[];for(n=0;n<e.length;n++)o(r=e[n])||"boolean"==typeof r||(u=f[l=f.length-1],i(r)?r.length>0&&(Lt((r=$t(r,"".concat(t||"","_").concat(n)))[0])&&Lt(u)&&(f[l]=ve(u.text+r[0].text),r.shift()),f.push.apply(f,r)):c(r)?Lt(u)?f[l]=ve(u.text+r):""!==r&&f.push(ve(r)):Lt(r)&&Lt(u)?f[l]=ve(u.text+r.text):(s(e._isVList)&&a(r.tag)&&o(r.key)&&a(t)&&(r.key="__vlist".concat(t,"_").concat(n,"__")),f.push(r)));return f}function Pt(e,t){var n,r,o,s,c=null;if(i(e)||"string"==typeof e)for(c=new Array(e.length),n=0,r=e.length;n<r;n++)c[n]=t(e[n],n);else if("number"==typeof e)for(c=new Array(e),n=0;n<e;n++)c[n]=t(n+1,n);else if(u(e))if(ue&&e[Symbol.iterator]){c=[];for(var l=e[Symbol.iterator](),f=l.next();!f.done;)c.push(t(f.value,c.length)),f=l.next()}else for(o=Object.keys(e),c=new Array(o.length),n=0,r=o.length;n<r;n++)s=o[n],c[n]=t(e[s],s,n);return a(c)||(c=[]),c._isVList=!0,c}function Nt(e,t,n,r){var i,o=this.$scopedSlots[e];o?(n=n||{},r&&(n=R(R({},r),n)),i=o(n)||(l(t)?t():t)):i=this.$slots[e]||(l(t)?t():t);var a=n&&n.slot;return a?this.$createElement("template",{slot:a},i):i}function Dt(e){return Gr(this.$options,"filters",e,!0)||P}function Ft(e,t){return i(e)?-1===e.indexOf(t):e!==t}function Mt(e,t,n,r,i){var o=V.keyCodes[t]||n;return i&&r&&!V.keyCodes[t]?Ft(i,r):o?Ft(o,e):r?S(r)!==t:void 0===e}function Ut(e,t,n,r,o){if(n)if(u(n)){i(n)&&(n=I(n));var a=void 0,s=function(i){if("class"===i||"style"===i||y(i))a=e;else{var s=e.attrs&&e.attrs.type;a=r||V.mustUseProp(t,s,i)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var c=E(i),l=S(i);c in a||l in a||(a[i]=n[i],o&&((e.on||(e.on={}))["update:".concat(i)]=function(e){n[i]=e}))};for(var c in n)s(c)}else;return e}function Bt(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t||Vt(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,this._c,this),"__static__".concat(e),!1),r}function Gt(e,t,n){return Vt(e,"__once__".concat(t).concat(n?"_".concat(n):""),!0),e}function Vt(e,t,n){if(i(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&Wt(e[r],"".concat(t,"_").concat(r),n);else Wt(e,t,n)}function Wt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function zt(e,t){if(t)if(h(t)){var n=e.on=e.on?R({},e.on):{};for(var r in t){var i=n[r],o=t[r];n[r]=i?[].concat(i,o):o}}else;return e}function qt(e,t,n,r){t=t||{$stable:!n};for(var o=0;o<e.length;o++){var a=e[o];i(a)?qt(a,t,n):a&&(a.proxy&&(a.fn.proxy=!0),t[a.key]=a.fn)}return r&&(t.$key=r),t}function Ht(e,t){for(var n=0;n<t.length;n+=2){var r=t[n];"string"==typeof r&&r&&(e[t[n]]=t[n+1])}return e}function Xt(e,t){return"string"==typeof e?t+e:e}function Kt(e){e._o=Gt,e._n=m,e._s=v,e._l=Pt,e._t=Nt,e._q=N,e._i=D,e._m=Bt,e._f=Dt,e._k=Mt,e._b=Ut,e._v=ve,e._e=ge,e._u=qt,e._g=zt,e._d=Ht,e._p=Xt}function Zt(e,t){if(!e||!e.length)return{};for(var n={},r=0,i=e.length;r<i;r++){var o=e[r],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==t&&o.fnContext!==t||!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 l in n)n[l].every(Jt)&&delete n[l];return n}function Jt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function Yt(e){return e.isComment&&e.asyncFactory}function Qt(e,t,n,i){var o,a=Object.keys(n).length>0,s=t?!!t.$stable:!a,c=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(s&&i&&i!==r&&c===i.$key&&!a&&!i.$hasNormal)return i;for(var l in o={},t)t[l]&&"$"!==l[0]&&(o[l]=en(e,n,l,t[l]))}else o={};for(var u in n)u in o||(o[u]=tn(n,u));return t&&Object.isExtensible(t)&&(t._normalized=o),q(o,"$stable",s),q(o,"$key",c),q(o,"$hasNormal",a),o}function en(e,t,n,r){var o=function(){var t=fe;de(e);var n=arguments.length?r.apply(null,arguments):r({}),o=(n=n&&"object"==typeof n&&!i(n)?[n]:It(n))&&n[0];return de(t),n&&(!o||1===n.length&&o.isComment&&!Yt(o))?void 0:n};return r.proxy&&Object.defineProperty(t,n,{get:o,enumerable:!0,configurable:!0}),o}function tn(e,t){return function(){return e[t]}}function nn(e){return{get attrs(){if(!e._attrsProxy){var t=e._attrsProxy={};q(t,"_v_attr_proxy",!0),rn(t,e.$attrs,r,e,"$attrs")}return e._attrsProxy},get listeners(){e._listenersProxy||rn(e._listenersProxy={},e.$listeners,r,e,"$listeners");return e._listenersProxy},get slots(){return function(e){e._slotsProxy||an(e._slotsProxy={},e.$scopedSlots);return e._slotsProxy}(e)},emit:k(e.$emit,e),expose:function(t){t&&Object.keys(t).forEach((function(n){return et(e,t,n)}))}}}function rn(e,t,n,r,i){var o=!1;for(var a in t)a in e?t[a]!==n[a]&&(o=!0):(o=!0,on(e,a,r,i));for(var a in e)a in t||(o=!0,delete e[a]);return o}function on(e,t,n,r){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return n[r][t]}})}function an(e,t){for(var n in t)e[n]=t[n];for(var n in e)n in t||delete e[n]}function sn(){return un().slots}function cn(){return un().attrs}function ln(){return un().listeners}function un(){var e=fe;return e._setupContext||(e._setupContext=nn(e))}function fn(e,t){var n=i(e)?e.reduce((function(e,t){return e[t]={},e}),{}):e;for(var r in t){var o=n[r];o?i(o)||l(o)?n[r]={type:o,default:t[r]}:o.default=t[r]:null===o&&(n[r]={default:t[r]})}return n}var hn=null;function dn(e,t){return(e.__esModule||ue&&"Module"===e[Symbol.toStringTag])&&(e=e.default),u(e)?t.extend(e):e}function pn(e){if(i(e))for(var t=0;t<e.length;t++){var n=e[t];if(a(n)&&(a(n.componentOptions)||Yt(n)))return n}}function gn(e,t,n,r,o,f){return(i(n)||c(n))&&(o=r,r=n,n=void 0),s(f)&&(o=2),function(e,t,n,r,o){if(a(n)&&a(n.__ob__))return ge();a(n)&&a(n.is)&&(t=n.is);if(!t)return ge();0;i(r)&&l(r[0])&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);2===o?r=It(r):1===o&&(r=function(e){for(var t=0;t<e.length;t++)if(i(e[t]))return Array.prototype.concat.apply([],e);return e}(r));var s,c;if("string"==typeof t){var f=void 0;c=e.$vnode&&e.$vnode.ns||V.getTagNamespace(t),s=V.isReservedTag(t)?new pe(V.parsePlatformTagName(t),n,r,void 0,void 0,e):n&&n.pre||!a(f=Gr(e.$options,"components",t))?new pe(t,n,r,void 0,void 0,e):Ir(f,n,e,r,t)}else s=Ir(t,n,e,r);return i(s)?s:a(s)?(a(c)&&vn(s,c),a(n)&&function(e){u(e.style)&&Yn(e.style);u(e.class)&&Yn(e.class)}(n),s):ge()}(e,t,n,r,o)}function vn(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),a(e.children))for(var r=0,i=e.children.length;r<i;r++){var c=e.children[r];a(c.tag)&&(o(c.ns)||s(n)&&"svg"!==c.tag)&&vn(c,t,n)}}function mn(e,t,n){return gn(fe,e,t,n,2,!0)}function bn(e,t,n){Ae();try{if(t)for(var r=t;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,e,t,n))return}catch(e){wn(e,r,"errorCaptured hook")}}wn(e,t,n)}finally{je()}}function yn(e,t,n,r,i){var o;try{(o=n?e.apply(t,n):e.call(t))&&!o._isVue&&g(o)&&!o._handled&&(o.catch((function(e){return bn(e,r,i+" (Promise/async)")})),o._handled=!0)}catch(e){bn(e,r,i)}return o}function wn(e,t,n){if(V.errorHandler)try{return V.errorHandler.call(null,e,t,n)}catch(t){t!==e&&_n(t,null,"config.errorHandler")}_n(e,t,n)}function _n(e,t,n){if(!K||"undefined"==typeof console)throw e;console.error(e)}var An,jn=!1,xn=[],En=!1;function Cn(){En=!1;var e=xn.slice(0);xn.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!=typeof Promise&&ce(Promise)){var On=Promise.resolve();An=function(){On.then(Cn),ee&&setTimeout(L)},jn=!0}else if(J||"undefined"==typeof MutationObserver||!ce(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())An="undefined"!=typeof setImmediate&&ce(setImmediate)?function(){setImmediate(Cn)}:function(){setTimeout(Cn,0)};else{var Sn=1,kn=new MutationObserver(Cn),Tn=document.createTextNode(String(Sn));kn.observe(Tn,{characterData:!0}),An=function(){Sn=(Sn+1)%2,Tn.data=String(Sn)},jn=!0}function Rn(e,t){var n;if(xn.push((function(){if(e)try{e.call(t)}catch(e){bn(e,t,"nextTick")}else n&&n(t)})),En||(En=!0,An()),!e&&"undefined"!=typeof Promise)return new Promise((function(e){n=e}))}function In(e){if(void 0===e&&(e="$style"),!fe)return r;var t=fe[e];return t||r}function Ln(e){if(K){var t=fe;t&&pt((function(){var n=t.$el,r=e(t,t._setupProxy);if(n&&1===n.nodeType){var i=n.style;for(var o in r)i.setProperty("--".concat(o),r[o])}}))}}function $n(e){l(e)&&(e={loader:e});var t=e.loader,n=e.loadingComponent,r=e.errorComponent,i=e.delay,o=void 0===i?200:i,a=e.timeout,s=(e.suspensible,e.onError);var c=null,u=0,f=function(){var e;return c||(e=c=t().catch((function(e){if(e=e instanceof Error?e:new Error(String(e)),s)return new Promise((function(t,n){s(e,(function(){return t((u++,c=null,f()))}),(function(){return n(e)}),u+1)}));throw e})).then((function(t){return e!==c&&c?c:(t&&(t.__esModule||"Module"===t[Symbol.toStringTag])&&(t=t.default),t)})))};return function(){return{component:f(),delay:o,timeout:a,error:r,loading:n}}}function Pn(e){return function(t,n){if(void 0===n&&(n=fe),n)return function(e,t,n){var r=e.$options;r[t]=Fr(r[t],n)}(n,e,t)}}var Nn=Pn("beforeMount"),Dn=Pn("mounted"),Fn=Pn("beforeUpdate"),Mn=Pn("updated"),Un=Pn("beforeDestroy"),Bn=Pn("destroyed"),Gn=Pn("activated"),Vn=Pn("deactivated"),Wn=Pn("serverPrefetch"),zn=Pn("renderTracked"),qn=Pn("renderTriggered"),Hn=Pn("errorCaptured");function Xn(e,t){void 0===t&&(t=fe),Hn(e,t)}var Kn="2.7.14";function Zn(e){return e}var Jn=new le;function Yn(e){return Qn(e,Jn),Jn.clear(),e}function Qn(e,t){var n,r,o=i(e);if(!(!o&&!u(e)||e.__v_skip||Object.isFrozen(e)||e instanceof pe)){if(e.__ob__){var a=e.__ob__.dep.id;if(t.has(a))return;t.add(a)}if(o)for(n=e.length;n--;)Qn(e[n],t);else if(He(e))Qn(e.value,t);else for(n=(r=Object.keys(e)).length;n--;)Qn(e[r[n]],t)}}var er,tr=0,nr=function(){function e(e,t,n,r,i){var o,a;o=this,void 0===(a=vt&&!vt._vm?vt:e?e._scope:void 0)&&(a=vt),a&&a.active&&a.effects.push(o),(this.vm=e)&&i&&(e._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=++tr,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new le,this.newDepIds=new le,this.expression="",l(t)?this.getter=t:(this.getter=function(e){if(!H.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=L)),this.value=this.lazy?void 0:this.get()}return e.prototype.get=function(){var e;Ae(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;bn(e,t,'getter for watcher "'.concat(this.expression,'"'))}finally{this.deep&&Yn(e),je(),this.cleanupDeps()}return e},e.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},e.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},e.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():xr(this)},e.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||u(e)||this.deep){var t=this.value;if(this.value=e,this.user){var n='callback for watcher "'.concat(this.expression,'"');yn(this.cb,this.vm,[e,t],this.vm,n)}else this.cb.call(this.vm,e,t)}}},e.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},e.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},e.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&w(this.vm._scope.effects,this),this.active){for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},e}();function rr(e,t){er.$on(e,t)}function ir(e,t){er.$off(e,t)}function or(e,t){var n=er;return function r(){var i=t.apply(null,arguments);null!==i&&n.$off(e,r)}}function ar(e,t,n){er=e,kt(t,n||{},rr,ir,or,e),er=void 0}var sr=null;function cr(e){var t=sr;return sr=e,function(){sr=t}}function lr(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function ur(e,t){if(t){if(e._directInactive=!1,lr(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)ur(e.$children[n]);hr(e,"activated")}}function fr(e,t){if(!(t&&(e._directInactive=!0,lr(e))||e._inactive)){e._inactive=!0;for(var n=0;n<e.$children.length;n++)fr(e.$children[n]);hr(e,"deactivated")}}function hr(e,t,n,r){void 0===r&&(r=!0),Ae();var i=fe;r&&de(e);var o=e.$options[t],a="".concat(t," hook");if(o)for(var s=0,c=o.length;s<c;s++)yn(o[s],e,n||null,e,a);e._hasHookEvent&&e.$emit("hook:"+t),r&&de(i),je()}var dr=[],pr=[],gr={},vr=!1,mr=!1,br=0;var yr=0,wr=Date.now;if(K&&!J){var _r=window.performance;_r&&"function"==typeof _r.now&&wr()>document.createEvent("Event").timeStamp&&(wr=function(){return _r.now()})}var Ar=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function jr(){var e,t;for(yr=wr(),mr=!0,dr.sort(Ar),br=0;br<dr.length;br++)(e=dr[br]).before&&e.before(),t=e.id,gr[t]=null,e.run();var n=pr.slice(),r=dr.slice();br=dr.length=pr.length=0,gr={},vr=mr=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,ur(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],r=n.vm;r&&r._watcher===n&&r._isMounted&&!r._isDestroyed&&hr(r,"updated")}}(r),function(){for(var e=0;e<ye.length;e++){var t=ye[e];t.subs=t.subs.filter((function(e){return e})),t._pending=!1}ye.length=0}(),se&&V.devtools&&se.emit("flush")}function xr(e){var t=e.id;if(null==gr[t]&&(e!==we.target||!e.noRecurse)){if(gr[t]=!0,mr){for(var n=dr.length-1;n>br&&dr[n].id>e.id;)n--;dr.splice(n+1,0,e)}else dr.push(e);vr||(vr=!0,Rn(jr))}}function Er(e,t){if(e){for(var n=Object.create(null),r=ue?Reflect.ownKeys(e):Object.keys(e),i=0;i<r.length;i++){var o=r[i];if("__ob__"!==o){var a=e[o].from;if(a in t._provided)n[o]=t._provided[a];else if("default"in e[o]){var s=e[o].default;n[o]=l(s)?s.call(t):s}else 0}}return n}}function Cr(e,t,n,o,a){var c,l=this,u=a.options;A(o,"_uid")?(c=Object.create(o))._original=o:(c=o,o=o._original);var f=s(u._compiled),h=!f;this.data=e,this.props=t,this.children=n,this.parent=o,this.listeners=e.on||r,this.injections=Er(u.inject,o),this.slots=function(){return l.$slots||Qt(o,e.scopedSlots,l.$slots=Zt(n,o)),l.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return Qt(o,e.scopedSlots,this.slots())}}),f&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=Qt(o,e.scopedSlots,this.$slots)),u._scopeId?this._c=function(e,t,n,r){var a=gn(c,e,t,n,r,h);return a&&!i(a)&&(a.fnScopeId=u._scopeId,a.fnContext=o),a}:this._c=function(e,t,n,r){return gn(c,e,t,n,r,h)}}function Or(e,t,n,r,i){var o=me(e);return o.fnContext=n,o.fnOptions=r,t.slot&&((o.data||(o.data={})).slot=t.slot),o}function Sr(e,t){for(var n in t)e[E(n)]=t[n]}function kr(e){return e.name||e.__name||e._componentTag}Kt(Cr.prototype);var Tr={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;Tr.prepatch(n,n)}else{(e.componentInstance=function(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},r=e.data.inlineTemplate;a(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns);return new e.componentOptions.Ctor(n)}(e,sr)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,i,o){var a=i.data.scopedSlots,s=e.$scopedSlots,c=!!(a&&!a.$stable||s!==r&&!s.$stable||a&&e.$scopedSlots.$key!==a.$key||!a&&e.$scopedSlots.$key),l=!!(o||e.$options._renderChildren||c),u=e.$vnode;e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i),e.$options._renderChildren=o;var f=i.data.attrs||r;e._attrsProxy&&rn(e._attrsProxy,f,u.data&&u.data.attrs||r,e,"$attrs")&&(l=!0),e.$attrs=f,n=n||r;var h=e.$options._parentListeners;if(e._listenersProxy&&rn(e._listenersProxy,n,h||r,e,"$listeners"),e.$listeners=e.$options._parentListeners=n,ar(e,n,h),t&&e.$options.props){ke(!1);for(var d=e._props,p=e.$options._propKeys||[],g=0;g<p.length;g++){var v=p[g],m=e.$options.props;d[v]=Vr(v,m,t,e)}ke(!0),e.$options.propsData=t}l&&(e.$slots=Zt(o,i.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t,n=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,hr(r,"mounted")),e.data.keepAlive&&(n._isMounted?((t=r)._inactive=!1,pr.push(t)):ur(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?fr(t,!0):t.$destroy())}},Rr=Object.keys(Tr);function Ir(e,t,n,c,l){if(!o(e)){var f=n.$options._base;if(u(e)&&(e=f.extend(e)),"function"==typeof e){var h;if(o(e.cid)&&(e=function(e,t){if(s(e.error)&&a(e.errorComp))return e.errorComp;if(a(e.resolved))return e.resolved;var n=hn;if(n&&a(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n),s(e.loading)&&a(e.loadingComp))return e.loadingComp;if(n&&!a(e.owners)){var r=e.owners=[n],i=!0,c=null,l=null;n.$on("hook:destroyed",(function(){return w(r,n)}));var f=function(e){for(var t=0,n=r.length;t<n;t++)r[t].$forceUpdate();e&&(r.length=0,null!==c&&(clearTimeout(c),c=null),null!==l&&(clearTimeout(l),l=null))},h=F((function(n){e.resolved=dn(n,t),i?r.length=0:f(!0)})),d=F((function(t){a(e.errorComp)&&(e.error=!0,f(!0))})),p=e(h,d);return u(p)&&(g(p)?o(e.resolved)&&p.then(h,d):g(p.component)&&(p.component.then(h,d),a(p.error)&&(e.errorComp=dn(p.error,t)),a(p.loading)&&(e.loadingComp=dn(p.loading,t),0===p.delay?e.loading=!0:c=setTimeout((function(){c=null,o(e.resolved)&&o(e.error)&&(e.loading=!0,f(!1))}),p.delay||200)),a(p.timeout)&&(l=setTimeout((function(){l=null,o(e.resolved)&&d(null)}),p.timeout)))),i=!1,e.loading?e.loadingComp:e.resolved}}(h=e,f),void 0===e))return function(e,t,n,r,i){var o=ge();return o.asyncFactory=e,o.asyncMeta={data:t,context:n,children:r,tag:i},o}(h,t,n,c,l);t=t||{},ri(e),a(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var o=t.on||(t.on={}),s=o[r],c=t.model.callback;a(s)?(i(s)?-1===s.indexOf(c):s!==c)&&(o[r]=[c].concat(s)):o[r]=c}(e.options,t);var d=function(e,t,n){var r=t.options.props;if(!o(r)){var i={},s=e.attrs,c=e.props;if(a(s)||a(c))for(var l in r){var u=S(l);Rt(i,c,l,u,!0)||Rt(i,s,l,u,!1)}return i}}(t,e);if(s(e.options.functional))return function(e,t,n,o,s){var c=e.options,l={},u=c.props;if(a(u))for(var f in u)l[f]=Vr(f,u,t||r);else a(n.attrs)&&Sr(l,n.attrs),a(n.props)&&Sr(l,n.props);var h=new Cr(n,l,s,o,e),d=c.render.call(null,h._c,h);if(d instanceof pe)return Or(d,n,h.parent,c);if(i(d)){for(var p=It(d)||[],g=new Array(p.length),v=0;v<p.length;v++)g[v]=Or(p[v],n,h.parent,c);return g}}(e,d,t,n,c);var p=t.on;if(t.on=t.nativeOn,s(e.options.abstract)){var v=t.slot;t={},v&&(t.slot=v)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<Rr.length;n++){var r=Rr[n],i=t[r],o=Tr[r];i===o||i&&i._merged||(t[r]=i?Lr(o,i):o)}}(t);var m=kr(e.options)||l;return new pe("vue-component-".concat(e.cid).concat(m?"-".concat(m):""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:d,listeners:p,tag:l,children:c},h)}}}function Lr(e,t){var n=function(n,r){e(n,r),t(n,r)};return n._merged=!0,n}var $r=L,Pr=V.optionMergeStrategies;function Nr(e,t,n){if(void 0===n&&(n=!0),!t)return e;for(var r,i,o,a=ue?Reflect.ownKeys(t):Object.keys(t),s=0;s<a.length;s++)"__ob__"!==(r=a[s])&&(i=e[r],o=t[r],n&&A(e,r)?i!==o&&h(i)&&h(o)&&Nr(i,o):$e(e,r,o));return e}function Dr(e,t,n){return n?function(){var r=l(t)?t.call(n,n):t,i=l(e)?e.call(n,n):e;return r?Nr(r,i):i}:t?e?function(){return Nr(l(t)?t.call(this,this):t,l(e)?e.call(this,this):e)}:t:e}function Fr(e,t){var n=t?e?e.concat(t):i(t)?t:[t]:e;return n?function(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(n):n}function Mr(e,t,n,r){var i=Object.create(e||null);return t?R(i,t):i}Pr.data=function(e,t,n){return n?Dr(e,t,n):t&&"function"!=typeof t?e:Dr(e,t)},G.forEach((function(e){Pr[e]=Fr})),B.forEach((function(e){Pr[e+"s"]=Mr})),Pr.watch=function(e,t,n,r){if(e===re&&(e=void 0),t===re&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var o={};for(var a in R(o,e),t){var s=o[a],c=t[a];s&&!i(s)&&(s=[s]),o[a]=s?s.concat(c):i(c)?c:[c]}return o},Pr.props=Pr.methods=Pr.inject=Pr.computed=function(e,t,n,r){if(!e)return t;var i=Object.create(null);return R(i,e),t&&R(i,t),i},Pr.provide=function(e,t){return e?function(){var n=Object.create(null);return Nr(n,l(e)?e.call(this):e),t&&Nr(n,l(t)?t.call(this):t,!1),n}:t};var Ur=function(e,t){return void 0===t?e:t};function Br(e,t,n){if(l(t)&&(t=t.options),function(e,t){var n=e.props;if(n){var r,o,a={};if(i(n))for(r=n.length;r--;)"string"==typeof(o=n[r])&&(a[E(o)]={type:null});else if(h(n))for(var s in n)o=n[s],a[E(s)]=h(o)?o:{type:o};e.props=a}}(t),function(e,t){var n=e.inject;if(n){var r=e.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}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];l(r)&&(t[n]={bind:r,update:r})}}(t),!t._base&&(t.extends&&(e=Br(e,t.extends,n)),t.mixins))for(var r=0,o=t.mixins.length;r<o;r++)e=Br(e,t.mixins[r],n);var a,s={};for(a in e)c(a);for(a in t)A(e,a)||c(a);function c(r){var i=Pr[r]||Ur;s[r]=i(e[r],t[r],n,r)}return s}function Gr(e,t,n,r){if("string"==typeof n){var i=e[t];if(A(i,n))return i[n];var o=E(n);if(A(i,o))return i[o];var a=C(o);return A(i,a)?i[a]:i[n]||i[o]||i[a]}}function Vr(e,t,n,r){var i=t[e],o=!A(n,e),a=n[e],s=Hr(Boolean,i.type);if(s>-1)if(o&&!A(i,"default"))a=!1;else if(""===a||a===S(e)){var c=Hr(String,i.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=function(e,t,n){if(!A(t,"default"))return;var r=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return l(r)&&"Function"!==zr(t.type)?r.call(e):r}(r,i,e);var u=Se;ke(!0),Ie(a),ke(u)}return a}var Wr=/^\s*function (\w+)/;function zr(e){var t=e&&e.toString().match(Wr);return t?t[1]:""}function qr(e,t){return zr(e)===zr(t)}function Hr(e,t){if(!i(t))return qr(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(qr(t[n],e))return n;return-1}var Xr={enumerable:!0,configurable:!0,get:L,set:L};function Kr(e,t,n){Xr.get=function(){return this[t][n]},Xr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,Xr)}function Zr(e){var t=e.$options;if(t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props=Fe({}),i=e.$options._propKeys=[];e.$parent&&ke(!1);var o=function(o){i.push(o);var a=Vr(o,t,n,e);Le(r,o,a),o in e||Kr(e,"_props",o)};for(var a in t)o(a);ke(!0)}(e,t.props),function(e){var t=e.$options,n=t.setup;if(n){var r=e._setupContext=nn(e);de(e),Ae();var i=yn(n,null,[e._props||Fe({}),r],e,"setup");if(je(),de(),l(i))t.render=i;else if(u(i))if(e._setupState=i,i.__sfc){var o=e._setupProxy={};for(var a in i)"__sfc"!==a&&et(o,i,a)}else for(var a in i)z(a)||et(e,i,a)}}(e),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]="function"!=typeof t[n]?L:k(t[n],e)}(e,t.methods),t.data)!function(e){var t=e.$options.data;h(t=e._data=l(t)?function(e,t){Ae();try{return e.call(t,t)}catch(e){return bn(e,t,"data()"),{}}finally{je()}}(t,e):t||{})||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);for(;i--;){var o=n[i];0,r&&A(r,o)||z(o)||Kr(e,"_data",o)}var a=Ie(t);a&&a.vmCount++}(e);else{var n=Ie(e._data={});n&&n.vmCount++}t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=ae();for(var i in t){var o=t[i],a=l(o)?o:o.get;0,r||(n[i]=new nr(e,a||L,L,Jr)),i in e||Yr(e,i,o)}}(e,t.computed),t.watch&&t.watch!==re&&function(e,t){for(var n in t){var r=t[n];if(i(r))for(var o=0;o<r.length;o++)ti(e,n,r[o]);else ti(e,n,r)}}(e,t.watch)}var Jr={lazy:!0};function Yr(e,t,n){var r=!ae();l(n)?(Xr.get=r?Qr(t):ei(n),Xr.set=L):(Xr.get=n.get?r&&!1!==n.cache?Qr(t):ei(n.get):L,Xr.set=n.set||L),Object.defineProperty(e,t,Xr)}function Qr(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),we.target&&t.depend(),t.value}}function ei(e){return function(){return e.call(this,this)}}function ti(e,t,n,r){return h(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}var ni=0;function ri(e){var t=e.options;if(e.super){var n=ri(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.sealedOptions;for(var i in n)n[i]!==r[i]&&(t||(t={}),t[i]=n[i]);return t}(e);r&&R(e.extendOptions,r),(t=e.options=Br(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function ii(e){this._init(e)}function oi(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var o=kr(e)||kr(n.options);var a=function(e){this._init(e)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=t++,a.options=Br(n.options,e),a.super=n,a.options.props&&function(e){var t=e.options.props;for(var n in t)Kr(e.prototype,"_props",n)}(a),a.options.computed&&function(e){var t=e.options.computed;for(var n in t)Yr(e.prototype,n,t[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,B.forEach((function(e){a[e]=n[e]})),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=e,a.sealedOptions=R({},a.options),i[r]=a,a}}function ai(e){return e&&(kr(e.Ctor.options)||e.tag)}function si(e,t){return i(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!d(e)&&e.test(t)}function ci(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var o in n){var a=n[o];if(a){var s=a.name;s&&!t(s)&&li(n,o,r,i)}}}function li(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,w(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=ni++,t._isVue=!0,t.__v_skip=!0,t._scope=new wt(!0),t._scope._vm=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Br(ri(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._provided=n?n._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&ar(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,i=n&&n.context;e.$slots=Zt(t._renderChildren,i),e.$scopedSlots=n?Qt(e.$parent,n.data.scopedSlots,e.$slots):r,e._c=function(t,n,r,i){return gn(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return gn(e,t,n,r,i,!0)};var o=n&&n.data;Le(e,"$attrs",o&&o.attrs||r,null,!0),Le(e,"$listeners",t._parentListeners||r,null,!0)}(t),hr(t,"beforeCreate",void 0,!1),function(e){var t=Er(e.$options.inject,e);t&&(ke(!1),Object.keys(t).forEach((function(n){Le(e,n,t[n])})),ke(!0))}(t),Zr(t),function(e){var t=e.$options.provide;if(t){var n=l(t)?t.call(e):t;if(!u(n))return;for(var r=Et(e),i=ue?Reflect.ownKeys(n):Object.keys(n),o=0;o<i.length;o++){var a=i[o];Object.defineProperty(r,a,Object.getOwnPropertyDescriptor(n,a))}}}(t),hr(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(ii),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=$e,e.prototype.$delete=Pe,e.prototype.$watch=function(e,t,n){var r=this;if(h(t))return ti(r,e,t,n);(n=n||{}).user=!0;var i=new nr(r,e,t,n);if(n.immediate){var o='callback for immediate watcher "'.concat(i.expression,'"');Ae(),yn(t,r,[i.value],r,o),je()}return function(){i.teardown()}}}(ii),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(i(e))for(var o=0,a=e.length;o<a;o++)r.$on(e[o],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(i(e)){for(var r=0,o=e.length;r<o;r++)n.$off(e[r],t);return n}var a,s=n._events[e];if(!s)return n;if(!t)return n._events[e]=null,n;for(var c=s.length;c--;)if((a=s[c])===t||a.fn===t){s.splice(c,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?T(n):n;for(var r=T(arguments,1),i='event handler for "'.concat(e,'"'),o=0,a=n.length;o<a;o++)yn(n[o],t,r,t,i)}return t}}(ii),function(e){e.prototype._update=function(e,t){var n=this,r=n.$el,i=n._vnode,o=cr(n);n._vnode=e,n.$el=i?n.__patch__(i,e):n.__patch__(n.$el,e,t,!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},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){hr(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||w(t.$children,e),e._scope.stop(),e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),hr(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(ii),function(e){Kt(e.prototype),e.prototype.$nextTick=function(e){return Rn(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,o=n._parentVnode;o&&t._isMounted&&(t.$scopedSlots=Qt(t.$parent,o.data.scopedSlots,t.$slots,t.$scopedSlots),t._slotsProxy&&an(t._slotsProxy,t.$scopedSlots)),t.$vnode=o;try{de(t),hn=t,e=r.call(t._renderProxy,t.$createElement)}catch(n){bn(n,t,"render"),e=t._vnode}finally{hn=null,de()}return i(e)&&1===e.length&&(e=e[0]),e instanceof pe||(e=ge()),e.parent=o,e}}(ii);var ui=[String,RegExp,Array],fi={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:ui,exclude:ui,max:[String,Number]},methods:{cacheVNode:function(){var e=this,t=e.cache,n=e.keys,r=e.vnodeToCache,i=e.keyToCache;if(r){var o=r.tag,a=r.componentInstance,s=r.componentOptions;t[i]={name:ai(s),tag:o,componentInstance:a},n.push(i),this.max&&n.length>parseInt(this.max)&&li(t,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)li(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){ci(e,(function(e){return si(t,e)}))})),this.$watch("exclude",(function(t){ci(e,(function(e){return!si(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=pn(e),n=t&&t.componentOptions;if(n){var r=ai(n),i=this.include,o=this.exclude;if(i&&(!r||!si(i,r))||o&&r&&si(o,r))return t;var a=this.cache,s=this.keys,c=null==t.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):t.key;a[c]?(t.componentInstance=a[c].componentInstance,w(s,c),s.push(c)):(this.vnodeToCache=t,this.keyToCache=c),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return V}};Object.defineProperty(e,"config",t),e.util={warn:$r,extend:R,mergeOptions:Br,defineReactive:Le},e.set=$e,e.delete=Pe,e.nextTick=Rn,e.observable=function(e){return Ie(e),e},e.options=Object.create(null),B.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,R(e.options.components,fi),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=T(arguments,1);return n.unshift(this),l(e.install)?e.install.apply(e,n):l(e)&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Br(this.options,e),this}}(e),oi(e),function(e){B.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&h(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&l(n)&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(ii),Object.defineProperty(ii.prototype,"$isServer",{get:ae}),Object.defineProperty(ii.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(ii,"FunctionalRenderContext",{value:Cr}),ii.version=Kn;var hi=b("style,class"),di=b("input,textarea,option,select,progress"),pi=b("contenteditable,draggable,spellcheck"),gi=b("events,caret,typing,plaintext-only"),vi=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"),mi="http://www.w3.org/1999/xlink",bi=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},yi=function(e){return bi(e)?e.slice(6,e.length):""},wi=function(e){return null==e||!1===e};function _i(e){for(var t=e.data,n=e,r=e;a(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=Ai(r.data,t));for(;a(n=n.parent);)n&&n.data&&(t=Ai(t,n.data));return function(e,t){if(a(e)||a(t))return ji(e,xi(t));return""}(t.staticClass,t.class)}function Ai(e,t){return{staticClass:ji(e.staticClass,t.staticClass),class:a(e.class)?[e.class,t.class]:t.class}}function ji(e,t){return e?t?e+" "+t:e:t||""}function xi(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,i=e.length;r<i;r++)a(t=xi(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):u(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var Ei={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ci=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"),Oi=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),Si=function(e){return Ci(e)||Oi(e)};var ki=Object.create(null);var Ti=b("text,number,password,search,email,tel,url");var Ri=Object.freeze({__proto__:null,createElement:function(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(e,t){return document.createElementNS(Ei[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),Ii={create:function(e,t){Li(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Li(e,!0),Li(t))},destroy:function(e){Li(e,!0)}};function Li(e,t){var n=e.data.ref;if(a(n)){var r=e.context,o=e.componentInstance||e.elm,s=t?null:o,c=t?void 0:o;if(l(n))yn(n,r,[s],r,"template ref function");else{var u=e.data.refInFor,f="string"==typeof n||"number"==typeof n,h=He(n),d=r.$refs;if(f||h)if(u){var p=f?d[n]:n.value;t?i(p)&&w(p,o):i(p)?p.includes(o)||p.push(o):f?(d[n]=[o],$i(r,n,d[n])):n.value=[o]}else if(f){if(t&&d[n]!==o)return;d[n]=c,$i(r,n,s)}else if(h){if(t&&n.value!==o)return;n.value=s}else 0}}}function $i(e,t,n){var r=e._setupState;r&&A(r,t)&&(He(r[t])?r[t].value=n:r[t]=n)}var Pi=new pe("",{},[]),Ni=["create","activate","update","remove","destroy"];function Di(e,t){return e.key===t.key&&e.asyncFactory===t.asyncFactory&&(e.tag===t.tag&&e.isComment===t.isComment&&a(e.data)===a(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=a(n=e.data)&&a(n=n.attrs)&&n.type,i=a(n=t.data)&&a(n=n.attrs)&&n.type;return r===i||Ti(r)&&Ti(i)}(e,t)||s(e.isAsyncPlaceholder)&&o(t.asyncFactory.error))}function Fi(e,t,n){var r,i,o={};for(r=t;r<=n;++r)a(i=e[r].key)&&(o[i]=r);return o}var Mi={create:Ui,update:Ui,destroy:function(e){Ui(e,Pi)}};function Ui(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,i,o=e===Pi,a=t===Pi,s=Gi(e.data.directives,e.context),c=Gi(t.data.directives,t.context),l=[],u=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,i.oldArg=r.arg,Wi(i,"update",t,e),i.def&&i.def.componentUpdated&&u.push(i)):(Wi(i,"bind",t,e),i.def&&i.def.inserted&&l.push(i));if(l.length){var f=function(){for(var n=0;n<l.length;n++)Wi(l[n],"inserted",t,e)};o?Tt(t,"insert",f):f()}u.length&&Tt(t,"postpatch",(function(){for(var n=0;n<u.length;n++)Wi(u[n],"componentUpdated",t,e)}));if(!o)for(n in s)c[n]||Wi(s[n],"unbind",e,e,a)}(e,t)}var Bi=Object.create(null);function Gi(e,t){var n,r,i=Object.create(null);if(!e)return i;for(n=0;n<e.length;n++){if((r=e[n]).modifiers||(r.modifiers=Bi),i[Vi(r)]=r,t._setupState&&t._setupState.__sfc){var o=r.def||Gr(t,"_setupState","v-"+r.name);r.def="function"==typeof o?{bind:o,update:o}:o}r.def=r.def||Gr(t.$options,"directives",r.name)}return i}function Vi(e){return e.rawName||"".concat(e.name,".").concat(Object.keys(e.modifiers||{}).join("."))}function Wi(e,t,n,r,i){var o=e.def&&e.def[t];if(o)try{o(n.elm,e,n,r,i)}catch(r){bn(r,n.context,"directive ".concat(e.name," ").concat(t," hook"))}}var zi=[Ii,Mi];function qi(e,t){var n=t.componentOptions;if(!(a(n)&&!1===n.Ctor.options.inheritAttrs||o(e.data.attrs)&&o(t.data.attrs))){var r,i,c=t.elm,l=e.data.attrs||{},u=t.data.attrs||{};for(r in(a(u.__ob__)||s(u._v_attr_proxy))&&(u=t.data.attrs=R({},u)),u)i=u[r],l[r]!==i&&Hi(c,r,i,t.data.pre);for(r in(J||Q)&&u.value!==l.value&&Hi(c,"value",u.value),l)o(u[r])&&(bi(r)?c.removeAttributeNS(mi,yi(r)):pi(r)||c.removeAttribute(r))}}function Hi(e,t,n,r){r||e.tagName.indexOf("-")>-1?Xi(e,t,n):vi(t)?wi(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):pi(t)?e.setAttribute(t,function(e,t){return wi(t)||"false"===t?"false":"contenteditable"===e&&gi(t)?t:"true"}(t,n)):bi(t)?wi(n)?e.removeAttributeNS(mi,yi(t)):e.setAttributeNS(mi,t,n):Xi(e,t,n)}function Xi(e,t,n){if(wi(n))e.removeAttribute(t);else{if(J&&!Y&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var Ki={create:qi,update:qi};function Zi(e,t){var n=t.elm,r=t.data,i=e.data;if(!(o(r.staticClass)&&o(r.class)&&(o(i)||o(i.staticClass)&&o(i.class)))){var s=_i(t),c=n._transitionClasses;a(c)&&(s=ji(s,xi(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Ji,Yi={create:Zi,update:Zi};function Qi(e,t,n){var r=Ji;return function i(){var o=t.apply(null,arguments);null!==o&&no(e,i,n,r)}}var eo=jn&&!(ne&&Number(ne[1])<=53);function to(e,t,n,r){if(eo){var i=yr,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}Ji.addEventListener(e,t,ie?{capture:n,passive:r}:n)}function no(e,t,n,r){(r||Ji).removeEventListener(e,t._wrapper||t,n)}function ro(e,t){if(!o(e.data.on)||!o(t.data.on)){var n=t.data.on||{},r=e.data.on||{};Ji=t.elm||e.elm,function(e){if(a(e.__r)){var t=J?"change":"input";e[t]=[].concat(e.__r,e[t]||[]),delete e.__r}a(e.__c)&&(e.change=[].concat(e.__c,e.change||[]),delete e.__c)}(n),kt(n,r,to,no,Qi,t.context),Ji=void 0}}var io,oo={create:ro,update:ro,destroy:function(e){return ro(e,Pi)}};function ao(e,t){if(!o(e.data.domProps)||!o(t.data.domProps)){var n,r,i=t.elm,c=e.data.domProps||{},l=t.data.domProps||{};for(n in(a(l.__ob__)||s(l._v_attr_proxy))&&(l=t.data.domProps=R({},l)),c)n in l||(i[n]="");for(n in l){if(r=l[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.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 u=o(r)?"":String(r);so(i,u)&&(i.value=u)}else if("innerHTML"===n&&Oi(i.tagName)&&o(i.innerHTML)){(io=io||document.createElement("div")).innerHTML="<svg>".concat(r,"</svg>");for(var f=io.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;f.firstChild;)i.appendChild(f.firstChild)}else if(r!==c[n])try{i[n]=r}catch(e){}}}}function so(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(a(r)){if(r.number)return m(n)!==m(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var co={create:ao,update:ao},lo=j((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}})),t}));function uo(e){var t=fo(e.style);return e.staticStyle?R(e.staticStyle,t):t}function fo(e){return Array.isArray(e)?I(e):"string"==typeof e?lo(e):e}var ho,po=/^--/,go=/\s*!important$/,vo=function(e,t,n){if(po.test(t))e.style.setProperty(t,n);else if(go.test(n))e.style.setProperty(S(t),n.replace(go,""),"important");else{var r=bo(t);if(Array.isArray(n))for(var i=0,o=n.length;i<o;i++)e.style[r]=n[i];else e.style[r]=n}},mo=["Webkit","Moz","ms"],bo=j((function(e){if(ho=ho||document.createElement("div").style,"filter"!==(e=E(e))&&e in ho)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<mo.length;n++){var r=mo[n]+t;if(r in ho)return r}}));function yo(e,t){var n=t.data,r=e.data;if(!(o(n.staticStyle)&&o(n.style)&&o(r.staticStyle)&&o(r.style))){var i,s,c=t.elm,l=r.staticStyle,u=r.normalizedStyle||r.style||{},f=l||u,h=fo(t.data.style)||{};t.data.normalizedStyle=a(h.__ob__)?R({},h):h;var d=function(e,t){var n,r={};if(t)for(var i=e;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=uo(i.data))&&R(r,n);(n=uo(e.data))&&R(r,n);for(var o=e;o=o.parent;)o.data&&(n=uo(o.data))&&R(r,n);return r}(t,!0);for(s in f)o(d[s])&&vo(c,s,"");for(s in d)(i=d[s])!==f[s]&&vo(c,s,null==i?"":i)}}var wo={create:yo,update:yo},_o=/\s+/;function Ao(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(_o).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" ".concat(e.getAttribute("class")||""," ");n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function jo(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(_o).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" ".concat(e.getAttribute("class")||""," "),r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function xo(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&R(t,Eo(e.name||"v")),R(t,e),t}return"string"==typeof e?Eo(e):void 0}}var Eo=j((function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}})),Co=K&&!Y,Oo="transition",So="animation",ko="transition",To="transitionend",Ro="animation",Io="animationend";Co&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ko="WebkitTransition",To="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Ro="WebkitAnimation",Io="webkitAnimationEnd"));var Lo=K?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function $o(e){Lo((function(){Lo(e)}))}function Po(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Ao(e,t))}function No(e,t){e._transitionClasses&&w(e._transitionClasses,t),jo(e,t)}function Do(e,t,n){var r=Mo(e,t),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===Oo?To:Io,c=0,l=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++c>=a&&l()};setTimeout((function(){c<a&&l()}),o+1),e.addEventListener(s,u)}var Fo=/\b(transform|all)(,|$)/;function Mo(e,t){var n,r=window.getComputedStyle(e),i=(r[ko+"Delay"]||"").split(", "),o=(r[ko+"Duration"]||"").split(", "),a=Uo(i,o),s=(r[Ro+"Delay"]||"").split(", "),c=(r[Ro+"Duration"]||"").split(", "),l=Uo(s,c),u=0,f=0;return t===Oo?a>0&&(n=Oo,u=a,f=o.length):t===So?l>0&&(n=So,u=l,f=c.length):f=(n=(u=Math.max(a,l))>0?a>l?Oo:So:null)?n===Oo?o.length:c.length:0,{type:n,timeout:u,propCount:f,hasTransform:n===Oo&&Fo.test(r[ko+"Property"])}}function Uo(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map((function(t,n){return Bo(t)+Bo(e[n])})))}function Bo(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function Go(e,t){var n=e.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=xo(e.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,w=r.enterCancelled,_=r.beforeAppear,A=r.appear,j=r.afterAppear,x=r.appearCancelled,E=r.duration,C=sr,O=sr.$vnode;O&&O.parent;)C=O.context,O=O.parent;var S=!C._isMounted||!e.isRootInsert;if(!S||A||""===A){var k=S&&d?d:c,T=S&&g?g:h,R=S&&p?p:f,I=S&&_||v,L=S&&l(A)?A:b,$=S&&j||y,P=S&&x||w,N=m(u(E)?E.enter:E);0;var D=!1!==i&&!Y,M=zo(L),U=n._enterCb=F((function(){D&&(No(n,R),No(n,T)),U.cancelled?(D&&No(n,k),P&&P(n)):$&&$(n),n._enterCb=null}));e.data.show||Tt(e,"insert",(function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),L&&L(n,U)})),I&&I(n),D&&(Po(n,k),Po(n,T),$o((function(){No(n,k),U.cancelled||(Po(n,R),M||(Wo(N)?setTimeout(U,N):Do(n,s,U)))}))),e.data.show&&(t&&t(),L&&L(n,U)),D||M||U()}}}function Vo(e,t){var n=e.elm;a(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=xo(e.data.transition);if(o(r)||1!==n.nodeType)return t();if(!a(n._leaveCb)){var i=r.css,s=r.type,c=r.leaveClass,l=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,w=zo(d),_=m(u(b)?b.leave:b);0;var A=n._leaveCb=F((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),y&&(No(n,l),No(n,f)),A.cancelled?(y&&No(n,c),g&&g(n)):(t(),p&&p(n)),n._leaveCb=null}));v?v(j):j()}function j(){A.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),h&&h(n),y&&(Po(n,c),Po(n,f),$o((function(){No(n,c),A.cancelled||(Po(n,l),w||(Wo(_)?setTimeout(A,_):Do(n,s,A)))}))),d&&d(n,A),y||w||A())}}function Wo(e){return"number"==typeof e&&!isNaN(e)}function zo(e){if(o(e))return!1;var t=e.fns;return a(t)?zo(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function qo(e,t){!0!==t.data.show&&Go(t)}var Ho=function(e){var t,n,r={},l=e.modules,u=e.nodeOps;for(t=0;t<Ni.length;++t)for(r[Ni[t]]=[],n=0;n<l.length;++n)a(l[n][Ni[t]])&&r[Ni[t]].push(l[n][Ni[t]]);function f(e){var t=u.parentNode(e);a(t)&&u.removeChild(t,e)}function h(e,t,n,i,o,c,l){if(a(e.elm)&&a(c)&&(e=c[l]=me(e)),e.isRootInsert=!o,!function(e,t,n,i){var o=e.data;if(a(o)){var c=a(e.componentInstance)&&o.keepAlive;if(a(o=o.hook)&&a(o=o.init)&&o(e,!1),a(e.componentInstance))return d(e,t),p(n,e.elm,i),s(c)&&function(e,t,n,i){var o,s=e;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](Pi,s);t.push(s);break}p(n,e.elm,i)}(e,t,n,i),!0}}(e,t,n,i)){var f=e.data,h=e.children,v=e.tag;a(v)?(e.elm=e.ns?u.createElementNS(e.ns,v):u.createElement(v,e),y(e),g(e,h,t),a(f)&&m(e,t),p(n,e.elm,i)):s(e.isComment)?(e.elm=u.createComment(e.text),p(n,e.elm,i)):(e.elm=u.createTextNode(e.text),p(n,e.elm,i))}}function d(e,t){a(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,v(e)?(m(e,t),y(e)):(Li(e),t.push(e))}function p(e,t,n){a(e)&&(a(n)?u.parentNode(n)===e&&u.insertBefore(e,t,n):u.appendChild(e,t))}function g(e,t,n){if(i(t)){0;for(var r=0;r<t.length;++r)h(t[r],n,e.elm,null,!0,t,r)}else c(e.text)&&u.appendChild(e.elm,u.createTextNode(String(e.text)))}function v(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return a(e.tag)}function m(e,n){for(var i=0;i<r.create.length;++i)r.create[i](Pi,e);a(t=e.data.hook)&&(a(t.create)&&t.create(Pi,e),a(t.insert)&&n.push(e))}function y(e){var t;if(a(t=e.fnScopeId))u.setStyleScope(e.elm,t);else for(var n=e;n;)a(t=n.context)&&a(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t),n=n.parent;a(t=sr)&&t!==e.context&&t!==e.fnContext&&a(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t)}function w(e,t,n,r,i,o){for(;r<=i;++r)h(n[r],o,e,t,!1,n,r)}function _(e){var t,n,i=e.data;if(a(i))for(a(t=i.hook)&&a(t=t.destroy)&&t(e),t=0;t<r.destroy.length;++t)r.destroy[t](e);if(a(t=e.children))for(n=0;n<e.children.length;++n)_(e.children[n])}function A(e,t,n){for(;t<=n;++t){var r=e[t];a(r)&&(a(r.tag)?(j(r),_(r)):f(r.elm))}}function j(e,t){if(a(t)||a(e.data)){var n,i=r.remove.length+1;for(a(t)?t.listeners+=i:t=function(e,t){function n(){0==--n.listeners&&f(e)}return n.listeners=t,n}(e.elm,i),a(n=e.componentInstance)&&a(n=n._vnode)&&a(n.data)&&j(n,t),n=0;n<r.remove.length;++n)r.remove[n](e,t);a(n=e.data.hook)&&a(n=n.remove)?n(e,t):t()}else f(e.elm)}function x(e,t,n,r){for(var i=n;i<r;i++){var o=t[i];if(a(o)&&Di(e,o))return i}}function E(e,t,n,i,c,l){if(e!==t){a(t.elm)&&a(i)&&(t=i[c]=me(t));var f=t.elm=e.elm;if(s(e.isAsyncPlaceholder))a(t.asyncFactory.resolved)?S(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(s(t.isStatic)&&s(e.isStatic)&&t.key===e.key&&(s(t.isCloned)||s(t.isOnce)))t.componentInstance=e.componentInstance;else{var d,p=t.data;a(p)&&a(d=p.hook)&&a(d=d.prepatch)&&d(e,t);var g=e.children,m=t.children;if(a(p)&&v(t)){for(d=0;d<r.update.length;++d)r.update[d](e,t);a(d=p.hook)&&a(d=d.update)&&d(e,t)}o(t.text)?a(g)&&a(m)?g!==m&&function(e,t,n,r,i){var s,c,l,f=0,d=0,p=t.length-1,g=t[0],v=t[p],m=n.length-1,b=n[0],y=n[m],_=!i;for(;f<=p&&d<=m;)o(g)?g=t[++f]:o(v)?v=t[--p]:Di(g,b)?(E(g,b,r,n,d),g=t[++f],b=n[++d]):Di(v,y)?(E(v,y,r,n,m),v=t[--p],y=n[--m]):Di(g,y)?(E(g,y,r,n,m),_&&u.insertBefore(e,g.elm,u.nextSibling(v.elm)),g=t[++f],y=n[--m]):Di(v,b)?(E(v,b,r,n,d),_&&u.insertBefore(e,v.elm,g.elm),v=t[--p],b=n[++d]):(o(s)&&(s=Fi(t,f,p)),o(c=a(b.key)?s[b.key]:x(b,t,f,p))?h(b,r,e,g.elm,!1,n,d):Di(l=t[c],b)?(E(l,b,r,n,d),t[c]=void 0,_&&u.insertBefore(e,l.elm,g.elm)):h(b,r,e,g.elm,!1,n,d),b=n[++d]);f>p?w(e,o(n[m+1])?null:n[m+1].elm,n,d,m,r):d>m&&A(t,f,p)}(f,g,m,n,l):a(m)?(a(e.text)&&u.setTextContent(f,""),w(f,null,m,0,m.length-1,n)):a(g)?A(g,0,g.length-1):a(e.text)&&u.setTextContent(f,""):e.text!==t.text&&u.setTextContent(f,t.text),a(p)&&a(d=p.hook)&&a(d=d.postpatch)&&d(e,t)}}}function C(e,t,n){if(s(n)&&a(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var O=b("attrs,class,staticClass,staticStyle,key");function S(e,t,n,r){var i,o=t.tag,c=t.data,l=t.children;if(r=r||c&&c.pre,t.elm=e,s(t.isComment)&&a(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(a(c)&&(a(i=c.hook)&&a(i=i.init)&&i(t,!0),a(i=t.componentInstance)))return d(t,n),!0;if(a(o)){if(a(l))if(e.hasChildNodes())if(a(i=c)&&a(i=i.domProps)&&a(i=i.innerHTML)){if(i!==e.innerHTML)return!1}else{for(var u=!0,f=e.firstChild,h=0;h<l.length;h++){if(!f||!S(f,l[h],n,r)){u=!1;break}f=f.nextSibling}if(!u||f)return!1}else g(t,l,n);if(a(c)){var p=!1;for(var v in c)if(!O(v)){p=!0,m(t,n);break}!p&&c.class&&Yn(c.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,i){if(!o(t)){var c,l=!1,f=[];if(o(e))l=!0,h(t,f);else{var d=a(e.nodeType);if(!d&&Di(e,t))E(e,t,f,null,null,i);else{if(d){if(1===e.nodeType&&e.hasAttribute(U)&&(e.removeAttribute(U),n=!0),s(n)&&S(e,t,f))return C(t,f,!0),e;c=e,e=new pe(u.tagName(c).toLowerCase(),{},[],void 0,c)}var p=e.elm,g=u.parentNode(p);if(h(t,f,p._leaveCb?null:g,u.nextSibling(p)),a(t.parent))for(var m=t.parent,b=v(t);m;){for(var y=0;y<r.destroy.length;++y)r.destroy[y](m);if(m.elm=t.elm,b){for(var w=0;w<r.create.length;++w)r.create[w](Pi,m);var j=m.data.hook.insert;if(j.merged)for(var x=1;x<j.fns.length;x++)j.fns[x]()}else Li(m);m=m.parent}a(g)?A([e],0,0):a(e.tag)&&_(e)}}return C(t,f,l),t.elm}a(e)&&_(e)}}({nodeOps:Ri,modules:[Ki,Yi,oo,co,wo,K?{create:qo,activate:qo,remove:function(e,t){!0!==e.data.show?Vo(e,t):t()}}:{}].concat(zi)});Y&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&ta(e,"input")}));var Xo={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?Tt(n,"postpatch",(function(){Xo.componentUpdated(e,t,n)})):Ko(e,t,n.context),e._vOptions=[].map.call(e.options,Yo)):("textarea"===n.tag||Ti(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",Qo),e.addEventListener("compositionend",ea),e.addEventListener("change",ea),Y&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Ko(e,t,n.context);var r=e._vOptions,i=e._vOptions=[].map.call(e.options,Yo);if(i.some((function(e,t){return!N(e,r[t])})))(e.multiple?t.value.some((function(e){return Jo(e,i)})):t.value!==t.oldValue&&Jo(t.value,i))&&ta(e,"change")}}};function Ko(e,t,n){Zo(e,t,n),(J||Q)&&setTimeout((function(){Zo(e,t,n)}),0)}function Zo(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,c=e.options.length;s<c;s++)if(a=e.options[s],i)o=D(r,Yo(a))>-1,a.selected!==o&&(a.selected=o);else if(N(Yo(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function Jo(e,t){return t.every((function(t){return!N(t,e)}))}function Yo(e){return"_value"in e?e._value:e.value}function Qo(e){e.target.composing=!0}function ea(e){e.target.composing&&(e.target.composing=!1,ta(e.target,"input"))}function ta(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function na(e){return!e.componentInstance||e.data&&e.data.transition?e:na(e.componentInstance._vnode)}var ra={bind:function(e,t,n){var r=t.value,i=(n=na(n)).data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,Go(n,(function(){e.style.display=o}))):e.style.display=r?o:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=na(n)).data&&n.data.transition?(n.data.show=!0,r?Go(n,(function(){e.style.display=e.__vOriginalDisplay})):Vo(n,(function(){e.style.display="none"}))):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}},ia={model:Xo,show:ra},oa={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function aa(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?aa(pn(t.children)):e}function sa(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var r in i)t[E(r)]=i[r];return t}function ca(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var la=function(e){return e.tag||Yt(e)},ua=function(e){return"show"===e.name},fa={name:"transition",props:oa,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(la)).length){0;var r=this.mode;0;var i=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return i;var o=aa(i);if(!o)return i;if(this._leaving)return ca(e,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=sa(this),l=this._vnode,u=aa(l);if(o.data.directives&&o.data.directives.some(ua)&&(o.data.show=!0),u&&u.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(o,u)&&!Yt(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var f=u.data.transition=R({},s);if("out-in"===r)return this._leaving=!0,Tt(f,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),ca(e,i);if("in-out"===r){if(Yt(o))return l;var h,d=function(){h()};Tt(s,"afterEnter",d),Tt(s,"enterCancelled",d),Tt(f,"delayLeave",(function(e){h=e}))}}return i}}},ha=R({tag:String,moveClass:String},oa);delete ha.mode;var da={props:ha,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var i=cr(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=sa(this),s=0;s<i.length;s++){if((u=i[s]).tag)if(null!=u.key&&0!==String(u.key).indexOf("__vlist"))o.push(u),n[u.key]=u,(u.data||(u.data={})).transition=a;else;}if(r){var c=[],l=[];for(s=0;s<r.length;s++){var u;(u=r[s]).data.transition=a,u.data.pos=u.elm.getBoundingClientRect(),n[u.key]?c.push(u):l.push(u)}this.kept=e(t,null,c),this.removed=l}return e(t,null,o)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(pa),e.forEach(ga),e.forEach(va),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var n=e.elm,r=n.style;Po(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(To,n._moveCb=function e(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(To,e),n._moveCb=null,No(n,t))})}})))},methods:{hasMove:function(e,t){if(!Co)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){jo(n,e)})),Ao(n,t),n.style.display="none",this.$el.appendChild(n);var r=Mo(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}};function pa(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function ga(e){e.data.newPos=e.elm.getBoundingClientRect()}function va(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate(".concat(r,"px,").concat(i,"px)"),o.transitionDuration="0s"}}var ma={Transition:fa,TransitionGroup:da};ii.config.mustUseProp=function(e,t,n){return"value"===n&&di(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},ii.config.isReservedTag=Si,ii.config.isReservedAttr=hi,ii.config.getTagNamespace=function(e){return Oi(e)?"svg":"math"===e?"math":void 0},ii.config.isUnknownElement=function(e){if(!K)return!0;if(Si(e))return!1;if(e=e.toLowerCase(),null!=ki[e])return ki[e];var t=document.createElement(e);return e.indexOf("-")>-1?ki[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:ki[e]=/HTMLUnknownElement/.test(t.toString())},R(ii.options.directives,ia),R(ii.options.components,ma),ii.prototype.__patch__=K?Ho:L,ii.prototype.$mount=function(e,t){return function(e,t,n){var r;e.$el=t,e.$options.render||(e.$options.render=ge),hr(e,"beforeMount"),r=function(){e._update(e._render(),n)},new nr(e,r,L,{before:function(){e._isMounted&&!e._isDestroyed&&hr(e,"beforeUpdate")}},!0),n=!1;var i=e._preWatchers;if(i)for(var o=0;o<i.length;o++)i[o].run();return null==e.$vnode&&(e._isMounted=!0,hr(e,"mounted")),e}(this,e=e&&K?function(e){if("string"==typeof e){return document.querySelector(e)||document.createElement("div")}return e}(e):void 0,t)},K&&setTimeout((function(){V.devtools&&se&&se.emit("init",ii)}),0)},20629:(e,t,n)=>{"use strict";n.d(t,{ZP:()=>I,nv:()=>x,rn:()=>_,yh:()=>h});var r=("undefined"!=typeof window?window:void 0!==n.g?n.g:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function i(e,t){if(void 0===t&&(t=[]),null===e||"object"!=typeof e)return e;var n,r=(n=function(t){return t.original===e},t.filter(n)[0]);if(r)return r.copy;var o=Array.isArray(e)?[]:{};return t.push({original:e,copy:o}),Object.keys(e).forEach((function(n){o[n]=i(e[n],t)})),o}function o(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}function a(e){return null!==e&&"object"==typeof e}var s=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=("function"==typeof n?n():n)||{}},c={namespaced:{configurable:!0}};c.namespaced.get=function(){return!!this._rawModule.namespaced},s.prototype.addChild=function(e,t){this._children[e]=t},s.prototype.removeChild=function(e){delete this._children[e]},s.prototype.getChild=function(e){return this._children[e]},s.prototype.hasChild=function(e){return e in this._children},s.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},s.prototype.forEachChild=function(e){o(this._children,e)},s.prototype.forEachGetter=function(e){this._rawModule.getters&&o(this._rawModule.getters,e)},s.prototype.forEachAction=function(e){this._rawModule.actions&&o(this._rawModule.actions,e)},s.prototype.forEachMutation=function(e){this._rawModule.mutations&&o(this._rawModule.mutations,e)},Object.defineProperties(s.prototype,c);var l=function(e){this.register([],e,!1)};function u(e,t,n){if(t.update(n),n.modules)for(var r in n.modules){if(!t.getChild(r))return void 0;u(e.concat(r),t.getChild(r),n.modules[r])}}l.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},l.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return e+((t=t.getChild(n)).namespaced?n+"/":"")}),"")},l.prototype.update=function(e){u([],this.root,e)},l.prototype.register=function(e,t,n){var r=this;void 0===n&&(n=!0);var i=new s(t,n);0===e.length?this.root=i:this.get(e.slice(0,-1)).addChild(e[e.length-1],i);t.modules&&o(t.modules,(function(t,i){r.register(e.concat(i),t,n)}))},l.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1],r=t.getChild(n);r&&r.runtime&&t.removeChild(n)},l.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];return!!t&&t.hasChild(n)};var f;var h=function(e){var t=this;void 0===e&&(e={}),!f&&"undefined"!=typeof window&&window.Vue&&w(window.Vue);var n=e.plugins;void 0===n&&(n=[]);var i=e.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 l(e),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(e,t){return a.call(o,e,t)},this.commit=function(e,t,n){return s.call(o,e,t,n)},this.strict=i;var c=this._modules.root.state;m(this,c,[],this._modules.root),v(this,c),n.forEach((function(e){return e(t)})),(void 0!==e.devtools?e.devtools:f.config.devtools)&&function(e){r&&(e._devtoolHook=r,r.emit("vuex:init",e),r.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){r.emit("vuex:mutation",e,t)}),{prepend:!0}),e.subscribeAction((function(e,t){r.emit("vuex:action",e,t)}),{prepend:!0}))}(this)},d={state:{configurable:!0}};function p(e,t,n){return t.indexOf(e)<0&&(n&&n.prepend?t.unshift(e):t.push(e)),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function g(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;m(e,n,[],e._modules.root,!0),v(e,n,t)}function v(e,t,n){var r=e._vm;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,a={};o(i,(function(t,n){a[n]=function(e,t){return function(){return e(t)}}(t,e),Object.defineProperty(e.getters,n,{get:function(){return e._vm[n]},enumerable:!0})}));var s=f.config.silent;f.config.silent=!0,e._vm=new f({data:{$$state:t},computed:a}),f.config.silent=s,e.strict&&function(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(e),r&&(n&&e._withCommit((function(){r._data.$$state=null})),f.nextTick((function(){return r.$destroy()})))}function m(e,t,n,r,i){var o=!n.length,a=e._modules.getNamespace(n);if(r.namespaced&&(e._modulesNamespaceMap[a],e._modulesNamespaceMap[a]=r),!o&&!i){var s=b(t,n.slice(0,-1)),c=n[n.length-1];e._withCommit((function(){f.set(s,c,r.state)}))}var l=r.context=function(e,t,n){var r=""===t,i={dispatch:r?e.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=t+c),e.dispatch(c,a)},commit:r?e.commit:function(n,r,i){var o=y(n,r,i),a=o.payload,s=o.options,c=o.type;s&&s.root||(c=t+c),e.commit(c,a,s)}};return Object.defineProperties(i,{getters:{get:r?function(){return e.getters}:function(){return function(e,t){if(!e._makeLocalGettersCache[t]){var n={},r=t.length;Object.keys(e.getters).forEach((function(i){if(i.slice(0,r)===t){var o=i.slice(r);Object.defineProperty(n,o,{get:function(){return e.getters[i]},enumerable:!0})}})),e._makeLocalGettersCache[t]=n}return e._makeLocalGettersCache[t]}(e,t)}},state:{get:function(){return b(e.state,n)}}}),i}(e,a,n);r.forEachMutation((function(t,n){!function(e,t,n,r){(e._mutations[t]||(e._mutations[t]=[])).push((function(t){n.call(e,r.state,t)}))}(e,a+n,t,l)})),r.forEachAction((function(t,n){var r=t.root?n:a+n,i=t.handler||t;!function(e,t,n,r){(e._actions[t]||(e._actions[t]=[])).push((function(t){var i,o=n.call(e,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:e.getters,rootState:e.state},t);return(i=o)&&"function"==typeof i.then||(o=Promise.resolve(o)),e._devtoolHook?o.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):o}))}(e,r,i,l)})),r.forEachGetter((function(t,n){!function(e,t,n,r){if(e._wrappedGetters[t])return void 0;e._wrappedGetters[t]=function(e){return n(r.state,r.getters,e.state,e.getters)}}(e,a+n,t,l)})),r.forEachChild((function(r,o){m(e,t,n.concat(o),r,i)}))}function b(e,t){return t.reduce((function(e,t){return e[t]}),e)}function y(e,t,n){return a(e)&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}function w(e){f&&e===f||function(e){if(Number(e.version.split(".")[0])>=2)e.mixin({beforeCreate:n});else{var t=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[n].concat(e.init):n,t.call(this,e)}}function n(){var e=this.$options;e.store?this.$store="function"==typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}(f=e)}d.state.get=function(){return this._vm._data.$$state},d.state.set=function(e){0},h.prototype.commit=function(e,t,n){var r=this,i=y(e,t,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(e){e(a)}))})),this._subscribers.slice().forEach((function(e){return e(s,r.state)})))},h.prototype.dispatch=function(e,t){var n=this,r=y(e,t),i=r.type,o=r.payload,a={type:i,payload:o},s=this._actions[i];if(s){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(a,n.state)}))}catch(e){0}var c=s.length>1?Promise.all(s.map((function(e){return e(o)}))):s[0](o);return new Promise((function(e,t){c.then((function(t){try{n._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(a,n.state)}))}catch(e){0}e(t)}),(function(e){try{n._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(a,n.state,e)}))}catch(e){0}t(e)}))}))}},h.prototype.subscribe=function(e,t){return p(e,this._subscribers,t)},h.prototype.subscribeAction=function(e,t){return p("function"==typeof e?{before:e}:e,this._actionSubscribers,t)},h.prototype.watch=function(e,t,n){var r=this;return this._watcherVM.$watch((function(){return e(r.state,r.getters)}),t,n)},h.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},h.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),"string"==typeof e&&(e=[e]),this._modules.register(e,t),m(this,this.state,e,this._modules.get(e),n.preserveState),v(this,this.state)},h.prototype.unregisterModule=function(e){var t=this;"string"==typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=b(t.state,e.slice(0,-1));f.delete(n,e[e.length-1])})),g(this)},h.prototype.hasModule=function(e){return"string"==typeof e&&(e=[e]),this._modules.isRegistered(e)},h.prototype.hotUpdate=function(e){this._modules.update(e),g(this,!0)},h.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(h.prototype,d);var _=C((function(e,t){var n={};return E(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var r=O(this.$store,"mapState",e);if(!r)return;t=r.context.state,n=r.context.getters}return"function"==typeof i?i.call(this,t,n):t[i]},n[r].vuex=!0})),n})),A=C((function(e,t){var n={};return E(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];var r=this.$store.commit;if(e){var o=O(this.$store,"mapMutations",e);if(!o)return;r=o.context.commit}return"function"==typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n})),j=C((function(e,t){var n={};return E(t).forEach((function(t){var r=t.key,i=t.val;i=e+i,n[r]=function(){if(!e||O(this.$store,"mapGetters",e))return this.$store.getters[i]},n[r].vuex=!0})),n})),x=C((function(e,t){var n={};return E(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];var r=this.$store.dispatch;if(e){var o=O(this.$store,"mapActions",e);if(!o)return;r=o.context.dispatch}return"function"==typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n}));function E(e){return function(e){return Array.isArray(e)||a(e)}(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function C(e){return function(t,n){return"string"!=typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function O(e,t,n){return e._modulesNamespaceMap[n]}function S(e,t,n){var r=n?e.groupCollapsed:e.group;try{r.call(e,t)}catch(n){e.log(t)}}function k(e){try{e.groupEnd()}catch(t){e.log("ββ log end ββ")}}function T(){var e=new Date;return" @ "+R(e.getHours(),2)+":"+R(e.getMinutes(),2)+":"+R(e.getSeconds(),2)+"."+R(e.getMilliseconds(),3)}function R(e,t){return n="0",r=t-e.toString().length,new Array(r+1).join(n)+e;var n,r}const I={Store:h,install:w,version:"3.6.2",mapState:_,mapMutations:A,mapGetters:j,mapActions:x,createNamespacedHelpers:function(e){return{mapState:_.bind(null,e),mapGetters:j.bind(null,e),mapMutations:A.bind(null,e),mapActions:x.bind(null,e)}},createLogger:function(e){void 0===e&&(e={});var t=e.collapsed;void 0===t&&(t=!0);var n=e.filter;void 0===n&&(n=function(e,t,n){return!0});var r=e.transformer;void 0===r&&(r=function(e){return e});var o=e.mutationTransformer;void 0===o&&(o=function(e){return e});var a=e.actionFilter;void 0===a&&(a=function(e,t){return!0});var s=e.actionTransformer;void 0===s&&(s=function(e){return e});var c=e.logMutations;void 0===c&&(c=!0);var l=e.logActions;void 0===l&&(l=!0);var u=e.logger;return void 0===u&&(u=console),function(e){var f=i(e.state);void 0!==u&&(c&&e.subscribe((function(e,a){var s=i(a);if(n(e,f,s)){var c=T(),l=o(e),h="mutation "+e.type+c;S(u,h,t),u.log("%c prev state","color: #9E9E9E; font-weight: bold",r(f)),u.log("%c mutation","color: #03A9F4; font-weight: bold",l),u.log("%c next state","color: #4CAF50; font-weight: bold",r(s)),k(u)}f=s})),l&&e.subscribeAction((function(e,n){if(a(e,n)){var r=T(),i=s(e),o="action "+e.type+r;S(u,o,t),u.log("%c action","color: #03A9F4; font-weight: bold",i),k(u)}})))}}}},57888:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(77907),i=n(92426);function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=o(r),s=o(i),c=function(){function e(e){"function"==typeof e.getVersion&&a.default(e.getVersion())?s.default(e.getVersion())!==s.default(this.getVersion())&&console.warn("Proxying an event bus of version "+e.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=e}return e.prototype.getVersion=function(){return"3.1.0"},e.prototype.subscribe=function(e,t){this.bus.subscribe(e,t)},e.prototype.unsubscribe=function(e,t){this.bus.unsubscribe(e,t)},e.prototype.emit=function(e,t){this.bus.emit(e,t)},e}(),l=function(){function e(){this.handlers=new Map}return e.prototype.getVersion=function(){return"3.1.0"},e.prototype.subscribe=function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))},e.prototype.unsubscribe=function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((function(e){return e!=t})))},e.prototype.emit=function(e,t){(this.handlers.get(e)||[]).forEach((function(e){try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))},e}(),u=null;function f(){return null!==u?u:"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),u=void 0!==(null===window||void 0===window?void 0:window._nc_event_bus)?new c(window._nc_event_bus):window._nc_event_bus=new l)}t.ProxyBus=c,t.SimpleBus=l,t.emit=function(e,t){f().emit(e,t)},t.subscribe=function(e,t){f().subscribe(e,t)},t.unsubscribe=function(e,t){f().unsubscribe(e,t)}},77958:(e,t,n)=>{"use strict";n.d(t,{IH:()=>a,_S:()=>s,ts:()=>u});var r=n(69183);let i;const o=[];function a(){if(void 0===i){const e=document?.getElementsByTagName("head")[0];i=e?e.getAttribute("data-requesttoken"):null}return i}function s(e){o.push(e)}(0,r.Ld)("csrf-token-update",(e=>{i=e.token,o.forEach((t=>{try{t(e.token)}catch(e){console.error("error updating CSRF token observer",e)}}))}));const c=(e,t)=>e?e.getAttribute(t):null;let l;function u(){if(void 0!==l)return l;const e=document?.getElementsByTagName("head")[0];if(!e)return null;const t=c(e,"data-user");return null===t?(l=null,l):(l={uid:t,displayName:c(e,"data-user-displayname"),isAdmin:"undefined"!=typeof OC&&OC.isUserAdmin()},l)}},88911:(e,t,n)=>{"use strict";function r(e,t){return function(){return e.apply(t,arguments)}}n.d(t,{Z:()=>Ze});const{toString:i}=Object.prototype,{getPrototypeOf:o}=Object,a=(s=Object.create(null),e=>{const t=i.call(e);return s[t]||(s[t]=t.slice(8,-1).toLowerCase())});var s;const c=e=>(e=e.toLowerCase(),t=>a(t)===e),l=e=>t=>typeof t===e,{isArray:u}=Array,f=l("undefined");const h=c("ArrayBuffer");const d=l("string"),p=l("function"),g=l("number"),v=e=>null!==e&&"object"==typeof e,m=e=>{if("object"!==a(e))return!1;const t=o(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},b=c("Date"),y=c("File"),w=c("Blob"),_=c("FileList"),A=c("URLSearchParams");function j(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,i;if("object"!=typeof e&&(e=[e]),u(e))for(r=0,i=e.length;r<i;r++)t.call(null,e[r],r,e);else{const i=n?Object.getOwnPropertyNames(e):Object.keys(e),o=i.length;let a;for(r=0;r<o;r++)a=i[r],t.call(null,e[a],a,e)}}function x(e,t){t=t.toLowerCase();const n=Object.keys(e);let r,i=n.length;for(;i-- >0;)if(r=n[i],t===r.toLowerCase())return r;return null}const E="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,C=e=>!f(e)&&e!==E;const O=(S="undefined"!=typeof Uint8Array&&o(Uint8Array),e=>S&&e instanceof S);var S;const k=c("HTMLFormElement"),T=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),R=c("RegExp"),I=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};j(n,((n,i)=>{!1!==t(n,i,e)&&(r[i]=n)})),Object.defineProperties(e,r)},L="abcdefghijklmnopqrstuvwxyz",$="0123456789",P={DIGIT:$,ALPHA:L,ALPHA_DIGIT:L+L.toUpperCase()+$};const N=c("AsyncFunction"),D={isArray:u,isArrayBuffer:h,isBuffer:function(e){return null!==e&&!f(e)&&null!==e.constructor&&!f(e.constructor)&&p(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||p(e.append)&&("formdata"===(t=a(e))||"object"===t&&p(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&h(e.buffer),t},isString:d,isNumber:g,isBoolean:e=>!0===e||!1===e,isObject:v,isPlainObject:m,isUndefined:f,isDate:b,isFile:y,isBlob:w,isRegExp:R,isFunction:p,isStream:e=>v(e)&&p(e.pipe),isURLSearchParams:A,isTypedArray:O,isFileList:_,forEach:j,merge:function e(){const{caseless:t}=C(this)&&this||{},n={},r=(r,i)=>{const o=t&&x(n,i)||i;m(n[o])&&m(r)?n[o]=e(n[o],r):m(r)?n[o]=e({},r):u(r)?n[o]=r.slice():n[o]=r};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&j(arguments[e],r);return n},extend:(e,t,n,{allOwnKeys:i}={})=>(j(t,((t,i)=>{n&&p(t)?e[i]=r(t,n):e[i]=t}),{allOwnKeys:i}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,r)=>{let i,a,s;const c={};if(t=t||{},null==e)return t;do{for(i=Object.getOwnPropertyNames(e),a=i.length;a-- >0;)s=i[a],r&&!r(s,e,t)||c[s]||(t[s]=e[s],c[s]=!0);e=!1!==n&&o(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:a,kindOfTest:c,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(u(e))return e;let t=e.length;if(!g(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:k,hasOwnProperty:T,hasOwnProp:T,reduceDescriptors:I,freezeMethods:e=>{I(e,((t,n)=>{if(p(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];p(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach((e=>{n[e]=!0}))};return u(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(e,t)=>(e=+e,Number.isFinite(e)?e:t),findKey:x,global:E,isContextDefined:C,ALPHABET:P,generateString:(e=16,t=P.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&p(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(v(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const i=u(e)?[]:{};return j(e,((e,t)=>{const o=n(e,r+1);!f(o)&&(i[t]=o)})),t[r]=void 0,i}}return e};return n(e,0)},isAsyncFn:N,isThenable:e=>e&&(v(e)||p(e))&&p(e.then)&&p(e.catch)};function F(e,t,n,r,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),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((e=>{U[e]={value:e}})),Object.defineProperties(F,U),Object.defineProperty(M,"isAxiosError",{value:!0}),F.from=(e,t,n,r,i,o)=>{const a=Object.create(M);return D.toFlatObject(e,a,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),F.call(a,e.message,t,n,r,i),a.cause=e,a.name=e.name,o&&Object.assign(a,o),a};const B=F;function G(e){return D.isPlainObject(e)||D.isArray(e)}function V(e){return D.endsWith(e,"[]")?e.slice(0,-2):e}function W(e,t,n){return e?e.concat(t).map((function(e,t){return e=V(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}const z=D.toFlatObject(D,{},null,(function(e){return/^is[A-Z]/.test(e)}));const q=function(e,t,n){if(!D.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=D.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!D.isUndefined(t[e])}))).metaTokens,i=n.visitor||l,o=n.dots,a=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&D.isSpecCompliantForm(t);if(!D.isFunction(i))throw new TypeError("visitor must be a function");function c(e){if(null===e)return"";if(D.isDate(e))return e.toISOString();if(!s&&D.isBlob(e))throw new B("Blob is not supported. Use a Buffer instead.");return D.isArrayBuffer(e)||D.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function l(e,n,i){let s=e;if(e&&!i&&"object"==typeof e)if(D.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(D.isArray(e)&&function(e){return D.isArray(e)&&!e.some(G)}(e)||(D.isFileList(e)||D.endsWith(n,"[]"))&&(s=D.toArray(e)))return n=V(n),s.forEach((function(e,r){!D.isUndefined(e)&&null!==e&&t.append(!0===a?W([n],r,o):null===a?n:n+"[]",c(e))})),!1;return!!G(e)||(t.append(W(i,n,o),c(e)),!1)}const u=[],f=Object.assign(z,{defaultVisitor:l,convertValue:c,isVisitable:G});if(!D.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!D.isUndefined(n)){if(-1!==u.indexOf(n))throw Error("Circular reference detected in "+r.join("."));u.push(n),D.forEach(n,(function(n,o){!0===(!(D.isUndefined(n)||null===n)&&i.call(t,n,D.isString(o)?o.trim():o,r,f))&&e(n,r?r.concat(o):[o])})),u.pop()}}(e),t};function H(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function X(e,t){this._pairs=[],e&&q(e,this,t)}const K=X.prototype;K.append=function(e,t){this._pairs.push([e,t])},K.toString=function(e){const t=e?function(t){return e.call(this,t,H)}:H;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};const Z=X;function J(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Y(e,t,n){if(!t)return e;const r=n&&n.encode||J,i=n&&n.serialize;let o;if(o=i?i(t,n):D.isURLSearchParams(t)?t.toString():new Z(t,n).toString(r),o){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}const Q=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){D.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},ee={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},te={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Z,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},isStandardBrowserEnv:(()=>{let e;return("undefined"==typeof navigator||"ReactNative"!==(e=navigator.product)&&"NativeScript"!==e&&"NS"!==e)&&("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 ne=function(e){function t(e,n,r,i){let o=e[i++];const a=Number.isFinite(+o),s=i>=e.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 t(e,n,r[o],i)&&D.isArray(r[o])&&(r[o]=function(e){const t={},n=Object.keys(e);let r;const i=n.length;let o;for(r=0;r<i;r++)o=n[r],t[o]=e[o];return t}(r[o])),!a}if(D.isFormData(e)&&D.isFunction(e.entries)){const n={};return D.forEachEntry(e,((e,r)=>{t(function(e){return D.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),r,n,0)})),n}return null},re={"Content-Type":void 0};const ie={transitional:ee,adapter:["xhr","http"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,i=D.isObject(e);i&&D.isHTMLForm(e)&&(e=new FormData(e));if(D.isFormData(e))return r&&r?JSON.stringify(ne(e)):e;if(D.isArrayBuffer(e)||D.isBuffer(e)||D.isStream(e)||D.isFile(e)||D.isBlob(e))return e;if(D.isArrayBufferView(e))return e.buffer;if(D.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let o;if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return q(e,new te.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return te.isNode&&D.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((o=D.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return q(o?{"files[]":e}:e,t&&new t,this.formSerializer)}}return i||r?(t.setContentType("application/json",!1),function(e,t,n){if(D.isString(e))try{return(t||JSON.parse)(e),D.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||ie.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(e&&D.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(n){if("SyntaxError"===e.name)throw B.from(e,B.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:te.classes.FormData,Blob:te.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};D.forEach(["delete","get","head"],(function(e){ie.headers[e]={}})),D.forEach(["post","put","patch"],(function(e){ie.headers[e]=D.merge(re)}));const oe=ie,ae=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"]),se=Symbol("internals");function ce(e){return e&&String(e).trim().toLowerCase()}function le(e){return!1===e||null==e?e:D.isArray(e)?e.map(le):String(e)}function ue(e,t,n,r,i){return D.isFunction(r)?r.call(this,t,n):(i&&(t=n),D.isString(t)?D.isString(r)?-1!==t.indexOf(r):D.isRegExp(r)?r.test(t):void 0:void 0)}class fe{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function i(e,t,n){const i=ce(t);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||t]=le(e))}const o=(e,t)=>D.forEach(e,((e,n)=>i(e,n,t)));return D.isPlainObject(e)||e instanceof this.constructor?o(e,t):D.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim())?o((e=>{const t={};let n,r,i;return e&&e.split("\n").forEach((function(e){i=e.indexOf(":"),n=e.substring(0,i).trim().toLowerCase(),r=e.substring(i+1).trim(),!n||t[n]&&ae[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)})),t})(e),t):null!=e&&i(t,e,n),this}get(e,t){if(e=ce(e)){const n=D.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}(e);if(D.isFunction(t))return t.call(this,e,n);if(D.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=ce(e)){const n=D.findKey(this,e);return!(!n||void 0===this[n]||t&&!ue(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function i(e){if(e=ce(e)){const i=D.findKey(n,e);!i||t&&!ue(0,n[i],i,t)||(delete n[i],r=!0)}}return D.isArray(e)?e.forEach(i):i(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const i=t[n];e&&!ue(0,this[i],i,e,!0)||(delete this[i],r=!0)}return r}normalize(e){const t=this,n={};return D.forEach(this,((r,i)=>{const o=D.findKey(n,i);if(o)return t[o]=le(r),void delete t[i];const a=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(i):String(i).trim();a!==i&&delete t[i],t[a]=le(r),n[a]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return D.forEach(this,((n,r)=>{null!=n&&!1!==n&&(t[r]=e&&D.isArray(n)?n.join(", "):n)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach((e=>n.set(e))),n}static accessor(e){const t=(this[se]=this[se]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=ce(e);t[r]||(!function(e,t){const n=D.toCamelCase(" "+t);["get","set","has"].forEach((r=>{Object.defineProperty(e,r+n,{value:function(e,n,i){return this[r].call(this,t,e,n,i)},configurable:!0})}))}(n,e),t[r]=!0)}return D.isArray(e)?e.forEach(r):r(e),this}}fe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),D.freezeMethods(fe.prototype),D.freezeMethods(fe);const he=fe;function de(e,t){const n=this||oe,r=t||n,i=he.from(r.headers);let o=r.data;return D.forEach(e,(function(e){o=e.call(n,o,i.normalize(),t?t.status:void 0)})),i.normalize(),o}function pe(e){return!(!e||!e.__CANCEL__)}function ge(e,t,n){B.call(this,null==e?"canceled":e,B.ERR_CANCELED,t,n),this.name="CanceledError"}D.inherits(ge,B,{__CANCEL__:!0});const ve=ge;const me=te.isStandardBrowserEnv?{write:function(e,t,n,r,i,o){const a=[];a.push(e+"="+encodeURIComponent(t)),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(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}};function be(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const ye=te.isStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function r(n){let r=n;return e&&(t.setAttribute("href",r),r=t.href),t.setAttribute("href",r),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return n=r(window.location.href),function(e){const t=D.isString(e)?r(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return!0};const we=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let i,o=0,a=0;return t=void 0!==t?t:1e3,function(s){const c=Date.now(),l=r[a];i||(i=c),n[o]=s,r[o]=c;let u=a,f=0;for(;u!==o;)f+=n[u++],u%=e;if(o=(o+1)%e,o===a&&(a=(a+1)%e),c-i<t)return;const h=l&&c-l;return h?Math.round(1e3*f/h):void 0}};function _e(e,t){let n=0;const r=we(50,250);return i=>{const o=i.loaded,a=i.lengthComputable?i.total:void 0,s=o-n,c=r(s);n=o;const l={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};l[t?"download":"upload"]=!0,e(l)}}const Ae={http:null,xhr:"undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){let r=e.data;const i=he.from(e.headers).normalize(),o=e.responseType;let a;function s(){e.cancelToken&&e.cancelToken.unsubscribe(a),e.signal&&e.signal.removeEventListener("abort",a)}D.isFormData(r)&&(te.isStandardBrowserEnv||te.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.setContentType("multipart/form-data;",!1));let c=new XMLHttpRequest;if(e.auth){const t=e.auth.username||"",n=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(t+":"+n))}const l=be(e.baseURL,e.url);function u(){if(!c)return;const r=he.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders());!function(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(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)):e(n)}((function(e){t(e),s()}),(function(e){n(e),s()}),{data:o&&"text"!==o&&"json"!==o?c.response:c.responseText,status:c.status,statusText:c.statusText,headers:r,config:e,request:c}),c=null}if(c.open(e.method.toUpperCase(),Y(l,e.params,e.paramsSerializer),!0),c.timeout=e.timeout,"onloadend"in c?c.onloadend=u:c.onreadystatechange=function(){c&&4===c.readyState&&(0!==c.status||c.responseURL&&0===c.responseURL.indexOf("file:"))&&setTimeout(u)},c.onabort=function(){c&&(n(new B("Request aborted",B.ECONNABORTED,e,c)),c=null)},c.onerror=function(){n(new B("Network Error",B.ERR_NETWORK,e,c)),c=null},c.ontimeout=function(){let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const r=e.transitional||ee;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new B(t,r.clarifyTimeoutError?B.ETIMEDOUT:B.ECONNABORTED,e,c)),c=null},te.isStandardBrowserEnv){const t=(e.withCredentials||ye(l))&&e.xsrfCookieName&&me.read(e.xsrfCookieName);t&&i.set(e.xsrfHeaderName,t)}void 0===r&&i.setContentType(null),"setRequestHeader"in c&&D.forEach(i.toJSON(),(function(e,t){c.setRequestHeader(t,e)})),D.isUndefined(e.withCredentials)||(c.withCredentials=!!e.withCredentials),o&&"json"!==o&&(c.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&c.addEventListener("progress",_e(e.onDownloadProgress,!0)),"function"==typeof e.onUploadProgress&&c.upload&&c.upload.addEventListener("progress",_e(e.onUploadProgress)),(e.cancelToken||e.signal)&&(a=t=>{c&&(n(!t||t.type?new ve(null,e,c):t),c.abort(),c=null)},e.cancelToken&&e.cancelToken.subscribe(a),e.signal&&(e.signal.aborted?a():e.signal.addEventListener("abort",a)));const f=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(l);f&&-1===te.protocols.indexOf(f)?n(new B("Unsupported protocol "+f+":",B.ERR_BAD_REQUEST,e)):c.send(r||null)}))}};D.forEach(Ae,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const je=e=>{e=D.isArray(e)?e:[e];const{length:t}=e;let n,r;for(let i=0;i<t&&(n=e[i],!(r=D.isString(n)?Ae[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(Ae,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 xe(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ve(null,e)}function Ee(e){xe(e),e.headers=he.from(e.headers),e.data=de.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return je(e.adapter||oe.adapter)(e).then((function(t){return xe(e),t.data=de.call(e,e.transformResponse,t),t.headers=he.from(t.headers),t}),(function(t){return pe(t)||(xe(e),t&&t.response&&(t.response.data=de.call(e,e.transformResponse,t.response),t.response.headers=he.from(t.response.headers))),Promise.reject(t)}))}const Ce=e=>e instanceof he?e.toJSON():e;function Oe(e,t){t=t||{};const n={};function r(e,t,n){return D.isPlainObject(e)&&D.isPlainObject(t)?D.merge.call({caseless:n},e,t):D.isPlainObject(t)?D.merge({},t):D.isArray(t)?t.slice():t}function i(e,t,n){return D.isUndefined(t)?D.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function o(e,t){if(!D.isUndefined(t))return r(void 0,t)}function a(e,t){return D.isUndefined(t)?D.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,i,o){return o in t?r(n,i):o in e?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:(e,t)=>i(Ce(e),Ce(t),!0)};return D.forEach(Object.keys(Object.assign({},e,t)),(function(r){const o=c[r]||i,a=o(e[r],t[r],r);D.isUndefined(a)&&o!==s||(n[r]=a)})),n}const Se="1.4.0",ke={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{ke[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const Te={};ke.transitional=function(e,t,n){function r(e,t){return"[Axios v1.4.0] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,i,o)=>{if(!1===e)throw new B(r(i," has been removed"+(t?" in "+t:"")),B.ERR_DEPRECATED);return t&&!Te[i]&&(Te[i]=!0,console.warn(r(i," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,i,o)}};const Re={assertOptions:function(e,t,n){if("object"!=typeof e)throw new B("options must be an object",B.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let i=r.length;for(;i-- >0;){const o=r[i],a=t[o];if(a){const t=e[o],n=void 0===t||a(t,o,e);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:ke},Ie=Re.validators;class Le{constructor(e){this.defaults=e,this.interceptors={request:new Q,response:new Q}}request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=Oe(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:i}=t;let o;void 0!==n&&Re.assertOptions(n,{silentJSONParsing:Ie.transitional(Ie.boolean),forcedJSONParsing:Ie.transitional(Ie.boolean),clarifyTimeoutError:Ie.transitional(Ie.boolean)},!1),null!=r&&(D.isFunction(r)?t.paramsSerializer={serialize:r}:Re.assertOptions(r,{encode:Ie.function,serialize:Ie.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase(),o=i&&D.merge(i.common,i[t.method]),o&&D.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete i[e]})),t.headers=he.concat(o,i);const a=[];let s=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(s=s&&e.synchronous,a.unshift(e.fulfilled,e.rejected))}));const c=[];let l;this.interceptors.response.forEach((function(e){c.push(e.fulfilled,e.rejected)}));let u,f=0;if(!s){const e=[Ee.bind(this),void 0];for(e.unshift.apply(e,a),e.push.apply(e,c),u=e.length,l=Promise.resolve(t);f<u;)l=l.then(e[f++],e[f++]);return l}u=a.length;let h=t;for(f=0;f<u;){const e=a[f++],t=a[f++];try{h=e(h)}catch(e){t.call(this,e);break}}try{l=Ee.call(this,h)}catch(e){return Promise.reject(e)}for(f=0,u=c.length;f<u;)l=l.then(c[f++],c[f++]);return l}getUri(e){return Y(be((e=Oe(this.defaults,e)).baseURL,e.url),e.params,e.paramsSerializer)}}D.forEach(["delete","get","head","options"],(function(e){Le.prototype[e]=function(t,n){return this.request(Oe(n||{},{method:e,url:t,data:(n||{}).data}))}})),D.forEach(["post","put","patch"],(function(e){function t(t){return function(n,r,i){return this.request(Oe(i||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}Le.prototype[e]=t(),Le.prototype[e+"Form"]=t(!0)}));const $e=Le;class Pe{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise((function(e){t=e}));const n=this;this.promise.then((e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const r=new Promise((e=>{n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e,r,i){n.reason||(n.reason=new ve(e,r,i),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;return{token:new Pe((function(t){e=t})),cancel:e}}}const Ne=Pe;const De={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(De).forEach((([e,t])=>{De[t]=e}));const Fe=De;const Me=function e(t){const n=new $e(t),i=r($e.prototype.request,n);return D.extend(i,$e.prototype,n,{allOwnKeys:!0}),D.extend(i,n,null,{allOwnKeys:!0}),i.create=function(n){return e(Oe(t,n))},i}(oe);Me.Axios=$e,Me.CanceledError=ve,Me.CancelToken=Ne,Me.isCancel=pe,Me.VERSION=Se,Me.toFormData=q,Me.AxiosError=B,Me.Cancel=Me.CanceledError,Me.all=function(e){return Promise.all(e)},Me.spread=function(e){return function(t){return e.apply(null,t)}},Me.isAxiosError=function(e){return D.isObject(e)&&!0===e.isAxiosError},Me.mergeConfig=Oe,Me.AxiosHeaders=he,Me.formToJSON=e=>ne(D.isHTMLForm(e)?new FormData(e):e),Me.HttpStatusCode=Fe,Me.default=Me;const Ue=Me;var Be=n(77958),Ge=n(79753),Ve=function(){return Ve=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Ve.apply(this,arguments)};function We(e,t,n,r){return new(n||(n=Promise))((function(i,o){function a(e){try{c(r.next(e))}catch(e){o(e)}}function s(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}c((r=r.apply(e,t||[])).next())}))}function ze(e,t){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=t.call(e,a)}catch(e){s=[6,e],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 qe,He=Symbol("csrf-retry"),Xe=Symbol("retryDelay"),Ke=Ue.create({headers:{requesttoken:null!==(qe=(0,Be.IH)())&&void 0!==qe?qe:""}}),Ze=Object.assign(Ke,{CancelToken:Ue.CancelToken,isCancel:Ue.isCancel});Ze.interceptors.response.use((function(e){return e}),function(e){return function(t){return We(void 0,void 0,void 0,(function(){var n,r,i,o,a,s,c;return ze(this,(function(l){switch(l.label){case 0:return n=t.config,r=t.response,i=t.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[He]?[3,2]:(console.warn("Request to ".concat(o," failed because of a CSRF mismatch. Fetching a new token")),[4,e.get((0,Ge.generateUrl)("/csrftoken"))]);case 1:return a=l.sent().data.token,console.debug("New request token ".concat(a," fetched")),e.defaults.headers.requesttoken=a,[2,e(Ve(Ve({},n),(s={headers:Ve(Ve({},n.headers),{requesttoken:a})},s[He]=!0,s)))];case 2:return[2,Promise.reject(t)]}}))}))}}(Ze)),Ze.interceptors.response.use((function(e){return e}),function(e){return function(t){return We(void 0,void 0,void 0,(function(){var n,r,i,o,a,s,c,l,u;return ze(this,(function(f){switch(f.label){case 0:return n=t.config,r=t.response,i=t.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[Xe]||n[Xe]<=32)?(c=2*(null!==(u=n[Xe])&&void 0!==u?u:1),console.warn("Request to ".concat(o," failed because of maintenance mode. Retrying in ").concat(c,"s")),[4,new Promise((function(e){setTimeout(e,1e3*c)}))]):[3,2];case 1:return f.sent(),[2,e(Ve(Ve({},n),(l={},l[Xe]=c,l)))];case 2:return[2,Promise.reject(t)]}}))}))}}(Ze)),Ze.interceptors.response.use((function(e){return e}),(function(e){return We(void 0,void 0,void 0,(function(){var t,n,r,i,o;return ze(this,(function(a){return t=e.config,n=e.response,r=e.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)&&t.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(e)]}))}))})),(0,Be._S)((function(e){Ke.defaults.headers.requesttoken=e}))},69183:(e,t,n)=>{"use strict";n.d(t,{Ld:()=>l,j8:()=>f,r1:()=>u});var r=n(77907),i=n(92426);class o{bus;constructor(e){"function"==typeof e.getVersion&&r(e.getVersion())?i(e.getVersion())!==i(this.getVersion())&&console.warn("Proxying an event bus of version "+e.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=e}getVersion(){return"3.1.0"}subscribe(e,t){this.bus.subscribe(e,t)}unsubscribe(e,t){this.bus.unsubscribe(e,t)}emit(e,t){this.bus.emit(e,t)}}class a{handlers=new Map;getVersion(){return"3.1.0"}subscribe(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))}unsubscribe(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((e=>e!=t)))}emit(e,t){(this.handlers.get(e)||[]).forEach((e=>{try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))}}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 l(e,t){c().subscribe(e,t)}function u(e,t){c().unsubscribe(e,t)}function f(e,t){c().emit(e,t)}},43554:(e,t,n)=>{"use strict";function r(e,t,n){const r=document.querySelector(`#initial-state-${e}-${t}`);if(null===r){if(void 0!==n)return n;throw new Error(`Could not find initial state ${t} of ${e}`)}try{return JSON.parse(atob(r.value))}catch(n){throw new Error(`Could not parse initial state ${t} of ${e}`)}}n.d(t,{j:()=>r})}},a={};function s(e){var t=a[e];if(void 0!==t)return t.exports;var n=a[e]={id:e,loaded:!1,exports:{}};return o[e].call(n.exports,n,n.exports,s),n.loaded=!0,n.exports}s.m=o,s.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return s.d(t,{a:t}),t},n=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__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=(e,t)=>{for(var n in t)s.o(t,n)&&!s.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},s.f={},s.e=e=>Promise.all(Object.keys(s.f).reduce(((t,n)=>(s.f[n](e,t),t)),[])),s.u=e=>e+".js?v="+{vendors:"386e35e6921ff53a7794","files-modal":"624e3cb006ca02f46574",editor:"93694d534ddd9cf28c10","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":"7cb6cf741f31d6e3dac5","highlight/ada-js-js":"7f3d574aff54d92fc849","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":"67302045535763360dba","highlight/arduino-js-js":"259ebc4f62a54608bc3b","highlight/armasm":"8512e7bb730a861edf49","highlight/armasm-js-js":"827b13f9363adb1e61f9","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":"2fd50a0a04246f942ea8","highlight/bash-js-js":"c307ecc31fd6d369bf98","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":"e920750212ca2baec73e","highlight/c-js-js":"de3b55b9c939cc0058ca","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":"64d90a9ad788cc3d11e2","highlight/cpp-js-js":"99f8b89e1aa189cb6ae4","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":"d20e7155f47bce70aaca","highlight/css-js-js":"be397afb61b5d28737f6","highlight/d":"d9888b31af18635efe22","highlight/d-js-js":"eb916ccd6b875540cb66","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":"356a3cccc230b56c9b55","highlight/elixir-js-js":"8e0aaede8f5c5d33c3b8","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":"d5773bd3514ae37c4e02","highlight/groovy-js-js":"08516616ffb446982139","highlight/haml":"4914c9e47c186e2af33c","highlight/haml-js-js":"88f5a45299b44d9f7d00","highlight/handlebars":"6f91685f46331518d14e","highlight/handlebars-js-js":"0085aa34e1ea317a4948","highlight/haskell":"0c97ccfe88c1a121fba9","highlight/haskell-js-js":"e44e35c437d2f157c925","highlight/haxe":"103d0037e504da331ac6","highlight/haxe-js-js":"d6721d4056b17134a942","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":"d85a40699a23d5f7c4cf","highlight/java-js-js":"01f5faf9730216713b23","highlight/javascript":"433b1b175feefd9cb5fe","highlight/javascript-js-js":"56e1662a7d520a14846c","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":"346a891f83a32f5716e2","highlight/kotlin-js-js":"f20b388ea9b535198f14","highlight/lasso":"d9029b53aec9ed52238f","highlight/lasso-js-js":"a1b4eb49f5e4b767fb85","highlight/latex":"732f1c2c2453f95e563f","highlight/latex-js-js":"37bf2b4b2cb7dad8740d","highlight/ldif":"30b9e909df345090e89b","highlight/ldif-js-js":"774a2ecf547240f30ec5","highlight/leaf":"a7d8b9037985816180a1","highlight/leaf-js-js":"e234e4918b026ace7838","highlight/less":"b2bdec2afb19ff26b9b5","highlight/less-js-js":"bb6a4dda149ff9e7e398","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":"50ed4b60af7ee35b3e2e","highlight/lua-js-js":"a5ebcf8272ac5c06f915","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":"d67a190b443501d6ff52","highlight/matlab-js-js":"27bf8da1e1b14aa21343","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":"3eddee7d329bc4803282","highlight/nsis-js-js":"d3d0bf5dd7593c135c36","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":"e84f25c09b3b347d3aab","highlight/properties-js-js":"68258e382df8ceb4ddf0","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":"5847acd6fde239a88d09","highlight/reasonml-js-js":"f572e640ac5f68d17166","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":"d92f896bbad33772f54e","highlight/rust-js-js":"538a6be7930f5aac074e","highlight/sas":"110880afbfdb3eb74b75","highlight/sas-js-js":"979fb17612b38e042343","highlight/scala":"059186ee6d5f070f4c2b","highlight/scala-js-js":"82cb799dc12ba51eb8a1","highlight/scheme":"529f269c6637328a6c6d","highlight/scheme-js-js":"cce56d399920758e37eb","highlight/scilab":"331300247a8065bed3f7","highlight/scilab-js-js":"eb4d48a22ae99f51f472","highlight/scss":"d2774e367563d1f9e616","highlight/scss-js-js":"21678a3dd160199d6727","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":"7a99449b00d5f7554604","highlight/stan-js-js":"53c7cc7a829fc3617668","highlight/stata":"d361a10a63a992d9da33","highlight/stata-js-js":"52b717afd9ccb09ce432","highlight/step21":"e6d783f08b4321a208ad","highlight/step21-js-js":"4d83318eaa255061ae69","highlight/stylus":"a7fd0a383ffc2dda751a","highlight/stylus-js-js":"9c0c82abd3cbb67e98e7","highlight/subunit":"d4625b59f98d98e45f87","highlight/subunit-js-js":"7df5969b25ff01f70e70","highlight/swift":"3e686d33687c9ea79368","highlight/swift-js-js":"cd57b8e3a9e119dc122c","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":"ebf6ab24d5c2c8dcf068","highlight/typescript-js-js":"2be2555e31af539c3684","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":"2804f8d3dbd0e492c8d0","highlight/vhdl-js-js":"3756a9b4db737586cfd3","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":"f22a0221a33a5ba56935","highlight/xquery-js-js":"3e56b94f3dd1d2545f7e","highlight/yaml":"faccced13cf7009a1d21","highlight/yaml-js-js":"55b7ef75ceb977135c7e","highlight/zephir":"573871ee1969f9de654a","highlight/zephir-js-js":"f4512f00b9ec1892245f","editor-collab":"d9c5681e9e894faae3be","editor-guest":"4760cdcfd157fd4b2543"}[e],s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),s.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r={},i="@nextcloud/text:",s.l=(e,t,n,o)=>{if(r[e])r[e].push(t);else{var a,c;if(void 0!==n)for(var l=document.getElementsByTagName("script"),u=0;u<l.length;u++){var f=l[u];if(f.getAttribute("src")==e||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=e),r[e]=[t];var h=(t,n)=>{a.onerror=a.onload=null,clearTimeout(d);var i=r[e];if(delete r[e],a.parentNode&&a.parentNode.removeChild(a),i&&i.forEach((e=>e(n))),t)return t(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=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),s.j="files",s.p="/apps/text/js/",(()=>{s.b=document.baseURI||self.location.href;var e={files:0};s.f.j=(t,n)=>{var r=s.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var i=new Promise(((n,i)=>r=e[t]=[n,i]));n.push(r[2]=i);var o=s.p+s.u(t),a=new Error;s.l(o,(n=>{if(s.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;a.message="Loading chunk "+t+" failed.\n("+i+": "+o+")",a.name="ChunkLoadError",a.type=i,a.request=o,r[1](a)}}),"chunk-"+t,t)}};var t=(t,n)=>{var r,i,[o,a,c]=n,l=0;if(o.some((t=>0!==e[t]))){for(r in a)s.o(a,r)&&(s.m[r]=a[r]);if(c)c(s)}for(t&&t(n);l<o.length;l++)i=o[l],s.o(e,i)&&e[i]&&e[i][0](),e[i]=0},n=self.webpackChunk_nextcloud_text=self.webpackChunk_nextcloud_text||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})(),s.nc=void 0,(()=>{"use strict";var e=s(20144),t=s(79753),n=s(43554),r=s(25030),i=s(69183),o=s(88911);const a={name:"FilesSettings",data:()=>({showWorkspace:OCA.Text.RichWorkspaceEnabled}),methods:{toggle(){this.showWorkspace?((0,i.j8)("Text::showRichWorkspace"),o.Z.post((0,t.generateUrl)("/apps/text/settings"),{key:"workspace_enabled",value:"1"})):((0,i.j8)("Text::hideRichWorkspace"),o.Z.post((0,t.generateUrl)("/apps/text/settings"),{key:"workspace_enabled",value:"0"}))}}};const c=(0,s(51900).Z)(a,(function(){var e=this,t=e._self._c;return t("div",{attrs:{id:"files-setting-richworkspace"}},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.showWorkspace,expression:"showWorkspace"}],staticClass:"checkbox",attrs:{id:"showRichWorkspacesToggle",type:"checkbox"},domProps:{checked:Array.isArray(e.showWorkspace)?e._i(e.showWorkspace,null)>-1:e.showWorkspace},on:{change:[function(t){var n=e.showWorkspace,r=t.target,i=!!r.checked;if(Array.isArray(n)){var o=e._i(n,null);r.checked?o<0&&(e.showWorkspace=n.concat([null])):o>-1&&(e.showWorkspace=n.slice(0,o).concat(n.slice(o+1)))}else e.showWorkspace=i},e.toggle]}}),e._v(" "),t("label",{attrs:{for:"showRichWorkspacesToggle"}},[e._v(e._s(e.t("text","Show rich workspaces")))])])}),[],!1,null,null,null).exports;var l=s(52029),u=s(43573);s.nc=window.btoa(OC.requestToken),s.p=(0,t.linkTo)("text","js/");const f=(0,n.j)("text","workspace_available"),h=(0,n.j)("text","workspace_enabled");document.addEventListener("DOMContentLoaded",(()=>{var t;if(void 0===OCA.Viewer&&(l.k.error("Viewer app is not installed"),(0,u.YZ)()),f&&OCA&&null!==(t=OCA)&&void 0!==t&&null!==(t=t.Files)&&void 0!==t&&t.Settings){e.default.prototype.t=window.t,e.default.prototype.n=window.n,e.default.prototype.OCA=window.OCA;const t=new e.default({render:e=>e(c,{}),store:r.Z}).$mount().$el;OCA.Files.Settings.register(new OCA.Files.Settings.Setting("text",{el:()=>t}))}})),f&&OC.Plugins.register("OCA.Files.FileList",u.h0),OCA.Text={RichWorkspaceEnabled:h}})()})();
//# sourceMappingURL=text-files.js.map?v=5fe02f3bfc6dec643b80