Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-16 17:50:37 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-16 17:52:05 +0300
commit23a3522268ccfbf3c68854a50beea0f6b2d341da (patch)
tree1903b90d75c9f7e4c209eda82d60e3b6ee963669 /js/files_pdfviewer-public.js
parent0ada2bdbcb8e9b418841a03c7cbb366d8a7c48c1 (diff)
Bump deps and use npm7
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'js/files_pdfviewer-public.js')
-rw-r--r--js/files_pdfviewer-public.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/files_pdfviewer-public.js b/js/files_pdfviewer-public.js
index daa69bc..622e2eb 100644
--- a/js/files_pdfviewer-public.js
+++ b/js/files_pdfviewer-public.js
@@ -1,3 +1,3 @@
/*! For license information please see files_pdfviewer-public.js.LICENSE.txt */
-(()=>{var e={2200:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getRequestToken",{enumerable:!0,get:function(){return n.getRequestToken}}),Object.defineProperty(t,"onRequestTokenUpdate",{enumerable:!0,get:function(){return n.onRequestTokenUpdate}}),Object.defineProperty(t,"getCurrentUser",{enumerable:!0,get:function(){return o.getCurrentUser}});var n=r(1894),o=r(1618)},1894:(e,t,r)=>{"use strict";var n=r(5108);r(9554),Object.defineProperty(t,"__esModule",{value:!0}),t.getRequestToken=function(){return u},t.onRequestTokenUpdate=function(e){a.push(e)};var o=r(7594),i=document.getElementsByTagName("head")[0],u=i?i.getAttribute("data-requesttoken"):null,a=[];(0,o.subscribe)("csrf-token-update",(function(e){u=e.token,a.forEach((function(t){try{t(e.token)}catch(e){n.error("error updating CSRF token observer",e)}}))}))},1618:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getCurrentUser=function(){if(null===n)return null;return{uid:n,displayName:i,isAdmin:u}};var r=document.getElementsByTagName("head")[0],n=r?r.getAttribute("data-user"):null,o=document.getElementsByTagName("head")[0],i=o?o.getAttribute("data-user-displayname"):null,u="undefined"!=typeof OC&&OC.isUserAdmin()},4201:(e,t,r)=>{"use strict";var n=r(5108);Object.defineProperty(t,"__esModule",{value:!0}),t.ProxyBus=void 0;var o=u(r(7907)),i=u(r(2426));function u(e){return e&&e.__esModule?e:{default:e}}function a(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var s="1.2.0",c=function(){function e(t){var r,u,a;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),a=void 0,(u="bus")in(r=this)?Object.defineProperty(r,u,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[u]=a,"function"==typeof t.getVersion&&(0,o.default)(t.getVersion())?(0,i.default)(t.getVersion())!==(0,i.default)(this.getVersion())&&n.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):n.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}var t,r,u;return t=e,(r=[{key:"getVersion",value:function(){return s}},{key:"subscribe",value:function(e,t){this.bus.subscribe(e,t)}},{key:"unsubscribe",value:function(e,t){this.bus.unsubscribe(e,t)}},{key:"emit",value:function(e,t){this.bus.emit(e,t)}}])&&a(t.prototype,r),u&&a(t,u),e}();t.ProxyBus=c},6936:(e,t,r)=>{"use strict";var n=r(5108);function o(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}r(2222),r(7327),r(9554),r(6992),r(1532),r(1539),r(8783),r(4747),r(3948),Object.defineProperty(t,"__esModule",{value:!0}),t.SimpleBus=void 0;var i="1.2.0",u=function(){function e(){var t,r,n;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t=this,r="handlers",n=new Map,r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n}var t,r,u;return t=e,(r=[{key:"getVersion",value:function(){return i}},{key:"subscribe",value:function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))}},{key:"unsubscribe",value:function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((function(e){return e!=t})))}},{key:"emit",value:function(e,t){(this.handlers.get(e)||[]).forEach((function(e){try{e(t)}catch(e){n.error("could not invoke event listener",e)}}))}}])&&o(t.prototype,r),u&&o(t,u),e}();t.SimpleBus=u},7594:(e,t,r)=>{"use strict";var n=r(5108);Object.defineProperty(t,"__esModule",{value:!0}),t.subscribe=function(e,t){u.subscribe(e,t)},t.unsubscribe=function(e,t){u.unsubscribe(e,t)},t.emit=function(e,t){u.emit(e,t)};var o=r(4201),i=r(6936);var u=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(n.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 o.ProxyBus(window._nc_event_bus):window._nc_event_bus=new i.SimpleBus)},7737:(e,t,r)=>{const n=r(5503),{MAX_LENGTH:o,MAX_SAFE_INTEGER:i}=r(5519),{re:u,t:a}=r(8238),s=r(4433),{compareIdentifiers:c}=r(3242);class l{constructor(e,t){if(t=s(t),e instanceof l){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid Version: ${e}`);if(e.length>o)throw new TypeError(`version is longer than ${o} characters`);n("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const r=e.trim().match(t.loose?u[a.LOOSE]:u[a.FULL]);if(!r)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[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");r[4]?this.prerelease=r[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<i)return t}return e})):this.prerelease=[],this.build=r[5]?r[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(n("SemVer.compare",this.version,this.options,e),!(e instanceof l)){if("string"==typeof e&&e===this.version)return 0;e=new l(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof l||(e=new l(e,this.options)),c(this.major,e.major)||c(this.minor,e.minor)||c(this.patch,e.patch)}comparePre(e){if(e instanceof l||(e=new l(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const r=this.prerelease[t],o=e.prerelease[t];if(n("prerelease compare",t,r,o),void 0===r&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===r)return-1;if(r!==o)return c(r,o)}while(++t)}compareBuild(e){e instanceof l||(e=new l(e,this.options));let t=0;do{const r=this.build[t],o=e.build[t];if(n("prerelease compare",t,r,o),void 0===r&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===r)return-1;if(r!==o)return c(r,o)}while(++t)}inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);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 e=this.prerelease.length;for(;--e>=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error(`invalid increment argument: ${e}`)}return this.format(),this.raw=this.version,this}}e.exports=l},2426:(e,t,r)=>{const n=r(7737);e.exports=(e,t)=>new n(e,t).major},7488:(e,t,r)=>{const{MAX_LENGTH:n}=r(5519),{re:o,t:i}=r(8238),u=r(7737),a=r(4433);e.exports=(e,t)=>{if(t=a(t),e instanceof u)return e;if("string"!=typeof e)return null;if(e.length>n)return null;if(!(t.loose?o[i.LOOSE]:o[i.FULL]).test(e))return null;try{return new u(e,t)}catch(e){return null}}},7907:(e,t,r)=>{const n=r(7488);e.exports=(e,t)=>{const r=n(e,t);return r?r.version:null}},5519:e=>{const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:t,MAX_SAFE_COMPONENT_LENGTH:16}},5503:(e,t,r)=>{var n=r(4155),o=r(5108);const i="object"==typeof n&&n.env&&n.env.NODE_DEBUG&&/\bsemver\b/i.test(n.env.NODE_DEBUG)?(...e)=>o.error("SEMVER",...e):()=>{};e.exports=i},3242:e=>{const t=/^[0-9]+$/,r=(e,r)=>{const n=t.test(e),o=t.test(r);return n&&o&&(e=+e,r=+r),e===r?0:n&&!o?-1:o&&!n?1:e<r?-1:1};e.exports={compareIdentifiers:r,rcompareIdentifiers:(e,t)=>r(t,e)}},4433:e=>{const t=["includePrerelease","loose","rtl"];e.exports=e=>e?"object"!=typeof e?{loose:!0}:t.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{}},8238:(e,t,r)=>{const{MAX_SAFE_COMPONENT_LENGTH:n}=r(5519),o=r(5503),i=(t=e.exports={}).re=[],u=t.src=[],a=t.t={};let s=0;const c=(e,t,r)=>{const n=s++;o(n,t),a[e]=n,u[n]=t,i[n]=new RegExp(t,r?"g":void 0)};c("NUMERICIDENTIFIER","0|[1-9]\\d*"),c("NUMERICIDENTIFIERLOOSE","[0-9]+"),c("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),c("MAINVERSION",`(${u[a.NUMERICIDENTIFIER]})\\.(${u[a.NUMERICIDENTIFIER]})\\.(${u[a.NUMERICIDENTIFIER]})`),c("MAINVERSIONLOOSE",`(${u[a.NUMERICIDENTIFIERLOOSE]})\\.(${u[a.NUMERICIDENTIFIERLOOSE]})\\.(${u[a.NUMERICIDENTIFIERLOOSE]})`),c("PRERELEASEIDENTIFIER",`(?:${u[a.NUMERICIDENTIFIER]}|${u[a.NONNUMERICIDENTIFIER]})`),c("PRERELEASEIDENTIFIERLOOSE",`(?:${u[a.NUMERICIDENTIFIERLOOSE]}|${u[a.NONNUMERICIDENTIFIER]})`),c("PRERELEASE",`(?:-(${u[a.PRERELEASEIDENTIFIER]}(?:\\.${u[a.PRERELEASEIDENTIFIER]})*))`),c("PRERELEASELOOSE",`(?:-?(${u[a.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${u[a.PRERELEASEIDENTIFIERLOOSE]})*))`),c("BUILDIDENTIFIER","[0-9A-Za-z-]+"),c("BUILD",`(?:\\+(${u[a.BUILDIDENTIFIER]}(?:\\.${u[a.BUILDIDENTIFIER]})*))`),c("FULLPLAIN",`v?${u[a.MAINVERSION]}${u[a.PRERELEASE]}?${u[a.BUILD]}?`),c("FULL",`^${u[a.FULLPLAIN]}$`),c("LOOSEPLAIN",`[v=\\s]*${u[a.MAINVERSIONLOOSE]}${u[a.PRERELEASELOOSE]}?${u[a.BUILD]}?`),c("LOOSE",`^${u[a.LOOSEPLAIN]}$`),c("GTLT","((?:<|>)?=?)"),c("XRANGEIDENTIFIERLOOSE",`${u[a.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),c("XRANGEIDENTIFIER",`${u[a.NUMERICIDENTIFIER]}|x|X|\\*`),c("XRANGEPLAIN",`[v=\\s]*(${u[a.XRANGEIDENTIFIER]})(?:\\.(${u[a.XRANGEIDENTIFIER]})(?:\\.(${u[a.XRANGEIDENTIFIER]})(?:${u[a.PRERELEASE]})?${u[a.BUILD]}?)?)?`),c("XRANGEPLAINLOOSE",`[v=\\s]*(${u[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[a.XRANGEIDENTIFIERLOOSE]})(?:${u[a.PRERELEASELOOSE]})?${u[a.BUILD]}?)?)?`),c("XRANGE",`^${u[a.GTLT]}\\s*${u[a.XRANGEPLAIN]}$`),c("XRANGELOOSE",`^${u[a.GTLT]}\\s*${u[a.XRANGEPLAINLOOSE]}$`),c("COERCE",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?(?:$|[^\\d])`),c("COERCERTL",u[a.COERCE],!0),c("LONETILDE","(?:~>?)"),c("TILDETRIM",`(\\s*)${u[a.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",c("TILDE",`^${u[a.LONETILDE]}${u[a.XRANGEPLAIN]}$`),c("TILDELOOSE",`^${u[a.LONETILDE]}${u[a.XRANGEPLAINLOOSE]}$`),c("LONECARET","(?:\\^)"),c("CARETTRIM",`(\\s*)${u[a.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",c("CARET",`^${u[a.LONECARET]}${u[a.XRANGEPLAIN]}$`),c("CARETLOOSE",`^${u[a.LONECARET]}${u[a.XRANGEPLAINLOOSE]}$`),c("COMPARATORLOOSE",`^${u[a.GTLT]}\\s*(${u[a.LOOSEPLAIN]})$|^$`),c("COMPARATOR",`^${u[a.GTLT]}\\s*(${u[a.FULLPLAIN]})$|^$`),c("COMPARATORTRIM",`(\\s*)${u[a.GTLT]}\\s*(${u[a.LOOSEPLAIN]}|${u[a.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",c("HYPHENRANGE",`^\\s*(${u[a.XRANGEPLAIN]})\\s+-\\s+(${u[a.XRANGEPLAIN]})\\s*$`),c("HYPHENRANGELOOSE",`^\\s*(${u[a.XRANGEPLAINLOOSE]})\\s+-\\s+(${u[a.XRANGEPLAINLOOSE]})\\s*$`),c("STAR","(<|>)?=?\\s*\\*"),c("GTE0","^\\s*>=\\s*0.0.0\\s*$"),c("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")},1356:(e,t,r)=>{"use strict";var n=r(5108);r(9601),Object.defineProperty(t,"__esModule",{value:!0}),t.buildConsoleLogger=function(e){return new u(e)},t.ConsoleLogger=void 0;var o=r(6);function i(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var u=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.context=t}var t,r,u;return t=e,(r=[{key:"formatMessage",value:function(e,t,r){var n="["+t+"]";return r&&r.app&&(n+=" "+r.app+": "),n+e}},{key:"log",value:function(e,t,r){switch(e){case 0:n.debug(this.formatMessage(t,o.LogLevel.Debug,r),r);break;case 1:n.info(this.formatMessage(t,o.LogLevel.Info,r),r);break;case 2:n.warn(this.formatMessage(t,o.LogLevel.Warn,r),r);break;case 3:n.error(this.formatMessage(t,o.LogLevel.Error,r),r);break;default:n.error(this.formatMessage(t,o.LogLevel.Fatal,r),r)}}},{key:"debug",value:function(e,t){this.log(0,e,Object.assign({},this.context,t))}},{key:"info",value:function(e,t){this.log(1,e,Object.assign({},this.context,t))}},{key:"warn",value:function(e,t){this.log(2,e,Object.assign({},this.context,t))}},{key:"error",value:function(e,t){this.log(3,e,Object.assign({},this.context,t))}},{key:"fatal",value:function(e,t){this.log(4,e,Object.assign({},this.context,t))}}])&&i(t.prototype,r),u&&i(t,u),e}();t.ConsoleLogger=u},5058:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LoggerBuilder=void 0;var n=r(2200);function o(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var i=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.context={},this.factory=t}var t,r,i;return t=e,(r=[{key:"setApp",value:function(e){return this.context.app=e,this}},{key:"setUid",value:function(e){return this.context.uid=e,this}},{key:"detectUser",value:function(){var e=(0,n.getCurrentUser)();return null!==e&&(this.context.uid=e.uid),this}},{key:"build",value:function(){return this.factory(this.context)}}])&&o(t.prototype,r),i&&o(t,i),e}();t.LoggerBuilder=i},6:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.LogLevel=void 0,t.LogLevel=r,function(e){e.Debug="DEBUG",e.Info="INFO",e.Warn="WARN",e.Error="ERROR",e.Fatal="FATAL"}(r||(t.LogLevel=r={}))},7499:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLoggerBuilder=i,t.getLogger=function(){return i().build()};var n=r(1356),o=r(5058);function i(){return new o.LoggerBuilder(n.buildConsoleLogger)}},9753:(e,t,r)=>{"use strict";r(2772),r(9601),r(1539),r(4916),r(9714),r(5306),Object.defineProperty(t,"__esModule",{value:!0}),t.getRootUrl=t.generateFilePath=t.imagePath=t.generateUrl=t.generateOcsUrl=t.generateRemoteUrl=t.linkTo=void 0;t.linkTo=function(e,t){return n(e,"",t)};t.generateRemoteUrl=function(e){return window.location.protocol+"//"+window.location.host+function(e){return o()+"/remote.php/"+e}(e)};t.generateOcsUrl=function(e,t){return t=2!==t?1:2,window.location.protocol+"//"+window.location.host+o()+"/ocs/v"+t+".php/"+e+"/"};t.generateUrl=function(e,t,r){var n=Object.assign({escape:!0,noRewrite:!1},r||{}),i=function(e,t){return t=t||{},e.replace(/{([^{}]*)}/g,(function(e,r){var o=t[r];return n.escape?"string"==typeof o||"number"==typeof o?encodeURIComponent(o.toString()):encodeURIComponent(e):"string"==typeof o||"number"==typeof o?o.toString():e}))};return"/"!==e.charAt(0)&&(e="/"+e),!0!==OC.config.modRewriteWorking||n.noRewrite?o()+"/index.php"+i(e,t||{}):o()+i(e,t||{})};t.imagePath=function(e,t){return-1===t.indexOf(".")?n(e,"img",t+".svg"):n(e,"img",t)};var n=function(e,t,r){var n=-1!==OC.coreApps.indexOf(e),i=o();return"php"!==r.substring(r.length-3)||n?"php"===r.substring(r.length-3)||n?(i+="settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",n||(i+="apps/"),""!==e&&(i+=e+="/"),t&&(i+=t+"/"),i+=r):(i=OC.appswebroots[e],t&&(i+="/"+t+"/"),"/"!==i.substring(i.length-1)&&(i+="/"),i+=r):(i+="/index.php/apps/"+e,"index.php"!==r&&(i+="/",t&&(i+=encodeURI(t+"/")),i+=r)),i};t.generateFilePath=n;var o=function(){return OC.webroot};t.getRootUrl=o},8583:(e,t,r)=>{"use strict";var n=r(7418);function o(e,t){if(e===t)return 0;for(var r=e.length,n=t.length,o=0,i=Math.min(r,n);o<i;++o)if(e[o]!==t[o]){r=e[o],n=t[o];break}return r<n?-1:n<r?1:0}function i(e){return r.g.Buffer&&"function"==typeof r.g.Buffer.isBuffer?r.g.Buffer.isBuffer(e):!(null==e||!e._isBuffer)}var u=r(69),a=Object.prototype.hasOwnProperty,s=Array.prototype.slice,c="foo"===function(){}.name;function l(e){return Object.prototype.toString.call(e)}function f(e){return!i(e)&&("function"==typeof r.g.ArrayBuffer&&("function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(e):!!e&&(e instanceof DataView||!!(e.buffer&&e.buffer instanceof ArrayBuffer))))}var p=e.exports=E,v=/\s*function\s+([^\(\s]*)\s*/;function h(e){if(u.isFunction(e)){if(c)return e.name;var t=e.toString().match(v);return t&&t[1]}}function d(e,t){return"string"==typeof e?e.length<t?e:e.slice(0,t):e}function g(e){if(c||!u.isFunction(e))return u.inspect(e);var t=h(e);return"[Function"+(t?": "+t:"")+"]"}function y(e,t,r,n,o){throw new p.AssertionError({message:r,actual:e,expected:t,operator:n,stackStartFunction:o})}function E(e,t){e||y(e,!0,t,"==",p.ok)}function b(e,t,r,n){if(e===t)return!0;if(i(e)&&i(t))return 0===o(e,t);if(u.isDate(e)&&u.isDate(t))return e.getTime()===t.getTime();if(u.isRegExp(e)&&u.isRegExp(t))return e.source===t.source&&e.global===t.global&&e.multiline===t.multiline&&e.lastIndex===t.lastIndex&&e.ignoreCase===t.ignoreCase;if(null!==e&&"object"==typeof e||null!==t&&"object"==typeof t){if(f(e)&&f(t)&&l(e)===l(t)&&!(e instanceof Float32Array||e instanceof Float64Array))return 0===o(new Uint8Array(e.buffer),new Uint8Array(t.buffer));if(i(e)!==i(t))return!1;var a=(n=n||{actual:[],expected:[]}).actual.indexOf(e);return-1!==a&&a===n.expected.indexOf(t)||(n.actual.push(e),n.expected.push(t),function(e,t,r,n){if(null==e||null==t)return!1;if(u.isPrimitive(e)||u.isPrimitive(t))return e===t;if(r&&Object.getPrototypeOf(e)!==Object.getPrototypeOf(t))return!1;var o=m(e),i=m(t);if(o&&!i||!o&&i)return!1;if(o)return b(e=s.call(e),t=s.call(t),r);var a,c,l=w(e),f=w(t);if(l.length!==f.length)return!1;for(l.sort(),f.sort(),c=l.length-1;c>=0;c--)if(l[c]!==f[c])return!1;for(c=l.length-1;c>=0;c--)if(!b(e[a=l[c]],t[a],r,n))return!1;return!0}(e,t,r,n))}return r?e===t:e==t}function m(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function O(e,t){if(!e||!t)return!1;if("[object RegExp]"==Object.prototype.toString.call(t))return t.test(e);try{if(e instanceof t)return!0}catch(e){}return!Error.isPrototypeOf(t)&&!0===t.call({},e)}function x(e,t,r,n){var o;if("function"!=typeof t)throw new TypeError('"block" argument must be a function');"string"==typeof r&&(n=r,r=null),o=function(e){var t;try{e()}catch(e){t=e}return t}(t),n=(r&&r.name?" ("+r.name+").":".")+(n?" "+n:"."),e&&!o&&y(o,r,"Missing expected exception"+n);var i="string"==typeof n,a=!e&&o&&!r;if((!e&&u.isError(o)&&i&&O(o,r)||a)&&y(o,r,"Got unwanted exception"+n),e&&o&&r&&!O(o,r)||!e&&o)throw o}p.AssertionError=function(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=function(e){return d(g(e.actual),128)+" "+e.operator+" "+d(g(e.expected),128)}(this),this.generatedMessage=!0);var t=e.stackStartFunction||y;if(Error.captureStackTrace)Error.captureStackTrace(this,t);else{var r=new Error;if(r.stack){var n=r.stack,o=h(t),i=n.indexOf("\n"+o);if(i>=0){var u=n.indexOf("\n",i+1);n=n.substring(u+1)}this.stack=n}}},u.inherits(p.AssertionError,Error),p.fail=y,p.ok=E,p.equal=function(e,t,r){e!=t&&y(e,t,r,"==",p.equal)},p.notEqual=function(e,t,r){e==t&&y(e,t,r,"!=",p.notEqual)},p.deepEqual=function(e,t,r){b(e,t,!1)||y(e,t,r,"deepEqual",p.deepEqual)},p.deepStrictEqual=function(e,t,r){b(e,t,!0)||y(e,t,r,"deepStrictEqual",p.deepStrictEqual)},p.notDeepEqual=function(e,t,r){b(e,t,!1)&&y(e,t,r,"notDeepEqual",p.notDeepEqual)},p.notDeepStrictEqual=function e(t,r,n){b(t,r,!0)&&y(t,r,n,"notDeepStrictEqual",e)},p.strictEqual=function(e,t,r){e!==t&&y(e,t,r,"===",p.strictEqual)},p.notStrictEqual=function(e,t,r){e===t&&y(e,t,r,"!==",p.notStrictEqual)},p.throws=function(e,t,r){x(!0,e,t,r)},p.doesNotThrow=function(e,t,r){x(!1,e,t,r)},p.ifError=function(e){if(e)throw e},p.strict=n((function e(t,r){t||y(t,!0,r,"==",e)}),p,{equal:p.strictEqual,deepEqual:p.deepStrictEqual,notEqual:p.notStrictEqual,notDeepEqual:p.notDeepStrictEqual}),p.strict.strict=p.strict;var w=Object.keys||function(e){var t=[];for(var r in e)a.call(e,r)&&t.push(r);return t}},6076:e=>{"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}},2014:e=>{e.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},69:(e,t,r)=>{var n=r(4155),o=r(5108),i=/%[sdj%]/g;t.format=function(e){if(!E(e)){for(var t=[],r=0;r<arguments.length;r++)t.push(s(arguments[r]));return t.join(" ")}r=1;for(var n=arguments,o=n.length,u=String(e).replace(i,(function(e){if("%%"===e)return"%";if(r>=o)return e;switch(e){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch(e){return"[Circular]"}default:return e}})),a=n[r];r<o;a=n[++r])g(a)||!O(a)?u+=" "+a:u+=" "+s(a);return u},t.deprecate=function(e,i){if(b(r.g.process))return function(){return t.deprecate(e,i).apply(this,arguments)};if(!0===n.noDeprecation)return e;var u=!1;return function(){if(!u){if(n.throwDeprecation)throw new Error(i);n.traceDeprecation?o.trace(i):o.error(i),u=!0}return e.apply(this,arguments)}};var u,a={};function s(e,r){var n={seen:[],stylize:l};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),d(r)?n.showHidden=r:r&&t._extend(n,r),b(n.showHidden)&&(n.showHidden=!1),b(n.depth)&&(n.depth=2),b(n.colors)&&(n.colors=!1),b(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=c),f(n,e,n.depth)}function c(e,t){var r=s.styles[t];return r?"["+s.colors[r][0]+"m"+e+"["+s.colors[r][1]+"m":e}function l(e,t){return e}function f(e,r,n){if(e.customInspect&&r&&S(r.inspect)&&r.inspect!==t.inspect&&(!r.constructor||r.constructor.prototype!==r)){var o=r.inspect(n,e);return E(o)||(o=f(e,o,n)),o}var i=function(e,t){if(b(t))return e.stylize("undefined","undefined");if(E(t)){var r="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(r,"string")}if(y(t))return e.stylize(""+t,"number");if(d(t))return e.stylize(""+t,"boolean");if(g(t))return e.stylize("null","null")}(e,r);if(i)return i;var u=Object.keys(r),a=function(e){var t={};return e.forEach((function(e,r){t[e]=!0})),t}(u);if(e.showHidden&&(u=Object.getOwnPropertyNames(r)),w(r)&&(u.indexOf("message")>=0||u.indexOf("description")>=0))return p(r);if(0===u.length){if(S(r)){var s=r.name?": "+r.name:"";return e.stylize("[Function"+s+"]","special")}if(m(r))return e.stylize(RegExp.prototype.toString.call(r),"regexp");if(x(r))return e.stylize(Date.prototype.toString.call(r),"date");if(w(r))return p(r)}var c,l="",O=!1,I=["{","}"];(h(r)&&(O=!0,I=["[","]"]),S(r))&&(l=" [Function"+(r.name?": "+r.name:"")+"]");return m(r)&&(l=" "+RegExp.prototype.toString.call(r)),x(r)&&(l=" "+Date.prototype.toUTCString.call(r)),w(r)&&(l=" "+p(r)),0!==u.length||O&&0!=r.length?n<0?m(r)?e.stylize(RegExp.prototype.toString.call(r),"regexp"):e.stylize("[Object]","special"):(e.seen.push(r),c=O?function(e,t,r,n,o){for(var i=[],u=0,a=t.length;u<a;++u)A(t,String(u))?i.push(v(e,t,r,n,String(u),!0)):i.push("");return o.forEach((function(o){o.match(/^\d+$/)||i.push(v(e,t,r,n,o,!0))})),i}(e,r,n,a,u):u.map((function(t){return v(e,r,n,a,t,O)})),e.seen.pop(),function(e,t,r){if(e.reduce((function(e,t){return t.indexOf("\n")>=0&&0,e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60)return r[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+r[1];return r[0]+t+" "+e.join(", ")+" "+r[1]}(c,l,I)):I[0]+l+I[1]}function p(e){return"["+Error.prototype.toString.call(e)+"]"}function v(e,t,r,n,o,i){var u,a,s;if((s=Object.getOwnPropertyDescriptor(t,o)||{value:t[o]}).get?a=s.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):s.set&&(a=e.stylize("[Setter]","special")),A(n,o)||(u="["+o+"]"),a||(e.seen.indexOf(s.value)<0?(a=g(r)?f(e,s.value,null):f(e,s.value,r-1)).indexOf("\n")>-1&&(a=i?a.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+a.split("\n").map((function(e){return" "+e})).join("\n")):a=e.stylize("[Circular]","special")),b(u)){if(i&&o.match(/^\d+$/))return a;(u=JSON.stringify(""+o)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(u=u.substr(1,u.length-2),u=e.stylize(u,"name")):(u=u.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),u=e.stylize(u,"string"))}return u+": "+a}function h(e){return Array.isArray(e)}function d(e){return"boolean"==typeof e}function g(e){return null===e}function y(e){return"number"==typeof e}function E(e){return"string"==typeof e}function b(e){return void 0===e}function m(e){return O(e)&&"[object RegExp]"===I(e)}function O(e){return"object"==typeof e&&null!==e}function x(e){return O(e)&&"[object Date]"===I(e)}function w(e){return O(e)&&("[object Error]"===I(e)||e instanceof Error)}function S(e){return"function"==typeof e}function I(e){return Object.prototype.toString.call(e)}function R(e){return e<10?"0"+e.toString(10):e.toString(10)}t.debuglog=function(e){if(b(u)&&(u=n.env.NODE_DEBUG||""),e=e.toUpperCase(),!a[e])if(new RegExp("\\b"+e+"\\b","i").test(u)){var r=n.pid;a[e]=function(){var n=t.format.apply(t,arguments);o.error("%s %d: %s",e,r,n)}}else a[e]=function(){};return a[e]},t.inspect=s,s.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]},s.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=h,t.isBoolean=d,t.isNull=g,t.isNullOrUndefined=function(e){return null==e},t.isNumber=y,t.isString=E,t.isSymbol=function(e){return"symbol"==typeof e},t.isUndefined=b,t.isRegExp=m,t.isObject=O,t.isDate=x,t.isError=w,t.isFunction=S,t.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},t.isBuffer=r(2014);var T=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function j(){var e=new Date,t=[R(e.getHours()),R(e.getMinutes()),R(e.getSeconds())].join(":");return[e.getDate(),T[e.getMonth()],t].join(" ")}function A(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.log=function(){o.log("%s - %s",j(),t.format.apply(t,arguments))},t.inherits=r(6076),t._extend=function(e,t){if(!t||!O(t))return e;for(var r=Object.keys(t),n=r.length;n--;)e[r[n]]=t[r[n]];return e}},9537:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=(0,r(7499).getLoggerBuilder)().setApp("Files_PDFViewer").detectUser().build();t.default=n},6485:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;const r=document.getElementById("hideDownload");t.default=()=>!r||r&&"true"!==r.value},4789:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;const r=document.getElementById("mimetype");t.default=()=>r&&"application/pdf"===r.value},5167:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;const r=document.getElementById("isPublic");t.default=()=>!(!r||"1"!==r.value)},494:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n,o=(n=r(6485))&&n.__esModule?n:{default:n};t.default=()=>!(0,o.default)()&&void 0!==OCA.RichDocuments},5108:(e,t,r)=>{var n=r(9539),o=r(8583);function i(){return(new Date).getTime()}var u,a=Array.prototype.slice,s={};u=void 0!==r.g&&r.g.console?r.g.console:"undefined"!=typeof window&&window.console?window.console:{};for(var c=[[function(){},"log"],[function(){u.log.apply(u,arguments)},"info"],[function(){u.log.apply(u,arguments)},"warn"],[function(){u.warn.apply(u,arguments)},"error"],[function(e){s[e]=i()},"time"],[function(e){var t=s[e];if(!t)throw new Error("No such label: "+e);delete s[e];var r=i()-t;u.log(e+": "+r+"ms")},"timeEnd"],[function(){var e=new Error;e.name="Trace",e.message=n.format.apply(null,arguments),u.error(e.stack)},"trace"],[function(e){u.log(n.inspect(e)+"\n")},"dir"],[function(e){if(!e){var t=a.call(arguments,1);o.ok(!1,n.format.apply(null,t))}},"assert"]],l=0;l<c.length;l++){var f=c[l],p=f[0],v=f[1];u[v]||(u[v]=p)}e.exports=u},3099:e=>{e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},6077:(e,t,r)=>{var n=r(111);e.exports=function(e){if(!n(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},1223:(e,t,r)=>{var n=r(5112),o=r(30),i=r(3070),u=n("unscopables"),a=Array.prototype;null==a[u]&&i.f(a,u,{configurable:!0,value:o(null)}),e.exports=function(e){a[u][e]=!0}},1530:(e,t,r)=>{"use strict";var n=r(8710).charAt;e.exports=function(e,t,r){return t+(r?n(e,t).length:1)}},5787:e=>{e.exports=function(e,t,r){if(!(e instanceof t))throw TypeError("Incorrect "+(r?r+" ":"")+"invocation");return e}},9670:(e,t,r)=>{var n=r(111);e.exports=function(e){if(!n(e))throw TypeError(String(e)+" is not an object");return e}},8533:(e,t,r)=>{"use strict";var n=r(2092).forEach,o=r(9341),i=r(9207),u=o("forEach"),a=i("forEach");e.exports=u&&a?[].forEach:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}},1318:(e,t,r)=>{var n=r(5656),o=r(7466),i=r(1400),u=function(e){return function(t,r,u){var a,s=n(t),c=o(s.length),l=i(u,c);if(e&&r!=r){for(;c>l;)if((a=s[l++])!=a)return!0}else for(;c>l;l++)if((e||l in s)&&s[l]===r)return e||l||0;return!e&&-1}};e.exports={includes:u(!0),indexOf:u(!1)}},2092:(e,t,r)=>{var n=r(9974),o=r(8361),i=r(7908),u=r(7466),a=r(5417),s=[].push,c=function(e){var t=1==e,r=2==e,c=3==e,l=4==e,f=6==e,p=5==e||f;return function(v,h,d,g){for(var y,E,b=i(v),m=o(b),O=n(h,d,3),x=u(m.length),w=0,S=g||a,I=t?S(v,x):r?S(v,0):void 0;x>w;w++)if((p||w in m)&&(E=O(y=m[w],w,b),e))if(t)I[w]=E;else if(E)switch(e){case 3:return!0;case 5:return y;case 6:return w;case 2:s.call(I,y)}else if(l)return!1;return f?-1:c||l?l:I}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},1194:(e,t,r)=>{var n=r(7293),o=r(5112),i=r(7392),u=o("species");e.exports=function(e){return i>=51||!n((function(){var t=[];return(t.constructor={})[u]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},9341:(e,t,r)=>{"use strict";var n=r(7293);e.exports=function(e,t){var r=[][e];return!!r&&n((function(){r.call(null,t||function(){throw 1},1)}))}},9207:(e,t,r)=>{var n=r(9781),o=r(7293),i=r(6656),u=Object.defineProperty,a={},s=function(e){throw e};e.exports=function(e,t){if(i(a,e))return a[e];t||(t={});var r=[][e],c=!!i(t,"ACCESSORS")&&t.ACCESSORS,l=i(t,0)?t[0]:s,f=i(t,1)?t[1]:void 0;return a[e]=!!r&&!o((function(){if(c&&!n)return!0;var e={length:-1};c?u(e,1,{enumerable:!0,get:s}):e[1]=1,r.call(e,l,f)}))}},5417:(e,t,r)=>{var n=r(111),o=r(3157),i=r(5112)("species");e.exports=function(e,t){var r;return o(e)&&("function"!=typeof(r=e.constructor)||r!==Array&&!o(r.prototype)?n(r)&&null===(r=r[i])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===t?0:t)}},3411:(e,t,r)=>{var n=r(9670);e.exports=function(e,t,r,o){try{return o?t(n(r)[0],r[1]):t(r)}catch(t){var i=e.return;throw void 0!==i&&n(i.call(e)),t}}},7072:(e,t,r)=>{var n=r(5112)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[n]=function(){return this},Array.from(u,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},e(i)}catch(e){}return r}},4326:e=>{var t={}.toString;e.exports=function(e){return t.call(e).slice(8,-1)}},648:(e,t,r)=>{var n=r(1694),o=r(4326),i=r(5112)("toStringTag"),u="Arguments"==o(function(){return arguments}());e.exports=n?o:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),i))?r:u?o(t):"Object"==(n=o(t))&&"function"==typeof t.callee?"Arguments":n}},5631:(e,t,r)=>{"use strict";var n=r(3070).f,o=r(30),i=r(2248),u=r(9974),a=r(5787),s=r(408),c=r(654),l=r(6340),f=r(9781),p=r(2423).fastKey,v=r(9909),h=v.set,d=v.getterFor;e.exports={getConstructor:function(e,t,r,c){var l=e((function(e,n){a(e,l,t),h(e,{type:t,index:o(null),first:void 0,last:void 0,size:0}),f||(e.size=0),null!=n&&s(n,e[c],e,r)})),v=d(t),g=function(e,t,r){var n,o,i=v(e),u=y(e,t);return u?u.value=r:(i.last=u={index:o=p(t,!0),key:t,value:r,previous:n=i.last,next:void 0,removed:!1},i.first||(i.first=u),n&&(n.next=u),f?i.size++:e.size++,"F"!==o&&(i.index[o]=u)),e},y=function(e,t){var r,n=v(e),o=p(t);if("F"!==o)return n.index[o];for(r=n.first;r;r=r.next)if(r.key==t)return r};return i(l.prototype,{clear:function(){for(var e=v(this),t=e.index,r=e.first;r;)r.removed=!0,r.previous&&(r.previous=r.previous.next=void 0),delete t[r.index],r=r.next;e.first=e.last=void 0,f?e.size=0:this.size=0},delete:function(e){var t=this,r=v(t),n=y(t,e);if(n){var o=n.next,i=n.previous;delete r.index[n.index],n.removed=!0,i&&(i.next=o),o&&(o.previous=i),r.first==n&&(r.first=o),r.last==n&&(r.last=i),f?r.size--:t.size--}return!!n},forEach:function(e){for(var t,r=v(this),n=u(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:r.first;)for(n(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!y(this,e)}}),i(l.prototype,r?{get:function(e){var t=y(this,e);return t&&t.value},set:function(e,t){return g(this,0===e?0:e,t)}}:{add:function(e){return g(this,e=0===e?0:e,e)}}),f&&n(l.prototype,"size",{get:function(){return v(this).size}}),l},setStrong:function(e,t,r){var n=t+" Iterator",o=d(t),i=d(n);c(e,t,(function(e,t){h(this,{type:n,target:e,state:o(e),kind:t,last:void 0})}),(function(){for(var e=i(this),t=e.kind,r=e.last;r&&r.removed;)r=r.previous;return e.target&&(e.last=r=r?r.next:e.state.first)?"keys"==t?{value:r.key,done:!1}:"values"==t?{value:r.value,done:!1}:{value:[r.key,r.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),r?"entries":"values",!r,!0),l(t)}}},7710:(e,t,r)=>{"use strict";var n=r(2109),o=r(7854),i=r(4705),u=r(1320),a=r(2423),s=r(408),c=r(5787),l=r(111),f=r(7293),p=r(7072),v=r(8003),h=r(9587);e.exports=function(e,t,r){var d=-1!==e.indexOf("Map"),g=-1!==e.indexOf("Weak"),y=d?"set":"add",E=o[e],b=E&&E.prototype,m=E,O={},x=function(e){var t=b[e];u(b,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(g&&!l(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return g&&!l(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(g&&!l(e))&&t.call(this,0===e?0:e)}:function(e,r){return t.call(this,0===e?0:e,r),this})};if(i(e,"function"!=typeof E||!(g||b.forEach&&!f((function(){(new E).entries().next()})))))m=r.getConstructor(t,e,d,y),a.REQUIRED=!0;else if(i(e,!0)){var w=new m,S=w[y](g?{}:-0,1)!=w,I=f((function(){w.has(1)})),R=p((function(e){new E(e)})),T=!g&&f((function(){for(var e=new E,t=5;t--;)e[y](t,t);return!e.has(-0)}));R||((m=t((function(t,r){c(t,m,e);var n=h(new E,t,m);return null!=r&&s(r,n[y],n,d),n}))).prototype=b,b.constructor=m),(I||T)&&(x("delete"),x("has"),d&&x("get")),(T||S)&&x(y),g&&b.clear&&delete b.clear}return O[e]=m,n({global:!0,forced:m!=E},O),v(m,e),g||r.setStrong(m,e,d),m}},9920:(e,t,r)=>{var n=r(6656),o=r(3887),i=r(1236),u=r(3070);e.exports=function(e,t){for(var r=o(t),a=u.f,s=i.f,c=0;c<r.length;c++){var l=r[c];n(e,l)||a(e,l,s(t,l))}}},8544:(e,t,r)=>{var n=r(7293);e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},4994:(e,t,r)=>{"use strict";var n=r(3383).IteratorPrototype,o=r(30),i=r(9114),u=r(8003),a=r(7497),s=function(){return this};e.exports=function(e,t,r){var c=t+" Iterator";return e.prototype=o(n,{next:i(1,r)}),u(e,c,!1,!0),a[c]=s,e}},8880:(e,t,r)=>{var n=r(9781),o=r(3070),i=r(9114);e.exports=n?function(e,t,r){return o.f(e,t,i(1,r))}:function(e,t,r){return e[t]=r,e}},9114:e=>{e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},6135:(e,t,r)=>{"use strict";var n=r(7593),o=r(3070),i=r(9114);e.exports=function(e,t,r){var u=n(t);u in e?o.f(e,u,i(0,r)):e[u]=r}},654:(e,t,r)=>{"use strict";var n=r(2109),o=r(4994),i=r(9518),u=r(7674),a=r(8003),s=r(8880),c=r(1320),l=r(5112),f=r(1913),p=r(7497),v=r(3383),h=v.IteratorPrototype,d=v.BUGGY_SAFARI_ITERATORS,g=l("iterator"),y="keys",E="values",b="entries",m=function(){return this};e.exports=function(e,t,r,l,v,O,x){o(r,t,l);var w,S,I,R=function(e){if(e===v&&N)return N;if(!d&&e in A)return A[e];switch(e){case y:case E:case b:return function(){return new r(this,e)}}return function(){return new r(this)}},T=t+" Iterator",j=!1,A=e.prototype,L=A[g]||A["@@iterator"]||v&&A[v],N=!d&&L||R(v),P="Array"==t&&A.entries||L;if(P&&(w=i(P.call(new e)),h!==Object.prototype&&w.next&&(f||i(w)===h||(u?u(w,h):"function"!=typeof w[g]&&s(w,g,m)),a(w,T,!0,!0),f&&(p[T]=m))),v==E&&L&&L.name!==E&&(j=!0,N=function(){return L.call(this)}),f&&!x||A[g]===N||s(A,g,N),p[t]=N,v)if(S={values:R(E),keys:O?N:R(y),entries:R(b)},x)for(I in S)(d||j||!(I in A))&&c(A,I,S[I]);else n({target:t,proto:!0,forced:d||j},S);return S}},9781:(e,t,r)=>{var n=r(7293);e.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:(e,t,r)=>{var n=r(7854),o=r(111),i=n.document,u=o(i)&&o(i.createElement);e.exports=function(e){return u?i.createElement(e):{}}},8324:e=>{e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8113:(e,t,r)=>{var n=r(5005);e.exports=n("navigator","userAgent")||""},7392:(e,t,r)=>{var n,o,i=r(7854),u=r(8113),a=i.process,s=a&&a.versions,c=s&&s.v8;c?o=(n=c.split("."))[0]+n[1]:u&&(!(n=u.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=u.match(/Chrome\/(\d+)/))&&(o=n[1]),e.exports=o&&+o},748:e=>{e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:(e,t,r)=>{var n=r(7854),o=r(1236).f,i=r(8880),u=r(1320),a=r(3505),s=r(9920),c=r(4705);e.exports=function(e,t){var r,l,f,p,v,h=e.target,d=e.global,g=e.stat;if(r=d?n:g?n[h]||a(h,{}):(n[h]||{}).prototype)for(l in t){if(p=t[l],f=e.noTargetGet?(v=o(r,l))&&v.value:r[l],!c(d?l:h+(g?".":"#")+l,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;s(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),u(r,l,p,e)}}},7293:e=>{e.exports=function(e){try{return!!e()}catch(e){return!0}}},7007:(e,t,r)=>{"use strict";r(4916);var n=r(1320),o=r(7293),i=r(5112),u=r(2261),a=r(8880),s=i("species"),c=!o((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),l="$0"==="a".replace(/./,"$0"),f=i("replace"),p=!!/./[f]&&""===/./[f]("a","$0"),v=!o((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}));e.exports=function(e,t,r,f){var h=i(e),d=!o((function(){var t={};return t[h]=function(){return 7},7!=""[e](t)})),g=d&&!o((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[s]=function(){return r},r.flags="",r[h]=/./[h]),r.exec=function(){return t=!0,null},r[h](""),!t}));if(!d||!g||"replace"===e&&(!c||!l||p)||"split"===e&&!v){var y=/./[h],E=r(h,""[e],(function(e,t,r,n,o){return t.exec===u?d&&!o?{done:!0,value:y.call(t,r,n)}:{done:!0,value:e.call(r,t,n)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),b=E[0],m=E[1];n(String.prototype,e,b),n(RegExp.prototype,h,2==t?function(e,t){return m.call(e,this,t)}:function(e){return m.call(e,this)})}f&&a(RegExp.prototype[h],"sham",!0)}},6677:(e,t,r)=>{var n=r(7293);e.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},9974:(e,t,r)=>{var n=r(3099);e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 0:return function(){return e.call(t)};case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,o){return e.call(t,r,n,o)}}return function(){return e.apply(t,arguments)}}},5005:(e,t,r)=>{var n=r(857),o=r(7854),i=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?i(n[e])||i(o[e]):n[e]&&n[e][t]||o[e]&&o[e][t]}},1246:(e,t,r)=>{var n=r(648),o=r(7497),i=r(5112)("iterator");e.exports=function(e){if(null!=e)return e[i]||e["@@iterator"]||o[n(e)]}},7854:(e,t,r)=>{var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||Function("return this")()},6656:e=>{var t={}.hasOwnProperty;e.exports=function(e,r){return t.call(e,r)}},3501:e=>{e.exports={}},490:(e,t,r)=>{var n=r(5005);e.exports=n("document","documentElement")},4664:(e,t,r)=>{var n=r(9781),o=r(7293),i=r(317);e.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:(e,t,r)=>{var n=r(7293),o=r(4326),i="".split;e.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==o(e)?i.call(e,""):Object(e)}:Object},9587:(e,t,r)=>{var n=r(111),o=r(7674);e.exports=function(e,t,r){var i,u;return o&&"function"==typeof(i=t.constructor)&&i!==r&&n(u=i.prototype)&&u!==r.prototype&&o(e,u),e}},2788:(e,t,r)=>{var n=r(5465),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(e){return o.call(e)}),e.exports=n.inspectSource},2423:(e,t,r)=>{var n=r(3501),o=r(111),i=r(6656),u=r(3070).f,a=r(9711),s=r(6677),c=a("meta"),l=0,f=Object.isExtensible||function(){return!0},p=function(e){u(e,c,{value:{objectID:"O"+ ++l,weakData:{}}})},v=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!o(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,c)){if(!f(e))return"F";if(!t)return"E";p(e)}return e[c].objectID},getWeakData:function(e,t){if(!i(e,c)){if(!f(e))return!0;if(!t)return!1;p(e)}return e[c].weakData},onFreeze:function(e){return s&&v.REQUIRED&&f(e)&&!i(e,c)&&p(e),e}};n[c]=!0},9909:(e,t,r)=>{var n,o,i,u=r(8536),a=r(7854),s=r(111),c=r(8880),l=r(6656),f=r(6200),p=r(3501),v=a.WeakMap;if(u){var h=new v,d=h.get,g=h.has,y=h.set;n=function(e,t){return y.call(h,e,t),t},o=function(e){return d.call(h,e)||{}},i=function(e){return g.call(h,e)}}else{var E=f("state");p[E]=!0,n=function(e,t){return c(e,E,t),t},o=function(e){return l(e,E)?e[E]:{}},i=function(e){return l(e,E)}}e.exports={set:n,get:o,has:i,enforce:function(e){return i(e)?o(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!s(t)||(r=o(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return r}}}},7659:(e,t,r)=>{var n=r(5112),o=r(7497),i=n("iterator"),u=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||u[i]===e)}},3157:(e,t,r)=>{var n=r(4326);e.exports=Array.isArray||function(e){return"Array"==n(e)}},4705:(e,t,r)=>{var n=r(7293),o=/#|\.prototype\./,i=function(e,t){var r=a[u(e)];return r==c||r!=s&&("function"==typeof t?n(t):!!t)},u=i.normalize=function(e){return String(e).replace(o,".").toLowerCase()},a=i.data={},s=i.NATIVE="N",c=i.POLYFILL="P";e.exports=i},111:e=>{e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},1913:e=>{e.exports=!1},408:(e,t,r)=>{var n=r(9670),o=r(7659),i=r(7466),u=r(9974),a=r(1246),s=r(3411),c=function(e,t){this.stopped=e,this.result=t};(e.exports=function(e,t,r,l,f){var p,v,h,d,g,y,E,b=u(t,r,l?2:1);if(f)p=e;else{if("function"!=typeof(v=a(e)))throw TypeError("Target is not iterable");if(o(v)){for(h=0,d=i(e.length);d>h;h++)if((g=l?b(n(E=e[h])[0],E[1]):b(e[h]))&&g instanceof c)return g;return new c(!1)}p=v.call(e)}for(y=p.next;!(E=y.call(p)).done;)if("object"==typeof(g=s(p,b,E.value,l))&&g&&g instanceof c)return g;return new c(!1)}).stop=function(e){return new c(!0,e)}},3383:(e,t,r)=>{"use strict";var n,o,i,u=r(9518),a=r(8880),s=r(6656),c=r(5112),l=r(1913),f=c("iterator"),p=!1;[].keys&&("next"in(i=[].keys())?(o=u(u(i)))!==Object.prototype&&(n=o):p=!0),null==n&&(n={}),l||s(n,f)||a(n,f,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:p}},7497:e=>{e.exports={}},133:(e,t,r)=>{var n=r(7293);e.exports=!!Object.getOwnPropertySymbols&&!n((function(){return!String(Symbol())}))},8536:(e,t,r)=>{var n=r(7854),o=r(2788),i=n.WeakMap;e.exports="function"==typeof i&&/native code/.test(o(i))},1574:(e,t,r)=>{"use strict";var n=r(9781),o=r(7293),i=r(1956),u=r(5181),a=r(5296),s=r(7908),c=r(8361),l=Object.assign,f=Object.defineProperty;e.exports=!l||o((function(){if(n&&1!==l({b:1},l(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol(),o="abcdefghijklmnopqrst";return e[r]=7,o.split("").forEach((function(e){t[e]=e})),7!=l({},e)[r]||i(l({},t)).join("")!=o}))?function(e,t){for(var r=s(e),o=arguments.length,l=1,f=u.f,p=a.f;o>l;)for(var v,h=c(arguments[l++]),d=f?i(h).concat(f(h)):i(h),g=d.length,y=0;g>y;)v=d[y++],n&&!p.call(h,v)||(r[v]=h[v]);return r}:l},30:(e,t,r)=>{var n,o=r(9670),i=r(6048),u=r(748),a=r(3501),s=r(490),c=r(317),l=r(6200),f=l("IE_PROTO"),p=function(){},v=function(e){return"<script>"+e+"</"+"script>"},h=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;h=n?function(e){e.write(v("")),e.close();var t=e.parentWindow.Object;return e=null,t}(n):((t=c("iframe")).style.display="none",s.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(v("document.F=Object")),e.close(),e.F);for(var r=u.length;r--;)delete h.prototype[u[r]];return h()};a[f]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(p.prototype=o(e),r=new p,p.prototype=null,r[f]=e):r=h(),void 0===t?r:i(r,t)}},6048:(e,t,r)=>{var n=r(9781),o=r(3070),i=r(9670),u=r(1956);e.exports=n?Object.defineProperties:function(e,t){i(e);for(var r,n=u(t),a=n.length,s=0;a>s;)o.f(e,r=n[s++],t[r]);return e}},3070:(e,t,r)=>{var n=r(9781),o=r(4664),i=r(9670),u=r(7593),a=Object.defineProperty;t.f=n?a:function(e,t,r){if(i(e),t=u(t,!0),i(r),o)try{return a(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},1236:(e,t,r)=>{var n=r(9781),o=r(5296),i=r(9114),u=r(5656),a=r(7593),s=r(6656),c=r(4664),l=Object.getOwnPropertyDescriptor;t.f=n?l:function(e,t){if(e=u(e),t=a(t,!0),c)try{return l(e,t)}catch(e){}if(s(e,t))return i(!o.f.call(e,t),e[t])}},8006:(e,t,r)=>{var n=r(6324),o=r(748).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,o)}},5181:(e,t)=>{t.f=Object.getOwnPropertySymbols},9518:(e,t,r)=>{var n=r(6656),o=r(7908),i=r(6200),u=r(8544),a=i("IE_PROTO"),s=Object.prototype;e.exports=u?Object.getPrototypeOf:function(e){return e=o(e),n(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?s:null}},6324:(e,t,r)=>{var n=r(6656),o=r(5656),i=r(1318).indexOf,u=r(3501);e.exports=function(e,t){var r,a=o(e),s=0,c=[];for(r in a)!n(u,r)&&n(a,r)&&c.push(r);for(;t.length>s;)n(a,r=t[s++])&&(~i(c,r)||c.push(r));return c}},1956:(e,t,r)=>{var n=r(6324),o=r(748);e.exports=Object.keys||function(e){return n(e,o)}},5296:(e,t)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);t.f=o?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},7674:(e,t,r)=>{var n=r(9670),o=r(6077);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(r,[]),t=r instanceof Array}catch(e){}return function(r,i){return n(r),o(i),t?e.call(r,i):r.__proto__=i,r}}():void 0)},288:(e,t,r)=>{"use strict";var n=r(1694),o=r(648);e.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},3887:(e,t,r)=>{var n=r(5005),o=r(8006),i=r(5181),u=r(9670);e.exports=n("Reflect","ownKeys")||function(e){var t=o.f(u(e)),r=i.f;return r?t.concat(r(e)):t}},857:(e,t,r)=>{var n=r(7854);e.exports=n},2248:(e,t,r)=>{var n=r(1320);e.exports=function(e,t,r){for(var o in t)n(e,o,t[o],r);return e}},1320:(e,t,r)=>{var n=r(7854),o=r(8880),i=r(6656),u=r(3505),a=r(2788),s=r(9909),c=s.get,l=s.enforce,f=String(String).split("String");(e.exports=function(e,t,r,a){var s=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,p=!!a&&!!a.noTargetGet;"function"==typeof r&&("string"!=typeof t||i(r,"name")||o(r,"name",t),l(r).source=f.join("string"==typeof t?t:"")),e!==n?(s?!p&&e[t]&&(c=!0):delete e[t],c?e[t]=r:o(e,t,r)):c?e[t]=r:u(t,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},7651:(e,t,r)=>{var n=r(4326),o=r(2261);e.exports=function(e,t){var r=e.exec;if("function"==typeof r){var i=r.call(e,t);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==n(e))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(e,t)}},2261:(e,t,r)=>{"use strict";var n,o,i=r(7066),u=r(2999),a=RegExp.prototype.exec,s=String.prototype.replace,c=a,l=(n=/a/,o=/b*/g,a.call(n,"a"),a.call(o,"a"),0!==n.lastIndex||0!==o.lastIndex),f=u.UNSUPPORTED_Y||u.BROKEN_CARET,p=void 0!==/()??/.exec("")[1];(l||p||f)&&(c=function(e){var t,r,n,o,u=this,c=f&&u.sticky,v=i.call(u),h=u.source,d=0,g=e;return c&&(-1===(v=v.replace("y","")).indexOf("g")&&(v+="g"),g=String(e).slice(u.lastIndex),u.lastIndex>0&&(!u.multiline||u.multiline&&"\n"!==e[u.lastIndex-1])&&(h="(?: "+h+")",g=" "+g,d++),r=new RegExp("^(?:"+h+")",v)),p&&(r=new RegExp("^"+h+"$(?!\\s)",v)),l&&(t=u.lastIndex),n=a.call(c?r:u,g),c?n?(n.input=n.input.slice(d),n[0]=n[0].slice(d),n.index=u.lastIndex,u.lastIndex+=n[0].length):u.lastIndex=0:l&&n&&(u.lastIndex=u.global?n.index+n[0].length:t),p&&n&&n.length>1&&s.call(n[0],r,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(n[o]=void 0)})),n}),e.exports=c},7066:(e,t,r)=>{"use strict";var n=r(9670);e.exports=function(){var e=n(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},2999:(e,t,r)=>{"use strict";var n=r(7293);function o(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=n((function(){var e=o("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=n((function(){var e=o("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},4488:e=>{e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},3505:(e,t,r)=>{var n=r(7854),o=r(8880);e.exports=function(e,t){try{o(n,e,t)}catch(r){n[e]=t}return t}},6340:(e,t,r)=>{"use strict";var n=r(5005),o=r(3070),i=r(5112),u=r(9781),a=i("species");e.exports=function(e){var t=n(e),r=o.f;u&&t&&!t[a]&&r(t,a,{configurable:!0,get:function(){return this}})}},8003:(e,t,r)=>{var n=r(3070).f,o=r(6656),i=r(5112)("toStringTag");e.exports=function(e,t,r){e&&!o(e=r?e:e.prototype,i)&&n(e,i,{configurable:!0,value:t})}},6200:(e,t,r)=>{var n=r(2309),o=r(9711),i=n("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},5465:(e,t,r)=>{var n=r(7854),o=r(3505),i="__core-js_shared__",u=n[i]||o(i,{});e.exports=u},2309:(e,t,r)=>{var n=r(1913),o=r(5465);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.5",mode:n?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},8710:(e,t,r)=>{var n=r(9958),o=r(4488),i=function(e){return function(t,r){var i,u,a=String(o(t)),s=n(r),c=a.length;return s<0||s>=c?e?"":void 0:(i=a.charCodeAt(s))<55296||i>56319||s+1===c||(u=a.charCodeAt(s+1))<56320||u>57343?e?a.charAt(s):i:e?a.slice(s,s+2):u-56320+(i-55296<<10)+65536}};e.exports={codeAt:i(!1),charAt:i(!0)}},1400:(e,t,r)=>{var n=r(9958),o=Math.max,i=Math.min;e.exports=function(e,t){var r=n(e);return r<0?o(r+t,0):i(r,t)}},5656:(e,t,r)=>{var n=r(8361),o=r(4488);e.exports=function(e){return n(o(e))}},9958:e=>{var t=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:t)(e)}},7466:(e,t,r)=>{var n=r(9958),o=Math.min;e.exports=function(e){return e>0?o(n(e),9007199254740991):0}},7908:(e,t,r)=>{var n=r(4488);e.exports=function(e){return Object(n(e))}},7593:(e,t,r)=>{var n=r(111);e.exports=function(e,t){if(!n(e))return e;var r,o;if(t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;if("function"==typeof(r=e.valueOf)&&!n(o=r.call(e)))return o;if(!t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},1694:(e,t,r)=>{var n={};n[r(5112)("toStringTag")]="z",e.exports="[object z]"===String(n)},9711:e=>{var t=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++t+r).toString(36)}},3307:(e,t,r)=>{var n=r(133);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:(e,t,r)=>{var n=r(7854),o=r(2309),i=r(6656),u=r(9711),a=r(133),s=r(3307),c=o("wks"),l=n.Symbol,f=s?l:l&&l.withoutSetter||u;e.exports=function(e){return i(c,e)||(a&&i(l,e)?c[e]=l[e]:c[e]=f("Symbol."+e)),c[e]}},2222:(e,t,r)=>{"use strict";var n=r(2109),o=r(7293),i=r(3157),u=r(111),a=r(7908),s=r(7466),c=r(6135),l=r(5417),f=r(1194),p=r(5112),v=r(7392),h=p("isConcatSpreadable"),d=9007199254740991,g="Maximum allowed index exceeded",y=v>=51||!o((function(){var e=[];return e[h]=!1,e.concat()[0]!==e})),E=f("concat"),b=function(e){if(!u(e))return!1;var t=e[h];return void 0!==t?!!t:i(e)};n({target:"Array",proto:!0,forced:!y||!E},{concat:function(e){var t,r,n,o,i,u=a(this),f=l(u,0),p=0;for(t=-1,n=arguments.length;t<n;t++)if(b(i=-1===t?u:arguments[t])){if(p+(o=s(i.length))>d)throw TypeError(g);for(r=0;r<o;r++,p++)r in i&&c(f,p,i[r])}else{if(p>=d)throw TypeError(g);c(f,p++,i)}return f.length=p,f}})},7327:(e,t,r)=>{"use strict";var n=r(2109),o=r(2092).filter,i=r(1194),u=r(9207),a=i("filter"),s=u("filter");n({target:"Array",proto:!0,forced:!a||!s},{filter:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},9554:(e,t,r)=>{"use strict";var n=r(2109),o=r(8533);n({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},2772:(e,t,r)=>{"use strict";var n=r(2109),o=r(1318).indexOf,i=r(9341),u=r(9207),a=[].indexOf,s=!!a&&1/[1].indexOf(1,-0)<0,c=i("indexOf"),l=u("indexOf",{ACCESSORS:!0,1:0});n({target:"Array",proto:!0,forced:s||!c||!l},{indexOf:function(e){return s?a.apply(this,arguments)||0:o(this,e,arguments.length>1?arguments[1]:void 0)}})},6992:(e,t,r)=>{"use strict";var n=r(5656),o=r(1223),i=r(7497),u=r(9909),a=r(654),s="Array Iterator",c=u.set,l=u.getterFor(s);e.exports=a(Array,"Array",(function(e,t){c(this,{type:s,target:n(e),index:0,kind:t})}),(function(){var e=l(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:t[n],done:!1}:{value:[n,t[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},1532:(e,t,r)=>{"use strict";var n=r(7710),o=r(5631);e.exports=n("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),o)},9601:(e,t,r)=>{var n=r(2109),o=r(1574);n({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},1539:(e,t,r)=>{var n=r(1694),o=r(1320),i=r(288);n||o(Object.prototype,"toString",i,{unsafe:!0})},4916:(e,t,r)=>{"use strict";var n=r(2109),o=r(2261);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},9714:(e,t,r)=>{"use strict";var n=r(1320),o=r(9670),i=r(7293),u=r(7066),a="toString",s=RegExp.prototype,c=s.toString,l=i((function(){return"/a/b"!=c.call({source:"a",flags:"b"})})),f=c.name!=a;(l||f)&&n(RegExp.prototype,a,(function(){var e=o(this),t=String(e.source),r=e.flags;return"/"+t+"/"+String(void 0===r&&e instanceof RegExp&&!("flags"in s)?u.call(e):r)}),{unsafe:!0})},8783:(e,t,r)=>{"use strict";var n=r(8710).charAt,o=r(9909),i=r(654),u="String Iterator",a=o.set,s=o.getterFor(u);i(String,"String",(function(e){a(this,{type:u,string:String(e),index:0})}),(function(){var e,t=s(this),r=t.string,o=t.index;return o>=r.length?{value:void 0,done:!0}:(e=n(r,o),t.index+=e.length,{value:e,done:!1})}))},5306:(e,t,r)=>{"use strict";var n=r(7007),o=r(9670),i=r(7908),u=r(7466),a=r(9958),s=r(4488),c=r(1530),l=r(7651),f=Math.max,p=Math.min,v=Math.floor,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,d=/\$([$&'`]|\d\d?)/g;n("replace",2,(function(e,t,r,n){var g=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,y=n.REPLACE_KEEPS_$0,E=g?"$":"$0";return[function(r,n){var o=s(this),i=null==r?void 0:r[e];return void 0!==i?i.call(r,o,n):t.call(String(o),r,n)},function(e,n){if(!g&&y||"string"==typeof n&&-1===n.indexOf(E)){var i=r(t,e,this,n);if(i.done)return i.value}var s=o(e),v=String(this),h="function"==typeof n;h||(n=String(n));var d=s.global;if(d){var m=s.unicode;s.lastIndex=0}for(var O=[];;){var x=l(s,v);if(null===x)break;if(O.push(x),!d)break;""===String(x[0])&&(s.lastIndex=c(v,u(s.lastIndex),m))}for(var w,S="",I=0,R=0;R<O.length;R++){x=O[R];for(var T=String(x[0]),j=f(p(a(x.index),v.length),0),A=[],L=1;L<x.length;L++)A.push(void 0===(w=x[L])?w:String(w));var N=x.groups;if(h){var P=[T].concat(A,j,v);void 0!==N&&P.push(N);var _=String(n.apply(void 0,P))}else _=b(T,v,j,A,N,n);j>=I&&(S+=v.slice(I,j)+_,I=j+T.length)}return S+v.slice(I)}];function b(e,r,n,o,u,a){var s=n+e.length,c=o.length,l=d;return void 0!==u&&(u=i(u),l=h),t.call(a,l,(function(t,i){var a;switch(i.charAt(0)){case"$":return"$";case"&":return e;case"`":return r.slice(0,n);case"'":return r.slice(s);case"<":a=u[i.slice(1,-1)];break;default:var l=+i;if(0===l)return t;if(l>c){var f=v(l/10);return 0===f?t:f<=c?void 0===o[f-1]?i.charAt(1):o[f-1]+i.charAt(1):t}a=o[l-1]}return void 0===a?"":a}))}}))},4747:(e,t,r)=>{var n=r(7854),o=r(8324),i=r(8533),u=r(8880);for(var a in o){var s=n[a],c=s&&s.prototype;if(c&&c.forEach!==i)try{u(c,"forEach",i)}catch(e){c.forEach=i}}},3948:(e,t,r)=>{var n=r(7854),o=r(8324),i=r(6992),u=r(8880),a=r(5112),s=a("iterator"),c=a("toStringTag"),l=i.values;for(var f in o){var p=n[f],v=p&&p.prototype;if(v){if(v[s]!==l)try{u(v,s,l)}catch(e){v[s]=l}if(v[c]||u(v,c,f),o[f])for(var h in i)if(v[h]!==i[h])try{u(v,h,i[h])}catch(e){v[h]=i[h]}}}},7418:e=>{"use strict";var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var u,a,s=o(e),c=1;c<arguments.length;c++){for(var l in u=Object(arguments[c]))r.call(u,l)&&(s[l]=u[l]);if(t){a=t(u);for(var f=0;f<a.length;f++)n.call(u,a[f])&&(s[a[f]]=u[a[f]])}}return s}},4155:e=>{var t,r,n=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function u(e){if(t===setTimeout)return setTimeout(e,0);if((t===o||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:o}catch(e){t=o}try{r="function"==typeof clearTimeout?clearTimeout:i}catch(e){r=i}}();var a,s=[],c=!1,l=-1;function f(){c&&a&&(c=!1,a.length?s=a.concat(s):l=-1,s.length&&p())}function p(){if(!c){var e=u(f);c=!0;for(var t=s.length;t;){for(a=s,s=[];++l<t;)a&&a[l].run();l=-1,t=s.length}a=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===i||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function v(e,t){this.fun=e,this.array=t}function h(){}n.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];s.push(new v(e,t)),1!==s.length||c||u(p)},v.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=h,n.addListener=h,n.once=h,n.off=h,n.removeListener=h,n.removeAllListeners=h,n.emit=h,n.prependListener=h,n.prependOnceListener=h,n.listeners=function(e){return[]},n.binding=function(e){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(e){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}},1496:e=>{"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}},384:e=>{e.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},9539:(e,t,r)=>{var n=r(4155),o=r(5108),i=Object.getOwnPropertyDescriptors||function(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++)r[t[n]]=Object.getOwnPropertyDescriptor(e,t[n]);return r},u=/%[sdj%]/g;t.format=function(e){if(!b(e)){for(var t=[],r=0;r<arguments.length;r++)t.push(c(arguments[r]));return t.join(" ")}r=1;for(var n=arguments,o=n.length,i=String(e).replace(u,(function(e){if("%%"===e)return"%";if(r>=o)return e;switch(e){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch(e){return"[Circular]"}default:return e}})),a=n[r];r<o;a=n[++r])y(a)||!x(a)?i+=" "+a:i+=" "+c(a);return i},t.deprecate=function(e,r){if(void 0!==n&&!0===n.noDeprecation)return e;if(void 0===n)return function(){return t.deprecate(e,r).apply(this,arguments)};var i=!1;return function(){if(!i){if(n.throwDeprecation)throw new Error(r);n.traceDeprecation?o.trace(r):o.error(r),i=!0}return e.apply(this,arguments)}};var a,s={};function c(e,r){var n={seen:[],stylize:f};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),g(r)?n.showHidden=r:r&&t._extend(n,r),m(n.showHidden)&&(n.showHidden=!1),m(n.depth)&&(n.depth=2),m(n.colors)&&(n.colors=!1),m(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=l),p(n,e,n.depth)}function l(e,t){var r=c.styles[t];return r?"["+c.colors[r][0]+"m"+e+"["+c.colors[r][1]+"m":e}function f(e,t){return e}function p(e,r,n){if(e.customInspect&&r&&I(r.inspect)&&r.inspect!==t.inspect&&(!r.constructor||r.constructor.prototype!==r)){var o=r.inspect(n,e);return b(o)||(o=p(e,o,n)),o}var i=function(e,t){if(m(t))return e.stylize("undefined","undefined");if(b(t)){var r="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(r,"string")}if(E(t))return e.stylize(""+t,"number");if(g(t))return e.stylize(""+t,"boolean");if(y(t))return e.stylize("null","null")}(e,r);if(i)return i;var u=Object.keys(r),a=function(e){var t={};return e.forEach((function(e,r){t[e]=!0})),t}(u);if(e.showHidden&&(u=Object.getOwnPropertyNames(r)),S(r)&&(u.indexOf("message")>=0||u.indexOf("description")>=0))return v(r);if(0===u.length){if(I(r)){var s=r.name?": "+r.name:"";return e.stylize("[Function"+s+"]","special")}if(O(r))return e.stylize(RegExp.prototype.toString.call(r),"regexp");if(w(r))return e.stylize(Date.prototype.toString.call(r),"date");if(S(r))return v(r)}var c,l="",f=!1,x=["{","}"];(d(r)&&(f=!0,x=["[","]"]),I(r))&&(l=" [Function"+(r.name?": "+r.name:"")+"]");return O(r)&&(l=" "+RegExp.prototype.toString.call(r)),w(r)&&(l=" "+Date.prototype.toUTCString.call(r)),S(r)&&(l=" "+v(r)),0!==u.length||f&&0!=r.length?n<0?O(r)?e.stylize(RegExp.prototype.toString.call(r),"regexp"):e.stylize("[Object]","special"):(e.seen.push(r),c=f?function(e,t,r,n,o){for(var i=[],u=0,a=t.length;u<a;++u)L(t,String(u))?i.push(h(e,t,r,n,String(u),!0)):i.push("");return o.forEach((function(o){o.match(/^\d+$/)||i.push(h(e,t,r,n,o,!0))})),i}(e,r,n,a,u):u.map((function(t){return h(e,r,n,a,t,f)})),e.seen.pop(),function(e,t,r){if(e.reduce((function(e,t){return t.indexOf("\n")>=0&&0,e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60)return r[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+r[1];return r[0]+t+" "+e.join(", ")+" "+r[1]}(c,l,x)):x[0]+l+x[1]}function v(e){return"["+Error.prototype.toString.call(e)+"]"}function h(e,t,r,n,o,i){var u,a,s;if((s=Object.getOwnPropertyDescriptor(t,o)||{value:t[o]}).get?a=s.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):s.set&&(a=e.stylize("[Setter]","special")),L(n,o)||(u="["+o+"]"),a||(e.seen.indexOf(s.value)<0?(a=y(r)?p(e,s.value,null):p(e,s.value,r-1)).indexOf("\n")>-1&&(a=i?a.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+a.split("\n").map((function(e){return" "+e})).join("\n")):a=e.stylize("[Circular]","special")),m(u)){if(i&&o.match(/^\d+$/))return a;(u=JSON.stringify(""+o)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(u=u.substr(1,u.length-2),u=e.stylize(u,"name")):(u=u.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),u=e.stylize(u,"string"))}return u+": "+a}function d(e){return Array.isArray(e)}function g(e){return"boolean"==typeof e}function y(e){return null===e}function E(e){return"number"==typeof e}function b(e){return"string"==typeof e}function m(e){return void 0===e}function O(e){return x(e)&&"[object RegExp]"===R(e)}function x(e){return"object"==typeof e&&null!==e}function w(e){return x(e)&&"[object Date]"===R(e)}function S(e){return x(e)&&("[object Error]"===R(e)||e instanceof Error)}function I(e){return"function"==typeof e}function R(e){return Object.prototype.toString.call(e)}function T(e){return e<10?"0"+e.toString(10):e.toString(10)}t.debuglog=function(e){if(m(a)&&(a=n.env.NODE_DEBUG||""),e=e.toUpperCase(),!s[e])if(new RegExp("\\b"+e+"\\b","i").test(a)){var r=n.pid;s[e]=function(){var n=t.format.apply(t,arguments);o.error("%s %d: %s",e,r,n)}}else s[e]=function(){};return s[e]},t.inspect=c,c.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]},c.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=d,t.isBoolean=g,t.isNull=y,t.isNullOrUndefined=function(e){return null==e},t.isNumber=E,t.isString=b,t.isSymbol=function(e){return"symbol"==typeof e},t.isUndefined=m,t.isRegExp=O,t.isObject=x,t.isDate=w,t.isError=S,t.isFunction=I,t.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},t.isBuffer=r(384);var j=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function A(){var e=new Date,t=[T(e.getHours()),T(e.getMinutes()),T(e.getSeconds())].join(":");return[e.getDate(),j[e.getMonth()],t].join(" ")}function L(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.log=function(){o.log("%s - %s",A(),t.format.apply(t,arguments))},t.inherits=r(1496),t._extend=function(e,t){if(!t||!x(t))return e;for(var r=Object.keys(t),n=r.length;n--;)e[r[n]]=t[r[n]];return e};var N="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function P(e,t){if(!e){var r=new Error("Promise was rejected with a falsy value");r.reason=e,e=r}return t(e)}t.promisify=function(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');if(N&&e[N]){var t;if("function"!=typeof(t=e[N]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(t,N,{value:t,enumerable:!1,writable:!1,configurable:!0}),t}function t(){for(var t,r,n=new Promise((function(e,n){t=e,r=n})),o=[],i=0;i<arguments.length;i++)o.push(arguments[i]);o.push((function(e,n){e?r(e):t(n)}));try{e.apply(this,o)}catch(e){r(e)}return n}return Object.setPrototypeOf(t,Object.getPrototypeOf(e)),N&&Object.defineProperty(t,N,{value:t,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(t,i(e))},t.promisify.custom=N,t.callbackify=function(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');function t(){for(var t=[],r=0;r<arguments.length;r++)t.push(arguments[r]);var o=t.pop();if("function"!=typeof o)throw new TypeError("The last argument must be of type Function");var i=this,u=function(){return o.apply(i,arguments)};e.apply(this,t).then((function(e){n.nextTick(u,null,e)}),(function(e){n.nextTick(P,e,u)}))}return Object.setPrototypeOf(t,Object.getPrototypeOf(e)),Object.defineProperties(t,i(e)),t}}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),(()=>{"use strict";var e=r(9753),t=a(r(9537)),n=a(r(6485)),o=a(r(5167)),i=a(r(4789)),u=a(r(494));function a(e){return e&&e.__esModule?e:{default:e}}window.addEventListener("DOMContentLoaded",(function(){if(t.default.debug("Initializing for public page",{isPublicPage:(0,o.default)(),canDownload:(0,n.default)(),isSecureViewerAvailable:(0,u.default)()}),(0,o.default)()&&(0,i.default)()&&!(0,u.default)()){const r=location.hash.split("page=")[1]||0,n=document.getElementById("files-public-content"),o=document.getElementById("sharingToken"),i=document.querySelector("#app-content > footer"),u=o.value,a=(0,e.generateUrl)("/s/{token}/download",{token:u}),s=(0,e.generateUrl)("/apps/files_pdfviewer/?file={downloadUrl}#page={page}",{downloadUrl:a,page:r}),c=document.createElement("iframe");c.src=s,c.style.height="100%",c.style.width="100%",c.style.position="absolute",n?(n.innerHTML="",n.appendChild(c),i.style.display="none"):t.default.error("Unable to inject the PDF Viewer")}else t.default.error("But this does not appear to be a public page")}))})()})();
-//# sourceMappingURL=files_pdfviewer-public.js.map?v=06912b873859ebc55ee7 \ No newline at end of file
+!function(){var t={2200:function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getRequestToken",{enumerable:!0,get:function(){return n.getRequestToken}}),Object.defineProperty(e,"onRequestTokenUpdate",{enumerable:!0,get:function(){return n.onRequestTokenUpdate}}),Object.defineProperty(e,"getCurrentUser",{enumerable:!0,get:function(){return o.getCurrentUser}});var n=r(1894),o=r(1618)},1894:function(t,e,r){"use strict";var n=r(5108);r(9554),Object.defineProperty(e,"__esModule",{value:!0}),e.getRequestToken=function(){return c},e.onRequestTokenUpdate=function(t){a.push(t)};var o=r(2089),i=document.getElementsByTagName("head")[0],c=i?i.getAttribute("data-requesttoken"):null,a=[];(0,o.subscribe)("csrf-token-update",(function(t){c=t.token,a.forEach((function(e){try{e(t.token)}catch(t){n.error("error updating CSRF token observer",t)}}))}))},1618:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getCurrentUser=function(){if(null===n)return null;return{uid:n,displayName:i,isAdmin:c}};var r=document.getElementsByTagName("head")[0],n=r?r.getAttribute("data-user"):null,o=document.getElementsByTagName("head")[0],i=o?o.getAttribute("data-user-displayname"):null,c="undefined"!=typeof OC&&OC.isUserAdmin()},2089:function(t,e,r){"use strict";r.r(e),r.d(e,{emit:function(){return qo},subscribe:function(){return Bo},unsubscribe:function(){return $o}});var n=r(4155),o=r(5108),i="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==r.g?r.g:"undefined"!=typeof self?self:{};function c(t){var e={exports:{}};return t(e,e.exports),e.exports}var a=function(t){return t&&t.Math==Math&&t},u=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof i&&i)||function(){return this}()||Function("return this")(),f=function(t){try{return!!t()}catch(t){return!0}},s=!f((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),l={}.propertyIsEnumerable,p=Object.getOwnPropertyDescriptor,y={f:p&&!l.call({1:2},1)?function(t){var e=p(this,t);return!!e&&e.enumerable}:l},g=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},h={}.toString,v=function(t){return h.call(t).slice(8,-1)},d="".split,b=f((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==v(t)?d.call(t,""):Object(t)}:Object,E=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},m=function(t){return b(E(t))},O=function(t){return"object"==typeof t?null!==t:"function"==typeof t},S=function(t,e){if(!O(t))return t;var r,n;if(e&&"function"==typeof(r=t.toString)&&!O(n=r.call(t)))return n;if("function"==typeof(r=t.valueOf)&&!O(n=r.call(t)))return n;if(!e&&"function"==typeof(r=t.toString)&&!O(n=r.call(t)))return n;throw TypeError("Can't convert object to primitive value")},w=function(t){return Object(E(t))},A={}.hasOwnProperty,x=function(t,e){return A.call(w(t),e)},j=u.document,I=O(j)&&O(j.createElement),R=function(t){return I?j.createElement(t):{}},P=!s&&!f((function(){return 7!=Object.defineProperty(R("div"),"a",{get:function(){return 7}}).a})),T=Object.getOwnPropertyDescriptor,N={f:s?T:function(t,e){if(t=m(t),e=S(e,!0),P)try{return T(t,e)}catch(t){}if(x(t,e))return g(!y.f.call(t,e),t[e])}},L=function(t){if(!O(t))throw TypeError(String(t)+" is not an object");return t},k=Object.defineProperty,_={f:s?k:function(t,e,r){if(L(t),e=S(e,!0),L(r),P)try{return k(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},F=s?function(t,e,r){return _.f(t,e,g(1,r))}:function(t,e,r){return t[e]=r,t},M=function(t,e){try{F(u,t,e)}catch(r){u[t]=e}return e},U="__core-js_shared__",D=u[U]||M(U,{}),C=Function.toString;"function"!=typeof D.inspectSource&&(D.inspectSource=function(t){return C.call(t)});var G,B,$,q=D.inspectSource,V=u.WeakMap,z="function"==typeof V&&/native code/.test(q(V)),W=c((function(t){(t.exports=function(t,e){return D[t]||(D[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.11.2",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),X=0,H=Math.random(),Y=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++X+H).toString(36)},J=W("keys"),K=function(t){return J[t]||(J[t]=Y(t))},Z={},Q="Object already initialized",tt=u.WeakMap;if(z){var et=D.state||(D.state=new tt),rt=et.get,nt=et.has,ot=et.set;G=function(t,e){if(nt.call(et,t))throw new TypeError(Q);return e.facade=t,ot.call(et,t,e),e},B=function(t){return rt.call(et,t)||{}},$=function(t){return nt.call(et,t)}}else{var it=K("state");Z[it]=!0,G=function(t,e){if(x(t,it))throw new TypeError(Q);return e.facade=t,F(t,it,e),e},B=function(t){return x(t,it)?t[it]:{}},$=function(t){return x(t,it)}}var ct={set:G,get:B,has:$,enforce:function(t){return $(t)?B(t):G(t,{})},getterFor:function(t){return function(e){var r;if(!O(e)||(r=B(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},at=c((function(t){var e=ct.get,r=ct.enforce,n=String(String).split("String");(t.exports=function(t,e,o,i){var c,a=!!i&&!!i.unsafe,f=!!i&&!!i.enumerable,s=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof e||x(o,"name")||F(o,"name",e),(c=r(o)).source||(c.source=n.join("string"==typeof e?e:""))),t!==u?(a?!s&&t[e]&&(f=!0):delete t[e],f?t[e]=o:F(t,e,o)):f?t[e]=o:M(e,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&e(this).source||q(this)}))})),ut=u,ft=function(t){return"function"==typeof t?t:void 0},st=function(t,e){return arguments.length<2?ft(ut[t])||ft(u[t]):ut[t]&&ut[t][e]||u[t]&&u[t][e]},lt=Math.ceil,pt=Math.floor,yt=function(t){return isNaN(t=+t)?0:(t>0?pt:lt)(t)},gt=Math.min,ht=function(t){return t>0?gt(yt(t),9007199254740991):0},vt=Math.max,dt=Math.min,bt=function(t){return function(e,r,n){var o,i=m(e),c=ht(i.length),a=function(t,e){var r=yt(t);return r<0?vt(r+e,0):dt(r,e)}(n,c);if(t&&r!=r){for(;c>a;)if((o=i[a++])!=o)return!0}else for(;c>a;a++)if((t||a in i)&&i[a]===r)return t||a||0;return!t&&-1}},Et={includes:bt(!0),indexOf:bt(!1)}.indexOf,mt=function(t,e){var r,n=m(t),o=0,i=[];for(r in n)!x(Z,r)&&x(n,r)&&i.push(r);for(;e.length>o;)x(n,r=e[o++])&&(~Et(i,r)||i.push(r));return i},Ot=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],St=Ot.concat("length","prototype"),wt={f:Object.getOwnPropertyNames||function(t){return mt(t,St)}},At={f:Object.getOwnPropertySymbols},xt=st("Reflect","ownKeys")||function(t){var e=wt.f(L(t)),r=At.f;return r?e.concat(r(t)):e},jt=function(t,e){for(var r=xt(e),n=_.f,o=N.f,i=0;i<r.length;i++){var c=r[i];x(t,c)||n(t,c,o(e,c))}},It=/#|\.prototype\./,Rt=function(t,e){var r=Tt[Pt(t)];return r==Lt||r!=Nt&&("function"==typeof e?f(e):!!e)},Pt=Rt.normalize=function(t){return String(t).replace(It,".").toLowerCase()},Tt=Rt.data={},Nt=Rt.NATIVE="N",Lt=Rt.POLYFILL="P",kt=Rt,_t=N.f,Ft=function(t,e){var r,n,o,i,c,a=t.target,f=t.global,s=t.stat;if(r=f?u:s?u[a]||M(a,{}):(u[a]||{}).prototype)for(n in e){if(i=e[n],o=t.noTargetGet?(c=_t(r,n))&&c.value:r[n],!kt(f?n:a+(s?".":"#")+n,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;jt(i,o)}(t.sham||o&&o.sham)&&F(i,"sham",!0),at(r,n,i,t)}};Ft({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991});var Mt,Ut=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return L(r),function(t){if(!O(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype")}(n),e?t.call(r,n):r.__proto__=n,r}}():void 0),Dt=function(t,e,r){var n,o;return Ut&&"function"==typeof(n=e.constructor)&&n!==r&&O(o=n.prototype)&&o!==r.prototype&&Ut(t,o),t},Ct=Object.keys||function(t){return mt(t,Ot)},Gt=s?Object.defineProperties:function(t,e){L(t);for(var r,n=Ct(e),o=n.length,i=0;o>i;)_.f(t,r=n[i++],e[r]);return t},Bt=st("document","documentElement"),$t=K("IE_PROTO"),qt=function(){},Vt=function(t){return"<script>"+t+"</"+"script>"},zt=function(){try{Mt=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;zt=Mt?function(t){t.write(Vt("")),t.close();var e=t.parentWindow.Object;return t=null,e}(Mt):((e=R("iframe")).style.display="none",Bt.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(Vt("document.F=Object")),t.close(),t.F);for(var r=Ot.length;r--;)delete zt.prototype[Ot[r]];return zt()};Z[$t]=!0;var Wt=Object.create||function(t,e){var r;return null!==t?(qt.prototype=L(t),r=new qt,qt.prototype=null,r[$t]=t):r=zt(),void 0===e?r:Gt(r,e)},Xt="\t\n\v\f\r                 \u2028\u2029\ufeff",Ht="["+Xt+"]",Yt=RegExp("^"+Ht+Ht+"*"),Jt=RegExp(Ht+Ht+"*$"),Kt=function(t){return function(e){var r=String(E(e));return 1&t&&(r=r.replace(Yt,"")),2&t&&(r=r.replace(Jt,"")),r}},Zt={start:Kt(1),end:Kt(2),trim:Kt(3)},Qt=wt.f,te=N.f,ee=_.f,re=Zt.trim,ne="Number",oe=u.Number,ie=oe.prototype,ce=v(Wt(ie))==ne,ae=function(t){var e,r,n,o,i,c,a,u,f=S(t,!1);if("string"==typeof f&&f.length>2)if(43===(e=(f=re(f)).charCodeAt(0))||45===e){if(88===(r=f.charCodeAt(2))||120===r)return NaN}else if(48===e){switch(f.charCodeAt(1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+f}for(c=(i=f.slice(2)).length,a=0;a<c;a++)if((u=i.charCodeAt(a))<48||u>o)return NaN;return parseInt(i,n)}return+f};if(kt(ne,!oe(" 0o1")||!oe("0b1")||oe("+0x1"))){for(var ue,fe=function(t){var e=arguments.length<1?0:t,r=this;return r instanceof fe&&(ce?f((function(){ie.valueOf.call(r)})):v(r)!=ne)?Dt(new oe(ae(e)),r,fe):ae(e)},se=s?Qt(oe):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),le=0;se.length>le;le++)x(oe,ue=se[le])&&!x(fe,ue)&&ee(fe,ue,te(oe,ue));fe.prototype=ie,ie.constructor=fe,at(u,ne,fe)}var pe,ye,ge={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},he="process"==v(u.process),ve=st("navigator","userAgent")||"",de=u.process,be=de&&de.versions,Ee=be&&be.v8;Ee?ye=(pe=Ee.split("."))[0]+pe[1]:ve&&(!(pe=ve.match(/Edge\/(\d+)/))||pe[1]>=74)&&(pe=ve.match(/Chrome\/(\d+)/))&&(ye=pe[1]);var me=ye&&+ye,Oe=!!Object.getOwnPropertySymbols&&!f((function(){return!Symbol.sham&&(he?38===me:me>37&&me<41)})),Se=Oe&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,we=W("wks"),Ae=u.Symbol,xe=Se?Ae:Ae&&Ae.withoutSetter||Y,je=function(t){return x(we,t)&&(Oe||"string"==typeof we[t])||(Oe&&x(Ae,t)?we[t]=Ae[t]:we[t]=xe("Symbol."+t)),we[t]},Ie=je("match"),Re=function(t){var e;return O(t)&&(void 0!==(e=t[Ie])?!!e:"RegExp"==v(t))},Pe=function(){var t=L(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};function Te(t,e){return RegExp(t,e)}var Ne={UNSUPPORTED_Y:f((function(){var t=Te("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),BROKEN_CARET:f((function(){var t=Te("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},Le=je("species"),ke=function(t){var e=st(t),r=_.f;s&&e&&!e[Le]&&r(e,Le,{configurable:!0,get:function(){return this}})},_e=_.f,Fe=wt.f,Me=ct.enforce,Ue=je("match"),De=u.RegExp,Ce=De.prototype,Ge=/a/g,Be=/a/g,$e=new De(Ge)!==Ge,qe=Ne.UNSUPPORTED_Y;if(s&&kt("RegExp",!$e||qe||f((function(){return Be[Ue]=!1,De(Ge)!=Ge||De(Be)==Be||"/a/i"!=De(Ge,"i")})))){for(var Ve=function(t,e){var r,n=this instanceof Ve,o=Re(t),i=void 0===e;if(!n&&o&&t.constructor===Ve&&i)return t;$e?o&&!i&&(t=t.source):t instanceof Ve&&(i&&(e=Pe.call(t)),t=t.source),qe&&(r=!!e&&e.indexOf("y")>-1)&&(e=e.replace(/y/g,""));var c=Dt($e?new De(t,e):De(t,e),n?this:Ce,Ve);qe&&r&&(Me(c).sticky=!0);return c},ze=function(t){t in Ve||_e(Ve,t,{configurable:!0,get:function(){return De[t]},set:function(e){De[t]=e}})},We=Fe(De),Xe=0;We.length>Xe;)ze(We[Xe++]);Ce.constructor=Ve,Ve.prototype=Ce,at(u,"RegExp",Ve)}ke("RegExp");var He=RegExp.prototype.exec,Ye=W("native-string-replace",String.prototype.replace),Je=He,Ke=function(){var t=/a/,e=/b*/g;return He.call(t,"a"),He.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),Ze=Ne.UNSUPPORTED_Y||Ne.BROKEN_CARET,Qe=void 0!==/()??/.exec("")[1];(Ke||Qe||Ze)&&(Je=function(t){var e,r,n,o,i=this,c=Ze&&i.sticky,a=Pe.call(i),u=i.source,f=0,s=t;return c&&(-1===(a=a.replace("y","")).indexOf("g")&&(a+="g"),s=String(t).slice(i.lastIndex),i.lastIndex>0&&(!i.multiline||i.multiline&&"\n"!==t[i.lastIndex-1])&&(u="(?: "+u+")",s=" "+s,f++),r=new RegExp("^(?:"+u+")",a)),Qe&&(r=new RegExp("^"+u+"$(?!\\s)",a)),Ke&&(e=i.lastIndex),n=He.call(c?r:i,s),c?n?(n.input=n.input.slice(f),n[0]=n[0].slice(f),n.index=i.lastIndex,i.lastIndex+=n[0].length):i.lastIndex=0:Ke&&n&&(i.lastIndex=i.global?n.index+n[0].length:e),Qe&&n&&n.length>1&&Ye.call(n[0],r,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(n[o]=void 0)})),n});var tr=Je;Ft({target:"RegExp",proto:!0,forced:/./.exec!==tr},{exec:tr});var er="toString",rr=RegExp.prototype,nr=rr.toString,or=f((function(){return"/a/b"!=nr.call({source:"a",flags:"b"})})),ir=nr.name!=er;(or||ir)&&at(RegExp.prototype,er,(function(){var t=L(this),e=String(t.source),r=t.flags;return"/"+e+"/"+String(void 0===r&&t instanceof RegExp&&!("flags"in rr)?Pe.call(t):r)}),{unsafe:!0});var cr=Array.isArray||function(t){return"Array"==v(t)},ar=function(t,e,r){var n=S(e);n in t?_.f(t,n,g(0,r)):t[n]=r},ur=je("species"),fr=function(t,e){var r;return cr(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!cr(r.prototype)?O(r)&&null===(r=r[ur])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===e?0:e)},sr=je("species"),lr=function(t){return me>=51||!f((function(){var e=[];return(e.constructor={})[sr]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},pr=je("isConcatSpreadable"),yr=9007199254740991,gr="Maximum allowed index exceeded",hr=me>=51||!f((function(){var t=[];return t[pr]=!1,t.concat()[0]!==t})),vr=lr("concat"),dr=function(t){if(!O(t))return!1;var e=t[pr];return void 0!==e?!!e:cr(t)};function br(t){return(br="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})(t)}function Er(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}Ft({target:"Array",proto:!0,forced:!hr||!vr},{concat:function(t){var e,r,n,o,i,c=w(this),a=fr(c,0),u=0;for(e=-1,n=arguments.length;e<n;e++)if(dr(i=-1===e?c:arguments[e])){if(u+(o=ht(i.length))>yr)throw TypeError(gr);for(r=0;r<o;r++,u++)r in i&&ar(a,u,i[r])}else{if(u>=yr)throw TypeError(gr);ar(a,u++,i)}return a.length=u,a}});var mr="object"===(void 0===n?"undefined":br(n))&&n.env&&n.env.NODE_DEBUG&&/\bsemver\b/i.test(n.env.NODE_DEBUG)?function(){for(var t,e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return(t=o).error.apply(t,["SEMVER"].concat(r))}:function(){},Or=c((function(t,e){var r=ge.MAX_SAFE_COMPONENT_LENGTH,n=(e=t.exports={}).re=[],o=e.src=[],i=e.t={},c=0,a=function(t,e,r){var a=c++;mr(a,e),i[t]=a,o[a]=e,n[a]=new RegExp(e,r?"g":void 0)};a("NUMERICIDENTIFIER","0|[1-9]\\d*"),a("NUMERICIDENTIFIERLOOSE","[0-9]+"),a("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),a("MAINVERSION","(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")")),a("MAINVERSIONLOOSE","(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")")),a("PRERELEASEIDENTIFIER","(?:".concat(o[i.NUMERICIDENTIFIER],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),a("PRERELEASEIDENTIFIERLOOSE","(?:".concat(o[i.NUMERICIDENTIFIERLOOSE],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),a("PRERELEASE","(?:-(".concat(o[i.PRERELEASEIDENTIFIER],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIER],")*))")),a("PRERELEASELOOSE","(?:-?(".concat(o[i.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIERLOOSE],")*))")),a("BUILDIDENTIFIER","[0-9A-Za-z-]+"),a("BUILD","(?:\\+(".concat(o[i.BUILDIDENTIFIER],"(?:\\.").concat(o[i.BUILDIDENTIFIER],")*))")),a("FULLPLAIN","v?".concat(o[i.MAINVERSION]).concat(o[i.PRERELEASE],"?").concat(o[i.BUILD],"?")),a("FULL","^".concat(o[i.FULLPLAIN],"$")),a("LOOSEPLAIN","[v=\\s]*".concat(o[i.MAINVERSIONLOOSE]).concat(o[i.PRERELEASELOOSE],"?").concat(o[i.BUILD],"?")),a("LOOSE","^".concat(o[i.LOOSEPLAIN],"$")),a("GTLT","((?:<|>)?=?)"),a("XRANGEIDENTIFIERLOOSE","".concat(o[i.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),a("XRANGEIDENTIFIER","".concat(o[i.NUMERICIDENTIFIER],"|x|X|\\*")),a("XRANGEPLAIN","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:".concat(o[i.PRERELEASE],")?").concat(o[i.BUILD],"?")+")?)?"),a("XRANGEPLAINLOOSE","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(o[i.PRERELEASELOOSE],")?").concat(o[i.BUILD],"?")+")?)?"),a("XRANGE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAIN],"$")),a("XRANGELOOSE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAINLOOSE],"$")),a("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(r,"})")+"(?:\\.(\\d{1,".concat(r,"}))?")+"(?:\\.(\\d{1,".concat(r,"}))?")+"(?:$|[^\\d])"),a("COERCERTL",o[i.COERCE],!0),a("LONETILDE","(?:~>?)"),a("TILDETRIM","(\\s*)".concat(o[i.LONETILDE],"\\s+"),!0),e.tildeTrimReplace="$1~",a("TILDE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAIN],"$")),a("TILDELOOSE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAINLOOSE],"$")),a("LONECARET","(?:\\^)"),a("CARETTRIM","(\\s*)".concat(o[i.LONECARET],"\\s+"),!0),e.caretTrimReplace="$1^",a("CARET","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAIN],"$")),a("CARETLOOSE","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAINLOOSE],"$")),a("COMPARATORLOOSE","^".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],")$|^$")),a("COMPARATOR","^".concat(o[i.GTLT],"\\s*(").concat(o[i.FULLPLAIN],")$|^$")),a("COMPARATORTRIM","(\\s*)".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],"|").concat(o[i.XRANGEPLAIN],")"),!0),e.comparatorTrimReplace="$1$2$3",a("HYPHENRANGE","^\\s*(".concat(o[i.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAIN],")")+"\\s*$"),a("HYPHENRANGELOOSE","^\\s*(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s*$"),a("STAR","(<|>)?=?\\s*\\*"),a("GTE0","^\\s*>=\\s*0.0.0\\s*$"),a("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")})),Sr=je("species"),wr=!f((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),Ar="$0"==="a".replace(/./,"$0"),xr=je("replace"),jr=!!/./[xr]&&""===/./[xr]("a","$0"),Ir=!f((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),Rr=function(t,e,r,n){var o=je(t),i=!f((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),c=i&&!f((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[Sr]=function(){return r},r.flags="",r[o]=/./[o]),r.exec=function(){return e=!0,null},r[o](""),!e}));if(!i||!c||"replace"===t&&(!wr||!Ar||jr)||"split"===t&&!Ir){var a=/./[o],u=r(o,""[t],(function(t,e,r,n,o){return e.exec===RegExp.prototype.exec?i&&!o?{done:!0,value:a.call(e,r,n)}:{done:!0,value:t.call(r,e,n)}:{done:!1}}),{REPLACE_KEEPS_$0:Ar,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:jr}),s=u[0],l=u[1];at(String.prototype,t,s),at(RegExp.prototype,o,2==e?function(t,e){return l.call(t,this,e)}:function(t){return l.call(t,this)})}n&&F(RegExp.prototype[o],"sham",!0)},Pr=function(t){return function(e,r){var n,o,i=String(E(e)),c=yt(r),a=i.length;return c<0||c>=a?t?"":void 0:(n=i.charCodeAt(c))<55296||n>56319||c+1===a||(o=i.charCodeAt(c+1))<56320||o>57343?t?i.charAt(c):n:t?i.slice(c,c+2):o-56320+(n-55296<<10)+65536}},Tr={codeAt:Pr(!1),charAt:Pr(!0)},Nr=Tr.charAt,Lr=function(t,e,r){return e+(r?Nr(t,e).length:1)},kr=function(t,e){var r=t.exec;if("function"==typeof r){var n=r.call(t,e);if("object"!=typeof n)throw TypeError("RegExp exec method returned something other than an Object or null");return n}if("RegExp"!==v(t))throw TypeError("RegExp#exec called on incompatible receiver");return tr.call(t,e)};Rr("match",1,(function(t,e,r){return[function(e){var r=E(this),n=null==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](String(r))},function(t){var n=r(e,t,this);if(n.done)return n.value;var o=L(t),i=String(this);if(!o.global)return kr(o,i);var c=o.unicode;o.lastIndex=0;for(var a,u=[],f=0;null!==(a=kr(o,i));){var s=String(a[0]);u[f]=s,""===s&&(o.lastIndex=Lr(i,ht(o.lastIndex),c)),f++}return 0===f?null:u}]}));var _r=Zt.trim;Ft({target:"String",proto:!0,forced:function(t){return f((function(){return!!Xt[t]()||"​…᠎"!="​…᠎"[t]()||Xt[t].name!==t}))}("trim")},{trim:function(){return _r(this)}});var Fr=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t},Mr=function(t,e,r){if(Fr(t),void 0===e)return t;switch(r){case 0:return function(){return t.call(e)};case 1:return function(r){return t.call(e,r)};case 2:return function(r,n){return t.call(e,r,n)};case 3:return function(r,n,o){return t.call(e,r,n,o)}}return function(){return t.apply(e,arguments)}},Ur=[].push,Dr=function(t){var e=1==t,r=2==t,n=3==t,o=4==t,i=6==t,c=7==t,a=5==t||i;return function(u,f,s,l){for(var p,y,g=w(u),h=b(g),v=Mr(f,s,3),d=ht(h.length),E=0,m=l||fr,O=e?m(u,d):r||c?m(u,0):void 0;d>E;E++)if((a||E in h)&&(y=v(p=h[E],E,g),t))if(e)O[E]=y;else if(y)switch(t){case 3:return!0;case 5:return p;case 6:return E;case 2:Ur.call(O,p)}else switch(t){case 4:return!1;case 7:Ur.call(O,p)}return i?-1:n||o?o:O}},Cr={forEach:Dr(0),map:Dr(1),filter:Dr(2),some:Dr(3),every:Dr(4),find:Dr(5),findIndex:Dr(6),filterOut:Dr(7)},Gr=Cr.map,Br=lr("map");Ft({target:"Array",proto:!0,forced:!Br},{map:function(t){return Gr(this,t,arguments.length>1?arguments[1]:void 0)}});var $r=je("species"),qr=Ne.UNSUPPORTED_Y,Vr=[].push,zr=Math.min,Wr=4294967295;Rr("split",2,(function(t,e,r){var n;return n="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,r){var n=String(E(this)),o=void 0===r?Wr:r>>>0;if(0===o)return[];if(void 0===t)return[n];if(!Re(t))return e.call(n,t,o);for(var i,c,a,u=[],f=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),s=0,l=new RegExp(t.source,f+"g");(i=tr.call(l,n))&&!((c=l.lastIndex)>s&&(u.push(n.slice(s,i.index)),i.length>1&&i.index<n.length&&Vr.apply(u,i.slice(1)),a=i[0].length,s=c,u.length>=o));)l.lastIndex===i.index&&l.lastIndex++;return s===n.length?!a&&l.test("")||u.push(""):u.push(n.slice(s)),u.length>o?u.slice(0,o):u}:"0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:e.call(this,t,r)}:e,[function(e,r){var o=E(this),i=null==e?void 0:e[t];return void 0!==i?i.call(e,o,r):n.call(String(o),e,r)},function(t,o){var i=r(n,t,this,o,n!==e);if(i.done)return i.value;var c=L(t),a=String(this),u=function(t,e){var r,n=L(t).constructor;return void 0===n||null==(r=L(n)[$r])?e:Fr(r)}(c,RegExp),f=c.unicode,s=(c.ignoreCase?"i":"")+(c.multiline?"m":"")+(c.unicode?"u":"")+(qr?"g":"y"),l=new u(qr?"^(?:"+c.source+")":c,s),p=void 0===o?Wr:o>>>0;if(0===p)return[];if(0===a.length)return null===kr(l,a)?[a]:[];for(var y=0,g=0,h=[];g<a.length;){l.lastIndex=qr?0:g;var v,d=kr(l,qr?a.slice(g):a);if(null===d||(v=zr(ht(l.lastIndex+(qr?g:0)),a.length))===y)g=Lr(a,g,f);else{if(h.push(a.slice(y,g)),h.length===p)return h;for(var b=1;b<=d.length-1;b++)if(h.push(d[b]),h.length===p)return h;g=y=v}}return h.push(a.slice(y)),h}]}),qr);var Xr=function(t,e){var r=[][t];return!!r&&f((function(){r.call(null,e||function(){throw 1},1)}))},Hr=[].join,Yr=b!=Object,Jr=Xr("join",",");Ft({target:"Array",proto:!0,forced:Yr||!Jr},{join:function(t){return Hr.call(m(this),void 0===t?",":t)}});var Kr=Cr.filter,Zr=lr("filter");Ft({target:"Array",proto:!0,forced:!Zr},{filter:function(t){return Kr(this,t,arguments.length>1?arguments[1]:void 0)}});var Qr=["includePrerelease","loose","rtl"],tn=function(t){return t?"object"!==br(t)?{loose:!0}:Qr.filter((function(e){return t[e]})).reduce((function(t,e){return t[e]=!0,t}),{}):{}},en=/^[0-9]+$/,rn=function(t,e){var r=en.test(t),n=en.test(e);return r&&n&&(t=+t,e=+e),t===e?0:r&&!n?-1:n&&!r?1:t<e?-1:1},nn=rn,on=ge.MAX_LENGTH,cn=ge.MAX_SAFE_INTEGER,an=Or.re,un=Or.t,fn=nn,sn=function(){function t(e,r){if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),r=tn(r),e instanceof t){if(e.loose===!!r.loose&&e.includePrerelease===!!r.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: ".concat(e));if(e.length>on)throw new TypeError("version is longer than ".concat(on," characters"));mr("SemVer",e,r),this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease;var n=e.trim().match(r.loose?an[un.LOOSE]:an[un.FULL]);if(!n)throw new TypeError("Invalid Version: ".concat(e));if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>cn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>cn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>cn||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((function(t){if(/^[0-9]+$/.test(t)){var e=+t;if(e>=0&&e<cn)return e}return t})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}var e,r,n;return e=t,(r=[{key:"format",value:function(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}},{key:"toString",value:function(){return this.version}},{key:"compare",value:function(e){if(mr("SemVer.compare",this.version,this.options,e),!(e instanceof t)){if("string"==typeof e&&e===this.version)return 0;e=new t(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}},{key:"compareMain",value:function(e){return e instanceof t||(e=new t(e,this.options)),fn(this.major,e.major)||fn(this.minor,e.minor)||fn(this.patch,e.patch)}},{key:"comparePre",value:function(e){if(e instanceof t||(e=new t(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var r=0;do{var n=this.prerelease[r],o=e.prerelease[r];if(mr("prerelease compare",r,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 fn(n,o)}while(++r)}},{key:"compareBuild",value:function(e){e instanceof t||(e=new t(e,this.options));var r=0;do{var n=this.build[r],o=e.build[r];if(mr("prerelease compare",r,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 fn(n,o)}while(++r)}},{key:"inc",value:function(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{for(var r=this.prerelease.length;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);-1===r&&this.prerelease.push(0)}e&&(this.prerelease[0]===e?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error("invalid increment argument: ".concat(t))}return this.format(),this.raw=this.version,this}}])&&Er(e.prototype,r),n&&Er(e,n),t}(),ln=ge.MAX_LENGTH,pn=Or.re,yn=Or.t,gn=function(t,e){if(e=tn(e),t instanceof sn)return t;if("string"!=typeof t)return null;if(t.length>ln)return null;if(!(e.loose?pn[yn.LOOSE]:pn[yn.FULL]).test(t))return null;try{return new sn(t,e)}catch(t){return null}},hn=function(t,e){var r=gn(t,e);return r?r.version:null},vn=function(t,e){return new sn(t,e).major},dn="1.3.0",bn=function(){function t(t){"function"==typeof t.getVersion&&hn(t.getVersion())?vn(t.getVersion())!==vn(this.getVersion())&&o.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):o.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}return t.prototype.getVersion=function(){return dn},t.prototype.subscribe=function(t,e){this.bus.subscribe(t,e)},t.prototype.unsubscribe=function(t,e){this.bus.unsubscribe(t,e)},t.prototype.emit=function(t,e){this.bus.emit(t,e)},t}(),En=je("unscopables"),mn=Array.prototype;null==mn[En]&&_.f(mn,En,{configurable:!0,value:Wt(null)});var On,Sn,wn,An=function(t){mn[En][t]=!0},xn={},jn=!f((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),In=K("IE_PROTO"),Rn=Object.prototype,Pn=jn?Object.getPrototypeOf:function(t){return t=w(t),x(t,In)?t[In]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?Rn:null},Tn=je("iterator"),Nn=!1;[].keys&&("next"in(wn=[].keys())?(Sn=Pn(Pn(wn)))!==Object.prototype&&(On=Sn):Nn=!0),(null==On||f((function(){var t={};return On[Tn].call(t)!==t})))&&(On={}),x(On,Tn)||F(On,Tn,(function(){return this}));var Ln={IteratorPrototype:On,BUGGY_SAFARI_ITERATORS:Nn},kn=_.f,_n=je("toStringTag"),Fn=function(t,e,r){t&&!x(t=r?t:t.prototype,_n)&&kn(t,_n,{configurable:!0,value:e})},Mn=Ln.IteratorPrototype,Un=function(){return this},Dn=Ln.IteratorPrototype,Cn=Ln.BUGGY_SAFARI_ITERATORS,Gn=je("iterator"),Bn="keys",$n="values",qn="entries",Vn=function(){return this},zn=function(t,e,r,n,o,i,c){!function(t,e,r){var n=e+" Iterator";t.prototype=Wt(Mn,{next:g(1,r)}),Fn(t,n,!1),xn[n]=Un}(r,e,n);var a,u,f,s=function(t){if(t===o&&v)return v;if(!Cn&&t in y)return y[t];switch(t){case Bn:case $n:case qn:return function(){return new r(this,t)}}return function(){return new r(this)}},l=e+" Iterator",p=!1,y=t.prototype,h=y[Gn]||y["@@iterator"]||o&&y[o],v=!Cn&&h||s(o),d="Array"==e&&y.entries||h;if(d&&(a=Pn(d.call(new t)),Dn!==Object.prototype&&a.next&&(Pn(a)!==Dn&&(Ut?Ut(a,Dn):"function"!=typeof a[Gn]&&F(a,Gn,Vn)),Fn(a,l,!0))),o==$n&&h&&h.name!==$n&&(p=!0,v=function(){return h.call(this)}),y[Gn]!==v&&F(y,Gn,v),xn[e]=v,o)if(u={values:s($n),keys:i?v:s(Bn),entries:s(qn)},c)for(f in u)(Cn||p||!(f in y))&&at(y,f,u[f]);else Ft({target:e,proto:!0,forced:Cn||p},u);return u},Wn="Array Iterator",Xn=ct.set,Hn=ct.getterFor(Wn),Yn=zn(Array,"Array",(function(t,e){Xn(this,{type:Wn,target:m(t),index:0,kind:e})}),(function(){var t=Hn(this),e=t.target,r=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values");xn.Arguments=xn.Array,An("keys"),An("values"),An("entries");var Jn=!f((function(){return Object.isExtensible(Object.preventExtensions({}))})),Kn=c((function(t){var e=_.f,r=Y("meta"),n=0,o=Object.isExtensible||function(){return!0},i=function(t){e(t,r,{value:{objectID:"O"+ ++n,weakData:{}}})},c=t.exports={REQUIRED:!1,fastKey:function(t,e){if(!O(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!x(t,r)){if(!o(t))return"F";if(!e)return"E";i(t)}return t[r].objectID},getWeakData:function(t,e){if(!x(t,r)){if(!o(t))return!0;if(!e)return!1;i(t)}return t[r].weakData},onFreeze:function(t){return Jn&&c.REQUIRED&&o(t)&&!x(t,r)&&i(t),t}};Z[r]=!0})),Zn=je("iterator"),Qn=Array.prototype,to={};to[je("toStringTag")]="z";var eo="[object z]"===String(to),ro=je("toStringTag"),no="Arguments"==v(function(){return arguments}()),oo=eo?v:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),ro))?r:no?v(e):"Object"==(n=v(e))&&"function"==typeof e.callee?"Arguments":n},io=je("iterator"),co=function(t){var e=t.return;if(void 0!==e)return L(e.call(t)).value},ao=function(t,e){this.stopped=t,this.result=e},uo=function(t,e,r){var n,o,i,c,a,u,f,s,l=r&&r.that,p=!(!r||!r.AS_ENTRIES),y=!(!r||!r.IS_ITERATOR),g=!(!r||!r.INTERRUPTED),h=Mr(e,l,1+p+g),v=function(t){return n&&co(n),new ao(!0,t)},d=function(t){return p?(L(t),g?h(t[0],t[1],v):h(t[0],t[1])):g?h(t,v):h(t)};if(y)n=t;else{if("function"!=typeof(o=function(t){if(null!=t)return t[io]||t["@@iterator"]||xn[oo(t)]}(t)))throw TypeError("Target is not iterable");if(void 0!==(s=o)&&(xn.Array===s||Qn[Zn]===s)){for(i=0,c=ht(t.length);c>i;i++)if((a=d(t[i]))&&a instanceof ao)return a;return new ao(!1)}n=o.call(t)}for(u=n.next;!(f=u.call(n)).done;){try{a=d(f.value)}catch(t){throw co(n),t}if("object"==typeof a&&a&&a instanceof ao)return a}return new ao(!1)},fo=function(t,e,r){if(!(t instanceof e))throw TypeError("Incorrect "+(r?r+" ":"")+"invocation");return t},so=je("iterator"),lo=!1;try{var po=0,yo={next:function(){return{done:!!po++}},return:function(){lo=!0}};yo[so]=function(){return this},Array.from(yo,(function(){throw 2}))}catch(t){}var go=function(t,e,r){for(var n in e)at(t,n,e[n],r);return t},ho=_.f,vo=Kn.fastKey,bo=ct.set,Eo=ct.getterFor;!function(t,e,r){var n=-1!==t.indexOf("Map"),o=-1!==t.indexOf("Weak"),i=n?"set":"add",c=u[t],a=c&&c.prototype,s=c,l={},p=function(t){var e=a[t];at(a,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(o&&!O(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return o&&!O(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(o&&!O(t))&&e.call(this,0===t?0:t)}:function(t,r){return e.call(this,0===t?0:t,r),this})};if(kt(t,"function"!=typeof c||!(o||a.forEach&&!f((function(){(new c).entries().next()})))))s=r.getConstructor(e,t,n,i),Kn.REQUIRED=!0;else if(kt(t,!0)){var y=new s,g=y[i](o?{}:-0,1)!=y,h=f((function(){y.has(1)})),v=function(t,e){if(!e&&!lo)return!1;var r=!1;try{var n={};n[so]=function(){return{next:function(){return{done:r=!0}}}},t(n)}catch(t){}return r}((function(t){new c(t)})),d=!o&&f((function(){for(var t=new c,e=5;e--;)t[i](e,e);return!t.has(-0)}));v||((s=e((function(e,r){fo(e,s,t);var o=Dt(new c,e,s);return null!=r&&uo(r,o[i],{that:o,AS_ENTRIES:n}),o}))).prototype=a,a.constructor=s),(h||d)&&(p("delete"),p("has"),n&&p("get")),(d||g)&&p(i),o&&a.clear&&delete a.clear}l[t]=s,Ft({global:!0,forced:s!=c},l),Fn(s,t),o||r.setStrong(s,t,n)}("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),{getConstructor:function(t,e,r,n){var o=t((function(t,i){fo(t,o,e),bo(t,{type:e,index:Wt(null),first:void 0,last:void 0,size:0}),s||(t.size=0),null!=i&&uo(i,t[n],{that:t,AS_ENTRIES:r})})),i=Eo(e),c=function(t,e,r){var n,o,c=i(t),u=a(t,e);return u?u.value=r:(c.last=u={index:o=vo(e,!0),key:e,value:r,previous:n=c.last,next:void 0,removed:!1},c.first||(c.first=u),n&&(n.next=u),s?c.size++:t.size++,"F"!==o&&(c.index[o]=u)),t},a=function(t,e){var r,n=i(t),o=vo(e);if("F"!==o)return n.index[o];for(r=n.first;r;r=r.next)if(r.key==e)return r};return go(o.prototype,{clear:function(){for(var t=i(this),e=t.index,r=t.first;r;)r.removed=!0,r.previous&&(r.previous=r.previous.next=void 0),delete e[r.index],r=r.next;t.first=t.last=void 0,s?t.size=0:this.size=0},delete:function(t){var e=this,r=i(e),n=a(e,t);if(n){var o=n.next,c=n.previous;delete r.index[n.index],n.removed=!0,c&&(c.next=o),o&&(o.previous=c),r.first==n&&(r.first=o),r.last==n&&(r.last=c),s?r.size--:e.size--}return!!n},forEach:function(t){for(var e,r=i(this),n=Mr(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.next:r.first;)for(n(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!a(this,t)}}),go(o.prototype,r?{get:function(t){var e=a(this,t);return e&&e.value},set:function(t,e){return c(this,0===t?0:t,e)}}:{add:function(t){return c(this,t=0===t?0:t,t)}}),s&&ho(o.prototype,"size",{get:function(){return i(this).size}}),o},setStrong:function(t,e,r){var n=e+" Iterator",o=Eo(e),i=Eo(n);zn(t,e,(function(t,e){bo(this,{type:n,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=i(this),e=t.kind,r=t.last;r&&r.removed;)r=r.previous;return t.target&&(t.last=r=r?r.next:t.state.first)?"keys"==e?{value:r.key,done:!1}:"values"==e?{value:r.value,done:!1}:{value:[r.key,r.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})}),r?"entries":"values",!r,!0),ke(e)}});var mo=eo?{}.toString:function(){return"[object "+oo(this)+"]"};eo||at(Object.prototype,"toString",mo,{unsafe:!0});var Oo=Tr.charAt,So="String Iterator",wo=ct.set,Ao=ct.getterFor(So);zn(String,"String",(function(t){wo(this,{type:So,string:String(t),index:0})}),(function(){var t,e=Ao(this),r=e.string,n=e.index;return n>=r.length?{value:void 0,done:!0}:(t=Oo(r,n),e.index+=t.length,{value:t,done:!1})}));var xo={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},jo=je("iterator"),Io=je("toStringTag"),Ro=Yn.values;for(var Po in xo){var To=u[Po],No=To&&To.prototype;if(No){if(No[jo]!==Ro)try{F(No,jo,Ro)}catch(t){No[jo]=Ro}if(No[Io]||F(No,Io,Po),xo[Po])for(var Lo in Yn)if(No[Lo]!==Yn[Lo])try{F(No,Lo,Yn[Lo])}catch(t){No[Lo]=Yn[Lo]}}}var ko=Cr.forEach,_o=Xr("forEach")?[].forEach:function(t){return ko(this,t,arguments.length>1?arguments[1]:void 0)};for(var Fo in xo){var Mo=u[Fo],Uo=Mo&&Mo.prototype;if(Uo&&Uo.forEach!==_o)try{F(Uo,"forEach",_o)}catch(t){Uo.forEach=_o}}var Do="1.3.0",Co=function(){function t(){this.handlers=new Map}return t.prototype.getVersion=function(){return Do},t.prototype.subscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))},t.prototype.unsubscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((function(t){return t!=e})))},t.prototype.emit=function(t,e){(this.handlers.get(t)||[]).forEach((function(t){try{t(e)}catch(t){o.error("could not invoke event listener",t)}}))},t}();var Go=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(o.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 bn(window._nc_event_bus):window._nc_event_bus=new Co);function Bo(t,e){Go.subscribe(t,e)}function $o(t,e){Go.unsubscribe(t,e)}function qo(t,e){Go.emit(t,e)}},1356:function(t,e,r){"use strict";var n=r(5108);r(9601),Object.defineProperty(e,"__esModule",{value:!0}),e.buildConsoleLogger=function(t){return new c(t)},e.ConsoleLogger=void 0;var o=r(6);function i(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}var c=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.context=e}var e,r,c;return e=t,(r=[{key:"formatMessage",value:function(t,e,r){var n="["+e+"]";return r&&r.app&&(n+=" "+r.app+": "),n+t}},{key:"log",value:function(t,e,r){switch(t){case 0:n.debug(this.formatMessage(e,o.LogLevel.Debug,r),r);break;case 1:n.info(this.formatMessage(e,o.LogLevel.Info,r),r);break;case 2:n.warn(this.formatMessage(e,o.LogLevel.Warn,r),r);break;case 3:n.error(this.formatMessage(e,o.LogLevel.Error,r),r);break;default:n.error(this.formatMessage(e,o.LogLevel.Fatal,r),r)}}},{key:"debug",value:function(t,e){this.log(0,t,Object.assign({},this.context,e))}},{key:"info",value:function(t,e){this.log(1,t,Object.assign({},this.context,e))}},{key:"warn",value:function(t,e){this.log(2,t,Object.assign({},this.context,e))}},{key:"error",value:function(t,e){this.log(3,t,Object.assign({},this.context,e))}},{key:"fatal",value:function(t,e){this.log(4,t,Object.assign({},this.context,e))}}])&&i(e.prototype,r),c&&i(e,c),t}();e.ConsoleLogger=c},5058:function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.LoggerBuilder=void 0;var n=r(2200);function o(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}var i=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.context={},this.factory=e}var e,r,i;return e=t,(r=[{key:"setApp",value:function(t){return this.context.app=t,this}},{key:"setUid",value:function(t){return this.context.uid=t,this}},{key:"detectUser",value:function(){var t=(0,n.getCurrentUser)();return null!==t&&(this.context.uid=t.uid),this}},{key:"build",value:function(){return this.factory(this.context)}}])&&o(e.prototype,r),i&&o(e,i),t}();e.LoggerBuilder=i},6:function(t,e){"use strict";var r;Object.defineProperty(e,"__esModule",{value:!0}),e.LogLevel=void 0,e.LogLevel=r,function(t){t.Debug="DEBUG",t.Info="INFO",t.Warn="WARN",t.Error="ERROR",t.Fatal="FATAL"}(r||(e.LogLevel=r={}))},7499:function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getLoggerBuilder=i,e.getLogger=function(){return i().build()};var n=r(1356),o=r(5058);function i(){return new o.LoggerBuilder(n.buildConsoleLogger)}},9753:function(t,e,r){"use strict";r(2772),r(9601),r(1539),r(4916),r(9714),r(5306),Object.defineProperty(e,"__esModule",{value:!0}),e.getRootUrl=e.generateFilePath=e.imagePath=e.generateUrl=e.generateOcsUrl=e.generateRemoteUrl=e.linkTo=void 0;e.linkTo=function(t,e){return n(t,"",e)};e.generateRemoteUrl=function(t){return window.location.protocol+"//"+window.location.host+function(t){return o()+"/remote.php/"+t}(t)};e.generateOcsUrl=function(t,e){return e=2!==e?1:2,window.location.protocol+"//"+window.location.host+o()+"/ocs/v"+e+".php/"+t+"/"};e.generateUrl=function(t,e,r){var n=Object.assign({escape:!0,noRewrite:!1},r||{}),i=function(t,e){return e=e||{},t.replace(/{([^{}]*)}/g,(function(t,r){var o=e[r];return n.escape?"string"==typeof o||"number"==typeof o?encodeURIComponent(o.toString()):encodeURIComponent(t):"string"==typeof o||"number"==typeof o?o.toString():t}))};return"/"!==t.charAt(0)&&(t="/"+t),!0!==OC.config.modRewriteWorking||n.noRewrite?o()+"/index.php"+i(t,e||{}):o()+i(t,e||{})};e.imagePath=function(t,e){return-1===e.indexOf(".")?n(t,"img",e+".svg"):n(t,"img",e)};var n=function(t,e,r){var n=-1!==OC.coreApps.indexOf(t),i=o();return"php"!==r.substring(r.length-3)||n?"php"===r.substring(r.length-3)||n?(i+="settings"!==t&&"core"!==t&&"search"!==t||"ajax"!==e?"/":"/index.php/",n||(i+="apps/"),""!==t&&(i+=t+="/"),e&&(i+=e+"/"),i+=r):(i=OC.appswebroots[t],e&&(i+="/"+e+"/"),"/"!==i.substring(i.length-1)&&(i+="/"),i+=r):(i+="/index.php/apps/"+t,"index.php"!==r&&(i+="/",e&&(i+=encodeURI(e+"/")),i+=r)),i};e.generateFilePath=n;var o=function(){return OC.webroot};e.getRootUrl=o},9282:function(t,e,r){"use strict";var n=r(4155),o=r(5108);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})(t)}var c,a,u=r(2136).codes,f=u.ERR_AMBIGUOUS_ARGUMENT,s=u.ERR_INVALID_ARG_TYPE,l=u.ERR_INVALID_ARG_VALUE,p=u.ERR_INVALID_RETURN_VALUE,y=u.ERR_MISSING_ARGS,g=r(5961),h=r(9539).inspect,v=r(9539).types,d=v.isPromise,b=v.isRegExp,E=Object.assign?Object.assign:r(8091).assign,m=Object.is?Object.is:r(609);new Map;function O(){var t=r(9158);c=t.isDeepEqual,a=t.isDeepStrictEqual}var S=!1,w=t.exports=I,A={};function x(t){if(t.message instanceof Error)throw t.message;throw new g(t)}function j(t,e,r,n){if(!r){var o=!1;if(0===e)o=!0,n="No value argument passed to `assert.ok()`";else if(n instanceof Error)throw n;var i=new g({actual:r,expected:!0,message:n,operator:"==",stackStartFn:t});throw i.generatedMessage=o,i}}function I(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];j.apply(void 0,[I,e.length].concat(e))}w.fail=function t(e,r,i,c,a){var u,f=arguments.length;if(0===f)u="Failed";else if(1===f)i=e,e=void 0;else{if(!1===S){S=!0;var s=n.emitWarning?n.emitWarning:o.warn.bind(o);s("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094")}2===f&&(c="!=")}if(i instanceof Error)throw i;var l={actual:e,expected:r,operator:void 0===c?"fail":c,stackStartFn:a||t};void 0!==i&&(l.message=i);var p=new g(l);throw u&&(p.message=u,p.generatedMessage=!0),p},w.AssertionError=g,w.ok=I,w.equal=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");e!=r&&x({actual:e,expected:r,message:n,operator:"==",stackStartFn:t})},w.notEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");e==r&&x({actual:e,expected:r,message:n,operator:"!=",stackStartFn:t})},w.deepEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");void 0===c&&O(),c(e,r)||x({actual:e,expected:r,message:n,operator:"deepEqual",stackStartFn:t})},w.notDeepEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");void 0===c&&O(),c(e,r)&&x({actual:e,expected:r,message:n,operator:"notDeepEqual",stackStartFn:t})},w.deepStrictEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");void 0===c&&O(),a(e,r)||x({actual:e,expected:r,message:n,operator:"deepStrictEqual",stackStartFn:t})},w.notDeepStrictEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");void 0===c&&O();a(e,r)&&x({actual:e,expected:r,message:n,operator:"notDeepStrictEqual",stackStartFn:t})},w.strictEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");m(e,r)||x({actual:e,expected:r,message:n,operator:"strictEqual",stackStartFn:t})},w.notStrictEqual=function t(e,r,n){if(arguments.length<2)throw new y("actual","expected");m(e,r)&&x({actual:e,expected:r,message:n,operator:"notStrictEqual",stackStartFn:t})};var R=function t(e,r,n){var o=this;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),r.forEach((function(t){t in e&&(void 0!==n&&"string"==typeof n[t]&&b(e[t])&&e[t].test(n[t])?o[t]=n[t]:o[t]=e[t])}))};function P(t,e,r,n,o,i){if(!(r in t)||!a(t[r],e[r])){if(!n){var c=new R(t,o),u=new R(e,o,t),f=new g({actual:c,expected:u,operator:"deepStrictEqual",stackStartFn:i});throw f.actual=t,f.expected=e,f.operator=i.name,f}x({actual:t,expected:e,message:n,operator:i.name,stackStartFn:i})}}function T(t,e,r,n){if("function"!=typeof e){if(b(e))return e.test(t);if(2===arguments.length)throw new s("expected",["Function","RegExp"],e);if("object"!==i(t)||null===t){var o=new g({actual:t,expected:e,message:r,operator:"deepStrictEqual",stackStartFn:n});throw o.operator=n.name,o}var a=Object.keys(e);if(e instanceof Error)a.push("name","message");else if(0===a.length)throw new l("error",e,"may not be an empty object");return void 0===c&&O(),a.forEach((function(o){"string"==typeof t[o]&&b(e[o])&&e[o].test(t[o])||P(t,e,o,r,a,n)})),!0}return void 0!==e.prototype&&t instanceof e||!Error.isPrototypeOf(e)&&!0===e.call({},t)}function N(t){if("function"!=typeof t)throw new s("fn","Function",t);try{t()}catch(t){return t}return A}function L(t){return d(t)||null!==t&&"object"===i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function k(t){return Promise.resolve().then((function(){var e;if("function"==typeof t){if(!L(e=t()))throw new p("instance of Promise","promiseFn",e)}else{if(!L(t))throw new s("promiseFn",["Function","Promise"],t);e=t}return Promise.resolve().then((function(){return e})).then((function(){return A})).catch((function(t){return t}))}))}function _(t,e,r,n){if("string"==typeof r){if(4===arguments.length)throw new s("error",["Object","Error","Function","RegExp"],r);if("object"===i(e)&&null!==e){if(e.message===r)throw new f("error/message",'The error message "'.concat(e.message,'" is identical to the message.'))}else if(e===r)throw new f("error/message",'The error "'.concat(e,'" is identical to the message.'));n=r,r=void 0}else if(null!=r&&"object"!==i(r)&&"function"!=typeof r)throw new s("error",["Object","Error","Function","RegExp"],r);if(e===A){var o="";r&&r.name&&(o+=" (".concat(r.name,")")),o+=n?": ".concat(n):".";var c="rejects"===t.name?"rejection":"exception";x({actual:void 0,expected:r,operator:t.name,message:"Missing expected ".concat(c).concat(o),stackStartFn:t})}if(r&&!T(e,r,n,t))throw e}function F(t,e,r,n){if(e!==A){if("string"==typeof r&&(n=r,r=void 0),!r||T(e,r)){var o=n?": ".concat(n):".",i="doesNotReject"===t.name?"rejection":"exception";x({actual:e,expected:r,operator:t.name,message:"Got unwanted ".concat(i).concat(o,"\n")+'Actual message: "'.concat(e&&e.message,'"'),stackStartFn:t})}throw e}}function M(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];j.apply(void 0,[M,e.length].concat(e))}w.throws=function t(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];_.apply(void 0,[t,N(e)].concat(n))},w.rejects=function t(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return k(e).then((function(e){return _.apply(void 0,[t,e].concat(n))}))},w.doesNotThrow=function t(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];F.apply(void 0,[t,N(e)].concat(n))},w.doesNotReject=function t(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return k(e).then((function(e){return F.apply(void 0,[t,e].concat(n))}))},w.ifError=function t(e){if(null!=e){var r="ifError got unwanted exception: ";"object"===i(e)&&"string"==typeof e.message?0===e.message.length&&e.constructor?r+=e.constructor.name:r+=e.message:r+=h(e);var n=new g({actual:e,expected:null,operator:"ifError",message:r,stackStartFn:t}),o=e.stack;if("string"==typeof o){var c=o.split("\n");c.shift();for(var a=n.stack.split("\n"),u=0;u<c.length;u++){var f=a.indexOf(c[u]);if(-1!==f){a=a.slice(0,f);break}}n.stack="".concat(a.join("\n"),"\n").concat(c.join("\n"))}throw n}},w.strict=E(M,w,{equal:w.strictEqual,deepEqual:w.deepStrictEqual,notEqual:w.notStrictEqual,notDeepEqual:w.notDeepStrictEqual}),w.strict.strict=w.strict},5961:function(t,e,r){"use strict";var n=r(4155);function o(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function i(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function c(t,e){return!e||"object"!==y(e)&&"function"!=typeof e?a(t):e}function a(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function u(t){var e="function"==typeof Map?new Map:void 0;return(u=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;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,n)}function n(){return s(t,arguments,p(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),l(n,t)})(t)}function f(){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 s(t,e,r){return(s=f()?Reflect.construct:function(t,e,r){var n=[null];n.push.apply(n,e);var o=new(Function.bind.apply(t,n));return r&&l(o,r.prototype),o}).apply(null,arguments)}function l(t,e){return(l=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function p(t){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function y(t){return(y="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})(t)}var g=r(9539).inspect,h=r(2136).codes.ERR_INVALID_ARG_TYPE;function v(t,e,r){return(void 0===r||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}var d="",b="",E="",m="",O={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 S(t){var e=Object.keys(t),r=Object.create(Object.getPrototypeOf(t));return e.forEach((function(e){r[e]=t[e]})),Object.defineProperty(r,"message",{value:t.message}),r}function w(t){return g(t,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function A(t,e,r){var o="",i="",c=0,a="",u=!1,f=w(t),s=f.split("\n"),l=w(e).split("\n"),p=0,g="";if("strictEqual"===r&&"object"===y(t)&&"object"===y(e)&&null!==t&&null!==e&&(r="strictEqualObject"),1===s.length&&1===l.length&&s[0]!==l[0]){var h=s[0].length+l[0].length;if(h<=10){if(!("object"===y(t)&&null!==t||"object"===y(e)&&null!==e||0===t&&0===e))return"".concat(O[r],"\n\n")+"".concat(s[0]," !== ").concat(l[0],"\n")}else if("strictEqualObject"!==r){if(h<(n.stderr&&n.stderr.isTTY?n.stderr.columns:80)){for(;s[0][p]===l[0][p];)p++;p>2&&(g="\n ".concat(function(t,e){if(e=Math.floor(e),0==t.length||0==e)return"";var r=t.length*e;for(e=Math.floor(Math.log(e)/Math.log(2));e;)t+=t,e--;return t+t.substring(0,r-t.length)}(" ",p),"^"),p=0)}}}for(var S=s[s.length-1],A=l[l.length-1];S===A&&(p++<2?a="\n ".concat(S).concat(a):o=S,s.pop(),l.pop(),0!==s.length&&0!==l.length);)S=s[s.length-1],A=l[l.length-1];var x=Math.max(s.length,l.length);if(0===x){var j=f.split("\n");if(j.length>30)for(j[26]="".concat(d,"...").concat(m);j.length>27;)j.pop();return"".concat(O.notIdentical,"\n\n").concat(j.join("\n"),"\n")}p>3&&(a="\n".concat(d,"...").concat(m).concat(a),u=!0),""!==o&&(a="\n ".concat(o).concat(a),o="");var I=0,R=O[r]+"\n".concat(b,"+ actual").concat(m," ").concat(E,"- expected").concat(m),P=" ".concat(d,"...").concat(m," Lines skipped");for(p=0;p<x;p++){var T=p-c;if(s.length<p+1)T>1&&p>2&&(T>4?(i+="\n".concat(d,"...").concat(m),u=!0):T>3&&(i+="\n ".concat(l[p-2]),I++),i+="\n ".concat(l[p-1]),I++),c=p,o+="\n".concat(E,"-").concat(m," ").concat(l[p]),I++;else if(l.length<p+1)T>1&&p>2&&(T>4?(i+="\n".concat(d,"...").concat(m),u=!0):T>3&&(i+="\n ".concat(s[p-2]),I++),i+="\n ".concat(s[p-1]),I++),c=p,i+="\n".concat(b,"+").concat(m," ").concat(s[p]),I++;else{var N=l[p],L=s[p],k=L!==N&&(!v(L,",")||L.slice(0,-1)!==N);k&&v(N,",")&&N.slice(0,-1)===L&&(k=!1,L+=","),k?(T>1&&p>2&&(T>4?(i+="\n".concat(d,"...").concat(m),u=!0):T>3&&(i+="\n ".concat(s[p-2]),I++),i+="\n ".concat(s[p-1]),I++),c=p,i+="\n".concat(b,"+").concat(m," ").concat(L),o+="\n".concat(E,"-").concat(m," ").concat(N),I+=2):(i+=o,o="",1!==T&&0!==p||(i+="\n ".concat(L),I++))}if(I>20&&p<x-2)return"".concat(R).concat(P,"\n").concat(i,"\n").concat(d,"...").concat(m).concat(o,"\n")+"".concat(d,"...").concat(m)}return"".concat(R).concat(u?P:"","\n").concat(i).concat(o).concat(a).concat(g)}var x=function(t){function e(t){var r;if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),"object"!==y(t)||null===t)throw new h("options","Object",t);var o=t.message,i=t.operator,u=t.stackStartFn,f=t.actual,s=t.expected,l=Error.stackTraceLimit;if(Error.stackTraceLimit=0,null!=o)r=c(this,p(e).call(this,String(o)));else if(n.stderr&&n.stderr.isTTY&&(n.stderr&&n.stderr.getColorDepth&&1!==n.stderr.getColorDepth()?(d="",b="",m="",E=""):(d="",b="",m="",E="")),"object"===y(f)&&null!==f&&"object"===y(s)&&null!==s&&"stack"in f&&f instanceof Error&&"stack"in s&&s instanceof Error&&(f=S(f),s=S(s)),"deepStrictEqual"===i||"strictEqual"===i)r=c(this,p(e).call(this,A(f,s,i)));else if("notDeepStrictEqual"===i||"notStrictEqual"===i){var g=O[i],v=w(f).split("\n");if("notStrictEqual"===i&&"object"===y(f)&&null!==f&&(g=O.notStrictEqualObject),v.length>30)for(v[26]="".concat(d,"...").concat(m);v.length>27;)v.pop();r=1===v.length?c(this,p(e).call(this,"".concat(g," ").concat(v[0]))):c(this,p(e).call(this,"".concat(g,"\n\n").concat(v.join("\n"),"\n")))}else{var x=w(f),j="",I=O[i];"notDeepEqual"===i||"notEqual"===i?(x="".concat(O[i],"\n\n").concat(x)).length>1024&&(x="".concat(x.slice(0,1021),"...")):(j="".concat(w(s)),x.length>512&&(x="".concat(x.slice(0,509),"...")),j.length>512&&(j="".concat(j.slice(0,509),"...")),"deepEqual"===i||"equal"===i?x="".concat(I,"\n\n").concat(x,"\n\nshould equal\n\n"):j=" ".concat(i," ").concat(j)),r=c(this,p(e).call(this,"".concat(x).concat(j)))}return Error.stackTraceLimit=l,r.generatedMessage=!o,Object.defineProperty(a(r),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),r.code="ERR_ASSERTION",r.actual=f,r.expected=s,r.operator=i,Error.captureStackTrace&&Error.captureStackTrace(a(r),u),r.stack,r.name="AssertionError",c(r)}var r,u,f;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&&l(t,e)}(e,t),r=e,(u=[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:g.custom,value:function(t,e){return g(this,function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter((function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable})))),n.forEach((function(e){o(t,e,r[e])}))}return t}({},e,{customInspect:!1,depth:0}))}}])&&i(r.prototype,u),f&&i(r,f),e}(u(Error));t.exports=x},2136:function(t,e,r){"use strict";function n(t){return(n="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})(t)}function o(t,e){return!e||"object"!==n(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)})(t)}function c(t,e){return(c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}var a,u,f={};function s(t,e,r){r||(r=Error);var n=function(r){function n(r,c,a){var u;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,n),(u=o(this,i(n).call(this,function(t,r,n){return"string"==typeof e?e:e(t,r,n)}(r,c,a)))).code=t,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&&c(t,e)}(n,r),n}(r);f[t]=n}function l(t,e){if(Array.isArray(t)){var r=t.length;return t=t.map((function(t){return String(t)})),r>2?"one of ".concat(e," ").concat(t.slice(0,r-1).join(", "),", or ")+t[r-1]:2===r?"one of ".concat(e," ").concat(t[0]," or ").concat(t[1]):"of ".concat(e," ").concat(t[0])}return"of ".concat(e," ").concat(String(t))}s("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),s("ERR_INVALID_ARG_TYPE",(function(t,e,o){var i,c,u,f;if(void 0===a&&(a=r(9282)),a("string"==typeof t,"'name' must be a string"),"string"==typeof e&&(c="not ",e.substr(!u||u<0?0:+u,c.length)===c)?(i="must not be",e=e.replace(/^not /,"")):i="must be",function(t,e,r){return(void 0===r||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}(t," argument"))f="The ".concat(t," ").concat(i," ").concat(l(e,"type"));else{var s=function(t,e,r){return"number"!=typeof r&&(r=0),!(r+e.length>t.length)&&-1!==t.indexOf(e,r)}(t,".")?"property":"argument";f='The "'.concat(t,'" ').concat(s," ").concat(i," ").concat(l(e,"type"))}return f+=". Received type ".concat(n(o))}),TypeError),s("ERR_INVALID_ARG_VALUE",(function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===u&&(u=r(9539));var o=u.inspect(e);return o.length>128&&(o="".concat(o.slice(0,128),"...")),"The argument '".concat(t,"' ").concat(n,". Received ").concat(o)}),TypeError,RangeError),s("ERR_INVALID_RETURN_VALUE",(function(t,e,r){var o;return o=r&&r.constructor&&r.constructor.name?"instance of ".concat(r.constructor.name):"type ".concat(n(r)),"Expected ".concat(t,' to be returned from the "').concat(e,'"')+" function but got ".concat(o,".")}),TypeError),s("ERR_MISSING_ARGS",(function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];void 0===a&&(a=r(9282)),a(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=f},9158:function(t,e,r){"use strict";function n(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=[],n=!0,o=!1,i=void 0;try{for(var c,a=t[Symbol.iterator]();!(n=(c=a.next()).done)&&(r.push(c.value),!e||r.length!==e);n=!0);}catch(t){o=!0,i=t}finally{try{n||null==a.return||a.return()}finally{if(o)throw i}}return r}(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})(t)}var i=void 0!==/a/g.flags,c=function(t){var e=[];return t.forEach((function(t){return e.push(t)})),e},a=function(t){var e=[];return t.forEach((function(t,r){return e.push([r,t])})),e},u=Object.is?Object.is:r(609),f=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},s=Number.isNaN?Number.isNaN:r(360);function l(t){return t.call.bind(t)}var p=l(Object.prototype.hasOwnProperty),y=l(Object.prototype.propertyIsEnumerable),g=l(Object.prototype.toString),h=r(9539).types,v=h.isAnyArrayBuffer,d=h.isArrayBufferView,b=h.isDate,E=h.isMap,m=h.isRegExp,O=h.isSet,S=h.isNativeError,w=h.isBoxedPrimitive,A=h.isNumberObject,x=h.isStringObject,j=h.isBooleanObject,I=h.isBigIntObject,R=h.isSymbolObject,P=h.isFloat32Array,T=h.isFloat64Array;function N(t){if(0===t.length||t.length>10)return!0;for(var e=0;e<t.length;e++){var r=t.charCodeAt(e);if(r<48||r>57)return!0}return 10===t.length&&t>=Math.pow(2,32)}function L(t){return Object.keys(t).filter(N).concat(f(t).filter(Object.prototype.propertyIsEnumerable.bind(t)))}function k(t,e){if(t===e)return 0;for(var r=t.length,n=e.length,o=0,i=Math.min(r,n);o<i;++o)if(t[o]!==e[o]){r=t[o],n=e[o];break}return r<n?-1:n<r?1:0}function _(t,e,r,n){if(t===e)return 0!==t||(!r||u(t,e));if(r){if("object"!==o(t))return"number"==typeof t&&s(t)&&s(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 c,a,f,l,p=g(t);if(p!==g(e))return!1;if(Array.isArray(t)){if(t.length!==e.length)return!1;var y=L(t),h=L(e);return y.length===h.length&&M(t,e,r,n,1,y)}if("[object Object]"===p&&(!E(t)&&E(e)||!O(t)&&O(e)))return!1;if(b(t)){if(!b(e)||Date.prototype.getTime.call(t)!==Date.prototype.getTime.call(e))return!1}else if(m(t)){if(!m(e)||(f=t,l=e,!(i?f.source===l.source&&f.flags===l.flags:RegExp.prototype.toString.call(f)===RegExp.prototype.toString.call(l))))return!1}else if(S(t)||t instanceof Error){if(t.message!==e.message||t.name!==e.name)return!1}else{if(d(t)){if(r||!P(t)&&!T(t)){if(!function(t,e){return t.byteLength===e.byteLength&&0===k(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 r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}(t,e))return!1;var N=L(t),_=L(e);return N.length===_.length&&M(t,e,r,n,0,N)}if(O(t))return!(!O(e)||t.size!==e.size)&&M(t,e,r,n,2);if(E(t))return!(!E(e)||t.size!==e.size)&&M(t,e,r,n,3);if(v(t)){if(a=e,(c=t).byteLength!==a.byteLength||0!==k(new Uint8Array(c),new Uint8Array(a)))return!1}else if(w(t)&&!function(t,e){return A(t)?A(e)&&u(Number.prototype.valueOf.call(t),Number.prototype.valueOf.call(e)):x(t)?x(e)&&String.prototype.valueOf.call(t)===String.prototype.valueOf.call(e):j(t)?j(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 M(t,e,r,n,0)}function F(t,e){return e.filter((function(e){return y(t,e)}))}function M(t,e,r,n,o,i){if(5===arguments.length){i=Object.keys(t);var c=Object.keys(e);if(i.length!==c.length)return!1}for(var a=0;a<i.length;a++)if(!p(e,i[a]))return!1;if(r&&5===arguments.length){var u=f(t);if(0!==u.length){var s=0;for(a=0;a<u.length;a++){var l=u[a];if(y(t,l)){if(!y(e,l))return!1;i.push(l),s++}else if(y(e,l))return!1}var g=f(e);if(u.length!==g.length&&F(e,g).length!==s)return!1}else{var h=f(e);if(0!==h.length&&0!==F(e,h).length)return!1}}if(0===i.length&&(0===o||1===o&&0===t.length||0===t.size))return!0;if(void 0===n)n={val1:new Map,val2:new Map,position:0};else{var v=n.val1.get(t);if(void 0!==v){var d=n.val2.get(e);if(void 0!==d)return v===d}n.position++}n.val1.set(t,n.position),n.val2.set(e,n.position);var b=$(t,e,r,i,n,o);return n.val1.delete(t),n.val2.delete(e),b}function U(t,e,r,n){for(var o=c(t),i=0;i<o.length;i++){var a=o[i];if(_(e,a,r,n))return t.delete(a),!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(s(t))return!1}return!0}function C(t,e,r){var n=D(r);return null!=n?n:e.has(n)&&!t.has(n)}function G(t,e,r,n,o){var i=D(r);if(null!=i)return i;var c=e.get(i);return!(void 0===c&&!e.has(i)||!_(n,c,!1,o))&&(!t.has(i)&&_(n,c,!1,o))}function B(t,e,r,n,o,i){for(var a=c(t),u=0;u<a.length;u++){var f=a[u];if(_(r,f,o,i)&&_(n,e.get(f),o,i))return t.delete(f),!0}return!1}function $(t,e,r,i,u,f){var s=0;if(2===f){if(!function(t,e,r,n){for(var i=null,a=c(t),u=0;u<a.length;u++){var f=a[u];if("object"===o(f)&&null!==f)null===i&&(i=new Set),i.add(f);else if(!e.has(f)){if(r)return!1;if(!C(t,e,f))return!1;null===i&&(i=new Set),i.add(f)}}if(null!==i){for(var s=c(e),l=0;l<s.length;l++){var p=s[l];if("object"===o(p)&&null!==p){if(!U(i,p,r,n))return!1}else if(!r&&!t.has(p)&&!U(i,p,r,n))return!1}return 0===i.size}return!0}(t,e,r,u))return!1}else if(3===f){if(!function(t,e,r,i){for(var c=null,u=a(t),f=0;f<u.length;f++){var s=n(u[f],2),l=s[0],p=s[1];if("object"===o(l)&&null!==l)null===c&&(c=new Set),c.add(l);else{var y=e.get(l);if(void 0===y&&!e.has(l)||!_(p,y,r,i)){if(r)return!1;if(!G(t,e,l,p,i))return!1;null===c&&(c=new Set),c.add(l)}}}if(null!==c){for(var g=a(e),h=0;h<g.length;h++){var v=n(g[h],2),d=(l=v[0],v[1]);if("object"===o(l)&&null!==l){if(!B(c,t,l,d,r,i))return!1}else if(!(r||t.has(l)&&_(t.get(l),d,!1,i)||B(c,t,l,d,!1,i)))return!1}return 0===c.size}return!0}(t,e,r,u))return!1}else if(1===f)for(;s<t.length;s++){if(!p(t,s)){if(p(e,s))return!1;for(var l=Object.keys(t);s<l.length;s++){var y=l[s];if(!p(e,y)||!_(t[y],e[y],r,u))return!1}return l.length===Object.keys(e).length}if(!p(e,s)||!_(t[s],e[s],r,u))return!1}for(s=0;s<i.length;s++){var g=i[s];if(!_(t[g],e[g],r,u))return!1}return!0}t.exports={isDeepEqual:function(t,e){return _(t,e,false)},isDeepStrictEqual:function(t,e){return _(t,e,true)}}},6314:function(t,e,r){"use strict";var n=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"];t.exports=function(){for(var t=[],e=0;e<n.length;e++)"function"==typeof r.g[n[e]]&&(t[t.length]=n[e]);return t}},9537:function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=(0,r(7499).getLoggerBuilder)().setApp("Files_PDFViewer").detectUser().build();e.default=n},6485:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=document.getElementById("hideDownload");e.default=function(){return!r||r&&"true"!==r.value}},4789:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=document.getElementById("mimetype");e.default=function(){return r&&"application/pdf"===r.value}},5167:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=document.getElementById("isPublic");e.default=function(){return!(!r||"1"!==r.value)}},494:function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,o=(n=r(6485))&&n.__esModule?n:{default:n};e.default=function(){return!(0,o.default)()&&void 0!==OCA.RichDocuments}},1924:function(t,e,r){"use strict";var n=r(210),o=r(5559),i=o(n("String.prototype.indexOf"));t.exports=function(t,e){var r=n(t,!!e);return"function"==typeof r&&i(t,".prototype.")>-1?o(r):r}},5559:function(t,e,r){"use strict";var n=r(8612),o=r(210),i=o("%Function.prototype.apply%"),c=o("%Function.prototype.call%"),a=o("%Reflect.apply%",!0)||n.call(c,i),u=o("%Object.getOwnPropertyDescriptor%",!0),f=o("%Object.defineProperty%",!0),s=o("%Math.max%");if(f)try{f({},"a",{value:1})}catch(t){f=null}t.exports=function(t){var e=a(n,c,arguments);if(u&&f){var r=u(e,"length");r.configurable&&f(e,"length",{value:1+s(0,t.length-(arguments.length-1))})}return e};var l=function(){return a(n,i,arguments)};f?f(t.exports,"apply",{value:l}):t.exports.apply=l},5108:function(t,e,r){var n=r(9539),o=r(9282);function i(){return(new Date).getTime()}var c,a=Array.prototype.slice,u={};c=void 0!==r.g&&r.g.console?r.g.console:"undefined"!=typeof window&&window.console?window.console:{};for(var f=[[function(){},"log"],[function(){c.log.apply(c,arguments)},"info"],[function(){c.log.apply(c,arguments)},"warn"],[function(){c.warn.apply(c,arguments)},"error"],[function(t){u[t]=i()},"time"],[function(t){var e=u[t];if(!e)throw new Error("No such label: "+t);delete u[t];var r=i()-e;c.log(t+": "+r+"ms")},"timeEnd"],[function(){var t=new Error;t.name="Trace",t.message=n.format.apply(null,arguments),c.error(t.stack)},"trace"],[function(t){c.log(n.inspect(t)+"\n")},"dir"],[function(t){if(!t){var e=a.call(arguments,1);o.ok(!1,n.format.apply(null,e))}},"assert"]],s=0;s<f.length;s++){var l=f[s],p=l[0],y=l[1];c[y]||(c[y]=p)}t.exports=c},3099:function(t){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},1530:function(t,e,r){"use strict";var n=r(8710).charAt;t.exports=function(t,e,r){return e+(r?n(t,e).length:1)}},9670:function(t,e,r){var n=r(111);t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},8533:function(t,e,r){"use strict";var n=r(2092).forEach,o=r(9341)("forEach");t.exports=o?[].forEach:function(t){return n(this,t,arguments.length>1?arguments[1]:void 0)}},1318:function(t,e,r){var n=r(5656),o=r(7466),i=r(1400),c=function(t){return function(e,r,c){var a,u=n(e),f=o(u.length),s=i(c,f);if(t&&r!=r){for(;f>s;)if((a=u[s++])!=a)return!0}else for(;f>s;s++)if((t||s in u)&&u[s]===r)return t||s||0;return!t&&-1}};t.exports={includes:c(!0),indexOf:c(!1)}},2092:function(t,e,r){var n=r(9974),o=r(8361),i=r(7908),c=r(7466),a=r(5417),u=[].push,f=function(t){var e=1==t,r=2==t,f=3==t,s=4==t,l=6==t,p=7==t,y=5==t||l;return function(g,h,v,d){for(var b,E,m=i(g),O=o(m),S=n(h,v,3),w=c(O.length),A=0,x=d||a,j=e?x(g,w):r||p?x(g,0):void 0;w>A;A++)if((y||A in O)&&(E=S(b=O[A],A,m),t))if(e)j[A]=E;else if(E)switch(t){case 3:return!0;case 5:return b;case 6:return A;case 2:u.call(j,b)}else switch(t){case 4:return!1;case 7:u.call(j,b)}return l?-1:f||s?s:j}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterOut:f(7)}},9341:function(t,e,r){"use strict";var n=r(7293);t.exports=function(t,e){var r=[][t];return!!r&&n((function(){r.call(null,e||function(){throw 1},1)}))}},5417:function(t,e,r){var n=r(111),o=r(3157),i=r(5112)("species");t.exports=function(t,e){var r;return o(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!o(r.prototype)?n(r)&&null===(r=r[i])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===e?0:e)}},4326:function(t){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},648:function(t,e,r){var n=r(1694),o=r(4326),i=r(5112)("toStringTag"),c="Arguments"==o(function(){return arguments}());t.exports=n?o:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?r:c?o(e):"Object"==(n=o(e))&&"function"==typeof e.callee?"Arguments":n}},9920:function(t,e,r){var n=r(6656),o=r(3887),i=r(1236),c=r(3070);t.exports=function(t,e){for(var r=o(e),a=c.f,u=i.f,f=0;f<r.length;f++){var s=r[f];n(t,s)||a(t,s,u(e,s))}}},8880:function(t,e,r){var n=r(9781),o=r(3070),i=r(9114);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},9114:function(t){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},9781:function(t,e,r){var n=r(7293);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,e,r){var n=r(7854),o=r(111),i=n.document,c=o(i)&&o(i.createElement);t.exports=function(t){return c?i.createElement(t):{}}},8113:function(t,e,r){var n=r(5005);t.exports=n("navigator","userAgent")||""},7392:function(t,e,r){var n,o,i=r(7854),c=r(8113),a=i.process,u=a&&a.versions,f=u&&u.v8;f?o=(n=f.split("."))[0]<4?1:n[0]+n[1]:c&&(!(n=c.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=c.match(/Chrome\/(\d+)/))&&(o=n[1]),t.exports=o&&+o},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,e,r){var n=r(7854),o=r(1236).f,i=r(8880),c=r(1320),a=r(3505),u=r(9920),f=r(4705);t.exports=function(t,e){var r,s,l,p,y,g=t.target,h=t.global,v=t.stat;if(r=h?n:v?n[g]||a(g,{}):(n[g]||{}).prototype)for(s in e){if(p=e[s],l=t.noTargetGet?(y=o(r,s))&&y.value:r[s],!f(h?s:g+(v?".":"#")+s,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;u(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),c(r,s,p,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},7007:function(t,e,r){"use strict";r(4916);var n=r(1320),o=r(2261),i=r(7293),c=r(5112),a=r(8880),u=c("species"),f=RegExp.prototype,s=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l="$0"==="a".replace(/./,"$0"),p=c("replace"),y=!!/./[p]&&""===/./[p]("a","$0"),g=!i((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}));t.exports=function(t,e,r,p){var h=c(t),v=!i((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),d=v&&!i((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[u]=function(){return r},r.flags="",r[h]=/./[h]),r.exec=function(){return e=!0,null},r[h](""),!e}));if(!v||!d||"replace"===t&&(!s||!l||y)||"split"===t&&!g){var b=/./[h],E=r(h,""[t],(function(t,e,r,n,i){var c=e.exec;return c===o||c===f.exec?v&&!i?{done:!0,value:b.call(e,r,n)}:{done:!0,value:t.call(r,e,n)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:y}),m=E[0],O=E[1];n(String.prototype,t,m),n(f,h,2==e?function(t,e){return O.call(t,this,e)}:function(t){return O.call(t,this)})}p&&a(f[h],"sham",!0)}},9974:function(t,e,r){var n=r(3099);t.exports=function(t,e,r){if(n(t),void 0===e)return t;switch(r){case 0:return function(){return t.call(e)};case 1:return function(r){return t.call(e,r)};case 2:return function(r,n){return t.call(e,r,n)};case 3:return function(r,n,o){return t.call(e,r,n,o)}}return function(){return t.apply(e,arguments)}}},5005:function(t,e,r){var n=r(857),o=r(7854),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(n[t])||i(o[t]):n[t]&&n[t][e]||o[t]&&o[t][e]}},647:function(t,e,r){var n=r(7908),o=Math.floor,i="".replace,c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,a=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,r,u,f,s){var l=r+t.length,p=u.length,y=a;return void 0!==f&&(f=n(f),y=c),i.call(s,y,(function(n,i){var c;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,r);case"'":return e.slice(l);case"<":c=f[i.slice(1,-1)];break;default:var a=+i;if(0===a)return n;if(a>p){var s=o(a/10);return 0===s?n:s<=p?void 0===u[s-1]?i.charAt(1):u[s-1]+i.charAt(1):n}c=u[a-1]}return void 0===c?"":c}))}},7854:function(t,e,r){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},6656:function(t,e,r){var n=r(7908),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,e){return o.call(n(t),e)}},3501:function(t){t.exports={}},4664:function(t,e,r){var n=r(9781),o=r(7293),i=r(317);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,e,r){var n=r(7293),o=r(4326),i="".split;t.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},2788:function(t,e,r){var n=r(5465),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(t){return o.call(t)}),t.exports=n.inspectSource},9909:function(t,e,r){var n,o,i,c=r(8536),a=r(7854),u=r(111),f=r(8880),s=r(6656),l=r(5465),p=r(6200),y=r(3501),g="Object already initialized",h=a.WeakMap;if(c||l.state){var v=l.state||(l.state=new h),d=v.get,b=v.has,E=v.set;n=function(t,e){if(b.call(v,t))throw new TypeError(g);return e.facade=t,E.call(v,t,e),e},o=function(t){return d.call(v,t)||{}},i=function(t){return b.call(v,t)}}else{var m=p("state");y[m]=!0,n=function(t,e){if(s(t,m))throw new TypeError(g);return e.facade=t,f(t,m,e),e},o=function(t){return s(t,m)?t[m]:{}},i=function(t){return s(t,m)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!u(e)||(r=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}}},3157:function(t,e,r){var n=r(4326);t.exports=Array.isArray||function(t){return"Array"==n(t)}},4705:function(t,e,r){var n=r(7293),o=/#|\.prototype\./,i=function(t,e){var r=a[c(t)];return r==f||r!=u&&("function"==typeof e?n(e):!!e)},c=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},a=i.data={},u=i.NATIVE="N",f=i.POLYFILL="P";t.exports=i},111:function(t){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},1913:function(t){t.exports=!1},133:function(t,e,r){var n=r(7392),o=r(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},8536:function(t,e,r){var n=r(7854),o=r(2788),i=n.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},1574:function(t,e,r){"use strict";var n=r(9781),o=r(7293),i=r(1956),c=r(5181),a=r(5296),u=r(7908),f=r(8361),s=Object.assign,l=Object.defineProperty;t.exports=!s||o((function(){if(n&&1!==s({b:1},s(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol(),o="abcdefghijklmnopqrst";return t[r]=7,o.split("").forEach((function(t){e[t]=t})),7!=s({},t)[r]||i(s({},e)).join("")!=o}))?function(t,e){for(var r=u(t),o=arguments.length,s=1,l=c.f,p=a.f;o>s;)for(var y,g=f(arguments[s++]),h=l?i(g).concat(l(g)):i(g),v=h.length,d=0;v>d;)y=h[d++],n&&!p.call(g,y)||(r[y]=g[y]);return r}:s},3070:function(t,e,r){var n=r(9781),o=r(4664),i=r(9670),c=r(7593),a=Object.defineProperty;e.f=n?a:function(t,e,r){if(i(t),e=c(e,!0),i(r),o)try{return a(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},1236:function(t,e,r){var n=r(9781),o=r(5296),i=r(9114),c=r(5656),a=r(7593),u=r(6656),f=r(4664),s=Object.getOwnPropertyDescriptor;e.f=n?s:function(t,e){if(t=c(t),e=a(e,!0),f)try{return s(t,e)}catch(t){}if(u(t,e))return i(!o.f.call(t,e),t[e])}},8006:function(t,e,r){var n=r(6324),o=r(748).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},5181:function(t,e){e.f=Object.getOwnPropertySymbols},6324:function(t,e,r){var n=r(6656),o=r(5656),i=r(1318).indexOf,c=r(3501);t.exports=function(t,e){var r,a=o(t),u=0,f=[];for(r in a)!n(c,r)&&n(a,r)&&f.push(r);for(;e.length>u;)n(a,r=e[u++])&&(~i(f,r)||f.push(r));return f}},1956:function(t,e,r){var n=r(6324),o=r(748);t.exports=Object.keys||function(t){return n(t,o)}},5296:function(t,e){"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);e.f=o?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},288:function(t,e,r){"use strict";var n=r(1694),o=r(648);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},3887:function(t,e,r){var n=r(5005),o=r(8006),i=r(5181),c=r(9670);t.exports=n("Reflect","ownKeys")||function(t){var e=o.f(c(t)),r=i.f;return r?e.concat(r(t)):e}},857:function(t,e,r){var n=r(7854);t.exports=n},1320:function(t,e,r){var n=r(7854),o=r(8880),i=r(6656),c=r(3505),a=r(2788),u=r(9909),f=u.get,s=u.enforce,l=String(String).split("String");(t.exports=function(t,e,r,a){var u,f=!!a&&!!a.unsafe,p=!!a&&!!a.enumerable,y=!!a&&!!a.noTargetGet;"function"==typeof r&&("string"!=typeof e||i(r,"name")||o(r,"name",e),(u=s(r)).source||(u.source=l.join("string"==typeof e?e:""))),t!==n?(f?!y&&t[e]&&(p=!0):delete t[e],p?t[e]=r:o(t,e,r)):p?t[e]=r:c(e,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&f(this).source||a(this)}))},7651:function(t,e,r){var n=r(4326),o=r(2261);t.exports=function(t,e){var r=t.exec;if("function"==typeof r){var i=r.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==n(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},2261:function(t,e,r){"use strict";var n,o,i=r(7066),c=r(2999),a=r(2309),u=RegExp.prototype.exec,f=a("native-string-replace",String.prototype.replace),s=u,l=(n=/a/,o=/b*/g,u.call(n,"a"),u.call(o,"a"),0!==n.lastIndex||0!==o.lastIndex),p=c.UNSUPPORTED_Y||c.BROKEN_CARET,y=void 0!==/()??/.exec("")[1];(l||y||p)&&(s=function(t){var e,r,n,o,c=this,a=p&&c.sticky,s=i.call(c),g=c.source,h=0,v=t;return a&&(-1===(s=s.replace("y","")).indexOf("g")&&(s+="g"),v=String(t).slice(c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==t[c.lastIndex-1])&&(g="(?: "+g+")",v=" "+v,h++),r=new RegExp("^(?:"+g+")",s)),y&&(r=new RegExp("^"+g+"$(?!\\s)",s)),l&&(e=c.lastIndex),n=u.call(a?r:c,v),a?n?(n.input=n.input.slice(h),n[0]=n[0].slice(h),n.index=c.lastIndex,c.lastIndex+=n[0].length):c.lastIndex=0:l&&n&&(c.lastIndex=c.global?n.index+n[0].length:e),y&&n&&n.length>1&&f.call(n[0],r,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(n[o]=void 0)})),n}),t.exports=s},7066:function(t,e,r){"use strict";var n=r(9670);t.exports=function(){var t=n(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}},2999:function(t,e,r){"use strict";var n=r(7293);function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=n((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=n((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},4488:function(t){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},3505:function(t,e,r){var n=r(7854),o=r(8880);t.exports=function(t,e){try{o(n,t,e)}catch(r){n[t]=e}return e}},6200:function(t,e,r){var n=r(2309),o=r(9711),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:function(t,e,r){var n=r(7854),o=r(3505),i="__core-js_shared__",c=n[i]||o(i,{});t.exports=c},2309:function(t,e,r){var n=r(1913),o=r(5465);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.14.0",mode:n?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},8710:function(t,e,r){var n=r(9958),o=r(4488),i=function(t){return function(e,r){var i,c,a=String(o(e)),u=n(r),f=a.length;return u<0||u>=f?t?"":void 0:(i=a.charCodeAt(u))<55296||i>56319||u+1===f||(c=a.charCodeAt(u+1))<56320||c>57343?t?a.charAt(u):i:t?a.slice(u,u+2):c-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},1400:function(t,e,r){var n=r(9958),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},5656:function(t,e,r){var n=r(8361),o=r(4488);t.exports=function(t){return n(o(t))}},9958:function(t){var e=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:e)(t)}},7466:function(t,e,r){var n=r(9958),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},7908:function(t,e,r){var n=r(4488);t.exports=function(t){return Object(n(t))}},7593:function(t,e,r){var n=r(111);t.exports=function(t,e){if(!n(t))return t;var r,o;if(e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;if("function"==typeof(r=t.valueOf)&&!n(o=r.call(t)))return o;if(!e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},1694:function(t,e,r){var n={};n[r(5112)("toStringTag")]="z",t.exports="[object z]"===String(n)},9711:function(t){var e=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++e+r).toString(36)}},3307:function(t,e,r){var n=r(133);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,e,r){var n=r(7854),o=r(2309),i=r(6656),c=r(9711),a=r(133),u=r(3307),f=o("wks"),s=n.Symbol,l=u?s:s&&s.withoutSetter||c;t.exports=function(t){return i(f,t)&&(a||"string"==typeof f[t])||(a&&i(s,t)?f[t]=s[t]:f[t]=l("Symbol."+t)),f[t]}},9554:function(t,e,r){"use strict";var n=r(2109),o=r(8533);n({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},2772:function(t,e,r){"use strict";var n=r(2109),o=r(1318).indexOf,i=r(9341),c=[].indexOf,a=!!c&&1/[1].indexOf(1,-0)<0,u=i("indexOf");n({target:"Array",proto:!0,forced:a||!u},{indexOf:function(t){return a?c.apply(this,arguments)||0:o(this,t,arguments.length>1?arguments[1]:void 0)}})},9601:function(t,e,r){var n=r(2109),o=r(1574);n({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},1539:function(t,e,r){var n=r(1694),o=r(1320),i=r(288);n||o(Object.prototype,"toString",i,{unsafe:!0})},4916:function(t,e,r){"use strict";var n=r(2109),o=r(2261);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},9714:function(t,e,r){"use strict";var n=r(1320),o=r(9670),i=r(7293),c=r(7066),a="toString",u=RegExp.prototype,f=u.toString,s=i((function(){return"/a/b"!=f.call({source:"a",flags:"b"})})),l=f.name!=a;(s||l)&&n(RegExp.prototype,a,(function(){var t=o(this),e=String(t.source),r=t.flags;return"/"+e+"/"+String(void 0===r&&t instanceof RegExp&&!("flags"in u)?c.call(t):r)}),{unsafe:!0})},5306:function(t,e,r){"use strict";var n=r(7007),o=r(9670),i=r(7466),c=r(9958),a=r(4488),u=r(1530),f=r(647),s=r(7651),l=Math.max,p=Math.min;n("replace",2,(function(t,e,r,n){var y=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,g=n.REPLACE_KEEPS_$0,h=y?"$":"$0";return[function(r,n){var o=a(this),i=null==r?void 0:r[t];return void 0!==i?i.call(r,o,n):e.call(String(o),r,n)},function(t,n){if(!y&&g||"string"==typeof n&&-1===n.indexOf(h)){var a=r(e,t,this,n);if(a.done)return a.value}var v=o(t),d=String(this),b="function"==typeof n;b||(n=String(n));var E=v.global;if(E){var m=v.unicode;v.lastIndex=0}for(var O=[];;){var S=s(v,d);if(null===S)break;if(O.push(S),!E)break;""===String(S[0])&&(v.lastIndex=u(d,i(v.lastIndex),m))}for(var w,A="",x=0,j=0;j<O.length;j++){S=O[j];for(var I=String(S[0]),R=l(p(c(S.index),d.length),0),P=[],T=1;T<S.length;T++)P.push(void 0===(w=S[T])?w:String(w));var N=S.groups;if(b){var L=[I].concat(P,R,d);void 0!==N&&L.push(N);var k=String(n.apply(void 0,L))}else k=f(I,d,R,P,N,n);R>=x&&(A+=d.slice(x,R)+k,x=R+I.length)}return A+d.slice(x)}]}))},4289:function(t,e,r){"use strict";var n=r(2215),o="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),i=Object.prototype.toString,c=Array.prototype.concat,a=Object.defineProperty,u=a&&function(){var t={};try{for(var e in a(t,"x",{enumerable:!1,value:t}),t)return!1;return t.x===t}catch(t){return!1}}(),f=function(t,e,r,n){var o;(!(e in t)||"function"==typeof(o=n)&&"[object Function]"===i.call(o)&&n())&&(u?a(t,e,{configurable:!0,enumerable:!1,value:r,writable:!0}):t[e]=r)},s=function(t,e){var r=arguments.length>2?arguments[2]:{},i=n(e);o&&(i=c.call(i,Object.getOwnPropertySymbols(e)));for(var a=0;a<i.length;a+=1)f(t,i[a],e[i[a]],r[i[a]])};s.supportsDescriptors=!!u,t.exports=s},4079:function(t,e,r){"use strict";var n=r(210)("%Object.getOwnPropertyDescriptor%");if(n)try{n([],"length")}catch(t){n=null}t.exports=n},8091:function(t){"use strict";function e(t,e){if(null==t)throw new TypeError("Cannot convert first argument to object");for(var r=Object(t),n=1;n<arguments.length;n++){var o=arguments[n];if(null!=o)for(var i=Object.keys(Object(o)),c=0,a=i.length;c<a;c++){var u=i[c],f=Object.getOwnPropertyDescriptor(o,u);void 0!==f&&f.enumerable&&(r[u]=o[u])}}return r}t.exports={assign:e,polyfill:function(){Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:e})}}},9804:function(t){var e=Object.prototype.hasOwnProperty,r=Object.prototype.toString;t.exports=function(t,n,o){if("[object Function]"!==r.call(n))throw new TypeError("iterator must be a function");var i=t.length;if(i===+i)for(var c=0;c<i;c++)n.call(o,t[c],c,t);else for(var a in t)e.call(t,a)&&n.call(o,t[a],a,t)}},7648:function(t){"use strict";var e="Function.prototype.bind called on incompatible ",r=Array.prototype.slice,n=Object.prototype.toString,o="[object Function]";t.exports=function(t){var i=this;if("function"!=typeof i||n.call(i)!==o)throw new TypeError(e+i);for(var c,a=r.call(arguments,1),u=function(){if(this instanceof c){var e=i.apply(this,a.concat(r.call(arguments)));return Object(e)===e?e:this}return i.apply(t,a.concat(r.call(arguments)))},f=Math.max(0,i.length-a.length),s=[],l=0;l<f;l++)s.push("$"+l);if(c=Function("binder","return function ("+s.join(",")+"){ return binder.apply(this,arguments); }")(u),i.prototype){var p=function(){};p.prototype=i.prototype,c.prototype=new p,p.prototype=null}return c}},8612:function(t,e,r){"use strict";var n=r(7648);t.exports=Function.prototype.bind||n},210:function(t,e,r){"use strict";var n,o=SyntaxError,i=Function,c=TypeError,a=function(t){try{return i('"use strict"; return ('+t+").constructor;")()}catch(t){}},u=Object.getOwnPropertyDescriptor;if(u)try{u({},"")}catch(t){u=null}var f=function(){throw new c},s=u?function(){try{return f}catch(t){try{return u(arguments,"callee").get}catch(t){return f}}}():f,l=r(1405)(),p=Object.getPrototypeOf||function(t){return t.__proto__},y={},g="undefined"==typeof Uint8Array?n:p(Uint8Array),h={"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":l?p([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":y,"%AsyncGenerator%":y,"%AsyncGeneratorFunction%":y,"%AsyncIteratorPrototype%":y,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":y,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":l?p(p([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&l?p((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&l?p((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":l?p(""[Symbol.iterator]()):n,"%Symbol%":l?Symbol:n,"%SyntaxError%":o,"%ThrowTypeError%":s,"%TypedArray%":g,"%TypeError%":c,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet},v=function t(e){var r;if("%AsyncFunction%"===e)r=a("async function () {}");else if("%GeneratorFunction%"===e)r=a("function* () {}");else if("%AsyncGeneratorFunction%"===e)r=a("async function* () {}");else if("%AsyncGenerator%"===e){var n=t("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===e){var o=t("%AsyncGenerator%");o&&(r=p(o.prototype))}return h[e]=r,r},d={"%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"]},b=r(8612),E=r(7642),m=b.call(Function.call,Array.prototype.concat),O=b.call(Function.apply,Array.prototype.splice),S=b.call(Function.call,String.prototype.replace),w=b.call(Function.call,String.prototype.slice),A=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,x=/\\(\\)?/g,j=function(t){var e=w(t,0,1),r=w(t,-1);if("%"===e&&"%"!==r)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new o("invalid intrinsic syntax, expected opening `%`");var n=[];return S(t,A,(function(t,e,r,o){n[n.length]=r?S(o,x,"$1"):e||t})),n},I=function(t,e){var r,n=t;if(E(d,n)&&(n="%"+(r=d[n])[0]+"%"),E(h,n)){var i=h[n];if(i===y&&(i=v(n)),void 0===i&&!e)throw new c("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:i}}throw new o("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new c("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new c('"allowMissing" argument must be a boolean');var r=j(t),n=r.length>0?r[0]:"",i=I("%"+n+"%",e),a=i.name,f=i.value,s=!1,l=i.alias;l&&(n=l[0],O(r,m([0,1],l)));for(var p=1,y=!0;p<r.length;p+=1){var g=r[p],v=w(g,0,1),d=w(g,-1);if(('"'===v||"'"===v||"`"===v||'"'===d||"'"===d||"`"===d)&&v!==d)throw new o("property names with quotes must have matching quotes");if("constructor"!==g&&y||(s=!0),E(h,a="%"+(n+="."+g)+"%"))f=h[a];else if(null!=f){if(!(g in f)){if(!e)throw new c("base intrinsic for "+t+" exists, but the property is not available.");return}if(u&&p+1>=r.length){var b=u(f,g);f=(y=!!b)&&"get"in b&&!("originalValue"in b.get)?b.get:f[g]}else y=E(f,g),f=f[g];y&&!s&&(h[a]=f)}}return f}},1405:function(t,e,r){"use strict";var n="undefined"!=typeof Symbol&&Symbol,o=r(5419);t.exports=function(){return"function"==typeof n&&("function"==typeof Symbol&&("symbol"==typeof n("foo")&&("symbol"==typeof Symbol("bar")&&o())))}},5419:function(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"),r=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(r))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 n=Object.getOwnPropertySymbols(t);if(1!==n.length||n[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}},7642:function(t,e,r){"use strict";var n=r(8612);t.exports=n.call(Function.call,Object.prototype.hasOwnProperty)},5717:function(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 r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}}},2584:function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,o=r(1924)("Object.prototype.toString"),i=function(t){return!(n&&t&&"object"==typeof t&&Symbol.toStringTag in t)&&"[object Arguments]"===o(t)},c=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)},a=function(){return i(arguments)}();i.isLegacyArguments=c,t.exports=a?i:c},8662:function(t){"use strict";var e,r=Object.prototype.toString,n=Function.prototype.toString,o=/^\s*(?:function)?\*/,i="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,c=Object.getPrototypeOf;t.exports=function(t){if("function"!=typeof t)return!1;if(o.test(n.call(t)))return!0;if(!i)return"[object GeneratorFunction]"===r.call(t);if(!c)return!1;if(void 0===e){var a=function(){if(!i)return!1;try{return Function("return function*() {}")()}catch(t){}}();e=!!a&&c(a)}return c(t)===e}},8611:function(t){"use strict";t.exports=function(t){return t!=t}},360:function(t,e,r){"use strict";var n=r(5559),o=r(4289),i=r(8611),c=r(9415),a=r(3194),u=n(c(),Number);o(u,{getPolyfill:c,implementation:i,shim:a}),t.exports=u},9415:function(t,e,r){"use strict";var n=r(8611);t.exports=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:n}},3194:function(t,e,r){"use strict";var n=r(4289),o=r(9415);t.exports=function(){var t=o();return n(Number,{isNaN:t},{isNaN:function(){return Number.isNaN!==t}}),t}},5692:function(t,e,r){"use strict";var n=r(9804),o=r(6314),i=r(1924),c=i("Object.prototype.toString"),a=r(1405)()&&"symbol"==typeof Symbol.toStringTag,u=o(),f=i("Array.prototype.indexOf",!0)||function(t,e){for(var r=0;r<t.length;r+=1)if(t[r]===e)return r;return-1},s=i("String.prototype.slice"),l={},p=r(4079),y=Object.getPrototypeOf;a&&p&&y&&n(u,(function(t){var e=new r.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 n=y(e),o=p(n,Symbol.toStringTag);if(!o){var i=y(n);o=p(i,Symbol.toStringTag)}l[t]=o.get}));t.exports=function(t){if(!t||"object"!=typeof t)return!1;if(!a){var e=s(c(t),8,-1);return f(u,e)>-1}return!!p&&function(t){var e=!1;return n(l,(function(r,n){if(!e)try{e=r.call(t)===n}catch(t){}})),e}(t)}},4244:function(t){"use strict";var e=function(t){return t!=t};t.exports=function(t,r){return 0===t&&0===r?1/t==1/r:t===r||!(!e(t)||!e(r))}},609:function(t,e,r){"use strict";var n=r(4289),o=r(5559),i=r(4244),c=r(5624),a=r(2281),u=o(c(),Object);n(u,{getPolyfill:c,implementation:i,shim:a}),t.exports=u},5624:function(t,e,r){"use strict";var n=r(4244);t.exports=function(){return"function"==typeof Object.is?Object.is:n}},2281:function(t,e,r){"use strict";var n=r(5624),o=r(4289);t.exports=function(){var t=n();return o(Object,{is:t},{is:function(){return Object.is!==t}}),t}},8987:function(t,e,r){"use strict";var n;if(!Object.keys){var o=Object.prototype.hasOwnProperty,i=Object.prototype.toString,c=r(1414),a=Object.prototype.propertyIsEnumerable,u=!a.call({toString:null},"toString"),f=a.call((function(){}),"prototype"),s=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],l=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},y=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{l(window[t])}catch(t){return!0}}catch(t){return!0}return!1}();n=function(t){var e=null!==t&&"object"==typeof t,r="[object Function]"===i.call(t),n=c(t),a=e&&"[object String]"===i.call(t),p=[];if(!e&&!r&&!n)throw new TypeError("Object.keys called on a non-object");var g=f&&r;if(a&&t.length>0&&!o.call(t,0))for(var h=0;h<t.length;++h)p.push(String(h));if(n&&t.length>0)for(var v=0;v<t.length;++v)p.push(String(v));else for(var d in t)g&&"prototype"===d||!o.call(t,d)||p.push(String(d));if(u)for(var b=function(t){if("undefined"==typeof window||!y)return l(t);try{return l(t)}catch(t){return!1}}(t),E=0;E<s.length;++E)b&&"constructor"===s[E]||!o.call(t,s[E])||p.push(s[E]);return p}}t.exports=n},2215:function(t,e,r){"use strict";var n=Array.prototype.slice,o=r(1414),i=Object.keys,c=i?function(t){return i(t)}:r(8987),a=Object.keys;c.shim=function(){Object.keys?function(){var t=Object.keys(arguments);return t&&t.length===arguments.length}(1,2)||(Object.keys=function(t){return o(t)?a(n.call(t)):a(t)}):Object.keys=c;return Object.keys||c},t.exports=c},1414:function(t){"use strict";var e=Object.prototype.toString;t.exports=function(t){var r=e.call(t),n="[object Arguments]"===r;return n||(n="[object Array]"!==r&&null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&"[object Function]"===e.call(t.callee)),n}},4155:function(t){var e,r,n=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function c(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(r){try{return e.call(null,t,0)}catch(r){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:o}catch(t){e=o}try{r="function"==typeof clearTimeout?clearTimeout:i}catch(t){r=i}}();var a,u=[],f=!1,s=-1;function l(){f&&a&&(f=!1,a.length?u=a.concat(u):s=-1,u.length&&p())}function p(){if(!f){var t=c(l);f=!0;for(var e=u.length;e;){for(a=u,u=[];++s<e;)a&&a[s].run();s=-1,e=u.length}a=null,f=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===i||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function y(t,e){this.fun=t,this.array=e}function g(){}n.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];u.push(new y(t,e)),1!==u.length||f||c(p)},y.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=g,n.addListener=g,n.once=g,n.off=g,n.removeListener=g,n.removeAllListeners=g,n.emit=g,n.prependListener=g,n.prependOnceListener=g,n.listeners=function(t){return[]},n.binding=function(t){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(t){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}},384:function(t){t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},5955:function(t,e,r){"use strict";var n=r(2584),o=r(8662),i=r(6430),c=r(5692);function a(t){return t.call.bind(t)}var u="undefined"!=typeof BigInt,f="undefined"!=typeof Symbol,s=a(Object.prototype.toString),l=a(Number.prototype.valueOf),p=a(String.prototype.valueOf),y=a(Boolean.prototype.valueOf);if(u)var g=a(BigInt.prototype.valueOf);if(f)var h=a(Symbol.prototype.valueOf);function v(t,e){if("object"!=typeof t)return!1;try{return e(t),!0}catch(t){return!1}}function d(t){return"[object Map]"===s(t)}function b(t){return"[object Set]"===s(t)}function E(t){return"[object WeakMap]"===s(t)}function m(t){return"[object WeakSet]"===s(t)}function O(t){return"[object ArrayBuffer]"===s(t)}function S(t){return"undefined"!=typeof ArrayBuffer&&(O.working?O(t):t instanceof ArrayBuffer)}function w(t){return"[object DataView]"===s(t)}function A(t){return"undefined"!=typeof DataView&&(w.working?w(t):t instanceof DataView)}e.isArgumentsObject=n,e.isGeneratorFunction=o,e.isTypedArray=c,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):c(t)||A(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)},d.working="undefined"!=typeof Map&&d(new Map),e.isMap=function(t){return"undefined"!=typeof Map&&(d.working?d(t):t instanceof Map)},b.working="undefined"!=typeof Set&&b(new Set),e.isSet=function(t){return"undefined"!=typeof Set&&(b.working?b(t):t instanceof Set)},E.working="undefined"!=typeof WeakMap&&E(new WeakMap),e.isWeakMap=function(t){return"undefined"!=typeof WeakMap&&(E.working?E(t):t instanceof WeakMap)},m.working="undefined"!=typeof WeakSet&&m(new WeakSet),e.isWeakSet=function(t){return m(t)},O.working="undefined"!=typeof ArrayBuffer&&O(new ArrayBuffer),e.isArrayBuffer=S,w.working="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView&&w(new DataView(new ArrayBuffer(1),0,1)),e.isDataView=A;var x="undefined"!=typeof SharedArrayBuffer?SharedArrayBuffer:void 0;function j(t){return"[object SharedArrayBuffer]"===s(t)}function I(t){return void 0!==x&&(void 0===j.working&&(j.working=j(new x)),j.working?j(t):t instanceof x)}function R(t){return v(t,l)}function P(t){return v(t,p)}function T(t){return v(t,y)}function N(t){return u&&v(t,g)}function L(t){return f&&v(t,h)}e.isSharedArrayBuffer=I,e.isAsyncFunction=function(t){return"[object AsyncFunction]"===s(t)},e.isMapIterator=function(t){return"[object Map Iterator]"===s(t)},e.isSetIterator=function(t){return"[object Set Iterator]"===s(t)},e.isGeneratorObject=function(t){return"[object Generator]"===s(t)},e.isWebAssemblyCompiledModule=function(t){return"[object WebAssembly.Module]"===s(t)},e.isNumberObject=R,e.isStringObject=P,e.isBooleanObject=T,e.isBigIntObject=N,e.isSymbolObject=L,e.isBoxedPrimitive=function(t){return R(t)||P(t)||T(t)||N(t)||L(t)},e.isAnyArrayBuffer=function(t){return"undefined"!=typeof Uint8Array&&(S(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")}})}))},9539:function(t,e,r){var n=r(4155),o=r(5108),i=Object.getOwnPropertyDescriptors||function(t){for(var e=Object.keys(t),r={},n=0;n<e.length;n++)r[e[n]]=Object.getOwnPropertyDescriptor(t,e[n]);return r},c=/%[sdj%]/g;e.format=function(t){if(!m(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(s(arguments[r]));return e.join(" ")}r=1;for(var n=arguments,o=n.length,i=String(t).replace(c,(function(t){if("%%"===t)return"%";if(r>=o)return t;switch(t){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch(t){return"[Circular]"}default:return t}})),a=n[r];r<o;a=n[++r])b(a)||!w(a)?i+=" "+a:i+=" "+s(a);return i},e.deprecate=function(t,r){if(void 0!==n&&!0===n.noDeprecation)return t;if(void 0===n)return function(){return e.deprecate(t,r).apply(this,arguments)};var i=!1;return function(){if(!i){if(n.throwDeprecation)throw new Error(r);n.traceDeprecation?o.trace(r):o.error(r),i=!0}return t.apply(this,arguments)}};var a={},u=/^$/;if(n.env.NODE_DEBUG){var f=n.env.NODE_DEBUG;f=f.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),u=new RegExp("^"+f+"$","i")}function s(t,r){var n={seen:[],stylize:p};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),d(r)?n.showHidden=r:r&&e._extend(n,r),O(n.showHidden)&&(n.showHidden=!1),O(n.depth)&&(n.depth=2),O(n.colors)&&(n.colors=!1),O(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=l),y(n,t,n.depth)}function l(t,e){var r=s.styles[e];return r?"["+s.colors[r][0]+"m"+t+"["+s.colors[r][1]+"m":t}function p(t,e){return t}function y(t,r,n){if(t.customInspect&&r&&j(r.inspect)&&r.inspect!==e.inspect&&(!r.constructor||r.constructor.prototype!==r)){var o=r.inspect(n,t);return m(o)||(o=y(t,o,n)),o}var i=function(t,e){if(O(e))return t.stylize("undefined","undefined");if(m(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(E(e))return t.stylize(""+e,"number");if(d(e))return t.stylize(""+e,"boolean");if(b(e))return t.stylize("null","null")}(t,r);if(i)return i;var c=Object.keys(r),a=function(t){var e={};return t.forEach((function(t,r){e[t]=!0})),e}(c);if(t.showHidden&&(c=Object.getOwnPropertyNames(r)),x(r)&&(c.indexOf("message")>=0||c.indexOf("description")>=0))return g(r);if(0===c.length){if(j(r)){var u=r.name?": "+r.name:"";return t.stylize("[Function"+u+"]","special")}if(S(r))return t.stylize(RegExp.prototype.toString.call(r),"regexp");if(A(r))return t.stylize(Date.prototype.toString.call(r),"date");if(x(r))return g(r)}var f,s="",l=!1,p=["{","}"];(v(r)&&(l=!0,p=["[","]"]),j(r))&&(s=" [Function"+(r.name?": "+r.name:"")+"]");return S(r)&&(s=" "+RegExp.prototype.toString.call(r)),A(r)&&(s=" "+Date.prototype.toUTCString.call(r)),x(r)&&(s=" "+g(r)),0!==c.length||l&&0!=r.length?n<0?S(r)?t.stylize(RegExp.prototype.toString.call(r),"regexp"):t.stylize("[Object]","special"):(t.seen.push(r),f=l?function(t,e,r,n,o){for(var i=[],c=0,a=e.length;c<a;++c)N(e,String(c))?i.push(h(t,e,r,n,String(c),!0)):i.push("");return o.forEach((function(o){o.match(/^\d+$/)||i.push(h(t,e,r,n,o,!0))})),i}(t,r,n,a,c):c.map((function(e){return h(t,r,n,a,e,l)})),t.seen.pop(),function(t,e,r){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 r[0]+(""===e?"":e+"\n ")+" "+t.join(",\n ")+" "+r[1];return r[0]+e+" "+t.join(", ")+" "+r[1]}(f,s,p)):p[0]+s+p[1]}function g(t){return"["+Error.prototype.toString.call(t)+"]"}function h(t,e,r,n,o,i){var c,a,u;if((u=Object.getOwnPropertyDescriptor(e,o)||{value:e[o]}).get?a=u.set?t.stylize("[Getter/Setter]","special"):t.stylize("[Getter]","special"):u.set&&(a=t.stylize("[Setter]","special")),N(n,o)||(c="["+o+"]"),a||(t.seen.indexOf(u.value)<0?(a=b(r)?y(t,u.value,null):y(t,u.value,r-1)).indexOf("\n")>-1&&(a=i?a.split("\n").map((function(t){return" "+t})).join("\n").substr(2):"\n"+a.split("\n").map((function(t){return" "+t})).join("\n")):a=t.stylize("[Circular]","special")),O(c)){if(i&&o.match(/^\d+$/))return a;(c=JSON.stringify(""+o)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(c=c.substr(1,c.length-2),c=t.stylize(c,"name")):(c=c.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),c=t.stylize(c,"string"))}return c+": "+a}function v(t){return Array.isArray(t)}function d(t){return"boolean"==typeof t}function b(t){return null===t}function E(t){return"number"==typeof t}function m(t){return"string"==typeof t}function O(t){return void 0===t}function S(t){return w(t)&&"[object RegExp]"===I(t)}function w(t){return"object"==typeof t&&null!==t}function A(t){return w(t)&&"[object Date]"===I(t)}function x(t){return w(t)&&("[object Error]"===I(t)||t instanceof Error)}function j(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(),!a[t])if(u.test(t)){var r=n.pid;a[t]=function(){var n=e.format.apply(e,arguments);o.error("%s %d: %s",t,r,n)}}else a[t]=function(){};return a[t]},e.inspect=s,s.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]},s.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},e.types=r(5955),e.isArray=v,e.isBoolean=d,e.isNull=b,e.isNullOrUndefined=function(t){return null==t},e.isNumber=E,e.isString=m,e.isSymbol=function(t){return"symbol"==typeof t},e.isUndefined=O,e.isRegExp=S,e.types.isRegExp=S,e.isObject=w,e.isDate=A,e.types.isDate=A,e.isError=x,e.types.isNativeError=x,e.isFunction=j,e.isPrimitive=function(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||void 0===t},e.isBuffer=r(384);var P=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function T(){var t=new Date,e=[R(t.getHours()),R(t.getMinutes()),R(t.getSeconds())].join(":");return[t.getDate(),P[t.getMonth()],e].join(" ")}function N(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.log=function(){o.log("%s - %s",T(),e.format.apply(e,arguments))},e.inherits=r(5717),e._extend=function(t,e){if(!e||!w(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};var L="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function k(t,e){if(!t){var r=new Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}e.promisify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');if(L&&t[L]){var e;if("function"!=typeof(e=t[L]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(e,L,{value:e,enumerable:!1,writable:!1,configurable:!0}),e}function e(){for(var e,r,n=new Promise((function(t,n){e=t,r=n})),o=[],i=0;i<arguments.length;i++)o.push(arguments[i]);o.push((function(t,n){t?r(t):e(n)}));try{t.apply(this,o)}catch(t){r(t)}return n}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),L&&Object.defineProperty(e,L,{value:e,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(e,i(t))},e.promisify.custom=L,e.callbackify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');function e(){for(var e=[],r=0;r<arguments.length;r++)e.push(arguments[r]);var o=e.pop();if("function"!=typeof o)throw new TypeError("The last argument must be of type Function");var i=this,c=function(){return o.apply(i,arguments)};t.apply(this,e).then((function(t){n.nextTick(c.bind(null,null,t))}),(function(t){n.nextTick(k.bind(null,t,c))}))}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,i(t)),e}},6430:function(t,e,r){"use strict";var n=r(9804),o=r(6314),i=r(1924),c=i("Object.prototype.toString"),a=r(1405)()&&"symbol"==typeof Symbol.toStringTag,u=o(),f=i("String.prototype.slice"),s={},l=r(4079),p=Object.getPrototypeOf;a&&l&&p&&n(u,(function(t){if("function"==typeof r.g[t]){var e=new r.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 n=p(e),o=l(n,Symbol.toStringTag);if(!o){var i=p(n);o=l(i,Symbol.toStringTag)}s[t]=o.get}}));var y=r(5692);t.exports=function(t){return!!y(t)&&(a?function(t){var e=!1;return n(s,(function(r,n){if(!e)try{var o=r.call(t);o===n&&(e=o)}catch(t){}})),e}(t):f(c(t),8,-1))}}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,r),i.exports}r.d=function(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=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},function(){"use strict";var t=r(9753),e=a(r(9537)),n=a(r(6485)),o=a(r(5167)),i=a(r(4789)),c=a(r(494));function a(t){return t&&t.__esModule?t:{default:t}}window.addEventListener("DOMContentLoaded",(function(){if(e.default.debug("Initializing for public page",{isPublicPage:(0,o.default)(),canDownload:(0,n.default)(),isSecureViewerAvailable:(0,c.default)()}),(0,o.default)()&&(0,i.default)()&&!(0,c.default)()){var r=location.hash.split("page=")[1]||0,a=document.getElementById("files-public-content"),u=document.getElementById("sharingToken"),f=document.querySelector("#app-content > footer"),s=u.value,l=(0,t.generateUrl)("/s/{token}/download",{token:s}),p=(0,t.generateUrl)("/apps/files_pdfviewer/?file={downloadUrl}#page={page}",{downloadUrl:l,page:r}),y=document.createElement("iframe");y.src=p,y.style.height="100%",y.style.width="100%",y.style.position="absolute",a?(a.innerHTML="",a.appendChild(y),f.style.display="none"):e.default.error("Unable to inject the PDF Viewer")}else e.default.error("But this does not appear to be a public page")}))}()}();
+//# sourceMappingURL=files_pdfviewer-public.js.map?v=9c78035f0f6c8267668c \ No newline at end of file