/*! For license information please see text-text.js.LICENSE.txt */ (()=>{var e,t,n,r,i={62556:(e,t,n)=>{"use strict";t.Kc=function(e){return new r.default(e)};var r=o(n(71957)),i=o(n(48971));function o(e){return e&&e.__esModule?e:{default:e}}function s(e,t){Object.keys(e).filter((e=>!t||t(e))).map(e.removeItem.bind(e))}},48971:(e,t)=>{"use strict";function n(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(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;class r{constructor(e,t,i){n(this,"scope",void 0),n(this,"wrapped",void 0),this.scope=`${i?r.GLOBAL_SCOPE_PERSISTENT:r.GLOBAL_SCOPE_VOLATILE}_${btoa(e)}_`,this.wrapped=t}scopeKey(e){return`${this.scope}${e}`}setItem(e,t){this.wrapped.setItem(this.scopeKey(e),t)}getItem(e){return this.wrapped.getItem(this.scopeKey(e))}removeItem(e){this.wrapped.removeItem(this.scopeKey(e))}clear(){Object.keys(this.wrapped).filter((e=>e.startsWith(this.scope))).map(this.wrapped.removeItem.bind(this.wrapped))}}t.default=r,n(r,"GLOBAL_SCOPE_VOLATILE","nextcloud_vol"),n(r,"GLOBAL_SCOPE_PERSISTENT","nextcloud_per")},71957:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,i=(r=n(48971))&&r.__esModule?r:{default:r};function o(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}t.default=class{constructor(e){o(this,"appId",void 0),o(this,"persisted",!1),o(this,"clearedOnLogout",!1),this.appId=e}persist(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.persisted=e,this}clearOnLogout(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.clearedOnLogout=e,this}build(){return new i.default(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}},67737:(e,t,n)=>{const r=n(85503),{MAX_LENGTH:i,MAX_SAFE_INTEGER:o}=n(35519),{safeRe:s,t:a}=n(88238),c=n(74433),{compareIdentifiers:u}=n(63242);class l{constructor(e,t){if(t=c(t),e instanceof l){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?s[a.LOOSE]:s[a.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=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===u(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=l},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:en(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),s=(t=e.exports={}).re=[],a=t.safeRe=[],c=t.src=[],u=t.t={};let l=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=l++;o(e,i,t),u[e]=i,c[i]=t,s[i]=new RegExp(t,n?"g":void 0),a[i]=new RegExp(r,n?"g":void 0)};d("NUMERICIDENTIFIER","0|[1-9]\\d*"),d("NUMERICIDENTIFIERLOOSE","\\d+"),d("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${f}*`),d("MAINVERSION",`(${c[u.NUMERICIDENTIFIER]})\\.(${c[u.NUMERICIDENTIFIER]})\\.(${c[u.NUMERICIDENTIFIER]})`),d("MAINVERSIONLOOSE",`(${c[u.NUMERICIDENTIFIERLOOSE]})\\.(${c[u.NUMERICIDENTIFIERLOOSE]})\\.(${c[u.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASEIDENTIFIER",`(?:${c[u.NUMERICIDENTIFIER]}|${c[u.NONNUMERICIDENTIFIER]})`),d("PRERELEASEIDENTIFIERLOOSE",`(?:${c[u.NUMERICIDENTIFIERLOOSE]}|${c[u.NONNUMERICIDENTIFIER]})`),d("PRERELEASE",`(?:-(${c[u.PRERELEASEIDENTIFIER]}(?:\\.${c[u.PRERELEASEIDENTIFIER]})*))`),d("PRERELEASELOOSE",`(?:-?(${c[u.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[u.PRERELEASEIDENTIFIERLOOSE]})*))`),d("BUILDIDENTIFIER",`${f}+`),d("BUILD",`(?:\\+(${c[u.BUILDIDENTIFIER]}(?:\\.${c[u.BUILDIDENTIFIER]})*))`),d("FULLPLAIN",`v?${c[u.MAINVERSION]}${c[u.PRERELEASE]}?${c[u.BUILD]}?`),d("FULL",`^${c[u.FULLPLAIN]}$`),d("LOOSEPLAIN",`[v=\\s]*${c[u.MAINVERSIONLOOSE]}${c[u.PRERELEASELOOSE]}?${c[u.BUILD]}?`),d("LOOSE",`^${c[u.LOOSEPLAIN]}$`),d("GTLT","((?:<|>)?=?)"),d("XRANGEIDENTIFIERLOOSE",`${c[u.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),d("XRANGEIDENTIFIER",`${c[u.NUMERICIDENTIFIER]}|x|X|\\*`),d("XRANGEPLAIN",`[v=\\s]*(${c[u.XRANGEIDENTIFIER]})(?:\\.(${c[u.XRANGEIDENTIFIER]})(?:\\.(${c[u.XRANGEIDENTIFIER]})(?:${c[u.PRERELEASE]})?${c[u.BUILD]}?)?)?`),d("XRANGEPLAINLOOSE",`[v=\\s]*(${c[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[u.XRANGEIDENTIFIERLOOSE]})(?:${c[u.PRERELEASELOOSE]})?${c[u.BUILD]}?)?)?`),d("XRANGE",`^${c[u.GTLT]}\\s*${c[u.XRANGEPLAIN]}$`),d("XRANGELOOSE",`^${c[u.GTLT]}\\s*${c[u.XRANGEPLAINLOOSE]}$`),d("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),d("COERCERTL",c[u.COERCE],!0),d("LONETILDE","(?:~>?)"),d("TILDETRIM",`(\\s*)${c[u.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",d("TILDE",`^${c[u.LONETILDE]}${c[u.XRANGEPLAIN]}$`),d("TILDELOOSE",`^${c[u.LONETILDE]}${c[u.XRANGEPLAINLOOSE]}$`),d("LONECARET","(?:\\^)"),d("CARETTRIM",`(\\s*)${c[u.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",d("CARET",`^${c[u.LONECARET]}${c[u.XRANGEPLAIN]}$`),d("CARETLOOSE",`^${c[u.LONECARET]}${c[u.XRANGEPLAINLOOSE]}$`),d("COMPARATORLOOSE",`^${c[u.GTLT]}\\s*(${c[u.LOOSEPLAIN]})$|^$`),d("COMPARATOR",`^${c[u.GTLT]}\\s*(${c[u.FULLPLAIN]})$|^$`),d("COMPARATORTRIM",`(\\s*)${c[u.GTLT]}\\s*(${c[u.LOOSEPLAIN]}|${c[u.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",d("HYPHENRANGE",`^\\s*(${c[u.XRANGEPLAIN]})\\s+-\\s+(${c[u.XRANGEPLAIN]})\\s*$`),d("HYPHENRANGELOOSE",`^\\s*(${c[u.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[u.XRANGEPLAINLOOSE]})\\s*$`),d("STAR","(<|>)?=?\\s*\\*"),d("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),d("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},79753:(e,t)=>{"use strict";t.nu=t.c=t.Ii=void 0;t.c=e=>window.location.protocol+"//"+window.location.host+(e=>i()+"/remote.php/"+e)(e);t.Ii=(e,t,r)=>{const o=1===Object.assign({ocsVersion:2},r||{}).ocsVersion?1:2;return window.location.protocol+"//"+window.location.host+i()+"/ocs/v"+o+".php"+n(e,t,r)};const n=(e,t,n)=>{const r=Object.assign({escape:!0},n||{});return"/"!==e.charAt(0)&&(e="/"+e),i=(i=t||{})||{},e.replace(/{([^{}]*)}/g,(function(e,t){var n=i[t];return r.escape?"string"==typeof n||"number"==typeof n?encodeURIComponent(n.toString()):encodeURIComponent(e):"string"==typeof n||"number"==typeof n?n.toString():e}));var i};t.nu=(e,t,r)=>{const o=Object.assign({noRewrite:!1},r||{});return!0!==window?.OC?.config?.modRewriteWorking||o.noRewrite?i()+"/index.php"+n(e,t,r):i()+n(e,t,r)};const r=(e,t,n)=>{const r=-1!==window?.OC?.coreApps?.indexOf(e);let o=i();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(o+="settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",r||(o+="apps/"),""!==e&&(o+=e+="/"),t&&(o+=t+"/"),o+=n):(o=window?.OC?.appswebroots?.[e],t&&(o+="/"+t+"/"),"/"!==o.substring(o.length-1)&&(o+="/"),o+=n):(o+="/index.php/apps/"+e,"index.php"!==n&&(o+="/",t&&(o+=encodeURI(t+"/")),o+=n)),o};const i=()=>window?.OC?.webroot||""},25030:(e,t,n)=>{"use strict";n.d(t,{default:()=>y,D:()=>b});var r=n(20144),i=n(20629),o=n(62556),s=n(79753),a=n(47845);const c="SET_VIEW_WIDTH",u="SET_SHOW_AUTHOR_ANNOTATIONS",l="SET_CURRENT_SESSION",f="SET_HEADINGS",h="SET_ATTACHMENT_LIST";var d=n(20296),p=n.n(d);const g=()=>document.documentElement.clientWidth,v=e=>{let{commit:t}=e;const n=p()((()=>{t("text/".concat(c),g())}),100);window.addEventListener("resize",n)},m=(0,o.Kc)("text").persist().build();r.default.use(i.ZP);const b={state:{showAuthorAnnotations:"true"===m.getItem("showAuthorAnnotations"),currentSession:m.getItem("currentSession"),viewWidth:g(),headings:Object.freeze([]),attachmentList:[]},getters:{imageAttachments:e=>e.attachmentList.filter((e=>e.isImage)),findAttachment:e=>t=>e.attachmentList.find((e=>e.name===t))},mutations:{[c](e,t){e.viewWidth=t},[u](e,t){e.showAuthorAnnotations=t,m.setItem("showAuthorAnnotations",""+t)},[l](e,t){e.currentSession=t,m.setItem("currentSession",t)},[f](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)},[h](e,t){e.attachmentList=t}},actions:{setShowAuthorAnnotations(e,t){let{commit:n}=e;n(u,t)},setCurrentSession(e,t){let{commit:n}=e;n(l,t)},setHeadings(e,t){let{commit:n}=e;n(f,t)},async setAttachmentList(e,t){var n,r,i,o;let{commit:c,state:u}=e,{documentId:l,shareToken:f}=t;const d=await a.Z.post((0,s.nu)("/apps/text/attachments"),{documentId:null!==(n=null===(r=u.currentSession)||void 0===r?void 0:r.documentId)&&void 0!==n?n:l,sessionId:null===(i=u.currentSession)||void 0===i?void 0:i.id,sessionToken:null===(o=u.currentSession)||void 0===o?void 0:o.token,shareToken:f});c(h,d.data)}}},y=new i.yh({plugins:[v],modules:{text:{namespaced:!0,...b}}})},79742:(e,t)=>{"use strict";t.byteLength=function(e){var t=a(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,o=a(e),s=o[0],c=o[1],u=new i(function(e,t,n){return 3*(t+n)/4-n}(0,s,c)),l=0,f=c>0?s-4:s;for(n=0;n>16&255,u[l++]=t>>8&255,u[l++]=255&t;2===c&&(t=r[e.charCodeAt(n)]<<2|r[e.charCodeAt(n+1)]>>4,u[l++]=255&t);1===c&&(t=r[e.charCodeAt(n)]<<10|r[e.charCodeAt(n+1)]<<4|r[e.charCodeAt(n+2)]>>2,u[l++]=t>>8&255,u[l++]=255&t);return u},t.fromByteArray=function(e){for(var t,r=e.length,i=r%3,o=[],s=16383,a=0,u=r-i;au?u:a+s));1===i?(t=e[r-1],o.push(n[t>>2]+n[t<<4&63]+"==")):2===i&&(t=(e[r-2]<<8)+e[r-1],o.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return o.join("")};for(var n=[],r=[],i="undefined"!=typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0;s<64;++s)n[s]=o[s],r[o.charCodeAt(s)]=s;function a(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function c(e,t,r){for(var i,o,s=[],a=t;a>18&63]+n[o>>12&63]+n[o>>6&63]+n[63&o]);return s.join("")}r["-".charCodeAt(0)]=62,r["_".charCodeAt(0)]=63},48764:(e,t,n)=>{"use strict";var r=n(79742),i=n(80645);t.lW=a,t.h2=50;var o=2147483647;function s(e){if(e>o)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return t.__proto__=a.prototype,t}function a(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return l(e)}return c(e,t,n)}function c(e,t,n){if("string"==typeof e)return function(e,t){"string"==typeof t&&""!==t||(t="utf8");if(!a.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var n=0|d(e,t),r=s(n),i=r.write(e,t);i!==n&&(r=r.slice(0,i));return r}(e,t);if(ArrayBuffer.isView(e))return f(e);if(null==e)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(F(e,ArrayBuffer)||e&&F(e.buffer,ArrayBuffer))return function(e,t,n){if(t<0||e.byteLength=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return 0|e}function d(e,t){if(a.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||F(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return M(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return U(e).length;default:if(i)return r?-1:M(e).length;t=(""+t).toLowerCase(),i=!0}}function p(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return T(this,t,n);case"utf8":case"utf-8":return x(this,t,n);case"ascii":return A(this,t,n);case"latin1":case"binary":return C(this,t,n);case"base64":return O(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function g(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function v(e,t,n,r,i){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),G(n=+n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof t&&(t=a.from(t,r)),a.isBuffer(t))return 0===t.length?-1:m(e,t,n,r,i);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):m(e,[t],n,r,i);throw new TypeError("val must be string, number or Buffer")}function m(e,t,n,r,i){var o,s=1,a=e.length,c=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;s=2,a/=2,c/=2,n/=2}function u(e,t){return 1===s?e[t]:e.readUInt16BE(t*s)}if(i){var l=-1;for(o=n;oa&&(n=a-c),o=n;o>=0;o--){for(var f=!0,h=0;hi&&(r=i):r=i;var o=t.length;r>o/2&&(r=o/2);for(var s=0;s>8,i=n%256,o.push(i),o.push(r);return o}(t,e.length-n),e,n,r)}function O(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function x(e,t,n){n=Math.min(e.length,n);for(var r=[],i=t;i239?4:u>223?3:u>191?2:1;if(i+f<=n)switch(f){case 1:u<128&&(l=u);break;case 2:128==(192&(o=e[i+1]))&&(c=(31&u)<<6|63&o)>127&&(l=c);break;case 3:o=e[i+1],s=e[i+2],128==(192&o)&&128==(192&s)&&(c=(15&u)<<12|(63&o)<<6|63&s)>2047&&(c<55296||c>57343)&&(l=c);break;case 4:o=e[i+1],s=e[i+2],a=e[i+3],128==(192&o)&&128==(192&s)&&128==(192&a)&&(c=(15&u)<<18|(63&o)<<12|(63&s)<<6|63&a)>65535&&c<1114112&&(l=c)}null===l?(l=65533,f=1):l>65535&&(l-=65536,r.push(l>>>10&1023|55296),l=56320|1023&l),r.push(l),i+=f}return function(e){var t=e.length;if(t<=S)return String.fromCharCode.apply(String,e);var n="",r=0;for(;rn&&(e+=" ... "),""},a.prototype.compare=function(e,t,n,r,i){if(F(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),t<0||n>e.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&t>=n)return 0;if(r>=i)return-1;if(t>=n)return 1;if(this===e)return 0;for(var o=(i>>>=0)-(r>>>=0),s=(n>>>=0)-(t>>>=0),c=Math.min(o,s),u=this.slice(r,i),l=e.slice(t,n),f=0;f>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-t;if((void 0===n||n>i)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return y(this,e,t,n);case"ascii":return _(this,e,t,n);case"latin1":case"binary":return w(this,e,t,n);case"base64":return j(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var S=4096;function A(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;ir)&&(n=r);for(var i="",o=t;on)throw new RangeError("Trying to access beyond buffer length")}function $(e,t,n,r,i,o){if(!a.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||te.length)throw new RangeError("Index out of range")}function k(e,t,n,r,i,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function N(e,t,n,r,o){return t=+t,n>>>=0,o||k(e,0,n,4),i.write(e,t,n,r,23,4),n+4}function L(e,t,n,r,o){return t=+t,n>>>=0,o||k(e,0,n,8),i.write(e,t,n,r,52,8),n+8}a.prototype.slice=function(e,t){var n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t>>=0,t>>>=0,n||I(e,t,this.length);for(var r=this[e],i=1,o=0;++o>>=0,t>>>=0,n||I(e,t,this.length);for(var r=this[e+--t],i=1;t>0&&(i*=256);)r+=this[e+--t]*i;return r},a.prototype.readUInt8=function(e,t){return e>>>=0,t||I(e,1,this.length),this[e]},a.prototype.readUInt16LE=function(e,t){return e>>>=0,t||I(e,2,this.length),this[e]|this[e+1]<<8},a.prototype.readUInt16BE=function(e,t){return e>>>=0,t||I(e,2,this.length),this[e]<<8|this[e+1]},a.prototype.readUInt32LE=function(e,t){return e>>>=0,t||I(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},a.prototype.readUInt32BE=function(e,t){return e>>>=0,t||I(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},a.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||I(e,t,this.length);for(var r=this[e],i=1,o=0;++o=(i*=128)&&(r-=Math.pow(2,8*t)),r},a.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||I(e,t,this.length);for(var r=t,i=1,o=this[e+--r];r>0&&(i*=256);)o+=this[e+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},a.prototype.readInt8=function(e,t){return e>>>=0,t||I(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},a.prototype.readInt16LE=function(e,t){e>>>=0,t||I(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},a.prototype.readInt16BE=function(e,t){e>>>=0,t||I(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},a.prototype.readInt32LE=function(e,t){return e>>>=0,t||I(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},a.prototype.readInt32BE=function(e,t){return e>>>=0,t||I(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},a.prototype.readFloatLE=function(e,t){return e>>>=0,t||I(e,4,this.length),i.read(this,e,!0,23,4)},a.prototype.readFloatBE=function(e,t){return e>>>=0,t||I(e,4,this.length),i.read(this,e,!1,23,4)},a.prototype.readDoubleLE=function(e,t){return e>>>=0,t||I(e,8,this.length),i.read(this,e,!0,52,8)},a.prototype.readDoubleBE=function(e,t){return e>>>=0,t||I(e,8,this.length),i.read(this,e,!1,52,8)},a.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t>>>=0,n>>>=0,r)||$(this,e,t,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[t]=255&e;++o>>=0,n>>>=0,r)||$(this,e,t,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+n},a.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||$(this,e,t,1,255,0),this[t]=255&e,t+1},a.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||$(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},a.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||$(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},a.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||$(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},a.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||$(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},a.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t>>>=0,!r){var i=Math.pow(2,8*n-1);$(this,e,t,n,i-1,-i)}var o=0,s=1,a=0;for(this[t]=255&e;++o>0)-a&255;return t+n},a.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t>>>=0,!r){var i=Math.pow(2,8*n-1);$(this,e,t,n,i-1,-i)}var o=n-1,s=1,a=0;for(this[t+o]=255&e;--o>=0&&(s*=256);)e<0&&0===a&&0!==this[t+o+1]&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+n},a.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||$(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},a.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||$(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},a.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||$(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},a.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||$(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},a.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||$(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},a.prototype.writeFloatLE=function(e,t,n){return N(this,e,t,!0,n)},a.prototype.writeFloatBE=function(e,t,n){return N(this,e,t,!1,n)},a.prototype.writeDoubleLE=function(e,t,n){return L(this,e,t,!0,n)},a.prototype.writeDoubleBE=function(e,t,n){return L(this,e,t,!1,n)},a.prototype.copy=function(e,t,n,r){if(!a.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r=this.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t=0;--o)e[o+t]=this[o+n];else Uint8Array.prototype.set.call(e,this.subarray(n,r),t);return i},a.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);if(1===e.length){var i=e.charCodeAt(0);("utf8"===r&&i<128||"latin1"===r)&&(e=i)}}else"number"==typeof e&&(e&=255);if(t<0||this.length>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(s+1===r){(t-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function U(e){return r.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(P,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function B(e,t,n,r){for(var i=0;i=t.length||i>=e.length);++i)t[i+n]=e[i];return i}function F(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function G(e){return e!=e}},20296:e=>{function t(e,t,n){var r,i,o,s,a;function c(){var u=Date.now()-s;u=0?r=setTimeout(c,t-u):(r=null,n||(a=e.apply(o,i),o=i=null))}null==t&&(t=100);var u=function(){o=this,i=arguments,s=Date.now();var u=n&&!r;return r||(r=setTimeout(c,t)),u&&(a=e.apply(o,i),o=i=null),a};return u.clear=function(){r&&(clearTimeout(r),r=null)},u.flush=function(){r&&(a=e.apply(o,i),o=i=null,clearTimeout(r),r=null)},u}t.debounce=t,e.exports=t},80645:(e,t)=>{t.read=function(e,t,n,r,i){var o,s,a=8*i-r-1,c=(1<>1,l=-7,f=n?i-1:0,h=n?-1:1,d=e[t+f];for(f+=h,o=d&(1<<-l)-1,d>>=-l,l+=a;l>0;o=256*o+e[t+f],f+=h,l-=8);for(s=o&(1<<-l)-1,o>>=-l,l+=r;l>0;s=256*s+e[t+f],f+=h,l-=8);if(0===o)o=1-u;else{if(o===c)return s?NaN:1/0*(d?-1:1);s+=Math.pow(2,r),o-=u}return(d?-1:1)*s*Math.pow(2,o-r)},t.write=function(e,t,n,r,i,o){var s,a,c,u=8*o-i-1,l=(1<>1,h=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=r?0:o-1,p=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,s=l):(s=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-s))<1&&(s--,c*=2),(t+=s+f>=1?h/c:h*Math.pow(2,1-f))*c>=2&&(s++,c/=2),s+f>=l?(a=0,s=l):s+f>=1?(a=(t*c-1)*Math.pow(2,i),s+=f):(a=t*Math.pow(2,f-1)*Math.pow(2,i),s=0));i>=8;e[n+d]=255&a,d+=p,a/=256,i-=8);for(s=s<0;e[n+d]=255&s,d+=p,s/=256,u-=8);e[n+d-p]|=128*g}},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 s(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 a,c=[],u=!1,l=-1;function f(){u&&a&&(u=!1,a.length?c=a.concat(c):l=-1,c.length&&h())}function h(){if(!u){var e=s(f);u=!0;for(var t=c.length;t;){for(a=c,c=[];++l1)for(var n=1;n{"use strict";n.r(t),n.d(t,{EffectScope:()=>Ot,computed:()=>ht,customRef:()=>rt,default:()=>li,defineAsyncComponent:()=>Bn,defineComponent:()=>nr,del:()=>De,effectScope:()=>xt,getCurrentInstance:()=>de,getCurrentScope:()=>St,h:()=>En,inject:()=>Rt,isProxy:()=>He,isReactive:()=>Ge,isReadonly:()=>qe,isRef:()=>Ke,isShallow:()=>ze,markRaw:()=>We,mergeDefaults:()=>gn,nextTick:()=>Dn,onActivated:()=>Xn,onBeforeMount:()=>Gn,onBeforeUnmount:()=>Vn,onBeforeUpdate:()=>qn,onDeactivated:()=>Kn,onErrorCaptured:()=>er,onMounted:()=>zn,onRenderTracked:()=>Yn,onRenderTriggered:()=>Zn,onScopeDispose:()=>At,onServerPrefetch:()=>Jn,onUnmounted:()=>Wn,onUpdated:()=>Hn,provide:()=>Ct,proxyRefs:()=>tt,reactive:()=>Ue,readonly:()=>ct,ref:()=>Je,set:()=>Pe,shallowReactive:()=>Be,shallowReadonly:()=>ft,shallowRef:()=>Ye,toRaw:()=>Ve,toRef:()=>ot,toRefs:()=>it,triggerRef:()=>Qe,unref:()=>et,useAttrs:()=>hn,useCssModule:()=>Mn,useCssVars:()=>Un,useListeners:()=>dn,useSlots:()=>fn,version:()=>tr,watch:()=>jt,watchEffect:()=>mt,watchPostEffect:()=>bt,watchSyncEffect:()=>yt});var r=Object.freeze({}),i=Array.isArray;function o(e){return null==e}function s(e){return null!=e}function a(e){return!0===e}function c(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function u(e){return"function"==typeof e}function l(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 s(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,m,2):String(e)}function m(e,t){return t&&t.__v_isRef?t.value:t}function b(e){var t=parseFloat(e);return isNaN(t)?e:t}function y(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i-1)return e.splice(r,1)}}var j=Object.prototype.hasOwnProperty;function E(e,t){return j.call(e,t)}function O(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var x=/-(\w)/g,S=O((function(e){return e.replace(x,(function(e,t){return t?t.toUpperCase():""}))})),A=O((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),C=/\B([A-Z])/g,T=O((function(e){return e.replace(C,"-$1").toLowerCase()}));var R=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 I(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function $(e,t){for(var n in t)e[n]=t[n];return e}function k(e){for(var t={},n=0;n0,ee=Y&&Y.indexOf("edge/")>0;Y&&Y.indexOf("android");var te=Y&&/iphone|ipad|ipod|ios/.test(Y);Y&&/chrome\/\d+/.test(Y),Y&&/phantomjs/.test(Y);var ne,re=Y&&Y.match(/firefox\/(\d+)/),ie={}.watch,oe=!1;if(J)try{var se={};Object.defineProperty(se,"passive",{get:function(){oe=!0}}),window.addEventListener("test-passive",null,se)}catch(e){}var ae=function(){return void 0===ne&&(ne=!J&&void 0!==n.g&&(n.g.process&&"server"===n.g.process.env.VUE_ENV)),ne},ce=J&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ue(e){return"function"==typeof e&&/native code/.test(e.toString())}var le,fe="undefined"!=typeof Symbol&&ue(Symbol)&&"undefined"!=typeof Reflect&&ue(Reflect.ownKeys);le="undefined"!=typeof Set&&ue(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 he=null;function de(){return he&&{proxy:he}}function pe(e){void 0===e&&(e=null),e||he&&he._scope.off(),he=e,e&&e._scope.on()}var ge=function(){function e(e,t,n,r,i,o,s,a){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=s,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=a,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),ve=function(e){void 0===e&&(e="");var t=new ge;return t.text=e,t.isComment=!0,t};function me(e){return new ge(void 0,void 0,void 0,String(e))}function be(e){var t=new ge(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}"function"==typeof SuppressedError&&SuppressedError;var ye=0,_e=[],we=function(){for(var e=0;e<_e.length;e++){var t=_e[e];t.subs=t.subs.filter((function(e){return e})),t._pending=!1}_e.length=0},je=function(){function e(){this._pending=!1,this.id=ye++,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,_e.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;n1)return n&&u(t)?t.call(r):t}else 0}var It=O((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 $t(e,t){function n(){var e=n.fns;if(!i(e))return xn(e,null,arguments,t,"v-on handler");for(var r=e.slice(),o=0;o0&&(Dt((r=Mt(r,"".concat(t||"","_").concat(n)))[0])&&Dt(l)&&(f[u]=me(l.text+r[0].text),r.shift()),f.push.apply(f,r)):c(r)?Dt(l)?f[u]=me(l.text+r):""!==r&&f.push(me(r)):Dt(r)&&Dt(l)?f[u]=me(l.text+r.text):(a(e._isVList)&&s(r.tag)&&o(r.key)&&s(t)&&(r.key="__vlist".concat(t,"_").concat(n,"__")),f.push(r)));return f}function Ut(e,t){var n,r,o,a,c=null;if(i(e)||"string"==typeof e)for(c=new Array(e.length),n=0,r=e.length;n0,a=t?!!t.$stable:!s,c=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&i&&i!==r&&c===i.$key&&!s&&!i.$hasNormal)return i;for(var u in o={},t)t[u]&&"$"!==u[0]&&(o[u]=on(e,n,u,t[u]))}else o={};for(var l in n)l in o||(o[l]=sn(n,l));return t&&Object.isExtensible(t)&&(t._normalized=o),W(o,"$stable",a),W(o,"$key",c),W(o,"$hasNormal",s),o}function on(e,t,n,r){var o=function(){var t=he;pe(e);var n=arguments.length?r.apply(null,arguments):r({}),o=(n=n&&"object"==typeof n&&!i(n)?[n]:Pt(n))&&n[0];return pe(t),n&&(!o||1===n.length&&o.isComment&&!nn(o))?void 0:n};return r.proxy&&Object.defineProperty(t,n,{get:o,enumerable:!0,configurable:!0}),o}function sn(e,t){return function(){return e[t]}}function an(e){return{get attrs(){if(!e._attrsProxy){var t=e._attrsProxy={};W(t,"_v_attr_proxy",!0),cn(t,e.$attrs,r,e,"$attrs")}return e._attrsProxy},get listeners(){e._listenersProxy||cn(e._listenersProxy={},e.$listeners,r,e,"$listeners");return e._listenersProxy},get slots(){return function(e){e._slotsProxy||ln(e._slotsProxy={},e.$scopedSlots);return e._slotsProxy}(e)},emit:R(e.$emit,e),expose:function(t){t&&Object.keys(t).forEach((function(n){return nt(e,t,n)}))}}}function cn(e,t,n,r,i){var o=!1;for(var s in t)s in e?t[s]!==n[s]&&(o=!0):(o=!0,un(e,s,r,i));for(var s in e)s in t||(o=!0,delete e[s]);return o}function un(e,t,n,r){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return n[r][t]}})}function ln(e,t){for(var n in t)e[n]=t[n];for(var n in e)n in t||delete e[n]}function fn(){return pn().slots}function hn(){return pn().attrs}function dn(){return pn().listeners}function pn(){var e=he;return e._setupContext||(e._setupContext=an(e))}function gn(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)||u(o)?n[r]={type:o,default:t[r]}:o.default=t[r]:null===o&&(n[r]={default:t[r]})}return n}var vn=null;function mn(e,t){return(e.__esModule||fe&&"Module"===e[Symbol.toStringTag])&&(e=e.default),l(e)?t.extend(e):e}function bn(e){if(i(e))for(var t=0;tdocument.createEvent("Event").timeStamp&&(Sr=function(){return Ar.now()})}var Cr=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function Tr(){var e,t;for(xr=Sr(),Er=!0,yr.sort(Cr),Or=0;OrOr&&yr[n].id>e.id;)n--;yr.splice(n+1,0,e)}else yr.push(e);jr||(jr=!0,Dn(Tr))}}function Ir(e,t){if(e){for(var n=Object.create(null),r=fe?Reflect.ownKeys(e):Object.keys(e),i=0;i-1)if(o&&!E(i,"default"))s=!1;else if(""===s||s===T(e)){var c=Qr(String,i.type);(c<0||a-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!d(e)&&e.test(t)}function pi(e,t){var n=e.cache,r=e.keys,i=e._vnode,o=e.$vnode;for(var s in n){var a=n[s];if(a){var c=a.name;c&&!t(c)&&gi(n,s,r,i)}}o.componentOptions.children=void 0}function gi(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=ci++,t._isVue=!0,t.__v_skip=!0,t._scope=new Ot(!0),t._scope.parent=void 0,t._scope._vm=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var 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=Wr(ui(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&&hr(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=en(t._renderChildren,i),e.$scopedSlots=n?rn(e.$parent,n.data.scopedSlots,e.$slots):r,e._c=function(t,n,r,i){return wn(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return wn(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),br(t,"beforeCreate",void 0,!1),function(e){var t=Ir(e.$options.inject,e);t&&(Ie(!1),Object.keys(t).forEach((function(n){Le(e,n,t[n])})),Ie(!0))}(t),ni(t),function(e){var t=e.$options.provide;if(t){var n=u(t)?t.call(e):t;if(!l(n))return;for(var r=Tt(e),i=fe?Reflect.ownKeys(n):Object.keys(n),o=0;o1?I(n):n;for(var r=I(arguments,1),i='event handler for "'.concat(e,'"'),o=0,s=n.length;oparseInt(this.max)&&gi(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)gi(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){pi(e,(function(e){return di(t,e)}))})),this.$watch("exclude",(function(t){pi(e,(function(e){return!di(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=bn(e),n=t&&t.componentOptions;if(n){var r=hi(n),i=this.include,o=this.exclude;if(i&&(!r||!di(i,r))||o&&r&&di(o,r))return t;var s=this.cache,a=this.keys,c=null==t.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):t.key;s[c]?(t.componentInstance=s[c].componentInstance,w(a,c),a.push(c)):(this.vnodeToCache=t,this.keyToCache=c),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return q}};Object.defineProperty(e,"config",t),e.util={warn:Br,extend:$,mergeOptions:Wr,defineReactive:Le},e.set=Pe,e.delete=De,e.nextTick=Dn,e.observable=function(e){return Ne(e),e},e.options=Object.create(null),G.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,$(e.options.components,mi),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=I(arguments,1);return n.unshift(this),u(e.install)?e.install.apply(e,n):u(e)&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Wr(this.options,e),this}}(e),fi(e),function(e){G.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&&u(n)&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(li),Object.defineProperty(li.prototype,"$isServer",{get:ae}),Object.defineProperty(li.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(li,"FunctionalRenderContext",{value:$r}),li.version=tr;var bi=y("style,class"),yi=y("input,textarea,option,select,progress"),_i=y("contenteditable,draggable,spellcheck"),wi=y("events,caret,typing,plaintext-only"),ji=function(e,t){return Ai(t)||"false"===t?"false":"contenteditable"===e&&wi(t)?t:"true"},Ei=y("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"),Oi="http://www.w3.org/1999/xlink",xi=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Si=function(e){return xi(e)?e.slice(6,e.length):""},Ai=function(e){return null==e||!1===e};function Ci(e){for(var t=e.data,n=e,r=e;s(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=Ti(r.data,t));for(;s(n=n.parent);)n&&n.data&&(t=Ti(t,n.data));return function(e,t){if(s(e)||s(t))return Ri(e,Ii(t));return""}(t.staticClass,t.class)}function Ti(e,t){return{staticClass:Ri(e.staticClass,t.staticClass),class:s(e.class)?[e.class,t.class]:t.class}}function Ri(e,t){return e?t?e+" "+t:e:t||""}function Ii(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,i=e.length;r-1?to(e,t,n):Ei(t)?Ai(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):_i(t)?e.setAttribute(t,ji(t,n)):xi(t)?Ai(n)?e.removeAttributeNS(Oi,Si(t)):e.setAttributeNS(Oi,t,n):to(e,t,n)}function to(e,t,n){if(Ai(n))e.removeAttribute(t);else{if(Z&&!Q&&"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 no={create:Qi,update:Qi};function ro(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 a=Ci(t),c=n._transitionClasses;s(c)&&(a=Ri(a,Ii(c))),a!==n._prevClass&&(n.setAttribute("class",a),n._prevClass=a)}}var io,oo={create:ro,update:ro},so="__r",ao="__c";function co(e,t,n){var r=io;return function i(){null!==t.apply(null,arguments)&&fo(e,i,n,r)}}var uo=Tn&&!(re&&Number(re[1])<=53);function lo(e,t,n,r){if(uo){var i=xr,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)}}io.addEventListener(e,t,oe?{capture:n,passive:r}:n)}function fo(e,t,n,r){(r||io).removeEventListener(e,t._wrapper||t,n)}function ho(e,t){if(!o(e.data.on)||!o(t.data.on)){var n=t.data.on||{},r=e.data.on||{};io=t.elm||e.elm,function(e){if(s(e[so])){var t=Z?"change":"input";e[t]=[].concat(e[so],e[t]||[]),delete e[so]}s(e[ao])&&(e.change=[].concat(e[ao],e.change||[]),delete e[ao])}(n),kt(n,r,lo,fo,co,t.context),io=void 0}}var po,go={create:ho,update:ho,destroy:function(e){return ho(e,Gi)}};function vo(e,t){if(!o(e.data.domProps)||!o(t.data.domProps)){var n,r,i=t.elm,c=e.data.domProps||{},u=t.data.domProps||{};for(n in(s(u.__ob__)||a(u._v_attr_proxy))&&(u=t.data.domProps=$({},u)),c)n in u||(i[n]="");for(n in u){if(r=u[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 l=o(r)?"":String(r);mo(i,l)&&(i.value=l)}else if("innerHTML"===n&&Ni(i.tagName)&&o(i.innerHTML)){(po=po||document.createElement("div")).innerHTML="".concat(r,"");for(var f=po.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 mo(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(s(r)){if(r.number)return b(n)!==b(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var bo={create:vo,update:vo},yo=O((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 _o(e){var t=wo(e.style);return e.staticStyle?$(e.staticStyle,t):t}function wo(e){return Array.isArray(e)?k(e):"string"==typeof e?yo(e):e}var jo,Eo=/^--/,Oo=/\s*!important$/,xo=function(e,t,n){if(Eo.test(t))e.style.setProperty(t,n);else if(Oo.test(n))e.style.setProperty(T(t),n.replace(Oo,""),"important");else{var r=Ao(t);if(Array.isArray(n))for(var i=0,o=n.length;i-1?t.split(Ro).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" ".concat(e.getAttribute("class")||""," ");n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function $o(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(Ro).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 ko(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&$(t,No(e.name||"v")),$(t,e),t}return"string"==typeof e?No(e):void 0}}var No=O((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")}})),Lo=J&&!Q,Po="transition",Do="animation",Mo="transition",Uo="transitionend",Bo="animation",Fo="animationend";Lo&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Mo="WebkitTransition",Uo="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Bo="WebkitAnimation",Fo="webkitAnimationEnd"));var Go=J?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function zo(e){Go((function(){Go(e)}))}function qo(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Io(e,t))}function Ho(e,t){e._transitionClasses&&w(e._transitionClasses,t),$o(e,t)}function Vo(e,t,n){var r=Xo(e,t),i=r.type,o=r.timeout,s=r.propCount;if(!i)return n();var a=i===Po?Uo:Fo,c=0,u=function(){e.removeEventListener(a,l),n()},l=function(t){t.target===e&&++c>=s&&u()};setTimeout((function(){c0&&(n=Po,l=s,f=o.length):t===Do?u>0&&(n=Do,l=u,f=c.length):f=(n=(l=Math.max(s,u))>0?s>u?Po:Do:null)?n===Po?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===Po&&Wo.test(r[Mo+"Property"])}}function Ko(e,t){for(;e.length1}function ts(e,t){!0!==t.data.show&&Yo(t)}var ns=function(e){var t,n,r={},u=e.modules,l=e.nodeOps;for(t=0;tp?_(e,o(n[m+1])?null:n[m+1].elm,n,d,m,r):d>m&&j(t,f,p)}(f,g,m,n,u):s(m)?(s(e.text)&&l.setTextContent(f,""),_(f,null,m,0,m.length-1,n)):s(g)?j(g,0,g.length-1):s(e.text)&&l.setTextContent(f,""):e.text!==t.text&&l.setTextContent(f,t.text),s(p)&&s(d=p.hook)&&s(d=d.postpatch)&&d(e,t)}}}function S(e,t,n){if(a(n)&&s(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r-1,s.selected!==o&&(s.selected=o);else if(D(as(s),r))return void(e.selectedIndex!==a&&(e.selectedIndex=a));i||(e.selectedIndex=-1)}}function ss(e,t){return t.every((function(t){return!D(t,e)}))}function as(e){return"_value"in e?e._value:e.value}function cs(e){e.target.composing=!0}function us(e){e.target.composing&&(e.target.composing=!1,ls(e.target,"input"))}function ls(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function fs(e){return!e.componentInstance||e.data&&e.data.transition?e:fs(e.componentInstance._vnode)}var hs={bind:function(e,t,n){var r=t.value,i=(n=fs(n)).data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,Yo(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=fs(n)).data&&n.data.transition?(n.data.show=!0,r?Yo(n,(function(){e.style.display=e.__vOriginalDisplay})):Zo(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)}},ds={model:rs,show:hs},ps={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 gs(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?gs(bn(t.children)):e}function vs(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[S(r)]=i[r];return t}function ms(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var bs=function(e){return e.tag||nn(e)},ys=function(e){return"show"===e.name},_s={name:"transition",props:ps,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(bs)).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=gs(i);if(!o)return i;if(this._leaving)return ms(e,i);var s="__transition-".concat(this._uid,"-");o.key=null==o.key?o.isComment?s+"comment":s+o.tag:c(o.key)?0===String(o.key).indexOf(s)?o.key:s+o.key:o.key;var a=(o.data||(o.data={})).transition=vs(this),u=this._vnode,l=gs(u);if(o.data.directives&&o.data.directives.some(ys)&&(o.data.show=!0),l&&l.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(o,l)&&!nn(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=$({},a);if("out-in"===r)return this._leaving=!0,Nt(f,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),ms(e,i);if("in-out"===r){if(nn(o))return u;var h,d=function(){h()};Nt(a,"afterEnter",d),Nt(a,"enterCancelled",d),Nt(f,"delayLeave",(function(e){h=e}))}}return i}}},ws=$({tag:String,moveClass:String},ps);delete ws.mode;var js={props:ws,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var i=pr(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=[],s=vs(this),a=0;a-1?Pi[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Pi[e]=/HTMLUnknownElement/.test(t.toString())},$(li.options.directives,ds),$(li.options.components,Ss),li.prototype.__patch__=J?ns:N,li.prototype.$mount=function(e,t){return function(e,t,n){var r;e.$el=t,e.$options.render||(e.$options.render=ve),br(e,"beforeMount"),r=function(){e._update(e._render(),n)},new cr(e,r,N,{before:function(){e._isMounted&&!e._isDestroyed&&br(e,"beforeUpdate")}},!0),n=!1;var i=e._preWatchers;if(i)for(var o=0;o{"use strict";n.d(t,{Se:()=>E,ZP:()=>$,nv:()=>O,rn:()=>w,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 s(e){return null!==e&&"object"==typeof e}var a=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},a.prototype.addChild=function(e,t){this._children[e]=t},a.prototype.removeChild=function(e){delete this._children[e]},a.prototype.getChild=function(e){return this._children[e]},a.prototype.hasChild=function(e){return e in this._children},a.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)},a.prototype.forEachChild=function(e){o(this._children,e)},a.prototype.forEachGetter=function(e){this._rawModule.getters&&o(this._rawModule.getters,e)},a.prototype.forEachAction=function(e){this._rawModule.actions&&o(this._rawModule.actions,e)},a.prototype.forEachMutation=function(e){this._rawModule.mutations&&o(this._rawModule.mutations,e)},Object.defineProperties(a.prototype,c);var u=function(e){this.register([],e,!1)};function l(e,t,n){if(t.update(n),n.modules)for(var r in n.modules){if(!t.getChild(r))return void 0;l(e.concat(r),t.getChild(r),n.modules[r])}}u.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},u.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return e+((t=t.getChild(n)).namespaced?n+"/":"")}),"")},u.prototype.update=function(e){l([],this.root,e)},u.prototype.register=function(e,t,n){var r=this;void 0===n&&(n=!0);var i=new a(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)}))},u.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)},u.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&&_(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 u(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new f,this._makeLocalGettersCache=Object.create(null);var o=this,s=this.dispatch,a=this.commit;this.dispatch=function(e,t){return s.call(o,e,t)},this.commit=function(e,t,n){return a.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,s={};o(i,(function(t,n){s[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 a=f.config.silent;f.config.silent=!0,e._vm=new f({data:{$$state:t},computed:s}),f.config.silent=a,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,s=e._modules.getNamespace(n);if(r.namespaced&&(e._modulesNamespaceMap[s],e._modulesNamespaceMap[s]=r),!o&&!i){var a=b(t,n.slice(0,-1)),c=n[n.length-1];e._withCommit((function(){f.set(a,c,r.state)}))}var u=r.context=function(e,t,n){var r=""===t,i={dispatch:r?e.dispatch:function(n,r,i){var o=y(n,r,i),s=o.payload,a=o.options,c=o.type;return a&&a.root||(c=t+c),e.dispatch(c,s)},commit:r?e.commit:function(n,r,i){var o=y(n,r,i),s=o.payload,a=o.options,c=o.type;a&&a.root||(c=t+c),e.commit(c,s,a)}};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,s,n);r.forEachMutation((function(t,n){!function(e,t,n,r){var i=e._mutations[t]||(e._mutations[t]=[]);i.push((function(t){n.call(e,r.state,t)}))}(e,s+n,t,u)})),r.forEachAction((function(t,n){var r=t.root?n:s+n,i=t.handler||t;!function(e,t,n,r){var i=e._actions[t]||(e._actions[t]=[]);i.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,u)})),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,s+n,t,u)})),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 s(e)&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}function _(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,s=i.payload,a=(i.options,{type:o,payload:s}),c=this._mutations[o];c&&(this._withCommit((function(){c.forEach((function(e){e(s)}))})),this._subscribers.slice().forEach((function(e){return e(a,r.state)})))},h.prototype.dispatch=function(e,t){var n=this,r=y(e,t),i=r.type,o=r.payload,s={type:i,payload:o},a=this._actions[i];if(a){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(s,n.state)}))}catch(e){0}var c=a.length>1?Promise.all(a.map((function(e){return e(o)}))):a[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(s,n.state)}))}catch(e){0}e(t)}),(function(e){try{n._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(s,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 w=S((function(e,t){var n={};return x(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=A(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})),j=S((function(e,t){var n={};return x(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=A(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})),E=S((function(e,t){var n={};return x(t).forEach((function(t){var r=t.key,i=t.val;i=e+i,n[r]=function(){if(!e||A(this.$store,"mapGetters",e))return this.$store.getters[i]},n[r].vuex=!0})),n})),O=S((function(e,t){var n={};return x(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=A(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 x(e){return function(e){return Array.isArray(e)||s(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 S(e){return function(t,n){return"string"!=typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function A(e,t,n){return e._modulesNamespaceMap[n]}function C(e,t,n){var r=n?e.groupCollapsed:e.group;try{r.call(e,t)}catch(n){e.log(t)}}function T(e){try{e.groupEnd()}catch(t){e.log("—— log end ——")}}function R(){var e=new Date;return" @ "+I(e.getHours(),2)+":"+I(e.getMinutes(),2)+":"+I(e.getSeconds(),2)+"."+I(e.getMilliseconds(),3)}function I(e,t){return n="0",r=t-e.toString().length,new Array(r+1).join(n)+e;var n,r}const $={Store:h,install:_,version:"3.6.2",mapState:w,mapMutations:j,mapGetters:E,mapActions:O,createNamespacedHelpers:function(e){return{mapState:w.bind(null,e),mapGetters:E.bind(null,e),mapMutations:j.bind(null,e),mapActions:O.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 s=e.actionFilter;void 0===s&&(s=function(e,t){return!0});var a=e.actionTransformer;void 0===a&&(a=function(e){return e});var c=e.logMutations;void 0===c&&(c=!0);var u=e.logActions;void 0===u&&(u=!0);var l=e.logger;return void 0===l&&(l=console),function(e){var f=i(e.state);void 0!==l&&(c&&e.subscribe((function(e,s){var a=i(s);if(n(e,f,a)){var c=R(),u=o(e),h="mutation "+e.type+c;C(l,h,t),l.log("%c prev state","color: #9E9E9E; font-weight: bold",r(f)),l.log("%c mutation","color: #03A9F4; font-weight: bold",u),l.log("%c next state","color: #4CAF50; font-weight: bold",r(a)),T(l)}f=a})),u&&e.subscribeAction((function(e,n){if(s(e,n)){var r=R(),i=a(e),o="action "+e.type+r;C(l,o,t),l.log("%c action","color: #03A9F4; font-weight: bold",i),T(l)}})))}}}},77958:(e,t,n)=>{"use strict";n.d(t,{IH:()=>s,_S:()=>a,ts:()=>l});var r=n(69183);let i;const o=[];function s(){if(void 0===i){const e=document?.getElementsByTagName("head")[0];i=e?e.getAttribute("data-requesttoken"):null}return i}function a(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 u;function l(){if(void 0!==u)return u;const e=document?.getElementsByTagName("head")[0];if(!e)return null;const t=c(e,"data-user");return null===t?(u=null,u):(u={uid:t,displayName:c(e,"data-user-displayname"),isAdmin:!!window._oc_isadmin},u)}},47845:(e,t,n)=>{"use strict";n.d(t,{Z:()=>it});var r={};function i(e,t){return function(){return e.apply(t,arguments)}}n.r(r),n.d(r,{hasBrowserEnv:()=>ie,hasStandardBrowserEnv:()=>oe,hasStandardBrowserWebWorkerEnv:()=>ae});const{toString:o}=Object.prototype,{getPrototypeOf:s}=Object,a=(c=Object.create(null),e=>{const t=o.call(e);return c[t]||(c[t]=t.slice(8,-1).toLowerCase())});var c;const u=e=>(e=e.toLowerCase(),t=>a(t)===e),l=e=>t=>typeof t===e,{isArray:f}=Array,h=l("undefined");const d=u("ArrayBuffer");const p=l("string"),g=l("function"),v=l("number"),m=e=>null!==e&&"object"==typeof e,b=e=>{if("object"!==a(e))return!1;const t=s(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},y=u("Date"),_=u("File"),w=u("Blob"),j=u("FileList"),E=u("URLSearchParams");function O(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,i;if("object"!=typeof e&&(e=[e]),f(e))for(r=0,i=e.length;r0;)if(r=n[i],t===r.toLowerCase())return r;return null}const S="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,A=e=>!h(e)&&e!==S;const C=(T="undefined"!=typeof Uint8Array&&s(Uint8Array),e=>T&&e instanceof T);var T;const R=u("HTMLFormElement"),I=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),$=u("RegExp"),k=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};O(n,((n,i)=>{let o;!1!==(o=t(n,i,e))&&(r[i]=o||n)})),Object.defineProperties(e,r)},N="abcdefghijklmnopqrstuvwxyz",L="0123456789",P={DIGIT:L,ALPHA:N,ALPHA_DIGIT:N+N.toUpperCase()+L};const D=u("AsyncFunction"),M={isArray:f,isArrayBuffer:d,isBuffer:function(e){return null!==e&&!h(e)&&null!==e.constructor&&!h(e.constructor)&&g(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||g(e.append)&&("formdata"===(t=a(e))||"object"===t&&g(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&d(e.buffer),t},isString:p,isNumber:v,isBoolean:e=>!0===e||!1===e,isObject:m,isPlainObject:b,isUndefined:h,isDate:y,isFile:_,isBlob:w,isRegExp:$,isFunction:g,isStream:e=>m(e)&&g(e.pipe),isURLSearchParams:E,isTypedArray:C,isFileList:j,forEach:O,merge:function e(){const{caseless:t}=A(this)&&this||{},n={},r=(r,i)=>{const o=t&&x(n,i)||i;b(n[o])&&b(r)?n[o]=e(n[o],r):b(r)?n[o]=e({},r):f(r)?n[o]=r.slice():n[o]=r};for(let e=0,t=arguments.length;e(O(t,((t,r)=>{n&&g(t)?e[r]=i(t,n):e[r]=t}),{allOwnKeys:r}),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,o,a;const c={};if(t=t||{},null==e)return t;do{for(i=Object.getOwnPropertyNames(e),o=i.length;o-- >0;)a=i[o],r&&!r(a,e,t)||c[a]||(t[a]=e[a],c[a]=!0);e=!1!==n&&s(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:a,kindOfTest:u,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(f(e))return e;let t=e.length;if(!v(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:R,hasOwnProperty:I,hasOwnProp:I,reduceDescriptors:k,freezeMethods:e=>{k(e,((t,n)=>{if(g(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];g(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 f(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:S,isContextDefined:A,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&&g(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(m(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const i=f(e)?[]:{};return O(e,((e,t)=>{const o=n(e,r+1);!h(o)&&(i[t]=o)})),t[r]=void 0,i}}return e};return n(e,0)},isAsyncFn:D,isThenable:e=>e&&(m(e)||g(e))&&g(e.then)&&g(e.catch)};function U(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)}M.inherits(U,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:M.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const B=U.prototype,F={};["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=>{F[e]={value:e}})),Object.defineProperties(U,F),Object.defineProperty(B,"isAxiosError",{value:!0}),U.from=(e,t,n,r,i,o)=>{const s=Object.create(B);return M.toFlatObject(e,s,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),U.call(s,e.message,t,n,r,i),s.cause=e,s.name=e.name,o&&Object.assign(s,o),s};const G=U;var z=n(48764).lW;function q(e){return M.isPlainObject(e)||M.isArray(e)}function H(e){return M.endsWith(e,"[]")?e.slice(0,-2):e}function V(e,t,n){return e?e.concat(t).map((function(e,t){return e=H(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}const W=M.toFlatObject(M,{},null,(function(e){return/^is[A-Z]/.test(e)}));const X=function(e,t,n){if(!M.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=M.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!M.isUndefined(t[e])}))).metaTokens,i=n.visitor||u,o=n.dots,s=n.indexes,a=(n.Blob||"undefined"!=typeof Blob&&Blob)&&M.isSpecCompliantForm(t);if(!M.isFunction(i))throw new TypeError("visitor must be a function");function c(e){if(null===e)return"";if(M.isDate(e))return e.toISOString();if(!a&&M.isBlob(e))throw new G("Blob is not supported. Use a Buffer instead.");return M.isArrayBuffer(e)||M.isTypedArray(e)?a&&"function"==typeof Blob?new Blob([e]):z.from(e):e}function u(e,n,i){let a=e;if(e&&!i&&"object"==typeof e)if(M.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(M.isArray(e)&&function(e){return M.isArray(e)&&!e.some(q)}(e)||(M.isFileList(e)||M.endsWith(n,"[]"))&&(a=M.toArray(e)))return n=H(n),a.forEach((function(e,r){!M.isUndefined(e)&&null!==e&&t.append(!0===s?V([n],r,o):null===s?n:n+"[]",c(e))})),!1;return!!q(e)||(t.append(V(i,n,o),c(e)),!1)}const l=[],f=Object.assign(W,{defaultVisitor:u,convertValue:c,isVisitable:q});if(!M.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!M.isUndefined(n)){if(-1!==l.indexOf(n))throw Error("Circular reference detected in "+r.join("."));l.push(n),M.forEach(n,(function(n,o){!0===(!(M.isUndefined(n)||null===n)&&i.call(t,n,M.isString(o)?o.trim():o,r,f))&&e(n,r?r.concat(o):[o])})),l.pop()}}(e),t};function K(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function J(e,t){this._pairs=[],e&&X(e,this,t)}const Y=J.prototype;Y.append=function(e,t){this._pairs.push([e,t])},Y.toString=function(e){const t=e?function(t){return e.call(this,t,K)}:K;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};const Z=J;function Q(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ee(e,t,n){if(!t)return e;const r=n&&n.encode||Q,i=n&&n.serialize;let o;if(o=i?i(t,n):M.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 te=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){M.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},ne={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},re={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Z,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},ie="undefined"!=typeof window&&"undefined"!=typeof document,oe=(se="undefined"!=typeof navigator&&navigator.product,ie&&["ReactNative","NativeScript","NS"].indexOf(se)<0);var se;const ae="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,ce={...r,...re};const ue=function(e){function t(e,n,r,i){let o=e[i++];const s=Number.isFinite(+o),a=i>=e.length;if(o=!o&&M.isArray(r)?r.length:o,a)return M.hasOwnProp(r,o)?r[o]=[r[o],n]:r[o]=n,!s;r[o]&&M.isObject(r[o])||(r[o]=[]);return t(e,n,r[o],i)&&M.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{t(function(e){return M.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),r,n,0)})),n}return null};const le={transitional:ne,adapter:["xhr","http"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,i=M.isObject(e);i&&M.isHTMLForm(e)&&(e=new FormData(e));if(M.isFormData(e))return r&&r?JSON.stringify(ue(e)):e;if(M.isArrayBuffer(e)||M.isBuffer(e)||M.isStream(e)||M.isFile(e)||M.isBlob(e))return e;if(M.isArrayBufferView(e))return e.buffer;if(M.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 X(e,new ce.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return ce.isNode&&M.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((o=M.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return X(o?{"files[]":e}:e,t&&new t,this.formSerializer)}}return i||r?(t.setContentType("application/json",!1),function(e,t,n){if(M.isString(e))try{return(t||JSON.parse)(e),M.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||le.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(e&&M.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 G.from(e,G.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:ce.classes.FormData,Blob:ce.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};M.forEach(["delete","get","head","post","put","patch"],(e=>{le.headers[e]={}}));const fe=le,he=M.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"]),de=Symbol("internals");function pe(e){return e&&String(e).trim().toLowerCase()}function ge(e){return!1===e||null==e?e:M.isArray(e)?e.map(ge):String(e)}function ve(e,t,n,r,i){return M.isFunction(r)?r.call(this,t,n):(i&&(t=n),M.isString(t)?M.isString(r)?-1!==t.indexOf(r):M.isRegExp(r)?r.test(t):void 0:void 0)}class me{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function i(e,t,n){const i=pe(t);if(!i)throw new Error("header name must be a non-empty string");const o=M.findKey(r,i);(!o||void 0===r[o]||!0===n||void 0===n&&!1!==r[o])&&(r[o||t]=ge(e))}const o=(e,t)=>M.forEach(e,((e,n)=>i(e,n,t)));return M.isPlainObject(e)||e instanceof this.constructor?o(e,t):M.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]&&he[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=pe(e)){const n=M.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(M.isFunction(t))return t.call(this,e,n);if(M.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=pe(e)){const n=M.findKey(this,e);return!(!n||void 0===this[n]||t&&!ve(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function i(e){if(e=pe(e)){const i=M.findKey(n,e);!i||t&&!ve(0,n[i],i,t)||(delete n[i],r=!0)}}return M.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&&!ve(0,this[i],i,e,!0)||(delete this[i],r=!0)}return r}normalize(e){const t=this,n={};return M.forEach(this,((r,i)=>{const o=M.findKey(n,i);if(o)return t[o]=ge(r),void delete t[i];const s=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(i):String(i).trim();s!==i&&delete t[i],t[s]=ge(r),n[s]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return M.forEach(this,((n,r)=>{null!=n&&!1!==n&&(t[r]=e&&M.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[de]=this[de]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=pe(e);t[r]||(!function(e,t){const n=M.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 M.isArray(e)?e.forEach(r):r(e),this}}me.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),M.reduceDescriptors(me.prototype,(({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}})),M.freezeMethods(me);const be=me;function ye(e,t){const n=this||fe,r=t||n,i=be.from(r.headers);let o=r.data;return M.forEach(e,(function(e){o=e.call(n,o,i.normalize(),t?t.status:void 0)})),i.normalize(),o}function _e(e){return!(!e||!e.__CANCEL__)}function we(e,t,n){G.call(this,null==e?"canceled":e,G.ERR_CANCELED,t,n),this.name="CanceledError"}M.inherits(we,G,{__CANCEL__:!0});const je=we;const Ee=ce.hasStandardBrowserEnv?{write:function(e,t,n,r,i,o){const s=[];s.push(e+"="+encodeURIComponent(t)),M.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),M.isString(r)&&s.push("path="+r),M.isString(i)&&s.push("domain="+i),!0===o&&s.push("secure"),document.cookie=s.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 Oe(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 xe=ce.hasStandardBrowserEnv?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=M.isString(e)?r(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return!0};const Se=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let i,o=0,s=0;return t=void 0!==t?t:1e3,function(a){const c=Date.now(),u=r[s];i||(i=c),n[o]=a,r[o]=c;let l=s,f=0;for(;l!==o;)f+=n[l++],l%=e;if(o=(o+1)%e,o===s&&(s=(s+1)%e),c-i{const o=i.loaded,s=i.lengthComputable?i.total:void 0,a=o-n,c=r(a);n=o;const u={loaded:o,total:s,progress:s?o/s:void 0,bytes:a,rate:c||void 0,estimated:c&&s&&o<=s?(s-o)/c:void 0,event:i};u[t?"download":"upload"]=!0,e(u)}}const Ce={http:null,xhr:"undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){let r=e.data;const i=be.from(e.headers).normalize(),o=e.responseType;let s,a;function c(){e.cancelToken&&e.cancelToken.unsubscribe(s),e.signal&&e.signal.removeEventListener("abort",s)}if(M.isFormData(r))if(ce.hasStandardBrowserEnv||ce.hasStandardBrowserWebWorkerEnv)i.setContentType(!1);else if(!1!==(a=i.getContentType())){const[e,...t]=a?a.split(";").map((e=>e.trim())).filter(Boolean):[];i.setContentType([e||"multipart/form-data",...t].join("; "))}let u=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=Oe(e.baseURL,e.url);function f(){if(!u)return;const r=be.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders());!function(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new G("Request failed with status code "+n.status,[G.ERR_BAD_REQUEST,G.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}((function(e){t(e),c()}),(function(e){n(e),c()}),{data:o&&"text"!==o&&"json"!==o?u.response:u.responseText,status:u.status,statusText:u.statusText,headers:r,config:e,request:u}),u=null}if(u.open(e.method.toUpperCase(),ee(l,e.params,e.paramsSerializer),!0),u.timeout=e.timeout,"onloadend"in u?u.onloadend=f:u.onreadystatechange=function(){u&&4===u.readyState&&(0!==u.status||u.responseURL&&0===u.responseURL.indexOf("file:"))&&setTimeout(f)},u.onabort=function(){u&&(n(new G("Request aborted",G.ECONNABORTED,e,u)),u=null)},u.onerror=function(){n(new G("Network Error",G.ERR_NETWORK,e,u)),u=null},u.ontimeout=function(){let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const r=e.transitional||ne;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new G(t,r.clarifyTimeoutError?G.ETIMEDOUT:G.ECONNABORTED,e,u)),u=null},ce.hasStandardBrowserEnv){const t=xe(l)&&e.xsrfCookieName&&Ee.read(e.xsrfCookieName);t&&i.set(e.xsrfHeaderName,t)}void 0===r&&i.setContentType(null),"setRequestHeader"in u&&M.forEach(i.toJSON(),(function(e,t){u.setRequestHeader(t,e)})),M.isUndefined(e.withCredentials)||(u.withCredentials=!!e.withCredentials),o&&"json"!==o&&(u.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&u.addEventListener("progress",Ae(e.onDownloadProgress,!0)),"function"==typeof e.onUploadProgress&&u.upload&&u.upload.addEventListener("progress",Ae(e.onUploadProgress)),(e.cancelToken||e.signal)&&(s=t=>{u&&(n(!t||t.type?new je(null,e,u):t),u.abort(),u=null)},e.cancelToken&&e.cancelToken.subscribe(s),e.signal&&(e.signal.aborted?s():e.signal.addEventListener("abort",s)));const h=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(l);h&&-1===ce.protocols.indexOf(h)?n(new G("Unsupported protocol "+h+":",G.ERR_BAD_REQUEST,e)):u.send(r||null)}))}};M.forEach(Ce,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const Te=e=>`- ${e}`,Re=e=>M.isFunction(e)||null===e||!1===e,Ie=e=>{e=M.isArray(e)?e:[e];const{length:t}=e;let n,r;const i={};for(let o=0;o`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));let n=t?e.length>1?"since :\n"+e.map(Te).join("\n"):" "+Te(e[0]):"as no adapter specified";throw new G("There is no suitable adapter to dispatch the request "+n,"ERR_NOT_SUPPORT")}return r};function $e(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new je(null,e)}function ke(e){$e(e),e.headers=be.from(e.headers),e.data=ye.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return Ie(e.adapter||fe.adapter)(e).then((function(t){return $e(e),t.data=ye.call(e,e.transformResponse,t),t.headers=be.from(t.headers),t}),(function(t){return _e(t)||($e(e),t&&t.response&&(t.response.data=ye.call(e,e.transformResponse,t.response),t.response.headers=be.from(t.response.headers))),Promise.reject(t)}))}const Ne=e=>e instanceof be?e.toJSON():e;function Le(e,t){t=t||{};const n={};function r(e,t,n){return M.isPlainObject(e)&&M.isPlainObject(t)?M.merge.call({caseless:n},e,t):M.isPlainObject(t)?M.merge({},t):M.isArray(t)?t.slice():t}function i(e,t,n){return M.isUndefined(t)?M.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function o(e,t){if(!M.isUndefined(t))return r(void 0,t)}function s(e,t){return M.isUndefined(t)?M.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function a(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:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(e,t)=>i(Ne(e),Ne(t),!0)};return M.forEach(Object.keys(Object.assign({},e,t)),(function(r){const o=c[r]||i,s=o(e[r],t[r],r);M.isUndefined(s)&&o!==a||(n[r]=s)})),n}const Pe="1.6.1",De={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{De[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const Me={};De.transitional=function(e,t,n){function r(e,t){return"[Axios v1.6.1] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,i,o)=>{if(!1===e)throw new G(r(i," has been removed"+(t?" in "+t:"")),G.ERR_DEPRECATED);return t&&!Me[i]&&(Me[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 Ue={assertOptions:function(e,t,n){if("object"!=typeof e)throw new G("options must be an object",G.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let i=r.length;for(;i-- >0;){const o=r[i],s=t[o];if(s){const t=e[o],n=void 0===t||s(t,o,e);if(!0!==n)throw new G("option "+o+" must be "+n,G.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new G("Unknown option "+o,G.ERR_BAD_OPTION)}},validators:De},Be=Ue.validators;class Fe{constructor(e){this.defaults=e,this.interceptors={request:new te,response:new te}}request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=Le(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:i}=t;void 0!==n&&Ue.assertOptions(n,{silentJSONParsing:Be.transitional(Be.boolean),forcedJSONParsing:Be.transitional(Be.boolean),clarifyTimeoutError:Be.transitional(Be.boolean)},!1),null!=r&&(M.isFunction(r)?t.paramsSerializer={serialize:r}:Ue.assertOptions(r,{encode:Be.function,serialize:Be.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let o=i&&M.merge(i.common,i[t.method]);i&&M.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete i[e]})),t.headers=be.concat(o,i);const s=[];let a=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(a=a&&e.synchronous,s.unshift(e.fulfilled,e.rejected))}));const c=[];let u;this.interceptors.response.forEach((function(e){c.push(e.fulfilled,e.rejected)}));let l,f=0;if(!a){const e=[ke.bind(this),void 0];for(e.unshift.apply(e,s),e.push.apply(e,c),l=e.length,u=Promise.resolve(t);f{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 je(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 ze((function(t){e=t})),cancel:e}}}const qe=ze;const He={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(He).forEach((([e,t])=>{He[t]=e}));const Ve=He;const We=function e(t){const n=new Ge(t),r=i(Ge.prototype.request,n);return M.extend(r,Ge.prototype,n,{allOwnKeys:!0}),M.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(Le(t,n))},r}(fe);We.Axios=Ge,We.CanceledError=je,We.CancelToken=qe,We.isCancel=_e,We.VERSION=Pe,We.toFormData=X,We.AxiosError=G,We.Cancel=We.CanceledError,We.all=function(e){return Promise.all(e)},We.spread=function(e){return function(t){return e.apply(null,t)}},We.isAxiosError=function(e){return M.isObject(e)&&!0===e.isAxiosError},We.mergeConfig=Le,We.AxiosHeaders=be,We.formToJSON=e=>ue(M.isHTMLForm(e)?new FormData(e):e),We.getAdapter=Ie,We.HttpStatusCode=Ve,We.default=We;const Xe=We;var Ke=n(77958),Je=n(79753),Ye=function(){return Ye=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0&&i[i.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!i||a[1]>i[0]&&a[1]{"use strict";n.d(t,{Ld:()=>u,j8:()=>f,r1:()=>l});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 s{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 a=null;function c(){return null!==a?a:"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),a=void 0!==window?._nc_event_bus?new o(window._nc_event_bus):window._nc_event_bus=new s,a)}function u(e,t){c().subscribe(e,t)}function l(e,t){c().unsubscribe(e,t)}function f(e,t){c().emit(e,t)}}},o={};function s(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={id:e,loaded:!1,exports:{}};return i[e].call(n.exports,n,n.exports,s),n.loaded=!0,n.exports}s.m=i,s.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return s.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,s.t=function(n,r){if(1&r&&(n=this(n)),8&r)return n;if("object"==typeof n&&n){if(4&r&&n.__esModule)return n;if(16&r&&"function"==typeof n.then)return n}var i=Object.create(null);s.r(i);var o={};e=e||[null,t({}),t([]),t(t)];for(var a=2&r&&n;"object"==typeof a&&!~e.indexOf(a);a=t(a))Object.getOwnPropertyNames(a).forEach((e=>o[e]=()=>n[e]));return o.default=()=>n,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="+{mermaid:"79dd7a6b39718f63613f","vendors-node_modules_nextcloud_vue_dist_index_mjs":"c879caee2e62e8bb4121","vendors-node_modules_braintree_sanitize-url_dist_index_js-node_modules_quartzy_markdown-it-me-01b328":"8566500d841dec8abdbe","vendors-node_modules_nextcloud_paths_dist_index_js-node_modules_nextcloud_dialogs_dist_index_-6caa07":"f5ad9fa64244b48addfd","vendors-node_modules_nextcloud_dialogs_dist_chunks_toast-7xJhDYMn_mjs":"e883f69a95ab069bfaee","vendors-node_modules_path-normalize_lib_index_js-node_modules_proxy-polyfill_src_index_js-nod-598231":"0cbed9c9d6cdaa285205","src_extensions_index_js-src_components_Editor_EditorOutline_vue-data_image_svg_xml_3csvg_20xm-1ac8cb":"c3bee3f28b507d705bda",editor:"254da8f5b876c3c66d1b","files-modal":"4c14bcf70eb8deb9d62c","src_views_RichWorkspace_vue-node_modules_nextcloud_vue_dist_chunks_emoji-tllD0Rvt_mjs-node_mo-23061b":"4dd776a00eb757349b64","node_modules_nextcloud_dialogs_dist_chunks_index-1zThpkd0_mjs":"1506f448d0d08dc02deb","vendors-node_modules_dagre-d3-es_src_dagre_index_js":"71774679b7030d5fd0ad","vendors-node_modules_mdast-util-from-markdown_lib_index_js":"14222a390ba2fff4b48a","node_modules_dagre-d3-es_src_graphlib_json_js-node_modules_dagre-d3-es_src_index_js-node_modu-e535e5":"709a4d7b9f78025ffca1","node_modules_dagre-d3-es_src_dagre-js_label_add-html-label_js-node_modules_dagre-d3-es_src_gr-77e053":"e91ce96589a301f01744","node_modules_uuid_dist_esm-browser_v5_js":"22b0029b4a168558f125","node_modules_dayjs_plugin_advancedFormat_js-node_modules_dayjs_plugin_customParseFormat_js-no-96543d":"e4d85f32a50e1bbe8686","node_modules_dagre-d3-es_src_graphlib_json_js-_33010":"a7fb1c95d0dc699032f7","node_modules_dagre-d3-es_src_graphlib_json_js-_33011":"6fd73c4eb10eb3f25d21","vendors-node_modules_elkjs_lib_elk_bundled_js":"7d7b2fe00ae395ea9fc1","vendors-node_modules_cytoscape-cose-bilkent_cytoscape-cose-bilkent_js-node_modules_cytoscape_-439e91":"37ef7bb92904c966b27e","node_modules_d3-sankey_src_sankey_js-node_modules_d3-sankey_src_sankeyLinkHorizontal_js":"1aa2e55bfe9136b8de79","node_modules_dagre-d3-es_src_graphlib_index_js-node_modules_khroma_dist_methods_channel_js-no-824696":"a9425a98f366222558b9","highlight/1c":"60571dd821090b74b49a","highlight/1c-js-js":"a18235c16a0f83fd4a2e","highlight/abnf":"44cf17ebe24976f8f2ab","highlight/abnf-js-js":"0a560d0c3f6225367c4d","highlight/accesslog":"05db2409d6820132a5b1","highlight/accesslog-js-js":"88693c2e14bbbb21bfd9","highlight/actionscript":"afdd05f134db26336fc3","highlight/actionscript-js-js":"0660156cf517a9d29773","highlight/ada":"697757ceaf8f64eb69c2","highlight/ada-js-js":"c3ec68b231246b8667c0","highlight/angelscript":"7ff4f066064b9d2ce8a4","highlight/angelscript-js-js":"b09165ccb51638dc8f9c","highlight/apache":"d43f90aa96ace3cd1815","highlight/apache-js-js":"b17b629e9d1c904f3b78","highlight/applescript":"4991a2f667d50e1125bb","highlight/applescript-js-js":"1fdcb16efd151304f2e0","highlight/arcade":"1b70a83d56fd2dd93f6a","highlight/arcade-js-js":"8f337304df03e13c67fa","highlight/arduino":"35b8b786a278bac66ffd","highlight/arduino-js-js":"6faccd031f84a39d2f2d","highlight/armasm":"8f2076532df6bc1caf31","highlight/armasm-js-js":"a9d2a08c5a6f38d99763","highlight/asciidoc":"866bfbcf61e64001de70","highlight/asciidoc-js-js":"89faa1d03dfeea8ba2ba","highlight/aspectj":"2f3583863e11029fa645","highlight/aspectj-js-js":"0f1867b12a4f98bcb16e","highlight/autohotkey":"1fe97147aab3cbe9b85d","highlight/autohotkey-js-js":"32a4db01947d9fadf32c","highlight/autoit":"1375128c5f36bc4427f7","highlight/autoit-js-js":"ba4a51f3b9d14ac20a22","highlight/avrasm":"b5bf71c9023167381696","highlight/avrasm-js-js":"beec1745d307b0058020","highlight/awk":"e80fbced25d377e9cc7a","highlight/awk-js-js":"8dc8c015d8126605ede6","highlight/axapta":"f2d6b5d08178e6e2c8d2","highlight/axapta-js-js":"547ace127a92e6d17e60","highlight/bash":"bef1fea47a29b94e2d24","highlight/bash-js-js":"3896eb4375802768ad27","highlight/basic":"5543c98b4f3c195d870c","highlight/basic-js-js":"6d25168ad8e0a3ac22fd","highlight/bnf":"a019e5f6e6d8d06377f6","highlight/bnf-js-js":"6f3e71abdd1acc3d2567","highlight/brainfuck":"b8d18171fd45ebdf1af6","highlight/brainfuck-js-js":"fe6ed2589ba3f60c637d","highlight/c":"fd667cdba1ebc5761498","highlight/c-js-js":"22b97880c27b80df19eb","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":"cd3c7d247f4a757aabad","highlight/coffeescript":"28d5106628a554d6496d","highlight/coffeescript-js-js":"04fa5e21804e127bb9f8","highlight/coq":"1faf7321fda64444fd08","highlight/coq-js-js":"6882923d56a685b37888","highlight/cos":"e94a52d19123673cc449","highlight/cos-js-js":"6a95e3a3190114f89b33","highlight/cpp":"93252fd671d36d541228","highlight/cpp-js-js":"435c32c7b8d362212b14","highlight/crmsh":"1009e65959edf6b73430","highlight/crmsh-js-js":"94ff862dd8fca34932f0","highlight/crystal":"18e717c6e4bb14a0227a","highlight/crystal-js-js":"55db6bafd376a542dfe2","highlight/csharp":"ec799b85c573e8dd5aa9","highlight/csharp-js-js":"1da70325a63d23f15e0c","highlight/csp":"281dd2b6a5110d98a859","highlight/csp-js-js":"892daf8fcab81f876937","highlight/css":"cac3dd353ca818fa96e4","highlight/css-js-js":"dbf9c35cd040ef95f3cd","highlight/d":"52e92ed2119a66e005e7","highlight/d-js-js":"ceb818479a15c84da64c","highlight/dart":"6d59be2a53a27d3b6e67","highlight/dart-js-js":"18fe9b5ac7fcd353a0b6","highlight/delphi":"2dab2450dd369edfa4a3","highlight/delphi-js-js":"8513578f3ddfa6983e16","highlight/diff":"daa313846a32c6d3dcca","highlight/diff-js-js":"a4c85a25b066419e3d24","highlight/django":"f2d0628b3370a2bd76ff","highlight/django-js-js":"103f3085acae2044c3bc","highlight/dns":"732cd30b72a6b4ef7924","highlight/dns-js-js":"25ca0948aa1cd7d2c503","highlight/dockerfile":"2a8b647c9f93f89c0f16","highlight/dockerfile-js-js":"44ef18a86f5aaccd55f2","highlight/dos":"a8fc4e96310323cddb22","highlight/dos-js-js":"4ba4e7d65950a7f4380d","highlight/dsconfig":"40528f2c63f840e1a420","highlight/dsconfig-js-js":"93f8d986a8226db00f10","highlight/dts":"af5659be6cc84be5b841","highlight/dts-js-js":"0ebd1a59981ef472a787","highlight/dust":"0f77d529de2ef5de2d23","highlight/dust-js-js":"3c3776f3e006858b5832","highlight/ebnf":"d482a6496114392057e7","highlight/ebnf-js-js":"2b07c2a1dd25486f451d","highlight/elixir":"0f6ae88808bd1a31c9d3","highlight/elixir-js-js":"5f98b89b9ebf18ca6975","highlight/elm":"23e1f5a07af37b446f19","highlight/elm-js-js":"7a2a377792b1b2433fc8","highlight/erb":"af2e8b5238ed5877dea0","highlight/erb-js-js":"7ea2032a522e2b7749ea","highlight/erlang":"fe356a9e5c2e9b39b4d6","highlight/erlang-repl":"7b1a66b631fc314a68bd","highlight/erlang-repl-js-js":"93beea8dabff11f5c433","highlight/erlang-js-js":"fc95b9a68f5ed812347f","highlight/excel":"20611bc5219d14a50b96","highlight/excel-js-js":"5281f8400781a077d679","highlight/fix":"9c1dfd8ae09bacaf8be7","highlight/fix-js-js":"9801459fab8660aac565","highlight/flix":"2c44ba03732f1a292b0e","highlight/flix-js-js":"80b671b5c164e3b81dd8","highlight/fortran":"9e8d1cec0e82ac2197c9","highlight/fortran-js-js":"19e857d4c1249d094fef","highlight/fsharp":"a36f5d902959c55dc4bc","highlight/fsharp-js-js":"dd9666106c251c834cf0","highlight/gams":"35c6585dadad2f9392fe","highlight/gams-js-js":"4397d79709a5af0d4284","highlight/gauss":"51aea2a8aa68416e1b0d","highlight/gauss-js-js":"1f427eb0ebbd39a0189c","highlight/gcode":"a05bfe996ded2803dd90","highlight/gcode-js-js":"864dbdfe06cba7141ebe","highlight/gherkin":"86eefbfc3e3461d30b85","highlight/gherkin-js-js":"82eaff91c16df5c88577","highlight/glsl":"03c9c9e4b5d50c0ab49b","highlight/glsl-js-js":"a7661648b59704baeaa0","highlight/gml":"3f764eac3bb800e059e5","highlight/gml-js-js":"4e653f5c9ccb166a9c50","highlight/go":"fb1595b905683e2b19a1","highlight/go-js-js":"aa02802cc350f0153056","highlight/golo":"a221ff67c4fc5926b108","highlight/golo-js-js":"eb71bdef583e289a580e","highlight/gradle":"fe8a06a11ee412945f04","highlight/gradle-js-js":"7041fb7786ffcae3b234","highlight/graphql":"5ae245b71a423cc3241f","highlight/graphql-js-js":"0f0e98c4b7d7d36be688","highlight/groovy":"4e747e54608071de5a5e","highlight/groovy-js-js":"4dc3a184f5fecef89600","highlight/haml":"4914c9e47c186e2af33c","highlight/haml-js-js":"88f5a45299b44d9f7d00","highlight/handlebars":"6f91685f46331518d14e","highlight/handlebars-js-js":"0085aa34e1ea317a4948","highlight/haskell":"af9589f1a8263e86270d","highlight/haskell-js-js":"ebb8d92eb33cfeb47df0","highlight/haxe":"ff48fd202c4766f971ef","highlight/haxe-js-js":"e229b436cabd5eba7c38","highlight/hsp":"e2f56cfb5cea59bff4e3","highlight/hsp-js-js":"5b478084c6701dfab70b","highlight/http":"d0f6e0c64b99baba774d","highlight/http-js-js":"bde714de966410f48f57","highlight/hy":"4aa2e420aef64868991d","highlight/hy-js-js":"1322414b507747aaed44","highlight/inform7":"72abe11092f55c7a4fb0","highlight/inform7-js-js":"4e796776d182eaaad167","highlight/ini":"ceed225d7dfb4090ec3b","highlight/ini-js-js":"5334d58679eaeb2e3f9a","highlight/irpf90":"1b201d0aa0df390bc719","highlight/irpf90-js-js":"85d85e8beb44b067b961","highlight/isbl":"17bd0cb6d546f88872e1","highlight/isbl-js-js":"f9f95135165010cc1e7e","highlight/java":"4467ea7ba44234bb8f18","highlight/java-js-js":"4dd439877e4e03025ba7","highlight/javascript":"7f226331e004e0c8243d","highlight/javascript-js-js":"73924dc436bae51631f1","highlight/jboss-cli":"9a24f5d7fc1167b594b9","highlight/jboss-cli-js-js":"72f076f6fa95fc64b1fb","highlight/json":"c22594286a901c9359a6","highlight/json-js-js":"694d9d3df4cbb37a340e","highlight/julia":"61f1430ad08a4cfb13a9","highlight/julia-repl":"f5be4c2c71d99cf59924","highlight/julia-repl-js-js":"42d4e642dfedefe1847a","highlight/julia-js-js":"e318702e5b4064096a54","highlight/kotlin":"f55fef9c56d430faf593","highlight/kotlin-js-js":"4ec25479ca32a257c54e","highlight/lasso":"9a7025219ae37740e1ea","highlight/lasso-js-js":"0c6c709a339494dd244c","highlight/latex":"732f1c2c2453f95e563f","highlight/latex-js-js":"37bf2b4b2cb7dad8740d","highlight/ldif":"30b9e909df345090e89b","highlight/ldif-js-js":"774a2ecf547240f30ec5","highlight/leaf":"14475923520f17a3d110","highlight/leaf-js-js":"f3b8adb28806d9bdd3a9","highlight/less":"de94bd54588bf0cbd87f","highlight/less-js-js":"15fe11866136360710b2","highlight/lisp":"1b19597997064517e49c","highlight/lisp-js-js":"a150ada2ae872409a49b","highlight/livecodeserver":"20fc6459bbedc1d8436c","highlight/livecodeserver-js-js":"720b026ad544f5eaa63a","highlight/livescript":"86d8bd82be66c07ab3ba","highlight/livescript-js-js":"f5ecfff83c5121ba10af","highlight/llvm":"74bf320ee0fbdf890f13","highlight/llvm-js-js":"313d0319af75644f98d7","highlight/lsl":"2af2c1df03392f4a33e9","highlight/lsl-js-js":"3dad2ea0ee897050b163","highlight/lua":"2edea9e56c7cb67f6062","highlight/lua-js-js":"e7db269bab9fc22787c6","highlight/makefile":"3d1bcc5c4fabf65aa4b0","highlight/makefile-js-js":"f5a6e4189fc1505aa812","highlight/markdown":"745257a411111bf58283","highlight/markdown-js-js":"3d82f9ad347531708707","highlight/mathematica":"a89434791e07e8ee0038","highlight/mathematica-js-js":"1525019847ed970b92f5","highlight/matlab":"14293ec301a9a583cb48","highlight/matlab-js-js":"8a451a372fab581db523","highlight/maxima":"0a7f00ac948da692653d","highlight/maxima-js-js":"0f3d3dd9fb77bd53e823","highlight/mel":"ca72020c8220f29f6a5f","highlight/mel-js-js":"8573f84320dd6a909b15","highlight/mercury":"7e6c2687c9fc72e2055e","highlight/mercury-js-js":"f7393f66e73a29729c45","highlight/mipsasm":"1e1d57b5c23e57797042","highlight/mipsasm-js-js":"ccee091ed67246de6efd","highlight/mizar":"64e5dead9ff49a49cc6a","highlight/mizar-js-js":"ff24b8c6c86289c5853d","highlight/mojolicious":"ce4f373f8de79d99c17a","highlight/mojolicious-js-js":"c1e335e7b9af94137ee2","highlight/monkey":"c68e27eb0b4b0147a061","highlight/monkey-js-js":"ac0f01de33cfdbf4cbab","highlight/moonscript":"1d305fffb98da1277505","highlight/moonscript-js-js":"0e80dc67258ccf294c93","highlight/n1ql":"cd6a71861da62c03305b","highlight/n1ql-js-js":"a9d048c5e50375924a5f","highlight/nestedtext":"f4bd7b623e2a2974a5a1","highlight/nestedtext-js-js":"a059011de362e4f206a0","highlight/nginx":"874c90e91b1947f879ab","highlight/nginx-js-js":"f2de40c914da80e9f19a","highlight/nim":"e7a0961d9ce8015f3651","highlight/nim-js-js":"5bc7a12df4cf929bf57d","highlight/nix":"375922447fe2ed5878b6","highlight/nix-js-js":"31908755e85cef75c14f","highlight/node-repl":"3919d002ab5c0f76ac28","highlight/node-repl-js-js":"66724f391711306cc409","highlight/nsis":"ab143f22c1fa2eedb313","highlight/nsis-js-js":"b24d39ee04ee48ad8b18","highlight/objectivec":"f6c18728ae5b3782e6be","highlight/objectivec-js-js":"9e6a035ac64e262e37a2","highlight/ocaml":"6bcbade59cc829d5b0ca","highlight/ocaml-js-js":"602285d6c5d0d92444ec","highlight/openscad":"08af918b5dcbf017d2a8","highlight/openscad-js-js":"145c2dc15c7af0d8b2a0","highlight/oxygene":"b327fdb6d3f031bbb324","highlight/oxygene-js-js":"510375bc5c9285e968eb","highlight/parser3":"2ca70819cf766cb4be23","highlight/parser3-js-js":"6a7fcea2214f8bdc1e1a","highlight/perl":"33ddb573039a1accd731","highlight/perl-js-js":"5997b0b1fe9ee4ceba62","highlight/pf":"72430017af54982e3c58","highlight/pf-js-js":"f9788b99e81b3a5e19db","highlight/pgsql":"7e6e94cfdd73b7b36811","highlight/pgsql-js-js":"fe09f89438cbc7600d7b","highlight/php":"280972243ce0745fd755","highlight/php-template":"f85aea6129c23b1ff564","highlight/php-template-js-js":"6d2c5ff2ffcafe8d9cf3","highlight/php-js-js":"f29c4933709b7f32d8f7","highlight/plaintext":"81cb64e58d4cc0c02de8","highlight/plaintext-js-js":"88c16fd41ee4d517ee27","highlight/pony":"9d39ac3617ad4ef6da11","highlight/pony-js-js":"ac70c74510d50925b12d","highlight/powershell":"554ec3869c697ddc7fa5","highlight/powershell-js-js":"494c6c72c1116a12ed9d","highlight/processing":"cdc0b826a3a3376d3208","highlight/processing-js-js":"a5af8f6a5a21590c93c0","highlight/profile":"0876c5a989114488cbb7","highlight/profile-js-js":"76b0d805e29b6f3f447c","highlight/prolog":"43364cfe027a2a04cfde","highlight/prolog-js-js":"2f5853b2d0e98a5db346","highlight/properties":"84797cbf4ffc75a80792","highlight/properties-js-js":"bd8ed6d2813076bf60c0","highlight/protobuf":"9779eec65cfbaa78ab2f","highlight/protobuf-js-js":"1d55f9438c804ea021cd","highlight/puppet":"4ec200d0b2adca9684bb","highlight/puppet-js-js":"ef632fd3c18c1386fc96","highlight/purebasic":"09a25a18019fac1d2477","highlight/purebasic-js-js":"609305e0ad6bffaf00a5","highlight/python":"c8e7a5937fe1df120ca9","highlight/python-repl":"12b0dce7606bdb691553","highlight/python-repl-js-js":"fb68b94c05ba2b91a33c","highlight/python-js-js":"c992c1069639e3e85a04","highlight/q":"9c0f9770a2930898a8dc","highlight/q-js-js":"dec16396e5b1a95636cf","highlight/qml":"db23597a4c2892eb554e","highlight/qml-js-js":"451c3683cc59e6014082","highlight/r":"78a0ef9657e7eef99da9","highlight/r-js-js":"a8132170d8903352412a","highlight/reasonml":"3ecea3db878dbe6b8e4a","highlight/reasonml-js-js":"b94a6b5b386275c12c4f","highlight/rib":"fff01e1b5076e16d2b20","highlight/rib-js-js":"ba98744a3b502e81a06e","highlight/roboconf":"f268e6618eafc2730bc8","highlight/roboconf-js-js":"5e136b7998072d7816c2","highlight/routeros":"e873bbf705477bef4aa1","highlight/routeros-js-js":"0f803187d305afa78cdd","highlight/rsl":"10dbc5fa8b78325c003e","highlight/rsl-js-js":"d613a93d20e2a5c667bc","highlight/ruby":"4122f9e1d4087ee80341","highlight/ruby-js-js":"9288fcdccf146d866952","highlight/ruleslanguage":"4837fc84a2be9937688f","highlight/ruleslanguage-js-js":"f8c612fc2a105d3a7381","highlight/rust":"d0c79d151a761fda059c","highlight/rust-js-js":"afffdcb434d8a78ddc30","highlight/sas":"110880afbfdb3eb74b75","highlight/sas-js-js":"979fb17612b38e042343","highlight/scala":"54ade10d95ef1c974e41","highlight/scala-js-js":"25f2574e526b74034c6f","highlight/scheme":"935af4097c9c844fc1fd","highlight/scheme-js-js":"a9fea2e30f72b8bf9918","highlight/scilab":"331300247a8065bed3f7","highlight/scilab-js-js":"eb4d48a22ae99f51f472","highlight/scss":"e4a42a7a82660956c227","highlight/scss-js-js":"132e56b3a0e2f7a3a974","highlight/shell":"bfeada102b798e322778","highlight/shell-js-js":"4da6f365b2e861fd1c1f","highlight/smali":"d430b3d6604d21a1f1c4","highlight/smali-js-js":"09383a404cf096be76c1","highlight/smalltalk":"131b40f45aaede861ec0","highlight/smalltalk-js-js":"4f6d82ebcd3f3151782e","highlight/sml":"f20d523f6a103fa6005a","highlight/sml-js-js":"803cb176cf6079f9f34f","highlight/sqf":"2bceab15b818c1590f57","highlight/sqf-js-js":"aed29715b35ad86762aa","highlight/sql":"674155b4e27ab08f5c4e","highlight/sql-js-js":"669ba88b49e9e9d2ba1c","highlight/stan":"26df45a62b9dfa22ddf4","highlight/stan-js-js":"3bf189cf30dd06266de2","highlight/stata":"d361a10a63a992d9da33","highlight/stata-js-js":"52b717afd9ccb09ce432","highlight/step21":"e6d783f08b4321a208ad","highlight/step21-js-js":"4d83318eaa255061ae69","highlight/stylus":"967e33fd5867c8124412","highlight/stylus-js-js":"9461d90d6cb1f4f0f86e","highlight/subunit":"d4625b59f98d98e45f87","highlight/subunit-js-js":"7df5969b25ff01f70e70","highlight/swift":"c5e0c483084c602c8b6a","highlight/swift-js-js":"b3ff7f7052bd65db4683","highlight/taggerscript":"b96b06a2a35cfb14e4ce","highlight/taggerscript-js-js":"ef209cbad718ab53a6fe","highlight/tap":"31fdd1cad7f876e8ef52","highlight/tap-js-js":"12ec5ae895610fcfc1c1","highlight/tcl":"4d7f6850f8a7961c91c4","highlight/tcl-js-js":"6852ebd73228d6124b29","highlight/thrift":"fbc3f6ed61ead1d96c20","highlight/thrift-js-js":"70da475b520514ffdf5f","highlight/tp":"5773fd1f5bc6030b1d38","highlight/tp-js-js":"b0d2bd9846ba62d5a207","highlight/twig":"6d071ee63e048b530ef2","highlight/twig-js-js":"8bb0173ded17cbd46e4f","highlight/typescript":"87eb1da38d5a3e50c804","highlight/typescript-js-js":"25ed692ca8a45feba453","highlight/vala":"489c75cd554d0c95f1c5","highlight/vala-js-js":"9ab3f9f8f1db1c6e11a6","highlight/vbnet":"49aea9874a75a1254c25","highlight/vbnet-js-js":"da4e94a84e4c2f3d342f","highlight/vbscript":"e1c3ec26e283427c9de4","highlight/vbscript-html":"723014f14b777f1e4990","highlight/vbscript-html-js-js":"e89731c7c5a04f93e428","highlight/vbscript-js-js":"58d8b10d485c8d170175","highlight/verilog":"d6cef4ad645954666480","highlight/verilog-js-js":"1e559dc767415c184c53","highlight/vhdl":"f0c18e92cc9ac259e49f","highlight/vhdl-js-js":"c43b240156c5d9d3ba44","highlight/vim":"f2abc5971fe61cf36f65","highlight/vim-js-js":"3b43da5761a0c995e114","highlight/wasm":"4f615e0364d3b51fbb9d","highlight/wasm-js-js":"e1f4d8ab9a995229023d","highlight/wren":"843c06fe4376cbe484ad","highlight/wren-js-js":"374e503952ba1f5da908","highlight/x86asm":"b68ed945ddf729246b09","highlight/x86asm-js-js":"ca881ce2be642d0d236b","highlight/xl":"9979735063c70e38957a","highlight/xl-js-js":"3bf66fa2225439c7b401","highlight/xml":"69e66959eb444da5a27b","highlight/xml-js-js":"2748c34f96fac36c7ec9","highlight/xquery":"fd78bdc172974424c263","highlight/xquery-js-js":"25965de593bd827caccc","highlight/yaml":"faccced13cf7009a1d21","highlight/yaml-js-js":"55b7ef75ceb977135c7e","highlight/zephir":"573871ee1969f9de654a","highlight/zephir-js-js":"f4512f00b9ec1892245f","editor-collab":"108f1eb443df24e58fe7","editor-guest":"bcdea71371ba99706394","data_image_svg_xml_3csvg_20xmlns_27http_www_w3_org_2000_svg_27_20width_2724_27_20height_2724_-f1ce30":"a8f4fe557b9b3b738002"}[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),n={},r="@nextcloud/text:",s.l=(e,t,i,o)=>{if(n[e])n[e].push(t);else{var a,c;if(void 0!==i)for(var u=document.getElementsByTagName("script"),l=0;l{a.onerror=a.onload=null,clearTimeout(d);var i=n[e];if(delete n[e],a.parentNode&&a.parentNode.removeChild(a),i&&i.forEach((e=>e(r))),t)return t(r)},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="text",s.p="/apps/text/js/",(()=>{s.b=document.baseURI||self.location.href;var e={text:0,"vendors-node_modules_vue_dist_vue_runtime_esm_js":0,src_store_index_js:0,"vendors-node_modules_nextcloud_axios_dist_index_es_mjs":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,u=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);u{"use strict";var e=s(25030);s.nc=btoa(OC.requestToken),s.p=OC.linkTo("text","js/"),document.getElementById("app-content")&&Promise.all([Promise.all([s.e("mermaid"),s.e("vendors-node_modules_nextcloud_vue_dist_index_mjs"),s.e("vendors-node_modules_braintree_sanitize-url_dist_index_js-node_modules_quartzy_markdown-it-me-01b328"),s.e("vendors-node_modules_nextcloud_paths_dist_index_js-node_modules_nextcloud_dialogs_dist_index_-6caa07"),s.e("vendors-node_modules_nextcloud_dialogs_dist_chunks_toast-7xJhDYMn_mjs"),s.e("vendors-node_modules_path-normalize_lib_index_js-node_modules_proxy-polyfill_src_index_js-nod-598231"),s.e("src_extensions_index_js-src_components_Editor_EditorOutline_vue-data_image_svg_xml_3csvg_20xm-1ac8cb"),s.e("editor")]).then(s.bind(s,20144)),Promise.all([s.e("mermaid"),s.e("vendors-node_modules_nextcloud_vue_dist_index_mjs"),s.e("vendors-node_modules_braintree_sanitize-url_dist_index_js-node_modules_quartzy_markdown-it-me-01b328"),s.e("vendors-node_modules_nextcloud_paths_dist_index_js-node_modules_nextcloud_dialogs_dist_index_-6caa07"),s.e("vendors-node_modules_nextcloud_dialogs_dist_chunks_toast-7xJhDYMn_mjs"),s.e("vendors-node_modules_path-normalize_lib_index_js-node_modules_proxy-polyfill_src_index_js-nod-598231"),s.e("src_extensions_index_js-src_components_Editor_EditorOutline_vue-data_image_svg_xml_3csvg_20xm-1ac8cb"),s.e("editor")]).then(s.bind(s,46190))]).then((t=>{const n=t[0].default;n.prototype.t=window.t,n.prototype.OCA=window.OCA;const r=t[1].default;new n({render:e=>e(r),store:e.default}).$mount(document.getElementById("app-content"))}))})()})(); //# sourceMappingURL=text-text.js.map?v=700a7f9987a1c8740763