File: /home/www/aritmodecarnaval/nextcloud/apps/richdocuments/js/richdocuments-document.js
/*! For license information please see richdocuments-document.js.LICENSE.txt */
(()=>{var e={67737:(t,e,n)=>{const r=n(85503),{MAX_LENGTH:o,MAX_SAFE_INTEGER:i}=n(35519),{re:a,t:s}=n(88238),c=n(74433),{compareIdentifiers:u}=n(63242);class l{constructor(t,e){if(e=c(e),t instanceof l){if(t.loose===!!e.loose&&t.includePrerelease===!!e.includePrerelease)return t;t=t.version}else if("string"!=typeof t)throw new TypeError(`Invalid Version: ${t}`);if(t.length>o)throw new TypeError(`version is longer than ${o} characters`);r("SemVer",t,e),this.options=e,this.loose=!!e.loose,this.includePrerelease=!!e.includePrerelease;const n=t.trim().match(e.loose?a[s.LOOSE]:a[s.FULL]);if(!n)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((t=>{if(/^[0-9]+$/.test(t)){const e=+t;if(e>=0&&e<i)return e}return t})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(r("SemVer.compare",this.version,this.options,t),!(t instanceof l)){if("string"==typeof t&&t===this.version)return 0;t=new l(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof l||(t=new l(t,this.options)),u(this.major,t.major)||u(this.minor,t.minor)||u(this.patch,t.patch)}comparePre(t){if(t instanceof l||(t=new l(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let e=0;do{const n=this.prerelease[e],o=t.prerelease[e];if(r("prerelease compare",e,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return u(n,o)}while(++e)}compareBuild(t){t instanceof l||(t=new l(t,this.options));let e=0;do{const n=this.build[e],o=t.build[e];if(r("prerelease compare",e,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return u(n,o)}while(++e)}inc(t,e){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e),this.inc("pre",e);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",e),this.inc("pre",e);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{let t=this.prerelease.length;for(;--t>=0;)"number"==typeof this.prerelease[t]&&(this.prerelease[t]++,t=-2);-1===t&&this.prerelease.push(0)}e&&(0===u(this.prerelease[0],e)?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error(`invalid increment argument: ${t}`)}return this.format(),this.raw=this.version,this}}t.exports=l},92426:(t,e,n)=>{const r=n(67737);t.exports=(t,e)=>new r(t,e).major},67488:(t,e,n)=>{const{MAX_LENGTH:r}=n(35519),{re:o,t:i}=n(88238),a=n(67737),s=n(74433);t.exports=(t,e)=>{if(e=s(e),t instanceof a)return t;if("string"!=typeof t)return null;if(t.length>r)return null;if(!(e.loose?o[i.LOOSE]:o[i.FULL]).test(t))return null;try{return new a(t,e)}catch(t){return null}}},77907:(t,e,n)=>{const r=n(67488);t.exports=(t,e)=>{const n=r(t,e);return n?n.version:null}},35519:t=>{const e=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:e,MAX_SAFE_COMPONENT_LENGTH:16}},85503:(t,e,n)=>{var r=n(34155),o=n(25108);const i="object"==typeof r&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?(...t)=>o.error("SEMVER",...t):()=>{};t.exports=i},63242:t=>{const e=/^[0-9]+$/,n=(t,n)=>{const r=e.test(t),o=e.test(n);return r&&o&&(t=+t,n=+n),t===n?0:r&&!o?-1:o&&!r?1:t<n?-1:1};t.exports={compareIdentifiers:n,rcompareIdentifiers:(t,e)=>n(e,t)}},74433:t=>{const e=["includePrerelease","loose","rtl"];t.exports=t=>t?"object"!=typeof t?{loose:!0}:e.filter((e=>t[e])).reduce(((t,e)=>(t[e]=!0,t)),{}):{}},88238:(t,e,n)=>{const{MAX_SAFE_COMPONENT_LENGTH:r}=n(35519),o=n(85503),i=(e=t.exports={}).re=[],a=e.src=[],s=e.t={};let c=0;const u=(t,e,n)=>{const r=c++;o(t,r,e),s[t]=r,a[r]=e,i[r]=new RegExp(e,n?"g":void 0)};u("NUMERICIDENTIFIER","0|[1-9]\\d*"),u("NUMERICIDENTIFIERLOOSE","[0-9]+"),u("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),u("MAINVERSION",`(${a[s.NUMERICIDENTIFIER]})\\.(${a[s.NUMERICIDENTIFIER]})\\.(${a[s.NUMERICIDENTIFIER]})`),u("MAINVERSIONLOOSE",`(${a[s.NUMERICIDENTIFIERLOOSE]})\\.(${a[s.NUMERICIDENTIFIERLOOSE]})\\.(${a[s.NUMERICIDENTIFIERLOOSE]})`),u("PRERELEASEIDENTIFIER",`(?:${a[s.NUMERICIDENTIFIER]}|${a[s.NONNUMERICIDENTIFIER]})`),u("PRERELEASEIDENTIFIERLOOSE",`(?:${a[s.NUMERICIDENTIFIERLOOSE]}|${a[s.NONNUMERICIDENTIFIER]})`),u("PRERELEASE",`(?:-(${a[s.PRERELEASEIDENTIFIER]}(?:\\.${a[s.PRERELEASEIDENTIFIER]})*))`),u("PRERELEASELOOSE",`(?:-?(${a[s.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${a[s.PRERELEASEIDENTIFIERLOOSE]})*))`),u("BUILDIDENTIFIER","[0-9A-Za-z-]+"),u("BUILD",`(?:\\+(${a[s.BUILDIDENTIFIER]}(?:\\.${a[s.BUILDIDENTIFIER]})*))`),u("FULLPLAIN",`v?${a[s.MAINVERSION]}${a[s.PRERELEASE]}?${a[s.BUILD]}?`),u("FULL",`^${a[s.FULLPLAIN]}$`),u("LOOSEPLAIN",`[v=\\s]*${a[s.MAINVERSIONLOOSE]}${a[s.PRERELEASELOOSE]}?${a[s.BUILD]}?`),u("LOOSE",`^${a[s.LOOSEPLAIN]}$`),u("GTLT","((?:<|>)?=?)"),u("XRANGEIDENTIFIERLOOSE",`${a[s.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),u("XRANGEIDENTIFIER",`${a[s.NUMERICIDENTIFIER]}|x|X|\\*`),u("XRANGEPLAIN",`[v=\\s]*(${a[s.XRANGEIDENTIFIER]})(?:\\.(${a[s.XRANGEIDENTIFIER]})(?:\\.(${a[s.XRANGEIDENTIFIER]})(?:${a[s.PRERELEASE]})?${a[s.BUILD]}?)?)?`),u("XRANGEPLAINLOOSE",`[v=\\s]*(${a[s.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[s.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[s.XRANGEIDENTIFIERLOOSE]})(?:${a[s.PRERELEASELOOSE]})?${a[s.BUILD]}?)?)?`),u("XRANGE",`^${a[s.GTLT]}\\s*${a[s.XRANGEPLAIN]}$`),u("XRANGELOOSE",`^${a[s.GTLT]}\\s*${a[s.XRANGEPLAINLOOSE]}$`),u("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),u("COERCERTL",a[s.COERCE],!0),u("LONETILDE","(?:~>?)"),u("TILDETRIM",`(\\s*)${a[s.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",u("TILDE",`^${a[s.LONETILDE]}${a[s.XRANGEPLAIN]}$`),u("TILDELOOSE",`^${a[s.LONETILDE]}${a[s.XRANGEPLAINLOOSE]}$`),u("LONECARET","(?:\\^)"),u("CARETTRIM",`(\\s*)${a[s.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",u("CARET",`^${a[s.LONECARET]}${a[s.XRANGEPLAIN]}$`),u("CARETLOOSE",`^${a[s.LONECARET]}${a[s.XRANGEPLAINLOOSE]}$`),u("COMPARATORLOOSE",`^${a[s.GTLT]}\\s*(${a[s.LOOSEPLAIN]})$|^$`),u("COMPARATOR",`^${a[s.GTLT]}\\s*(${a[s.FULLPLAIN]})$|^$`),u("COMPARATORTRIM",`(\\s*)${a[s.GTLT]}\\s*(${a[s.LOOSEPLAIN]}|${a[s.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",u("HYPHENRANGE",`^\\s*(${a[s.XRANGEPLAIN]})\\s+-\\s+(${a[s.XRANGEPLAIN]})\\s*$`),u("HYPHENRANGELOOSE",`^\\s*(${a[s.XRANGEPLAINLOOSE]})\\s+-\\s+(${a[s.XRANGEPLAINLOOSE]})\\s*$`),u("STAR","(<|>)?=?\\s*\\*"),u("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),u("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},9944:(t,e,n)=>{"use strict";var r=n(25108);function o(){return document.documentElement.dataset.locale||"en"}n(28475),e.getLanguage=function(){return document.documentElement.lang||"en"},e.getLocale=o,n(9184),n(13736)},53060:(t,e,n)=>{"use strict";var r=n(9850).charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},83138:(t,e,n)=>{var r=n(38091);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},27526:(t,e,n)=>{var r=n(91521),o=n(37364),i=n(50326),a=function(t){return function(e,n,a){var s,c=r(e),u=o(c.length),l=i(a,u);if(t&&n!=n){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},92346:t=>{var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},55578:(t,e,n)=>{var r=n(2177),o=n(25950),i=n(66370),a=n(21269);t.exports=function(t,e){for(var n=o(e),s=a.f,c=i.f,u=0;u<n.length;u++){var l=n[u];r(t,l)||s(t,l,c(e,l))}}},51827:(t,e,n)=>{var r=n(69145),o=n(21269),i=n(40967);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},40967:t=>{t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},69145:(t,e,n)=>{var r=n(32497);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},61267:(t,e,n)=>{var r=n(81530),o=n(38091),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},50355:t=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},57109:(t,e,n)=>{var r=n(81530),o=n(66370).f,i=n(51827),a=n(42395),s=n(48249),c=n(55578),u=n(62322);t.exports=function(t,e){var n,l,f,p,d,h=t.target,A=t.global,g=t.stat;if(n=A?r:g?r[h]||s(h,{}):(r[h]||{}).prototype)for(l in e){if(p=e[l],f=t.noTargetGet?(d=o(n,l))&&d.value:n[l],!u(A?l:h+(g?".":"#")+l,t.forced)&&void 0!==f){if(typeof p==typeof f)continue;c(p,f)}(t.sham||f&&f.sham)&&i(p,"sham",!0),a(n,l,p,t)}}},32497:t=>{t.exports=function(t){try{return!!t()}catch(t){return!0}}},62208:(t,e,n)=>{"use strict";n(9184);var r=n(42395),o=n(32497),i=n(18747),a=n(80240),s=n(51827),c=i("species"),u=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l="$0"==="a".replace(/./,"$0"),f=i("replace"),p=!!/./[f]&&""===/./[f]("a","$0"),d=!o((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,f){var h=i(t),A=!o((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),g=A&&!o((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[c]=function(){return n},n.flags="",n[h]=/./[h]),n.exec=function(){return e=!0,null},n[h](""),!e}));if(!A||!g||"replace"===t&&(!u||!l||p)||"split"===t&&!d){var y=/./[h],m=n(h,""[t],(function(t,e,n,r,o){return e.exec===a?A&&!o?{done:!0,value:y.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),b=m[0],v=m[1];r(String.prototype,t,b),r(RegExp.prototype,h,2==e?function(t,e){return v.call(t,this,e)}:function(t){return v.call(t,this)})}f&&s(RegExp.prototype[h],"sham",!0)}},16124:(t,e,n)=>{var r=n(78123),o=n(81530),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},81530:(t,e,n)=>{var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||Function("return this")()},2177:t=>{var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},90394:t=>{t.exports={}},33063:(t,e,n)=>{var r=n(69145),o=n(32497),i=n(61267);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},96713:(t,e,n)=>{var r=n(32497),o=n(92346),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},88837:(t,e,n)=>{var r=n(19813),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},42725:(t,e,n)=>{var r,o,i,a=n(92319),s=n(81530),c=n(38091),u=n(51827),l=n(2177),f=n(42371),p=n(90394),d=s.WeakMap;if(a){var h=new d,A=h.get,g=h.has,y=h.set;r=function(t,e){return y.call(h,t,e),e},o=function(t){return A.call(h,t)||{}},i=function(t){return g.call(h,t)}}else{var m=f("state");p[m]=!0,r=function(t,e){return u(t,m,e),e},o=function(t){return l(t,m)?t[m]:{}},i=function(t){return l(t,m)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},62322:(t,e,n)=>{var r=n(32497),o=/#|\.prototype\./,i=function(t,e){var n=s[a(t)];return n==u||n!=c&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},s=i.data={},c=i.NATIVE="N",u=i.POLYFILL="P";t.exports=i},38091:t=>{t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},36672:t=>{t.exports=!1},78419:(t,e,n)=>{var r=n(32497);t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},92319:(t,e,n)=>{var r=n(81530),o=n(88837),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},21269:(t,e,n)=>{var r=n(69145),o=n(33063),i=n(83138),a=n(12201),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},66370:(t,e,n)=>{var r=n(69145),o=n(3103),i=n(40967),a=n(91521),s=n(12201),c=n(2177),u=n(33063),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=a(t),e=s(e,!0),u)try{return l(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},139:(t,e,n)=>{var r=n(16001),o=n(50355).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},11549:(t,e)=>{e.f=Object.getOwnPropertySymbols},16001:(t,e,n)=>{var r=n(2177),o=n(91521),i=n(27526).indexOf,a=n(90394);t.exports=function(t,e){var n,s=o(t),c=0,u=[];for(n in s)!r(a,n)&&r(s,n)&&u.push(n);for(;e.length>c;)r(s,n=e[c++])&&(~i(u,n)||u.push(n));return u}},3103:(t,e)=>{"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!n.call({1:2},1);e.f=o?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},25950:(t,e,n)=>{var r=n(16124),o=n(139),i=n(11549),a=n(83138);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},78123:(t,e,n)=>{var r=n(81530);t.exports=r},42395:(t,e,n)=>{var r=n(81530),o=n(51827),i=n(2177),a=n(48249),s=n(88837),c=n(42725),u=c.get,l=c.enforce,f=String(String).split("String");(t.exports=function(t,e,n,s){var c=!!s&&!!s.unsafe,u=!!s&&!!s.enumerable,p=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),l(n).source=f.join("string"==typeof e?e:"")),t!==r?(c?!p&&t[e]&&(u=!0):delete t[e],u?t[e]=n:o(t,e,n)):u?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||s(this)}))},88768:(t,e,n)=>{var r=n(92346),o=n(80240);t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},80240:(t,e,n)=>{"use strict";var r,o,i=n(5184),a=n(24174),s=RegExp.prototype.exec,c=String.prototype.replace,u=s,l=(r=/a/,o=/b*/g,s.call(r,"a"),s.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),f=a.UNSUPPORTED_Y||a.BROKEN_CARET,p=void 0!==/()??/.exec("")[1];(l||p||f)&&(u=function(t){var e,n,r,o,a=this,u=f&&a.sticky,d=i.call(a),h=a.source,A=0,g=t;return u&&(-1===(d=d.replace("y","")).indexOf("g")&&(d+="g"),g=String(t).slice(a.lastIndex),a.lastIndex>0&&(!a.multiline||a.multiline&&"\n"!==t[a.lastIndex-1])&&(h="(?: "+h+")",g=" "+g,A++),n=new RegExp("^(?:"+h+")",d)),p&&(n=new RegExp("^"+h+"$(?!\\s)",d)),l&&(e=a.lastIndex),r=s.call(u?n:a,g),u?r?(r.input=r.input.slice(A),r[0]=r[0].slice(A),r.index=a.lastIndex,a.lastIndex+=r[0].length):a.lastIndex=0:l&&r&&(a.lastIndex=a.global?r.index+r[0].length:e),p&&r&&r.length>1&&c.call(r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r}),t.exports=u},5184:(t,e,n)=>{"use strict";var r=n(83138);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},24174:(t,e,n)=>{"use strict";var r=n(32497);function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},26040:t=>{t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},48249:(t,e,n)=>{var r=n(81530),o=n(51827);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},42371:(t,e,n)=>{var r=n(17628),o=n(6703),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},19813:(t,e,n)=>{var r=n(81530),o=n(48249),i="__core-js_shared__",a=r[i]||o(i,{});t.exports=a},17628:(t,e,n)=>{var r=n(36672),o=n(19813);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.5",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},9850:(t,e,n)=>{var r=n(83263),o=n(26040),i=function(t){return function(e,n){var i,a,s=String(o(e)),c=r(n),u=s.length;return c<0||c>=u?t?"":void 0:(i=s.charCodeAt(c))<55296||i>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?t?s.charAt(c):i:t?s.slice(c,c+2):a-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},50326:(t,e,n)=>{var r=n(83263),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},91521:(t,e,n)=>{var r=n(96713),o=n(26040);t.exports=function(t){return r(o(t))}},83263:t=>{var e=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:e)(t)}},37364:(t,e,n)=>{var r=n(83263),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},86519:(t,e,n)=>{var r=n(26040);t.exports=function(t){return Object(r(t))}},12201:(t,e,n)=>{var r=n(38091);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},6703:t=>{var e=0,n=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++e+n).toString(36)}},34594:(t,e,n)=>{var r=n(78419);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},18747:(t,e,n)=>{var r=n(81530),o=n(17628),i=n(2177),a=n(6703),s=n(78419),c=n(34594),u=o("wks"),l=r.Symbol,f=c?l:l&&l.withoutSetter||a;t.exports=function(t){return i(u,t)||(s&&i(l,t)?u[t]=l[t]:u[t]=f("Symbol."+t)),u[t]}},28475:(t,e,n)=>{var r=n(57109),o=n(69145);r({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperty:n(21269).f})},9184:(t,e,n)=>{"use strict";var r=n(57109),o=n(80240);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},13736:(t,e,n)=>{"use strict";var r=n(62208),o=n(83138),i=n(86519),a=n(37364),s=n(83263),c=n(26040),u=n(53060),l=n(88768),f=Math.max,p=Math.min,d=Math.floor,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,A=/\$([$&'`]|\d\d?)/g;r("replace",2,(function(t,e,n,r){var g=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,y=r.REPLACE_KEEPS_$0,m=g?"$":"$0";return[function(n,r){var o=c(this),i=null==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,r){if(!g&&y||"string"==typeof r&&-1===r.indexOf(m)){var i=n(e,t,this,r);if(i.done)return i.value}var c=o(t),d=String(this),h="function"==typeof r;h||(r=String(r));var A=c.global;if(A){var v=c.unicode;c.lastIndex=0}for(var w=[];;){var C=l(c,d);if(null===C)break;if(w.push(C),!A)break;""===String(C[0])&&(c.lastIndex=u(d,a(c.lastIndex),v))}for(var E,x="",O=0,S=0;S<w.length;S++){C=w[S];for(var I=String(C[0]),R=f(p(s(C.index),d.length),0),B=[],j=1;j<C.length;j++)B.push(void 0===(E=C[j])?E:String(E));var P=C.groups;if(h){var T=[I].concat(B,R,d);void 0!==P&&T.push(P);var N=String(r.apply(void 0,T))}else N=b(I,d,R,B,P,r);R>=O&&(x+=d.slice(O,R)+N,O=R+I.length)}return x+d.slice(O)}];function b(t,n,r,o,a,s){var c=r+t.length,u=o.length,l=A;return void 0!==a&&(a=i(a),l=h),e.call(s,l,(function(e,i){var s;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(c);case"<":s=a[i.slice(1,-1)];break;default:var l=+i;if(0===l)return e;if(l>u){var f=d(l/10);return 0===f?e:f<=u?void 0===o[f-1]?i.charAt(1):o[f-1]+i.charAt(1):e}s=o[l-1]}return void 0===s?"":s}))}}))},79753:(t,e,n)=>{"use strict";e.getRootUrl=e.imagePath=e.generateOcsUrl=void 0,n(32359);e.generateOcsUrl=(t,e,n)=>{const o=1===Object.assign({ocsVersion:2},n||{}).ocsVersion?1:2;return window.location.protocol+"//"+window.location.host+i()+"/ocs/v"+o+".php"+r(t,e,n)};const r=(t,e,n)=>{const r=Object.assign({escape:!0},n||{});return"/"!==t.charAt(0)&&(t="/"+t),o=(o=e||{})||{},t.replace(/{([^{}]*)}/g,(function(t,e){var n=o[e];return r.escape?"string"==typeof n||"number"==typeof n?encodeURIComponent(n.toString()):encodeURIComponent(t):"string"==typeof n||"number"==typeof n?n.toString():t}));var o};e.imagePath=(t,e)=>-1===e.indexOf(".")?o(t,"img",e+".svg"):o(t,"img",e);const o=(t,e,n)=>{const r=-1!==OC.coreApps.indexOf(t);let o=i();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(o+="settings"!==t&&"core"!==t&&"search"!==t||"ajax"!==e?"/":"/index.php/",r||(o+="apps/"),""!==t&&(o+=t+="/"),e&&(o+=e+"/"),o+=n):(o=OC.appswebroots[t],e&&(o+="/"+e+"/"),"/"!==o.substring(o.length-1)&&(o+="/"),o+=n):(o+="/index.php/apps/"+t,"index.php"!==n&&(o+="/",e&&(o+=encodeURI(e+"/")),o+=n)),o};const i=()=>OC.webroot;e.getRootUrl=i},12310:(t,e,n)=>{"use strict";var r=n(35642).charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},96943:(t,e,n)=>{var r=n(57199);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},33893:(t,e,n)=>{var r=n(18947),o=n(79917),i=n(3242),a=function(t){return function(e,n,a){var s,c=r(e),u=o(c.length),l=i(a,u);if(t&&n!=n){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},61672:t=>{var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},22530:(t,e,n)=>{var r=n(90918),o=n(39652),i=n(63369),a=n(54769);t.exports=function(t,e){for(var n=o(e),s=a.f,c=i.f,u=0;u<n.length;u++){var l=n[u];r(t,l)||s(t,l,c(e,l))}}},78816:(t,e,n)=>{var r=n(19300),o=n(54769),i=n(33535);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},33535:t=>{t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},19300:(t,e,n)=>{var r=n(83349);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},25085:(t,e,n)=>{var r=n(43005),o=n(57199),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},38063:t=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},30935:(t,e,n)=>{var r=n(43005),o=n(63369).f,i=n(78816),a=n(35140),s=n(79398),c=n(22530),u=n(94049);t.exports=function(t,e){var n,l,f,p,d,h=t.target,A=t.global,g=t.stat;if(n=A?r:g?r[h]||s(h,{}):(r[h]||{}).prototype)for(l in e){if(p=e[l],f=t.noTargetGet?(d=o(n,l))&&d.value:n[l],!u(A?l:h+(g?".":"#")+l,t.forced)&&void 0!==f){if(typeof p==typeof f)continue;c(p,f)}(t.sham||f&&f.sham)&&i(p,"sham",!0),a(n,l,p,t)}}},83349:t=>{t.exports=function(t){try{return!!t()}catch(t){return!0}}},93748:(t,e,n)=>{"use strict";n(80500);var r=n(35140),o=n(83349),i=n(58064),a=n(45960),s=n(78816),c=i("species"),u=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l="$0"==="a".replace(/./,"$0"),f=i("replace"),p=!!/./[f]&&""===/./[f]("a","$0"),d=!o((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,f){var h=i(t),A=!o((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),g=A&&!o((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[c]=function(){return n},n.flags="",n[h]=/./[h]),n.exec=function(){return e=!0,null},n[h](""),!e}));if(!A||!g||"replace"===t&&(!u||!l||p)||"split"===t&&!d){var y=/./[h],m=n(h,""[t],(function(t,e,n,r,o){return e.exec===a?A&&!o?{done:!0,value:y.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),b=m[0],v=m[1];r(String.prototype,t,b),r(RegExp.prototype,h,2==e?function(t,e){return v.call(t,this,e)}:function(t){return v.call(t,this)})}f&&s(RegExp.prototype[h],"sham",!0)}},22679:(t,e,n)=>{var r=n(21146),o=n(43005),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},43005:(t,e,n)=>{var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||Function("return this")()},90918:t=>{var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},51418:t=>{t.exports={}},3723:(t,e,n)=>{var r=n(19300),o=n(83349),i=n(25085);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},23833:(t,e,n)=>{var r=n(83349),o=n(61672),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},739:(t,e,n)=>{var r=n(57454),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},11864:(t,e,n)=>{var r,o,i,a=n(18442),s=n(43005),c=n(57199),u=n(78816),l=n(90918),f=n(82051),p=n(51418),d=s.WeakMap;if(a){var h=new d,A=h.get,g=h.has,y=h.set;r=function(t,e){return y.call(h,t,e),e},o=function(t){return A.call(h,t)||{}},i=function(t){return g.call(h,t)}}else{var m=f("state");p[m]=!0,r=function(t,e){return u(t,m,e),e},o=function(t){return l(t,m)?t[m]:{}},i=function(t){return l(t,m)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},94049:(t,e,n)=>{var r=n(83349),o=/#|\.prototype\./,i=function(t,e){var n=s[a(t)];return n==u||n!=c&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},s=i.data={},c=i.NATIVE="N",u=i.POLYFILL="P";t.exports=i},57199:t=>{t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},58057:t=>{t.exports=!1},19950:(t,e,n)=>{var r=n(83349);t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},18442:(t,e,n)=>{var r=n(43005),o=n(739),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},54769:(t,e,n)=>{var r=n(19300),o=n(3723),i=n(96943),a=n(87509),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},63369:(t,e,n)=>{var r=n(19300),o=n(91183),i=n(33535),a=n(18947),s=n(87509),c=n(90918),u=n(3723),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=a(t),e=s(e,!0),u)try{return l(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},32787:(t,e,n)=>{var r=n(32307),o=n(38063).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},32659:(t,e)=>{e.f=Object.getOwnPropertySymbols},32307:(t,e,n)=>{var r=n(90918),o=n(18947),i=n(33893).indexOf,a=n(51418);t.exports=function(t,e){var n,s=o(t),c=0,u=[];for(n in s)!r(a,n)&&r(s,n)&&u.push(n);for(;e.length>c;)r(s,n=e[c++])&&(~i(u,n)||u.push(n));return u}},91183:(t,e)=>{"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!n.call({1:2},1);e.f=o?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},39652:(t,e,n)=>{var r=n(22679),o=n(32787),i=n(32659),a=n(96943);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},21146:(t,e,n)=>{var r=n(43005);t.exports=r},35140:(t,e,n)=>{var r=n(43005),o=n(78816),i=n(90918),a=n(79398),s=n(739),c=n(11864),u=c.get,l=c.enforce,f=String(String).split("String");(t.exports=function(t,e,n,s){var c=!!s&&!!s.unsafe,u=!!s&&!!s.enumerable,p=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),l(n).source=f.join("string"==typeof e?e:"")),t!==r?(c?!p&&t[e]&&(u=!0):delete t[e],u?t[e]=n:o(t,e,n)):u?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||s(this)}))},60681:(t,e,n)=>{var r=n(61672),o=n(45960);t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},45960:(t,e,n)=>{"use strict";var r,o,i=n(63807),a=n(95618),s=RegExp.prototype.exec,c=String.prototype.replace,u=s,l=(r=/a/,o=/b*/g,s.call(r,"a"),s.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),f=a.UNSUPPORTED_Y||a.BROKEN_CARET,p=void 0!==/()??/.exec("")[1];(l||p||f)&&(u=function(t){var e,n,r,o,a=this,u=f&&a.sticky,d=i.call(a),h=a.source,A=0,g=t;return u&&(-1===(d=d.replace("y","")).indexOf("g")&&(d+="g"),g=String(t).slice(a.lastIndex),a.lastIndex>0&&(!a.multiline||a.multiline&&"\n"!==t[a.lastIndex-1])&&(h="(?: "+h+")",g=" "+g,A++),n=new RegExp("^(?:"+h+")",d)),p&&(n=new RegExp("^"+h+"$(?!\\s)",d)),l&&(e=a.lastIndex),r=s.call(u?n:a,g),u?r?(r.input=r.input.slice(A),r[0]=r[0].slice(A),r.index=a.lastIndex,a.lastIndex+=r[0].length):a.lastIndex=0:l&&r&&(a.lastIndex=a.global?r.index+r[0].length:e),p&&r&&r.length>1&&c.call(r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r}),t.exports=u},63807:(t,e,n)=>{"use strict";var r=n(96943);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},95618:(t,e,n)=>{"use strict";var r=n(83349);function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},1992:t=>{t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},79398:(t,e,n)=>{var r=n(43005),o=n(78816);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},82051:(t,e,n)=>{var r=n(67857),o=n(38814),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},57454:(t,e,n)=>{var r=n(43005),o=n(79398),i="__core-js_shared__",a=r[i]||o(i,{});t.exports=a},67857:(t,e,n)=>{var r=n(58057),o=n(57454);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.5",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},35642:(t,e,n)=>{var r=n(84064),o=n(1992),i=function(t){return function(e,n){var i,a,s=String(o(e)),c=r(n),u=s.length;return c<0||c>=u?t?"":void 0:(i=s.charCodeAt(c))<55296||i>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?t?s.charAt(c):i:t?s.slice(c,c+2):a-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},3242:(t,e,n)=>{var r=n(84064),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},18947:(t,e,n)=>{var r=n(23833),o=n(1992);t.exports=function(t){return r(o(t))}},84064:t=>{var e=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:e)(t)}},79917:(t,e,n)=>{var r=n(84064),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},44561:(t,e,n)=>{var r=n(1992);t.exports=function(t){return Object(r(t))}},87509:(t,e,n)=>{var r=n(57199);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},38814:t=>{var e=0,n=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++e+n).toString(36)}},93558:(t,e,n)=>{var r=n(19950);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},58064:(t,e,n)=>{var r=n(43005),o=n(67857),i=n(90918),a=n(38814),s=n(19950),c=n(93558),u=o("wks"),l=r.Symbol,f=c?l:l&&l.withoutSetter||a;t.exports=function(t){return i(u,t)||(s&&i(l,t)?u[t]=l[t]:u[t]=f("Symbol."+t)),u[t]}},80500:(t,e,n)=>{"use strict";var r=n(30935),o=n(45960);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},32359:(t,e,n)=>{"use strict";var r=n(93748),o=n(96943),i=n(44561),a=n(79917),s=n(84064),c=n(1992),u=n(12310),l=n(60681),f=Math.max,p=Math.min,d=Math.floor,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,A=/\$([$&'`]|\d\d?)/g;r("replace",2,(function(t,e,n,r){var g=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,y=r.REPLACE_KEEPS_$0,m=g?"$":"$0";return[function(n,r){var o=c(this),i=null==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,r){if(!g&&y||"string"==typeof r&&-1===r.indexOf(m)){var i=n(e,t,this,r);if(i.done)return i.value}var c=o(t),d=String(this),h="function"==typeof r;h||(r=String(r));var A=c.global;if(A){var v=c.unicode;c.lastIndex=0}for(var w=[];;){var C=l(c,d);if(null===C)break;if(w.push(C),!A)break;""===String(C[0])&&(c.lastIndex=u(d,a(c.lastIndex),v))}for(var E,x="",O=0,S=0;S<w.length;S++){C=w[S];for(var I=String(C[0]),R=f(p(s(C.index),d.length),0),B=[],j=1;j<C.length;j++)B.push(void 0===(E=C[j])?E:String(E));var P=C.groups;if(h){var T=[I].concat(B,R,d);void 0!==P&&T.push(P);var N=String(r.apply(void 0,T))}else N=b(I,d,R,B,P,r);R>=O&&(x+=d.slice(O,R)+N,O=R+I.length)}return x+d.slice(O)}];function b(t,n,r,o,a,s){var c=r+t.length,u=o.length,l=A;return void 0!==a&&(a=i(a),l=h),e.call(s,l,(function(e,i){var s;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(c);case"<":s=a[i.slice(1,-1)];break;default:var l=+i;if(0===l)return e;if(l>u){var f=d(l/10);return 0===f?e:f<=u?void 0===o[f-1]?i.charAt(1):o[f-1]+i.charAt(1):e}s=o[l-1]}return void 0===s?"":s}))}}))},69282:(t,e,n)=>{"use strict";var r=n(34155),o=n(25108);function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}var a,s,c=n(62136).codes,u=c.ERR_AMBIGUOUS_ARGUMENT,l=c.ERR_INVALID_ARG_TYPE,f=c.ERR_INVALID_ARG_VALUE,p=c.ERR_INVALID_RETURN_VALUE,d=c.ERR_MISSING_ARGS,h=n(25961),A=n(89539).inspect,g=n(89539).types,y=g.isPromise,m=g.isRegExp,b=Object.assign?Object.assign:n(8091).assign,v=Object.is?Object.is:n(20609);new Map;function w(){var t=n(19158);a=t.isDeepEqual,s=t.isDeepStrictEqual}var C=!1,E=t.exports=I,x={};function O(t){if(t.message instanceof Error)throw t.message;throw new h(t)}function S(t,e,n,r){if(!n){var o=!1;if(0===e)o=!0,r="No value argument passed to `assert.ok()`";else if(r instanceof Error)throw r;var i=new h({actual:n,expected:!0,message:r,operator:"==",stackStartFn:t});throw i.generatedMessage=o,i}}function I(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];S.apply(void 0,[I,e.length].concat(e))}E.fail=function t(e,n,i,a,s){var c,u=arguments.length;if(0===u)c="Failed";else if(1===u)i=e,e=void 0;else{if(!1===C){C=!0;var l=r.emitWarning?r.emitWarning:o.warn.bind(o);l("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094")}2===u&&(a="!=")}if(i instanceof Error)throw i;var f={actual:e,expected:n,operator:void 0===a?"fail":a,stackStartFn:s||t};void 0!==i&&(f.message=i);var p=new h(f);throw c&&(p.message=c,p.generatedMessage=!0),p},E.AssertionError=h,E.ok=I,E.equal=function t(e,n,r){if(arguments.length<2)throw new d("actual","expected");e!=n&&O({actual:e,expected:n,message:r,operator:"==",stackStartFn:t})},E.notEqual=function t(e,n,r){if(arguments.length<2)throw new d("actual","expected");e==n&&O({actual:e,expected:n,message:r,operator:"!=",stackStartFn:t})},E.deepEqual=function t(e,n,r){if(arguments.length<2)throw new d("actual","expected");void 0===a&&w(),a(e,n)||O({actual:e,expected:n,message:r,operator:"deepEqual",stackStartFn:t})},E.notDeepEqual=function t(e,n,r){if(arguments.length<2)throw new d("actual","expected");void 0===a&&w(),a(e,n)&&O({actual:e,expected:n,message:r,operator:"notDeepEqual",stackStartFn:t})},E.deepStrictEqual=function t(e,n,r){if(arguments.length<2)throw new d("actual","expected");void 0===a&&w(),s(e,n)||O({actual:e,expected:n,message:r,operator:"deepStrictEqual",stackStartFn:t})},E.notDeepStrictEqual=function t(e,n,r){if(arguments.length<2)throw new d("actual","expected");void 0===a&&w();s(e,n)&&O({actual:e,expected:n,message:r,operator:"notDeepStrictEqual",stackStartFn:t})},E.strictEqual=function t(e,n,r){if(arguments.length<2)throw new d("actual","expected");v(e,n)||O({actual:e,expected:n,message:r,operator:"strictEqual",stackStartFn:t})},E.notStrictEqual=function t(e,n,r){if(arguments.length<2)throw new d("actual","expected");v(e,n)&&O({actual:e,expected:n,message:r,operator:"notStrictEqual",stackStartFn:t})};var R=function t(e,n,r){var o=this;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),n.forEach((function(t){t in e&&(void 0!==r&&"string"==typeof r[t]&&m(e[t])&&e[t].test(r[t])?o[t]=r[t]:o[t]=e[t])}))};function B(t,e,n,r,o,i){if(!(n in t)||!s(t[n],e[n])){if(!r){var a=new R(t,o),c=new R(e,o,t),u=new h({actual:a,expected:c,operator:"deepStrictEqual",stackStartFn:i});throw u.actual=t,u.expected=e,u.operator=i.name,u}O({actual:t,expected:e,message:r,operator:i.name,stackStartFn:i})}}function j(t,e,n,r){if("function"!=typeof e){if(m(e))return e.test(t);if(2===arguments.length)throw new l("expected",["Function","RegExp"],e);if("object"!==i(t)||null===t){var o=new h({actual:t,expected:e,message:n,operator:"deepStrictEqual",stackStartFn:r});throw o.operator=r.name,o}var s=Object.keys(e);if(e instanceof Error)s.push("name","message");else if(0===s.length)throw new f("error",e,"may not be an empty object");return void 0===a&&w(),s.forEach((function(o){"string"==typeof t[o]&&m(e[o])&&e[o].test(t[o])||B(t,e,o,n,s,r)})),!0}return void 0!==e.prototype&&t instanceof e||!Error.isPrototypeOf(e)&&!0===e.call({},t)}function P(t){if("function"!=typeof t)throw new l("fn","Function",t);try{t()}catch(t){return t}return x}function T(t){return y(t)||null!==t&&"object"===i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function N(t){return Promise.resolve().then((function(){var e;if("function"==typeof t){if(!T(e=t()))throw new p("instance of Promise","promiseFn",e)}else{if(!T(t))throw new l("promiseFn",["Function","Promise"],t);e=t}return Promise.resolve().then((function(){return e})).then((function(){return x})).catch((function(t){return t}))}))}function k(t,e,n,r){if("string"==typeof n){if(4===arguments.length)throw new l("error",["Object","Error","Function","RegExp"],n);if("object"===i(e)&&null!==e){if(e.message===n)throw new u("error/message",'The error message "'.concat(e.message,'" is identical to the message.'))}else if(e===n)throw new u("error/message",'The error "'.concat(e,'" is identical to the message.'));r=n,n=void 0}else if(null!=n&&"object"!==i(n)&&"function"!=typeof n)throw new l("error",["Object","Error","Function","RegExp"],n);if(e===x){var o="";n&&n.name&&(o+=" (".concat(n.name,")")),o+=r?": ".concat(r):".";var a="rejects"===t.name?"rejection":"exception";O({actual:void 0,expected:n,operator:t.name,message:"Missing expected ".concat(a).concat(o),stackStartFn:t})}if(n&&!j(e,n,r,t))throw e}function U(t,e,n,r){if(e!==x){if("string"==typeof n&&(r=n,n=void 0),!n||j(e,n)){var o=r?": ".concat(r):".",i="doesNotReject"===t.name?"rejection":"exception";O({actual:e,expected:n,operator:t.name,message:"Got unwanted ".concat(i).concat(o,"\n")+'Actual message: "'.concat(e&&e.message,'"'),stackStartFn:t})}throw e}}function _(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];S.apply(void 0,[_,e.length].concat(e))}E.throws=function t(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];k.apply(void 0,[t,P(e)].concat(r))},E.rejects=function t(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return N(e).then((function(e){return k.apply(void 0,[t,e].concat(r))}))},E.doesNotThrow=function t(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];U.apply(void 0,[t,P(e)].concat(r))},E.doesNotReject=function t(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return N(e).then((function(e){return U.apply(void 0,[t,e].concat(r))}))},E.ifError=function t(e){if(null!=e){var n="ifError got unwanted exception: ";"object"===i(e)&&"string"==typeof e.message?0===e.message.length&&e.constructor?n+=e.constructor.name:n+=e.message:n+=A(e);var r=new h({actual:e,expected:null,operator:"ifError",message:n,stackStartFn:t}),o=e.stack;if("string"==typeof o){var a=o.split("\n");a.shift();for(var s=r.stack.split("\n"),c=0;c<a.length;c++){var u=s.indexOf(a[c]);if(-1!==u){s=s.slice(0,u);break}}r.stack="".concat(s.join("\n"),"\n").concat(a.join("\n"))}throw r}},E.strict=b(_,E,{equal:E.strictEqual,deepEqual:E.deepStrictEqual,notEqual:E.notStrictEqual,notDeepEqual:E.notDeepStrictEqual}),E.strict.strict=E.strict},25961:(t,e,n)=>{"use strict";var r=n(34155);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function a(t,e){return!e||"object"!==d(e)&&"function"!=typeof e?s(t):e}function s(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function c(t){var e="function"==typeof Map?new Map:void 0;return c=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return l(t,arguments,p(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),f(r,t)},c(t)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}function l(t,e,n){return l=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&f(o,n.prototype),o},l.apply(null,arguments)}function f(t,e){return f=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},f(t,e)}function p(t){return p=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},p(t)}function d(t){return d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},d(t)}var h=n(89539).inspect,A=n(62136).codes.ERR_INVALID_ARG_TYPE;function g(t,e,n){return(void 0===n||n>t.length)&&(n=t.length),t.substring(n-e.length,n)===e}var y="",m="",b="",v="",w={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function C(t){var e=Object.keys(t),n=Object.create(Object.getPrototypeOf(t));return e.forEach((function(e){n[e]=t[e]})),Object.defineProperty(n,"message",{value:t.message}),n}function E(t){return h(t,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function x(t,e,n){var o="",i="",a=0,s="",c=!1,u=E(t),l=u.split("\n"),f=E(e).split("\n"),p=0,h="";if("strictEqual"===n&&"object"===d(t)&&"object"===d(e)&&null!==t&&null!==e&&(n="strictEqualObject"),1===l.length&&1===f.length&&l[0]!==f[0]){var A=l[0].length+f[0].length;if(A<=10){if(!("object"===d(t)&&null!==t||"object"===d(e)&&null!==e||0===t&&0===e))return"".concat(w[n],"\n\n")+"".concat(l[0]," !== ").concat(f[0],"\n")}else if("strictEqualObject"!==n){if(A<(r.stderr&&r.stderr.isTTY?r.stderr.columns:80)){for(;l[0][p]===f[0][p];)p++;p>2&&(h="\n ".concat(function(t,e){if(e=Math.floor(e),0==t.length||0==e)return"";var n=t.length*e;for(e=Math.floor(Math.log(e)/Math.log(2));e;)t+=t,e--;return t+t.substring(0,n-t.length)}(" ",p),"^"),p=0)}}}for(var C=l[l.length-1],x=f[f.length-1];C===x&&(p++<2?s="\n ".concat(C).concat(s):o=C,l.pop(),f.pop(),0!==l.length&&0!==f.length);)C=l[l.length-1],x=f[f.length-1];var O=Math.max(l.length,f.length);if(0===O){var S=u.split("\n");if(S.length>30)for(S[26]="".concat(y,"...").concat(v);S.length>27;)S.pop();return"".concat(w.notIdentical,"\n\n").concat(S.join("\n"),"\n")}p>3&&(s="\n".concat(y,"...").concat(v).concat(s),c=!0),""!==o&&(s="\n ".concat(o).concat(s),o="");var I=0,R=w[n]+"\n".concat(m,"+ actual").concat(v," ").concat(b,"- expected").concat(v),B=" ".concat(y,"...").concat(v," Lines skipped");for(p=0;p<O;p++){var j=p-a;if(l.length<p+1)j>1&&p>2&&(j>4?(i+="\n".concat(y,"...").concat(v),c=!0):j>3&&(i+="\n ".concat(f[p-2]),I++),i+="\n ".concat(f[p-1]),I++),a=p,o+="\n".concat(b,"-").concat(v," ").concat(f[p]),I++;else if(f.length<p+1)j>1&&p>2&&(j>4?(i+="\n".concat(y,"...").concat(v),c=!0):j>3&&(i+="\n ".concat(l[p-2]),I++),i+="\n ".concat(l[p-1]),I++),a=p,i+="\n".concat(m,"+").concat(v," ").concat(l[p]),I++;else{var P=f[p],T=l[p],N=T!==P&&(!g(T,",")||T.slice(0,-1)!==P);N&&g(P,",")&&P.slice(0,-1)===T&&(N=!1,T+=","),N?(j>1&&p>2&&(j>4?(i+="\n".concat(y,"...").concat(v),c=!0):j>3&&(i+="\n ".concat(l[p-2]),I++),i+="\n ".concat(l[p-1]),I++),a=p,i+="\n".concat(m,"+").concat(v," ").concat(T),o+="\n".concat(b,"-").concat(v," ").concat(P),I+=2):(i+=o,o="",1!==j&&0!==p||(i+="\n ".concat(T),I++))}if(I>20&&p<O-2)return"".concat(R).concat(B,"\n").concat(i,"\n").concat(y,"...").concat(v).concat(o,"\n")+"".concat(y,"...").concat(v)}return"".concat(R).concat(c?B:"","\n").concat(i).concat(o).concat(s).concat(h)}var O=function(t){function e(t){var n;if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),"object"!==d(t)||null===t)throw new A("options","Object",t);var o=t.message,i=t.operator,c=t.stackStartFn,u=t.actual,l=t.expected,f=Error.stackTraceLimit;if(Error.stackTraceLimit=0,null!=o)n=a(this,p(e).call(this,String(o)));else if(r.stderr&&r.stderr.isTTY&&(r.stderr&&r.stderr.getColorDepth&&1!==r.stderr.getColorDepth()?(y="[34m",m="[32m",v="[39m",b="[31m"):(y="",m="",v="",b="")),"object"===d(u)&&null!==u&&"object"===d(l)&&null!==l&&"stack"in u&&u instanceof Error&&"stack"in l&&l instanceof Error&&(u=C(u),l=C(l)),"deepStrictEqual"===i||"strictEqual"===i)n=a(this,p(e).call(this,x(u,l,i)));else if("notDeepStrictEqual"===i||"notStrictEqual"===i){var h=w[i],g=E(u).split("\n");if("notStrictEqual"===i&&"object"===d(u)&&null!==u&&(h=w.notStrictEqualObject),g.length>30)for(g[26]="".concat(y,"...").concat(v);g.length>27;)g.pop();n=1===g.length?a(this,p(e).call(this,"".concat(h," ").concat(g[0]))):a(this,p(e).call(this,"".concat(h,"\n\n").concat(g.join("\n"),"\n")))}else{var O=E(u),S="",I=w[i];"notDeepEqual"===i||"notEqual"===i?(O="".concat(w[i],"\n\n").concat(O)).length>1024&&(O="".concat(O.slice(0,1021),"...")):(S="".concat(E(l)),O.length>512&&(O="".concat(O.slice(0,509),"...")),S.length>512&&(S="".concat(S.slice(0,509),"...")),"deepEqual"===i||"equal"===i?O="".concat(I,"\n\n").concat(O,"\n\nshould equal\n\n"):S=" ".concat(i," ").concat(S)),n=a(this,p(e).call(this,"".concat(O).concat(S)))}return Error.stackTraceLimit=f,n.generatedMessage=!o,Object.defineProperty(s(n),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),n.code="ERR_ASSERTION",n.actual=u,n.expected=l,n.operator=i,Error.captureStackTrace&&Error.captureStackTrace(s(n),c),n.stack,n.name="AssertionError",a(n)}var n,c,u;return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&f(t,e)}(e,t),n=e,c=[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:h.custom,value:function(t,e){return h(this,function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){o(t,e,n[e])}))}return t}({},e,{customInspect:!1,depth:0}))}}],c&&i(n.prototype,c),u&&i(n,u),e}(c(Error));t.exports=O},62136:(t,e,n)=>{"use strict";function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function o(t,e){return!e||"object"!==r(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function i(t){return i=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},i(t)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var s,c,u={};function l(t,e,n){n||(n=Error);var r=function(n){function r(n,a,s){var c;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,r),c=o(this,i(r).call(this,function(t,n,r){return"string"==typeof e?e:e(t,n,r)}(n,a,s))),c.code=t,c}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&a(t,e)}(r,n),r}(n);u[t]=r}function f(t,e){if(Array.isArray(t)){var n=t.length;return t=t.map((function(t){return String(t)})),n>2?"one of ".concat(e," ").concat(t.slice(0,n-1).join(", "),", or ")+t[n-1]:2===n?"one of ".concat(e," ").concat(t[0]," or ").concat(t[1]):"of ".concat(e," ").concat(t[0])}return"of ".concat(e," ").concat(String(t))}l("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),l("ERR_INVALID_ARG_TYPE",(function(t,e,o){var i,a,c,u;if(void 0===s&&(s=n(69282)),s("string"==typeof t,"'name' must be a string"),"string"==typeof e&&(a="not ",e.substr(!c||c<0?0:+c,a.length)===a)?(i="must not be",e=e.replace(/^not /,"")):i="must be",function(t,e,n){return(void 0===n||n>t.length)&&(n=t.length),t.substring(n-e.length,n)===e}(t," argument"))u="The ".concat(t," ").concat(i," ").concat(f(e,"type"));else{var l=function(t,e,n){return"number"!=typeof n&&(n=0),!(n+e.length>t.length)&&-1!==t.indexOf(e,n)}(t,".")?"property":"argument";u='The "'.concat(t,'" ').concat(l," ").concat(i," ").concat(f(e,"type"))}return u+=". Received type ".concat(r(o))}),TypeError),l("ERR_INVALID_ARG_VALUE",(function(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===c&&(c=n(89539));var o=c.inspect(e);return o.length>128&&(o="".concat(o.slice(0,128),"...")),"The argument '".concat(t,"' ").concat(r,". Received ").concat(o)}),TypeError,RangeError),l("ERR_INVALID_RETURN_VALUE",(function(t,e,n){var o;return o=n&&n.constructor&&n.constructor.name?"instance of ".concat(n.constructor.name):"type ".concat(r(n)),"Expected ".concat(t,' to be returned from the "').concat(e,'"')+" function but got ".concat(o,".")}),TypeError),l("ERR_MISSING_ARGS",(function(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];void 0===s&&(s=n(69282)),s(e.length>0,"At least one arg needs to be specified");var o="The ",i=e.length;switch(e=e.map((function(t){return'"'.concat(t,'"')})),i){case 1:o+="".concat(e[0]," argument");break;case 2:o+="".concat(e[0]," and ").concat(e[1]," arguments");break;default:o+=e.slice(0,i-1).join(", "),o+=", and ".concat(e[i-1]," arguments")}return"".concat(o," must be specified")}),TypeError),t.exports.codes=u},19158:(t,e,n)=>{"use strict";function r(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=t[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!e||n.length!==e);r=!0);}catch(t){o=!0,i=t}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function o(t){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o(t)}var i=void 0!==/a/g.flags,a=function(t){var e=[];return t.forEach((function(t){return e.push(t)})),e},s=function(t){var e=[];return t.forEach((function(t,n){return e.push([n,t])})),e},c=Object.is?Object.is:n(20609),u=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},l=Number.isNaN?Number.isNaN:n(20360);function f(t){return t.call.bind(t)}var p=f(Object.prototype.hasOwnProperty),d=f(Object.prototype.propertyIsEnumerable),h=f(Object.prototype.toString),A=n(89539).types,g=A.isAnyArrayBuffer,y=A.isArrayBufferView,m=A.isDate,b=A.isMap,v=A.isRegExp,w=A.isSet,C=A.isNativeError,E=A.isBoxedPrimitive,x=A.isNumberObject,O=A.isStringObject,S=A.isBooleanObject,I=A.isBigIntObject,R=A.isSymbolObject,B=A.isFloat32Array,j=A.isFloat64Array;function P(t){if(0===t.length||t.length>10)return!0;for(var e=0;e<t.length;e++){var n=t.charCodeAt(e);if(n<48||n>57)return!0}return 10===t.length&&t>=Math.pow(2,32)}function T(t){return Object.keys(t).filter(P).concat(u(t).filter(Object.prototype.propertyIsEnumerable.bind(t)))}function N(t,e){if(t===e)return 0;for(var n=t.length,r=e.length,o=0,i=Math.min(n,r);o<i;++o)if(t[o]!==e[o]){n=t[o],r=e[o];break}return n<r?-1:r<n?1:0}function k(t,e,n,r){if(t===e)return 0!==t||(!n||c(t,e));if(n){if("object"!==o(t))return"number"==typeof t&&l(t)&&l(e);if("object"!==o(e)||null===t||null===e)return!1;if(Object.getPrototypeOf(t)!==Object.getPrototypeOf(e))return!1}else{if(null===t||"object"!==o(t))return(null===e||"object"!==o(e))&&t==e;if(null===e||"object"!==o(e))return!1}var a,s,u,f,p=h(t);if(p!==h(e))return!1;if(Array.isArray(t)){if(t.length!==e.length)return!1;var d=T(t),A=T(e);return d.length===A.length&&_(t,e,n,r,1,d)}if("[object Object]"===p&&(!b(t)&&b(e)||!w(t)&&w(e)))return!1;if(m(t)){if(!m(e)||Date.prototype.getTime.call(t)!==Date.prototype.getTime.call(e))return!1}else if(v(t)){if(!v(e)||(u=t,f=e,!(i?u.source===f.source&&u.flags===f.flags:RegExp.prototype.toString.call(u)===RegExp.prototype.toString.call(f))))return!1}else if(C(t)||t instanceof Error){if(t.message!==e.message||t.name!==e.name)return!1}else{if(y(t)){if(n||!B(t)&&!j(t)){if(!function(t,e){return t.byteLength===e.byteLength&&0===N(new Uint8Array(t.buffer,t.byteOffset,t.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}(t,e))return!1}else if(!function(t,e){if(t.byteLength!==e.byteLength)return!1;for(var n=0;n<t.byteLength;n++)if(t[n]!==e[n])return!1;return!0}(t,e))return!1;var P=T(t),k=T(e);return P.length===k.length&&_(t,e,n,r,0,P)}if(w(t))return!(!w(e)||t.size!==e.size)&&_(t,e,n,r,2);if(b(t))return!(!b(e)||t.size!==e.size)&&_(t,e,n,r,3);if(g(t)){if(s=e,(a=t).byteLength!==s.byteLength||0!==N(new Uint8Array(a),new Uint8Array(s)))return!1}else if(E(t)&&!function(t,e){return x(t)?x(e)&&c(Number.prototype.valueOf.call(t),Number.prototype.valueOf.call(e)):O(t)?O(e)&&String.prototype.valueOf.call(t)===String.prototype.valueOf.call(e):S(t)?S(e)&&Boolean.prototype.valueOf.call(t)===Boolean.prototype.valueOf.call(e):I(t)?I(e)&&BigInt.prototype.valueOf.call(t)===BigInt.prototype.valueOf.call(e):R(e)&&Symbol.prototype.valueOf.call(t)===Symbol.prototype.valueOf.call(e)}(t,e))return!1}return _(t,e,n,r,0)}function U(t,e){return e.filter((function(e){return d(t,e)}))}function _(t,e,n,r,o,i){if(5===arguments.length){i=Object.keys(t);var a=Object.keys(e);if(i.length!==a.length)return!1}for(var s=0;s<i.length;s++)if(!p(e,i[s]))return!1;if(n&&5===arguments.length){var c=u(t);if(0!==c.length){var l=0;for(s=0;s<c.length;s++){var f=c[s];if(d(t,f)){if(!d(e,f))return!1;i.push(f),l++}else if(d(e,f))return!1}var h=u(e);if(c.length!==h.length&&U(e,h).length!==l)return!1}else{var A=u(e);if(0!==A.length&&0!==U(e,A).length)return!1}}if(0===i.length&&(0===o||1===o&&0===t.length||0===t.size))return!0;if(void 0===r)r={val1:new Map,val2:new Map,position:0};else{var g=r.val1.get(t);if(void 0!==g){var y=r.val2.get(e);if(void 0!==y)return g===y}r.position++}r.val1.set(t,r.position),r.val2.set(e,r.position);var m=G(t,e,n,i,r,o);return r.val1.delete(t),r.val2.delete(e),m}function L(t,e,n,r){for(var o=a(t),i=0;i<o.length;i++){var s=o[i];if(k(e,s,n,r))return t.delete(s),!0}return!1}function D(t){switch(o(t)){case"undefined":return null;case"object":return;case"symbol":return!1;case"string":t=+t;case"number":if(l(t))return!1}return!0}function M(t,e,n){var r=D(n);return null!=r?r:e.has(r)&&!t.has(r)}function $(t,e,n,r,o){var i=D(n);if(null!=i)return i;var a=e.get(i);return!(void 0===a&&!e.has(i)||!k(r,a,!1,o))&&(!t.has(i)&&k(r,a,!1,o))}function F(t,e,n,r,o,i){for(var s=a(t),c=0;c<s.length;c++){var u=s[c];if(k(n,u,o,i)&&k(r,e.get(u),o,i))return t.delete(u),!0}return!1}function G(t,e,n,i,c,u){var l=0;if(2===u){if(!function(t,e,n,r){for(var i=null,s=a(t),c=0;c<s.length;c++){var u=s[c];if("object"===o(u)&&null!==u)null===i&&(i=new Set),i.add(u);else if(!e.has(u)){if(n)return!1;if(!M(t,e,u))return!1;null===i&&(i=new Set),i.add(u)}}if(null!==i){for(var l=a(e),f=0;f<l.length;f++){var p=l[f];if("object"===o(p)&&null!==p){if(!L(i,p,n,r))return!1}else if(!n&&!t.has(p)&&!L(i,p,n,r))return!1}return 0===i.size}return!0}(t,e,n,c))return!1}else if(3===u){if(!function(t,e,n,i){for(var a=null,c=s(t),u=0;u<c.length;u++){var l=r(c[u],2),f=l[0],p=l[1];if("object"===o(f)&&null!==f)null===a&&(a=new Set),a.add(f);else{var d=e.get(f);if(void 0===d&&!e.has(f)||!k(p,d,n,i)){if(n)return!1;if(!$(t,e,f,p,i))return!1;null===a&&(a=new Set),a.add(f)}}}if(null!==a){for(var h=s(e),A=0;A<h.length;A++){var g=r(h[A],2),y=(f=g[0],g[1]);if("object"===o(f)&&null!==f){if(!F(a,t,f,y,n,i))return!1}else if(!(n||t.has(f)&&k(t.get(f),y,!1,i)||F(a,t,f,y,!1,i)))return!1}return 0===a.size}return!0}(t,e,n,c))return!1}else if(1===u)for(;l<t.length;l++){if(!p(t,l)){if(p(e,l))return!1;for(var f=Object.keys(t);l<f.length;l++){var d=f[l];if(!p(e,d)||!k(t[d],e[d],n,c))return!1}return f.length===Object.keys(e).length}if(!p(e,l)||!k(t[l],e[l],n,c))return!1}for(l=0;l<i.length;l++){var h=i[l];if(!k(t[h],e[h],n,c))return!1}return!0}t.exports={isDeepEqual:function(t,e){return k(t,e,false)},isDeepStrictEqual:function(t,e){return k(t,e,true)}}},9669:(t,e,n)=>{t.exports=n(51609)},55448:(t,e,n)=>{"use strict";var r=n(64867),o=n(36026),i=n(4372),a=n(15327),s=n(94097),c=n(84109),u=n(67985),l=n(77874),f=n(82648),p=n(60644),d=n(90205);t.exports=function(t){return new Promise((function(e,n){var h,A=t.data,g=t.headers,y=t.responseType;function m(){t.cancelToken&&t.cancelToken.unsubscribe(h),t.signal&&t.signal.removeEventListener("abort",h)}r.isFormData(A)&&r.isStandardBrowserEnv()&&delete g["Content-Type"];var b=new XMLHttpRequest;if(t.auth){var v=t.auth.username||"",w=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";g.Authorization="Basic "+btoa(v+":"+w)}var C=s(t.baseURL,t.url);function E(){if(b){var r="getAllResponseHeaders"in b?c(b.getAllResponseHeaders()):null,i={data:y&&"text"!==y&&"json"!==y?b.response:b.responseText,status:b.status,statusText:b.statusText,headers:r,config:t,request:b};o((function(t){e(t),m()}),(function(t){n(t),m()}),i),b=null}}if(b.open(t.method.toUpperCase(),a(C,t.params,t.paramsSerializer),!0),b.timeout=t.timeout,"onloadend"in b?b.onloadend=E:b.onreadystatechange=function(){b&&4===b.readyState&&(0!==b.status||b.responseURL&&0===b.responseURL.indexOf("file:"))&&setTimeout(E)},b.onabort=function(){b&&(n(new f("Request aborted",f.ECONNABORTED,t,b)),b=null)},b.onerror=function(){n(new f("Network Error",f.ERR_NETWORK,t,b,b)),b=null},b.ontimeout=function(){var e=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",r=t.transitional||l;t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(new f(e,r.clarifyTimeoutError?f.ETIMEDOUT:f.ECONNABORTED,t,b)),b=null},r.isStandardBrowserEnv()){var x=(t.withCredentials||u(C))&&t.xsrfCookieName?i.read(t.xsrfCookieName):void 0;x&&(g[t.xsrfHeaderName]=x)}"setRequestHeader"in b&&r.forEach(g,(function(t,e){void 0===A&&"content-type"===e.toLowerCase()?delete g[e]:b.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(b.withCredentials=!!t.withCredentials),y&&"json"!==y&&(b.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&b.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&b.upload&&b.upload.addEventListener("progress",t.onUploadProgress),(t.cancelToken||t.signal)&&(h=function(t){b&&(n(!t||t&&t.type?new p:t),b.abort(),b=null)},t.cancelToken&&t.cancelToken.subscribe(h),t.signal&&(t.signal.aborted?h():t.signal.addEventListener("abort",h))),A||(A=null);var O=d(C);O&&-1===["http","https","file"].indexOf(O)?n(new f("Unsupported protocol "+O+":",f.ERR_BAD_REQUEST,t)):b.send(A)}))}},51609:(t,e,n)=>{"use strict";var r=n(64867),o=n(91849),i=n(30321),a=n(47185);var s=function t(e){var n=new i(e),s=o(i.prototype.request,n);return r.extend(s,i.prototype,n),r.extend(s,n),s.create=function(n){return t(a(e,n))},s}(n(45546));s.Axios=i,s.CanceledError=n(60644),s.CancelToken=n(14972),s.isCancel=n(26502),s.VERSION=n(97288).version,s.toFormData=n(47675),s.AxiosError=n(82648),s.Cancel=s.CanceledError,s.all=function(t){return Promise.all(t)},s.spread=n(8713),s.isAxiosError=n(16268),t.exports=s,t.exports.default=s},14972:(t,e,n)=>{"use strict";var r=n(60644);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;this.promise.then((function(t){if(n._listeners){var e,r=n._listeners.length;for(e=0;e<r;e++)n._listeners[e](t);n._listeners=null}})),this.promise.then=function(t){var e,r=new Promise((function(t){n.subscribe(t),e=t})).then(t);return r.cancel=function(){n.unsubscribe(e)},r},t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.prototype.subscribe=function(t){this.reason?t(this.reason):this._listeners?this._listeners.push(t):this._listeners=[t]},o.prototype.unsubscribe=function(t){if(this._listeners){var e=this._listeners.indexOf(t);-1!==e&&this._listeners.splice(e,1)}},o.source=function(){var t;return{token:new o((function(e){t=e})),cancel:t}},t.exports=o},60644:(t,e,n)=>{"use strict";var r=n(82648);function o(t){r.call(this,null==t?"canceled":t,r.ERR_CANCELED),this.name="CanceledError"}n(64867).inherits(o,r,{__CANCEL__:!0}),t.exports=o},26502:t=>{"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},30321:(t,e,n)=>{"use strict";var r=n(64867),o=n(15327),i=n(80782),a=n(13572),s=n(47185),c=n(94097),u=n(54875),l=u.validators;function f(t){this.defaults=t,this.interceptors={request:new i,response:new i}}f.prototype.request=function(t,e){"string"==typeof t?(e=e||{}).url=t:e=t||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var n=e.transitional;void 0!==n&&u.assertOptions(n,{silentJSONParsing:l.transitional(l.boolean),forcedJSONParsing:l.transitional(l.boolean),clarifyTimeoutError:l.transitional(l.boolean)},!1);var r=[],o=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(o=o&&t.synchronous,r.unshift(t.fulfilled,t.rejected))}));var i,c=[];if(this.interceptors.response.forEach((function(t){c.push(t.fulfilled,t.rejected)})),!o){var f=[a,void 0];for(Array.prototype.unshift.apply(f,r),f=f.concat(c),i=Promise.resolve(e);f.length;)i=i.then(f.shift(),f.shift());return i}for(var p=e;r.length;){var d=r.shift(),h=r.shift();try{p=d(p)}catch(t){h(t);break}}try{i=a(p)}catch(t){return Promise.reject(t)}for(;c.length;)i=i.then(c.shift(),c.shift());return i},f.prototype.getUri=function(t){t=s(this.defaults,t);var e=c(t.baseURL,t.url);return o(e,t.params,t.paramsSerializer)},r.forEach(["delete","get","head","options"],(function(t){f.prototype[t]=function(e,n){return this.request(s(n||{},{method:t,url:e,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(t){function e(e){return function(n,r,o){return this.request(s(o||{},{method:t,headers:e?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}f.prototype[t]=e(),f.prototype[t+"Form"]=e(!0)})),t.exports=f},82648:(t,e,n)=>{"use strict";var r=n(64867);function o(t,e,n,r,o){Error.call(this),this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}r.inherits(o,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:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var i=o.prototype,a={};["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"].forEach((function(t){a[t]={value:t}})),Object.defineProperties(o,a),Object.defineProperty(i,"isAxiosError",{value:!0}),o.from=function(t,e,n,a,s,c){var u=Object.create(i);return r.toFlatObject(t,u,(function(t){return t!==Error.prototype})),o.call(u,t.message,e,n,a,s),u.name=t.name,c&&Object.assign(u,c),u},t.exports=o},80782:(t,e,n)=>{"use strict";var r=n(64867);function o(){this.handlers=[]}o.prototype.use=function(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},94097:(t,e,n)=>{"use strict";var r=n(91793),o=n(7303);t.exports=function(t,e){return t&&!r(e)?o(t,e):e}},13572:(t,e,n)=>{"use strict";var r=n(64867),o=n(18527),i=n(26502),a=n(45546),s=n(60644);function c(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new s}t.exports=function(t){return c(t),t.headers=t.headers||{},t.data=o.call(t,t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||a.adapter)(t).then((function(e){return c(t),e.data=o.call(t,e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(c(t),e&&e.response&&(e.response.data=o.call(t,e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},47185:(t,e,n)=>{"use strict";var r=n(64867);t.exports=function(t,e){e=e||{};var n={};function o(t,e){return r.isPlainObject(t)&&r.isPlainObject(e)?r.merge(t,e):r.isPlainObject(e)?r.merge({},e):r.isArray(e)?e.slice():e}function i(n){return r.isUndefined(e[n])?r.isUndefined(t[n])?void 0:o(void 0,t[n]):o(t[n],e[n])}function a(t){if(!r.isUndefined(e[t]))return o(void 0,e[t])}function s(n){return r.isUndefined(e[n])?r.isUndefined(t[n])?void 0:o(void 0,t[n]):o(void 0,e[n])}function c(n){return n in e?o(t[n],e[n]):n in t?o(void 0,t[n]):void 0}var u={url:a,method:a,data:a,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:c};return r.forEach(Object.keys(t).concat(Object.keys(e)),(function(t){var e=u[t]||i,o=e(t);r.isUndefined(o)&&e!==c||(n[t]=o)})),n}},36026:(t,e,n)=>{"use strict";var r=n(82648);t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?e(new r("Request failed with status code "+n.status,[r.ERR_BAD_REQUEST,r.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):t(n)}},18527:(t,e,n)=>{"use strict";var r=n(64867),o=n(45546);t.exports=function(t,e,n){var i=this||o;return r.forEach(n,(function(n){t=n.call(i,t,e)})),t}},45546:(t,e,n)=>{"use strict";var r=n(34155),o=n(64867),i=n(16016),a=n(82648),s=n(77874),c=n(47675),u={"Content-Type":"application/x-www-form-urlencoded"};function l(t,e){!o.isUndefined(t)&&o.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var f,p={transitional:s,adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==r&&"[object process]"===Object.prototype.toString.call(r))&&(f=n(55448)),f),transformRequest:[function(t,e){if(i(e,"Accept"),i(e,"Content-Type"),o.isFormData(t)||o.isArrayBuffer(t)||o.isBuffer(t)||o.isStream(t)||o.isFile(t)||o.isBlob(t))return t;if(o.isArrayBufferView(t))return t.buffer;if(o.isURLSearchParams(t))return l(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString();var n,r=o.isObject(t),a=e&&e["Content-Type"];if((n=o.isFileList(t))||r&&"multipart/form-data"===a){var s=this.env&&this.env.FormData;return c(n?{"files[]":t}:t,s&&new s)}return r||"application/json"===a?(l(e,"application/json"),function(t,e,n){if(o.isString(t))try{return(e||JSON.parse)(t),o.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(n||JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){var e=this.transitional||p.transitional,n=e&&e.silentJSONParsing,r=e&&e.forcedJSONParsing,i=!n&&"json"===this.responseType;if(i||r&&o.isString(t)&&t.length)try{return JSON.parse(t)}catch(t){if(i){if("SyntaxError"===t.name)throw a.from(t,a.ERR_BAD_RESPONSE,this,null,this.response);throw t}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:n(91623)},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};o.forEach(["delete","get","head"],(function(t){p.headers[t]={}})),o.forEach(["post","put","patch"],(function(t){p.headers[t]=o.merge(u)})),t.exports=p},77874:t=>{"use strict";t.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},97288:t=>{t.exports={version:"0.27.2"}},91849:t=>{"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},15327:(t,e,n)=>{"use strict";var r=n(64867);function o(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!=t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(o(e)+"="+o(t))})))})),i=a.join("&")}if(i){var s=t.indexOf("#");-1!==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},7303:t=>{"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},4372:(t,e,n)=>{"use strict";var r=n(64867);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,a){var s=[];s.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(o)&&s.push("path="+o),r.isString(i)&&s.push("domain="+i),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},91793:t=>{"use strict";t.exports=function(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}},16268:(t,e,n)=>{"use strict";var r=n(64867);t.exports=function(t){return r.isObject(t)&&!0===t.isAxiosError}},67985:(t,e,n)=>{"use strict";var r=n(64867);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},16016:(t,e,n)=>{"use strict";var r=n(64867);t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},91623:t=>{t.exports=null},84109:(t,e,n)=>{"use strict";var r=n(64867),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,a={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(a[e]&&o.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},90205:t=>{"use strict";t.exports=function(t){var e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}},8713:t=>{"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},47675:(t,e,n)=>{"use strict";var r=n(48764).lW,o=n(64867);t.exports=function(t,e){e=e||new FormData;var n=[];function i(t){return null===t?"":o.isDate(t)?t.toISOString():o.isArrayBuffer(t)||o.isTypedArray(t)?"function"==typeof Blob?new Blob([t]):r.from(t):t}return function t(r,a){if(o.isPlainObject(r)||o.isArray(r)){if(-1!==n.indexOf(r))throw Error("Circular reference detected in "+a);n.push(r),o.forEach(r,(function(n,r){if(!o.isUndefined(n)){var s,c=a?a+"."+r:r;if(n&&!a&&"object"==typeof n)if(o.endsWith(r,"{}"))n=JSON.stringify(n);else if(o.endsWith(r,"[]")&&(s=o.toArray(n)))return void s.forEach((function(t){!o.isUndefined(t)&&e.append(c,i(t))}));t(n,c)}})),n.pop()}else e.append(a,i(r))}(t),e}},54875:(t,e,n)=>{"use strict";var r=n(25108),o=n(97288).version,i=n(82648),a={};["object","boolean","number","function","string","symbol"].forEach((function(t,e){a[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}}));var s={};a.transitional=function(t,e,n){function a(t,e){return"[Axios v"+o+"] Transitional option '"+t+"'"+e+(n?". "+n:"")}return function(n,o,c){if(!1===t)throw new i(a(o," has been removed"+(e?" in "+e:"")),i.ERR_DEPRECATED);return e&&!s[o]&&(s[o]=!0,r.warn(a(o," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(n,o,c)}},t.exports={assertOptions:function(t,e,n){if("object"!=typeof t)throw new i("options must be an object",i.ERR_BAD_OPTION_VALUE);for(var r=Object.keys(t),o=r.length;o-- >0;){var a=r[o],s=e[a];if(s){var c=t[a],u=void 0===c||s(c,a,t);if(!0!==u)throw new i("option "+a+" must be "+u,i.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new i("Unknown option "+a,i.ERR_BAD_OPTION)}},validators:a}},64867:(t,e,n)=>{"use strict";var r,o=n(91849),i=Object.prototype.toString,a=(r=Object.create(null),function(t){var e=i.call(t);return r[e]||(r[e]=e.slice(8,-1).toLowerCase())});function s(t){return t=t.toLowerCase(),function(e){return a(e)===t}}function c(t){return Array.isArray(t)}function u(t){return void 0===t}var l=s("ArrayBuffer");function f(t){return null!==t&&"object"==typeof t}function p(t){if("object"!==a(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}var d=s("Date"),h=s("File"),A=s("Blob"),g=s("FileList");function y(t){return"[object Function]"===i.call(t)}var m=s("URLSearchParams");function b(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),c(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}var v,w=(v="undefined"!=typeof Uint8Array&&Object.getPrototypeOf(Uint8Array),function(t){return v&&t instanceof v});t.exports={isArray:c,isArrayBuffer:l,isBuffer:function(t){return null!==t&&!u(t)&&null!==t.constructor&&!u(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){var e="[object FormData]";return t&&("function"==typeof FormData&&t instanceof FormData||i.call(t)===e||y(t.toString)&&t.toString()===e)},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&l(t.buffer)},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:f,isPlainObject:p,isUndefined:u,isDate:d,isFile:h,isBlob:A,isFunction:y,isStream:function(t){return f(t)&&y(t.pipe)},isURLSearchParams:m,isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:b,merge:function t(){var e={};function n(n,r){p(e[r])&&p(n)?e[r]=t(e[r],n):p(n)?e[r]=t({},n):c(n)?e[r]=n.slice():e[r]=n}for(var r=0,o=arguments.length;r<o;r++)b(arguments[r],n);return e},extend:function(t,e,n){return b(e,(function(e,r){t[r]=n&&"function"==typeof e?o(e,n):e})),t},trim:function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")},stripBOM:function(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t},inherits:function(t,e,n,r){t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,n&&Object.assign(t.prototype,n)},toFlatObject:function(t,e,n){var r,o,i,a={};e=e||{};do{for(o=(r=Object.getOwnPropertyNames(t)).length;o-- >0;)a[i=r[o]]||(e[i]=t[i],a[i]=!0);t=Object.getPrototypeOf(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},kindOf:a,kindOfTest:s,endsWith:function(t,e,n){t=String(t),(void 0===n||n>t.length)&&(n=t.length),n-=e.length;var r=t.indexOf(e,n);return-1!==r&&r===n},toArray:function(t){if(!t)return null;var e=t.length;if(u(e))return null;for(var n=new Array(e);e-- >0;)n[e]=t[e];return n},isTypedArray:w,isFileList:g}},79742:(t,e)=>{"use strict";e.byteLength=function(t){var e=c(t),n=e[0],r=e[1];return 3*(n+r)/4-r},e.toByteArray=function(t){var e,n,i=c(t),a=i[0],s=i[1],u=new o(function(t,e,n){return 3*(e+n)/4-n}(0,a,s)),l=0,f=s>0?a-4:a;for(n=0;n<f;n+=4)e=r[t.charCodeAt(n)]<<18|r[t.charCodeAt(n+1)]<<12|r[t.charCodeAt(n+2)]<<6|r[t.charCodeAt(n+3)],u[l++]=e>>16&255,u[l++]=e>>8&255,u[l++]=255&e;2===s&&(e=r[t.charCodeAt(n)]<<2|r[t.charCodeAt(n+1)]>>4,u[l++]=255&e);1===s&&(e=r[t.charCodeAt(n)]<<10|r[t.charCodeAt(n+1)]<<4|r[t.charCodeAt(n+2)]>>2,u[l++]=e>>8&255,u[l++]=255&e);return u},e.fromByteArray=function(t){for(var e,r=t.length,o=r%3,i=[],a=16383,s=0,c=r-o;s<c;s+=a)i.push(u(t,s,s+a>c?c:s+a));1===o?(e=t[r-1],i.push(n[e>>2]+n[e<<4&63]+"==")):2===o&&(e=(t[r-2]<<8)+t[r-1],i.push(n[e>>10]+n[e>>4&63]+n[e<<2&63]+"="));return i.join("")};for(var n=[],r=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,s=i.length;a<s;++a)n[a]=i[a],r[i.charCodeAt(a)]=a;function c(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=t.indexOf("=");return-1===n&&(n=e),[n,n===e?0:4-n%4]}function u(t,e,r){for(var o,i,a=[],s=e;s<r;s+=3)o=(t[s]<<16&16711680)+(t[s+1]<<8&65280)+(255&t[s+2]),a.push(n[(i=o)>>18&63]+n[i>>12&63]+n[i>>6&63]+n[63&i]);return a.join("")}r["-".charCodeAt(0)]=62,r["_".charCodeAt(0)]=63},48764:(t,e,n)=>{"use strict";var r=n(25108);const o=n(79742),i=n(80645),a="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;e.lW=u,e.h2=50;const s=2147483647;function c(t){if(t>s)throw new RangeError('The value "'+t+'" is invalid for option "size"');const e=new Uint8Array(t);return Object.setPrototypeOf(e,u.prototype),e}function u(t,e,n){if("number"==typeof t){if("string"==typeof e)throw new TypeError('The "string" argument must be of type string. Received type number');return p(t)}return l(t,e,n)}function l(t,e,n){if("string"==typeof t)return function(t,e){"string"==typeof e&&""!==e||(e="utf8");if(!u.isEncoding(e))throw new TypeError("Unknown encoding: "+e);const n=0|g(t,e);let r=c(n);const o=r.write(t,e);o!==n&&(r=r.slice(0,o));return r}(t,e);if(ArrayBuffer.isView(t))return function(t){if(J(t,Uint8Array)){const e=new Uint8Array(t);return h(e.buffer,e.byteOffset,e.byteLength)}return d(t)}(t);if(null==t)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(J(t,ArrayBuffer)||t&&J(t.buffer,ArrayBuffer))return h(t,e,n);if("undefined"!=typeof SharedArrayBuffer&&(J(t,SharedArrayBuffer)||t&&J(t.buffer,SharedArrayBuffer)))return h(t,e,n);if("number"==typeof t)throw new TypeError('The "value" argument must not be of type number. Received type number');const r=t.valueOf&&t.valueOf();if(null!=r&&r!==t)return u.from(r,e,n);const o=function(t){if(u.isBuffer(t)){const e=0|A(t.length),n=c(e);return 0===n.length||t.copy(n,0,0,e),n}if(void 0!==t.length)return"number"!=typeof t.length||K(t.length)?c(0):d(t);if("Buffer"===t.type&&Array.isArray(t.data))return d(t.data)}(t);if(o)return o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof t[Symbol.toPrimitive])return u.from(t[Symbol.toPrimitive]("string"),e,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}function f(t){if("number"!=typeof t)throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function p(t){return f(t),c(t<0?0:0|A(t))}function d(t){const e=t.length<0?0:0|A(t.length),n=c(e);for(let r=0;r<e;r+=1)n[r]=255&t[r];return n}function h(t,e,n){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(n||0))throw new RangeError('"length" is outside of buffer bounds');let r;return r=void 0===e&&void 0===n?new Uint8Array(t):void 0===n?new Uint8Array(t,e):new Uint8Array(t,e,n),Object.setPrototypeOf(r,u.prototype),r}function A(t){if(t>=s)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s.toString(16)+" bytes");return 0|t}function g(t,e){if(u.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||J(t,ArrayBuffer))return t.byteLength;if("string"!=typeof t)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);const n=t.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;let o=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return H(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return X(t).length;default:if(o)return r?-1:H(t).length;e=(""+e).toLowerCase(),o=!0}}function y(t,e,n){let r=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return P(this,e,n);case"utf8":case"utf-8":return I(this,e,n);case"ascii":return B(this,e,n);case"latin1":case"binary":return j(this,e,n);case"base64":return S(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}}function m(t,e,n){const r=t[e];t[e]=t[n],t[n]=r}function b(t,e,n,r,o){if(0===t.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),K(n=+n)&&(n=o?0:t.length-1),n<0&&(n=t.length+n),n>=t.length){if(o)return-1;n=t.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof e&&(e=u.from(e,r)),u.isBuffer(e))return 0===e.length?-1:v(t,e,n,r,o);if("number"==typeof e)return e&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(t,e,n):Uint8Array.prototype.lastIndexOf.call(t,e,n):v(t,[e],n,r,o);throw new TypeError("val must be string, number or Buffer")}function v(t,e,n,r,o){let i,a=1,s=t.length,c=e.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return-1;a=2,s/=2,c/=2,n/=2}function u(t,e){return 1===a?t[e]:t.readUInt16BE(e*a)}if(o){let r=-1;for(i=n;i<s;i++)if(u(t,i)===u(e,-1===r?0:i-r)){if(-1===r&&(r=i),i-r+1===c)return r*a}else-1!==r&&(i-=i-r),r=-1}else for(n+c>s&&(n=s-c),i=n;i>=0;i--){let n=!0;for(let r=0;r<c;r++)if(u(t,i+r)!==u(e,r)){n=!1;break}if(n)return i}return-1}function w(t,e,n,r){n=Number(n)||0;const o=t.length-n;r?(r=Number(r))>o&&(r=o):r=o;const i=e.length;let a;for(r>i/2&&(r=i/2),a=0;a<r;++a){const r=parseInt(e.substr(2*a,2),16);if(K(r))return a;t[n+a]=r}return a}function C(t,e,n,r){return Y(H(e,t.length-n),t,n,r)}function E(t,e,n,r){return Y(function(t){const e=[];for(let n=0;n<t.length;++n)e.push(255&t.charCodeAt(n));return e}(e),t,n,r)}function x(t,e,n,r){return Y(X(e),t,n,r)}function O(t,e,n,r){return Y(function(t,e){let n,r,o;const i=[];for(let a=0;a<t.length&&!((e-=2)<0);++a)n=t.charCodeAt(a),r=n>>8,o=n%256,i.push(o),i.push(r);return i}(e,t.length-n),t,n,r)}function S(t,e,n){return 0===e&&n===t.length?o.fromByteArray(t):o.fromByteArray(t.slice(e,n))}function I(t,e,n){n=Math.min(t.length,n);const r=[];let o=e;for(;o<n;){const e=t[o];let i=null,a=e>239?4:e>223?3:e>191?2:1;if(o+a<=n){let n,r,s,c;switch(a){case 1:e<128&&(i=e);break;case 2:n=t[o+1],128==(192&n)&&(c=(31&e)<<6|63&n,c>127&&(i=c));break;case 3:n=t[o+1],r=t[o+2],128==(192&n)&&128==(192&r)&&(c=(15&e)<<12|(63&n)<<6|63&r,c>2047&&(c<55296||c>57343)&&(i=c));break;case 4:n=t[o+1],r=t[o+2],s=t[o+3],128==(192&n)&&128==(192&r)&&128==(192&s)&&(c=(15&e)<<18|(63&n)<<12|(63&r)<<6|63&s,c>65535&&c<1114112&&(i=c))}}null===i?(i=65533,a=1):i>65535&&(i-=65536,r.push(i>>>10&1023|55296),i=56320|1023&i),r.push(i),o+=a}return function(t){const e=t.length;if(e<=R)return String.fromCharCode.apply(String,t);let n="",r=0;for(;r<e;)n+=String.fromCharCode.apply(String,t.slice(r,r+=R));return n}(r)}u.TYPED_ARRAY_SUPPORT=function(){try{const t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),42===t.foo()}catch(t){return!1}}(),u.TYPED_ARRAY_SUPPORT||void 0===r||"function"!=typeof r.error||r.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.buffer}}),Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.byteOffset}}),u.poolSize=8192,u.from=function(t,e,n){return l(t,e,n)},Object.setPrototypeOf(u.prototype,Uint8Array.prototype),Object.setPrototypeOf(u,Uint8Array),u.alloc=function(t,e,n){return function(t,e,n){return f(t),t<=0?c(t):void 0!==e?"string"==typeof n?c(t).fill(e,n):c(t).fill(e):c(t)}(t,e,n)},u.allocUnsafe=function(t){return p(t)},u.allocUnsafeSlow=function(t){return p(t)},u.isBuffer=function(t){return null!=t&&!0===t._isBuffer&&t!==u.prototype},u.compare=function(t,e){if(J(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),J(e,Uint8Array)&&(e=u.from(e,e.offset,e.byteLength)),!u.isBuffer(t)||!u.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===e)return 0;let n=t.length,r=e.length;for(let o=0,i=Math.min(n,r);o<i;++o)if(t[o]!==e[o]){n=t[o],r=e[o];break}return n<r?-1:r<n?1:0},u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(t,e){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return u.alloc(0);let n;if(void 0===e)for(e=0,n=0;n<t.length;++n)e+=t[n].length;const r=u.allocUnsafe(e);let o=0;for(n=0;n<t.length;++n){let e=t[n];if(J(e,Uint8Array))o+e.length>r.length?(u.isBuffer(e)||(e=u.from(e)),e.copy(r,o)):Uint8Array.prototype.set.call(r,e,o);else{if(!u.isBuffer(e))throw new TypeError('"list" argument must be an Array of Buffers');e.copy(r,o)}o+=e.length}return r},u.byteLength=g,u.prototype._isBuffer=!0,u.prototype.swap16=function(){const t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let e=0;e<t;e+=2)m(this,e,e+1);return this},u.prototype.swap32=function(){const t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let e=0;e<t;e+=4)m(this,e,e+3),m(this,e+1,e+2);return this},u.prototype.swap64=function(){const t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let e=0;e<t;e+=8)m(this,e,e+7),m(this,e+1,e+6),m(this,e+2,e+5),m(this,e+3,e+4);return this},u.prototype.toString=function(){const t=this.length;return 0===t?"":0===arguments.length?I(this,0,t):y.apply(this,arguments)},u.prototype.toLocaleString=u.prototype.toString,u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===u.compare(this,t)},u.prototype.inspect=function(){let t="";const n=e.h2;return t=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(t+=" ... "),"<Buffer "+t+">"},a&&(u.prototype[a]=u.prototype.inspect),u.prototype.compare=function(t,e,n,r,o){if(J(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(void 0===e&&(e=0),void 0===n&&(n=t?t.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),e<0||n>t.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&e>=n)return 0;if(r>=o)return-1;if(e>=n)return 1;if(this===t)return 0;let i=(o>>>=0)-(r>>>=0),a=(n>>>=0)-(e>>>=0);const s=Math.min(i,a),c=this.slice(r,o),l=t.slice(e,n);for(let t=0;t<s;++t)if(c[t]!==l[t]){i=c[t],a=l[t];break}return i<a?-1:a<i?1:0},u.prototype.includes=function(t,e,n){return-1!==this.indexOf(t,e,n)},u.prototype.indexOf=function(t,e,n){return b(this,t,e,n,!0)},u.prototype.lastIndexOf=function(t,e,n){return b(this,t,e,n,!1)},u.prototype.write=function(t,e,n,r){if(void 0===e)r="utf8",n=this.length,e=0;else if(void 0===n&&"string"==typeof e)r=e,n=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e>>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}const o=this.length-e;if((void 0===n||n>o)&&(n=o),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");let i=!1;for(;;)switch(r){case"hex":return w(this,t,e,n);case"utf8":case"utf-8":return C(this,t,e,n);case"ascii":case"latin1":case"binary":return E(this,t,e,n);case"base64":return x(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return O(this,t,e,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const R=4096;function B(t,e,n){let r="";n=Math.min(t.length,n);for(let o=e;o<n;++o)r+=String.fromCharCode(127&t[o]);return r}function j(t,e,n){let r="";n=Math.min(t.length,n);for(let o=e;o<n;++o)r+=String.fromCharCode(t[o]);return r}function P(t,e,n){const r=t.length;(!e||e<0)&&(e=0),(!n||n<0||n>r)&&(n=r);let o="";for(let r=e;r<n;++r)o+=Q[t[r]];return o}function T(t,e,n){const r=t.slice(e,n);let o="";for(let t=0;t<r.length-1;t+=2)o+=String.fromCharCode(r[t]+256*r[t+1]);return o}function N(t,e,n){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+e>n)throw new RangeError("Trying to access beyond buffer length")}function k(t,e,n,r,o,i){if(!u.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||e<i)throw new RangeError('"value" argument is out of bounds');if(n+r>t.length)throw new RangeError("Index out of range")}function U(t,e,n,r,o){V(e,r,o,t,n,7);let i=Number(e&BigInt(4294967295));t[n++]=i,i>>=8,t[n++]=i,i>>=8,t[n++]=i,i>>=8,t[n++]=i;let a=Number(e>>BigInt(32)&BigInt(4294967295));return t[n++]=a,a>>=8,t[n++]=a,a>>=8,t[n++]=a,a>>=8,t[n++]=a,n}function _(t,e,n,r,o){V(e,r,o,t,n,7);let i=Number(e&BigInt(4294967295));t[n+7]=i,i>>=8,t[n+6]=i,i>>=8,t[n+5]=i,i>>=8,t[n+4]=i;let a=Number(e>>BigInt(32)&BigInt(4294967295));return t[n+3]=a,a>>=8,t[n+2]=a,a>>=8,t[n+1]=a,a>>=8,t[n]=a,n+8}function L(t,e,n,r,o,i){if(n+r>t.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function D(t,e,n,r,o){return e=+e,n>>>=0,o||L(t,0,n,4),i.write(t,e,n,r,23,4),n+4}function M(t,e,n,r,o){return e=+e,n>>>=0,o||L(t,0,n,8),i.write(t,e,n,r,52,8),n+8}u.prototype.slice=function(t,e){const n=this.length;(t=~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),(e=void 0===e?n:~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),e<t&&(e=t);const r=this.subarray(t,e);return Object.setPrototypeOf(r,u.prototype),r},u.prototype.readUintLE=u.prototype.readUIntLE=function(t,e,n){t>>>=0,e>>>=0,n||N(t,e,this.length);let r=this[t],o=1,i=0;for(;++i<e&&(o*=256);)r+=this[t+i]*o;return r},u.prototype.readUintBE=u.prototype.readUIntBE=function(t,e,n){t>>>=0,e>>>=0,n||N(t,e,this.length);let r=this[t+--e],o=1;for(;e>0&&(o*=256);)r+=this[t+--e]*o;return r},u.prototype.readUint8=u.prototype.readUInt8=function(t,e){return t>>>=0,e||N(t,1,this.length),this[t]},u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,e){return t>>>=0,e||N(t,2,this.length),this[t]|this[t+1]<<8},u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,e){return t>>>=0,e||N(t,2,this.length),this[t]<<8|this[t+1]},u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,e){return t>>>=0,e||N(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,e){return t>>>=0,e||N(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},u.prototype.readBigUInt64LE=Z((function(t){q(t>>>=0,"offset");const e=this[t],n=this[t+7];void 0!==e&&void 0!==n||W(t,this.length-8);const r=e+256*this[++t]+65536*this[++t]+this[++t]*2**24,o=this[++t]+256*this[++t]+65536*this[++t]+n*2**24;return BigInt(r)+(BigInt(o)<<BigInt(32))})),u.prototype.readBigUInt64BE=Z((function(t){q(t>>>=0,"offset");const e=this[t],n=this[t+7];void 0!==e&&void 0!==n||W(t,this.length-8);const r=e*2**24+65536*this[++t]+256*this[++t]+this[++t],o=this[++t]*2**24+65536*this[++t]+256*this[++t]+n;return(BigInt(r)<<BigInt(32))+BigInt(o)})),u.prototype.readIntLE=function(t,e,n){t>>>=0,e>>>=0,n||N(t,e,this.length);let r=this[t],o=1,i=0;for(;++i<e&&(o*=256);)r+=this[t+i]*o;return o*=128,r>=o&&(r-=Math.pow(2,8*e)),r},u.prototype.readIntBE=function(t,e,n){t>>>=0,e>>>=0,n||N(t,e,this.length);let r=e,o=1,i=this[t+--r];for(;r>0&&(o*=256);)i+=this[t+--r]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i},u.prototype.readInt8=function(t,e){return t>>>=0,e||N(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},u.prototype.readInt16LE=function(t,e){t>>>=0,e||N(t,2,this.length);const n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt16BE=function(t,e){t>>>=0,e||N(t,2,this.length);const n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt32LE=function(t,e){return t>>>=0,e||N(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},u.prototype.readInt32BE=function(t,e){return t>>>=0,e||N(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},u.prototype.readBigInt64LE=Z((function(t){q(t>>>=0,"offset");const e=this[t],n=this[t+7];void 0!==e&&void 0!==n||W(t,this.length-8);const r=this[t+4]+256*this[t+5]+65536*this[t+6]+(n<<24);return(BigInt(r)<<BigInt(32))+BigInt(e+256*this[++t]+65536*this[++t]+this[++t]*2**24)})),u.prototype.readBigInt64BE=Z((function(t){q(t>>>=0,"offset");const e=this[t],n=this[t+7];void 0!==e&&void 0!==n||W(t,this.length-8);const r=(e<<24)+65536*this[++t]+256*this[++t]+this[++t];return(BigInt(r)<<BigInt(32))+BigInt(this[++t]*2**24+65536*this[++t]+256*this[++t]+n)})),u.prototype.readFloatLE=function(t,e){return t>>>=0,e||N(t,4,this.length),i.read(this,t,!0,23,4)},u.prototype.readFloatBE=function(t,e){return t>>>=0,e||N(t,4,this.length),i.read(this,t,!1,23,4)},u.prototype.readDoubleLE=function(t,e){return t>>>=0,e||N(t,8,this.length),i.read(this,t,!0,52,8)},u.prototype.readDoubleBE=function(t,e){return t>>>=0,e||N(t,8,this.length),i.read(this,t,!1,52,8)},u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,e,n,r){if(t=+t,e>>>=0,n>>>=0,!r){k(this,t,e,n,Math.pow(2,8*n)-1,0)}let o=1,i=0;for(this[e]=255&t;++i<n&&(o*=256);)this[e+i]=t/o&255;return e+n},u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,e,n,r){if(t=+t,e>>>=0,n>>>=0,!r){k(this,t,e,n,Math.pow(2,8*n)-1,0)}let o=n-1,i=1;for(this[e+o]=255&t;--o>=0&&(i*=256);)this[e+o]=t/i&255;return e+n},u.prototype.writeUint8=u.prototype.writeUInt8=function(t,e,n){return t=+t,e>>>=0,n||k(this,t,e,1,255,0),this[e]=255&t,e+1},u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,e,n){return t=+t,e>>>=0,n||k(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,e,n){return t=+t,e>>>=0,n||k(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,e,n){return t=+t,e>>>=0,n||k(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,e,n){return t=+t,e>>>=0,n||k(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},u.prototype.writeBigUInt64LE=Z((function(t,e=0){return U(this,t,e,BigInt(0),BigInt("0xffffffffffffffff"))})),u.prototype.writeBigUInt64BE=Z((function(t,e=0){return _(this,t,e,BigInt(0),BigInt("0xffffffffffffffff"))})),u.prototype.writeIntLE=function(t,e,n,r){if(t=+t,e>>>=0,!r){const r=Math.pow(2,8*n-1);k(this,t,e,n,r-1,-r)}let o=0,i=1,a=0;for(this[e]=255&t;++o<n&&(i*=256);)t<0&&0===a&&0!==this[e+o-1]&&(a=1),this[e+o]=(t/i>>0)-a&255;return e+n},u.prototype.writeIntBE=function(t,e,n,r){if(t=+t,e>>>=0,!r){const r=Math.pow(2,8*n-1);k(this,t,e,n,r-1,-r)}let o=n-1,i=1,a=0;for(this[e+o]=255&t;--o>=0&&(i*=256);)t<0&&0===a&&0!==this[e+o+1]&&(a=1),this[e+o]=(t/i>>0)-a&255;return e+n},u.prototype.writeInt8=function(t,e,n){return t=+t,e>>>=0,n||k(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},u.prototype.writeInt16LE=function(t,e,n){return t=+t,e>>>=0,n||k(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},u.prototype.writeInt16BE=function(t,e,n){return t=+t,e>>>=0,n||k(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},u.prototype.writeInt32LE=function(t,e,n){return t=+t,e>>>=0,n||k(this,t,e,4,2147483647,-2147483648),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},u.prototype.writeInt32BE=function(t,e,n){return t=+t,e>>>=0,n||k(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},u.prototype.writeBigInt64LE=Z((function(t,e=0){return U(this,t,e,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),u.prototype.writeBigInt64BE=Z((function(t,e=0){return _(this,t,e,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),u.prototype.writeFloatLE=function(t,e,n){return D(this,t,e,!0,n)},u.prototype.writeFloatBE=function(t,e,n){return D(this,t,e,!1,n)},u.prototype.writeDoubleLE=function(t,e,n){return M(this,t,e,!0,n)},u.prototype.writeDoubleBE=function(t,e,n){return M(this,t,e,!1,n)},u.prototype.copy=function(t,e,n,r){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),e>=t.length&&(e=t.length),e||(e=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=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),t.length-e<r-n&&(r=t.length-e+n);const o=r-n;return this===t&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(e,n,r):Uint8Array.prototype.set.call(t,this.subarray(n,r),e),o},u.prototype.fill=function(t,e,n,r){if("string"==typeof t){if("string"==typeof e?(r=e,e=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&&!u.isEncoding(r))throw new TypeError("Unknown encoding: "+r);if(1===t.length){const e=t.charCodeAt(0);("utf8"===r&&e<128||"latin1"===r)&&(t=e)}}else"number"==typeof t?t&=255:"boolean"==typeof t&&(t=Number(t));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;let o;if(e>>>=0,n=void 0===n?this.length:n>>>0,t||(t=0),"number"==typeof t)for(o=e;o<n;++o)this[o]=t;else{const i=u.isBuffer(t)?t:u.from(t,r),a=i.length;if(0===a)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(o=0;o<n-e;++o)this[o+e]=i[o%a]}return this};const $={};function F(t,e,n){$[t]=class extends n{constructor(){super(),Object.defineProperty(this,"message",{value:e.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${t}]`,this.stack,delete this.name}get code(){return t}set code(t){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:t,writable:!0})}toString(){return`${this.name} [${t}]: ${this.message}`}}}function G(t){let e="",n=t.length;const r="-"===t[0]?1:0;for(;n>=r+4;n-=3)e=`_${t.slice(n-3,n)}${e}`;return`${t.slice(0,n)}${e}`}function V(t,e,n,r,o,i){if(t>n||t<e){const r="bigint"==typeof e?"n":"";let o;throw o=i>3?0===e||e===BigInt(0)?`>= 0${r} and < 2${r} ** ${8*(i+1)}${r}`:`>= -(2${r} ** ${8*(i+1)-1}${r}) and < 2 ** ${8*(i+1)-1}${r}`:`>= ${e}${r} and <= ${n}${r}`,new $.ERR_OUT_OF_RANGE("value",o,t)}!function(t,e,n){q(e,"offset"),void 0!==t[e]&&void 0!==t[e+n]||W(e,t.length-(n+1))}(r,o,i)}function q(t,e){if("number"!=typeof t)throw new $.ERR_INVALID_ARG_TYPE(e,"number",t)}function W(t,e,n){if(Math.floor(t)!==t)throw q(t,n),new $.ERR_OUT_OF_RANGE(n||"offset","an integer",t);if(e<0)throw new $.ERR_BUFFER_OUT_OF_BOUNDS;throw new $.ERR_OUT_OF_RANGE(n||"offset",`>= ${n?1:0} and <= ${e}`,t)}F("ERR_BUFFER_OUT_OF_BOUNDS",(function(t){return t?`${t} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),F("ERR_INVALID_ARG_TYPE",(function(t,e){return`The "${t}" argument must be of type number. Received type ${typeof e}`}),TypeError),F("ERR_OUT_OF_RANGE",(function(t,e,n){let r=`The value of "${t}" is out of range.`,o=n;return Number.isInteger(n)&&Math.abs(n)>2**32?o=G(String(n)):"bigint"==typeof n&&(o=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(o=G(o)),o+="n"),r+=` It must be ${e}. Received ${o}`,r}),RangeError);const z=/[^+/0-9A-Za-z-_]/g;function H(t,e){let n;e=e||1/0;const r=t.length;let o=null;const i=[];for(let a=0;a<r;++a){if(n=t.charCodeAt(a),n>55295&&n<57344){if(!o){if(n>56319){(e-=3)>-1&&i.push(239,191,189);continue}if(a+1===r){(e-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(e-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(e-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((e-=1)<0)break;i.push(n)}else if(n<2048){if((e-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function X(t){return o.toByteArray(function(t){if((t=(t=t.split("=")[0]).trim().replace(z,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function Y(t,e,n,r){let o;for(o=0;o<r&&!(o+n>=e.length||o>=t.length);++o)e[o+n]=t[o];return o}function J(t,e){return t instanceof e||null!=t&&null!=t.constructor&&null!=t.constructor.name&&t.constructor.name===e.name}function K(t){return t!=t}const Q=function(){const t="0123456789abcdef",e=new Array(256);for(let n=0;n<16;++n){const r=16*n;for(let o=0;o<16;++o)e[r+o]=t[n]+t[o]}return e}();function Z(t){return"undefined"==typeof BigInt?tt:t}function tt(){throw new Error("BigInt not supported")}},21924:(t,e,n)=>{"use strict";var r=n(40210),o=n(55559),i=o(r("String.prototype.indexOf"));t.exports=function(t,e){var n=r(t,!!e);return"function"==typeof n&&i(t,".prototype.")>-1?o(n):n}},55559:(t,e,n)=>{"use strict";var r=n(58612),o=n(40210),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),s=o("%Reflect.apply%",!0)||r.call(a,i),c=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),l=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(t){u=null}t.exports=function(t){var e=s(r,a,arguments);if(c&&u){var n=c(e,"length");n.configurable&&u(e,"length",{value:1+l(0,t.length-(arguments.length-1))})}return e};var f=function(){return s(r,i,arguments)};u?u(t.exports,"apply",{value:f}):t.exports.apply=f},25108:(t,e,n)=>{var r=n(89539),o=n(69282);function i(){return(new Date).getTime()}var a,s=Array.prototype.slice,c={};a=void 0!==n.g&&n.g.console?n.g.console:"undefined"!=typeof window&&window.console?window.console:{};for(var u=[[function(){},"log"],[function(){a.log.apply(a,arguments)},"info"],[function(){a.log.apply(a,arguments)},"warn"],[function(){a.warn.apply(a,arguments)},"error"],[function(t){c[t]=i()},"time"],[function(t){var e=c[t];if(!e)throw new Error("No such label: "+t);delete c[t];var n=i()-e;a.log(t+": "+n+"ms")},"timeEnd"],[function(){var t=new Error;t.name="Trace",t.message=r.format.apply(null,arguments),a.error(t.stack)},"trace"],[function(t){a.log(r.inspect(t)+"\n")},"dir"],[function(t){if(!t){var e=s.call(arguments,1);o.ok(!1,r.format.apply(null,e))}},"assert"]],l=0;l<u.length;l++){var f=u[l],p=f[0],d=f[1];a[d]||(a[d]=p)}t.exports=a},13175:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=n(23645),o=n.n(r)()(!0);o.push([t.id,'#editor{box-shadow:none !important}#editor ::-webkit-scrollbar-thumb{background-color:#fff}body{position:fixed;width:100%;height:100%}.documentslist{padding:5px}.documentslist .document,.documentslist .progress,.documentslist .add-document{display:inline-block;height:200px;width:200px;float:left;margin:14px;vertical-align:top}.documentslist .progress div{margin-top:144px;text-align:center}.documentslist .document:hover,.documentslist .document a:focus{background-color:#ddd}.documentslist .session-active{position:relative;margin-left:128px;margin-top:128px;width:32px}.document a{display:block;position:relative;height:200px;width:200px;background-repeat:no-repeat;background-size:200px}.document a:hover{border:1px solid #818181}.document label{background:rgba(255,255,255,.7);position:absolute;bottom:0px;width:100%;font-weight:normal;text-overflow:ellipsis;overflow:hidden;text-align:center;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.claro #header{text-align:left;position:absolute;width:100%;padding:0;z-index:500 !important}#header #dropdown{right:auto;top:45px}#header .padded{margin-right:12px}#document-title{min-width:300px;padding:7px;font-weight:normal;color:#fff}#ocToolbar .filename{padding:5px 6px;min-width:300px;margin-top:0}#odf-close{position:absolute;right:0;float:right;padding:18px;background-color:rgba(0,0,0,0);border:none;opacity:.5}#odf-close.icon-close{height:23px;width:23px}#odf-invite{margin-top:0;margin-left:3px;float:left;background-position:5px center;padding-left:24px}#mainContainer{position:absolute;width:100%;z-index:500;top:0px;bottom:0}#loadingContainer.icon-loading{position:absolute;width:100%;height:100%;z-index:600;background-color:var(--color-main-background)}#proxyLoadingContainer{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:var(--color-main-background)}#proxyLoadingMessage{position:relative;margin-top:10px}#revViewerContainer{position:absolute;width:100%;z-index:600;background-color:#ddd !important;top:0px;bottom:0}#revViewer{position:relative;height:100%}#revPanelContainer{position:fixed;width:250px;z-index:600;background-color:#efefef !important;right:0;top:0px;bottom:0;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}#revViewerContainer .closeButton{position:absolute;right:2px;top:5px;width:20px;height:24px;z-index:1;border:none}.loleaflet-font{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important}#documents-overlay,#documents-overlay-below{position:fixed;top:0px;left:0;width:100%;height:100%;filter:alpha(opacity=60);opacity:.6;z-index:1000;background-color:#fff}#documents-overlay-below{right:72px;top:0px;filter:alpha(opacity=100);opacity:1;background:#fff;z-index:999}#file_upload_start{display:block;position:relative;left:0;top:0;width:200px;height:100px;margin-bottom:-110px;padding:0;cursor:pointer;overflow:hidden;font-size:1em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;z-index:20}#saving-document{float:right;display:none}#warning-connection-lost{position:relative;z-index:2000;height:19px;margin-top:-2px;padding:13px 0;text-align:center;color:#fff;background-color:#ce7070;font-size:16px;font-weight:bold}#warning-connection-lost img{position:absolute;top:12px;right:10px;height:20px}#connection-lost{right:5px;background:#fff;width:95%;position:absolute;top:87px}#mainContainer #collaboration{float:right;position:relative;z-index:1;width:70px;padding:5px}#members{left:auto !important;right:0px;top:4px !important;padding-top:47px !important;background-color:#ddd !important;z-index:540}.webodfeditor-memberListButton{background-color:rgba(0,0,0,0) !important;box-shadow:none !important;border:none !important}.webodfeditor-memberListButton span{display:block;border-radius:3px;margin:auto}.webodfeditor-memberListButton img{border:0 none !important}.webodfeditor-memberListButton input{width:46px}#memberList .webodfeditor-memberListLabel{color:#555 !important;border-radius:3px !important;padding:0 !important;margin-bottom:10px;font-size:10px !important;text-align:center}#ocToolbar,#ocToolbarInside{border-bottom:none !important;background:none !important;box-shadow:none !important}#toolbar{position:static !important;min-height:29px !important;border-bottom:none !important;border-radius:2px;margin:6px 30px 0 0 !important;padding:0 !important;box-shadow:none !important;background:#f5f5f5 !important}#ocToolbar .dijitToolbar{float:left}#toolbar>.dijit{margin-top:2px !important;margin-left:3px}#toolbar>span.dijit{margin-left:0}#toolbar>.dijitComboBox{margin:3px 5px 0 3px !important}#toolbar>.dijitComboBox .dijitInputInner{vertical-align:middle;line-height:1.7em}#container{top:39px !important}#canvas>div{box-shadow:none !important}cursor>div{padding-bottom:0 !important}editinfo>div.editInfoMarker{width:4px;border-radius:0;box-shadow:0 0 0 #fff;background-clip:content-box;padding:0 5px}.dijitToolbar{min-height:31px;line-height:1em}.dijitToolbar .dijitDropDownButton{padding-top:2px}.dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton{margin-top:-1px}.claro .dijitComboBox .dijitInputInner{padding:0 1px !important}.claro .dijitTextBox .dijitInputInner,.claro .dijitSpinner .dijitSpinnerButtonInner{margin:0}.dojoTabular{border-collapse:collapse;border-spacing:0;border:1px solid #ccc;margin:0 1.5em}.dojoTabular th{text-align:center;font-weight:bold}.dojoTabular thead,.dojoTabular tfoot{background-color:#efefef;border:1px solid #ccc;border-width:1px 0}.dojoTabular th,.dojoTabular td{padding:.25em .5em}document p{cursor:auto}.oc-dialog .fileexists{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.oc-dialog .fileexists .conflict .filename,.oc-dialog .fileexists .conflict .mtime,.oc-dialog .fileexists .conflict .size{-webkit-touch-callout:initial;-webkit-user-select:initial;-khtml-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:initial}.oc-dialog .fileexists .conflict .message{color:#e9322d}.oc-dialog .fileexists table{width:100%}.oc-dialog .fileexists th{padding-left:0;padding-right:0}.oc-dialog .fileexists th input[type=checkbox]{margin-right:3px}.oc-dialog .fileexists th:first-child{width:230px}.oc-dialog .fileexists th label{font-weight:normal;color:#000}.oc-dialog .fileexists th .count{margin-left:3px}.oc-dialog .fileexists .conflicts .template{display:none}.oc-dialog .fileexists .conflict{width:100%;height:85px}.oc-dialog .fileexists .conflict .filename{color:#777;word-break:break-all;clear:left}.oc-dialog .fileexists .icon{width:64px;height:64px;margin:0px 5px 5px 5px;background-repeat:no-repeat;background-size:64px 64px;float:left}.oc-dialog .fileexists .replacement{float:left;width:230px}.oc-dialog .fileexists .original{float:left;width:230px}.oc-dialog .fileexists .conflicts{overflow-y:scroll;max-height:225px}.oc-dialog .fileexists .conflict input[type=checkbox]{float:left}.oc-dialog .fileexists #allfileslabel{float:right}.oc-dialog .fileexists #allfiles{vertical-align:bottom;position:relative;top:-3px}.oc-dialog .fileexists #allfiles+span{vertical-align:bottom}.oc-dialog .oc-dialog-buttonrow{width:100%;text-align:right}.oc-dialog .oc-dialog-buttonrow .cancel{float:left}#documents-content{margin:0px auto}',"",{version:3,sources:["webpack://css/document.scss"],names:[],mappings:"AAAA,QACC,0BAAA,CAGD,kCACC,qBAAA,CAGD,KACC,cAAA,CACA,UAAA,CACA,WAAA,CAGD,eAAA,WAAA,CAEA,+EAGC,oBAAA,CACA,YAAA,CACA,WAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CAGD,6BACC,gBAAA,CACA,iBAAA,CAGD,gEAEC,qBAAA,CAGD,+BACC,iBAAA,CACA,iBAAA,CACA,gBAAA,CACA,UAAA,CAGD,YACC,aAAA,CACA,iBAAA,CACA,YAAA,CACA,WAAA,CACA,2BAAA,CACA,qBAAA,CAGD,kBACC,wBAAA,CAGD,gBACC,+BAAA,CACA,iBAAA,CACA,UAAA,CACA,UAAA,CACA,kBAAA,CACA,sBAAA,CACA,eAAA,CACA,iBAAA,CACA,aAAA,CACA,6BAAA,CACA,0BAAA,CACA,qBAAA,CACA,kBAAA,CAGD,eACC,eAAA,CACA,iBAAA,CACA,UAAA,CACA,SAAA,CACA,sBAAA,CAGD,kBACC,UAAA,CACA,QAAA,CAGD,gBACC,iBAAA,CAGD,gBACC,eAAA,CACA,WAAA,CACA,kBAAA,CACA,UAAA,CAGD,qBACC,eAAA,CACA,eAAA,CACA,YAAA,CAGD,WACC,iBAAA,CACA,OAAA,CACA,WAAA,CACA,YAAA,CACA,8BAAA,CACA,WAAA,CACA,UAAA,CAGD,sBACC,WAAA,CACA,UAAA,CAGD,YACC,YAAA,CACA,eAAA,CACA,UAAA,CACA,8BAAA,CACA,iBAAA,CAGD,eACC,iBAAA,CACA,UAAA,CACA,WAAA,CACA,OAAA,CACA,QAAA,CAGD,+BACC,iBAAA,CACA,UAAA,CACA,WAAA,CACA,WAAA,CACA,6CAAA,CAGD,uBACC,iBAAA,CACA,OAAA,CACA,QAAA,CACA,+BAAA,CACA,6CAAA,CAGD,qBACC,iBAAA,CACA,eAAA,CAGD,oBACC,iBAAA,CACA,UAAA,CACA,WAAA,CACA,gCAAA,CACA,OAAA,CACA,QAAA,CAGD,WACC,iBAAA,CACA,WAAA,CAGD,mBACC,cAAA,CACA,WAAA,CACA,WAAA,CACA,mCAAA,CACA,OAAA,CACA,OAAA,CACA,QAAA,CACA,qBAAA,CACA,iBAAA,CACA,eAAA,CAKD,iCACC,iBAAA,CACA,SAAA,CACA,OAAA,CACA,UAAA,CACA,WAAA,CACA,SAAA,CACA,WAAA,CAGD,gBACC,+LAAA,CAGD,4CACC,cAAA,CACA,OAAA,CACA,MAAA,CACA,UAAA,CACA,WAAA,CACA,wBAAA,CACA,UAAA,CACA,YAAA,CACA,qBAAA,CAGD,yBACC,UAAA,CACA,OAAA,CACA,yBAAA,CACA,SAAA,CACA,eAAA,CACA,WAAA,CAGD,mBACC,aAAA,CACA,iBAAA,CACA,MAAA,CAAA,KAAA,CAAA,WAAA,CAAA,YAAA,CACA,oBAAA,CAAA,SAAA,CACA,cAAA,CAAA,eAAA,CACA,aAAA,CACA,+DAAA,CAAA,uBAAA,CAAA,SAAA,CACA,UAAA,CAGD,iBACC,WAAA,CACA,YAAA,CAGD,yBACC,iBAAA,CACA,YAAA,CACA,WAAA,CACA,eAAA,CACA,cAAA,CACA,iBAAA,CACA,UAAA,CACA,wBAAA,CACA,cAAA,CACA,gBAAA,CAGD,6BACC,iBAAA,CACA,QAAA,CACA,UAAA,CACA,WAAA,CAGD,iBACC,SAAA,CACA,eAAA,CACA,SAAA,CACA,iBAAA,CACA,QAAA,CAID,8BACC,WAAA,CAAA,iBAAA,CAAA,SAAA,CACA,UAAA,CAAA,WAAA,CAGD,SACC,oBAAA,CACA,SAAA,CACA,kBAAA,CACA,2BAAA,CACA,gCAAA,CACA,WAAA,CAGD,+BACC,yCAAA,CACA,0BAAA,CACA,sBAAA,CAGD,oCACC,aAAA,CACA,iBAAA,CACA,WAAA,CAGD,mCACC,wBAAA,CAGD,qCACC,UAAA,CAGD,0CACC,qBAAA,CACA,4BAAA,CACA,oBAAA,CACA,kBAAA,CACA,yBAAA,CACA,iBAAA,CAGD,4BACC,6BAAA,CACA,0BAAA,CACA,0BAAA,CAGD,SACC,0BAAA,CACA,0BAAA,CACA,6BAAA,CACA,iBAAA,CACA,8BAAA,CACA,oBAAA,CACA,0BAAA,CACA,6BAAA,CAGD,yBACC,UAAA,CAGD,gBACC,yBAAA,CACA,eAAA,CAGD,oBACC,aAAA,CAGD,wBACC,+BAAA,CAGD,yCACC,qBAAA,CACA,iBAAA,CAGD,WACC,mBAAA,CAGD,YACC,0BAAA,CAGD,WACC,2BAAA,CAGD,4BACC,SAAA,CACA,eAAA,CACA,qBAAA,CACA,2BAAA,CACA,aAAA,CAGD,cACC,eAAA,CACA,eAAA,CAGD,mCACC,eAAA,CAGD,6DACC,eAAA,CAGD,uCACC,wBAAA,CAGD,oFAEC,QAAA,CAID,aAAA,wBAAA,CAAA,gBAAA,CAAA,qBAAA,CAAA,cAAA,CAEA,gBAAA,iBAAA,CAAA,gBAAA,CAEA,sCAAA,wBAAA,CAAA,qBAAA,CAAA,kBAAA,CAEA,gCAAA,kBAAA,CAEA,WACC,WAAA,CAGD,uBACC,0BAAA,CACA,wBAAA,CACA,uBAAA,CACA,qBAAA,CACA,oBAAA,CACA,gBAAA,CAGD,0HAGC,6BAAA,CACA,2BAAA,CACA,0BAAA,CACA,wBAAA,CACA,uBAAA,CACA,mBAAA,CAGD,0CACC,aAAA,CAGD,6BACC,UAAA,CAGD,0BACC,cAAA,CACA,eAAA,CAGD,+CACC,gBAAA,CAGD,sCACC,WAAA,CAGD,gCACC,kBAAA,CACA,UAAA,CAGD,iCACC,eAAA,CAGD,4CACC,YAAA,CAGD,iCACC,UAAA,CACA,WAAA,CAGD,2CACC,UAAA,CACA,oBAAA,CACA,UAAA,CAGD,6BACC,UAAA,CACA,WAAA,CACA,sBAAA,CACA,2BAAA,CACA,yBAAA,CACA,UAAA,CAGD,oCACC,UAAA,CACA,WAAA,CAGD,iCACC,UAAA,CACA,WAAA,CAGD,kCACC,iBAAA,CACA,gBAAA,CAGD,sDACC,UAAA,CAGD,sCACC,WAAA,CAGD,iCACC,qBAAA,CACA,iBAAA,CACA,QAAA,CAGD,sCACC,qBAAA,CAGD,gCACC,UAAA,CACA,gBAAA,CAGD,wCACC,UAAA,CAGD,mBACC,eAAA",sourcesContent:["#editor {\n\tbox-shadow: none !important;\n}\n\n#editor ::-webkit-scrollbar-thumb {\n\tbackground-color: #fff;\n}\n\nbody {\n\tposition: fixed;\n\twidth: 100%;\n\theight: 100%;\n}\n\n.documentslist { padding:5px; }\n\n.documentslist .document,\n.documentslist .progress,\n.documentslist .add-document{\n\tdisplay: inline-block;\n\theight: 200px;\n\twidth: 200px;\n\tfloat: left;\n\tmargin: 14px;\n\tvertical-align: top;\n}\n\n.documentslist .progress div{\n\tmargin-top: 144px;\n\ttext-align: center;\n}\n\n.documentslist .document:hover,\n.documentslist .document a:focus {\n\tbackground-color: #ddd;\n}\n\n.documentslist .session-active {\n\tposition: relative;\n\tmargin-left: 128px;\n\tmargin-top: 128px;\n\twidth: 32px;\n}\n\n.document a {\n\tdisplay: block;\n\tposition: relative;\n\theight: 200px;\n\twidth: 200px;\n\tbackground-repeat: no-repeat;\n\tbackground-size: 200px;\n}\n\n.document a:hover {\n\tborder: 1px solid #818181;\n}\n\n.document label {\n\tbackground: rgba(255, 255, 255, 0.7);\n\tposition: absolute;\n\tbottom: 0px;\n\twidth: 100%;\n\tfont-weight: normal;\n\ttext-overflow: ellipsis;\n\toverflow: hidden;\n\ttext-align: center;\n\tpadding: 0 8px;\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n\twhite-space: nowrap;\n}\n\n.claro #header{\n\ttext-align: left;\n\tposition: absolute;\n\twidth: 100%;\n\tpadding:0;\n\tz-index: 500 !important;\n}\n\n#header #dropdown{\n\tright: auto;\n\ttop: 45px;\n}\n\n#header .padded{\n\tmargin-right:12px;\n}\n\n#document-title {\n\tmin-width:300px;\n\tpadding: 7px;\n\tfont-weight: normal;\n\tcolor: #FFF;\n}\n\n#ocToolbar .filename{\n\tpadding: 5px 6px;\n\tmin-width: 300px;\n\tmargin-top: 0;\n}\n\n#odf-close{\n\tposition: absolute;\n\tright: 0;\n\tfloat: right;\n\tpadding: 18px;\n\tbackground-color: transparent;\n\tborder: none;\n\topacity: .5;\n}\n\n#odf-close.icon-close {\n\theight: 23px;\n\twidth: 23px;\n}\n\n#odf-invite{\n\tmargin-top: 0;\n\tmargin-left: 3px;\n\tfloat: left;\n\tbackground-position: 5px center;\n\tpadding-left: 24px;\n}\n\n#mainContainer{\n\tposition: absolute;\n\twidth:100%;\n\tz-index: 500;\n\ttop: 0px;\n\tbottom: 0;\n}\n\n#loadingContainer.icon-loading {\n\tposition: absolute;\n\twidth: 100%;\n\theight: 100%;\n\tz-index: 600;\n\tbackground-color: var(--color-main-background);\n}\n\n#proxyLoadingContainer {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\ttransform: translate(-50%, -50%);\n\tbackground-color: var(--color-main-background);\n}\n\n#proxyLoadingMessage {\n\tposition: relative;\n\tmargin-top: 10px;\n}\n\n#revViewerContainer{\n\tposition: absolute;\n\twidth: 100%;\n\tz-index: 600;\n\tbackground-color: #ddd !important;\n\ttop: 0px;\n\tbottom: 0;\n}\n\n#revViewer{\n\tposition: relative;\n\theight: 100%;\n}\n\n#revPanelContainer{\n\tposition: fixed;\n\twidth: 250px;\n\tz-index: 600;\n\tbackground-color: #efefef !important;\n\tright: 0;\n\ttop: 0px;\n\tbottom: 0;\n\tbox-sizing: border-box;\n\toverflow-x: hidden;\n\toverflow-y: auto;\n}\n\n\n/* For close button image */\n#revViewerContainer .closeButton {\n\tposition: absolute;\n\tright: 2px;\n\ttop: 5px;\n\twidth: 20px;\n\theight: 24px;\n\tz-index: 1;\n\tborder: none;\n}\n\n.loleaflet-font{\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;\n}\n\n#documents-overlay, #documents-overlay-below{\n\tposition: fixed;\n\ttop: 0px;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n\tfilter:alpha(opacity=60);\n\topacity: .6;\n\tz-index: 1000;\n\tbackground-color: #fff;\n}\n\n#documents-overlay-below{\n\tright: 72px;\n\ttop: 0px;\n\tfilter:alpha(opacity=100);\n\topacity: 1;\n\tbackground:#fff;\n\tz-index: 999;\n}\n\n#file_upload_start{\n\tdisplay: block;\n\tposition:relative;\n\tleft:0; top:0; width:200px; height:100px;\n\tmargin-bottom: -110px;padding:0;\n\tcursor:pointer; overflow:hidden;\n\tfont-size:1em;\n\t-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; filter:alpha(opacity=0); opacity:0;\n\tz-index:20;\n}\n\n#saving-document{\n\tfloat:right;\n\tdisplay:none;\n}\n\n#warning-connection-lost{\n\tposition: relative;\n\tz-index: 2000;\n\theight: 19px;\n\tmargin-top: -2px;\n\tpadding: 13px 0;\n\ttext-align: center;\n\tcolor: #ffffff;\n\tbackground-color: #CE7070;\n\tfont-size: 16px;\n\tfont-weight: bold;\n}\n\n#warning-connection-lost img {\n\tposition: absolute;\n\ttop: 12px;\n\tright: 10px;\n\theight: 20px;\n}\n\n#connection-lost{\n\tright: 5px;\n\tbackground: #fff;\n\twidth: 95%;\n\tposition: absolute;\n\ttop: 87px;\n}\n\n/* override WebODF styling here */\n#mainContainer #collaboration{\n\tfloat:right;position: relative;z-index: 1;\n\twidth: 70px;padding:5px;\n}\n\n#members {\n\tleft: auto !important;\n\tright:0px;\n\ttop: 4px !important;\n\tpadding-top: 47px !important;\n\tbackground-color: #ddd !important;\n\tz-index: 540;\n}\n\n.webodfeditor-memberListButton {\n\tbackground-color: transparent !important;\n\tbox-shadow: none !important;\n\tborder: none !important;\n}\n\n.webodfeditor-memberListButton span {\n\tdisplay: block;\n\tborder-radius: 3px;\n\tmargin: auto;\n}\n\n.webodfeditor-memberListButton img{\n\tborder: 0 none !important;\n}\n\n.webodfeditor-memberListButton input{\n\twidth:46px;\n}\n\n#memberList .webodfeditor-memberListLabel {\n\tcolor: #555 !important;\n\tborder-radius: 3px !important;\n\tpadding: 0 !important;\n\tmargin-bottom: 10px;\n\tfont-size: 10px !important;\n\ttext-align:center;\n}\n\n#ocToolbar, #ocToolbarInside{\n\tborder-bottom: none !important;\n\tbackground: none !important;\n\tbox-shadow: none !important;\n}\n\n#toolbar {\n\tposition:static !important;\n\tmin-height: 29px !important;\n\tborder-bottom: none !important;\n\tborder-radius: 2px;\n\tmargin: 6px 30px 0 0 !important;\n\tpadding: 0 !important;\n\tbox-shadow: none !important;\n\tbackground: #F5F5F5 !important;\n}\n\n#ocToolbar .dijitToolbar{\n\tfloat:left;\n}\n\n#toolbar > .dijit{\n\tmargin-top: 2px !important;\n\tmargin-left:3px;\n}\n\n#toolbar > span.dijit{\n\tmargin-left: 0;\n}\n\n#toolbar > .dijitComboBox{\n\tmargin: 3px 5px 0 3px !important;\n}\n\n#toolbar > .dijitComboBox .dijitInputInner{\n\tvertical-align: middle;\n\tline-height: 1.7em;\n}\n\n#container {\n\ttop: 39px !important;\n}\n\n#canvas > div {\n\tbox-shadow: none !important;\n}\n\ncursor > div {\n\tpadding-bottom: 0 !important;\n}\n\neditinfo > div.editInfoMarker {\n\twidth: 4px;\n\tborder-radius: 0;\n\tbox-shadow: 0 0 0 #fff;\n\tbackground-clip:content-box;\n\tpadding: 0 5px;\n}\n\n.dijitToolbar{\n\tmin-height: 31px;\n\tline-height: 1em;\n}\n\n.dijitToolbar .dijitDropDownButton {\n\tpadding-top: 2px;\n}\n\n.dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton {\n\tmargin-top: -1px;\n}\n\n.claro .dijitComboBox .dijitInputInner{\n\tpadding:0 1px !important;\n}\n\n.claro .dijitTextBox .dijitInputInner,\n.claro .dijitSpinner .dijitSpinnerButtonInner {\n\tmargin: 0;\n}\n\n/* part of dojo.css */\n.dojoTabular {border-collapse: collapse; border-spacing: 0; border: 1px solid #ccc; margin: 0 1.5em;}\n\n.dojoTabular th {text-align: center; font-weight: bold;}\n\n.dojoTabular thead,.dojoTabular tfoot {background-color: #efefef; border: 1px solid #ccc; border-width: 1px 0;}\n\n.dojoTabular th,.dojoTabular td {padding: 0.25em 0.5em;}\n\ndocument p{\n\tcursor:auto;\n}\n\n.oc-dialog .fileexists {\n\t-webkit-touch-callout: none;\n\t-webkit-user-select: none;\n\t-khtml-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n}\n\n.oc-dialog .fileexists .conflict .filename,\n.oc-dialog .fileexists .conflict .mtime,\n.oc-dialog .fileexists .conflict .size {\n\t-webkit-touch-callout: initial;\n\t-webkit-user-select: initial;\n\t-khtml-user-select: initial;\n\t-moz-user-select: initial;\n\t-ms-user-select: initial;\n\tuser-select: initial;\n}\n\n.oc-dialog .fileexists .conflict .message {\n\tcolor: #e9322d;\n}\n\n.oc-dialog .fileexists table {\n\twidth: 100%;\n}\n\n.oc-dialog .fileexists th {\n\tpadding-left: 0;\n\tpadding-right: 0;\n}\n\n.oc-dialog .fileexists th input[type='checkbox'] {\n\tmargin-right: 3px;\n}\n\n.oc-dialog .fileexists th:first-child {\n\twidth: 230px;\n}\n\n.oc-dialog .fileexists th label {\n\tfont-weight: normal;\n\tcolor:black;\n}\n\n.oc-dialog .fileexists th .count {\n\tmargin-left: 3px;\n}\n\n.oc-dialog .fileexists .conflicts .template {\n\tdisplay: none;\n}\n\n.oc-dialog .fileexists .conflict {\n\twidth: 100%;\n\theight: 85px;\n}\n\n.oc-dialog .fileexists .conflict .filename {\n\tcolor:#777;\n\tword-break: break-all;\n\tclear: left;\n}\n\n.oc-dialog .fileexists .icon {\n\twidth: 64px;\n\theight: 64px;\n\tmargin: 0px 5px 5px 5px;\n\tbackground-repeat: no-repeat;\n\tbackground-size: 64px 64px;\n\tfloat: left;\n}\n\n.oc-dialog .fileexists .replacement {\n\tfloat: left;\n\twidth: 230px;\n}\n\n.oc-dialog .fileexists .original {\n\tfloat: left;\n\twidth: 230px;\n}\n\n.oc-dialog .fileexists .conflicts {\n\toverflow-y:scroll;\n\tmax-height: 225px;\n}\n\n.oc-dialog .fileexists .conflict input[type='checkbox'] {\n\tfloat: left;\n}\n\n.oc-dialog .fileexists #allfileslabel {\n\tfloat:right;\n}\n\n.oc-dialog .fileexists #allfiles {\n\tvertical-align: bottom;\n\tposition: relative;\n\ttop: -3px;\n}\n\n.oc-dialog .fileexists #allfiles + span{\n\tvertical-align: bottom;\n}\n\n.oc-dialog .oc-dialog-buttonrow {\n\twidth:100%;\n\ttext-align:right;\n}\n\n.oc-dialog .oc-dialog-buttonrow .cancel {\n\tfloat:left;\n}\n\n#documents-content {\n\tmargin: 0px auto;\n}\n"],sourceRoot:""}]);const i=o},23645:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"==typeof btoa){var o=(a=r,s=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(s),"/*# ".concat(c," */")),i=r.sources.map((function(t){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([o]).join("\n")}var a,s,c;return[n].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var s=0;s<t.length;s++){var c=[].concat(t[s]);r&&o[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},4289:(t,e,n)=>{"use strict";var r=n(82215),o="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),i=Object.prototype.toString,a=Array.prototype.concat,s=Object.defineProperty,c=s&&function(){var t={};try{for(var e in s(t,"x",{enumerable:!1,value:t}),t)return!1;return t.x===t}catch(t){return!1}}(),u=function(t,e,n,r){var o;(!(e in t)||"function"==typeof(o=r)&&"[object Function]"===i.call(o)&&r())&&(c?s(t,e,{configurable:!0,enumerable:!1,value:n,writable:!0}):t[e]=n)},l=function(t,e){var n=arguments.length>2?arguments[2]:{},i=r(e);o&&(i=a.call(i,Object.getOwnPropertySymbols(e)));for(var s=0;s<i.length;s+=1)u(t,i[s],e[i[s]],n[i[s]])};l.supportsDescriptors=!!c,t.exports=l},8091:t=>{"use strict";function e(t,e){if(null==t)throw new TypeError("Cannot convert first argument to object");for(var n=Object(t),r=1;r<arguments.length;r++){var o=arguments[r];if(null!=o)for(var i=Object.keys(Object(o)),a=0,s=i.length;a<s;a++){var c=i[a],u=Object.getOwnPropertyDescriptor(o,c);void 0!==u&&u.enumerable&&(n[c]=o[c])}}return n}t.exports={assign:e,polyfill:function(){Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:e})}}},49804:t=>{var e=Object.prototype.hasOwnProperty,n=Object.prototype.toString;t.exports=function(t,r,o){if("[object Function]"!==n.call(r))throw new TypeError("iterator must be a function");var i=t.length;if(i===+i)for(var a=0;a<i;a++)r.call(o,t[a],a,t);else for(var s in t)e.call(t,s)&&r.call(o,t[s],s,t)}},17648:t=>{"use strict";var e="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,r=Object.prototype.toString,o="[object Function]";t.exports=function(t){var i=this;if("function"!=typeof i||r.call(i)!==o)throw new TypeError(e+i);for(var a,s=n.call(arguments,1),c=function(){if(this instanceof a){var e=i.apply(this,s.concat(n.call(arguments)));return Object(e)===e?e:this}return i.apply(t,s.concat(n.call(arguments)))},u=Math.max(0,i.length-s.length),l=[],f=0;f<u;f++)l.push("$"+f);if(a=Function("binder","return function ("+l.join(",")+"){ return binder.apply(this,arguments); }")(c),i.prototype){var p=function(){};p.prototype=i.prototype,a.prototype=new p,p.prototype=null}return a}},58612:(t,e,n)=>{"use strict";var r=n(17648);t.exports=Function.prototype.bind||r},40210:(t,e,n)=>{"use strict";var r,o=SyntaxError,i=Function,a=TypeError,s=function(t){try{return i('"use strict"; return ('+t+").constructor;")()}catch(t){}},c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(t){c=null}var u=function(){throw new a},l=c?function(){try{return u}catch(t){try{return c(arguments,"callee").get}catch(t){return u}}}():u,f=n(41405)(),p=Object.getPrototypeOf||function(t){return t.__proto__},d={},h="undefined"==typeof Uint8Array?r:p(Uint8Array),A={"%AggregateError%":"undefined"==typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":f?p([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":d,"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":d,"%Atomics%":"undefined"==typeof Atomics?r:Atomics,"%BigInt%":"undefined"==typeof BigInt?r:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":d,"%Int8Array%":"undefined"==typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f?p(p([][Symbol.iterator]())):r,"%JSON%":"object"==typeof JSON?JSON:r,"%Map%":"undefined"==typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&f?p((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?r:Promise,"%Proxy%":"undefined"==typeof Proxy?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&f?p((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f?p(""[Symbol.iterator]()):r,"%Symbol%":f?Symbol:r,"%SyntaxError%":o,"%ThrowTypeError%":l,"%TypedArray%":h,"%TypeError%":a,"%Uint8Array%":"undefined"==typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?r:WeakSet},g=function t(e){var n;if("%AsyncFunction%"===e)n=s("async function () {}");else if("%GeneratorFunction%"===e)n=s("function* () {}");else if("%AsyncGeneratorFunction%"===e)n=s("async function* () {}");else if("%AsyncGenerator%"===e){var r=t("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===e){var o=t("%AsyncGenerator%");o&&(n=p(o.prototype))}return A[e]=n,n},y={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},m=n(58612),b=n(17642),v=m.call(Function.call,Array.prototype.concat),w=m.call(Function.apply,Array.prototype.splice),C=m.call(Function.call,String.prototype.replace),E=m.call(Function.call,String.prototype.slice),x=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,O=/\\(\\)?/g,S=function(t){var e=E(t,0,1),n=E(t,-1);if("%"===e&&"%"!==n)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==e)throw new o("invalid intrinsic syntax, expected opening `%`");var r=[];return C(t,x,(function(t,e,n,o){r[r.length]=n?C(o,O,"$1"):e||t})),r},I=function(t,e){var n,r=t;if(b(y,r)&&(r="%"+(n=y[r])[0]+"%"),b(A,r)){var i=A[r];if(i===d&&(i=g(r)),void 0===i&&!e)throw new a("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:i}}throw new o("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new a('"allowMissing" argument must be a boolean');var n=S(t),r=n.length>0?n[0]:"",i=I("%"+r+"%",e),s=i.name,u=i.value,l=!1,f=i.alias;f&&(r=f[0],w(n,v([0,1],f)));for(var p=1,d=!0;p<n.length;p+=1){var h=n[p],g=E(h,0,1),y=E(h,-1);if(('"'===g||"'"===g||"`"===g||'"'===y||"'"===y||"`"===y)&&g!==y)throw new o("property names with quotes must have matching quotes");if("constructor"!==h&&d||(l=!0),b(A,s="%"+(r+="."+h)+"%"))u=A[s];else if(null!=u){if(!(h in u)){if(!e)throw new a("base intrinsic for "+t+" exists, but the property is not available.");return}if(c&&p+1>=n.length){var m=c(u,h);u=(d=!!m)&&"get"in m&&!("originalValue"in m.get)?m.get:u[h]}else d=b(u,h),u=u[h];d&&!l&&(A[s]=u)}}return u}},41405:(t,e,n)=>{"use strict";var r="undefined"!=typeof Symbol&&Symbol,o=n(55419);t.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&o())))}},55419:t=>{"use strict";t.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),n=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(e in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var r=Object.getOwnPropertySymbols(t);if(1!==r.length||r[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(t,e);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},17642:(t,e,n)=>{"use strict";var r=n(58612);t.exports=r.call(Function.call,Object.prototype.hasOwnProperty)},80645:(t,e)=>{e.read=function(t,e,n,r,o){var i,a,s=8*o-r-1,c=(1<<s)-1,u=c>>1,l=-7,f=n?o-1:0,p=n?-1:1,d=t[e+f];for(f+=p,i=d&(1<<-l)-1,d>>=-l,l+=s;l>0;i=256*i+t[e+f],f+=p,l-=8);for(a=i&(1<<-l)-1,i>>=-l,l+=r;l>0;a=256*a+t[e+f],f+=p,l-=8);if(0===i)i=1-u;else{if(i===c)return a?NaN:1/0*(d?-1:1);a+=Math.pow(2,r),i-=u}return(d?-1:1)*a*Math.pow(2,i-r)},e.write=function(t,e,n,r,o,i){var a,s,c,u=8*i-o-1,l=(1<<u)-1,f=l>>1,p=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,d=r?0:i-1,h=r?1:-1,A=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,a=l):(a=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-a))<1&&(a--,c*=2),(e+=a+f>=1?p/c:p*Math.pow(2,1-f))*c>=2&&(a++,c/=2),a+f>=l?(s=0,a=l):a+f>=1?(s=(e*c-1)*Math.pow(2,o),a+=f):(s=e*Math.pow(2,f-1)*Math.pow(2,o),a=0));o>=8;t[n+d]=255&s,d+=h,s/=256,o-=8);for(a=a<<o|s,u+=o;u>0;t[n+d]=255&a,d+=h,a/=256,u-=8);t[n+d-h]|=128*A}},35717:t=>{"function"==typeof Object.create?t.exports=function(t,e){e&&(t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(t,e){if(e){t.super_=e;var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}}},82584:(t,e,n)=>{"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,o=n(21924)("Object.prototype.toString"),i=function(t){return!(r&&t&&"object"==typeof t&&Symbol.toStringTag in t)&&"[object Arguments]"===o(t)},a=function(t){return!!i(t)||null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&"[object Array]"!==o(t)&&"[object Function]"===o(t.callee)},s=function(){return i(arguments)}();i.isLegacyArguments=a,t.exports=s?i:a},48662:t=>{"use strict";var e,n=Object.prototype.toString,r=Function.prototype.toString,o=/^\s*(?:function)?\*/,i="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,a=Object.getPrototypeOf;t.exports=function(t){if("function"!=typeof t)return!1;if(o.test(r.call(t)))return!0;if(!i)return"[object GeneratorFunction]"===n.call(t);if(!a)return!1;if(void 0===e){var s=function(){if(!i)return!1;try{return Function("return function*() {}")()}catch(t){}}();e=!!s&&a(s)}return a(t)===e}},98611:t=>{"use strict";t.exports=function(t){return t!=t}},20360:(t,e,n)=>{"use strict";var r=n(55559),o=n(4289),i=n(98611),a=n(29415),s=n(23194),c=r(a(),Number);o(c,{getPolyfill:a,implementation:i,shim:s}),t.exports=c},29415:(t,e,n)=>{"use strict";var r=n(98611);t.exports=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:r}},23194:(t,e,n)=>{"use strict";var r=n(4289),o=n(29415);t.exports=function(){var t=o();return r(Number,{isNaN:t},{isNaN:function(){return Number.isNaN!==t}}),t}},85692:(t,e,n)=>{"use strict";var r=n(49804),o=n(63083),i=n(21924),a=i("Object.prototype.toString"),s=n(41405)()&&"symbol"==typeof Symbol.toStringTag,c=o(),u=i("Array.prototype.indexOf",!0)||function(t,e){for(var n=0;n<t.length;n+=1)if(t[n]===e)return n;return-1},l=i("String.prototype.slice"),f={},p=n(20882),d=Object.getPrototypeOf;s&&p&&d&&r(c,(function(t){var e=new n.g[t];if(!(Symbol.toStringTag in e))throw new EvalError("this engine has support for Symbol.toStringTag, but "+t+" does not have the property! Please report this.");var r=d(e),o=p(r,Symbol.toStringTag);if(!o){var i=d(r);o=p(i,Symbol.toStringTag)}f[t]=o.get}));t.exports=function(t){if(!t||"object"!=typeof t)return!1;if(!s){var e=l(a(t),8,-1);return u(c,e)>-1}return!!p&&function(t){var e=!1;return r(f,(function(n,r){if(!e)try{e=n.call(t)===r}catch(t){}})),e}(t)}},24244:t=>{"use strict";var e=function(t){return t!=t};t.exports=function(t,n){return 0===t&&0===n?1/t==1/n:t===n||!(!e(t)||!e(n))}},20609:(t,e,n)=>{"use strict";var r=n(4289),o=n(55559),i=n(24244),a=n(75624),s=n(52281),c=o(a(),Object);r(c,{getPolyfill:a,implementation:i,shim:s}),t.exports=c},75624:(t,e,n)=>{"use strict";var r=n(24244);t.exports=function(){return"function"==typeof Object.is?Object.is:r}},52281:(t,e,n)=>{"use strict";var r=n(75624),o=n(4289);t.exports=function(){var t=r();return o(Object,{is:t},{is:function(){return Object.is!==t}}),t}},18987:(t,e,n)=>{"use strict";var r;if(!Object.keys){var o=Object.prototype.hasOwnProperty,i=Object.prototype.toString,a=n(21414),s=Object.prototype.propertyIsEnumerable,c=!s.call({toString:null},"toString"),u=s.call((function(){}),"prototype"),l=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],f=function(t){var e=t.constructor;return e&&e.prototype===t},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},d=function(){if("undefined"==typeof window)return!1;for(var t in window)try{if(!p["$"+t]&&o.call(window,t)&&null!==window[t]&&"object"==typeof window[t])try{f(window[t])}catch(t){return!0}}catch(t){return!0}return!1}();r=function(t){var e=null!==t&&"object"==typeof t,n="[object Function]"===i.call(t),r=a(t),s=e&&"[object String]"===i.call(t),p=[];if(!e&&!n&&!r)throw new TypeError("Object.keys called on a non-object");var h=u&&n;if(s&&t.length>0&&!o.call(t,0))for(var A=0;A<t.length;++A)p.push(String(A));if(r&&t.length>0)for(var g=0;g<t.length;++g)p.push(String(g));else for(var y in t)h&&"prototype"===y||!o.call(t,y)||p.push(String(y));if(c)for(var m=function(t){if("undefined"==typeof window||!d)return f(t);try{return f(t)}catch(t){return!1}}(t),b=0;b<l.length;++b)m&&"constructor"===l[b]||!o.call(t,l[b])||p.push(l[b]);return p}}t.exports=r},82215:(t,e,n)=>{"use strict";var r=Array.prototype.slice,o=n(21414),i=Object.keys,a=i?function(t){return i(t)}:n(18987),s=Object.keys;a.shim=function(){if(Object.keys){var t=function(){var t=Object.keys(arguments);return t&&t.length===arguments.length}(1,2);t||(Object.keys=function(t){return o(t)?s(r.call(t)):s(t)})}else Object.keys=a;return Object.keys||a},t.exports=a},21414:t=>{"use strict";var e=Object.prototype.toString;t.exports=function(t){var n=e.call(t),r="[object Arguments]"===n;return r||(r="[object Array]"!==n&&null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&"[object Function]"===e.call(t.callee)),r}},34155:t=>{var e,n,r=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function a(t){if(e===setTimeout)return setTimeout(t,0);if((e===o||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(n){try{return e.call(null,t,0)}catch(n){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:o}catch(t){e=o}try{n="function"==typeof clearTimeout?clearTimeout:i}catch(t){n=i}}();var s,c=[],u=!1,l=-1;function f(){u&&s&&(u=!1,s.length?c=s.concat(c):l=-1,c.length&&p())}function p(){if(!u){var t=a(f);u=!0;for(var e=c.length;e;){for(s=c,c=[];++l<e;)s&&s[l].run();l=-1,e=c.length}s=null,u=!1,function(t){if(n===clearTimeout)return clearTimeout(t);if((n===i||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(t);try{n(t)}catch(e){try{return n.call(null,t)}catch(e){return n.call(this,t)}}}(t)}}function d(t,e){this.fun=t,this.array=e}function h(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];c.push(new d(t,e)),1!==c.length||u||a(p)},d.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=h,r.addListener=h,r.once=h,r.off=h,r.removeListener=h,r.removeAllListeners=h,r.emit=h,r.prependListener=h,r.prependOnceListener=h,r.listeners=function(t){return[]},r.binding=function(t){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(t){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},93379:(t,e,n)=>{"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),a=[];function s(t){for(var e=-1,n=0;n<a.length;n++)if(a[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},r=[],o=0;o<t.length;o++){var i=t[o],c=e.base?i[0]+e.base:i[0],u=n[c]||0,l="".concat(c," ").concat(u);n[c]=u+1;var f=s(l),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==f?(a[f].references++,a[f].updater(p)):a.push({identifier:l,updater:g(p,e),references:1}),r.push(l)}return r}function u(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var a=i(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var l,f=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function p(t,e,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=f(e,o);else{var i=document.createTextNode(o),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function d(t,e,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var h=null,A=0;function g(t,e){var n,r,o;if(e.singleton){var i=A++;n=h||(h=u(e)),r=p.bind(null,n,i,!1),o=p.bind(null,n,i,!0)}else n=u(e),r=d.bind(null,n,e),o=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<n.length;r++){var o=s(n[r]);a[o].references--}for(var i=c(t,e),u=0;u<n.length;u++){var l=s(n[u]);0===a[l].references&&(a[l].updater(),a.splice(l,1))}n=i}}}},20384:t=>{t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},55955:(t,e,n)=>{"use strict";var r=n(82584),o=n(48662),i=n(86430),a=n(85692);function s(t){return t.call.bind(t)}var c="undefined"!=typeof BigInt,u="undefined"!=typeof Symbol,l=s(Object.prototype.toString),f=s(Number.prototype.valueOf),p=s(String.prototype.valueOf),d=s(Boolean.prototype.valueOf);if(c)var h=s(BigInt.prototype.valueOf);if(u)var A=s(Symbol.prototype.valueOf);function g(t,e){if("object"!=typeof t)return!1;try{return e(t),!0}catch(t){return!1}}function y(t){return"[object Map]"===l(t)}function m(t){return"[object Set]"===l(t)}function b(t){return"[object WeakMap]"===l(t)}function v(t){return"[object WeakSet]"===l(t)}function w(t){return"[object ArrayBuffer]"===l(t)}function C(t){return"undefined"!=typeof ArrayBuffer&&(w.working?w(t):t instanceof ArrayBuffer)}function E(t){return"[object DataView]"===l(t)}function x(t){return"undefined"!=typeof DataView&&(E.working?E(t):t instanceof DataView)}e.isArgumentsObject=r,e.isGeneratorFunction=o,e.isTypedArray=a,e.isPromise=function(t){return"undefined"!=typeof Promise&&t instanceof Promise||null!==t&&"object"==typeof t&&"function"==typeof t.then&&"function"==typeof t.catch},e.isArrayBufferView=function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):a(t)||x(t)},e.isUint8Array=function(t){return"Uint8Array"===i(t)},e.isUint8ClampedArray=function(t){return"Uint8ClampedArray"===i(t)},e.isUint16Array=function(t){return"Uint16Array"===i(t)},e.isUint32Array=function(t){return"Uint32Array"===i(t)},e.isInt8Array=function(t){return"Int8Array"===i(t)},e.isInt16Array=function(t){return"Int16Array"===i(t)},e.isInt32Array=function(t){return"Int32Array"===i(t)},e.isFloat32Array=function(t){return"Float32Array"===i(t)},e.isFloat64Array=function(t){return"Float64Array"===i(t)},e.isBigInt64Array=function(t){return"BigInt64Array"===i(t)},e.isBigUint64Array=function(t){return"BigUint64Array"===i(t)},y.working="undefined"!=typeof Map&&y(new Map),e.isMap=function(t){return"undefined"!=typeof Map&&(y.working?y(t):t instanceof Map)},m.working="undefined"!=typeof Set&&m(new Set),e.isSet=function(t){return"undefined"!=typeof Set&&(m.working?m(t):t instanceof Set)},b.working="undefined"!=typeof WeakMap&&b(new WeakMap),e.isWeakMap=function(t){return"undefined"!=typeof WeakMap&&(b.working?b(t):t instanceof WeakMap)},v.working="undefined"!=typeof WeakSet&&v(new WeakSet),e.isWeakSet=function(t){return v(t)},w.working="undefined"!=typeof ArrayBuffer&&w(new ArrayBuffer),e.isArrayBuffer=C,E.working="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView&&E(new DataView(new ArrayBuffer(1),0,1)),e.isDataView=x;var O="undefined"!=typeof SharedArrayBuffer?SharedArrayBuffer:void 0;function S(t){return"[object SharedArrayBuffer]"===l(t)}function I(t){return void 0!==O&&(void 0===S.working&&(S.working=S(new O)),S.working?S(t):t instanceof O)}function R(t){return g(t,f)}function B(t){return g(t,p)}function j(t){return g(t,d)}function P(t){return c&&g(t,h)}function T(t){return u&&g(t,A)}e.isSharedArrayBuffer=I,e.isAsyncFunction=function(t){return"[object AsyncFunction]"===l(t)},e.isMapIterator=function(t){return"[object Map Iterator]"===l(t)},e.isSetIterator=function(t){return"[object Set Iterator]"===l(t)},e.isGeneratorObject=function(t){return"[object Generator]"===l(t)},e.isWebAssemblyCompiledModule=function(t){return"[object WebAssembly.Module]"===l(t)},e.isNumberObject=R,e.isStringObject=B,e.isBooleanObject=j,e.isBigIntObject=P,e.isSymbolObject=T,e.isBoxedPrimitive=function(t){return R(t)||B(t)||j(t)||P(t)||T(t)},e.isAnyArrayBuffer=function(t){return"undefined"!=typeof Uint8Array&&(C(t)||I(t))},["isProxy","isExternal","isModuleNamespaceObject"].forEach((function(t){Object.defineProperty(e,t,{enumerable:!1,value:function(){throw new Error(t+" is not supported in userland")}})}))},89539:(t,e,n)=>{var r=n(34155),o=n(25108),i=Object.getOwnPropertyDescriptors||function(t){for(var e=Object.keys(t),n={},r=0;r<e.length;r++)n[e[r]]=Object.getOwnPropertyDescriptor(t,e[r]);return n},a=/%[sdj%]/g;e.format=function(t){if(!v(t)){for(var e=[],n=0;n<arguments.length;n++)e.push(l(arguments[n]));return e.join(" ")}n=1;for(var r=arguments,o=r.length,i=String(t).replace(a,(function(t){if("%%"===t)return"%";if(n>=o)return t;switch(t){case"%s":return String(r[n++]);case"%d":return Number(r[n++]);case"%j":try{return JSON.stringify(r[n++])}catch(t){return"[Circular]"}default:return t}})),s=r[n];n<o;s=r[++n])m(s)||!E(s)?i+=" "+s:i+=" "+l(s);return i},e.deprecate=function(t,n){if(void 0!==r&&!0===r.noDeprecation)return t;if(void 0===r)return function(){return e.deprecate(t,n).apply(this,arguments)};var i=!1;return function(){if(!i){if(r.throwDeprecation)throw new Error(n);r.traceDeprecation?o.trace(n):o.error(n),i=!0}return t.apply(this,arguments)}};var s={},c=/^$/;if(r.env.NODE_DEBUG){var u=r.env.NODE_DEBUG;u=u.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),c=new RegExp("^"+u+"$","i")}function l(t,n){var r={seen:[],stylize:p};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),y(n)?r.showHidden=n:n&&e._extend(r,n),w(r.showHidden)&&(r.showHidden=!1),w(r.depth)&&(r.depth=2),w(r.colors)&&(r.colors=!1),w(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=f),d(r,t,r.depth)}function f(t,e){var n=l.styles[e];return n?"["+l.colors[n][0]+"m"+t+"["+l.colors[n][1]+"m":t}function p(t,e){return t}function d(t,n,r){if(t.customInspect&&n&&S(n.inspect)&&n.inspect!==e.inspect&&(!n.constructor||n.constructor.prototype!==n)){var o=n.inspect(r,t);return v(o)||(o=d(t,o,r)),o}var i=function(t,e){if(w(e))return t.stylize("undefined","undefined");if(v(e)){var n="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(n,"string")}if(b(e))return t.stylize(""+e,"number");if(y(e))return t.stylize(""+e,"boolean");if(m(e))return t.stylize("null","null")}(t,n);if(i)return i;var a=Object.keys(n),s=function(t){var e={};return t.forEach((function(t,n){e[t]=!0})),e}(a);if(t.showHidden&&(a=Object.getOwnPropertyNames(n)),O(n)&&(a.indexOf("message")>=0||a.indexOf("description")>=0))return h(n);if(0===a.length){if(S(n)){var c=n.name?": "+n.name:"";return t.stylize("[Function"+c+"]","special")}if(C(n))return t.stylize(RegExp.prototype.toString.call(n),"regexp");if(x(n))return t.stylize(Date.prototype.toString.call(n),"date");if(O(n))return h(n)}var u,l="",f=!1,p=["{","}"];(g(n)&&(f=!0,p=["[","]"]),S(n))&&(l=" [Function"+(n.name?": "+n.name:"")+"]");return C(n)&&(l=" "+RegExp.prototype.toString.call(n)),x(n)&&(l=" "+Date.prototype.toUTCString.call(n)),O(n)&&(l=" "+h(n)),0!==a.length||f&&0!=n.length?r<0?C(n)?t.stylize(RegExp.prototype.toString.call(n),"regexp"):t.stylize("[Object]","special"):(t.seen.push(n),u=f?function(t,e,n,r,o){for(var i=[],a=0,s=e.length;a<s;++a)P(e,String(a))?i.push(A(t,e,n,r,String(a),!0)):i.push("");return o.forEach((function(o){o.match(/^\d+$/)||i.push(A(t,e,n,r,o,!0))})),i}(t,n,r,s,a):a.map((function(e){return A(t,n,r,s,e,f)})),t.seen.pop(),function(t,e,n){if(t.reduce((function(t,e){return e.indexOf("\n")>=0&&0,t+e.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60)return n[0]+(""===e?"":e+"\n ")+" "+t.join(",\n ")+" "+n[1];return n[0]+e+" "+t.join(", ")+" "+n[1]}(u,l,p)):p[0]+l+p[1]}function h(t){return"["+Error.prototype.toString.call(t)+"]"}function A(t,e,n,r,o,i){var a,s,c;if((c=Object.getOwnPropertyDescriptor(e,o)||{value:e[o]}).get?s=c.set?t.stylize("[Getter/Setter]","special"):t.stylize("[Getter]","special"):c.set&&(s=t.stylize("[Setter]","special")),P(r,o)||(a="["+o+"]"),s||(t.seen.indexOf(c.value)<0?(s=m(n)?d(t,c.value,null):d(t,c.value,n-1)).indexOf("\n")>-1&&(s=i?s.split("\n").map((function(t){return" "+t})).join("\n").substr(2):"\n"+s.split("\n").map((function(t){return" "+t})).join("\n")):s=t.stylize("[Circular]","special")),w(a)){if(i&&o.match(/^\d+$/))return s;(a=JSON.stringify(""+o)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.substr(1,a.length-2),a=t.stylize(a,"name")):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=t.stylize(a,"string"))}return a+": "+s}function g(t){return Array.isArray(t)}function y(t){return"boolean"==typeof t}function m(t){return null===t}function b(t){return"number"==typeof t}function v(t){return"string"==typeof t}function w(t){return void 0===t}function C(t){return E(t)&&"[object RegExp]"===I(t)}function E(t){return"object"==typeof t&&null!==t}function x(t){return E(t)&&"[object Date]"===I(t)}function O(t){return E(t)&&("[object Error]"===I(t)||t instanceof Error)}function S(t){return"function"==typeof t}function I(t){return Object.prototype.toString.call(t)}function R(t){return t<10?"0"+t.toString(10):t.toString(10)}e.debuglog=function(t){if(t=t.toUpperCase(),!s[t])if(c.test(t)){var n=r.pid;s[t]=function(){var r=e.format.apply(e,arguments);o.error("%s %d: %s",t,n,r)}}else s[t]=function(){};return s[t]},e.inspect=l,l.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},l.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},e.types=n(55955),e.isArray=g,e.isBoolean=y,e.isNull=m,e.isNullOrUndefined=function(t){return null==t},e.isNumber=b,e.isString=v,e.isSymbol=function(t){return"symbol"==typeof t},e.isUndefined=w,e.isRegExp=C,e.types.isRegExp=C,e.isObject=E,e.isDate=x,e.types.isDate=x,e.isError=O,e.types.isNativeError=O,e.isFunction=S,e.isPrimitive=function(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||void 0===t},e.isBuffer=n(20384);var B=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function j(){var t=new Date,e=[R(t.getHours()),R(t.getMinutes()),R(t.getSeconds())].join(":");return[t.getDate(),B[t.getMonth()],e].join(" ")}function P(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.log=function(){o.log("%s - %s",j(),e.format.apply(e,arguments))},e.inherits=n(35717),e._extend=function(t,e){if(!e||!E(e))return t;for(var n=Object.keys(e),r=n.length;r--;)t[n[r]]=e[n[r]];return t};var T="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function N(t,e){if(!t){var n=new Error("Promise was rejected with a falsy value");n.reason=t,t=n}return e(t)}e.promisify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');if(T&&t[T]){var e;if("function"!=typeof(e=t[T]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(e,T,{value:e,enumerable:!1,writable:!1,configurable:!0}),e}function e(){for(var e,n,r=new Promise((function(t,r){e=t,n=r})),o=[],i=0;i<arguments.length;i++)o.push(arguments[i]);o.push((function(t,r){t?n(t):e(r)}));try{t.apply(this,o)}catch(t){n(t)}return r}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),T&&Object.defineProperty(e,T,{value:e,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(e,i(t))},e.promisify.custom=T,e.callbackify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');function e(){for(var e=[],n=0;n<arguments.length;n++)e.push(arguments[n]);var o=e.pop();if("function"!=typeof o)throw new TypeError("The last argument must be of type Function");var i=this,a=function(){return o.apply(i,arguments)};t.apply(this,e).then((function(t){r.nextTick(a.bind(null,null,t))}),(function(t){r.nextTick(N.bind(null,t,a))}))}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,i(t)),e}},86430:(t,e,n)=>{"use strict";var r=n(49804),o=n(63083),i=n(21924),a=i("Object.prototype.toString"),s=n(41405)()&&"symbol"==typeof Symbol.toStringTag,c=o(),u=i("String.prototype.slice"),l={},f=n(20882),p=Object.getPrototypeOf;s&&f&&p&&r(c,(function(t){if("function"==typeof n.g[t]){var e=new n.g[t];if(!(Symbol.toStringTag in e))throw new EvalError("this engine has support for Symbol.toStringTag, but "+t+" does not have the property! Please report this.");var r=p(e),o=f(r,Symbol.toStringTag);if(!o){var i=p(r);o=f(i,Symbol.toStringTag)}l[t]=o.get}}));var d=n(85692);t.exports=function(t){return!!d(t)&&(s?function(t){var e=!1;return r(l,(function(n,r){if(!e)try{var o=n.call(t);o===r&&(e=o)}catch(t){}})),e}(t):u(a(t),8,-1))}},63083:(t,e,n)=>{"use strict";var r=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"];t.exports=function(){for(var t=[],e=0;e<r.length;e++)"function"==typeof n.g[r[e]]&&(t[t.length]=r[e]);return t}},20882:(t,e,n)=>{"use strict";var r=n(40210)("%Object.getOwnPropertyDescriptor%",!0);if(r)try{r([],"length")}catch(t){r=null}t.exports=r}},n={};function r(t){var o=n[t];if(void 0!==o)return o.exports;var i=n[t]={id:t,exports:{}};return e[t](i,i.exports,r),i.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.nc=void 0,(()=>{"use strict";var e=r(77907),n=r.n(e),o=r(92426),i=r.n(o),a=r(25108);function s(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function c(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function u(t,e,n){return e&&c(t.prototype,e),n&&c(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var f=function(){function t(e){s(this,t),l(this,"bus",void 0),"function"==typeof e.getVersion&&n()(e.getVersion())?i()(e.getVersion())!==i()(this.getVersion())&&a.warn("Proxying an event bus of version "+e.getVersion()+" with "+this.getVersion()):a.warn("Proxying an event bus with an unknown or invalid version"),this.bus=e}return u(t,[{key:"getVersion",value:function(){return"3.0.2"}},{key:"subscribe",value:function(t,e){this.bus.subscribe(t,e)}},{key:"unsubscribe",value:function(t,e){this.bus.unsubscribe(t,e)}},{key:"emit",value:function(t,e){this.bus.emit(t,e)}}]),t}(),p=function(){function t(){s(this,t),l(this,"handlers",new Map)}return u(t,[{key:"getVersion",value:function(){return"3.0.2"}},{key:"subscribe",value:function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))}},{key:"unsubscribe",value:function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((function(t){return t!=e})))}},{key:"emit",value:function(t,e){(this.handlers.get(t)||[]).forEach((function(t){try{t(e)}catch(t){a.error("could not invoke event listener",t)}}))}}]),t}();var d=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(a.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new f(window._nc_event_bus):window._nc_event_bus=new p);function h(t,e){d.emit(t,e)}var A=r(79753),g=r(25108);const y=document.getElementsByTagName("head")[0];let m=y?y.getAttribute("data-requesttoken"):null;const b=[];function v(){return m}var w,C;w="csrf-token-update",C=t=>{m=t.token,b.forEach((e=>{try{e(t.token)}catch(t){g.error("error updating CSRF token observer",t)}}))},d.subscribe(w,C);const E=(t,e)=>t?t.getAttribute(e):null,x=document.getElementsByTagName("head")[0],O=E(x,"data-user"),S=E(x,"data-user-displayname"),I="undefined"!=typeof OC&&OC.isUserAdmin();function R(){return null===O?null:{uid:O,displayName:S,isAdmin:I}}const B=new(function(){function t(){this.values={},this.loadFromGlobal("userId"),this.loadFromGlobal("urlsrc"),this.loadFromGlobal("directEdit"),this.loadFromGlobal("directGuest"),this.loadFromGlobal("permissions"),this.loadFromGlobal("instanceId"),this.loadFromGlobal("isPublicShare")}return t.prototype.loadFromGlobal=function(t){this.values[t]=window["richdocuments_"+t]},t.prototype.update=function(t,e){this.values[t]=e},t.prototype.get=function(t){return void 0===this.values[t]&&this.loadFromGlobal(t),this.values[t]},t}());var j=r(9669),P=r.n(j);const T=P().create({headers:{requesttoken:v()??""}}),N=Object.assign(T,{CancelToken:P().CancelToken,isCancel:P().isCancel});var k;k=t=>T.defaults.headers.requesttoken=t,b.push(k);var U=r(25108),L=function(){return B.get("directEdit")},D=function(){return window.RichDocumentsMobileInterface||window.webkit&&window.webkit.messageHandlers&&window.webkit.messageHandlers.RichDocumentsMobileInterface},M=function(t,e){U.debug("callMobileMessage",t,e);var n=t;void 0!==e&&(n={MessageName:t,Values:e});var r=null;try{r=JSON.stringify(e)}catch(t){r=null}window.RichDocumentsMobileInterface&&"function"==typeof window.RichDocumentsMobileInterface[t]&&(null==r?window.RichDocumentsMobileInterface[t]():window.RichDocumentsMobileInterface[t](r)),window.webkit&&window.webkit.messageHandlers&&window.webkit.messageHandlers.RichDocumentsMobileInterface&&window.webkit.messageHandlers.RichDocumentsMobileInterface.postMessage(n)};const F=L;var G="",V=function(){var t;return(!F()||B.get("directGuest"))&&(!R()||""===(null===(t=R())||void 0===t?void 0:t.uid))&&!B.get("userId")&&""===function(){if(""===G){var t="guestUser=",e=document.cookie.split(";").map((function(t){try{return decodeURIComponent(t.trim())}catch(e){return t.trim()}})).find((function(e){return 0===e.indexOf(t)}));G=e?e.substring(t.length):""}return G}()&&B.get("permissions")&OC.PERMISSION_UPDATE};function q(t,e,n){const r=document.querySelector(`#initial-state-${t}-${e}`);if(null===r){if(void 0!==n)return n;throw new Error(`Could not find initial state ${e} of ${t}`)}try{return JSON.parse(atob(r.value))}catch(n){throw new Error(`Could not parse initial state ${e} of ${t}`)}}var W=function(){var t,e="TextRuler=false;";return e+="TextSidebar=false;TextStatusbar=false;",e+="PresentationSidebar=false;PresentationStatusbar=false;",e+="SpreadsheetSidebar=false;SpreadsheetStatusbar=false;",e+="UIMode="+(null!==(t=q("richdocuments","uiDefaults",{}).UIMode)&&void 0!==t?t:"classic")+";",e+="SaveAsMode=group;"},z=function(){return q("richdocuments","theme","")},H=function(){var t,e,n,r,o={"--color-primary-text":"--co-primary-text","--color-primary-element":"--co-primary-element:--co-text-accent","--color-primary-light":"--co-primary-light","--color-primary-element-light":"--co-primary-element-light","--color-error":"--co-color-error","--color-warning":"--co-color-warning","--color-success":"--co-color-success","--border-radius":"--co-border-radius","--border-radius-large":"--co-border-radius-large","--color-loading-light":"--co-loading-light","--color-loading-dark":"--co-loading-dark","--color-box-shadow":"--co-box-shadow","--color-border":"--co-border","--color-border-dark":"--co-border-dark","--border-radius-pill":"--co-border-radius-pill"},i="",a=null!==(t=document.getElementById("documents-content"))&&void 0!==t?t:document.documentElement;try{for(var s in o){var c=window.getComputedStyle(a).getPropertyValue(s);if(c||(c=window.getComputedStyle(a).getPropertyValue(s+"-dark")),c)for(var u=o[s].split(":"),l=0;l<u.length;++l)i+=u[l]+"="+c.trim()+";"}}catch(t){}q("richdocuments","theming-customLogo",!1)&&(i+=null!==(e=";--nc-custom-logo="+(null===(n=window.OCA)||void 0===n||null===(r=n.Theming)||void 0===r?void 0:r.cacheBuster))&&void 0!==e?e:"0;");return i},X=!1,Y=["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&navigator.maxTouchPoints>1,J=function(){Y&&X&&(document.documentElement.scrollTop=0,document.scrollingElement.scrollTop=0,function(){var t,e=null!==(t=window.visualViewport.height)&&void 0!==t?t:document.documentElement.clientHeight,n=document.getElementById("richdocumentsframe");n&&(n.style.maxHeight=e+"px");var r=document.querySelector(".office-viewer");r&&(r.style.height=e+"px")}())},K=function(t){return t.preventDefault()},Q=r(25108);function Z(t){return Z="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Z(t)}const tt=function(){function t(t){var e=this;this.postMessageHandlers=[],this.targets=t,window.addEventListener("message",(function(t){e.handlePostMessage(t.data)}),!1)}return t.prototype.sendPostMessage=function(t,e,n){void 0===n&&(n="*"),("function"==typeof this.targets[t]?this.targets[t]():this.targets[t]).postMessage(e,n),Q.debug("PostMessageService.sendPostMessage",t,e)},t.prototype.sendWOPIPostMessage=function(t,e,n){void 0===n&&(n={});var r={MessageId:e,SendTime:Date.now(),Values:n};this.sendPostMessage(t,JSON.stringify(r))},t.parsePostMessage=function(t){var e,n,r;try{var o=JSON.parse(t);e=o.MessageId,n=o.Values,r=!!o.Values.Deprecated}catch(n){e=t}return{msgId:e,args:n,deprecated:r}},t.prototype.registerPostMessageHandler=function(t){this.postMessageHandlers.push(t)},t.prototype.unregisterPostMessageHandler=function(t){var e=this.postMessageHandlers.findIndex((function(e){return e===t}));delete this.postMessageHandlers[e]},t.prototype.handlePostMessage=function(e){var n=t.parsePostMessage(e);if(null!=n){try{var r=JSON.parse(e);"object"===Z(r)&&null!==r&&h("richdocuments:wopi-post",r)}catch(t){}this.postMessageHandlers.forEach((function(t){if(n.deprecated)Q.debug("PostMessageService.handlePostMessage","Ignoring deprecated post message",n.msgId);else try{t({data:e,parsed:n})}catch(t){Q.error("Error during post message handler",n,t)}}))}},t}();var et=r(9944),nt=r(25108),rt=function(t){var e,n,r=t.fileId,o=t.title,i=t.readOnly,a=t.closeButton,s=t.revisionHistory;s=s&&(null===(e=window)||void 0===e||null===(n=e.oc_appswebroots)||void 0===n?void 0:n.files_versions);var c=window.location.protocol+"//"+window.location.host+(0,A.getRootUrl)()+"/index.php/apps/richdocuments/wopi/files/"+r;nt.debug("[getWopiUrl] "+c);var u=encodeURIComponent(c);return B.get("urlsrc")+"WOPISrc="+u+"&title="+encodeURIComponent(o)+"&lang="+function(){var t=(0,et.getLanguage)().replace(/_/g,"-"),e=(0,et.getLocale)();"de-DE"===t&&(t="de"),"es-419"===t&&(t="es-MX");var n={de:{de_CH:"de-CH",gsw:"de-CH",gsw_CH:"de-CH"},fr:{fr_CH:"fr-CH"},it:{it_CH:"it-CH"}}[t];return void 0!==n&&void 0!==n[e]?n[e]:t}()+(a?"&closebutton=1":"")+(s?"&revisionhistory=1":"")+(i?"&permission=readonly":"")},ot=function(){return window.location.host},it=r(93379),at=r.n(it),st=r(13175),ct={insert:"head",singleton:!1};at()(st.Z,ct);st.Z.locals;var ut,lt,ft=r(25108),pt=new tt({parent:window.parent,loolframe:function(){return document.getElementById("loleafletframe").contentWindow}});L()&&!X&&Y&&(X=!0,(null===(ut=window)||void 0===ut||null===(lt=ut.visualViewport)||void 0===lt?void 0:lt.addEventListener("resize",J))||window.addEventListener("resize",J),document.addEventListener("touchstart",K,!1),document.addEventListener("touchmove",K,!1),setInterval(J,200));var dt=!1,ht=function e(){dt=!0;var n=B.get("urlsrc").slice(0,B.get("urlsrc").indexOf("proxy.php")+"proxy.php".length);$.get(n+"?status").done((function(n){if(n&&n.status&&"OK"!==n.status){if("starting"===n.status||"stopped"===n.status)document.getElementById("proxyLoadingIcon").classList.add("icon-loading-small"),document.getElementById("proxyLoadingMessage").textContent=t("richdocuments","Built-in CODE Server is starting up shortly, please wait.");else if("restarting"===n.status)document.getElementById("proxyLoadingIcon").classList.add("icon-loading-small"),document.getElementById("proxyLoadingMessage").textContent=t("richdocuments","Built-in CODE Server is restarting, please wait.");else if("error"===n.status)return void("appimage_missing"===n.error?document.getElementById("proxyLoadingMessage").textContent=t("richdocuments","Error: Cannot find the AppImage, please reinstall the Collabora Online Built-in server."):"chmod_failed"===n.error||"appimage_not_executable"===n.error?document.getElementById("proxyLoadingMessage").textContent=t("richdocuments","Error: Unable to make the AppImage executable, please setup a standalone server."):"exec_disabled"===n.error?document.getElementById("proxyLoadingMessage").textContent=t("richdocuments","Error: Exec disabled in PHP, please enable it, or setup a standalone server."):"not_linux"===n.error||"not_x86_64"===n.error||"not_aarch64"===n.error?document.getElementById("proxyLoadingMessage").textContent=t("richdocuments","Error: Not running on x86-64 or ARM64 (aarch64) Linux, please setup a standalone server."):"no_fontconfig"===n.error?document.getElementById("proxyLoadingMessage").textContent=t("richdocuments","Error: The fontconfig library is not installed on your server, please install it or setup a standalone server."):"no_glibc"===n.error?document.getElementById("proxyLoadingMessage").textContent=t("richdocuments","Error: Not running on glibc-based Linux, please setup a standalone server."):document.getElementById("proxyLoadingMessage").textContent=t("richdocuments","Error: Cannot start the Collabora Online Built-in server, please setup a standalone one."));setTimeout((function(){e()}),100)}else dt=!1}))},At=function t(){dt?setTimeout((function(){t()}),100):(document.getElementById("loadingContainer").classList.remove("icon-loading"),document.getElementById("proxyLoadingIcon").classList.remove("icon-loading-small"),document.getElementById("proxyLoadingMessage").textContent="")};(OC.appswebroots.richdocumentscode||OC.appswebroots.richdocumentscode_arm64)&&B.get("urlsrc").indexOf("proxy.php")>=0?ht():document.getElementById("loadingContainer").classList.add("icon-loading"),$.widget("oc.guestNamePicker",{_create:function(){At();var e=document.createElement("div");e.setAttribute("style","margin: 0 auto; margin-top: 100px; text-align: center;"),e.innerHTML=t("richdocuments","Please choose your nickname to continue as guest user.");var n=document.createElement("div");n.setAttribute("style","margin: 0 auto; width: 250px; display: flex;");var r='<input type="text" placeholder="'+t("richdocuments","Nickname")+'" id="nickname" style="flex-grow: 1; border-right:none; border-top-right-radius: 0; border-bottom-right-radius: 0">',o='<input style="border-left:none; border-top-left-radius: 0; border-bottom-left-radius: 0; margin-left: -3px" type="button" id="btn" type="button" value="'+t("richdocuments","Set")+'">';n.innerHTML=r+o,$("#documents-content").prepend(n),$("#documents-content").prepend(e);var i=function(){var t=$("#nickname").val();n.remove(),e.innerText="",e.classList.add("icon-loading"),function(t){""!==t&&(document.cookie="guestUser="+encodeURIComponent(t)+"; path=/",G=t);var e=encodeURIComponent(B.get("token"));return N.post((0,A.generateOcsUrl)("apps/richdocuments/api/v1/wopi/guestname",2),{access_token:e,guestName:G})}(t).then((function(){$("#documents-content").remove(),gt.initSession()}))};$("#nickname").keyup((function(t){13===t.which&&i()})),$("#btn").click((function(){return i()}))}});var gt={isEditorMode:!1,isViewerMode:!1,isFrameReady:!1,isPublic:!1,ready:!1,fileName:null,baseName:null,canShare:!1,canEdit:!1,renderComplete:!1,$deferredVersionRestoreAck:null,wopiClientFeatures:null,_generateDocKey:function(t){var e=B.get("canonical_webroot"),n=(0,A.getRootUrl)()+"/index.php/apps/richdocuments/wopi/files/"+t;return e&&(e.startsWith("/")||(e="/"+e),B.update("canonical_webroot",e),n=n.replace((0,A.getRootUrl)(),e)),n},UI:{container:'<div id="mainContainer" class="claro"></div>',viewContainer:'<div id="revViewerContainer" class="claro"><div id="revViewer"></div></div>',showViewer:function(t,e){gt.isViewerMode&&($("#revViewer").remove(),$("#revViewerContainer").prepend($('<div id="revViewer">')));var n='<form id="loleafletform_viewer" name="loleafletform_viewer" target="loleafletframe_viewer" action="'+rt({fileId:t,title:e,readOnly:!0,closeButton:!0})+'" method="post"><input name="access_token" value="'+encodeURIComponent(gt.token)+'" type="hidden"/><input name="access_token_ttl" value="'+encodeURIComponent(gt.tokenTtl)+'" type="hidden"/><input name="ui_defaults" value="'+W()+'" type="hidden"/><input name="css_variables" value="'+H()+'" type="hidden"/><input name="theme" value="'+z()+'" type="hidden"/></form>',r='<iframe id="loleafletframe_viewer" name="loleafletframe_viewer" allowfullscreen nonce="'+btoa(v())+'" style="width:100%;height:100%;position:absolute;"/>';$("#revViewer").append(n),$("#revViewer").append(r),$("#loleafletframe_viewer").focus(),$("#loleafletform_viewer").submit(),gt.isViewerMode=!0,$("#revViewerContainer .closeButton").click((function(t){t.preventDefault(),gt.onCloseViewer()}))},loadRevViewerContainer:function(){if(!$("revViewerContainer").length){$(document.body).prepend(gt.UI.viewContainer);var e=$('<button class="icon-close closeButton" title="'+t("richdocuments","Close version preview")+'"/>');$("#revViewerContainer").prepend(e)}},showEditor:function(e,n,r){if(!gt.renderComplete)return setTimeout((function(){gt.UI.showEditor(e,n,r)}),10),void ft.debug("Waiting for page to render…");L()||(OC.Util.History.addOnPopStateHandler(_.bind(gt.onClose)),OC.Util.History.pushState()),pt.sendPostMessage("parent","loading"),At(),$(document.body).addClass("claro"),$(document.body).prepend(gt.UI.container);var o='<form id="loleafletform" name="loleafletform" target="loleafletframe" action="'+rt({fileId:n,title:e,readOnly:!1,closeButton:!0,revisionHistory:!gt.isPublic})+'" method="post"><input name="access_token" value="'+encodeURIComponent(gt.token)+'" type="hidden"/><input name="access_token_ttl" value="'+encodeURIComponent(gt.tokenTtl)+'" type="hidden"/><input name="ui_defaults" value="'+W()+'" type="hidden"/><input name="css_variables" value="'+H()+'" type="hidden"/><input name="theme" value="'+z()+'" type="hidden"/></form>',i='<iframe id="loleafletframe" name="loleafletframe" nonce="'+btoa(v())+'" scrolling="no" allowfullscreen style="width:100%;height:100%;position:absolute;" />';$("#mainContainer").append(o),$("#mainContainer").append(i),$("#loleafletframe").focus(),h("richdocuments:wopi-load:started",{wopiFileId:n}),$("#loleafletframe").ready((function(){var e=function e(r){var o=r.parsed,i=r.data;ft.debug("[document] editorInitListener: Received post message ",o);var a=o.msgId,s=o.args;if("Action_Load_Resp"===a){var c;if(!o.args.success)h("richdocuments:wopi-load:failed",{reason:"collabora",collaboraResponse:null==o||null===(c=o.args)||void 0===c?void 0:c.errorMsg,wopiFileId:n});L()||pt.sendPostMessage("parent",i)}if("App_LoadingStatus"===a)switch(L()||pt.sendPostMessage("parent",i),s.Status){case"Frame_Ready":gt.isFrameReady=!0,gt.wopiClientFeatures=s.Features,M("documentLoaded");break;case"Document_Loaded":pt.unregisterPostMessageHandler(e),L()&&(pt.sendWOPIPostMessage("loolframe","Hide_Button",{id:"fullscreen"}),pt.sendWOPIPostMessage("loolframe","Hide_Menu_Item",{id:"fullscreen"})),B.get("permissions")&OC.PERMISSION_SHARE||pt.sendWOPIPostMessage("loolframe","Hide_Menu_Item",{id:"shareas"}),null===B.get("userId")&&pt.sendWOPIPostMessage("loolframe","Hide_Menu_Item",{id:"insertgraphicremote"}),null===B.get("userId")||B.get("isPublicShare")||pt.sendWOPIPostMessage("loolframe","Insert_Button",{id:"Open_Local_Editor",imgurl:window.location.protocol+"//"+ot()+(0,A.imagePath)("richdocuments","launch.svg"),mobile:!1,label:t("richdocuments","Open in local editor"),hint:t("richdocuments","Open in local editor"),insertBefore:"print"}),h("richdocuments:wopi-load:succeeded",{wopiFileId:n});break;case"Failed":gt.isFrameReady=!0,h("richdocuments:wopi-load:failed",{reason:"collabora",collaboraResponse:"App_LoadingStatus Failed",wopiFileId:n})}};pt.registerPostMessageHandler(e),setTimeout((function(){if(!gt.isFrameReady){var t={MessageId:"App_LoadingStatus",Values:{Status:"Timeout"}};e({data:JSON.stringify(t),parsed:t})}}),45e3)})),$("#loleafletframe").load((function(){var e=["Action_FollowUser","Host_VersionRestore","Action_RemoveView"];pt.registerPostMessageHandler((function(n){var r=n.parsed,o=n.data;ft.debug("[document] Received post message ",r);var i=r.msgId,a=r.args;if(!r.deprecated){if(gt.isViewerMode){var s=a.fileId,c=a.title,u=a.version;switch(r.msgId){case"Action_loadRevViewer":gt.UI.loadRevViewerContainer(),s&&(s+="_"+B.get("instanceId"),u&&(s+="_".concat(u),c+="_".concat(u)),gt.UI.showViewer(s,c));break;case"Host_VersionRestore":if(!gt.wopiClientFeatures||!gt.wopiClientFeatures.VersionStates)return void ft.error("No version support");gt.onCloseViewer();break;case"App_VersionRestore":case"UI_Share":break;default:return}}if(L()||-1!==e.indexOf(i)||pt.sendPostMessage("parent",o),e.indexOf(i)>=0)return pt.sendPostMessage("loolframe",o);if(D()){if("Download_As"===i)return M("downloadAs",a);if("File_Rename"===i)return M("fileRename",a);if("UI_Paste"===i)return void M("paste");if("UI_Close"===i?M("close"):"UI_InsertGraphic"===i?M("insertGraphic"):"UI_Share"===i?M("share"):"UI_Hyperlink"===i&&M("hyperlink",a),"UI_SaveAs"!==i)return}switch(r.msgId){case"UI_Close":case"close":gt.onClose();break;case"postAsset":gt.postAsset(a.FileName,a.Url);break;case"UI_FileVersions":case"rev-history":gt.UI.loadRevViewerContainer(),gt.UI.showViewer(gt.fileId,gt.title);break;case"RD_Version_Restored":$("#loleafletform_viewer").submit();break;case"File_Rename":gt.fileName=a.NewName;break;case"Clicked_Button":"Open_Local_Editor"===r.args.Id?gt.UI.initiateOpenLocally():ft.debug("[document] Unhandled `Clicked_Button` post message",r);break;case"Get_Views_Resp":gt.openingLocally&&(gt.UI.removeViews(r.args),gt.unlockFile().catch((function(t){})).then((function(){gt.openLocally()})));break;default:ft.debug("[document] Unhandled post message",r)}"UI_SaveAs"===i?OC.dialogs.prompt(t("richdocuments","Please enter the filename to store the document as."),t("richdocuments","Save As"),(function(t,e){!0===t&&e&&pt.sendWOPIPostMessage("loolframe","Action_SaveAs",{Filename:e,Notify:!0})}),!0,t("richdocuments","New filename"),!1).then((function(){var e=$(".oc-dialog:visible"),n=e.find("button");n.eq(0).text(t("richdocuments","Cancel")),n.eq(1).text(t("richdocuments","Save"));var r=e.find("input")[0];r.style.minWidth="250px",r.style.maxWidth="400px",r.value=a.format?gt.fileName.substring(0,gt.fileName.lastIndexOf(".")+1)+a.format:gt.fileName,r.selectionStart=0,r.selectionEnd=gt.fileName.lastIndexOf(".")})):"Action_Save_Resp"===i&&a.success&&a.fileName&&(gt.fileName=a.fileName)}})),pt.sendWOPIPostMessage("loolframe","Host_PostmessageReady",{}),D()&&pt.sendWOPIPostMessage("loolframe","Disable_Default_UIAction",{action:"UI_Hyperlink",disable:!0})})),$("#loleafletform").submit()},hideEditor:function(){$("#mainContainer").fadeOut("fast",(function(){$("#mainContainer").remove(),$("#content-wrapper").fadeIn("fast"),$(document.body).removeClass("claro")}))},initiateOpenLocally:function(){OC.dialogs.confirmDestructive(t("richdocuments","When opening a file locally, the document will close for all users currently viewing the document."),t("richdocuments","Open file locally"),{type:OC.dialogs.YES_NO_BUTTONS,confirm:t("richdocuments","Open locally"),confirmClasses:"error",cancel:t("richdocuments","Continue editing online")},(function(t){t&&(gt.openingLocally=!0,pt.sendWOPIPostMessage("loolframe","Get_Views"))}))},removeViews:function(t){pt.sendWOPIPostMessage("loolframe","Action_Save",{DontTerminateEdit:!1,DontSaveIfUnmodified:!1,Notify:!1}),t.forEach((function(t){pt.sendWOPIPostMessage("loolframe","Action_RemoveView",{ViewId:Number(t.ViewId)})}))}},unlockFile:function(){var t=(0,A.getRootUrl)()+"/index.php/apps/richdocuments/wopi/files/"+gt.fileId;return N.post(t,{access_token:gt.token},{headers:{"X-WOPI-Override":"UNLOCK"}})},openLocally:function(){var t=this;gt.openingLocally&&(gt.openingLocally=!1,N.post(OC.linkToOCS("apps/files/api/v1",2)+"openlocaleditor?format=json",{path:gt.fullPath}).then((function(e){var n="nc://open/"+B.get("userId")+"@"+ot()+OC.encodePath(gt.fullPath)+"?token="+e.data.ocs.data.token;t.showOpenLocalConfirmation(n,window.top),window.location.href=n})))},showOpenLocalConfirmation:function(e,n){var r=this;n.OC.dialogs.confirmDestructive(t("richdocuments","If the file does not open in your local editor, make sure the Nextcloud desktop app is installed and open and try again."),t("richdocuments","Opening file locally…"),{type:OC.dialogs.YES_NO_BUTTONS,confirm:t("richdocuments","Try again"),cancel:t("richdocuments","Close")},(function(t){t&&(n.location=e,r.showOpenLocalConfirmation(e,n))}))},onStartup:function(){var t=(function(t){var e=new RegExp("[?&]"+t+"=([^&#]*)").exec(window.location.href);return null===e?null:decodeURI(e[1])||""}("fileId")||"").replace(/^\W*/,"");t&&Number.isInteger(Number(t))&&0===$("#nickname").length&&(gt.isEditorMode=!0,gt.originalFileId=t),gt.ready=!0},initSession:function(){pt.sendPostMessage("parent","loading"),gt.urlsrc=B.get("urlsrc"),gt.fullPath=B.get("path"),gt.token=B.get("token"),gt.tokenTtl=1e3*B.get("token_ttl"),gt.fileId=B.get("fileId"),gt.fileName=B.get("title"),gt.canEdit=Boolean(B.get("permissions")&OC.PERMISSION_UPDATE),gt.canShare=void 0!==OC.Share&&B.get("permissions")&OC.PERMISSION_SHARE,gt.isPublic=!B.get("userId"),$("footer,nav").hide(),$("#content-wrapper").fadeOut("fast").promise().done((function(){gt.loadDocument(gt.fileName,gt.fileId)}))},loadDocument:function(t,e){gt.UI.showEditor(t,e,"write")},onEditorShutdown:function(t){OC.Notification.show(t),$(window).off("beforeunload"),$(window).off("unload"),gt.isEditorMode?gt.isEditorMode=!1:setTimeout(OC.Notification.hide,7e3),gt.UI.hideEditor(),$("footer,nav").show()},onClose:function(){gt.isEditorMode=!1,$(window).off("beforeunload"),$(window).off("unload"),$("footer,nav").show(),gt.UI.hideEditor(),gt.openLocally(),pt.sendPostMessage("parent","close","*")},onCloseViewer:function(){$("#revisionsContainer *").off(),$("#revPanelContainer").remove(),$("#revViewerContainer").remove(),gt.isViewerMode=!1,$("#loleafletframe").focus()},close:function(){gt.onClose()},postAsset:function(t,e){pt.sendWOPIPostMessage("loolframe","Action_InsertGraphic",{filename:t,url:e})},postGrabFocus:function(){pt.sendWOPIPostMessage("loolframe","Grab_Focus")}};$(document).ready((function(){OCA.RichDocuments||(OCA.RichDocuments={}),OC.Share||(OC.Share={}),OCA.RichDocuments.documentsMain=gt,V()?(pt.sendPostMessage("parent","NC_ShowNamePicker"),$("#documents-content").guestNamePicker()):gt.initSession(),gt.renderComplete=!0,document.querySelector("meta[name=viewport]").setAttribute("content","width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"),gt.onStartup(),window.documentsMain=gt}))})()})();
//# sourceMappingURL=richdocuments-document.js.map?v=f92822a066821b8c2c0f