/*! For license information please see calendar-contacts-menu.js.LICENSE.txt */ (()=>{var e,t,r,n,i={55950:(e,t,r)=>{"use strict";const n=r(92322),{MAX_LENGTH:i,MAX_SAFE_INTEGER:a}=r(76692),{safeRe:o,t:s}=r(15208),c=r(29901),{compareIdentifiers:u}=r(3229);class l{constructor(e,t){if(t=c(t),e instanceof l){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>i)throw new TypeError(`version is longer than ${i} characters`);n("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const r=e.trim().match(t.loose?o[s.LOOSE]:o[s.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>a||this.major<0)throw new TypeError("Invalid major version");if(this.minor>a||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>a||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&&te.major?1:this.minore.minor?1:this.patche.patch?1:0}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],i=e.prerelease[t];if(n("prerelease compare",t,r,i),void 0===r&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===r)return-1;if(r!==i)return u(r,i)}while(++t)}compareBuild(e){e instanceof l||(e=new l(e,this.options));let t=0;do{const r=this.build[t],i=e.build[t];if(n("build compare",t,r,i),void 0===r&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===r)return-1;if(r!==i)return u(r,i)}while(++t)}inc(e,t,r){if(e.startsWith("pre")){if(!t&&!1===r)throw new Error("invalid increment argument: identifier is empty");if(t){const e=`-${t}`.match(this.options.loose?o[s.PRERELEASELOOSE]:o[s.PRERELEASE]);if(!e||e[1]!==t)throw new Error(`invalid identifier: ${t}`)}}switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,r);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,r);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,r),this.inc("pre",t,r);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,r),this.inc("pre",t,r);break;case"release":if(0===this.prerelease.length)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(r)?1:0;if(0===this.prerelease.length)this.prerelease=[e];else{let n=this.prerelease.length;for(;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);if(-1===n){if(t===this.prerelease.join(".")&&!1===r)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let n=[t,e];!1===r&&(n=[t]),0===u(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=n):this.prerelease=n}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=l},38064:(e,t,r)=>{"use strict";const n=r(55950);e.exports=(e,t)=>new n(e,t).major},68690:(e,t,r)=>{"use strict";const n=r(55950);e.exports=(e,t,r=!1)=>{if(e instanceof n)return e;try{return new n(e,t)}catch(e){if(!r)return null;throw e}}},38711:(e,t,r)=>{"use strict";const n=r(68690);e.exports=(e,t)=>{const r=n(e,t);return r?r.version:null}},76692:e=>{"use strict";const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},92322:(e,t,r)=>{"use strict";var n=r(65606);const i="object"==typeof n&&n.env&&n.env.NODE_DEBUG&&/\bsemver\b/i.test(n.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=i},3229:e=>{"use strict";const t=/^[0-9]+$/,r=(e,r)=>{if("number"==typeof e&&"number"==typeof r)return e===r?0:er(t,e)}},29901:e=>{"use strict";const t=Object.freeze({loose:!0}),r=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:r},15208:(e,t,r)=>{"use strict";const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:a}=r(76692),o=r(92322),s=(t=e.exports={}).re=[],c=t.safeRe=[],u=t.src=[],l=t.safeSrc=[],p=t.t={};let f=0;const d="[a-zA-Z0-9-]",h=[["\\s",1],["\\d",a],[d,i]],A=(e,t,r)=>{const n=(e=>{for(const[t,r]of h)e=e.split(`${t}*`).join(`${t}{0,${r}}`).split(`${t}+`).join(`${t}{1,${r}}`);return e})(t),i=f++;o(e,i,t),p[e]=i,u[i]=t,l[i]=n,s[i]=new RegExp(t,r?"g":void 0),c[i]=new RegExp(n,r?"g":void 0)};A("NUMERICIDENTIFIER","0|[1-9]\\d*"),A("NUMERICIDENTIFIERLOOSE","\\d+"),A("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${d}*`),A("MAINVERSION",`(${u[p.NUMERICIDENTIFIER]})\\.(${u[p.NUMERICIDENTIFIER]})\\.(${u[p.NUMERICIDENTIFIER]})`),A("MAINVERSIONLOOSE",`(${u[p.NUMERICIDENTIFIERLOOSE]})\\.(${u[p.NUMERICIDENTIFIERLOOSE]})\\.(${u[p.NUMERICIDENTIFIERLOOSE]})`),A("PRERELEASEIDENTIFIER",`(?:${u[p.NONNUMERICIDENTIFIER]}|${u[p.NUMERICIDENTIFIER]})`),A("PRERELEASEIDENTIFIERLOOSE",`(?:${u[p.NONNUMERICIDENTIFIER]}|${u[p.NUMERICIDENTIFIERLOOSE]})`),A("PRERELEASE",`(?:-(${u[p.PRERELEASEIDENTIFIER]}(?:\\.${u[p.PRERELEASEIDENTIFIER]})*))`),A("PRERELEASELOOSE",`(?:-?(${u[p.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${u[p.PRERELEASEIDENTIFIERLOOSE]})*))`),A("BUILDIDENTIFIER",`${d}+`),A("BUILD",`(?:\\+(${u[p.BUILDIDENTIFIER]}(?:\\.${u[p.BUILDIDENTIFIER]})*))`),A("FULLPLAIN",`v?${u[p.MAINVERSION]}${u[p.PRERELEASE]}?${u[p.BUILD]}?`),A("FULL",`^${u[p.FULLPLAIN]}$`),A("LOOSEPLAIN",`[v=\\s]*${u[p.MAINVERSIONLOOSE]}${u[p.PRERELEASELOOSE]}?${u[p.BUILD]}?`),A("LOOSE",`^${u[p.LOOSEPLAIN]}$`),A("GTLT","((?:<|>)?=?)"),A("XRANGEIDENTIFIERLOOSE",`${u[p.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),A("XRANGEIDENTIFIER",`${u[p.NUMERICIDENTIFIER]}|x|X|\\*`),A("XRANGEPLAIN",`[v=\\s]*(${u[p.XRANGEIDENTIFIER]})(?:\\.(${u[p.XRANGEIDENTIFIER]})(?:\\.(${u[p.XRANGEIDENTIFIER]})(?:${u[p.PRERELEASE]})?${u[p.BUILD]}?)?)?`),A("XRANGEPLAINLOOSE",`[v=\\s]*(${u[p.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[p.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[p.XRANGEIDENTIFIERLOOSE]})(?:${u[p.PRERELEASELOOSE]})?${u[p.BUILD]}?)?)?`),A("XRANGE",`^${u[p.GTLT]}\\s*${u[p.XRANGEPLAIN]}$`),A("XRANGELOOSE",`^${u[p.GTLT]}\\s*${u[p.XRANGEPLAINLOOSE]}$`),A("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),A("COERCE",`${u[p.COERCEPLAIN]}(?:$|[^\\d])`),A("COERCEFULL",u[p.COERCEPLAIN]+`(?:${u[p.PRERELEASE]})?`+`(?:${u[p.BUILD]})?(?:$|[^\\d])`),A("COERCERTL",u[p.COERCE],!0),A("COERCERTLFULL",u[p.COERCEFULL],!0),A("LONETILDE","(?:~>?)"),A("TILDETRIM",`(\\s*)${u[p.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",A("TILDE",`^${u[p.LONETILDE]}${u[p.XRANGEPLAIN]}$`),A("TILDELOOSE",`^${u[p.LONETILDE]}${u[p.XRANGEPLAINLOOSE]}$`),A("LONECARET","(?:\\^)"),A("CARETTRIM",`(\\s*)${u[p.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",A("CARET",`^${u[p.LONECARET]}${u[p.XRANGEPLAIN]}$`),A("CARETLOOSE",`^${u[p.LONECARET]}${u[p.XRANGEPLAINLOOSE]}$`),A("COMPARATORLOOSE",`^${u[p.GTLT]}\\s*(${u[p.LOOSEPLAIN]})$|^$`),A("COMPARATOR",`^${u[p.GTLT]}\\s*(${u[p.FULLPLAIN]})$|^$`),A("COMPARATORTRIM",`(\\s*)${u[p.GTLT]}\\s*(${u[p.LOOSEPLAIN]}|${u[p.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",A("HYPHENRANGE",`^\\s*(${u[p.XRANGEPLAIN]})\\s+-\\s+(${u[p.XRANGEPLAIN]})\\s*$`),A("HYPHENRANGELOOSE",`^\\s*(${u[p.XRANGEPLAINLOOSE]})\\s+-\\s+(${u[p.XRANGEPLAINLOOSE]})\\s*$`),A("STAR","(<|>)?=?\\s*\\*"),A("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),A("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},67356:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>s});var n=r(71354),i=r.n(n),a=r(76314),o=r.n(a)()(i());o.push([e.id,'/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n *//*!\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.app-calendar .app-navigation-toggle,.app-navigation-toggle--prevent-overlap{background-color:var(--color-main-background) !important;border:1px solid var(--color-background-dark) !important}.app-calendar .datepicker-button-section,.app-calendar .today-button-section,.app-calendar .view-button-section{display:flex}.app-calendar .datepicker-button-section__datepicker-label{flex-grow:4 !important;text-align:center;border-radius:0 !important}.app-calendar .datepicker-button-section__datepicker{margin-inline-start:26px;margin-top:48px;position:absolute !important;width:0 !important}.app-calendar .datepicker-button-section__datepicker .mx-input-wrapper{display:none !important}.app-calendar .datepicker-button-section__left,.app-calendar .datepicker-button-section__right{background-size:10px;flex-grow:0 !important;width:34px;padding:0 6px !important}.app-calendar .datepicker-button-section__left{border-radius:var(--border-radius-element) 0 0 var(--border-radius-element) !important}.app-calendar .datepicker-button-section__right{border-radius:0 var(--border-radius-element) var(--border-radius-element) 0 !important}.app-calendar .app-navigation__body{overflow-y:unset !important}.app-calendar .app-navigation__body .app-navigation-header{padding:calc(var(--default-grid-baseline, 4px)*2)}.app-calendar .new-event-today-view-section{display:flex;gap:var(--default-grid-baseline);margin-top:var(--default-grid-baseline)}.app-calendar .new-event-today-view-section .button{margin:0 var(--default-grid-baseline) 0 0}.app-calendar .new-event-today-view-section .new-event{flex-grow:5;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-calendar .new-event-today-view-section .today{flex-grow:1;font-weight:normal !important}.app-calendar .app-navigation button.icon-share{opacity:.3 !important}.app-calendar .app-navigation button.icon-shared,.app-calendar .app-navigation button.icon-public{opacity:.7 !important}.app-calendar .app-navigation button.icon-share:active,.app-calendar .app-navigation button.icon-share:focus,.app-calendar .app-navigation button.icon-share:hover,.app-calendar .app-navigation button.icon-shared:active,.app-calendar .app-navigation button.icon-shared:focus,.app-calendar .app-navigation button.icon-shared:hover,.app-calendar .app-navigation button.icon-public:active,.app-calendar .app-navigation button.icon-public:focus,.app-calendar .app-navigation button.icon-public:hover{opacity:1 !important}.app-calendar .app-navigation #calendars-list{display:block !important}.app-calendar .app-navigation li.app-navigation-loading-placeholder-entry div.icon.icon-loading{min-height:44px}.app-calendar .app-navigation .app-navigation-entry-wrapper.deleted .app-navigation-entry__name{text-decoration:line-through}.app-calendar .app-navigation .app-navigation-entry-wrapper.open-sharing{box-shadow:inset 4px 0 var(--color-primary-element) !important;margin-inline-start:-6px;padding-inline-start:6px}.app-calendar .app-navigation .app-navigation-entry-wrapper.disabled .app-navigation-entry__name{color:var(--color-text-lighter) !important}.app-calendar .app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry{padding-inline-start:0 !important}.app-calendar .app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry .avatar{width:32px;height:32px;background-color:var(--color-border-dark);background-size:16px}.app-calendar .app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry .avatar.published{background-color:var(--color-primary-element);color:#fff}.app-calendar .app-navigation .app-navigation-entry__multiselect{padding:0 8px}.app-calendar .app-navigation .app-navigation-entry__multiselect .multiselect{width:100%;border-radius:var(--border-radius-large)}.app-calendar .app-navigation .app-navigation-entry__multiselect .multiselect__content-wrapper{z-index:200 !important}.app-calendar .app-navigation .app-navigation-entry__utils .action-checkbox__label{padding-inline-end:0 !important}.app-calendar .app-navigation .app-navigation-entry__utils .action-checkbox__label::before{margin:0 4px 0 !important}.app-calendar .app-navigation .app-navigation-entry-new-calendar .app-navigation-entry__name{color:var(--color-text-maxcontrast) !important}.app-calendar .app-navigation .app-navigation-entry-new-calendar:hover .app-navigation-entry__name,.app-calendar .app-navigation .app-navigation-entry-new-calendar--open .app-navigation-entry__name{color:var(--color-text-light) !important}.app-calendar .app-navigation .app-navigation-entry-new-calendar .action-item:not(.action-item--open) .action-item__menutoggle:not(:hover):not(:focus):not(:active){opacity:.5}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section div.multiselect{width:calc(100% - 14px);max-width:none;z-index:105}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .oneline{white-space:nowrap;position:relative}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList{list-style-type:none;display:flex;flex-direction:column}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li{height:44px;white-space:normal;display:inline-flex;align-items:center;position:relative}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li .username{padding:0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup{margin-inline-start:auto;display:flex;align-items:center;white-space:nowrap}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>a:hover,.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>a:focus,.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu>a:hover,.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu>a:focus{box-shadow:none !important;opacity:1 !important}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.icon:not(.hidden),.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu .icon:not(.hidden){padding:14px;height:44px;width:44px;opacity:.5;display:block;cursor:pointer}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu{position:relative;display:block}.app-calendar .app-navigation ul .appointment-config-list .app-navigation-caption{margin-top:22px}.app-calendar .app-navigation ul .appointment-config-list .app-navigation-entry-link,.app-calendar .app-navigation ul .appointment-config-list .app-navigation-entry-link *{cursor:default}/*!\n * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.property-text{display:flex;gap:calc(var(--default-grid-baseline)*4);margin:0;flex-grow:1;align-items:flex-start}.property-text-wrapper{display:flex;gap:calc(var(--default-grid-baseline)*4);justify-content:stretch}.property-text .property-text__input,.property-text textarea,.property-text input{width:100%;flex-basis:unset !important}.property-description span{align-self:flex-start;padding-top:var(--default-grid-baseline)}.property-title__input{font-size:calc(var(--default-font-size)*1.5);font-weight:bold;width:100%}.property-title__input input{width:100%}.property-title-time-picker{display:flex;justify-content:stretch;flex-direction:column}.property-title-time-picker__time-pickers{flex-grow:1;display:flex;gap:calc(var(--default-grid-baseline)*4)}.property-title-time-picker__time-pickers .date-time-picker{flex-grow:1;flex-basis:calc(var(--total-width)*2/3 - var(--column-gap)/2 - (var(--default-grid-baseline)*4 + 20px))}.property-select,.property-select-multiple,.property-color,.property-repeat__summary{display:flex;align-content:center;align-items:center;gap:calc(var(--default-grid-baseline)*4);justify-content:flex-start}.property-select__input,.property-select-multiple__input,.property-color__input,.property-repeat__summary__input{width:unset !important;flex-grow:1}.property-select__input .v-select,.property-select-multiple__input .v-select,.property-color__input .v-select,.property-repeat__summary__input .v-select{width:100%;margin:0 !important}.property-repeat__summary__content{max-width:300px}.property-repeat{display:flex}.property-repeat__summary{gap:calc(var(--default-grid-baseline)*4)}.property-categories .property-select-multiple-colored-tag{display:flex;align-content:center;align-items:center;gap:var(--default-grid-baseline)}.property-color__input{display:flex}.property-alarm-item{justify-content:space-between;display:flex;align-items:center;gap:calc(var(--default-grid-baseline)*4)}.property-alarm-item__front,.property-alarm-item__edit{margin-inline-start:calc(var(--default-grid-baseline)*4)}.app-full .property-alarm-item__front,.property-alarm-item__edit{margin-inline-start:calc(var(--default-grid-baseline)*9)}.property-add-talk{display:flex;gap:calc(var(--default-grid-baseline)*4)}.invitees-list{display:flex;flex-direction:column;gap:calc(var(--default-grid-baseline)*2)}.resource-search{display:flex;flex-direction:column;gap:calc(var(--default-grid-baseline)*2)}.resource-search__capacity{display:flex;align-items:center}.resource-search__capacity__actions{margin-inline-start:5px}.resource-search__capacity .input-field{margin-block-start:0}.resource-search .v-select{width:100%;margin:0 !important}.resource-search .v-select.select{min-width:unset !important}.editor-reminders-list-empty-message__caption{text-align:center;margin:0 0 calc(var(--default-grid-baseline)*4)}.repeat-option-set{flex-wrap:nowrap;align-items:baseline}.repeat-option-set .repeat-option-set__repeat{flex-wrap:nowrap;gap:calc(var(--default-grid-baseline)*2)}.repeat-option-set .repeat-option-set__repeat-field{flex:1 1 150px;min-width:150px}.repeat-option-set .repeat-option-set__end-repeat{display:flex;flex-wrap:wrap;align-items:center;gap:calc(var(--default-grid-baseline)*2)}.repeat-option-set .repeat-option-set__end-repeat .repeat-option-set__end-repeat-field{flex:1 1 150px;min-width:350px}.repeat-option-set .repeat-option-set-section:not(:first-of-type){margin-top:10px;display:flex;flex-wrap:wrap;flex-direction:column;gap:calc(var(--default-grid-baseline)*2)}.repeat-option-set .repeat-option-set-section--on-the-select{display:flex}.repeat-option-set .repeat-option-set-section--on-the-select .v-select{width:100%;min-width:100px !important}.repeat-option-set .repeat-option-set-section__title{list-style:none}.repeat-option-set .repeat-option-set-section__grid{display:grid;grid-gap:0}.repeat-option-set .repeat-option-set-section__grid .repeat-option-set-section-grid-item{padding:var(--default-grid-baseline);width:100%;border:var(--border-width-input) solid var(--color-border-dark);text-align:center;margin:0;border-radius:0}.repeat-option-set--weekly .repeat-option-set-section__grid,.repeat-option-set--monthly .repeat-option-set-section__grid{grid-template-columns:repeat(7, auto)}.repeat-option-set--yearly .repeat-option-set-section__grid{grid-template-columns:repeat(7, auto)}.repeat-option-set--interval-freq{display:flex}.repeat-option-set--interval-freq .multiselect{min-width:100px;width:25%}.repeat-option-set--end{margin-top:calc(var(--default-grid-baseline)*2)}.repeat-option-set--end .repeat-option-end{width:100%;display:flex;flex-wrap:wrap;align-items:center}.repeat-option-set--end .repeat-option-end__label,.repeat-option-set--end .repeat-option-end__end-type-select,.repeat-option-set--end .repeat-option-end__until,.repeat-option-set--end .repeat-option-end__count{flex:1 1 auto;min-width:0;margin-inline-end:calc(var(--default-grid-baseline)*2)}.repeat-option-set--end .repeat-option-end__label{display:block;min-width:60px}.repeat-option-set--end .repeat-option-end__end-type-select{min-width:90px;width:100%}.repeat-option-set--end .repeat-option-end__until{min-width:90px;width:100%;display:inline-block}.repeat-option-set--end .repeat-option-end__count{min-width:90px;width:100%}.repeat-option-set .end-repeat-container .end-repeat-dropdown,.repeat-option-set .end-repeat-container .end-repeat-date{flex:0 1 auto;min-width:150px;width:auto}.repeat-option-set__label{margin-inline-end:auto}.repeat-option-warning{text-align:center}.invitation-response-buttons--grow{width:unset;max-width:calc(var(--total-width)*2/3 - var(--column-gap)/2 - 38px);margin-inline-start:calc(var(--default-grid-baseline)*4 + 22px)}.resource-list-item,.invitees-list-item{display:flex;align-items:center;min-height:44px}.resource-list-item__displayname,.invitees-list-item__displayname{margin-inline-start:calc(var(--default-grid-baseline)*2)}.resource-list-item__actions,.invitees-list-item__actions{margin-inline-start:auto}.resource-list-item__organizer-hint,.invitees-list-item__organizer-hint{color:var(--color-text-maxcontrast);font-weight:300;margin-inline-start:var(--default-grid-baseline)}.invitees-search__vselect{margin-inline-start:calc(var(--default-grid-baseline)*4 + 20px)}.resource-search-list-item,.invitees-search-list-item{display:flex;align-items:center;width:100%;text-align:start}.resource-search-list-item__label,.invitees-search-list-item__label{width:100%;padding:0 calc(var(--default-grid-baseline)*2)}.resource-search-list-item__label__availability,.invitees-search-list-item__label__availability{color:var(--color-text-maxcontrast)}.resource-search-list-item__label div,.invitees-search-list-item__label div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-search-list-item__label div:nth-child(1),.invitees-search-list-item__label div:nth-child(1){color:var(--color-main-text)}.resource-search-list-item__label div:nth-child(2),.invitees-search-list-item__label div:nth-child(2){color:var(--color-text-lighter);line-height:1}input:not([type=range],.input-field__input,[type=submit],[type=button],[type=reset],.multiselect__input,.select2-input,.action-input__input,[class^=vs__]),select,div[contenteditable=true],textarea{border:var(--border-width-input) solid var(--color-border-maxcontrast)}textarea{padding:5px 12px !important}.property-select__input{height:34px}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */#app-settings-modal .settings-fieldset-interior-item{align-items:stretch}#app-settings-modal .button-content-with-icon{display:flex;align-items:center;gap:calc(var(--default-grid-baseline)*2)}#app-settings-modal .no-wrap-label{white-space:nowrap}@media screen and (max-width: 800px){.shortcut-overview-modal .modal-container .shortcut-section{width:100%}}/*!\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.appointment-config-modal{padding:2vw}.appointment-config-modal__form{display:flex;flex-direction:column;width:100%}.appointment-config-modal__form fieldset{padding:20px 0}.appointment-config-modal__form fieldset header{font-size:16px;margin-bottom:3px}.appointment-config-modal__form .availability-select,.appointment-config-modal__form .calendar-select{display:flex;flex-direction:column}.appointment-config-modal__form__row--wrapped{display:flex;flex-wrap:wrap;gap:10px 50px}.appointment-config-modal__form__row--wrapped>div{flex:1 200px}.appointment-config-modal__form__row--local{display:flex;flex-direction:column}.appointment-config-modal__form__row+.appointment-config-modal__form__row{margin-top:10px}.appointment-config-modal__form .multiselect__tags{height:unset !important;margin:0 !important}.appointment-config-modal__submit-button{margin-top:20px}.app-config-modal-confirmation .empty-content{margin-top:0 !important;margin-bottom:20px}.app-config-modal-confirmation__buttons{display:flex;justify-content:center;gap:0 10px}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.modal--scheduler{position:relative}.modal--scheduler .fc-bgevent{opacity:.8}.modal--scheduler .blocking-event-free-busy{border-color:var(--color-primary-element);border-style:solid;border-inline-start-width:2px;border-inline-end-width:2px;background-color:rgba(0,0,0,0) !important;opacity:.7 !important;z-index:2}.modal--scheduler .blocking-event-free-busy.blocking-event-free-busy--first-row{border-radius:var(--border-radius) var(--border-radius) 0 0;border-block-start-width:2px}.modal--scheduler .blocking-event-free-busy.blocking-event-free-busy--last-row{border-radius:0 0 var(--border-radius) var(--border-radius);border-block-end-width:2px}.modal--scheduler .loading-indicator{width:100%;position:absolute;top:0;height:50px;margin-top:75px}.freebusy-caption{margin-top:10px}.freebusy-caption__calendar-user-types,.freebusy-caption__colors{width:50%;display:flex}.freebusy-caption__colors{width:100%;display:flex;flex-direction:column;padding:5px}.freebusy-caption__colors .freebusy-caption-item{display:flex;align-items:center;margin-inline-end:30px}.freebusy-caption__colors .freebusy-caption-item__color{height:1em;width:2em;display:block;border:1px solid var(--color-border-dark);opacity:.8}.freebusy-caption__colors .freebusy-caption-item__label{margin-inline-start:5px}/*!\n * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.fc{--fc-small-font-size: 0.875em;--fc-page-bg-color: var(--color-main-background) !important;--fc-neutral-bg-color: var(--color-background-dark) !important;--fc-neutral-text-color: var(--color-text-lighter) !important;--fc-border-color: var(--color-border) !important;--fc-daygrid-event-dot-width: 10px !important;--fc-event-bg-color: var(--color-primary-element);--fc-event-border-color: var(--color-primary-element-text);--fc-event-text-color: var(--color-primary-element-text);--fc-event-selected-overlay-color: var(--color-box-shadow);--fc-event-resizer-thickness: 8px;--fc-event-resizer-dot-total-width: 8px;--fc-event-resizer-dot-border-width: 1px;--fc-non-business-color: var(--color-background-dark);--fc-bg-event-color: var(--color-primary-element);--fc-bg-event-opacity: 0.3;--fc-highlight-color: rgba(188, 232, 241, 0.3);--fc-today-bg-color: var(--color-main-background) !important;--fc-now-indicator-color: red;--fc-list-event-hover-bg-color: var(--color-background-hover) !important;font-family:var(--font-face) !important}.fc-timegrid-axis-frame,.fc-timegrid-slot-label,.fc-col-header-cell a{color:var(--color-text-lighter) !important}.fc .fc-timegrid-slot-minor{border-block-start-style:none !important}.fc-daygrid-day-top{justify-content:center}.fc-state-highlight.fc-day-number,.fc tbody tr,.fc tbody tr:hover,.fc tbody tr:focus{background:inherit !important}.fc-day-today.fc-col-header-cell a,.fc-day-today.fc-col-header-cell span{padding:2px 6px;font-weight:bold;background-color:var(--color-primary-element);color:var(--color-primary-element-text) !important;border-radius:var(--border-radius-small)}.fc-day-today .fc-event{box-shadow:0px 0px 0px 1px var(--color-primary-element-light) !important;margin-top:0px}.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number{margin:4px;width:24px;height:24px;text-align:center;font-weight:bold !important;padding:0 !important;background:var(--color-primary-element);color:var(--color-primary-element-text);border-radius:var(--border-radius-small)}.fc-list-table td{white-space:normal;word-break:break-word}.fc .fc-list-sticky .fc-list-day>*{z-index:1}.fc-list-table .fc-list-day-cushion{padding-inline-start:calc(var(--default-clickable-area) + var(--default-grid-baseline)*2)}.fc-timeGridWeek-view .fc-col-header-cell.fc-day-today,.fc-timeGridWeek-view .fc-daygrid-day.fc-day-today,.fc-timeGridWeek-view .fc-timegrid-col.fc-day-today,.fc-dayGridMonth-view .fc-col-header-cell.fc-day-today,.fc-dayGridMonth-view .fc-daygrid-day.fc-day-today,.fc-dayGridMonth-view .fc-timegrid-col.fc-day-today{background-color:var(--color-primary-element-light) !important}.fc-daygrid-day.fc-day.fc-day-other,.fc .fc-daygrid-day.fc-day-today.fc-day-other{background-color:var(--color-background-dark) !important;border:1px solid var(--color-background-darker)}.fc-daygrid-day.fc-day.fc-day-other .fc-daygrid-day-top,.fc .fc-daygrid-day.fc-day-today.fc-day-other .fc-daygrid-day-top{opacity:.6}.fc-event{padding-inline-start:3px;border-width:2px}.fc-event.fc-event-nc-task-completed,.fc-event.fc-event-nc-tentative,.fc-event.fc-event-past,.fc-event.fc-event-nc-cancelled{opacity:.5}.fc-event.fc-event-nc-task-completed .fc-event-title,.fc-event.fc-event-nc-task-completed .fc-list-event-title,.fc-event.fc-event-nc-cancelled .fc-event-title,.fc-event.fc-event-nc-cancelled .fc-list-event-title{text-decoration:line-through !important}.fc-event .fc-event-title{text-overflow:ellipsis;font-weight:700}.fc-event .fc-event-nc-alarms .icon-event-reminder{background-color:inherit;background-position:right;position:absolute;top:0;inset-inline-end:0}.fc-event .fc-event-nc-alarms .icon-event-reminder--light{background-image:var(--icon-calendar-reminder-fffffe)}.fc-event .fc-event-nc-alarms .icon-event-reminder--dark{background-image:var(--icon-calendar-reminder-000001)}.fc-event .fc-event-title-container{display:flex;align-content:center}.fc-event .fc-event-title-container .fc-event-title-checkbox{margin:4px 4px 0 0;line-height:1}.fc-event .fc-list-event-checkbox{margin:2px 4px 0 -2px;line-height:1}.fc-event .fc-daygrid-event-checkbox{margin:2px 4px 0 4px;line-height:1}.fc-event .fc-list-event-location span,.fc-event .fc-list-event-description span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:pre-wrap;max-width:25vw}.fc-event svg{margin-inline-end:2px}@media only screen and (max-width: 767px){.fc-event .fc-list-event-location,.fc-event .fc-list-event-description{display:none}}.fc-list-empty .fc-list-empty-cushion{display:none}.fc-list-empty .empty-content{margin-top:0 !important}.fc-timeGridWeek-view .fc-daygrid-more-link{word-break:break-all;white-space:normal}.fc-timeGridWeek-view .fc-event-main{flex-wrap:wrap}.fc-timegrid-col-events{margin:0 !important}.fc-v-event.fc-timegrid-event-short{min-height:2em}.fc-v-event .fc-event-title{white-space:initial}.fc-dayGridMonth-view .fc-daygrid-more-link{word-break:break-word;white-space:normal}.fc-dayGridMonth-view .fc-daygrid-day-frame{min-height:150px !important}.fc-col-header-cell{padding-top:10px !important}.fc-col-header-cell-cushion{text-overflow:ellipsis;overflow:clip;max-width:100%}.fc-timegrid-axis-cushion{margin-top:44px}.fc-timegrid-axis.fc-scrollgrid-shrink{height:65px}.fc-timegrid-event-harness,.fc-timegrid-event{margin-bottom:0}.fc-timeGridDay-view .fc-event,.fc-timeGridWeek-view .fc-event{margin-inline-end:1vw}.fc-timeGridDay-view .fc-event-mirror,.fc-timeGridWeek-view .fc-event-mirror{border:none !important}.fc-timeGridDay-view .fc-highlight,.fc-timeGridWeek-view .fc-highlight{background:none !important}.fc-timeGridDay-view .fc-event{margin-inline-end:2vw}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.toast-calendar-multiline{white-space:pre-wrap}.content.app-calendar>div.app-content{overflow-x:hidden}.app-navigation-spacer{list-style-type:none}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.import-modal .modal-container{padding:24px !important;min-width:50%;overflow:visible !important}.import-modal .modal-container .import-modal__title,.import-modal .modal-container .import-modal__subtitle{text-align:center}.import-modal .modal-container .import-modal__actions{display:flex;gap:5px}.import-modal .modal-container .import-modal-file-item{display:flex;padding-top:10px}.import-modal .modal-container .import-modal-file-item--header{font-weight:bold}.import-modal .modal-container .import-modal-file-item__filename{flex:2 1 0}.import-modal .modal-container .import-modal-file-item__calendar-select{flex:1 1 0}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */@media print{.app-navigation{display:none}}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */#emptycontent-container #emptycontent{color:#a9a9a9 !important}.content.app-calendar.app-calendar-public-embedded{flex-direction:column}.content.app-calendar.app-calendar-public-embedded #embed-header{flex-wrap:wrap;gap:calc(var(--default-grid-baseline)*2);width:100%;padding:calc(var(--default-grid-baseline)*2);box-sizing:border-box;background-color:var(--color-main-background);border-bottom:1px solid var(--color-border);overflow:visible;z-index:2000;display:flex;align-items:center;justify-content:space-between}.content.app-calendar.app-calendar-public-embedded #embed-header .embed-header__date-section,.content.app-calendar.app-calendar-public-embedded #embed-header .embed-header__share-section{display:flex;gap:5px}.content.app-calendar.app-calendar-public-embedded #embed-header .view-button-section .button{min-width:75px}.content.app-calendar.app-calendar-public-embedded #embed-header .datepicker-button-section__datepicker-label{min-width:150px}.content.app-calendar.app-calendar-public-embedded #embed-header .datepicker-button-section button,.content.app-calendar.app-calendar-public-embedded #embed-header .today-button-section button,.content.app-calendar.app-calendar-public-embedded #embed-header .view-button-section button{margin:0}.content.app-calendar.app-calendar-public-embedded .app-content{flex-basis:auto}#body-public input#initial-state-calendar-is_embed~header#header{display:none}#body-public .app-calendar-public+footer{border-radius:0 0 var(--border-radius-large) var(--border-radius-large)}#body-public .app-calendar-public .app-content{height:calc(100% - 65px) !important}/*!\n * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.property-text__input--linkify{flex-basis:min-content}.linkify-links{border:2px solid var(--color-border-maxcontrast);border-radius:var(--border-radius-large);cursor:text;width:100% !important;box-sizing:border-box;padding:12px;white-space:pre-line;overflow:auto;line-height:normal;word-break:break-word;display:inline-block;vertical-align:top;max-height:16em;max-height:calc(100vh - 500px)}.linkify-links a.linkified{text-decoration:underline;margin:0}.linkify-links a.linkified::after{content:" ↗"}',"",{version:3,sources:["webpack://./css/calendar.scss","webpack://./css/app-navigation.scss","webpack://./css/app-full.scss","webpack://./css/app-settings.scss","webpack://./css/app-modal.scss","webpack://./css/freebusy.scss","webpack://./css/fullcalendar.scss","webpack://./css/global.scss","webpack://./css/import.scss","webpack://./css/print.scss","webpack://./css/public.scss","webpack://./css/props-linkify-links.scss"],names:[],mappings:"AAAA;;;EAAA,CAAA;;;EAAA,CCKA,6EACC,wDAAA,CACA,wDAAA,CAQA,gHAGC,YAAA,CAIA,2DACC,sBAAA,CACA,iBAAA,CACA,0BAAA,CAGD,qDACC,wBAAA,CACA,eAAA,CACA,4BAAA,CACA,kBAAA,CAEA,uEACC,uBAAA,CAIF,+FAEC,oBAAA,CACA,sBAAA,CACA,UAAA,CACA,wBAAA,CAED,+CACC,sFAAA,CAED,gDACC,sFAAA,CAIF,oCACC,2BAAA,CAEA,2DACC,iDAAA,CAIF,4CACC,YAAA,CACA,gCAAA,CACA,uCAAA,CAGA,oDACC,yCAAA,CAGD,uDACC,WAAA,CACA,sBAAA,CACA,kBAAA,CACA,eAAA,CAGD,mDACC,WAAA,CACA,6BAAA,CAUD,gDACC,qBAAA,CAGD,kGAEC,qBAAA,CAGD,+eASC,oBAAA,CAGD,8CACC,wBAAA,CAIA,gGACC,eAAA,CAKD,gGACC,4BAAA,CAIF,yEACC,8DAAA,CACA,wBAAA,CACA,wBAAA,CAIA,iGACC,0CAAA,CAIF,kHACC,iCAAA,CAEA,0HACC,UAAA,CACA,WAAA,CACA,yCAAA,CACA,oBAAA,CAGD,oIACC,6CAAA,CACA,UAAA,CAIF,iEACC,aAAA,CAEA,8EACC,UAAA,CACA,wCAAA,CAEA,+FACC,sBAAA,CAMF,mFACC,+BAAA,CAGD,2FACC,yBAAA,CAKD,6FACC,8CAAA,CAKA,sMACC,wCAAA,CAKD,oKACC,UAAA,CAkBA,qGACC,uBAAA,CACA,cAAA,CACA,WAAA,CAGD,8FACC,kBAAA,CACA,iBAAA,CAGD,oGACC,oBAAA,CACA,YAAA,CACA,qBAAA,CAEA,uGACC,WAAA,CACA,kBAAA,CACA,mBAAA,CACA,kBAAA,CACA,iBAAA,CAIA,iHACC,aAAA,CACA,eAAA,CACA,kBAAA,CACA,sBAAA,CAGD,4HACC,wBAAA,CACA,YAAA,CACA,kBAAA,CACA,kBAAA,CAEA,wiBAIC,0BAAA,CACA,oBAAA,CAGD,0SAEC,YAAA,CACA,WAAA,CACA,UAAA,CACA,UAAA,CACA,aAAA,CACA,cAAA,CAGD,wIACC,iBAAA,CACA,aAAA,CASL,kFACC,eAAA,CAGD,4KAEC,cAAA,CC5RL;;;EAAA,CAKA,eACC,YAAA,CACA,wCAAA,CACA,QAAA,CACA,WAAA,CACA,sBAAA,CAEA,uBACC,YAAA,CACA,wCAAA,CACA,uBAAA,CAGD,kFACC,UAAA,CACA,2BAAA,CAKD,2BACC,qBAAA,CACA,wCAAA,CAIF,uBACC,4CAAA,CACA,gBAAA,CACA,UAAA,CAEA,6BACC,UAAA,CAIF,4BACC,YAAA,CACA,uBAAA,CACA,qBAAA,CAEA,0CACC,WAAA,CACA,YAAA,CACA,wCAAA,CAEA,4DACC,WAAA,CACA,uGAAA,CAKH,qFACC,YAAA,CACA,oBAAA,CACA,kBAAA,CACA,wCAAA,CACA,0BAAA,CAEA,iHACC,sBAAA,CACA,WAAA,CAEA,yJACC,UAAA,CACA,mBAAA,CAKH,mCACC,eAAA,CAGD,iBACC,YAAA,CAGD,0BACC,wCAAA,CAGD,2DACC,YAAA,CACA,oBAAA,CACA,kBAAA,CACA,gCAAA,CAGD,uBACC,YAAA,CAGD,qBACC,6BAAA,CACA,YAAA,CACA,kBAAA,CACA,wCAAA,CAEA,uDACC,wDAAA,CAGD,iEACC,wDAAA,CAIF,mBACC,YAAA,CACA,wCAAA,CAGD,eACC,YAAA,CACA,qBAAA,CACA,wCAAA,CAGD,iBACC,YAAA,CACA,qBAAA,CACA,wCAAA,CAEA,2BACC,YAAA,CACA,kBAAA,CAEA,oCACC,uBAAA,CAGD,wCACC,oBAAA,CAIF,2BACC,UAAA,CACA,mBAAA,CAGD,kCACC,0BAAA,CAIF,8CACC,iBAAA,CACA,+CAAA,CAGD,mBACC,gBAAA,CACA,oBAAA,CAEA,8CACC,gBAAA,CACA,wCAAA,CAED,oDACC,cAAA,CACA,eAAA,CAED,kDACC,YAAA,CACA,cAAA,CACA,kBAAA,CACA,wCAAA,CAEA,uFACC,cAAA,CACA,eAAA,CAID,kEACC,eAAA,CACA,YAAA,CACA,cAAA,CACA,qBAAA,CACA,wCAAA,CAGD,6DACC,YAAA,CAEA,uEACC,UAAA,CACA,0BAAA,CAIF,qDACC,eAAA,CAGD,oDACC,YAAA,CACA,UAAA,CAEA,yFACC,oCAAA,CACA,UAAA,CACA,+DAAA,CACA,iBAAA,CACA,QAAA,CACA,eAAA,CAQD,yHACC,qCAAA,CAOD,4DACC,qCAAA,CAKH,kCACC,YAAA,CAEA,+CACC,eAAA,CACA,SAAA,CAIF,wBACC,+CAAA,CACA,2CACC,UAAA,CACA,YAAA,CACA,cAAA,CACA,kBAAA,CACA,kNAIC,aAAA,CACA,WAAA,CACA,sDAAA,CAED,kDACC,aAAA,CACA,cAAA,CAED,4DACC,cAAA,CACA,UAAA,CAGD,kDACC,cAAA,CACA,UAAA,CACA,oBAAA,CAGD,kDACC,cAAA,CACA,UAAA,CAIH,wHAEC,aAAA,CACA,eAAA,CACA,UAAA,CAGD,0BACC,sBAAA,CAIF,uBACC,iBAAA,CAGD,mCACC,WAAA,CACA,mEAAA,CACA,+DAAA,CAGD,wCAEC,YAAA,CACA,kBAAA,CACA,eAAA,CAEA,kEACC,wDAAA,CAGD,0DACC,wBAAA,CAGD,wEACC,mCAAA,CACA,eAAA,CACA,gDAAA,CAIF,0BACC,+DAAA,CAGD,sDAEC,YAAA,CACA,kBAAA,CACA,UAAA,CACA,gBAAA,CAGA,oEACC,UAAA,CACA,8CAAA,CAEA,gGACC,mCAAA,CAGD,4EACC,eAAA,CACA,sBAAA,CACA,kBAAA,CAGD,sGACC,4BAAA,CAGD,sGACC,+BAAA,CACA,aAAA,CAMH,qMAcC,sEAAA,CAGD,SACC,2BAAA,CAGD,wBACC,WAAA,CC/XD;;;EAAA,CAMC,qDACC,mBAAA,CAGD,8CACC,YAAA,CACA,kBAAA,CACA,wCAAA,CAGD,mCACC,kBAAA,CAKF,qCACC,4DACC,UAAA,CAAA,CCxBF;;;EAAA,CAKA,0BACC,WAAA,CAEA,gCACC,YAAA,CACA,qBAAA,CACA,UAAA,CAEA,yCACC,cAAA,CAEA,gDACC,cAAA,CACA,iBAAA,CAIF,sGACC,YAAA,CACA,qBAAA,CAIA,8CACC,YAAA,CACA,cAAA,CACA,aAAA,CAEA,kDACC,YAAA,CAKF,4CACC,YAAA,CACA,qBAAA,CAIF,0EACC,eAAA,CAID,mDACC,uBAAA,CACA,mBAAA,CAIF,yCACC,eAAA,CAKD,8CACC,uBAAA,CACA,kBAAA,CAGD,wCACC,YAAA,CACA,sBAAA,CACA,UAAA,CCtEF;;;EAAA,CAKA,kBACC,iBAAA,CAEA,8BACC,UAAA,CAGD,4CACC,yCAAA,CACA,kBAAA,CACA,6BAAA,CACA,2BAAA,CACA,yCAAA,CACA,qBAAA,CACA,SAAA,CAGD,gFACC,2DAAA,CACA,4BAAA,CAGD,+EACC,2DAAA,CACA,0BAAA,CAGD,qCACC,UAAA,CACA,iBAAA,CACA,KAAA,CACA,WAAA,CACA,eAAA,CAIF,kBACC,eAAA,CAEA,iEAEC,SAAA,CACA,YAAA,CAGD,0BACC,UAAA,CACA,YAAA,CACA,qBAAA,CACA,WAAA,CACA,iDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CAEA,wDACC,UAAA,CACA,SAAA,CACA,aAAA,CACA,yCAAA,CACA,UAAA,CAGD,wDACC,uBAAA,CCrEJ;;;EAAA,CAMA,IACC,6BAAA,CACA,2DAAA,CACA,8DAAA,CACA,6DAAA,CACA,iDAAA,CAEA,6CAAA,CAEA,iDAAA,CACA,0DAAA,CACA,wDAAA,CACA,0DAAA,CAEA,iCAAA,CACA,uCAAA,CACA,wCAAA,CAEA,qDAAA,CACA,iDAAA,CACA,0BAAA,CACA,8CAAA,CACA,4DAAA,CACA,6BAAA,CACA,wEAAA,CACA,uCAAA,CAKD,sEAGC,0CAAA,CAID,4BACC,wCAAA,CAID,oBACC,sBAAA,CAID,qFAIC,6BAAA,CAMC,yEACC,eAAA,CACA,gBAAA,CACA,6CAAA,CACA,kDAAA,CACA,wCAAA,CAIF,wBACC,wEAAA,CACA,cAAA,CAIA,yDACC,UAAA,CACA,UAAA,CACA,WAAA,CACA,iBAAA,CACA,2BAAA,CACA,oBAAA,CACA,uCAAA,CACA,uCAAA,CACA,wCAAA,CAMH,kBACC,kBAAA,CAGA,qBAAA,CAID,mCACC,SAAA,CAID,oCACC,yFAAA,CAMA,4TAGC,8DAAA,CAKF,kFAEC,wDAAA,CACA,+CAAA,CACA,0HACC,UAAA,CAKF,UACC,wBAAA,CACA,gBAAA,CAEA,6HAIC,UAAA,CAKA,oNAEC,uCAAA,CAIF,0BACC,sBAAA,CACA,eAAA,CAKA,mDACC,wBAAA,CACA,yBAAA,CACA,iBAAA,CACA,KAAA,CACA,kBAAA,CACA,0DACC,qDAAA,CAED,yDACC,qDAAA,CAMH,oCACC,YAAA,CACA,oBAAA,CAEA,6DACC,kBAAA,CACA,aAAA,CAIF,kCACC,qBAAA,CACA,aAAA,CAGD,qCACC,oBAAA,CACA,aAAA,CAGD,iFAEC,eAAA,CACA,sBAAA,CACA,mBAAA,CACA,oBAAA,CACA,2BAAA,CACA,oBAAA,CACA,cAAA,CAGD,cACC,qBAAA,CAGD,0CACC,uEAEC,YAAA,CAAA,CAMF,sCACC,YAAA,CAGD,8BACC,uBAAA,CAKD,4CAGC,oBAAA,CACA,kBAAA,CAGD,qCACC,cAAA,CAIF,wBACC,mBAAA,CAIA,oCACC,cAAA,CAGD,4BACC,mBAAA,CAMD,4CAGC,qBAAA,CACA,kBAAA,CAGD,4CACC,2BAAA,CAKF,oBACC,2BAAA,CAEA,4BACC,sBAAA,CACA,aAAA,CACA,cAAA,CAIF,0BACC,eAAA,CAID,uCACC,WAAA,CAGD,8CAGC,eAAA,CAKA,+DACC,qBAAA,CAGD,6EACC,sBAAA,CAGD,uEACC,0BAAA,CAMD,+BACC,qBAAA,CCvTF;;;EAAA,CAKA,0BACC,oBAAA,CAIA,sCACC,iBAAA,CAIF,uBACC,oBAAA,CChBD;;;EAAA,CAMC,+BACC,uBAAA,CACA,aAAA,CACA,2BAAA,CAEA,2GAEC,iBAAA,CAGD,sDACC,YAAA,CACA,OAAA,CAGD,uDACC,YAAA,CACA,gBAAA,CAEA,+DACC,gBAAA,CAGD,iEACC,UAAA,CAGD,wEACC,UAAA,CClCJ;;;EAAA,CAKA,aACC,gBACC,YAAA,CAAA,CCPF;;;EAAA,CAKA,sCACC,wBAAA,CAGD,mDACC,qBAAA,CAEA,iEACC,cAAA,CACA,wCAAA,CACA,UAAA,CACA,4CAAA,CACA,qBAAA,CACA,6CAAA,CACA,2CAAA,CACA,gBAAA,CACA,YAAA,CACA,YAAA,CACA,kBAAA,CACA,6BAAA,CAEA,2LAEC,YAAA,CACA,OAAA,CAIA,8FACC,cAAA,CAKD,8GACC,eAAA,CAOD,8RAEC,QAAA,CAKH,gEAEC,eAAA,CAKD,iEACC,YAAA,CAGA,yCAEC,uEAAA,CAGD,+CACC,mCAAA,CCvEH;;;EAAA,CAIA,+BACC,sBAAA,CAGD,eACC,gDAAA,CACA,wCAAA,CACA,WAAA,CACA,qBAAA,CACA,qBAAA,CACA,YAAA,CACA,oBAAA,CACA,aAAA,CACA,kBAAA,CAGA,qBAAA,CACA,oBAAA,CACA,kBAAA,CACA,eAAA,CACA,8BAAA,CAEA,2BACC,yBAAA,CAGA,QAAA,CAEA,kCACC,YAAA",sourcesContent:['/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n *//*!\n * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.app-calendar .app-navigation-toggle,.app-navigation-toggle--prevent-overlap{background-color:var(--color-main-background) !important;border:1px solid var(--color-background-dark) !important}.app-calendar .datepicker-button-section,.app-calendar .today-button-section,.app-calendar .view-button-section{display:flex}.app-calendar .datepicker-button-section__datepicker-label{flex-grow:4 !important;text-align:center;border-radius:0 !important}.app-calendar .datepicker-button-section__datepicker{margin-inline-start:26px;margin-top:48px;position:absolute !important;width:0 !important}.app-calendar .datepicker-button-section__datepicker .mx-input-wrapper{display:none !important}.app-calendar .datepicker-button-section__left,.app-calendar .datepicker-button-section__right{background-size:10px;flex-grow:0 !important;width:34px;padding:0 6px !important}.app-calendar .datepicker-button-section__left{border-radius:var(--border-radius-element) 0 0 var(--border-radius-element) !important}.app-calendar .datepicker-button-section__right{border-radius:0 var(--border-radius-element) var(--border-radius-element) 0 !important}.app-calendar .app-navigation__body{overflow-y:unset !important}.app-calendar .app-navigation__body .app-navigation-header{padding:calc(var(--default-grid-baseline, 4px)*2)}.app-calendar .new-event-today-view-section{display:flex;gap:var(--default-grid-baseline);margin-top:var(--default-grid-baseline)}.app-calendar .new-event-today-view-section .button{margin:0 var(--default-grid-baseline) 0 0}.app-calendar .new-event-today-view-section .new-event{flex-grow:5;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-calendar .new-event-today-view-section .today{flex-grow:1;font-weight:normal !important}.app-calendar .app-navigation button.icon-share{opacity:.3 !important}.app-calendar .app-navigation button.icon-shared,.app-calendar .app-navigation button.icon-public{opacity:.7 !important}.app-calendar .app-navigation button.icon-share:active,.app-calendar .app-navigation button.icon-share:focus,.app-calendar .app-navigation button.icon-share:hover,.app-calendar .app-navigation button.icon-shared:active,.app-calendar .app-navigation button.icon-shared:focus,.app-calendar .app-navigation button.icon-shared:hover,.app-calendar .app-navigation button.icon-public:active,.app-calendar .app-navigation button.icon-public:focus,.app-calendar .app-navigation button.icon-public:hover{opacity:1 !important}.app-calendar .app-navigation #calendars-list{display:block !important}.app-calendar .app-navigation li.app-navigation-loading-placeholder-entry div.icon.icon-loading{min-height:44px}.app-calendar .app-navigation .app-navigation-entry-wrapper.deleted .app-navigation-entry__name{text-decoration:line-through}.app-calendar .app-navigation .app-navigation-entry-wrapper.open-sharing{box-shadow:inset 4px 0 var(--color-primary-element) !important;margin-inline-start:-6px;padding-inline-start:6px}.app-calendar .app-navigation .app-navigation-entry-wrapper.disabled .app-navigation-entry__name{color:var(--color-text-lighter) !important}.app-calendar .app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry{padding-inline-start:0 !important}.app-calendar .app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry .avatar{width:32px;height:32px;background-color:var(--color-border-dark);background-size:16px}.app-calendar .app-navigation .app-navigation-entry-wrapper .app-navigation-entry__children .app-navigation-entry .avatar.published{background-color:var(--color-primary-element);color:#fff}.app-calendar .app-navigation .app-navigation-entry__multiselect{padding:0 8px}.app-calendar .app-navigation .app-navigation-entry__multiselect .multiselect{width:100%;border-radius:var(--border-radius-large)}.app-calendar .app-navigation .app-navigation-entry__multiselect .multiselect__content-wrapper{z-index:200 !important}.app-calendar .app-navigation .app-navigation-entry__utils .action-checkbox__label{padding-inline-end:0 !important}.app-calendar .app-navigation .app-navigation-entry__utils .action-checkbox__label::before{margin:0 4px 0 !important}.app-calendar .app-navigation .app-navigation-entry-new-calendar .app-navigation-entry__name{color:var(--color-text-maxcontrast) !important}.app-calendar .app-navigation .app-navigation-entry-new-calendar:hover .app-navigation-entry__name,.app-calendar .app-navigation .app-navigation-entry-new-calendar--open .app-navigation-entry__name{color:var(--color-text-light) !important}.app-calendar .app-navigation .app-navigation-entry-new-calendar .action-item:not(.action-item--open) .action-item__menutoggle:not(:hover):not(:focus):not(:active){opacity:.5}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section div.multiselect{width:calc(100% - 14px);max-width:none;z-index:105}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .oneline{white-space:nowrap;position:relative}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList{list-style-type:none;display:flex;flex-direction:column}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li{height:44px;white-space:normal;display:inline-flex;align-items:center;position:relative}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li .username{padding:0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup{margin-inline-start:auto;display:flex;align-items:center;white-space:nowrap}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>a:hover,.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>a:focus,.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu>a:hover,.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu>a:focus{box-shadow:none !important;opacity:1 !important}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.icon:not(.hidden),.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu .icon:not(.hidden){padding:14px;height:44px;width:44px;opacity:.5;display:block;cursor:pointer}.app-calendar .app-navigation ul>li.app-navigation-entry-wrapper div.sharing-section .shareWithList>li>.sharingOptionsGroup>.share-menu{position:relative;display:block}.app-calendar .app-navigation ul .appointment-config-list .app-navigation-caption{margin-top:22px}.app-calendar .app-navigation ul .appointment-config-list .app-navigation-entry-link,.app-calendar .app-navigation ul .appointment-config-list .app-navigation-entry-link *{cursor:default}/*!\n * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.property-text{display:flex;gap:calc(var(--default-grid-baseline)*4);margin:0;flex-grow:1;align-items:flex-start}.property-text-wrapper{display:flex;gap:calc(var(--default-grid-baseline)*4);justify-content:stretch}.property-text .property-text__input,.property-text textarea,.property-text input{width:100%;flex-basis:unset !important}.property-description span{align-self:flex-start;padding-top:var(--default-grid-baseline)}.property-title__input{font-size:calc(var(--default-font-size)*1.5);font-weight:bold;width:100%}.property-title__input input{width:100%}.property-title-time-picker{display:flex;justify-content:stretch;flex-direction:column}.property-title-time-picker__time-pickers{flex-grow:1;display:flex;gap:calc(var(--default-grid-baseline)*4)}.property-title-time-picker__time-pickers .date-time-picker{flex-grow:1;flex-basis:calc(var(--total-width)*2/3 - var(--column-gap)/2 - (var(--default-grid-baseline)*4 + 20px))}.property-select,.property-select-multiple,.property-color,.property-repeat__summary{display:flex;align-content:center;align-items:center;gap:calc(var(--default-grid-baseline)*4);justify-content:flex-start}.property-select__input,.property-select-multiple__input,.property-color__input,.property-repeat__summary__input{width:unset !important;flex-grow:1}.property-select__input .v-select,.property-select-multiple__input .v-select,.property-color__input .v-select,.property-repeat__summary__input .v-select{width:100%;margin:0 !important}.property-repeat__summary__content{max-width:300px}.property-repeat{display:flex}.property-repeat__summary{gap:calc(var(--default-grid-baseline)*4)}.property-categories .property-select-multiple-colored-tag{display:flex;align-content:center;align-items:center;gap:var(--default-grid-baseline)}.property-color__input{display:flex}.property-alarm-item{justify-content:space-between;display:flex;align-items:center;gap:calc(var(--default-grid-baseline)*4)}.property-alarm-item__front,.property-alarm-item__edit{margin-inline-start:calc(var(--default-grid-baseline)*4)}.app-full .property-alarm-item__front,.property-alarm-item__edit{margin-inline-start:calc(var(--default-grid-baseline)*9)}.property-add-talk{display:flex;gap:calc(var(--default-grid-baseline)*4)}.invitees-list{display:flex;flex-direction:column;gap:calc(var(--default-grid-baseline)*2)}.resource-search{display:flex;flex-direction:column;gap:calc(var(--default-grid-baseline)*2)}.resource-search__capacity{display:flex;align-items:center}.resource-search__capacity__actions{margin-inline-start:5px}.resource-search__capacity .input-field{margin-block-start:0}.resource-search .v-select{width:100%;margin:0 !important}.resource-search .v-select.select{min-width:unset !important}.editor-reminders-list-empty-message__caption{text-align:center;margin:0 0 calc(var(--default-grid-baseline)*4)}.repeat-option-set{flex-wrap:nowrap;align-items:baseline}.repeat-option-set .repeat-option-set__repeat{flex-wrap:nowrap;gap:calc(var(--default-grid-baseline)*2)}.repeat-option-set .repeat-option-set__repeat-field{flex:1 1 150px;min-width:150px}.repeat-option-set .repeat-option-set__end-repeat{display:flex;flex-wrap:wrap;align-items:center;gap:calc(var(--default-grid-baseline)*2)}.repeat-option-set .repeat-option-set__end-repeat .repeat-option-set__end-repeat-field{flex:1 1 150px;min-width:350px}.repeat-option-set .repeat-option-set-section:not(:first-of-type){margin-top:10px;display:flex;flex-wrap:wrap;flex-direction:column;gap:calc(var(--default-grid-baseline)*2)}.repeat-option-set .repeat-option-set-section--on-the-select{display:flex}.repeat-option-set .repeat-option-set-section--on-the-select .v-select{width:100%;min-width:100px !important}.repeat-option-set .repeat-option-set-section__title{list-style:none}.repeat-option-set .repeat-option-set-section__grid{display:grid;grid-gap:0}.repeat-option-set .repeat-option-set-section__grid .repeat-option-set-section-grid-item{padding:var(--default-grid-baseline);width:100%;border:var(--border-width-input) solid var(--color-border-dark);text-align:center;margin:0;border-radius:0}.repeat-option-set--weekly .repeat-option-set-section__grid,.repeat-option-set--monthly .repeat-option-set-section__grid{grid-template-columns:repeat(7, auto)}.repeat-option-set--yearly .repeat-option-set-section__grid{grid-template-columns:repeat(7, auto)}.repeat-option-set--interval-freq{display:flex}.repeat-option-set--interval-freq .multiselect{min-width:100px;width:25%}.repeat-option-set--end{margin-top:calc(var(--default-grid-baseline)*2)}.repeat-option-set--end .repeat-option-end{width:100%;display:flex;flex-wrap:wrap;align-items:center}.repeat-option-set--end .repeat-option-end__label,.repeat-option-set--end .repeat-option-end__end-type-select,.repeat-option-set--end .repeat-option-end__until,.repeat-option-set--end .repeat-option-end__count{flex:1 1 auto;min-width:0;margin-inline-end:calc(var(--default-grid-baseline)*2)}.repeat-option-set--end .repeat-option-end__label{display:block;min-width:60px}.repeat-option-set--end .repeat-option-end__end-type-select{min-width:90px;width:100%}.repeat-option-set--end .repeat-option-end__until{min-width:90px;width:100%;display:inline-block}.repeat-option-set--end .repeat-option-end__count{min-width:90px;width:100%}.repeat-option-set .end-repeat-container .end-repeat-dropdown,.repeat-option-set .end-repeat-container .end-repeat-date{flex:0 1 auto;min-width:150px;width:auto}.repeat-option-set__label{margin-inline-end:auto}.repeat-option-warning{text-align:center}.invitation-response-buttons--grow{width:unset;max-width:calc(var(--total-width)*2/3 - var(--column-gap)/2 - 38px);margin-inline-start:calc(var(--default-grid-baseline)*4 + 22px)}.resource-list-item,.invitees-list-item{display:flex;align-items:center;min-height:44px}.resource-list-item__displayname,.invitees-list-item__displayname{margin-inline-start:calc(var(--default-grid-baseline)*2)}.resource-list-item__actions,.invitees-list-item__actions{margin-inline-start:auto}.resource-list-item__organizer-hint,.invitees-list-item__organizer-hint{color:var(--color-text-maxcontrast);font-weight:300;margin-inline-start:var(--default-grid-baseline)}.invitees-search__vselect{margin-inline-start:calc(var(--default-grid-baseline)*4 + 20px)}.resource-search-list-item,.invitees-search-list-item{display:flex;align-items:center;width:100%;text-align:start}.resource-search-list-item__label,.invitees-search-list-item__label{width:100%;padding:0 calc(var(--default-grid-baseline)*2)}.resource-search-list-item__label__availability,.invitees-search-list-item__label__availability{color:var(--color-text-maxcontrast)}.resource-search-list-item__label div,.invitees-search-list-item__label div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-search-list-item__label div:nth-child(1),.invitees-search-list-item__label div:nth-child(1){color:var(--color-main-text)}.resource-search-list-item__label div:nth-child(2),.invitees-search-list-item__label div:nth-child(2){color:var(--color-text-lighter);line-height:1}input:not([type=range],.input-field__input,[type=submit],[type=button],[type=reset],.multiselect__input,.select2-input,.action-input__input,[class^=vs__]),select,div[contenteditable=true],textarea{border:var(--border-width-input) solid var(--color-border-maxcontrast)}textarea{padding:5px 12px !important}.property-select__input{height:34px}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */#app-settings-modal .settings-fieldset-interior-item{align-items:stretch}#app-settings-modal .button-content-with-icon{display:flex;align-items:center;gap:calc(var(--default-grid-baseline)*2)}#app-settings-modal .no-wrap-label{white-space:nowrap}@media screen and (max-width: 800px){.shortcut-overview-modal .modal-container .shortcut-section{width:100%}}/*!\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.appointment-config-modal{padding:2vw}.appointment-config-modal__form{display:flex;flex-direction:column;width:100%}.appointment-config-modal__form fieldset{padding:20px 0}.appointment-config-modal__form fieldset header{font-size:16px;margin-bottom:3px}.appointment-config-modal__form .availability-select,.appointment-config-modal__form .calendar-select{display:flex;flex-direction:column}.appointment-config-modal__form__row--wrapped{display:flex;flex-wrap:wrap;gap:10px 50px}.appointment-config-modal__form__row--wrapped>div{flex:1 200px}.appointment-config-modal__form__row--local{display:flex;flex-direction:column}.appointment-config-modal__form__row+.appointment-config-modal__form__row{margin-top:10px}.appointment-config-modal__form .multiselect__tags{height:unset !important;margin:0 !important}.appointment-config-modal__submit-button{margin-top:20px}.app-config-modal-confirmation .empty-content{margin-top:0 !important;margin-bottom:20px}.app-config-modal-confirmation__buttons{display:flex;justify-content:center;gap:0 10px}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.modal--scheduler{position:relative}.modal--scheduler .fc-bgevent{opacity:.8}.modal--scheduler .blocking-event-free-busy{border-color:var(--color-primary-element);border-style:solid;border-inline-start-width:2px;border-inline-end-width:2px;background-color:rgba(0,0,0,0) !important;opacity:.7 !important;z-index:2}.modal--scheduler .blocking-event-free-busy.blocking-event-free-busy--first-row{border-radius:var(--border-radius) var(--border-radius) 0 0;border-block-start-width:2px}.modal--scheduler .blocking-event-free-busy.blocking-event-free-busy--last-row{border-radius:0 0 var(--border-radius) var(--border-radius);border-block-end-width:2px}.modal--scheduler .loading-indicator{width:100%;position:absolute;top:0;height:50px;margin-top:75px}.freebusy-caption{margin-top:10px}.freebusy-caption__calendar-user-types,.freebusy-caption__colors{width:50%;display:flex}.freebusy-caption__colors{width:100%;display:flex;flex-direction:column;padding:5px}.freebusy-caption__colors .freebusy-caption-item{display:flex;align-items:center;margin-inline-end:30px}.freebusy-caption__colors .freebusy-caption-item__color{height:1em;width:2em;display:block;border:1px solid var(--color-border-dark);opacity:.8}.freebusy-caption__colors .freebusy-caption-item__label{margin-inline-start:5px}/*!\n * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.fc{--fc-small-font-size: 0.875em;--fc-page-bg-color: var(--color-main-background) !important;--fc-neutral-bg-color: var(--color-background-dark) !important;--fc-neutral-text-color: var(--color-text-lighter) !important;--fc-border-color: var(--color-border) !important;--fc-daygrid-event-dot-width: 10px !important;--fc-event-bg-color: var(--color-primary-element);--fc-event-border-color: var(--color-primary-element-text);--fc-event-text-color: var(--color-primary-element-text);--fc-event-selected-overlay-color: var(--color-box-shadow);--fc-event-resizer-thickness: 8px;--fc-event-resizer-dot-total-width: 8px;--fc-event-resizer-dot-border-width: 1px;--fc-non-business-color: var(--color-background-dark);--fc-bg-event-color: var(--color-primary-element);--fc-bg-event-opacity: 0.3;--fc-highlight-color: rgba(188, 232, 241, 0.3);--fc-today-bg-color: var(--color-main-background) !important;--fc-now-indicator-color: red;--fc-list-event-hover-bg-color: var(--color-background-hover) !important;font-family:var(--font-face) !important}.fc-timegrid-axis-frame,.fc-timegrid-slot-label,.fc-col-header-cell a{color:var(--color-text-lighter) !important}.fc .fc-timegrid-slot-minor{border-block-start-style:none !important}.fc-daygrid-day-top{justify-content:center}.fc-state-highlight.fc-day-number,.fc tbody tr,.fc tbody tr:hover,.fc tbody tr:focus{background:inherit !important}.fc-day-today.fc-col-header-cell a,.fc-day-today.fc-col-header-cell span{padding:2px 6px;font-weight:bold;background-color:var(--color-primary-element);color:var(--color-primary-element-text) !important;border-radius:var(--border-radius-small)}.fc-day-today .fc-event{box-shadow:0px 0px 0px 1px var(--color-primary-element-light) !important;margin-top:0px}.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number{margin:4px;width:24px;height:24px;text-align:center;font-weight:bold !important;padding:0 !important;background:var(--color-primary-element);color:var(--color-primary-element-text);border-radius:var(--border-radius-small)}.fc-list-table td{white-space:normal;word-break:break-word}.fc .fc-list-sticky .fc-list-day>*{z-index:1}.fc-list-table .fc-list-day-cushion{padding-inline-start:calc(var(--default-clickable-area) + var(--default-grid-baseline)*2)}.fc-timeGridWeek-view .fc-col-header-cell.fc-day-today,.fc-timeGridWeek-view .fc-daygrid-day.fc-day-today,.fc-timeGridWeek-view .fc-timegrid-col.fc-day-today,.fc-dayGridMonth-view .fc-col-header-cell.fc-day-today,.fc-dayGridMonth-view .fc-daygrid-day.fc-day-today,.fc-dayGridMonth-view .fc-timegrid-col.fc-day-today{background-color:var(--color-primary-element-light) !important}.fc-daygrid-day.fc-day.fc-day-other,.fc .fc-daygrid-day.fc-day-today.fc-day-other{background-color:var(--color-background-dark) !important;border:1px solid var(--color-background-darker)}.fc-daygrid-day.fc-day.fc-day-other .fc-daygrid-day-top,.fc .fc-daygrid-day.fc-day-today.fc-day-other .fc-daygrid-day-top{opacity:.6}.fc-event{padding-inline-start:3px;border-width:2px}.fc-event.fc-event-nc-task-completed,.fc-event.fc-event-nc-tentative,.fc-event.fc-event-past,.fc-event.fc-event-nc-cancelled{opacity:.5}.fc-event.fc-event-nc-task-completed .fc-event-title,.fc-event.fc-event-nc-task-completed .fc-list-event-title,.fc-event.fc-event-nc-cancelled .fc-event-title,.fc-event.fc-event-nc-cancelled .fc-list-event-title{text-decoration:line-through !important}.fc-event .fc-event-title{text-overflow:ellipsis;font-weight:700}.fc-event .fc-event-nc-alarms .icon-event-reminder{background-color:inherit;background-position:right;position:absolute;top:0;inset-inline-end:0}.fc-event .fc-event-nc-alarms .icon-event-reminder--light{background-image:var(--icon-calendar-reminder-fffffe)}.fc-event .fc-event-nc-alarms .icon-event-reminder--dark{background-image:var(--icon-calendar-reminder-000001)}.fc-event .fc-event-title-container{display:flex;align-content:center}.fc-event .fc-event-title-container .fc-event-title-checkbox{margin:4px 4px 0 0;line-height:1}.fc-event .fc-list-event-checkbox{margin:2px 4px 0 -2px;line-height:1}.fc-event .fc-daygrid-event-checkbox{margin:2px 4px 0 4px;line-height:1}.fc-event .fc-list-event-location span,.fc-event .fc-list-event-description span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:pre-wrap;max-width:25vw}.fc-event svg{margin-inline-end:2px}@media only screen and (max-width: 767px){.fc-event .fc-list-event-location,.fc-event .fc-list-event-description{display:none}}.fc-list-empty .fc-list-empty-cushion{display:none}.fc-list-empty .empty-content{margin-top:0 !important}.fc-timeGridWeek-view .fc-daygrid-more-link{word-break:break-all;white-space:normal}.fc-timeGridWeek-view .fc-event-main{flex-wrap:wrap}.fc-timegrid-col-events{margin:0 !important}.fc-v-event.fc-timegrid-event-short{min-height:2em}.fc-v-event .fc-event-title{white-space:initial}.fc-dayGridMonth-view .fc-daygrid-more-link{word-break:break-word;white-space:normal}.fc-dayGridMonth-view .fc-daygrid-day-frame{min-height:150px !important}.fc-col-header-cell{padding-top:10px !important}.fc-col-header-cell-cushion{text-overflow:ellipsis;overflow:clip;max-width:100%}.fc-timegrid-axis-cushion{margin-top:44px}.fc-timegrid-axis.fc-scrollgrid-shrink{height:65px}.fc-timegrid-event-harness,.fc-timegrid-event{margin-bottom:0}.fc-timeGridDay-view .fc-event,.fc-timeGridWeek-view .fc-event{margin-inline-end:1vw}.fc-timeGridDay-view .fc-event-mirror,.fc-timeGridWeek-view .fc-event-mirror{border:none !important}.fc-timeGridDay-view .fc-highlight,.fc-timeGridWeek-view .fc-highlight{background:none !important}.fc-timeGridDay-view .fc-event{margin-inline-end:2vw}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.toast-calendar-multiline{white-space:pre-wrap}.content.app-calendar>div.app-content{overflow-x:hidden}.app-navigation-spacer{list-style-type:none}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.import-modal .modal-container{padding:24px !important;min-width:50%;overflow:visible !important}.import-modal .modal-container .import-modal__title,.import-modal .modal-container .import-modal__subtitle{text-align:center}.import-modal .modal-container .import-modal__actions{display:flex;gap:5px}.import-modal .modal-container .import-modal-file-item{display:flex;padding-top:10px}.import-modal .modal-container .import-modal-file-item--header{font-weight:bold}.import-modal .modal-container .import-modal-file-item__filename{flex:2 1 0}.import-modal .modal-container .import-modal-file-item__calendar-select{flex:1 1 0}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */@media print{.app-navigation{display:none}}/*!\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */#emptycontent-container #emptycontent{color:#a9a9a9 !important}.content.app-calendar.app-calendar-public-embedded{flex-direction:column}.content.app-calendar.app-calendar-public-embedded #embed-header{flex-wrap:wrap;gap:calc(var(--default-grid-baseline)*2);width:100%;padding:calc(var(--default-grid-baseline)*2);box-sizing:border-box;background-color:var(--color-main-background);border-bottom:1px solid var(--color-border);overflow:visible;z-index:2000;display:flex;align-items:center;justify-content:space-between}.content.app-calendar.app-calendar-public-embedded #embed-header .embed-header__date-section,.content.app-calendar.app-calendar-public-embedded #embed-header .embed-header__share-section{display:flex;gap:5px}.content.app-calendar.app-calendar-public-embedded #embed-header .view-button-section .button{min-width:75px}.content.app-calendar.app-calendar-public-embedded #embed-header .datepicker-button-section__datepicker-label{min-width:150px}.content.app-calendar.app-calendar-public-embedded #embed-header .datepicker-button-section button,.content.app-calendar.app-calendar-public-embedded #embed-header .today-button-section button,.content.app-calendar.app-calendar-public-embedded #embed-header .view-button-section button{margin:0}.content.app-calendar.app-calendar-public-embedded .app-content{flex-basis:auto}#body-public input#initial-state-calendar-is_embed~header#header{display:none}#body-public .app-calendar-public+footer{border-radius:0 0 var(--border-radius-large) var(--border-radius-large)}#body-public .app-calendar-public .app-content{height:calc(100% - 65px) !important}/*!\n * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */.property-text__input--linkify{flex-basis:min-content}.linkify-links{border:2px solid var(--color-border-maxcontrast);border-radius:var(--border-radius-large);cursor:text;width:100% !important;box-sizing:border-box;padding:12px;white-space:pre-line;overflow:auto;line-height:normal;word-break:break-word;display:inline-block;vertical-align:top;max-height:16em;max-height:calc(100vh - 500px)}.linkify-links a.linkified{text-decoration:underline;margin:0}.linkify-links a.linkified::after{content:" ↗"}',null,null,null,null,null,null,null,null,null,null,null],sourceRoot:""}]);const s=o},76314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r="",n=void 0!==t[5];return t[4]&&(r+="@supports (".concat(t[4],") {")),t[2]&&(r+="@media ".concat(t[2]," {")),n&&(r+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),r+=e(t),n&&(r+="}"),t[2]&&(r+="}"),t[4]&&(r+="}"),r})).join("")},t.i=function(e,r,n,i,a){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(n)for(var s=0;s0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=a),r&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=r):l[2]=r),i&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=i):l[4]="".concat(i)),t.push(l))}},t}},71354:e=>{"use strict";e.exports=function(e){var t=e[1],r=e[3];if(!r)return t;if("function"==typeof btoa){var n=btoa(unescape(encodeURIComponent(JSON.stringify(r)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(n),a="/*# ".concat(i," */");return[t].concat([a]).join("\n")}return[t].join("\n")}},70580:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var r,n=""+e,i=t.exec(n);if(!i)return n;var a="",o=0,s=0;for(o=i.index;o{var t,r,n=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function o(e){if(t===setTimeout)return setTimeout(e,0);if((t===i||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:i}catch(e){t=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(e){r=a}}();var s,c=[],u=!1,l=-1;function p(){u&&s&&(u=!1,s.length?c=s.concat(c):l=-1,c.length&&f())}function f(){if(!u){var e=o(p);u=!0;for(var t=c.length;t;){for(s=c,c=[];++l1)for(var r=1;r{var n=r(67356);n.__esModule&&(n=n.default),"string"==typeof n&&(n=[[e.id,n,""]]),n.locals&&(e.exports=n.locals);(0,r(70534).A)("301f1732",n,!0,{})},70534:(e,t,r)=>{"use strict";function n(e,t){for(var r=[],n={},i=0;ih});var i="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!i)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var a={},o=i&&(document.head||document.getElementsByTagName("head")[0]),s=null,c=0,u=!1,l=function(){},p=null,f="data-vue-ssr-id",d="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function h(e,t,r,i){u=r,p=i||{};var o=n(e,t);return A(o),function(t){for(var r=[],i=0;ir.parts.length&&(n.parts.length=r.parts.length)}else{var o=[];for(i=0;i{"use strict";var n=r(94901),i=r(16823),a=TypeError;e.exports=function(e){if(n(e))return e;throw new a(i(e)+" is not a function")}},35548:(e,t,r)=>{"use strict";var n=r(33517),i=r(16823),a=TypeError;e.exports=function(e){if(n(e))return e;throw new a(i(e)+" is not a constructor")}},24194:(e,t,r)=>{"use strict";var n=r(36955),i=TypeError;e.exports=function(e){if("DataView"===n(e))return e;throw new i("Argument is not a DataView")}},73506:(e,t,r)=>{"use strict";var n=r(13925),i=String,a=TypeError;e.exports=function(e){if(n(e))return e;throw new a("Can't set "+i(e)+" as a prototype")}},97080:(e,t,r)=>{"use strict";var n=r(94402).has;e.exports=function(e){return n(e),e}},63463:e=>{"use strict";var t=TypeError;e.exports=function(e){if("string"==typeof e)return e;throw new t("Argument is not a string")}},91021:(e,t,r)=>{"use strict";var n=r(97751),i=r(69565),a=r(79504),o=r(76080),s=r(28551),c=r(79306),u=r(64117),l=r(55966),p=r(78227),f=p("asyncDispose"),d=p("dispose"),h=a([].push),A=function(e,t,r){return arguments.length<3&&!u(e)&&(r=c(function(e,t){if("async-dispose"===t){var r=l(e,f);return void 0!==r||void 0===(r=l(e,d))?r:function(){var e=this;return new(n("Promise"))((function(t){i(r,e),t(void 0)}))}}return l(e,d)}(s(e),t))),void 0===r?function(){}:o(r,e)};e.exports=function(e,t,r,n){var i;if(arguments.length<4){if(u(t)&&"sync-dispose"===r)return;i=A(t,r)}else i=A(void 0,r,n);h(e.stack,i)}},6469:(e,t,r)=>{"use strict";var n=r(78227),i=r(2360),a=r(24913).f,o=n("unscopables"),s=Array.prototype;void 0===s[o]&&a(s,o,{configurable:!0,value:i(null)}),e.exports=function(e){s[o][e]=!0}},57829:(e,t,r)=>{"use strict";var n=r(68183).charAt;e.exports=function(e,t,r){return t+(r?n(e,t).length:1)}},90679:(e,t,r)=>{"use strict";var n=r(1625),i=TypeError;e.exports=function(e,t){if(n(t,e))return e;throw new i("Incorrect invocation")}},83972:(e,t,r)=>{"use strict";var n=r(20034),i=String,a=TypeError;e.exports=function(e){if(void 0===e||n(e))return e;throw new a(i(e)+" is not an object or undefined")}},28551:(e,t,r)=>{"use strict";var n=r(20034),i=String,a=TypeError;e.exports=function(e){if(n(e))return e;throw new a(i(e)+" is not an object")}},34154:(e,t,r)=>{"use strict";var n=r(36955),i=TypeError;e.exports=function(e){if("Uint8Array"===n(e))return e;throw new i("Argument is not an Uint8Array")}},77811:e=>{"use strict";e.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},67394:(e,t,r)=>{"use strict";var n=r(44576),i=r(46706),a=r(22195),o=n.ArrayBuffer,s=n.TypeError;e.exports=o&&i(o.prototype,"byteLength","get")||function(e){if("ArrayBuffer"!==a(e))throw new s("ArrayBuffer expected");return e.byteLength}},3238:(e,t,r)=>{"use strict";var n=r(44576),i=r(77811),a=r(67394),o=n.DataView;e.exports=function(e){if(!i||0!==a(e))return!1;try{return new o(e),!1}catch(e){return!0}}},15652:(e,t,r)=>{"use strict";var n=r(79039);e.exports=n((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}}))},55169:(e,t,r)=>{"use strict";var n=r(3238),i=TypeError;e.exports=function(e){if(n(e))throw new i("ArrayBuffer is detached");return e}},95636:(e,t,r)=>{"use strict";var n=r(44576),i=r(79504),a=r(46706),o=r(57696),s=r(55169),c=r(67394),u=r(94483),l=r(1548),p=n.structuredClone,f=n.ArrayBuffer,d=n.DataView,h=Math.min,A=f.prototype,m=d.prototype,v=i(A.slice),g=a(A,"resizable","get"),y=a(A,"maxByteLength","get"),b=i(m.getInt8),_=i(m.setInt8);e.exports=(l||u)&&function(e,t,r){var n,i=c(e),a=void 0===t?i:o(t),A=!g||!g(e);if(s(e),l&&(e=p(e,{transfer:[e]}),i===a&&(r||A)))return e;if(i>=a&&(!r||A))n=v(e,0,a);else{var m=r&&!A&&y?{maxByteLength:y(e)}:void 0;n=new f(a,m);for(var C=new d(e),w=new d(n),x=h(a,i),E=0;E{"use strict";var n,i,a,o=r(77811),s=r(43724),c=r(44576),u=r(94901),l=r(20034),p=r(39297),f=r(36955),d=r(16823),h=r(66699),A=r(36840),m=r(62106),v=r(1625),g=r(42787),y=r(52967),b=r(78227),_=r(33392),C=r(91181),w=C.enforce,x=C.get,E=c.Int8Array,S=E&&E.prototype,k=c.Uint8ClampedArray,I=k&&k.prototype,T=E&&g(E),D=S&&g(S),O=Object.prototype,R=c.TypeError,N=b("toStringTag"),L=_("TYPED_ARRAY_TAG"),j="TypedArrayConstructor",M=o&&!!y&&"Opera"!==f(c.opera),P=!1,B={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},U={BigInt64Array:8,BigUint64Array:8},F=function(e){var t=g(e);if(l(t)){var r=x(t);return r&&p(r,j)?r[j]:F(t)}},G=function(e){if(!l(e))return!1;var t=f(e);return p(B,t)||p(U,t)};for(n in B)(a=(i=c[n])&&i.prototype)?w(a)[j]=i:M=!1;for(n in U)(a=(i=c[n])&&i.prototype)&&(w(a)[j]=i);if((!M||!u(T)||T===Function.prototype)&&(T=function(){throw new R("Incorrect invocation")},M))for(n in B)c[n]&&y(c[n],T);if((!M||!D||D===O)&&(D=T.prototype,M))for(n in B)c[n]&&y(c[n].prototype,D);if(M&&g(I)!==D&&y(I,D),s&&!p(D,N))for(n in P=!0,m(D,N,{configurable:!0,get:function(){return l(this)?this[L]:void 0}}),B)c[n]&&h(c[n],L,n);e.exports={NATIVE_ARRAY_BUFFER_VIEWS:M,TYPED_ARRAY_TAG:P&&L,aTypedArray:function(e){if(G(e))return e;throw new R("Target is not a typed array")},aTypedArrayConstructor:function(e){if(u(e)&&(!y||v(T,e)))return e;throw new R(d(e)+" is not a typed array constructor")},exportTypedArrayMethod:function(e,t,r,n){if(s){if(r)for(var i in B){var a=c[i];if(a&&p(a.prototype,e))try{delete a.prototype[e]}catch(r){try{a.prototype[e]=t}catch(e){}}}D[e]&&!r||A(D,e,r?t:M&&S[e]||t,n)}},exportTypedArrayStaticMethod:function(e,t,r){var n,i;if(s){if(y){if(r)for(n in B)if((i=c[n])&&p(i,e))try{delete i[e]}catch(e){}if(T[e]&&!r)return;try{return A(T,e,r?t:M&&T[e]||t)}catch(e){}}for(n in B)!(i=c[n])||i[e]&&!r||A(i,e,t)}},getTypedArrayConstructor:F,isView:function(e){if(!l(e))return!1;var t=f(e);return"DataView"===t||p(B,t)||p(U,t)},isTypedArray:G,TypedArray:T,TypedArrayPrototype:D}},66346:(e,t,r)=>{"use strict";var n=r(44576),i=r(79504),a=r(43724),o=r(77811),s=r(10350),c=r(66699),u=r(62106),l=r(56279),p=r(79039),f=r(90679),d=r(91291),h=r(18014),A=r(57696),m=r(15617),v=r(88490),g=r(42787),y=r(52967),b=r(84373),_=r(67680),C=r(23167),w=r(77740),x=r(10687),E=r(91181),S=s.PROPER,k=s.CONFIGURABLE,I="ArrayBuffer",T="DataView",D="prototype",O="Wrong index",R=E.getterFor(I),N=E.getterFor(T),L=E.set,j=n[I],M=j,P=M&&M[D],B=n[T],U=B&&B[D],F=Object.prototype,G=n.Array,z=n.RangeError,$=i(b),W=i([].reverse),H=v.pack,Y=v.unpack,X=function(e){return[255&e]},q=function(e){return[255&e,e>>8&255]},V=function(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]},K=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},J=function(e){return H(m(e),23,4)},Q=function(e){return H(e,52,8)},Z=function(e,t,r){u(e[D],t,{configurable:!0,get:function(){return r(this)[t]}})},ee=function(e,t,r,n){var i=N(e),a=A(r),o=!!n;if(a+t>i.byteLength)throw new z(O);var s=i.bytes,c=a+i.byteOffset,u=_(s,c,c+t);return o?u:W(u)},te=function(e,t,r,n,i,a){var o=N(e),s=A(r),c=n(+i),u=!!a;if(s+t>o.byteLength)throw new z(O);for(var l=o.bytes,p=s+o.byteOffset,f=0;f>24)},setUint8:function(e,t){ie(this,e,t<<24>>24)}},{unsafe:!0})}else P=(M=function(e){f(this,P);var t=A(e);L(this,{type:I,bytes:$(G(t),0),byteLength:t}),a||(this.byteLength=t,this.detached=!1)})[D],U=(B=function(e,t,r){f(this,U),f(e,P);var n=R(e),i=n.byteLength,o=d(t);if(o<0||o>i)throw new z("Wrong offset");if(o+(r=void 0===r?i-o:h(r))>i)throw new z("Wrong length");L(this,{type:T,buffer:e,byteLength:r,byteOffset:o,bytes:n.bytes}),a||(this.buffer=e,this.byteLength=r,this.byteOffset=o)})[D],a&&(Z(M,"byteLength",R),Z(B,"buffer",N),Z(B,"byteLength",N),Z(B,"byteOffset",N)),l(U,{getInt8:function(e){return ee(this,1,e)[0]<<24>>24},getUint8:function(e){return ee(this,1,e)[0]},getInt16:function(e){var t=ee(this,2,e,arguments.length>1&&arguments[1]);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=ee(this,2,e,arguments.length>1&&arguments[1]);return t[1]<<8|t[0]},getInt32:function(e){return K(ee(this,4,e,arguments.length>1&&arguments[1]))},getUint32:function(e){return K(ee(this,4,e,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(e){return Y(ee(this,4,e,arguments.length>1&&arguments[1]),23)},getFloat64:function(e){return Y(ee(this,8,e,arguments.length>1&&arguments[1]),52)},setInt8:function(e,t){te(this,1,e,X,t)},setUint8:function(e,t){te(this,1,e,X,t)},setInt16:function(e,t){te(this,2,e,q,t,arguments.length>2&&arguments[2])},setUint16:function(e,t){te(this,2,e,q,t,arguments.length>2&&arguments[2])},setInt32:function(e,t){te(this,4,e,V,t,arguments.length>2&&arguments[2])},setUint32:function(e,t){te(this,4,e,V,t,arguments.length>2&&arguments[2])},setFloat32:function(e,t){te(this,4,e,J,t,arguments.length>2&&arguments[2])},setFloat64:function(e,t){te(this,8,e,Q,t,arguments.length>2&&arguments[2])}});x(M,I),x(B,T),e.exports={ArrayBuffer:M,DataView:B}},57029:(e,t,r)=>{"use strict";var n=r(48981),i=r(35610),a=r(26198),o=r(84606),s=Math.min;e.exports=[].copyWithin||function(e,t){var r=n(this),c=a(r),u=i(e,c),l=i(t,c),p=arguments.length>2?arguments[2]:void 0,f=s((void 0===p?c:i(p,c))-l,c-u),d=1;for(l0;)l in r?r[u]=r[l]:o(r,u),u+=d,l+=d;return r}},84373:(e,t,r)=>{"use strict";var n=r(48981),i=r(35610),a=r(26198);e.exports=function(e){for(var t=n(this),r=a(t),o=arguments.length,s=i(o>1?arguments[1]:void 0,r),c=o>2?arguments[2]:void 0,u=void 0===c?r:i(c,r);u>s;)t[s++]=e;return t}},90235:(e,t,r)=>{"use strict";var n=r(59213).forEach,i=r(34598)("forEach");e.exports=i?[].forEach:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}},8045:(e,t,r)=>{"use strict";var n=r(76080),i=r(79504),a=r(48981),o=r(33517),s=r(1886),c=r(70081),u=r(1767),l=r(50851),p=r(55966),f=r(97751),d=r(44124),h=r(78227),A=r(24074),m=r(36639).toArray,v=h("asyncIterator"),g=i(d("Array","values")),y=i(g([]).next),b=function(){return new _(this)},_=function(e){this.iterator=g(e)};_.prototype.next=function(){return y(this.iterator)},e.exports=function(e){var t=this,r=arguments.length,i=r>1?arguments[1]:void 0,d=r>2?arguments[2]:void 0;return new(f("Promise"))((function(r){var f=a(e);void 0!==i&&(i=n(i,d));var h=p(f,v),g=h?void 0:l(f)||b,y=o(t)?new t:[],_=h?s(f,h):new A(u(c(f,g)));r(m(_,i,y))}))}},35370:(e,t,r)=>{"use strict";var n=r(26198);e.exports=function(e,t,r){for(var i=0,a=arguments.length>2?r:n(t),o=new e(a);a>i;)o[i]=t[i++];return o}},97916:(e,t,r)=>{"use strict";var n=r(76080),i=r(69565),a=r(48981),o=r(96319),s=r(44209),c=r(33517),u=r(26198),l=r(97040),p=r(70081),f=r(50851),d=Array;e.exports=function(e){var t=a(e),r=c(this),h=arguments.length,A=h>1?arguments[1]:void 0,m=void 0!==A;m&&(A=n(A,h>2?arguments[2]:void 0));var v,g,y,b,_,C,w=f(t),x=0;if(!w||this===d&&s(w))for(v=u(t),g=r?new this(v):d(v);v>x;x++)C=m?A(t[x],x):t[x],l(g,x,C);else for(g=r?new this:[],_=(b=p(t,w)).next;!(y=i(_,b)).done;x++)C=m?o(b,A,[y.value,x],!0):y.value,l(g,x,C);return g.length=x,g}},19617:(e,t,r)=>{"use strict";var n=r(25397),i=r(35610),a=r(26198),o=function(e){return function(t,r,o){var s=n(t),c=a(s);if(0===c)return!e&&-1;var u,l=i(o,c);if(e&&r!=r){for(;c>l;)if((u=s[l++])!=u)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:o(!0),indexOf:o(!1)}},43839:(e,t,r)=>{"use strict";var n=r(76080),i=r(47055),a=r(48981),o=r(26198),s=function(e){var t=1===e;return function(r,s,c){for(var u,l=a(r),p=i(l),f=o(p),d=n(s,c);f-- >0;)if(d(u=p[f],f,l))switch(e){case 0:return u;case 1:return f}return t?-1:void 0}};e.exports={findLast:s(0),findLastIndex:s(1)}},59213:(e,t,r)=>{"use strict";var n=r(76080),i=r(79504),a=r(47055),o=r(48981),s=r(26198),c=r(1469),u=i([].push),l=function(e){var t=1===e,r=2===e,i=3===e,l=4===e,p=6===e,f=7===e,d=5===e||p;return function(h,A,m,v){for(var g,y,b=o(h),_=a(b),C=s(_),w=n(A,m),x=0,E=v||c,S=t?E(h,C):r||f?E(h,0):void 0;C>x;x++)if((d||x in _)&&(y=w(g=_[x],x,b),e))if(t)S[x]=y;else if(y)switch(e){case 3:return!0;case 5:return g;case 6:return x;case 2:u(S,g)}else switch(e){case 4:return!1;case 7:u(S,g)}return p?-1:i||l?l:S}};e.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterReject:l(7)}},8379:(e,t,r)=>{"use strict";var n=r(18745),i=r(25397),a=r(91291),o=r(26198),s=r(34598),c=Math.min,u=[].lastIndexOf,l=!!u&&1/[1].lastIndexOf(1,-0)<0,p=s("lastIndexOf"),f=l||!p;e.exports=f?function(e){if(l)return n(u,this,arguments)||0;var t=i(this),r=o(t);if(0===r)return-1;var s=r-1;for(arguments.length>1&&(s=c(s,a(arguments[1]))),s<0&&(s=r+s);s>=0;s--)if(s in t&&t[s]===e)return s||0;return-1}:u},70597:(e,t,r)=>{"use strict";var n=r(79039),i=r(78227),a=r(39519),o=i("species");e.exports=function(e){return a>=51||!n((function(){var t=[];return(t.constructor={})[o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},34598:(e,t,r)=>{"use strict";var n=r(79039);e.exports=function(e,t){var r=[][e];return!!r&&n((function(){r.call(null,t||function(){return 1},1)}))}},80926:(e,t,r)=>{"use strict";var n=r(79306),i=r(48981),a=r(47055),o=r(26198),s=TypeError,c="Reduce of empty array with no initial value",u=function(e){return function(t,r,u,l){var p=i(t),f=a(p),d=o(p);if(n(r),0===d&&u<2)throw new s(c);var h=e?d-1:0,A=e?-1:1;if(u<2)for(;;){if(h in f){l=f[h],h+=A;break}if(h+=A,e?h<0:d<=h)throw new s(c)}for(;e?h>=0:d>h;h+=A)h in f&&(l=r(l,f[h],h,p));return l}};e.exports={left:u(!1),right:u(!0)}},34527:(e,t,r)=>{"use strict";var n=r(43724),i=r(34376),a=TypeError,o=Object.getOwnPropertyDescriptor,s=n&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(e){return e instanceof TypeError}}();e.exports=s?function(e,t){if(i(e)&&!o(e,"length").writable)throw new a("Cannot set read only .length");return e.length=t}:function(e,t){return e.length=t}},67680:(e,t,r)=>{"use strict";var n=r(79504);e.exports=n([].slice)},74488:(e,t,r)=>{"use strict";var n=r(67680),i=Math.floor,a=function(e,t){var r=e.length;if(r<8)for(var o,s,c=1;c0;)e[s]=e[--s];s!==c++&&(e[s]=o)}else for(var u=i(r/2),l=a(n(e,0,u),t),p=a(n(e,u),t),f=l.length,d=p.length,h=0,A=0;h{"use strict";var n=r(34376),i=r(33517),a=r(20034),o=r(78227)("species"),s=Array;e.exports=function(e){var t;return n(e)&&(t=e.constructor,(i(t)&&(t===s||n(t.prototype))||a(t)&&null===(t=t[o]))&&(t=void 0)),void 0===t?s:t}},1469:(e,t,r)=>{"use strict";var n=r(9814);e.exports=function(e,t){return new(n(e))(0===t?0:t)}},37628:(e,t,r)=>{"use strict";var n=r(26198);e.exports=function(e,t){for(var r=n(e),i=new t(r),a=0;a{"use strict";var n=r(26198),i=r(91291),a=RangeError;e.exports=function(e,t,r,o){var s=n(e),c=i(r),u=c<0?s+c:c;if(u>=s||u<0)throw new a("Incorrect index");for(var l=new t(s),p=0;p{"use strict";var n=r(69565),i=r(28551),a=r(2360),o=r(55966),s=r(56279),c=r(91181),u=r(9539),l=r(97751),p=r(53982),f=r(62529),d=l("Promise"),h="AsyncFromSyncIterator",A=c.set,m=c.getterFor(h),v=function(e,t,r,n,i){var a=e.done;d.resolve(e.value).then((function(e){t(f(e,a))}),(function(e){if(!a&&i)try{u(n,"throw",e)}catch(t){e=t}r(e)}))},g=function(e){e.type=h,A(this,e)};g.prototype=s(a(p),{next:function(){var e=m(this);return new d((function(t,r){var a=i(n(e.next,e.iterator));v(a,t,r,e.iterator,!0)}))},return:function(){var e=m(this).iterator;return new d((function(t,r){var a=o(e,"return");if(void 0===a)return t(f(void 0,!0));var s=i(n(a,e));v(s,t,r,e)}))}}),e.exports=g},98391:(e,t,r)=>{"use strict";var n=r(69565),i=r(97751),a=r(55966);e.exports=function(e,t,r,o){try{var s=a(e,"return");if(s)return i("Promise").resolve(n(s,e)).then((function(){t(r)}),(function(e){o(e)}))}catch(e){return o(e)}t(r)}},36639:(e,t,r)=>{"use strict";var n=r(69565),i=r(79306),a=r(28551),o=r(20034),s=r(96837),c=r(97751),u=r(1767),l=r(98391),p=function(e){var t=0===e,r=1===e,p=2===e,f=3===e;return function(e,d,h){a(e);var A=void 0!==d;!A&&t||i(d);var m=u(e),v=c("Promise"),g=m.iterator,y=m.next,b=0;return new v((function(e,i){var c=function(e){l(g,i,e,i)},u=function(){try{if(A)try{s(b)}catch(e){c(e)}v.resolve(a(n(y,g))).then((function(n){try{if(a(n).done)t?(h.length=b,e(h)):e(!f&&(p||void 0));else{var s=n.value;try{if(A){var m=d(s,b),y=function(n){if(r)u();else if(p)n?u():l(g,e,!1,i);else if(t)try{h[b++]=n,u()}catch(e){c(e)}else n?l(g,e,f||s,i):u()};o(m)?v.resolve(m).then(y,c):y(m)}else h[b++]=s,u()}catch(e){c(e)}}}catch(e){i(e)}}),i)}catch(e){i(e)}};u()}))}};e.exports={toArray:p(0),forEach:p(1),every:p(2),some:p(3),find:p(4)}},53982:(e,t,r)=>{"use strict";var n,i,a=r(44576),o=r(77629),s=r(94901),c=r(2360),u=r(42787),l=r(36840),p=r(78227),f=r(96395),d="USE_FUNCTION_CONSTRUCTOR",h=p("asyncIterator"),A=a.AsyncIterator,m=o.AsyncIteratorPrototype;if(m)n=m;else if(s(A))n=A.prototype;else if(o[d]||a[d])try{i=u(u(u(Function("return async function*(){}()")()))),u(i)===Object.prototype&&(n=i)}catch(e){}n?f&&(n=c(n)):n={},s(n[h])||l(n,h,(function(){return this})),e.exports=n},92804:e=>{"use strict";var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=t+"+/",n=t+"-_",i=function(e){for(var t={},r=0;r<64;r++)t[e.charAt(r)]=r;return t};e.exports={i2c:r,c2i:i(r),i2cUrl:n,c2iUrl:i(n)}},96319:(e,t,r)=>{"use strict";var n=r(28551),i=r(9539);e.exports=function(e,t,r,a){try{return a?t(n(r)[0],r[1]):t(r)}catch(t){i(e,"throw",t)}}},84428:(e,t,r)=>{"use strict";var n=r(78227)("iterator"),i=!1;try{var a=0,o={next:function(){return{done:!!a++}},return:function(){i=!0}};o[n]=function(){return this},Array.from(o,(function(){throw 2}))}catch(e){}e.exports=function(e,t){try{if(!t&&!i)return!1}catch(e){return!1}var r=!1;try{var a={};a[n]=function(){return{next:function(){return{done:r=!0}}}},e(a)}catch(e){}return r}},22195:(e,t,r)=>{"use strict";var n=r(79504),i=n({}.toString),a=n("".slice);e.exports=function(e){return a(i(e),8,-1)}},36955:(e,t,r)=>{"use strict";var n=r(92140),i=r(94901),a=r(22195),o=r(78227)("toStringTag"),s=Object,c="Arguments"===a(function(){return arguments}());e.exports=n?a: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=s(e),o))?r:c?a(t):"Object"===(n=a(t))&&i(t.callee)?"Arguments":n}},86938:(e,t,r)=>{"use strict";var n=r(2360),i=r(62106),a=r(56279),o=r(76080),s=r(90679),c=r(64117),u=r(72652),l=r(51088),p=r(62529),f=r(87633),d=r(43724),h=r(3451).fastKey,A=r(91181),m=A.set,v=A.getterFor;e.exports={getConstructor:function(e,t,r,l){var p=e((function(e,i){s(e,f),m(e,{type:t,index:n(null),first:null,last:null,size:0}),d||(e.size=0),c(i)||u(i,e[l],{that:e,AS_ENTRIES:r})})),f=p.prototype,A=v(t),g=function(e,t,r){var n,i,a=A(e),o=y(e,t);return o?o.value=r:(a.last=o={index:i=h(t,!0),key:t,value:r,previous:n=a.last,next:null,removed:!1},a.first||(a.first=o),n&&(n.next=o),d?a.size++:e.size++,"F"!==i&&(a.index[i]=o)),e},y=function(e,t){var r,n=A(e),i=h(t);if("F"!==i)return n.index[i];for(r=n.first;r;r=r.next)if(r.key===t)return r};return a(f,{clear:function(){for(var e=A(this),t=e.first;t;)t.removed=!0,t.previous&&(t.previous=t.previous.next=null),t=t.next;e.first=e.last=null,e.index=n(null),d?e.size=0:this.size=0},delete:function(e){var t=this,r=A(t),n=y(t,e);if(n){var i=n.next,a=n.previous;delete r.index[n.index],n.removed=!0,a&&(a.next=i),i&&(i.previous=a),r.first===n&&(r.first=i),r.last===n&&(r.last=a),d?r.size--:t.size--}return!!n},forEach:function(e){for(var t,r=A(this),n=o(e,arguments.length>1?arguments[1]:void 0);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)}}),a(f,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)}}),d&&i(f,"size",{configurable:!0,get:function(){return A(this).size}}),p},setStrong:function(e,t,r){var n=t+" Iterator",i=v(t),a=v(n);l(e,t,(function(e,t){m(this,{type:n,target:e,state:i(e),kind:t,last:null})}),(function(){for(var e=a(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)?p("keys"===t?r.key:"values"===t?r.value:[r.key,r.value],!1):(e.target=null,p(void 0,!0))}),r?"entries":"values",!r,!0),f(t)}}},91625:(e,t,r)=>{"use strict";var n=r(79504),i=r(56279),a=r(3451).getWeakData,o=r(90679),s=r(28551),c=r(64117),u=r(20034),l=r(72652),p=r(59213),f=r(39297),d=r(91181),h=d.set,A=d.getterFor,m=p.find,v=p.findIndex,g=n([].splice),y=0,b=function(e){return e.frozen||(e.frozen=new _)},_=function(){this.entries=[]},C=function(e,t){return m(e.entries,(function(e){return e[0]===t}))};_.prototype={get:function(e){var t=C(this,e);if(t)return t[1]},has:function(e){return!!C(this,e)},set:function(e,t){var r=C(this,e);r?r[1]=t:this.entries.push([e,t])},delete:function(e){var t=v(this.entries,(function(t){return t[0]===e}));return~t&&g(this.entries,t,1),!!~t}},e.exports={getConstructor:function(e,t,r,n){var p=e((function(e,i){o(e,d),h(e,{type:t,id:y++,frozen:null}),c(i)||l(i,e[n],{that:e,AS_ENTRIES:r})})),d=p.prototype,m=A(t),v=function(e,t,r){var n=m(e),i=a(s(t),!0);return!0===i?b(n).set(t,r):i[n.id]=r,e};return i(d,{delete:function(e){var t=m(this);if(!u(e))return!1;var r=a(e);return!0===r?b(t).delete(e):r&&f(r,t.id)&&delete r[t.id]},has:function(e){var t=m(this);if(!u(e))return!1;var r=a(e);return!0===r?b(t).has(e):r&&f(r,t.id)}}),i(d,r?{get:function(e){var t=m(this);if(u(e)){var r=a(e);if(!0===r)return b(t).get(e);if(r)return r[t.id]}},set:function(e,t){return v(this,e,t)}}:{add:function(e){return v(this,e,!0)}}),p}}},16468:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(79504),o=r(92796),s=r(36840),c=r(3451),u=r(72652),l=r(90679),p=r(94901),f=r(64117),d=r(20034),h=r(79039),A=r(84428),m=r(10687),v=r(23167);e.exports=function(e,t,r){var g=-1!==e.indexOf("Map"),y=-1!==e.indexOf("Weak"),b=g?"set":"add",_=i[e],C=_&&_.prototype,w=_,x={},E=function(e){var t=a(C[e]);s(C,e,"add"===e?function(e){return t(this,0===e?0:e),this}:"delete"===e?function(e){return!(y&&!d(e))&&t(this,0===e?0:e)}:"get"===e?function(e){return y&&!d(e)?void 0:t(this,0===e?0:e)}:"has"===e?function(e){return!(y&&!d(e))&&t(this,0===e?0:e)}:function(e,r){return t(this,0===e?0:e,r),this})};if(o(e,!p(_)||!(y||C.forEach&&!h((function(){(new _).entries().next()})))))w=r.getConstructor(t,e,g,b),c.enable();else if(o(e,!0)){var S=new w,k=S[b](y?{}:-0,1)!==S,I=h((function(){S.has(1)})),T=A((function(e){new _(e)})),D=!y&&h((function(){for(var e=new _,t=5;t--;)e[b](t,t);return!e.has(-0)}));T||((w=t((function(e,t){l(e,C);var r=v(new _,e,w);return f(t)||u(t,r[b],{that:r,AS_ENTRIES:g}),r}))).prototype=C,C.constructor=w),(I||D)&&(E("delete"),E("has"),g&&E("get")),(D||k)&&E(b),y&&C.clear&&delete C.clear}return x[e]=w,n({global:!0,constructor:!0,forced:w!==_},x),m(w,e),y||r.setStrong(w,e,g),w}},77740:(e,t,r)=>{"use strict";var n=r(39297),i=r(35031),a=r(77347),o=r(24913);e.exports=function(e,t,r){for(var s=i(t),c=o.f,u=a.f,l=0;l{"use strict";var n=r(78227)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[n]=!1,"/./"[e](t)}catch(e){}}return!1}},12211:(e,t,r)=>{"use strict";var n=r(79039);e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},77240:(e,t,r)=>{"use strict";var n=r(79504),i=r(67750),a=r(655),o=/"/g,s=n("".replace);e.exports=function(e,t,r,n){var c=a(i(e)),u="<"+t;return""!==r&&(u+=" "+r+'="'+s(a(n),o,""")+'"'),u+">"+c+""}},62529:e=>{"use strict";e.exports=function(e,t){return{value:e,done:t}}},66699:(e,t,r)=>{"use strict";var n=r(43724),i=r(24913),a=r(6980);e.exports=n?function(e,t,r){return i.f(e,t,a(1,r))}:function(e,t,r){return e[t]=r,e}},6980:e=>{"use strict";e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},97040:(e,t,r)=>{"use strict";var n=r(43724),i=r(24913),a=r(6980);e.exports=function(e,t,r){n?i.f(e,t,a(0,r)):e[t]=r}},70380:(e,t,r)=>{"use strict";var n=r(79504),i=r(79039),a=r(60533).start,o=RangeError,s=isFinite,c=Math.abs,u=Date.prototype,l=u.toISOString,p=n(u.getTime),f=n(u.getUTCDate),d=n(u.getUTCFullYear),h=n(u.getUTCHours),A=n(u.getUTCMilliseconds),m=n(u.getUTCMinutes),v=n(u.getUTCMonth),g=n(u.getUTCSeconds);e.exports=i((function(){return"0385-07-25T07:06:39.999Z"!==l.call(new Date(-50000000000001))}))||!i((function(){l.call(new Date(NaN))}))?function(){if(!s(p(this)))throw new o("Invalid time value");var e=this,t=d(e),r=A(e),n=t<0?"-":t>9999?"+":"";return n+a(c(t),n?6:4,0)+"-"+a(v(e)+1,2,0)+"-"+a(f(e),2,0)+"T"+a(h(e),2,0)+":"+a(m(e),2,0)+":"+a(g(e),2,0)+"."+a(r,3,0)+"Z"}:l},53640:(e,t,r)=>{"use strict";var n=r(28551),i=r(84270),a=TypeError;e.exports=function(e){if(n(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw new a("Incorrect hint");return i(this,e)}},62106:(e,t,r)=>{"use strict";var n=r(50283),i=r(24913);e.exports=function(e,t,r){return r.get&&n(r.get,t,{getter:!0}),r.set&&n(r.set,t,{setter:!0}),i.f(e,t,r)}},36840:(e,t,r)=>{"use strict";var n=r(94901),i=r(24913),a=r(50283),o=r(39433);e.exports=function(e,t,r,s){s||(s={});var c=s.enumerable,u=void 0!==s.name?s.name:t;if(n(r)&&a(r,u,s),s.global)c?e[t]=r:o(t,r);else{try{s.unsafe?e[t]&&(c=!0):delete e[t]}catch(e){}c?e[t]=r:i.f(e,t,{value:r,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return e}},56279:(e,t,r)=>{"use strict";var n=r(36840);e.exports=function(e,t,r){for(var i in t)n(e,i,t[i],r);return e}},39433:(e,t,r)=>{"use strict";var n=r(44576),i=Object.defineProperty;e.exports=function(e,t){try{i(n,e,{value:t,configurable:!0,writable:!0})}catch(r){n[e]=t}return t}},84606:(e,t,r)=>{"use strict";var n=r(16823),i=TypeError;e.exports=function(e,t){if(!delete e[t])throw new i("Cannot delete property "+n(t)+" of "+n(e))}},43724:(e,t,r)=>{"use strict";var n=r(79039);e.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},94483:(e,t,r)=>{"use strict";var n,i,a,o,s=r(44576),c=r(89429),u=r(1548),l=s.structuredClone,p=s.ArrayBuffer,f=s.MessageChannel,d=!1;if(u)d=function(e){l(e,{transfer:[e]})};else if(p)try{f||(n=c("worker_threads"))&&(f=n.MessageChannel),f&&(i=new f,a=new p(2),o=function(e){i.port1.postMessage(null,[e])},2===a.byteLength&&(o(a),0===a.byteLength&&(d=o)))}catch(e){}e.exports=d},4055:(e,t,r)=>{"use strict";var n=r(44576),i=r(20034),a=n.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},96837:e=>{"use strict";var t=TypeError;e.exports=function(e){if(e>9007199254740991)throw t("Maximum allowed index exceeded");return e}},55002:e=>{"use strict";e.exports={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}}},67400:e=>{"use strict";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}},79296:(e,t,r)=>{"use strict";var n=r(4055)("span").classList,i=n&&n.constructor&&n.constructor.prototype;e.exports=i===Object.prototype?void 0:i},88727:e=>{"use strict";e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},13709:(e,t,r)=>{"use strict";var n=r(82839).match(/firefox\/(\d+)/i);e.exports=!!n&&+n[1]},13763:(e,t,r)=>{"use strict";var n=r(82839);e.exports=/MSIE|Trident/.test(n)},44265:(e,t,r)=>{"use strict";var n=r(82839);e.exports=/ipad|iphone|ipod/i.test(n)&&"undefined"!=typeof Pebble},89544:(e,t,r)=>{"use strict";var n=r(82839);e.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)},38574:(e,t,r)=>{"use strict";var n=r(84215);e.exports="NODE"===n},7860:(e,t,r)=>{"use strict";var n=r(82839);e.exports=/web0s(?!.*chrome)/i.test(n)},82839:(e,t,r)=>{"use strict";var n=r(44576).navigator,i=n&&n.userAgent;e.exports=i?String(i):""},39519:(e,t,r)=>{"use strict";var n,i,a=r(44576),o=r(82839),s=a.process,c=a.Deno,u=s&&s.versions||c&&c.version,l=u&&u.v8;l&&(i=(n=l.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!i&&o&&(!(n=o.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=o.match(/Chrome\/(\d+)/))&&(i=+n[1]),e.exports=i},3607:(e,t,r)=>{"use strict";var n=r(82839).match(/AppleWebKit\/(\d+)\./);e.exports=!!n&&+n[1]},84215:(e,t,r)=>{"use strict";var n=r(44576),i=r(82839),a=r(22195),o=function(e){return i.slice(0,e.length)===e};e.exports=o("Bun/")?"BUN":o("Cloudflare-Workers")?"CLOUDFLARE":o("Deno/")?"DENO":o("Node.js/")?"NODE":n.Bun&&"string"==typeof Bun.version?"BUN":n.Deno&&"object"==typeof Deno.version?"DENO":"process"===a(n.process)?"NODE":n.window&&n.document?"BROWSER":"REST"},16193:(e,t,r)=>{"use strict";var n=r(79504),i=Error,a=n("".replace),o=String(new i("zxcasd").stack),s=/\n\s*at [^:]*:[^\n]*/,c=s.test(o);e.exports=function(e,t){if(c&&"string"==typeof e&&!i.prepareStackTrace)for(;t--;)e=a(e,s,"");return e}},80747:(e,t,r)=>{"use strict";var n=r(66699),i=r(16193),a=r(24659),o=Error.captureStackTrace;e.exports=function(e,t,r,s){a&&(o?o(e,t):n(e,"stack",i(r,s)))}},24659:(e,t,r)=>{"use strict";var n=r(79039),i=r(6980);e.exports=!n((function(){var e=new Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",i(1,7)),7!==e.stack)}))},77536:(e,t,r)=>{"use strict";var n=r(43724),i=r(79039),a=r(28551),o=r(32603),s=Error.prototype.toString,c=i((function(){if(n){var e=Object.create(Object.defineProperty({},"name",{get:function(){return this===e}}));if("true"!==s.call(e))return!0}return"2: 1"!==s.call({message:1,name:2})||"Error"!==s.call({})}));e.exports=c?function(){var e=a(this),t=o(e.name,"Error"),r=o(e.message);return t?r?t+": "+r:t:r}:s},46518:(e,t,r)=>{"use strict";var n=r(44576),i=r(77347).f,a=r(66699),o=r(36840),s=r(39433),c=r(77740),u=r(92796);e.exports=function(e,t){var r,l,p,f,d,h=e.target,A=e.global,m=e.stat;if(r=A?n:m?n[h]||s(h,{}):n[h]&&n[h].prototype)for(l in t){if(f=t[l],p=e.dontCallGetSet?(d=i(r,l))&&d.value:r[l],!u(A?l:h+(m?".":"#")+l,e.forced)&&void 0!==p){if(typeof f==typeof p)continue;c(f,p)}(e.sham||p&&p.sham)&&a(f,"sham",!0),o(r,l,f,e)}}},79039:e=>{"use strict";e.exports=function(e){try{return!!e()}catch(e){return!0}}},89228:(e,t,r)=>{"use strict";r(27495);var n=r(69565),i=r(36840),a=r(57323),o=r(79039),s=r(78227),c=r(66699),u=s("species"),l=RegExp.prototype;e.exports=function(e,t,r,p){var f=s(e),d=!o((function(){var t={};return t[f]=function(){return 7},7!==""[e](t)})),h=d&&!o((function(){var t=!1,r=/a/;if("split"===e){var n={};n[u]=function(){return r},(r={constructor:n,flags:""})[f]=/./[f]}return r.exec=function(){return t=!0,null},r[f](""),!t}));if(!d||!h||r){var A=/./[f],m=t(f,""[e],(function(e,t,r,i,o){var s=t.exec;return s===a||s===l.exec?d&&!o?{done:!0,value:n(A,t,r,i)}:{done:!0,value:n(e,r,t,i)}:{done:!1}}));i(String.prototype,e,m[0]),i(l,f,m[1])}p&&c(l[f],"sham",!0)}},70259:(e,t,r)=>{"use strict";var n=r(34376),i=r(26198),a=r(96837),o=r(76080),s=function(e,t,r,c,u,l,p,f){for(var d,h,A=u,m=0,v=!!p&&o(p,f);m0&&n(d)?(h=i(d),A=s(e,t,d,h,A,l-1)-1):(a(A+1),e[A]=d),A++),m++;return A};e.exports=s},92744:(e,t,r)=>{"use strict";var n=r(79039);e.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},18745:(e,t,r)=>{"use strict";var n=r(40616),i=Function.prototype,a=i.apply,o=i.call;e.exports="object"==typeof Reflect&&Reflect.apply||(n?o.bind(a):function(){return o.apply(a,arguments)})},76080:(e,t,r)=>{"use strict";var n=r(27476),i=r(79306),a=r(40616),o=n(n.bind);e.exports=function(e,t){return i(e),void 0===t?e:a?o(e,t):function(){return e.apply(t,arguments)}}},40616:(e,t,r)=>{"use strict";var n=r(79039);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},30566:(e,t,r)=>{"use strict";var n=r(79504),i=r(79306),a=r(20034),o=r(39297),s=r(67680),c=r(40616),u=Function,l=n([].concat),p=n([].join),f={};e.exports=c?u.bind:function(e){var t=i(this),r=t.prototype,n=s(arguments,1),c=function(){var r=l(n,s(arguments));return this instanceof c?function(e,t,r){if(!o(f,t)){for(var n=[],i=0;i{"use strict";var n=r(40616),i=Function.prototype.call;e.exports=n?i.bind(i):function(){return i.apply(i,arguments)}},10350:(e,t,r)=>{"use strict";var n=r(43724),i=r(39297),a=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,s=i(a,"name"),c=s&&"something"===function(){}.name,u=s&&(!n||n&&o(a,"name").configurable);e.exports={EXISTS:s,PROPER:c,CONFIGURABLE:u}},46706:(e,t,r)=>{"use strict";var n=r(79504),i=r(79306);e.exports=function(e,t,r){try{return n(i(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}}},27476:(e,t,r)=>{"use strict";var n=r(22195),i=r(79504);e.exports=function(e){if("Function"===n(e))return i(e)}},79504:(e,t,r)=>{"use strict";var n=r(40616),i=Function.prototype,a=i.call,o=n&&i.bind.bind(a,a);e.exports=n?o:function(e){return function(){return a.apply(e,arguments)}}},944:e=>{"use strict";var t=TypeError;e.exports=function(e){var r=e&&e.alphabet;if(void 0===r||"base64"===r||"base64url"===r)return r||"base64";throw new t("Incorrect `alphabet` option")}},1886:(e,t,r)=>{"use strict";var n=r(69565),i=r(24074),a=r(28551),o=r(70081),s=r(1767),c=r(55966),u=r(78227)("asyncIterator");e.exports=function(e,t){var r=arguments.length<2?c(e,u):t;return r?a(n(r,e)):new i(s(o(e)))}},89429:(e,t,r)=>{"use strict";var n=r(44576),i=r(38574);e.exports=function(e){if(i){try{return n.process.getBuiltinModule(e)}catch(e){}try{return Function('return require("'+e+'")')()}catch(e){}}}},44124:(e,t,r)=>{"use strict";var n=r(44576);e.exports=function(e,t){var r=n[e],i=r&&r.prototype;return i&&i[t]}},97751:(e,t,r)=>{"use strict";var n=r(44576),i=r(94901);e.exports=function(e,t){return arguments.length<2?(r=n[e],i(r)?r:void 0):n[e]&&n[e][t];var r}},1767:e=>{"use strict";e.exports=function(e){return{iterator:e,next:e.next,done:!1}}},48646:(e,t,r)=>{"use strict";var n=r(69565),i=r(28551),a=r(1767),o=r(50851);e.exports=function(e,t){t&&"string"==typeof e||i(e);var r=o(e);return a(i(void 0!==r?n(r,e):e))}},50851:(e,t,r)=>{"use strict";var n=r(36955),i=r(55966),a=r(64117),o=r(26269),s=r(78227)("iterator");e.exports=function(e){if(!a(e))return i(e,s)||i(e,"@@iterator")||o[n(e)]}},70081:(e,t,r)=>{"use strict";var n=r(69565),i=r(79306),a=r(28551),o=r(16823),s=r(50851),c=TypeError;e.exports=function(e,t){var r=arguments.length<2?s(e):t;if(i(r))return a(n(r,e));throw new c(o(e)+" is not iterable")}},55966:(e,t,r)=>{"use strict";var n=r(79306),i=r(64117);e.exports=function(e,t){var r=e[t];return i(r)?void 0:n(r)}},83789:(e,t,r)=>{"use strict";var n=r(79306),i=r(28551),a=r(69565),o=r(91291),s=r(1767),c="Invalid size",u=RangeError,l=TypeError,p=Math.max,f=function(e,t){this.set=e,this.size=p(t,0),this.has=n(e.has),this.keys=n(e.keys)};f.prototype={getIterator:function(){return s(i(a(this.keys,this.set)))},includes:function(e){return a(this.has,this.set,e)}},e.exports=function(e){i(e);var t=+e.size;if(t!=t)throw new l(c);var r=o(t);if(r<0)throw new u(c);return new f(e,r)}},2478:(e,t,r)=>{"use strict";var n=r(79504),i=r(48981),a=Math.floor,o=n("".charAt),s=n("".replace),c=n("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,l=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,r,n,p,f){var d=r+e.length,h=n.length,A=l;return void 0!==p&&(p=i(p),A=u),s(f,A,(function(i,s){var u;switch(o(s,0)){case"$":return"$";case"&":return e;case"`":return c(t,0,r);case"'":return c(t,d);case"<":u=p[c(s,1,-1)];break;default:var l=+s;if(0===l)return i;if(l>h){var f=a(l/10);return 0===f?i:f<=h?void 0===n[f-1]?o(s,1):n[f-1]+o(s,1):i}u=n[l-1]}return void 0===u?"":u}))}},44576:function(e,t,r){"use strict";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)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()},39297:(e,t,r)=>{"use strict";var n=r(79504),i=r(48981),a=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return a(i(e),t)}},30421:e=>{"use strict";e.exports={}},13138:e=>{"use strict";e.exports=function(e,t){try{1===arguments.length?console.error(e):console.error(e,t)}catch(e){}}},20397:(e,t,r)=>{"use strict";var n=r(97751);e.exports=n("document","documentElement")},35917:(e,t,r)=>{"use strict";var n=r(43724),i=r(79039),a=r(4055);e.exports=!n&&!i((function(){return 7!==Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},88490:e=>{"use strict";var t=Array,r=Math.abs,n=Math.pow,i=Math.floor,a=Math.log,o=Math.LN2;e.exports={pack:function(e,s,c){var u,l,p,f=t(c),d=8*c-s-1,h=(1<>1,m=23===s?n(2,-24)-n(2,-77):0,v=e<0||0===e&&1/e<0?1:0,g=0;for((e=r(e))!=e||e===1/0?(l=e!=e?1:0,u=h):(u=i(a(e)/o),e*(p=n(2,-u))<1&&(u--,p*=2),(e+=u+A>=1?m/p:m*n(2,1-A))*p>=2&&(u++,p/=2),u+A>=h?(l=0,u=h):u+A>=1?(l=(e*p-1)*n(2,s),u+=A):(l=e*n(2,A-1)*n(2,s),u=0));s>=8;)f[g++]=255&l,l/=256,s-=8;for(u=u<0;)f[g++]=255&u,u/=256,d-=8;return f[g-1]|=128*v,f},unpack:function(e,t){var r,i=e.length,a=8*i-t-1,o=(1<>1,c=a-7,u=i-1,l=e[u--],p=127&l;for(l>>=7;c>0;)p=256*p+e[u--],c-=8;for(r=p&(1<<-c)-1,p>>=-c,c+=t;c>0;)r=256*r+e[u--],c-=8;if(0===p)p=1-s;else{if(p===o)return r?NaN:l?-1/0:1/0;r+=n(2,t),p-=s}return(l?-1:1)*r*n(2,p-t)}}},47055:(e,t,r)=>{"use strict";var n=r(79504),i=r(79039),a=r(22195),o=Object,s=n("".split);e.exports=i((function(){return!o("z").propertyIsEnumerable(0)}))?function(e){return"String"===a(e)?s(e,""):o(e)}:o},23167:(e,t,r)=>{"use strict";var n=r(94901),i=r(20034),a=r(52967);e.exports=function(e,t,r){var o,s;return a&&n(o=t.constructor)&&o!==r&&i(s=o.prototype)&&s!==r.prototype&&a(e,s),e}},33706:(e,t,r)=>{"use strict";var n=r(79504),i=r(94901),a=r(77629),o=n(Function.toString);i(a.inspectSource)||(a.inspectSource=function(e){return o(e)}),e.exports=a.inspectSource},77584:(e,t,r)=>{"use strict";var n=r(20034),i=r(66699);e.exports=function(e,t){n(t)&&"cause"in t&&i(e,"cause",t.cause)}},3451:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(30421),o=r(20034),s=r(39297),c=r(24913).f,u=r(38480),l=r(10298),p=r(34124),f=r(33392),d=r(92744),h=!1,A=f("meta"),m=0,v=function(e){c(e,A,{value:{objectID:"O"+m++,weakData:{}}})},g=e.exports={enable:function(){g.enable=function(){},h=!0;var e=u.f,t=i([].splice),r={};r[A]=1,e(r).length&&(u.f=function(r){for(var n=e(r),i=0,a=n.length;i{"use strict";var n,i,a,o=r(58622),s=r(44576),c=r(20034),u=r(66699),l=r(39297),p=r(77629),f=r(66119),d=r(30421),h="Object already initialized",A=s.TypeError,m=s.WeakMap;if(o||p.state){var v=p.state||(p.state=new m);v.get=v.get,v.has=v.has,v.set=v.set,n=function(e,t){if(v.has(e))throw new A(h);return t.facade=e,v.set(e,t),t},i=function(e){return v.get(e)||{}},a=function(e){return v.has(e)}}else{var g=f("state");d[g]=!0,n=function(e,t){if(l(e,g))throw new A(h);return t.facade=e,u(e,g,t),t},i=function(e){return l(e,g)?e[g]:{}},a=function(e){return l(e,g)}}e.exports={set:n,get:i,has:a,enforce:function(e){return a(e)?i(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!c(t)||(r=i(t)).type!==e)throw new A("Incompatible receiver, "+e+" required");return r}}}},44209:(e,t,r)=>{"use strict";var n=r(78227),i=r(26269),a=n("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||o[a]===e)}},34376:(e,t,r)=>{"use strict";var n=r(22195);e.exports=Array.isArray||function(e){return"Array"===n(e)}},18727:(e,t,r)=>{"use strict";var n=r(36955);e.exports=function(e){var t=n(e);return"BigInt64Array"===t||"BigUint64Array"===t}},94901:e=>{"use strict";var t="object"==typeof document&&document.all;e.exports=void 0===t&&void 0!==t?function(e){return"function"==typeof e||e===t}:function(e){return"function"==typeof e}},33517:(e,t,r)=>{"use strict";var n=r(79504),i=r(79039),a=r(94901),o=r(36955),s=r(97751),c=r(33706),u=function(){},l=s("Reflect","construct"),p=/^\s*(?:class|function)\b/,f=n(p.exec),d=!p.test(u),h=function(e){if(!a(e))return!1;try{return l(u,[],e),!0}catch(e){return!1}},A=function(e){if(!a(e))return!1;switch(o(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return d||!!f(p,c(e))}catch(e){return!0}};A.sham=!0,e.exports=!l||i((function(){var e;return h(h.call)||!h(Object)||!h((function(){e=!0}))||e}))?A:h},16575:(e,t,r)=>{"use strict";var n=r(39297);e.exports=function(e){return void 0!==e&&(n(e,"value")||n(e,"writable"))}},92796:(e,t,r)=>{"use strict";var n=r(79039),i=r(94901),a=/#|\.prototype\./,o=function(e,t){var r=c[s(e)];return r===l||r!==u&&(i(t)?n(t):!!t)},s=o.normalize=function(e){return String(e).replace(a,".").toLowerCase()},c=o.data={},u=o.NATIVE="N",l=o.POLYFILL="P";e.exports=o},2087:(e,t,r)=>{"use strict";var n=r(20034),i=Math.floor;e.exports=Number.isInteger||function(e){return!n(e)&&isFinite(e)&&i(e)===e}},64117:e=>{"use strict";e.exports=function(e){return null==e}},20034:(e,t,r)=>{"use strict";var n=r(94901);e.exports=function(e){return"object"==typeof e?null!==e:n(e)}},13925:(e,t,r)=>{"use strict";var n=r(20034);e.exports=function(e){return n(e)||null===e}},96395:e=>{"use strict";e.exports=!1},65810:(e,t,r)=>{"use strict";var n=r(20034),i=r(91181).get;e.exports=function(e){if(!n(e))return!1;var t=i(e);return!!t&&"RawJSON"===t.type}},60788:(e,t,r)=>{"use strict";var n=r(20034),i=r(22195),a=r(78227)("match");e.exports=function(e){var t;return n(e)&&(void 0!==(t=e[a])?!!t:"RegExp"===i(e))}},10757:(e,t,r)=>{"use strict";var n=r(97751),i=r(94901),a=r(1625),o=r(7040),s=Object;e.exports=o?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return i(t)&&a(t.prototype,s(e))}},40507:(e,t,r)=>{"use strict";var n=r(69565);e.exports=function(e,t,r){for(var i,a,o=r?e:e.iterator,s=e.next;!(i=n(s,o)).done;)if(void 0!==(a=t(i.value)))return a}},72652:(e,t,r)=>{"use strict";var n=r(76080),i=r(69565),a=r(28551),o=r(16823),s=r(44209),c=r(26198),u=r(1625),l=r(70081),p=r(50851),f=r(9539),d=TypeError,h=function(e,t){this.stopped=e,this.result=t},A=h.prototype;e.exports=function(e,t,r){var m,v,g,y,b,_,C,w=r&&r.that,x=!(!r||!r.AS_ENTRIES),E=!(!r||!r.IS_RECORD),S=!(!r||!r.IS_ITERATOR),k=!(!r||!r.INTERRUPTED),I=n(t,w),T=function(e){return m&&f(m,"normal"),new h(!0,e)},D=function(e){return x?(a(e),k?I(e[0],e[1],T):I(e[0],e[1])):k?I(e,T):I(e)};if(E)m=e.iterator;else if(S)m=e;else{if(!(v=p(e)))throw new d(o(e)+" is not iterable");if(s(v)){for(g=0,y=c(e);y>g;g++)if((b=D(e[g]))&&u(A,b))return b;return new h(!1)}m=l(e,v)}for(_=E?e.next:m.next;!(C=i(_,m)).done;){try{b=D(C.value)}catch(e){f(m,"throw",e)}if("object"==typeof b&&b&&u(A,b))return b}return new h(!1)}},91385:(e,t,r)=>{"use strict";var n=r(9539);e.exports=function(e,t,r){for(var i=e.length-1;i>=0;i--)if(void 0!==e[i])try{r=n(e[i].iterator,t,r)}catch(e){t="throw",r=e}if("throw"===t)throw r;return r}},9539:(e,t,r)=>{"use strict";var n=r(69565),i=r(28551),a=r(55966);e.exports=function(e,t,r){var o,s;i(e);try{if(!(o=a(e,"return"))){if("throw"===t)throw r;return r}o=n(o,e)}catch(e){s=!0,o=e}if("throw"===t)throw r;if(s)throw o;return i(o),r}},33994:(e,t,r)=>{"use strict";var n=r(57657).IteratorPrototype,i=r(2360),a=r(6980),o=r(10687),s=r(26269),c=function(){return this};e.exports=function(e,t,r,u){var l=t+" Iterator";return e.prototype=i(n,{next:a(+!u,r)}),o(e,l,!1,!0),s[l]=c,e}},19462:(e,t,r)=>{"use strict";var n=r(69565),i=r(2360),a=r(66699),o=r(56279),s=r(78227),c=r(91181),u=r(55966),l=r(57657).IteratorPrototype,p=r(62529),f=r(9539),d=r(91385),h=s("toStringTag"),A="IteratorHelper",m="WrapForValidIterator",v="normal",g="throw",y=c.set,b=function(e){var t=c.getterFor(e?m:A);return o(i(l),{next:function(){var r=t(this);if(e)return r.nextHandler();if(r.done)return p(void 0,!0);try{var n=r.nextHandler();return r.returnHandlerResult?n:p(n,r.done)}catch(e){throw r.done=!0,e}},return:function(){var r=t(this),i=r.iterator;if(r.done=!0,e){var a=u(i,"return");return a?n(a,i):p(void 0,!0)}if(r.inner)try{f(r.inner.iterator,v)}catch(e){return f(i,g,e)}if(r.openIters)try{d(r.openIters,v)}catch(e){return f(i,g,e)}return i&&f(i,v),p(void 0,!0)}})},_=b(!0),C=b(!1);a(C,h,"Iterator Helper"),e.exports=function(e,t,r){var n=function(n,i){i?(i.iterator=n.iterator,i.next=n.next):i=n,i.type=t?m:A,i.returnHandlerResult=!!r,i.nextHandler=e,i.counter=0,i.done=!1,y(this,i)};return n.prototype=t?_:C,n}},51088:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(96395),o=r(10350),s=r(94901),c=r(33994),u=r(42787),l=r(52967),p=r(10687),f=r(66699),d=r(36840),h=r(78227),A=r(26269),m=r(57657),v=o.PROPER,g=o.CONFIGURABLE,y=m.IteratorPrototype,b=m.BUGGY_SAFARI_ITERATORS,_=h("iterator"),C="keys",w="values",x="entries",E=function(){return this};e.exports=function(e,t,r,o,h,m,S){c(r,t,o);var k,I,T,D=function(e){if(e===h&&j)return j;if(!b&&e&&e in N)return N[e];switch(e){case C:case w:case x:return function(){return new r(this,e)}}return function(){return new r(this)}},O=t+" Iterator",R=!1,N=e.prototype,L=N[_]||N["@@iterator"]||h&&N[h],j=!b&&L||D(h),M="Array"===t&&N.entries||L;if(M&&(k=u(M.call(new e)))!==Object.prototype&&k.next&&(a||u(k)===y||(l?l(k,y):s(k[_])||d(k,_,E)),p(k,O,!0,!0),a&&(A[O]=E)),v&&h===w&&L&&L.name!==w&&(!a&&g?f(N,"name",w):(R=!0,j=function(){return i(L,this)})),h)if(I={values:D(w),keys:m?j:D(C),entries:D(x)},S)for(T in I)(b||R||!(T in N))&&d(N,T,I[T]);else n({target:t,proto:!0,forced:b||R},I);return a&&!S||N[_]===j||d(N,_,j,{name:h}),A[t]=j,I}},30684:e=>{"use strict";e.exports=function(e,t){var r="function"==typeof Iterator&&Iterator.prototype[e];if(r)try{r.call({next:null},t).next()}catch(e){return!0}}},84549:(e,t,r)=>{"use strict";var n=r(44576);e.exports=function(e,t){var r=n.Iterator,i=r&&r.prototype,a=i&&i[e],o=!1;if(a)try{a.call({next:function(){return{done:!0}},return:function(){o=!0}},-1)}catch(e){e instanceof t||(o=!1)}if(!o)return a}},57657:(e,t,r)=>{"use strict";var n,i,a,o=r(79039),s=r(94901),c=r(20034),u=r(2360),l=r(42787),p=r(36840),f=r(78227),d=r(96395),h=f("iterator"),A=!1;[].keys&&("next"in(a=[].keys())?(i=l(l(a)))!==Object.prototype&&(n=i):A=!0),!c(n)||o((function(){var e={};return n[h].call(e)!==e}))?n={}:d&&(n=u(n)),s(n[h])||p(n,h,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:A}},26269:e=>{"use strict";e.exports={}},26198:(e,t,r)=>{"use strict";var n=r(18014);e.exports=function(e){return n(e.length)}},50283:(e,t,r)=>{"use strict";var n=r(79504),i=r(79039),a=r(94901),o=r(39297),s=r(43724),c=r(10350).CONFIGURABLE,u=r(33706),l=r(91181),p=l.enforce,f=l.get,d=String,h=Object.defineProperty,A=n("".slice),m=n("".replace),v=n([].join),g=s&&!i((function(){return 8!==h((function(){}),"length",{value:8}).length})),y=String(String).split("String"),b=e.exports=function(e,t,r){"Symbol("===A(d(t),0,7)&&(t="["+m(d(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!o(e,"name")||c&&e.name!==t)&&(s?h(e,"name",{value:t,configurable:!0}):e.name=t),g&&r&&o(r,"arity")&&e.length!==r.arity&&h(e,"length",{value:r.arity});try{r&&o(r,"constructor")&&r.constructor?s&&h(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=p(e);return o(n,"source")||(n.source=v(y,"string"==typeof t?t:"")),e};Function.prototype.toString=b((function(){return a(this)&&f(this).source||u(this)}),"toString")},72248:(e,t,r)=>{"use strict";var n=r(79504),i=Map.prototype;e.exports={Map,set:n(i.set),get:n(i.get),has:n(i.has),remove:n(i.delete),proto:i}},53250:e=>{"use strict";var t=Math.expm1,r=Math.exp;e.exports=!t||t(10)>22025.465794806718||t(10)<22025.465794806718||-2e-17!==t(-2e-17)?function(e){var t=+e;return 0===t?t:t>-1e-6&&t<1e-6?t+t*t/2:r(t)-1}:t},33164:(e,t,r)=>{"use strict";var n=r(77782),i=r(53602),a=Math.abs;e.exports=function(e,t,r,o){var s=+e,c=a(s),u=n(s);if(cr||p!=p?u*(1/0):u*p}},15617:(e,t,r)=>{"use strict";var n=r(33164);e.exports=Math.fround||function(e){return n(e,1.1920928955078125e-7,34028234663852886e22,11754943508222875e-54)}},49340:e=>{"use strict";var t=Math.log,r=Math.LOG10E;e.exports=Math.log10||function(e){return t(e)*r}},7740:e=>{"use strict";var t=Math.log;e.exports=Math.log1p||function(e){var r=+e;return r>-1e-8&&r<1e-8?r-r*r/2:t(1+r)}},67787:e=>{"use strict";var t=Math.log,r=Math.LN2;e.exports=Math.log2||function(e){return t(e)/r}},53602:e=>{"use strict";var t=4503599627370496;e.exports=function(e){return e+t-t}},77782:e=>{"use strict";e.exports=Math.sign||function(e){var t=+e;return 0===t||t!=t?t:t<0?-1:1}},80741:e=>{"use strict";var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},91955:(e,t,r)=>{"use strict";var n,i,a,o,s,c=r(44576),u=r(93389),l=r(76080),p=r(59225).set,f=r(18265),d=r(89544),h=r(44265),A=r(7860),m=r(38574),v=c.MutationObserver||c.WebKitMutationObserver,g=c.document,y=c.process,b=c.Promise,_=u("queueMicrotask");if(!_){var C=new f,w=function(){var e,t;for(m&&(e=y.domain)&&e.exit();t=C.get();)try{t()}catch(e){throw C.head&&n(),e}e&&e.enter()};d||m||A||!v||!g?!h&&b&&b.resolve?((o=b.resolve(void 0)).constructor=b,s=l(o.then,o),n=function(){s(w)}):m?n=function(){y.nextTick(w)}:(p=l(p,c),n=function(){p(w)}):(i=!0,a=g.createTextNode(""),new v(w).observe(a,{characterData:!0}),n=function(){a.data=i=!i}),_=function(e){C.head||n(),C.add(e)}}e.exports=_},27819:(e,t,r)=>{"use strict";var n=r(79039);e.exports=!n((function(){var e="9007199254740993",t=JSON.rawJSON(e);return!JSON.isRawJSON(t)||JSON.stringify(t)!==e}))},36043:(e,t,r)=>{"use strict";var n=r(79306),i=TypeError,a=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw new i("Bad Promise constructor");t=e,r=n})),this.resolve=n(t),this.reject=n(r)};e.exports.f=function(e){return new a(e)}},32603:(e,t,r)=>{"use strict";var n=r(655);e.exports=function(e,t){return void 0===e?arguments.length<2?"":t:n(e)}},24149:e=>{"use strict";var t=RangeError;e.exports=function(e){if(e==e)return e;throw new t("NaN is not allowed")}},60511:(e,t,r)=>{"use strict";var n=r(60788),i=TypeError;e.exports=function(e){if(n(e))throw new i("The method doesn't accept regular expressions");return e}},50360:(e,t,r)=>{"use strict";var n=r(44576).isFinite;e.exports=Number.isFinite||function(e){return"number"==typeof e&&n(e)}},33904:(e,t,r)=>{"use strict";var n=r(44576),i=r(79039),a=r(79504),o=r(655),s=r(43802).trim,c=r(47452),u=a("".charAt),l=n.parseFloat,p=n.Symbol,f=p&&p.iterator,d=1/l(c+"-0")!=-1/0||f&&!i((function(){l(Object(f))}));e.exports=d?function(e){var t=s(o(e)),r=l(t);return 0===r&&"-"===u(t,0)?-0:r}:l},52703:(e,t,r)=>{"use strict";var n=r(44576),i=r(79039),a=r(79504),o=r(655),s=r(43802).trim,c=r(47452),u=n.parseInt,l=n.Symbol,p=l&&l.iterator,f=/^[+-]?0x/i,d=a(f.exec),h=8!==u(c+"08")||22!==u(c+"0x16")||p&&!i((function(){u(Object(p))}));e.exports=h?function(e,t){var r=s(o(e));return u(r,t>>>0||(d(f,r)?16:10))}:u},44213:(e,t,r)=>{"use strict";var n=r(43724),i=r(79504),a=r(69565),o=r(79039),s=r(71072),c=r(33717),u=r(48773),l=r(48981),p=r(47055),f=Object.assign,d=Object.defineProperty,h=i([].concat);e.exports=!f||o((function(){if(n&&1!==f({b:1},f(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),i="abcdefghijklmnopqrst";return e[r]=7,i.split("").forEach((function(e){t[e]=e})),7!==f({},e)[r]||s(f({},t)).join("")!==i}))?function(e,t){for(var r=l(e),i=arguments.length,o=1,f=c.f,d=u.f;i>o;)for(var A,m=p(arguments[o++]),v=f?h(s(m),f(m)):s(m),g=v.length,y=0;g>y;)A=v[y++],n&&!a(d,m,A)||(r[A]=m[A]);return r}:f},2360:(e,t,r)=>{"use strict";var n,i=r(28551),a=r(96801),o=r(88727),s=r(30421),c=r(20397),u=r(4055),l=r(66119),p="prototype",f="script",d=l("IE_PROTO"),h=function(){},A=function(e){return"<"+f+">"+e+""},m=function(e){e.write(A("")),e.close();var t=e.parentWindow.Object;return e=null,t},v=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;v="undefined"!=typeof document?document.domain&&n?m(n):(t=u("iframe"),r="java"+f+":",t.style.display="none",c.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(A("document.F=Object")),e.close(),e.F):m(n);for(var i=o.length;i--;)delete v[p][o[i]];return v()};s[d]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(h[p]=i(e),r=new h,h[p]=null,r[d]=e):r=v(),void 0===t?r:a.f(r,t)}},96801:(e,t,r)=>{"use strict";var n=r(43724),i=r(48686),a=r(24913),o=r(28551),s=r(25397),c=r(71072);t.f=n&&!i?Object.defineProperties:function(e,t){o(e);for(var r,n=s(t),i=c(t),u=i.length,l=0;u>l;)a.f(e,r=i[l++],n[r]);return e}},24913:(e,t,r)=>{"use strict";var n=r(43724),i=r(35917),a=r(48686),o=r(28551),s=r(56969),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,p="enumerable",f="configurable",d="writable";t.f=n?a?function(e,t,r){if(o(e),t=s(t),o(r),"function"==typeof e&&"prototype"===t&&"value"in r&&d in r&&!r[d]){var n=l(e,t);n&&n[d]&&(e[t]=r.value,r={configurable:f in r?r[f]:n[f],enumerable:p in r?r[p]:n[p],writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(o(e),t=s(t),o(r),i)try{return u(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new c("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},77347:(e,t,r)=>{"use strict";var n=r(43724),i=r(69565),a=r(48773),o=r(6980),s=r(25397),c=r(56969),u=r(39297),l=r(35917),p=Object.getOwnPropertyDescriptor;t.f=n?p:function(e,t){if(e=s(e),t=c(t),l)try{return p(e,t)}catch(e){}if(u(e,t))return o(!i(a.f,e,t),e[t])}},10298:(e,t,r)=>{"use strict";var n=r(22195),i=r(25397),a=r(38480).f,o=r(67680),s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return s&&"Window"===n(e)?function(e){try{return a(e)}catch(e){return o(s)}}(e):a(i(e))}},38480:(e,t,r)=>{"use strict";var n=r(61828),i=r(88727).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,i)}},33717:(e,t)=>{"use strict";t.f=Object.getOwnPropertySymbols},42787:(e,t,r)=>{"use strict";var n=r(39297),i=r(94901),a=r(48981),o=r(66119),s=r(12211),c=o("IE_PROTO"),u=Object,l=u.prototype;e.exports=s?u.getPrototypeOf:function(e){var t=a(e);if(n(t,c))return t[c];var r=t.constructor;return i(r)&&t instanceof r?r.prototype:t instanceof u?l:null}},34124:(e,t,r)=>{"use strict";var n=r(79039),i=r(20034),a=r(22195),o=r(15652),s=Object.isExtensible,c=n((function(){s(1)}));e.exports=c||o?function(e){return!!i(e)&&((!o||"ArrayBuffer"!==a(e))&&(!s||s(e)))}:s},1625:(e,t,r)=>{"use strict";var n=r(79504);e.exports=n({}.isPrototypeOf)},61828:(e,t,r)=>{"use strict";var n=r(79504),i=r(39297),a=r(25397),o=r(19617).indexOf,s=r(30421),c=n([].push);e.exports=function(e,t){var r,n=a(e),u=0,l=[];for(r in n)!i(s,r)&&i(n,r)&&c(l,r);for(;t.length>u;)i(n,r=t[u++])&&(~o(l,r)||c(l,r));return l}},71072:(e,t,r)=>{"use strict";var n=r(61828),i=r(88727);e.exports=Object.keys||function(e){return n(e,i)}},48773:(e,t)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,i=n&&!r.call({1:2},1);t.f=i?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},42551:(e,t,r)=>{"use strict";var n=r(96395),i=r(44576),a=r(79039),o=r(3607);e.exports=n||!a((function(){if(!(o&&o<535)){var e=Math.random();__defineSetter__.call(null,e,(function(){})),delete i[e]}}))},52967:(e,t,r)=>{"use strict";var n=r(46706),i=r(20034),a=r(67750),o=r(73506);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return a(r),o(n),i(r)?(t?e(r,n):r.__proto__=n,r):r}}():void 0)},32357:(e,t,r)=>{"use strict";var n=r(43724),i=r(79039),a=r(79504),o=r(42787),s=r(71072),c=r(25397),u=a(r(48773).f),l=a([].push),p=n&&i((function(){var e=Object.create(null);return e[2]=2,!u(e,2)})),f=function(e){return function(t){for(var r,i=c(t),a=s(i),f=p&&null===o(i),d=a.length,h=0,A=[];d>h;)r=a[h++],n&&!(f?r in i:u(i,r))||l(A,e?[r,i[r]]:i[r]);return A}};e.exports={entries:f(!0),values:f(!1)}},53179:(e,t,r)=>{"use strict";var n=r(92140),i=r(36955);e.exports=n?{}.toString:function(){return"[object "+i(this)+"]"}},84270:(e,t,r)=>{"use strict";var n=r(69565),i=r(94901),a=r(20034),o=TypeError;e.exports=function(e,t){var r,s;if("string"===t&&i(r=e.toString)&&!a(s=n(r,e)))return s;if(i(r=e.valueOf)&&!a(s=n(r,e)))return s;if("string"!==t&&i(r=e.toString)&&!a(s=n(r,e)))return s;throw new o("Can't convert object to primitive value")}},35031:(e,t,r)=>{"use strict";var n=r(97751),i=r(79504),a=r(38480),o=r(33717),s=r(28551),c=i([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=a.f(s(e)),r=o.f;return r?c(t,r(e)):t}},616:(e,t,r)=>{"use strict";var n=r(79504),i=r(39297),a=SyntaxError,o=parseInt,s=String.fromCharCode,c=n("".charAt),u=n("".slice),l=n(/./.exec),p={'\\"':'"',"\\\\":"\\","\\/":"/","\\b":"\b","\\f":"\f","\\n":"\n","\\r":"\r","\\t":"\t"},f=/^[\da-f]{4}$/i,d=/^[\u0000-\u001F]$/;e.exports=function(e,t){for(var r=!0,n="";t{"use strict";var n=r(44576);e.exports=n},1103:e=>{"use strict";e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},10916:(e,t,r)=>{"use strict";var n=r(44576),i=r(80550),a=r(94901),o=r(92796),s=r(33706),c=r(78227),u=r(84215),l=r(96395),p=r(39519),f=i&&i.prototype,d=c("species"),h=!1,A=a(n.PromiseRejectionEvent),m=o("Promise",(function(){var e=s(i),t=e!==String(i);if(!t&&66===p)return!0;if(l&&(!f.catch||!f.finally))return!0;if(!p||p<51||!/native code/.test(e)){var r=new i((function(e){e(1)})),n=function(e){e((function(){}),(function(){}))};if((r.constructor={})[d]=n,!(h=r.then((function(){}))instanceof n))return!0}return!(t||"BROWSER"!==u&&"DENO"!==u||A)}));e.exports={CONSTRUCTOR:m,REJECTION_EVENT:A,SUBCLASSING:h}},80550:(e,t,r)=>{"use strict";var n=r(44576);e.exports=n.Promise},93438:(e,t,r)=>{"use strict";var n=r(28551),i=r(20034),a=r(36043);e.exports=function(e,t){if(n(e),i(t)&&t.constructor===e)return t;var r=a.f(e);return(0,r.resolve)(t),r.promise}},90537:(e,t,r)=>{"use strict";var n=r(80550),i=r(84428),a=r(10916).CONSTRUCTOR;e.exports=a||!i((function(e){n.all(e).then(void 0,(function(){}))}))},11056:(e,t,r)=>{"use strict";var n=r(24913).f;e.exports=function(e,t,r){r in e||n(e,r,{configurable:!0,get:function(){return t[r]},set:function(e){t[r]=e}})}},18265:e=>{"use strict";var t=function(){this.head=null,this.tail=null};t.prototype={add:function(e){var t={item:e,next:null},r=this.tail;r?r.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return null===(this.head=e.next)&&(this.tail=null),e.item}},e.exports=t},56682:(e,t,r)=>{"use strict";var n=r(69565),i=r(28551),a=r(94901),o=r(22195),s=r(57323),c=TypeError;e.exports=function(e,t){var r=e.exec;if(a(r)){var u=n(r,e,t);return null!==u&&i(u),u}if("RegExp"===o(e))return n(s,e,t);throw new c("RegExp#exec called on incompatible receiver")}},57323:(e,t,r)=>{"use strict";var n,i,a=r(69565),o=r(79504),s=r(655),c=r(67979),u=r(58429),l=r(25745),p=r(2360),f=r(91181).get,d=r(83635),h=r(18814),A=l("native-string-replace",String.prototype.replace),m=RegExp.prototype.exec,v=m,g=o("".charAt),y=o("".indexOf),b=o("".replace),_=o("".slice),C=(i=/b*/g,a(m,n=/a/,"a"),a(m,i,"a"),0!==n.lastIndex||0!==i.lastIndex),w=u.BROKEN_CARET,x=void 0!==/()??/.exec("")[1];(C||x||w||d||h)&&(v=function(e){var t,r,n,i,o,u,l,d=this,h=f(d),E=s(e),S=h.raw;if(S)return S.lastIndex=d.lastIndex,t=a(v,S,E),d.lastIndex=S.lastIndex,t;var k=h.groups,I=w&&d.sticky,T=a(c,d),D=d.source,O=0,R=E;if(I&&(T=b(T,"y",""),-1===y(T,"g")&&(T+="g"),R=_(E,d.lastIndex),d.lastIndex>0&&(!d.multiline||d.multiline&&"\n"!==g(E,d.lastIndex-1))&&(D="(?: "+D+")",R=" "+R,O++),r=new RegExp("^(?:"+D+")",T)),x&&(r=new RegExp("^"+D+"$(?!\\s)",T)),C&&(n=d.lastIndex),i=a(m,I?r:d,R),I?i?(i.input=_(i.input,O),i[0]=_(i[0],O),i.index=d.lastIndex,d.lastIndex+=i[0].length):d.lastIndex=0:C&&i&&(d.lastIndex=d.global?i.index+i[0].length:n),x&&i&&i.length>1&&a(A,i[0],r,(function(){for(o=1;o{"use strict";var n=r(44576),i=r(79039),a=n.RegExp,o=!i((function(){var e=!0;try{a(".","d")}catch(t){e=!1}var t={},r="",n=e?"dgimsy":"gimsy",i=function(e,n){Object.defineProperty(t,e,{get:function(){return r+=n,!0}})},o={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var s in e&&(o.hasIndices="d"),o)i(s,o[s]);return Object.getOwnPropertyDescriptor(a.prototype,"flags").get.call(t)!==n||r!==n}));e.exports={correct:o}},67979:(e,t,r)=>{"use strict";var n=r(28551);e.exports=function(){var e=n(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t}},61034:(e,t,r)=>{"use strict";var n=r(69565),i=r(39297),a=r(1625),o=r(65213),s=r(67979),c=RegExp.prototype;e.exports=o.correct?function(e){return e.flags}:function(e){return o.correct||!a(c,e)||i(e,"flags")?e.flags:n(s,e)}},58429:(e,t,r)=>{"use strict";var n=r(79039),i=r(44576).RegExp,a=n((function(){var e=i("a","y");return e.lastIndex=2,null!==e.exec("abcd")})),o=a||n((function(){return!i("a","y").sticky})),s=a||n((function(){var e=i("^r","gy");return e.lastIndex=2,null!==e.exec("str")}));e.exports={BROKEN_CARET:s,MISSED_STICKY:o,UNSUPPORTED_Y:a}},83635:(e,t,r)=>{"use strict";var n=r(79039),i=r(44576).RegExp;e.exports=n((function(){var e=i(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)}))},18814:(e,t,r)=>{"use strict";var n=r(79039),i=r(44576).RegExp;e.exports=n((function(){var e=i("(?b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$c")}))},67750:(e,t,r)=>{"use strict";var n=r(64117),i=TypeError;e.exports=function(e){if(n(e))throw new i("Can't call method on "+e);return e}},93389:(e,t,r)=>{"use strict";var n=r(44576),i=r(43724),a=Object.getOwnPropertyDescriptor;e.exports=function(e){if(!i)return n[e];var t=a(n,e);return t&&t.value}},3470:e=>{"use strict";e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},79472:(e,t,r)=>{"use strict";var n,i=r(44576),a=r(18745),o=r(94901),s=r(84215),c=r(82839),u=r(67680),l=r(22812),p=i.Function,f=/MSIE .\./.test(c)||"BUN"===s&&((n=i.Bun.version.split(".")).length<3||"0"===n[0]&&(n[1]<3||"3"===n[1]&&"0"===n[2]));e.exports=function(e,t){var r=t?2:1;return f?function(n,i){var s=l(arguments.length,1)>r,c=o(n)?n:p(n),f=s?u(arguments,r):[],d=s?function(){a(c,this,f)}:c;return t?e(d,i):e(d)}:e}},89286:(e,t,r)=>{"use strict";var n=r(94402),i=r(38469),a=n.Set,o=n.add;e.exports=function(e){var t=new a;return i(e,(function(e){o(t,e)})),t}},83440:(e,t,r)=>{"use strict";var n=r(97080),i=r(94402),a=r(89286),o=r(25170),s=r(83789),c=r(38469),u=r(40507),l=i.has,p=i.remove;e.exports=function(e){var t=n(this),r=s(e),i=a(t);return o(t)<=r.size?c(t,(function(e){r.includes(e)&&p(i,e)})):u(r.getIterator(),(function(e){l(i,e)&&p(i,e)})),i}},94402:(e,t,r)=>{"use strict";var n=r(79504),i=Set.prototype;e.exports={Set,add:n(i.add),has:n(i.has),remove:n(i.delete),proto:i}},68750:(e,t,r)=>{"use strict";var n=r(97080),i=r(94402),a=r(25170),o=r(83789),s=r(38469),c=r(40507),u=i.Set,l=i.add,p=i.has;e.exports=function(e){var t=n(this),r=o(e),i=new u;return a(t)>r.size?c(r.getIterator(),(function(e){p(t,e)&&l(i,e)})):s(t,(function(e){r.includes(e)&&l(i,e)})),i}},64449:(e,t,r)=>{"use strict";var n=r(97080),i=r(94402).has,a=r(25170),o=r(83789),s=r(38469),c=r(40507),u=r(9539);e.exports=function(e){var t=n(this),r=o(e);if(a(t)<=r.size)return!1!==s(t,(function(e){if(r.includes(e))return!1}),!0);var l=r.getIterator();return!1!==c(l,(function(e){if(i(t,e))return u(l,"normal",!1)}))}},53838:(e,t,r)=>{"use strict";var n=r(97080),i=r(25170),a=r(38469),o=r(83789);e.exports=function(e){var t=n(this),r=o(e);return!(i(t)>r.size)&&!1!==a(t,(function(e){if(!r.includes(e))return!1}),!0)}},28527:(e,t,r)=>{"use strict";var n=r(97080),i=r(94402).has,a=r(25170),o=r(83789),s=r(40507),c=r(9539);e.exports=function(e){var t=n(this),r=o(e);if(a(t){"use strict";var n=r(79504),i=r(40507),a=r(94402),o=a.Set,s=a.proto,c=n(s.forEach),u=n(s.keys),l=u(new o).next;e.exports=function(e,t,r){return r?i({iterator:u(e),next:l},t):c(e,t)}},84916:(e,t,r)=>{"use strict";var n=r(97751),i=function(e){return{size:e,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}},a=function(e){return{size:e,has:function(){return!0},keys:function(){throw new Error("e")}}};e.exports=function(e,t){var r=n("Set");try{(new r)[e](i(0));try{return(new r)[e](i(-1)),!1}catch(n){if(!t)return!0;try{return(new r)[e](a(-1/0)),!1}catch(n){return t(new r([1,2])[e](a(1/0)))}}}catch(e){return!1}}},39835:e=>{"use strict";e.exports=function(e){try{var t=new Set,r={size:0,has:function(){return!0},keys:function(){return Object.defineProperty({},"next",{get:function(){return t.clear(),t.add(4),function(){return{done:!0}}}})}},n=t[e](r);return 1===n.size&&4===n.values().next().value}catch(e){return!1}}},25170:(e,t,r)=>{"use strict";var n=r(46706),i=r(94402);e.exports=n(i.proto,"size","get")||function(e){return e.size}},87633:(e,t,r)=>{"use strict";var n=r(97751),i=r(62106),a=r(78227),o=r(43724),s=a("species");e.exports=function(e){var t=n(e);o&&t&&!t[s]&&i(t,s,{configurable:!0,get:function(){return this}})}},83650:(e,t,r)=>{"use strict";var n=r(97080),i=r(94402),a=r(89286),o=r(83789),s=r(40507),c=i.add,u=i.has,l=i.remove;e.exports=function(e){var t=n(this),r=o(e).getIterator(),i=a(t);return s(r,(function(e){u(t,e)?l(i,e):c(i,e)})),i}},10687:(e,t,r)=>{"use strict";var n=r(24913).f,i=r(39297),a=r(78227)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!i(e,a)&&n(e,a,{configurable:!0,value:t})}},44204:(e,t,r)=>{"use strict";var n=r(97080),i=r(94402).add,a=r(89286),o=r(83789),s=r(40507);e.exports=function(e){var t=n(this),r=o(e).getIterator(),c=a(t);return s(r,(function(e){i(c,e)})),c}},66119:(e,t,r)=>{"use strict";var n=r(25745),i=r(33392),a=n("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},77629:(e,t,r)=>{"use strict";var n=r(96395),i=r(44576),a=r(39433),o="__core-js_shared__",s=e.exports=i[o]||a(o,{});(s.versions||(s.versions=[])).push({version:"3.47.0",mode:n?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru), 2025 CoreJS Company (core-js.io)",license:"https://github.com/zloirock/core-js/blob/v3.47.0/LICENSE",source:"https://github.com/zloirock/core-js"})},25745:(e,t,r)=>{"use strict";var n=r(77629);e.exports=function(e,t){return n[e]||(n[e]=t||{})}},2293:(e,t,r)=>{"use strict";var n=r(28551),i=r(35548),a=r(64117),o=r(78227)("species");e.exports=function(e,t){var r,s=n(e).constructor;return void 0===s||a(r=n(s)[o])?t:i(r)}},23061:(e,t,r)=>{"use strict";var n=r(79039);e.exports=function(e){return n((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))}},68183:(e,t,r)=>{"use strict";var n=r(79504),i=r(91291),a=r(655),o=r(67750),s=n("".charAt),c=n("".charCodeAt),u=n("".slice),l=function(e){return function(t,r){var n,l,p=a(o(t)),f=i(r),d=p.length;return f<0||f>=d?e?"":void 0:(n=c(p,f))<55296||n>56319||f+1===d||(l=c(p,f+1))<56320||l>57343?e?s(p,f):n:e?u(p,f,f+2):l-56320+(n-55296<<10)+65536}};e.exports={codeAt:l(!1),charAt:l(!0)}},83063:(e,t,r)=>{"use strict";var n=r(82839);e.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)},60533:(e,t,r)=>{"use strict";var n=r(79504),i=r(18014),a=r(655),o=r(72333),s=r(67750),c=n(o),u=n("".slice),l=Math.ceil,p=function(e){return function(t,r,n){var o,p,f=a(s(t)),d=i(r),h=f.length,A=void 0===n?" ":a(n);return d<=h||""===A?f:((p=c(A,l((o=d-h)/A.length))).length>o&&(p=u(p,0,o)),e?f+p:p+f)}};e.exports={start:p(!1),end:p(!0)}},3717:(e,t,r)=>{"use strict";var n=r(79504),i=2147483647,a=/[^\0-\u007E]/,o=/[.\u3002\uFF0E\uFF61]/g,s="Overflow: input needs wider integers to process",c=RangeError,u=n(o.exec),l=Math.floor,p=String.fromCharCode,f=n("".charCodeAt),d=n([].join),h=n([].push),A=n("".replace),m=n("".split),v=n("".toLowerCase),g=function(e){return e+22+75*(e<26)},y=function(e,t,r){var n=0;for(e=r?l(e/700):e>>1,e+=l(e/t);e>455;)e=l(e/35),n+=36;return l(n+36*e/(e+38))},b=function(e){var t=[];e=function(e){for(var t=[],r=0,n=e.length;r=55296&&i<=56319&&r=o&&nl((i-u)/_))throw new c(s);for(u+=(b-o)*_,o=b,r=0;ri)throw new c(s);if(n===o){for(var C=u,w=36;;){var x=w<=A?1:w>=A+26?26:w-A;if(C{"use strict";var n=r(91291),i=r(655),a=r(67750),o=RangeError;e.exports=function(e){var t=i(a(this)),r="",s=n(e);if(s<0||s===1/0)throw new o("Wrong number of repetitions");for(;s>0;(s>>>=1)&&(t+=t))1&s&&(r+=t);return r}},96485:(e,t,r)=>{"use strict";var n=r(43802).end,i=r(60706);e.exports=i("trimEnd")?function(){return n(this)}:"".trimEnd},60706:(e,t,r)=>{"use strict";var n=r(10350).PROPER,i=r(79039),a=r(47452);e.exports=function(e){return i((function(){return!!a[e]()||"​…᠎"!=="​…᠎"[e]()||n&&a[e].name!==e}))}},53487:(e,t,r)=>{"use strict";var n=r(43802).start,i=r(60706);e.exports=i("trimStart")?function(){return n(this)}:"".trimStart},43802:(e,t,r)=>{"use strict";var n=r(79504),i=r(67750),a=r(655),o=r(47452),s=n("".replace),c=RegExp("^["+o+"]+"),u=RegExp("(^|[^"+o+"])["+o+"]+$"),l=function(e){return function(t){var r=a(i(t));return 1&e&&(r=s(r,c,"")),2&e&&(r=s(r,u,"$1")),r}};e.exports={start:l(1),end:l(2),trim:l(3)}},1548:(e,t,r)=>{"use strict";var n=r(44576),i=r(79039),a=r(39519),o=r(84215),s=n.structuredClone;e.exports=!!s&&!i((function(){if("DENO"===o&&a>92||"NODE"===o&&a>94||"BROWSER"===o&&a>97)return!1;var e=new ArrayBuffer(8),t=s(e,{transfer:[e]});return 0!==e.byteLength||8!==t.byteLength}))},4495:(e,t,r)=>{"use strict";var n=r(39519),i=r(79039),a=r(44576).String;e.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol("symbol detection");return!a(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},58242:(e,t,r)=>{"use strict";var n=r(69565),i=r(97751),a=r(78227),o=r(36840);e.exports=function(){var e=i("Symbol"),t=e&&e.prototype,r=t&&t.valueOf,s=a("toPrimitive");t&&!t[s]&&o(t,s,(function(e){return n(r,this)}),{arity:1})}},91296:(e,t,r)=>{"use strict";var n=r(4495);e.exports=n&&!!Symbol.for&&!!Symbol.keyFor},59225:(e,t,r)=>{"use strict";var n,i,a,o,s=r(44576),c=r(18745),u=r(76080),l=r(94901),p=r(39297),f=r(79039),d=r(20397),h=r(67680),A=r(4055),m=r(22812),v=r(89544),g=r(38574),y=s.setImmediate,b=s.clearImmediate,_=s.process,C=s.Dispatch,w=s.Function,x=s.MessageChannel,E=s.String,S=0,k={},I="onreadystatechange";f((function(){n=s.location}));var T=function(e){if(p(k,e)){var t=k[e];delete k[e],t()}},D=function(e){return function(){T(e)}},O=function(e){T(e.data)},R=function(e){s.postMessage(E(e),n.protocol+"//"+n.host)};y&&b||(y=function(e){m(arguments.length,1);var t=l(e)?e:w(e),r=h(arguments,1);return k[++S]=function(){c(t,void 0,r)},i(S),S},b=function(e){delete k[e]},g?i=function(e){_.nextTick(D(e))}:C&&C.now?i=function(e){C.now(D(e))}:x&&!v?(o=(a=new x).port2,a.port1.onmessage=O,i=u(o.postMessage,o)):s.addEventListener&&l(s.postMessage)&&!s.importScripts&&n&&"file:"!==n.protocol&&!f(R)?(i=R,s.addEventListener("message",O,!1)):i=I in A("script")?function(e){d.appendChild(A("script"))[I]=function(){d.removeChild(this),T(e)}}:function(e){setTimeout(D(e),0)}),e.exports={set:y,clear:b}},31240:(e,t,r)=>{"use strict";var n=r(79504);e.exports=n(1.1.valueOf)},35610:(e,t,r)=>{"use strict";var n=r(91291),i=Math.max,a=Math.min;e.exports=function(e,t){var r=n(e);return r<0?i(r+t,0):a(r,t)}},75854:(e,t,r)=>{"use strict";var n=r(72777),i=TypeError;e.exports=function(e){var t=n(e,"number");if("number"==typeof t)throw new i("Can't convert number to bigint");return BigInt(t)}},57696:(e,t,r)=>{"use strict";var n=r(91291),i=r(18014),a=RangeError;e.exports=function(e){if(void 0===e)return 0;var t=n(e),r=i(t);if(t!==r)throw new a("Wrong length or index");return r}},25397:(e,t,r)=>{"use strict";var n=r(47055),i=r(67750);e.exports=function(e){return n(i(e))}},91291:(e,t,r)=>{"use strict";var n=r(80741);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},18014:(e,t,r)=>{"use strict";var n=r(91291),i=Math.min;e.exports=function(e){var t=n(e);return t>0?i(t,9007199254740991):0}},48981:(e,t,r)=>{"use strict";var n=r(67750),i=Object;e.exports=function(e){return i(n(e))}},58229:(e,t,r)=>{"use strict";var n=r(99590),i=RangeError;e.exports=function(e,t){var r=n(e);if(r%t)throw new i("Wrong offset");return r}},99590:(e,t,r)=>{"use strict";var n=r(91291),i=RangeError;e.exports=function(e){var t=n(e);if(t<0)throw new i("The argument can't be less than 0");return t}},72777:(e,t,r)=>{"use strict";var n=r(69565),i=r(20034),a=r(10757),o=r(55966),s=r(84270),c=r(78227),u=TypeError,l=c("toPrimitive");e.exports=function(e,t){if(!i(e)||a(e))return e;var r,c=o(e,l);if(c){if(void 0===t&&(t="default"),r=n(c,e,t),!i(r)||a(r))return r;throw new u("Can't convert object to primitive value")}return void 0===t&&(t="number"),s(e,t)}},56969:(e,t,r)=>{"use strict";var n=r(72777),i=r(10757);e.exports=function(e){var t=n(e,"string");return i(t)?t:t+""}},92140:(e,t,r)=>{"use strict";var n={};n[r(78227)("toStringTag")]="z",e.exports="[object z]"===String(n)},655:(e,t,r)=>{"use strict";var n=r(36955),i=String;e.exports=function(e){if("Symbol"===n(e))throw new TypeError("Cannot convert a Symbol value to a string");return i(e)}},58319:e=>{"use strict";var t=Math.round;e.exports=function(e){var r=t(e);return r<0?0:r>255?255:255&r}},16823:e=>{"use strict";var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},15823:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(69565),o=r(43724),s=r(72805),c=r(94644),u=r(66346),l=r(90679),p=r(6980),f=r(66699),d=r(2087),h=r(18014),A=r(57696),m=r(58229),v=r(58319),g=r(56969),y=r(39297),b=r(36955),_=r(20034),C=r(10757),w=r(2360),x=r(1625),E=r(52967),S=r(38480).f,k=r(43251),I=r(59213).forEach,T=r(87633),D=r(62106),O=r(24913),R=r(77347),N=r(35370),L=r(91181),j=r(23167),M=L.get,P=L.set,B=L.enforce,U=O.f,F=R.f,G=i.RangeError,z=u.ArrayBuffer,$=z.prototype,W=u.DataView,H=c.NATIVE_ARRAY_BUFFER_VIEWS,Y=c.TYPED_ARRAY_TAG,X=c.TypedArray,q=c.TypedArrayPrototype,V=c.isTypedArray,K="BYTES_PER_ELEMENT",J="Wrong length",Q=function(e,t){D(e,t,{configurable:!0,get:function(){return M(this)[t]}})},Z=function(e){var t;return x($,e)||"ArrayBuffer"===(t=b(e))||"SharedArrayBuffer"===t},ee=function(e,t){return V(e)&&!C(t)&&t in e&&d(+t)&&t>=0},te=function(e,t){return t=g(t),ee(e,t)?p(2,e[t]):F(e,t)},re=function(e,t,r){return t=g(t),!(ee(e,t)&&_(r)&&y(r,"value"))||y(r,"get")||y(r,"set")||r.configurable||y(r,"writable")&&!r.writable||y(r,"enumerable")&&!r.enumerable?U(e,t,r):(e[t]=r.value,e)};o?(H||(R.f=te,O.f=re,Q(q,"buffer"),Q(q,"byteOffset"),Q(q,"byteLength"),Q(q,"length")),n({target:"Object",stat:!0,forced:!H},{getOwnPropertyDescriptor:te,defineProperty:re}),e.exports=function(e,t,r){var o=e.match(/\d+/)[0]/8,c=e+(r?"Clamped":"")+"Array",u="get"+e,p="set"+e,d=i[c],g=d,y=g&&g.prototype,b={},C=function(e,t){U(e,t,{get:function(){return function(e,t){var r=M(e);return r.view[u](t*o+r.byteOffset,!0)}(this,t)},set:function(e){return function(e,t,n){var i=M(e);i.view[p](t*o+i.byteOffset,r?v(n):n,!0)}(this,t,e)},enumerable:!0})};H?s&&(g=t((function(e,t,r,n){return l(e,y),j(_(t)?Z(t)?void 0!==n?new d(t,m(r,o),n):void 0!==r?new d(t,m(r,o)):new d(t):V(t)?N(g,t):a(k,g,t):new d(A(t)),e,g)})),E&&E(g,X),I(S(d),(function(e){e in g||f(g,e,d[e])})),g.prototype=y):(g=t((function(e,t,r,n){l(e,y);var i,s,c,u=0,p=0;if(_(t)){if(!Z(t))return V(t)?N(g,t):a(k,g,t);i=t,p=m(r,o);var f=t.byteLength;if(void 0===n){if(f%o)throw new G(J);if((s=f-p)<0)throw new G(J)}else if((s=h(n)*o)+p>f)throw new G(J);c=s/o}else c=A(t),i=new z(s=c*o);for(P(e,{buffer:i,byteOffset:p,byteLength:s,length:c,view:new W(i)});u{"use strict";var n=r(44576),i=r(79039),a=r(84428),o=r(94644).NATIVE_ARRAY_BUFFER_VIEWS,s=n.ArrayBuffer,c=n.Int8Array;e.exports=!o||!i((function(){c(1)}))||!i((function(){new c(-1)}))||!a((function(e){new c,new c(null),new c(1.5),new c(e)}),!0)||i((function(){return 1!==new c(new s(2),1,void 0).length}))},29948:(e,t,r)=>{"use strict";var n=r(35370),i=r(94644).getTypedArrayConstructor;e.exports=function(e,t){return n(i(e),t)}},43251:(e,t,r)=>{"use strict";var n=r(76080),i=r(69565),a=r(35548),o=r(48981),s=r(26198),c=r(70081),u=r(50851),l=r(44209),p=r(18727),f=r(94644).aTypedArrayConstructor,d=r(75854);e.exports=function(e){var t,r,h,A,m,v,g,y,b=a(this),_=o(e),C=arguments.length,w=C>1?arguments[1]:void 0,x=void 0!==w,E=u(_);if(E&&!l(E))for(y=(g=c(_,E)).next,_=[];!(v=i(y,g)).done;)_.push(v.value);for(x&&C>2&&(w=n(w,arguments[2])),r=s(_),h=new(f(b))(r),A=p(h),t=0;r>t;t++)m=x?w(_[t],t):_[t],h[t]=A?d(m):+m;return h}},33392:(e,t,r)=>{"use strict";var n=r(79504),i=0,a=Math.random(),o=n(1.1.toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+o(++i+a,36)}},59143:(e,t,r)=>{"use strict";var n=r(44576),i=r(79504),a=r(83972),o=r(63463),s=r(39297),c=r(92804),u=r(944),l=r(55169),p=c.c2i,f=c.c2iUrl,d=n.SyntaxError,h=n.TypeError,A=i("".charAt),m=function(e,t){for(var r=e.length;t>16&255,i>>8&255,255&i];if(2===n){if(r&&0!==a[1])throw new d("Extra bits");return[a[0]]}if(3===n){if(r&&0!==a[2])throw new d("Extra bits");return[a[0],a[1]]}return a},g=function(e,t,r){for(var n=t.length,i=0;i0){if("stop-before-partial"===c)break;if("loose"!==c)throw new d("Missing padding");if(1===w.length)throw new d("Malformed padding: exactly one additional character");_=g(b,v(w,i,!1),_)}C=y;break}var E=A(e,x);if(++x,"="===E){if(w.length<2)throw new d("Padding is too early");if(x=m(e,x),2===w.length){if(x===y){if("stop-before-partial"===c)break;throw new d("Malformed padding: only one =")}"="===A(e,x)&&(++x,x=m(e,x))}if(x{"use strict";var n=r(44576),i=r(79504),a=n.Uint8Array,o=n.SyntaxError,s=n.parseInt,c=Math.min,u=/[^\da-f]/i,l=i(u.exec),p=i("".slice);e.exports=function(e,t){var r=e.length;if(r%2!=0)throw new o("String should be an even number of characters");for(var n=t?c(t.length,r/2):r/2,i=t||new a(n),f=0,d=0;d{"use strict";var n=r(79039),i=r(78227),a=r(43724),o=r(96395),s=i("iterator");e.exports=!n((function(){var e=new URL("b?a=1&b=2&c=3","https://a"),t=e.searchParams,r=new URLSearchParams("a=1&a=2&b=3"),n="";return e.pathname="c%20d",t.forEach((function(e,r){t.delete("b"),n+=r+e})),r.delete("a",2),r.delete("b",void 0),o&&(!e.toJSON||!r.has("a",1)||r.has("a",2)||!r.has("a",void 0)||r.has("b"))||!t.size&&(o||!a)||!t.sort||"https://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[s]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==n||"x"!==new URL("https://x",void 0).host}))},7040:(e,t,r)=>{"use strict";var n=r(4495);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},48686:(e,t,r)=>{"use strict";var n=r(43724),i=r(79039);e.exports=n&&i((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},22812:e=>{"use strict";var t=TypeError;e.exports=function(e,r){if(e{"use strict";var n=r(44576),i=r(94901),a=n.WeakMap;e.exports=i(a)&&/native code/.test(String(a))},70511:(e,t,r)=>{"use strict";var n=r(19167),i=r(39297),a=r(1951),o=r(24913).f;e.exports=function(e){var t=n.Symbol||(n.Symbol={});i(t,e)||o(t,e,{value:a.f(e)})}},1951:(e,t,r)=>{"use strict";var n=r(78227);t.f=n},78227:(e,t,r)=>{"use strict";var n=r(44576),i=r(25745),a=r(39297),o=r(33392),s=r(4495),c=r(7040),u=n.Symbol,l=i("wks"),p=c?u.for||u:u&&u.withoutSetter||o;e.exports=function(e){return a(l,e)||(l[e]=s&&a(u,e)?u[e]:p("Symbol."+e)),l[e]}},47452:e=>{"use strict";e.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},14601:(e,t,r)=>{"use strict";var n=r(97751),i=r(39297),a=r(66699),o=r(1625),s=r(52967),c=r(77740),u=r(11056),l=r(23167),p=r(32603),f=r(77584),d=r(80747),h=r(43724),A=r(96395);e.exports=function(e,t,r,m){var v="stackTraceLimit",g=m?2:1,y=e.split("."),b=y[y.length-1],_=n.apply(null,y);if(_){var C=_.prototype;if(!A&&i(C,"cause")&&delete C.cause,!r)return _;var w=n("Error"),x=t((function(e,t){var r=p(m?t:e,void 0),n=m?new _(e):new _;return void 0!==r&&a(n,"message",r),d(n,x,n.stack,2),this&&o(C,this)&&l(n,this,x),arguments.length>g&&f(n,arguments[g]),n}));if(x.prototype=C,"Error"!==b?s?s(x,w):c(x,w,{name:!0}):h&&v in _&&(u(x,_,v),u(x,_,"prepareStackTrace")),c(x,_),!A)try{C.name!==b&&a(C,"name",b),C.constructor=x}catch(e){}return x}}},4294:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),a=r(18745),o=r(79039),s=r(14601),c="AggregateError",u=i(c),l=!o((function(){return 1!==u([1]).errors[0]}))&&o((function(){return 7!==u([1],c,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:l},{AggregateError:s(c,(function(e){return function(t,r){return a(e,this,arguments)}}),l,!0)})},17145:(e,t,r)=>{"use strict";var n=r(46518),i=r(1625),a=r(42787),o=r(52967),s=r(77740),c=r(2360),u=r(66699),l=r(6980),p=r(77584),f=r(80747),d=r(72652),h=r(32603),A=r(78227)("toStringTag"),m=Error,v=[].push,g=function(e,t){var r,n=i(y,this);o?r=o(new m,n?a(this):y):(r=n?this:c(y),u(r,A,"Error")),void 0!==t&&u(r,"message",h(t)),f(r,g,r.stack,1),arguments.length>2&&p(r,arguments[2]);var s=[];return d(e,v,{that:s}),u(r,"errors",s),r};o?o(g,m):s(g,m,{name:!0});var y=g.prototype=c(m.prototype,{constructor:l(1,g),message:l(1,""),name:l(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:g})},30067:(e,t,r)=>{"use strict";r(17145)},54743:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(66346),o=r(87633),s="ArrayBuffer",c=a[s];n({global:!0,constructor:!0,forced:i[s]!==c},{ArrayBuffer:c}),o(s)},16573:(e,t,r)=>{"use strict";var n=r(43724),i=r(62106),a=r(3238),o=ArrayBuffer.prototype;n&&!("detached"in o)&&i(o,"detached",{configurable:!0,get:function(){return a(this)}})},46761:(e,t,r)=>{"use strict";var n=r(46518),i=r(94644);n({target:"ArrayBuffer",stat:!0,forced:!i.NATIVE_ARRAY_BUFFER_VIEWS},{isView:i.isView})},11745:(e,t,r)=>{"use strict";var n=r(46518),i=r(27476),a=r(79039),o=r(66346),s=r(28551),c=r(35610),u=r(18014),l=o.ArrayBuffer,p=o.DataView,f=p.prototype,d=i(l.prototype.slice),h=i(f.getUint8),A=i(f.setUint8);n({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:a((function(){return!new l(2).slice(1,void 0).byteLength}))},{slice:function(e,t){if(d&&void 0===t)return d(s(this),e);for(var r=s(this).byteLength,n=c(e,r),i=c(void 0===t?r:t,r),a=new l(u(i-n)),o=new p(this),f=new p(a),m=0;n{"use strict";var n=r(46518),i=r(95636);i&&n({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return i(this,arguments.length?arguments[0]:void 0,!1)}})},78100:(e,t,r)=>{"use strict";var n=r(46518),i=r(95636);i&&n({target:"ArrayBuffer",proto:!0},{transfer:function(){return i(this,arguments.length?arguments[0]:void 0,!0)}})},18107:(e,t,r)=>{"use strict";var n=r(46518),i=r(48981),a=r(26198),o=r(91291),s=r(6469);n({target:"Array",proto:!0},{at:function(e){var t=i(this),r=a(t),n=o(e),s=n>=0?n:r+n;return s<0||s>=r?void 0:t[s]}}),s("at")},28706:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=r(34376),o=r(20034),s=r(48981),c=r(26198),u=r(96837),l=r(97040),p=r(1469),f=r(70597),d=r(78227),h=r(39519),A=d("isConcatSpreadable"),m=h>=51||!i((function(){var e=[];return e[A]=!1,e.concat()[0]!==e})),v=function(e){if(!o(e))return!1;var t=e[A];return void 0!==t?!!t:a(e)};n({target:"Array",proto:!0,arity:1,forced:!m||!f("concat")},{concat:function(e){var t,r,n,i,a,o=s(this),f=p(o,0),d=0;for(t=-1,n=arguments.length;t{"use strict";var n=r(46518),i=r(57029),a=r(6469);n({target:"Array",proto:!0},{copyWithin:i}),a("copyWithin")},88431:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).every;n({target:"Array",proto:!0,forced:!r(34598)("every")},{every:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},33771:(e,t,r)=>{"use strict";var n=r(46518),i=r(84373),a=r(6469);n({target:"Array",proto:!0},{fill:i}),a("fill")},2008:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).filter;n({target:"Array",proto:!0,forced:!r(70597)("filter")},{filter:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},48980:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).findIndex,a=r(6469),o="findIndex",s=!0;o in[]&&Array(1)[o]((function(){s=!1})),n({target:"Array",proto:!0,forced:s},{findIndex:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),a(o)},13451:(e,t,r)=>{"use strict";var n=r(46518),i=r(43839).findLastIndex,a=r(6469);n({target:"Array",proto:!0},{findLastIndex:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),a("findLastIndex")},10838:(e,t,r)=>{"use strict";var n=r(46518),i=r(43839).findLast,a=r(6469);n({target:"Array",proto:!0},{findLast:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),a("findLast")},50113:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).find,a=r(6469),o="find",s=!0;o in[]&&Array(1)[o]((function(){s=!1})),n({target:"Array",proto:!0,forced:s},{find:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),a(o)},78350:(e,t,r)=>{"use strict";var n=r(46518),i=r(70259),a=r(79306),o=r(48981),s=r(26198),c=r(1469);n({target:"Array",proto:!0},{flatMap:function(e){var t,r=o(this),n=s(r);return a(e),(t=c(r,0)).length=i(t,r,r,n,0,1,e,arguments.length>1?arguments[1]:void 0),t}})},46449:(e,t,r)=>{"use strict";var n=r(46518),i=r(70259),a=r(48981),o=r(26198),s=r(91291),c=r(1469);n({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=a(this),r=o(t),n=c(t,0);return n.length=i(n,t,t,r,0,void 0===e?1:s(e)),n}})},51629:(e,t,r)=>{"use strict";var n=r(46518),i=r(90235);n({target:"Array",proto:!0,forced:[].forEach!==i},{forEach:i})},52407:(e,t,r)=>{"use strict";var n=r(46518),i=r(8045),a=r(79039),o=Array.fromAsync;n({target:"Array",stat:!0,forced:!o||a((function(){var e=0;return o.call((function(){return e++,[]}),{length:0}),1!==e}))},{fromAsync:i})},23418:(e,t,r)=>{"use strict";var n=r(46518),i=r(97916);n({target:"Array",stat:!0,forced:!r(84428)((function(e){Array.from(e)}))},{from:i})},74423:(e,t,r)=>{"use strict";var n=r(46518),i=r(19617).includes,a=r(79039),o=r(6469);n({target:"Array",proto:!0,forced:a((function(){return!Array(1).includes()}))},{includes:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),o("includes")},25276:(e,t,r)=>{"use strict";var n=r(46518),i=r(27476),a=r(19617).indexOf,o=r(34598),s=i([].indexOf),c=!!s&&1/s([1],1,-0)<0;n({target:"Array",proto:!0,forced:c||!o("indexOf")},{indexOf:function(e){var t=arguments.length>1?arguments[1]:void 0;return c?s(this,e,t)||0:a(this,e,t)}})},64346:(e,t,r)=>{"use strict";r(46518)({target:"Array",stat:!0},{isArray:r(34376)})},23792:(e,t,r)=>{"use strict";var n=r(25397),i=r(6469),a=r(26269),o=r(91181),s=r(24913).f,c=r(51088),u=r(62529),l=r(96395),p=r(43724),f="Array Iterator",d=o.set,h=o.getterFor(f);e.exports=c(Array,"Array",(function(e,t){d(this,{type:f,target:n(e),index:0,kind:t})}),(function(){var e=h(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=null,u(void 0,!0);switch(e.kind){case"keys":return u(r,!1);case"values":return u(t[r],!1)}return u([r,t[r]],!1)}),"values");var A=a.Arguments=a.Array;if(i("keys"),i("values"),i("entries"),!l&&p&&"values"!==A.name)try{s(A,"name",{value:"values"})}catch(e){}},48598:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(47055),o=r(25397),s=r(34598),c=i([].join);n({target:"Array",proto:!0,forced:a!==Object||!s("join",",")},{join:function(e){return c(o(this),void 0===e?",":e)}})},8921:(e,t,r)=>{"use strict";var n=r(46518),i=r(8379);n({target:"Array",proto:!0,forced:i!==[].lastIndexOf},{lastIndexOf:i})},62062:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).map;n({target:"Array",proto:!0,forced:!r(70597)("map")},{map:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},31051:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=r(33517),o=r(97040),s=Array;n({target:"Array",stat:!0,forced:i((function(){function e(){}return!(s.of.call(e)instanceof e)}))},{of:function(){for(var e=0,t=arguments.length,r=new(a(this)?this:s)(t);t>e;)o(r,e,arguments[e++]);return r.length=t,r}})},44114:(e,t,r)=>{"use strict";var n=r(46518),i=r(48981),a=r(26198),o=r(34527),s=r(96837);n({target:"Array",proto:!0,arity:1,forced:r(79039)((function(){return 4294967297!==[].push.call({length:4294967296},1)}))||!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(e){return e instanceof TypeError}}()},{push:function(e){var t=i(this),r=a(t),n=arguments.length;s(r+n);for(var c=0;c{"use strict";var n=r(46518),i=r(80926).right,a=r(34598),o=r(39519);n({target:"Array",proto:!0,forced:!r(38574)&&o>79&&o<83||!a("reduceRight")},{reduceRight:function(e){return i(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},72712:(e,t,r)=>{"use strict";var n=r(46518),i=r(80926).left,a=r(34598),o=r(39519);n({target:"Array",proto:!0,forced:!r(38574)&&o>79&&o<83||!a("reduce")},{reduce:function(e){var t=arguments.length;return i(this,e,t,t>1?arguments[1]:void 0)}})},94490:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(34376),o=i([].reverse),s=[1,2];n({target:"Array",proto:!0,forced:String(s)===String(s.reverse())},{reverse:function(){return a(this)&&(this.length=this.length),o(this)}})},34782:(e,t,r)=>{"use strict";var n=r(46518),i=r(34376),a=r(33517),o=r(20034),s=r(35610),c=r(26198),u=r(25397),l=r(97040),p=r(78227),f=r(70597),d=r(67680),h=f("slice"),A=p("species"),m=Array,v=Math.max;n({target:"Array",proto:!0,forced:!h},{slice:function(e,t){var r,n,p,f=u(this),h=c(f),g=s(e,h),y=s(void 0===t?h:t,h);if(i(f)&&(r=f.constructor,(a(r)&&(r===m||i(r.prototype))||o(r)&&null===(r=r[A]))&&(r=void 0),r===m||void 0===r))return d(f,g,y);for(n=new(void 0===r?m:r)(v(y-g,0)),p=0;g{"use strict";var n=r(46518),i=r(59213).some;n({target:"Array",proto:!0,forced:!r(34598)("some")},{some:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},4529:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(79306),o=r(48981),s=r(26198),c=r(84606),u=r(655),l=r(79039),p=r(74488),f=r(34598),d=r(13709),h=r(13763),A=r(39519),m=r(3607),v=[],g=i(v.sort),y=i(v.push),b=l((function(){v.sort(void 0)})),_=l((function(){v.sort(null)})),C=f("sort"),w=!l((function(){if(A)return A<70;if(!(d&&d>3)){if(h)return!0;if(m)return m<603;var e,t,r,n,i="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)v.push({k:t+n,v:r})}for(v.sort((function(e,t){return t.v-e.v})),n=0;nu(r)?1:-1}}(e)),r=s(i),n=0;n{"use strict";r(87633)("Array")},54554:(e,t,r)=>{"use strict";var n=r(46518),i=r(48981),a=r(35610),o=r(91291),s=r(26198),c=r(34527),u=r(96837),l=r(1469),p=r(97040),f=r(84606),d=r(70597)("splice"),h=Math.max,A=Math.min;n({target:"Array",proto:!0,forced:!d},{splice:function(e,t){var r,n,d,m,v,g,y=i(this),b=s(y),_=a(e,b),C=arguments.length;for(0===C?r=n=0:1===C?(r=0,n=b-_):(r=C-2,n=A(h(o(t),0),b-_)),u(b+r-n),d=l(y,n),m=0;mb-n+r;m--)f(y,m-1)}else if(r>n)for(m=b-n;m>_;m--)g=m+r-1,(v=m+n-1)in y?y[g]=y[v]:f(y,g);for(m=0;m{"use strict";var n=r(46518),i=r(37628),a=r(25397),o=r(6469),s=Array;n({target:"Array",proto:!0},{toReversed:function(){return i(a(this),s)}}),o("toReversed")},57145:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(79306),o=r(25397),s=r(35370),c=r(44124),u=r(6469),l=Array,p=i(c("Array","sort"));n({target:"Array",proto:!0},{toSorted:function(e){void 0!==e&&a(e);var t=o(this),r=s(l,t);return p(r,e)}}),u("toSorted")},71658:(e,t,r)=>{"use strict";var n=r(46518),i=r(6469),a=r(96837),o=r(26198),s=r(35610),c=r(25397),u=r(91291),l=Array,p=Math.max,f=Math.min;n({target:"Array",proto:!0},{toSpliced:function(e,t){var r,n,i,d,h=c(this),A=o(h),m=s(e,A),v=arguments.length,g=0;for(0===v?r=n=0:1===v?(r=0,n=A-m):(r=v-2,n=f(p(u(t),0),A-m)),i=a(A+r-n),d=l(i);g{"use strict";r(6469)("flatMap")},93514:(e,t,r)=>{"use strict";r(6469)("flat")},13609:(e,t,r)=>{"use strict";var n=r(46518),i=r(48981),a=r(26198),o=r(34527),s=r(84606),c=r(96837);n({target:"Array",proto:!0,arity:1,forced:1!==[].unshift(0)||!function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(e){return e instanceof TypeError}}()},{unshift:function(e){var t=i(this),r=a(t),n=arguments.length;if(n){c(r+n);for(var u=r;u--;){var l=u+n;u in t?t[l]=t[u]:s(t,l)}for(var p=0;p{"use strict";var n=r(46518),i=r(39928),a=r(25397),o=Array;n({target:"Array",proto:!0,forced:function(){try{[].with({valueOf:function(){throw 4}},null)}catch(e){return 4!==e}}()},{with:function(e,t){return i(a(this),o,e,t)}})},24793:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(97751),o=r(79306),s=r(90679),c=r(36840),u=r(56279),l=r(62106),p=r(78227),f=r(91181),d=r(91021),h=r(39519),A=a("Promise"),m=a("SuppressedError"),v=ReferenceError,g=p("asyncDispose"),y=p("toStringTag"),b="AsyncDisposableStack",_=f.set,C=f.getterFor(b),w="async-dispose",x="disposed",E=function(e){var t=C(e);if(t.state===x)throw new v(b+" already disposed");return t},S=function(){_(s(this,k),{type:b,state:"pending",stack:[]}),i||(this.disposed=!1)},k=S.prototype;u(k,{disposeAsync:function(){var e=this;return new A((function(t,r){var n=C(e);if(n.state===x)return t(void 0);n.state=x,i||(e.disposed=!0);var a,o=n.stack,s=o.length,c=!1,u=function(e){c?a=new m(e,a):(c=!0,a=e),l()},l=function(){if(s){var e=o[--s];o[s]=null;try{A.resolve(e()).then(l,u)}catch(e){u(e)}}else n.stack=null,c?r(a):t(void 0)};l()}))},use:function(e){return d(E(this),e,w),e},adopt:function(e,t){var r=E(this);return o(t),d(r,void 0,w,(function(){return t(e)})),e},defer:function(e){var t=E(this);o(e),d(t,void 0,w,e)},move:function(){var e=E(this),t=new S;return C(t).stack=e.stack,e.stack=[],e.state=x,i||(this.disposed=!0),t}}),i&&l(k,"disposed",{configurable:!0,get:function(){return C(this).state===x}}),c(k,g,k.disposeAsync,{name:"disposeAsync"}),c(k,y,b,{nonWritable:!0}),n({global:!0,constructor:!0,forced:h&&h<136},{AsyncDisposableStack:S})},50452:(e,t,r)=>{"use strict";var n=r(69565),i=r(36840),a=r(97751),o=r(55966),s=r(39297),c=r(78227),u=r(53982),l=c("asyncDispose"),p=a("Promise");s(u,l)||i(u,l,(function(){var e=this;return new p((function(t,r){var i=o(e,"return");i?p.resolve(n(i,e)).then((function(){t(void 0)}),r):t(void 0)}))}))},24359:(e,t,r)=>{"use strict";var n=r(46518),i=r(66346);n({global:!0,constructor:!0,forced:!r(77811)},{DataView:i.DataView})},10255:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=Math.pow,o=a(2,-24),s=.0009765625,c=i(DataView.prototype.getUint16);n({target:"DataView",proto:!0},{getFloat16:function(e){return t=c(this,e,arguments.length>1&&arguments[1]),r=t>>>15,i=1023&t,31===(n=t>>>10&31)?0===i?0===r?1/0:-1/0:NaN:0===n?i*(0===r?o:-o):a(2,n-15)*(0===r?1+i*s:-1-i*s);var t,r,n,i}})},38309:(e,t,r)=>{"use strict";r(24359)},3995:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(24194),o=r(57696),s=r(67787),c=r(53602),u=Math.pow,l=1024,p=i(DataView.prototype.setUint16);n({target:"DataView",proto:!0},{setFloat16:function(e,t){p(a(this),o(e),function(e){if(e!=e)return 32256;if(0===e)return(1/e==-1/0)<<15;var t=e<0;if(t&&(e=-e),e>=65520)return t<<15|31744;if(e<61005353927612305e-21)return t<<15|c(16777216*e);var r=0|s(e);if(-15===r)return t<<15|l;var n=c((e*u(2,-r)-1)*l);return n===l?t<<15|r+16<<10:t<<15|r+15<<10|n}(+t),arguments.length>2&&arguments[2])}})},61699:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(79039)((function(){return 120!==new Date(16e11).getYear()})),o=i(Date.prototype.getFullYear);n({target:"Date",proto:!0,forced:a},{getYear:function(){return o(this)-1900}})},59089:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=Date,o=i(a.prototype.getTime);n({target:"Date",stat:!0},{now:function(){return o(new a)}})},91191:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(91291),o=Date.prototype,s=i(o.getTime),c=i(o.setFullYear);n({target:"Date",proto:!0},{setYear:function(e){s(this);var t=a(e);return c(this,t>=0&&t<=99?t+1900:t)}})},93515:(e,t,r)=>{"use strict";r(46518)({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString})},1688:(e,t,r)=>{"use strict";var n=r(46518),i=r(70380);n({target:"Date",proto:!0,forced:Date.prototype.toISOString!==i},{toISOString:i})},60739:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=r(48981),o=r(72777);n({target:"Date",proto:!0,arity:1,forced:i((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(e){var t=a(this),r=o(t,"number");return"number"!=typeof r||isFinite(r)?t.toISOString():null}})},89572:(e,t,r)=>{"use strict";var n=r(39297),i=r(36840),a=r(53640),o=r(78227)("toPrimitive"),s=Date.prototype;n(s,o)||i(s,o,a)},23288:(e,t,r)=>{"use strict";var n=r(79504),i=r(36840),a=Date.prototype,o="Invalid Date",s="toString",c=n(a[s]),u=n(a.getTime);String(new Date(NaN))!==o&&i(a,s,(function(){var e=u(this);return e==e?c(this):o}))},48922:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(97751),o=r(79306),s=r(90679),c=r(36840),u=r(56279),l=r(62106),p=r(78227),f=r(91181),d=r(91021),h=a("SuppressedError"),A=ReferenceError,m=p("dispose"),v=p("toStringTag"),g="DisposableStack",y=f.set,b=f.getterFor(g),_="sync-dispose",C="disposed",w=function(e){var t=b(e);if(t.state===C)throw new A(g+" already disposed");return t},x=function(){y(s(this,E),{type:g,state:"pending",stack:[]}),i||(this.disposed=!1)},E=x.prototype;u(E,{dispose:function(){var e=b(this);if(e.state!==C){e.state=C,i||(this.disposed=!0);for(var t,r=e.stack,n=r.length,a=!1;n;){var o=r[--n];r[n]=null;try{o()}catch(e){a?t=new h(e,t):(a=!0,t=e)}}if(e.stack=null,a)throw t}},use:function(e){return d(w(this),e,_),e},adopt:function(e,t){var r=w(this);return o(t),d(r,void 0,_,(function(){t(e)})),e},defer:function(e){var t=w(this);o(e),d(t,void 0,_,e)},move:function(){var e=w(this),t=new x;return b(t).stack=e.stack,e.stack=[],e.state=C,i||(this.disposed=!0),t}}),i&&l(E,"disposed",{configurable:!0,get:function(){return b(this).state===C}}),c(E,m,E.dispose,{name:"dispose"}),c(E,v,g,{nonWritable:!0}),n({global:!0,constructor:!0},{DisposableStack:x})},16280:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(18745),o=r(14601),s="WebAssembly",c=i[s],u=7!==new Error("e",{cause:7}).cause,l=function(e,t){var r={};r[e]=o(e,t,u),n({global:!0,constructor:!0,arity:1,forced:u},r)},p=function(e,t){if(c&&c[e]){var r={};r[e]=o(s+"."+e,t,u),n({target:s,stat:!0,constructor:!0,arity:1,forced:u},r)}};l("Error",(function(e){return function(t){return a(e,this,arguments)}})),l("EvalError",(function(e){return function(t){return a(e,this,arguments)}})),l("RangeError",(function(e){return function(t){return a(e,this,arguments)}})),l("ReferenceError",(function(e){return function(t){return a(e,this,arguments)}})),l("SyntaxError",(function(e){return function(t){return a(e,this,arguments)}})),l("TypeError",(function(e){return function(t){return a(e,this,arguments)}})),l("URIError",(function(e){return function(t){return a(e,this,arguments)}})),p("CompileError",(function(e){return function(t){return a(e,this,arguments)}})),p("LinkError",(function(e){return function(t){return a(e,this,arguments)}})),p("RuntimeError",(function(e){return function(t){return a(e,this,arguments)}}))},6372:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),a=r(20034),o=r(36955),s=r(79039),c="Error",u="DOMException",l=Object.setPrototypeOf||{}.__proto__,p=i(u),f=Error,d=f.isError;n({target:"Error",stat:!0,sham:!0,forced:!d||!l||s((function(){return p&&!d(new p(u))||!d(new f(c,{cause:function(){}}))||d(i("Object","create")(f.prototype))}))},{isError:function(e){if(!a(e))return!1;var t=o(e);return t===c||t===u}})},76918:(e,t,r)=>{"use strict";var n=r(36840),i=r(77536),a=Error.prototype;a.toString!==i&&n(a,"toString",i)},36456:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(655),o=i("".charAt),s=i("".charCodeAt),c=i(/./.exec),u=i(1.1.toString),l=i("".toUpperCase),p=/[\w*+\-./@]/,f=function(e,t){for(var r=u(e,16);r.length{"use strict";var n=r(46518),i=r(30566);n({target:"Function",proto:!0,forced:Function.bind!==i},{bind:i})},48957:(e,t,r)=>{"use strict";var n=r(94901),i=r(20034),a=r(24913),o=r(1625),s=r(78227),c=r(50283),u=s("hasInstance"),l=Function.prototype;u in l||a.f(l,u,{value:c((function(e){if(!n(this)||!i(e))return!1;var t=this.prototype;return i(t)?o(t,e):e instanceof this}),u)})},62010:(e,t,r)=>{"use strict";var n=r(43724),i=r(10350).EXISTS,a=r(79504),o=r(62106),s=Function.prototype,c=a(s.toString),u=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,l=a(u.exec);n&&!i&&o(s,"name",{configurable:!0,get:function(){try{return l(u,c(this))[1]}catch(e){return""}}})},55081:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576);n({global:!0,forced:i.globalThis!==i},{globalThis:i})},21979:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(79306),o=r(28551),s=r(50851),c=r(19462),u=Array,l=c((function(){for(;;){var e=this.iterator;if(!e){var t=this.nextIterableIndex++,r=this.iterables;if(t>=r.length)return void(this.done=!0);var n=r[t];this.iterables[t]=null,e=this.iterator=i(n.method,n.iterable),this.next=e.next}var a=o(i(this.next,e));if(!a.done)return a.value;this.iterator=null,this.next=null}}));n({target:"Iterator",stat:!0},{concat:function(){for(var e=arguments.length,t=u(e),r=0;r{"use strict";var n=r(46518),i=r(44576),a=r(90679),o=r(28551),s=r(94901),c=r(42787),u=r(62106),l=r(97040),p=r(79039),f=r(39297),d=r(78227),h=r(57657).IteratorPrototype,A=r(43724),m=r(96395),v="constructor",g="Iterator",y=d("toStringTag"),b=TypeError,_=i[g],C=m||!s(_)||_.prototype!==h||!p((function(){_({})})),w=function(){if(a(this,h),c(this)===h)throw new b("Abstract class Iterator not directly constructable")},x=function(e,t){A?u(h,e,{configurable:!0,get:function(){return t},set:function(t){if(o(this),this===h)throw new b("You can't redefine this property");f(this,e)?this[e]=t:l(this,e,t)}}):h[e]=t};f(h,y)||x(y,g),!C&&f(h,v)&&h[v]!==Object||x(v,w),w.prototype=h,n({global:!0,constructor:!0,forced:C},{Iterator:w})},76382:(e,t,r)=>{"use strict";var n=r(69565),i=r(36840),a=r(55966),o=r(39297),s=r(78227),c=r(57657).IteratorPrototype,u=s("dispose");o(c,u)||i(c,u,(function(){var e=a(this,"return");e&&n(e,this)}))},29314:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(28551),o=r(1767),s=r(24149),c=r(99590),u=r(9539),l=r(19462),p=r(30684),f=r(84549),d=r(96395),h=!d&&!p("drop",0),A=!d&&!h&&f("drop",RangeError),m=d||h||A,v=l((function(){for(var e,t=this.iterator,r=this.next;this.remaining;)if(this.remaining--,e=a(i(r,t)),this.done=!!e.done)return;if(e=a(i(r,t)),!(this.done=!!e.done))return e.value}));n({target:"Iterator",proto:!0,real:!0,forced:m},{drop:function(e){var t;a(this);try{t=c(s(+e))}catch(e){u(this,"throw",e)}return A?i(A,this,t):new v(o(this),{remaining:t})}})},81148:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(72652),o=r(79306),s=r(28551),c=r(1767),u=r(9539),l=r(84549)("every",TypeError);n({target:"Iterator",proto:!0,real:!0,forced:l},{every:function(e){s(this);try{o(e)}catch(e){u(this,"throw",e)}if(l)return i(l,this,e);var t=c(this),r=0;return!a(t,(function(t,n){if(!e(t,r++))return n()}),{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},22489:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(79306),o=r(28551),s=r(1767),c=r(19462),u=r(96319),l=r(96395),p=r(9539),f=r(30684),d=r(84549),h=!l&&!f("filter",(function(){})),A=!l&&!h&&d("filter",TypeError),m=l||h||A,v=c((function(){for(var e,t,r=this.iterator,n=this.predicate,a=this.next;;){if(e=o(i(a,r)),this.done=!!e.done)return;if(t=e.value,u(r,n,[t,this.counter++],!0))return t}}));n({target:"Iterator",proto:!0,real:!0,forced:m},{filter:function(e){o(this);try{a(e)}catch(e){p(this,"throw",e)}return A?i(A,this,e):new v(s(this),{predicate:e})}})},20116:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(72652),o=r(79306),s=r(28551),c=r(1767),u=r(9539),l=r(84549)("find",TypeError);n({target:"Iterator",proto:!0,real:!0,forced:l},{find:function(e){s(this);try{o(e)}catch(e){u(this,"throw",e)}if(l)return i(l,this,e);var t=c(this),r=0;return a(t,(function(t,n){if(e(t,r++))return n(t)}),{IS_RECORD:!0,INTERRUPTED:!0}).result}})},30531:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(79306),o=r(28551),s=r(1767),c=r(48646),u=r(19462),l=r(9539),p=r(96395),f=r(30684),d=r(84549),h=!p&&!f("flatMap",(function(){})),A=!p&&!h&&d("flatMap",TypeError),m=p||h||A,v=u((function(){for(var e,t,r=this.iterator,n=this.mapper;;){if(t=this.inner)try{if(!(e=o(i(t.next,t.iterator))).done)return e.value;this.inner=null}catch(e){l(r,"throw",e)}if(e=o(i(this.next,r)),this.done=!!e.done)return;try{this.inner=c(n(e.value,this.counter++),!1)}catch(e){l(r,"throw",e)}}}));n({target:"Iterator",proto:!0,real:!0,forced:m},{flatMap:function(e){o(this);try{a(e)}catch(e){l(this,"throw",e)}return A?i(A,this,e):new v(s(this),{mapper:e,inner:null})}})},7588:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(72652),o=r(79306),s=r(28551),c=r(1767),u=r(9539),l=r(84549)("forEach",TypeError);n({target:"Iterator",proto:!0,real:!0,forced:l},{forEach:function(e){s(this);try{o(e)}catch(e){u(this,"throw",e)}if(l)return i(l,this,e);var t=c(this),r=0;a(t,(function(t){e(t,r++)}),{IS_RECORD:!0})}})},49603:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(48981),o=r(1625),s=r(57657).IteratorPrototype,c=r(19462),u=r(48646),l=r(96395)||function(){try{Iterator.from({return:null}).return()}catch(e){return!0}}(),p=c((function(){return i(this.next,this.iterator)}),!0);n({target:"Iterator",stat:!0,forced:l},{from:function(e){var t=u("string"==typeof e?a(e):e,!0);return o(s,t.iterator)?t.iterator:new p(t)}})},61701:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(79306),o=r(28551),s=r(1767),c=r(19462),u=r(96319),l=r(9539),p=r(30684),f=r(84549),d=r(96395),h=!d&&!p("map",(function(){})),A=!d&&!h&&f("map",TypeError),m=d||h||A,v=c((function(){var e=this.iterator,t=o(i(this.next,e));if(!(this.done=!!t.done))return u(e,this.mapper,[t.value,this.counter++],!0)}));n({target:"Iterator",proto:!0,real:!0,forced:m},{map:function(e){o(this);try{a(e)}catch(e){l(this,"throw",e)}return A?i(A,this,e):new v(s(this),{mapper:e})}})},18237:(e,t,r)=>{"use strict";var n=r(46518),i=r(72652),a=r(79306),o=r(28551),s=r(1767),c=r(9539),u=r(84549),l=r(18745),p=r(79039),f=TypeError,d=p((function(){[].keys().reduce((function(){}),void 0)})),h=!d&&u("reduce",f);n({target:"Iterator",proto:!0,real:!0,forced:d||h},{reduce:function(e){o(this);try{a(e)}catch(e){c(this,"throw",e)}var t=arguments.length<2,r=t?void 0:arguments[1];if(h)return l(h,this,t?[e]:[e,r]);var n=s(this),u=0;if(i(n,(function(n){t?(t=!1,r=n):r=e(r,n,u),u++}),{IS_RECORD:!0}),t)throw new f("Reduce of empty iterator with no initial value");return r}})},13579:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(72652),o=r(79306),s=r(28551),c=r(1767),u=r(9539),l=r(84549)("some",TypeError);n({target:"Iterator",proto:!0,real:!0,forced:l},{some:function(e){s(this);try{o(e)}catch(e){u(this,"throw",e)}if(l)return i(l,this,e);var t=c(this),r=0;return a(t,(function(t,n){if(e(t,r++))return n()}),{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},54972:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(28551),o=r(1767),s=r(24149),c=r(99590),u=r(19462),l=r(9539),p=r(84549),f=r(96395),d=!f&&p("take",RangeError),h=u((function(){var e=this.iterator;if(!this.remaining--)return this.done=!0,l(e,"normal",void 0);var t=a(i(this.next,e));return(this.done=!!t.done)?void 0:t.value}));n({target:"Iterator",proto:!0,real:!0,forced:f||d},{take:function(e){var t;a(this);try{t=c(s(+e))}catch(e){l(this,"throw",e)}return d?i(d,this,t):new h(o(this),{remaining:t})}})},61806:(e,t,r)=>{"use strict";var n=r(46518),i=r(28551),a=r(72652),o=r(1767),s=[].push;n({target:"Iterator",proto:!0,real:!0},{toArray:function(){var e=[];return a(o(i(this)),s,{that:e,IS_RECORD:!0}),e}})},45595:(e,t,r)=>{"use strict";r(46518)({target:"JSON",stat:!0,forced:!r(27819)},{isRawJSON:r(65810)})},69112:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(44576),o=r(97751),s=r(79504),c=r(69565),u=r(94901),l=r(20034),p=r(34376),f=r(39297),d=r(655),h=r(26198),A=r(97040),m=r(79039),v=r(616),g=r(4495),y=a.JSON,b=a.Number,_=a.SyntaxError,C=y&&y.parse,w=o("Object","keys"),x=Object.getOwnPropertyDescriptor,E=s("".charAt),S=s("".slice),k=s(/./.exec),I=s([].push),T=/^\d$/,D=/^[1-9]$/,O=/^[\d-]$/,R=/^[\t\n\r ]$/,N=function(e,t,r,n){var i,a,o,s,u,d=e[t],A=n&&d===n.value,m=A&&"string"==typeof n.source?{source:n.source}:{};if(l(d)){var v=p(d),g=A?n.nodes:v?[]:{};if(v)for(i=g.length,o=h(d),s=0;s{"use strict";var n=r(46518),i=r(92744),a=r(27819),o=r(97751),s=r(79504),c=r(655),u=r(97040),l=r(91181).set,p=SyntaxError,f=o("JSON","parse"),d=o("Object","create"),h=o("Object","freeze"),A=s("".charAt),m="Unacceptable as raw JSON",v=function(e){return" "===e||"\t"===e||"\n"===e||"\r"===e};n({target:"JSON",stat:!0,forced:!a},{rawJSON:function(e){var t=c(e);if(""===t||v(A(t,0))||v(A(t,t.length-1)))throw new p(m);var r=f(t);if("object"==typeof r&&null!==r)throw new p(m);var n=d(null);return l(n,{type:"RawJSON"}),u(n,"rawJSON",t),i?h(n):n}})},33110:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),a=r(18745),o=r(69565),s=r(79504),c=r(79039),u=r(34376),l=r(94901),p=r(65810),f=r(10757),d=r(22195),h=r(655),A=r(67680),m=r(616),v=r(33392),g=r(4495),y=r(27819),b=String,_=i("JSON","stringify"),C=s(/./.exec),w=s("".charAt),x=s("".charCodeAt),E=s("".replace),S=s("".slice),k=s([].push),I=s(1.1.toString),T=/[\uD800-\uDFFF]/g,D=/^[\uD800-\uDBFF]$/,O=/^[\uDC00-\uDFFF]$/,R=v(),N=R.length,L=!g||c((function(){var e=i("Symbol")("stringify detection");return"[null]"!==_([e])||"{}"!==_({a:e})||"{}"!==_(Object(e))})),j=c((function(){return'"\\udf06\\ud834"'!==_("\udf06\ud834")||'"\\udead"'!==_("\udead")})),M=L?function(e,t){var r=A(arguments),n=B(t);if(l(n)||void 0!==e&&!f(e))return r[1]=function(e,t){if(l(n)&&(t=o(n,this,b(e),t)),!f(t))return t},a(_,null,r)}:_,P=function(e,t,r){var n=w(r,t-1),i=w(r,t+1);return C(D,e)&&!C(O,i)||C(O,e)&&!C(D,n)?"\\u"+I(x(e,0),16):e},B=function(e){if(l(e))return e;if(u(e)){for(var t=e.length,r=[],n=0;n{"use strict";var n=r(44576);r(10687)(n.JSON,"JSON",!0)},48523:(e,t,r)=>{"use strict";r(16468)("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r(86938))},47072:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(79306),o=r(67750),s=r(72652),c=r(72248),u=r(96395),l=r(79039),p=c.Map,f=c.has,d=c.get,h=c.set,A=i([].push),m=u||l((function(){return 1!==p.groupBy("ab",(function(e){return e})).get("a").length}));n({target:"Map",stat:!0,forced:u||m},{groupBy:function(e,t){o(e),a(t);var r=new p,n=0;return s(e,(function(e){var i=t(e,n++);f(r,i)?A(d(r,i),e):h(r,i,[e])})),r}})},36033:(e,t,r)=>{"use strict";r(48523)},93153:(e,t,r)=>{"use strict";var n=r(46518),i=r(7740),a=Math.acosh,o=Math.log,s=Math.sqrt,c=Math.LN2;n({target:"Math",stat:!0,forced:!a||710!==Math.floor(a(Number.MAX_VALUE))||a(1/0)!==1/0},{acosh:function(e){var t=+e;return t<1?NaN:t>94906265.62425156?o(t)+c:i(t-1+s(t-1)*s(t+1))}})},82326:(e,t,r)=>{"use strict";var n=r(46518),i=Math.asinh,a=Math.log,o=Math.sqrt;n({target:"Math",stat:!0,forced:!(i&&1/i(0)>0)},{asinh:function e(t){var r=+t;return isFinite(r)&&0!==r?r<0?-e(-r):a(r+o(r*r+1)):r}})},36389:(e,t,r)=>{"use strict";var n=r(46518),i=Math.atanh,a=Math.log;n({target:"Math",stat:!0,forced:!(i&&1/i(-0)<0)},{atanh:function(e){var t=+e;return 0===t?t:a((1+t)/(1-t))/2}})},64444:(e,t,r)=>{"use strict";var n=r(46518),i=r(77782),a=Math.abs,o=Math.pow;n({target:"Math",stat:!0},{cbrt:function(e){var t=+e;return i(t)*o(a(t),1/3)}})},8085:(e,t,r)=>{"use strict";var n=r(46518),i=Math.floor,a=Math.log,o=Math.LOG2E;n({target:"Math",stat:!0},{clz32:function(e){var t=e>>>0;return t?31-i(a(t+.5)*o):32}})},77762:(e,t,r)=>{"use strict";var n=r(46518),i=r(53250),a=Math.cosh,o=Math.abs,s=Math.E;n({target:"Math",stat:!0,forced:!a||a(710)===1/0},{cosh:function(e){var t=i(o(e)-1)+1;return(t+1/(t*s*s))*(s/2)}})},65070:(e,t,r)=>{"use strict";var n=r(46518),i=r(53250);n({target:"Math",stat:!0,forced:i!==Math.expm1},{expm1:i})},4360:(e,t,r)=>{"use strict";var n=r(46518),i=r(33164);n({target:"Math",stat:!0},{f16round:function(e){return i(e,.0009765625,65504,6103515625e-14)}})},60605:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{fround:r(15617)})},39469:(e,t,r)=>{"use strict";var n=r(46518),i=Math.hypot,a=Math.abs,o=Math.sqrt;n({target:"Math",stat:!0,arity:2,forced:!!i&&i(1/0,NaN)!==1/0},{hypot:function(e,t){for(var r,n,i=0,s=0,c=arguments.length,u=0;s0?(n=r/u)*n:r;return u===1/0?1/0:u*o(i)}})},72152:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=Math.imul;n({target:"Math",stat:!0,forced:i((function(){return-5!==a(4294967295,5)||2!==a.length}))},{imul:function(e,t){var r=65535,n=+e,i=+t,a=r&n,o=r&i;return 0|a*o+((r&n>>>16)*o+a*(r&i>>>16)<<16>>>0)}})},75376:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{log10:r(49340)})},56624:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{log1p:r(7740)})},11367:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{log2:r(67787)})},5914:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{sign:r(77782)})},78553:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=r(53250),o=Math.abs,s=Math.exp,c=Math.E;n({target:"Math",stat:!0,forced:i((function(){return-2e-17!==Math.sinh(-2e-17)}))},{sinh:function(e){var t=+e;return o(t)<1?(a(t)-a(-t))/2:(s(t-1)-s(-t-1))*(c/2)}})},23068:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(72652),o=RangeError,s=TypeError,c=1/0,u=Math.abs,l=Math.pow,p=i([].push),f=l(2,1023),d=l(2,53)-1,h=Number.MAX_VALUE,A=l(2,971),m={},v={},g={},y={},b={},_=function(e,t){var r=e+t;return{hi:r,lo:t-(r-e)}};n({target:"Math",stat:!0},{sumPrecise:function(e){var t=[],r=0,n=y;switch(a(e,(function(e){if(++r>=d)throw new o("Maximum allowed index exceeded");if("number"!=typeof e)throw new s("Value is not a number");n!==m&&(e!=e?n=m:e===c?n=n===v?m:g:e===-1/0?n=n===g?m:v:0===e&&1/e!==c||n!==y&&n!==b||(n=b,p(t,e)))})),n){case m:return NaN;case v:return-1/0;case g:return c;case y:return-0}for(var i,l,C,w,x,E,S=[],k=0,I=0;I=0?S[R]:0;if(R--,u(k)>1||k>0&&N>0||k<0&&N<0)return k>0?c:-1/0;if(w=(C=_(k*f,N/2)).hi,x=C.lo,x*=2,u(2*w)===c)return w>0?w===f&&x===-A/2&&R>=0&&S[R]<0?h:c:w===-f&&x===A/2&&R>=0&&S[R]>0?-h:-1/0;0!==x&&(S[++R]=x,x=0),w*=2}for(;R>=0&&(w=(C=_(w,S[R--])).hi,0===(x=C.lo)););return R>=0&&(x<0&&S[R]<0||x>0&&S[R]>0)&&(l=2*x)===(i=w+l)-w&&(w=i),w}})},98690:(e,t,r)=>{"use strict";var n=r(46518),i=r(53250),a=Math.exp;n({target:"Math",stat:!0},{tanh:function(e){var t=+e,r=i(t),n=i(-t);return r===1/0?1:n===1/0?-1:(r-n)/(a(t)+a(-t))}})},60479:(e,t,r)=>{"use strict";r(10687)(Math,"Math",!0)},70761:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{trunc:r(80741)})},2892:(e,t,r)=>{"use strict";var n=r(46518),i=r(96395),a=r(43724),o=r(44576),s=r(19167),c=r(79504),u=r(92796),l=r(39297),p=r(23167),f=r(1625),d=r(10757),h=r(72777),A=r(79039),m=r(38480).f,v=r(77347).f,g=r(24913).f,y=r(31240),b=r(43802).trim,_="Number",C=o[_],w=s[_],x=C.prototype,E=o.TypeError,S=c("".slice),k=c("".charCodeAt),I=function(e){var t,r,n,i,a,o,s,c,u=h(e,"number");if(d(u))throw new E("Cannot convert a Symbol value to a number");if("string"==typeof u&&u.length>2)if(u=b(u),43===(t=k(u,0))||45===t){if(88===(r=k(u,2))||120===r)return NaN}else if(48===t){switch(k(u,1)){case 66:case 98:n=2,i=49;break;case 79:case 111:n=8,i=55;break;default:return+u}for(o=(a=S(u,2)).length,s=0;si)return NaN;return parseInt(a,n)}return+u},T=u(_,!C(" 0o1")||!C("0b1")||C("+0x1")),D=function(e){var t,r=arguments.length<1?0:C(function(e){var t=h(e,"number");return"bigint"==typeof t?t:I(t)}(e));return f(x,t=this)&&A((function(){y(t)}))?p(Object(r),this,D):r};D.prototype=x,T&&!i&&(x.constructor=D),n({global:!0,constructor:!0,wrap:!0,forced:T},{Number:D});var O=function(e,t){for(var r,n=a?m(t):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),i=0;n.length>i;i++)l(t,r=n[i])&&!l(e,r)&&g(e,r,v(t,r))};i&&w&&O(s[_],w),(T||i)&&O(s[_],C)},45374:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},25428:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0},{isFinite:r(50360)})},32637:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0},{isInteger:r(2087)})},40150:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},59149:(e,t,r)=>{"use strict";var n=r(46518),i=r(2087),a=Math.abs;n({target:"Number",stat:!0},{isSafeInteger:function(e){return i(e)&&a(e)<=9007199254740991}})},64601:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},44435:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},87220:(e,t,r)=>{"use strict";var n=r(46518),i=r(33904);n({target:"Number",stat:!0,forced:Number.parseFloat!==i},{parseFloat:i})},25843:(e,t,r)=>{"use strict";var n=r(46518),i=r(52703);n({target:"Number",stat:!0,forced:Number.parseInt!==i},{parseInt:i})},62337:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(91291),o=r(31240),s=r(72333),c=r(49340),u=r(79039),l=RangeError,p=String,f=isFinite,d=Math.abs,h=Math.floor,A=Math.pow,m=Math.round,v=i(1.1.toExponential),g=i(s),y=i("".slice),b="-6.9000e-11"===v(-69e-12,4)&&"1.25e+0"===v(1.255,2)&&"1.235e+4"===v(12345,3)&&"3e+1"===v(25,0);n({target:"Number",proto:!0,forced:!b||!(u((function(){v(1,1/0)}))&&u((function(){v(1,-1/0)})))||!!u((function(){v(1/0,1/0),v(NaN,1/0)}))},{toExponential:function(e){var t=o(this);if(void 0===e)return v(t);var r=a(e);if(!f(t))return String(t);if(r<0||r>20)throw new l("Incorrect fraction digits");if(b)return v(t,r);var n,i,s,u,_="";if(t<0&&(_="-",t=-t),0===t)i=0,n=g("0",r+1);else{var C=c(t);i=h(C);var w=A(10,i-r),x=m(t/w);2*t>=(2*x+1)*w&&(x+=1),x>=A(10,r+1)&&(x/=10,i+=1),n=p(x)}return 0!==r&&(n=y(n,0,1)+"."+y(n,1)),0===i?(s="+",u="0"):(s=i>0?"+":"-",u=p(d(i))),_+(n+="e"+s+u)}})},9868:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(91291),o=r(31240),s=r(72333),c=r(79039),u=RangeError,l=String,p=Math.floor,f=i(s),d=i("".slice),h=i(1.1.toFixed),A=function(e,t,r){return 0===t?r:t%2==1?A(e,t-1,r*e):A(e*e,t/2,r)},m=function(e,t,r){for(var n=-1,i=r;++n<6;)i+=t*e[n],e[n]=i%1e7,i=p(i/1e7)},v=function(e,t){for(var r=6,n=0;--r>=0;)n+=e[r],e[r]=p(n/t),n=n%t*1e7},g=function(e){for(var t=6,r="";--t>=0;)if(""!==r||0===t||0!==e[t]){var n=l(e[t]);r=""===r?n:r+f("0",7-n.length)+n}return r};n({target:"Number",proto:!0,forced:c((function(){return"0.000"!==h(8e-5,3)||"1"!==h(.9,0)||"1.25"!==h(1.255,2)||"1000000000000000128"!==h(0xde0b6b3a7640080,0)}))||!c((function(){h({})}))},{toFixed:function(e){var t,r,n,i,s=o(this),c=a(e),p=[0,0,0,0,0,0],h="",y="0";if(c<0||c>20)throw new u("Incorrect fraction digits");if(s!=s)return"NaN";if(s<=-1e21||s>=1e21)return l(s);if(s<0&&(h="-",s=-s),s>1e-21)if(r=(t=function(e){for(var t=0,r=e;r>=4096;)t+=12,r/=4096;for(;r>=2;)t+=1,r/=2;return t}(s*A(2,69,1))-69)<0?s*A(2,-t,1):s/A(2,t,1),r*=4503599627370496,(t=52-t)>0){for(m(p,0,r),n=c;n>=7;)m(p,1e7,0),n-=7;for(m(p,A(10,n,1),0),n=t-1;n>=23;)v(p,1<<23),n-=23;v(p,1<0?h+((i=y.length)<=c?"0."+f("0",c-i)+y:d(y,0,i-c)+"."+d(y,i-c)):h+y}})},80630:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(79039),o=r(31240),s=i(1.1.toPrecision);n({target:"Number",proto:!0,forced:a((function(){return"1"!==s(1,void 0)}))||!a((function(){s({})}))},{toPrecision:function(e){return void 0===e?s(o(this)):s(o(this),e)}})},69085:(e,t,r)=>{"use strict";var n=r(46518),i=r(44213);n({target:"Object",stat:!0,arity:2,forced:Object.assign!==i},{assign:i})},59904:(e,t,r)=>{"use strict";r(46518)({target:"Object",stat:!0,sham:!r(43724)},{create:r(2360)})},17427:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(42551),o=r(79306),s=r(48981),c=r(24913);i&&n({target:"Object",proto:!0,forced:a},{__defineGetter__:function(e,t){c.f(s(this),e,{get:o(t),enumerable:!0,configurable:!0})}})},67945:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(96801).f;n({target:"Object",stat:!0,forced:Object.defineProperties!==a,sham:!i},{defineProperties:a})},84185:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(24913).f;n({target:"Object",stat:!0,forced:Object.defineProperty!==a,sham:!i},{defineProperty:a})},87607:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(42551),o=r(79306),s=r(48981),c=r(24913);i&&n({target:"Object",proto:!0,forced:a},{__defineSetter__:function(e,t){c.f(s(this),e,{set:o(t),enumerable:!0,configurable:!0})}})},5506:(e,t,r)=>{"use strict";var n=r(46518),i=r(32357).entries;n({target:"Object",stat:!0},{entries:function(e){return i(e)}})},52811:(e,t,r)=>{"use strict";var n=r(46518),i=r(92744),a=r(79039),o=r(20034),s=r(3451).onFreeze,c=Object.freeze;n({target:"Object",stat:!0,forced:a((function(){c(1)})),sham:!i},{freeze:function(e){return c&&o(e)?c(s(e)):e}})},53921:(e,t,r)=>{"use strict";var n=r(46518),i=r(72652),a=r(97040);n({target:"Object",stat:!0},{fromEntries:function(e){var t={};return i(e,(function(e,r){a(t,e,r)}),{AS_ENTRIES:!0}),t}})},83851:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=r(25397),o=r(77347).f,s=r(43724);n({target:"Object",stat:!0,forced:!s||i((function(){o(1)})),sham:!s},{getOwnPropertyDescriptor:function(e,t){return o(a(e),t)}})},81278:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(35031),o=r(25397),s=r(77347),c=r(97040);n({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(e){for(var t,r,n=o(e),i=s.f,u=a(n),l={},p=0;u.length>p;)void 0!==(r=i(n,t=u[p++]))&&c(l,t,r);return l}})},1480:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=r(10298).f;n({target:"Object",stat:!0,forced:i((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:a})},72154:(e,t,r)=>{"use strict";var n=r(46518),i=r(4495),a=r(79039),o=r(33717),s=r(48981);n({target:"Object",stat:!0,forced:!i||a((function(){o.f(1)}))},{getOwnPropertySymbols:function(e){var t=o.f;return t?t(s(e)):[]}})},40875:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=r(48981),o=r(42787),s=r(12211);n({target:"Object",stat:!0,forced:i((function(){o(1)})),sham:!s},{getPrototypeOf:function(e){return o(a(e))}})},77691:(e,t,r)=>{"use strict";var n=r(46518),i=r(97040),a=r(97751),o=r(79504),s=r(79306),c=r(67750),u=r(56969),l=r(72652),p=r(79039),f=Object.groupBy,d=a("Object","create"),h=o([].push);n({target:"Object",stat:!0,forced:!f||p((function(){return 1!==f("ab",(function(e){return e})).a.length}))},{groupBy:function(e,t){c(e),s(t);var r=d(null),n=0;return l(e,(function(e){var a=u(t(e,n++));a in r?h(r[a],e):i(r,a,[e])})),r}})},78347:(e,t,r)=>{"use strict";r(46518)({target:"Object",stat:!0},{hasOwn:r(39297)})},94052:(e,t,r)=>{"use strict";var n=r(46518),i=r(34124);n({target:"Object",stat:!0,forced:Object.isExtensible!==i},{isExtensible:i})},94003:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=r(20034),o=r(22195),s=r(15652),c=Object.isFrozen;n({target:"Object",stat:!0,forced:s||i((function(){c(1)}))},{isFrozen:function(e){return!a(e)||(!(!s||"ArrayBuffer"!==o(e))||!!c&&c(e))}})},221:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=r(20034),o=r(22195),s=r(15652),c=Object.isSealed;n({target:"Object",stat:!0,forced:s||i((function(){c(1)}))},{isSealed:function(e){return!a(e)||(!(!s||"ArrayBuffer"!==o(e))||!!c&&c(e))}})},29908:(e,t,r)=>{"use strict";r(46518)({target:"Object",stat:!0},{is:r(3470)})},79432:(e,t,r)=>{"use strict";var n=r(46518),i=r(48981),a=r(71072);n({target:"Object",stat:!0,forced:r(79039)((function(){a(1)}))},{keys:function(e){return a(i(e))}})},9220:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(42551),o=r(48981),s=r(56969),c=r(42787),u=r(77347).f;i&&n({target:"Object",proto:!0,forced:a},{__lookupGetter__:function(e){var t,r=o(this),n=s(e);do{if(t=u(r,n))return t.get}while(r=c(r))}})},7904:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(42551),o=r(48981),s=r(56969),c=r(42787),u=r(77347).f;i&&n({target:"Object",proto:!0,forced:a},{__lookupSetter__:function(e){var t,r=o(this),n=s(e);do{if(t=u(r,n))return t.set}while(r=c(r))}})},93967:(e,t,r)=>{"use strict";var n=r(46518),i=r(20034),a=r(3451).onFreeze,o=r(92744),s=r(79039),c=Object.preventExtensions;n({target:"Object",stat:!0,forced:s((function(){c(1)})),sham:!o},{preventExtensions:function(e){return c&&i(e)?c(a(e)):e}})},63548:(e,t,r)=>{"use strict";var n=r(43724),i=r(62106),a=r(20034),o=r(13925),s=r(48981),c=r(67750),u=Object.getPrototypeOf,l=Object.setPrototypeOf,p=Object.prototype,f="__proto__";if(n&&u&&l&&!(f in p))try{i(p,f,{configurable:!0,get:function(){return u(s(this))},set:function(e){var t=c(this);o(e)&&a(t)&&l(t,e)}})}catch(e){}},93941:(e,t,r)=>{"use strict";var n=r(46518),i=r(20034),a=r(3451).onFreeze,o=r(92744),s=r(79039),c=Object.seal;n({target:"Object",stat:!0,forced:s((function(){c(1)})),sham:!o},{seal:function(e){return c&&i(e)?c(a(e)):e}})},10287:(e,t,r)=>{"use strict";r(46518)({target:"Object",stat:!0},{setPrototypeOf:r(52967)})},26099:(e,t,r)=>{"use strict";var n=r(92140),i=r(36840),a=r(53179);n||i(Object.prototype,"toString",a,{unsafe:!0})},16034:(e,t,r)=>{"use strict";var n=r(46518),i=r(32357).values;n({target:"Object",stat:!0},{values:function(e){return i(e)}})},78459:(e,t,r)=>{"use strict";var n=r(46518),i=r(33904);n({global:!0,forced:parseFloat!==i},{parseFloat:i})},58940:(e,t,r)=>{"use strict";var n=r(46518),i=r(52703);n({global:!0,forced:parseInt!==i},{parseInt:i})},96167:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(79306),o=r(36043),s=r(1103),c=r(72652);n({target:"Promise",stat:!0,forced:r(90537)},{allSettled:function(e){var t=this,r=o.f(t),n=r.resolve,u=r.reject,l=s((function(){var r=a(t.resolve),o=[],s=0,u=1;c(e,(function(e){var a=s++,c=!1;u++,i(r,t,e).then((function(e){c||(c=!0,o[a]={status:"fulfilled",value:e},--u||n(o))}),(function(e){c||(c=!0,o[a]={status:"rejected",reason:e},--u||n(o))}))})),--u||n(o)}));return l.error&&u(l.value),r.promise}})},16499:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(79306),o=r(36043),s=r(1103),c=r(72652);n({target:"Promise",stat:!0,forced:r(90537)},{all:function(e){var t=this,r=o.f(t),n=r.resolve,u=r.reject,l=s((function(){var r=a(t.resolve),o=[],s=0,l=1;c(e,(function(e){var a=s++,c=!1;l++,i(r,t,e).then((function(e){c||(c=!0,o[a]=e,--l||n(o))}),u)})),--l||n(o)}));return l.error&&u(l.value),r.promise}})},93518:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(79306),o=r(97751),s=r(36043),c=r(1103),u=r(72652),l=r(90537),p="No one promise resolved";n({target:"Promise",stat:!0,forced:l},{any:function(e){var t=this,r=o("AggregateError"),n=s.f(t),l=n.resolve,f=n.reject,d=c((function(){var n=a(t.resolve),o=[],s=0,c=1,d=!1;u(e,(function(e){var a=s++,u=!1;c++,i(n,t,e).then((function(e){u||d||(d=!0,l(e))}),(function(e){u||d||(u=!0,o[a]=e,--c||f(new r(o,p)))}))})),--c||f(new r(o,p))}));return d.error&&f(d.value),n.promise}})},82003:(e,t,r)=>{"use strict";var n=r(46518),i=r(96395),a=r(10916).CONSTRUCTOR,o=r(80550),s=r(97751),c=r(94901),u=r(36840),l=o&&o.prototype;if(n({target:"Promise",proto:!0,forced:a,real:!0},{catch:function(e){return this.then(void 0,e)}}),!i&&c(o)){var p=s("Promise").prototype.catch;l.catch!==p&&u(l,"catch",p,{unsafe:!0})}},10436:(e,t,r)=>{"use strict";var n,i,a,o,s=r(46518),c=r(96395),u=r(38574),l=r(44576),p=r(19167),f=r(69565),d=r(36840),h=r(52967),A=r(10687),m=r(87633),v=r(79306),g=r(94901),y=r(20034),b=r(90679),_=r(2293),C=r(59225).set,w=r(91955),x=r(13138),E=r(1103),S=r(18265),k=r(91181),I=r(80550),T=r(10916),D=r(36043),O="Promise",R=T.CONSTRUCTOR,N=T.REJECTION_EVENT,L=T.SUBCLASSING,j=k.getterFor(O),M=k.set,P=I&&I.prototype,B=I,U=P,F=l.TypeError,G=l.document,z=l.process,$=D.f,W=$,H=!!(G&&G.createEvent&&l.dispatchEvent),Y="unhandledrejection",X=function(e){var t;return!(!y(e)||!g(t=e.then))&&t},q=function(e,t){var r,n,i,a=t.value,o=1===t.state,s=o?e.ok:e.fail,c=e.resolve,u=e.reject,l=e.domain;try{s?(o||(2===t.rejection&&Z(t),t.rejection=1),!0===s?r=a:(l&&l.enter(),r=s(a),l&&(l.exit(),i=!0)),r===e.promise?u(new F("Promise-chain cycle")):(n=X(r))?f(n,r,c,u):c(r)):u(a)}catch(e){l&&!i&&l.exit(),u(e)}},V=function(e,t){e.notified||(e.notified=!0,w((function(){for(var r,n=e.reactions;r=n.get();)q(r,e);e.notified=!1,t&&!e.rejection&&J(e)})))},K=function(e,t,r){var n,i;H?((n=G.createEvent("Event")).promise=t,n.reason=r,n.initEvent(e,!1,!0),l.dispatchEvent(n)):n={promise:t,reason:r},!N&&(i=l["on"+e])?i(n):e===Y&&x("Unhandled promise rejection",r)},J=function(e){f(C,l,(function(){var t,r=e.facade,n=e.value;if(Q(e)&&(t=E((function(){u?z.emit("unhandledRejection",n,r):K(Y,r,n)})),e.rejection=u||Q(e)?2:1,t.error))throw t.value}))},Q=function(e){return 1!==e.rejection&&!e.parent},Z=function(e){f(C,l,(function(){var t=e.facade;u?z.emit("rejectionHandled",t):K("rejectionhandled",t,e.value)}))},ee=function(e,t,r){return function(n){e(t,n,r)}},te=function(e,t,r){e.done||(e.done=!0,r&&(e=r),e.value=t,e.state=2,V(e,!0))},re=function(e,t,r){if(!e.done){e.done=!0,r&&(e=r);try{if(e.facade===t)throw new F("Promise can't be resolved itself");var n=X(t);n?w((function(){var r={done:!1};try{f(n,t,ee(re,r,e),ee(te,r,e))}catch(t){te(r,t,e)}})):(e.value=t,e.state=1,V(e,!1))}catch(t){te({done:!1},t,e)}}};if(R&&(U=(B=function(e){b(this,U),v(e),f(n,this);var t=j(this);try{e(ee(re,t),ee(te,t))}catch(e){te(t,e)}}).prototype,(n=function(e){M(this,{type:O,done:!1,notified:!1,parent:!1,reactions:new S,rejection:!1,state:0,value:null})}).prototype=d(U,"then",(function(e,t){var r=j(this),n=$(_(this,B));return r.parent=!0,n.ok=!g(e)||e,n.fail=g(t)&&t,n.domain=u?z.domain:void 0,0===r.state?r.reactions.add(n):w((function(){q(n,r)})),n.promise})),i=function(){var e=new n,t=j(e);this.promise=e,this.resolve=ee(re,t),this.reject=ee(te,t)},D.f=$=function(e){return e===B||e===a?new i(e):W(e)},!c&&g(I)&&P!==Object.prototype)){o=P.then,L||d(P,"then",(function(e,t){var r=this;return new B((function(e,t){f(o,r,e,t)})).then(e,t)}),{unsafe:!0});try{delete P.constructor}catch(e){}h&&h(P,U)}s({global:!0,constructor:!0,wrap:!0,forced:R},{Promise:B}),a=p.Promise,A(B,O,!1,!0),m(O)},9391:(e,t,r)=>{"use strict";var n=r(46518),i=r(96395),a=r(80550),o=r(79039),s=r(97751),c=r(94901),u=r(2293),l=r(93438),p=r(36840),f=a&&a.prototype;if(n({target:"Promise",proto:!0,real:!0,forced:!!a&&o((function(){f.finally.call({then:function(){}},(function(){}))}))},{finally:function(e){var t=u(this,s("Promise")),r=c(e);return this.then(r?function(r){return l(t,e()).then((function(){return r}))}:e,r?function(r){return l(t,e()).then((function(){throw r}))}:e)}}),!i&&c(a)){var d=s("Promise").prototype.finally;f.finally!==d&&p(f,"finally",d,{unsafe:!0})}},3362:(e,t,r)=>{"use strict";r(10436),r(16499),r(82003),r(7743),r(51481),r(40280)},7743:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(79306),o=r(36043),s=r(1103),c=r(72652);n({target:"Promise",stat:!0,forced:r(90537)},{race:function(e){var t=this,r=o.f(t),n=r.reject,u=s((function(){var o=a(t.resolve);c(e,(function(e){i(o,t,e).then(r.resolve,n)}))}));return u.error&&n(u.value),r.promise}})},51481:(e,t,r)=>{"use strict";var n=r(46518),i=r(36043);n({target:"Promise",stat:!0,forced:r(10916).CONSTRUCTOR},{reject:function(e){var t=i.f(this);return(0,t.reject)(e),t.promise}})},40280:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),a=r(96395),o=r(80550),s=r(10916).CONSTRUCTOR,c=r(93438),u=i("Promise"),l=a&&!s;n({target:"Promise",stat:!0,forced:a||s},{resolve:function(e){return c(l&&this===u?o:this,e)}})},31689:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(18745),o=r(67680),s=r(36043),c=r(79306),u=r(1103),l=i.Promise,p=!1;n({target:"Promise",stat:!0,forced:!l||!l.try||u((function(){l.try((function(e){p=8===e}),8)})).error||!p},{try:function(e){var t=arguments.length>1?o(arguments,1):[],r=s.f(this),n=u((function(){return a(c(e),void 0,t)}));return(n.error?r.reject:r.resolve)(n.value),r.promise}})},14628:(e,t,r)=>{"use strict";var n=r(46518),i=r(36043);n({target:"Promise",stat:!0},{withResolvers:function(){var e=i.f(this);return{promise:e.promise,resolve:e.resolve,reject:e.reject}}})},39796:(e,t,r)=>{"use strict";var n=r(46518),i=r(18745),a=r(79306),o=r(28551);n({target:"Reflect",stat:!0,forced:!r(79039)((function(){Reflect.apply((function(){}))}))},{apply:function(e,t,r){return i(a(e),t,o(r))}})},60825:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),a=r(18745),o=r(30566),s=r(35548),c=r(28551),u=r(20034),l=r(2360),p=r(79039),f=i("Reflect","construct"),d=Object.prototype,h=[].push,A=p((function(){function e(){}return!(f((function(){}),[],e)instanceof e)})),m=!p((function(){f((function(){}))})),v=A||m;n({target:"Reflect",stat:!0,forced:v,sham:v},{construct:function(e,t){s(e),c(t);var r=arguments.length<3?e:s(arguments[2]);if(m&&!A)return f(e,t,r);if(e===r){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var n=[null];return a(h,n,t),new(a(o,e,n))}var i=r.prototype,p=l(u(i)?i:d),v=a(e,p,t);return u(v)?v:p}})},87411:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(28551),o=r(56969),s=r(24913);n({target:"Reflect",stat:!0,forced:r(79039)((function(){Reflect.defineProperty(s.f({},1,{value:1}),1,{value:2})})),sham:!i},{defineProperty:function(e,t,r){a(e);var n=o(t);a(r);try{return s.f(e,n,r),!0}catch(e){return!1}}})},21211:(e,t,r)=>{"use strict";var n=r(46518),i=r(28551),a=r(77347).f;n({target:"Reflect",stat:!0},{deleteProperty:function(e,t){var r=a(i(e),t);return!(r&&!r.configurable)&&delete e[t]}})},9065:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(28551),o=r(77347);n({target:"Reflect",stat:!0,sham:!i},{getOwnPropertyDescriptor:function(e,t){return o.f(a(e),t)}})},86565:(e,t,r)=>{"use strict";var n=r(46518),i=r(28551),a=r(42787);n({target:"Reflect",stat:!0,sham:!r(12211)},{getPrototypeOf:function(e){return a(i(e))}})},40888:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(20034),o=r(28551),s=r(16575),c=r(77347),u=r(42787);n({target:"Reflect",stat:!0},{get:function e(t,r){var n,l,p=arguments.length<3?t:arguments[2];return o(t)===p?t[r]:(n=c.f(t,r))?s(n)?n.value:void 0===n.get?void 0:i(n.get,p):a(l=u(t))?e(l,r,p):void 0}})},32812:(e,t,r)=>{"use strict";r(46518)({target:"Reflect",stat:!0},{has:function(e,t){return t in e}})},84634:(e,t,r)=>{"use strict";var n=r(46518),i=r(28551),a=r(34124);n({target:"Reflect",stat:!0},{isExtensible:function(e){return i(e),a(e)}})},71137:(e,t,r)=>{"use strict";r(46518)({target:"Reflect",stat:!0},{ownKeys:r(35031)})},30985:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),a=r(28551);n({target:"Reflect",stat:!0,sham:!r(92744)},{preventExtensions:function(e){a(e);try{var t=i("Object","preventExtensions");return t&&t(e),!0}catch(e){return!1}}})},34873:(e,t,r)=>{"use strict";var n=r(46518),i=r(28551),a=r(73506),o=r(52967);o&&n({target:"Reflect",stat:!0},{setPrototypeOf:function(e,t){i(e),a(t);try{return o(e,t),!0}catch(e){return!1}}})},34268:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(28551),o=r(20034),s=r(16575),c=r(79039),u=r(24913),l=r(77347),p=r(42787),f=r(6980);n({target:"Reflect",stat:!0,forced:c((function(){var e=function(){},t=u.f(new e,"a",{configurable:!0});return!1!==Reflect.set(e.prototype,"a",1,t)}))},{set:function e(t,r,n){var c,d,h,A=arguments.length<4?t:arguments[3],m=l.f(a(t),r);if(!m){if(o(d=p(t)))return e(d,r,n,A);m=f(0)}if(s(m)){if(!1===m.writable||!o(A))return!1;if(c=l.f(A,r)){if(c.get||c.set||!1===c.writable)return!1;c.value=n,u.f(A,r,c)}else u.f(A,r,f(0,n))}else{if(void 0===(h=m.set))return!1;i(h,A,n)}return!0}})},15472:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(10687);n({global:!0},{Reflect:{}}),a(i.Reflect,"Reflect",!0)},84864:(e,t,r)=>{"use strict";var n=r(43724),i=r(44576),a=r(79504),o=r(92796),s=r(23167),c=r(66699),u=r(2360),l=r(38480).f,p=r(1625),f=r(60788),d=r(655),h=r(61034),A=r(58429),m=r(11056),v=r(36840),g=r(79039),y=r(39297),b=r(91181).enforce,_=r(87633),C=r(78227),w=r(83635),x=r(18814),E=C("match"),S=i.RegExp,k=S.prototype,I=i.SyntaxError,T=a(k.exec),D=a("".charAt),O=a("".replace),R=a("".indexOf),N=a("".slice),L=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,j=/a/g,M=/a/g,P=new S(j)!==j,B=A.MISSED_STICKY,U=A.UNSUPPORTED_Y,F=n&&(!P||B||w||x||g((function(){return M[E]=!1,S(j)!==j||S(M)===M||"/a/i"!==String(S(j,"i"))})));if(o("RegExp",F)){for(var G=function(e,t){var r,n,i,a,o,l,A=p(k,this),m=f(e),v=void 0===t,g=[],_=e;if(!A&&m&&v&&e.constructor===G)return e;if((m||p(k,e))&&(e=e.source,v&&(t=h(_))),e=void 0===e?"":d(e),t=void 0===t?"":d(t),_=e,w&&"dotAll"in j&&(n=!!t&&R(t,"s")>-1)&&(t=O(t,/s/g,"")),r=t,B&&"sticky"in j&&(i=!!t&&R(t,"y")>-1)&&U&&(t=O(t,/y/g,"")),x&&(a=function(e){for(var t,r=e.length,n=0,i="",a=[],o=u(null),s=!1,c=!1,l=0,p="";n<=r;n++){if("\\"===(t=D(e,n)))t+=D(e,++n);else if("]"===t)s=!1;else if(!s)switch(!0){case"["===t:s=!0;break;case"("===t:if(i+=t,"?:"===N(e,n+1,n+3))continue;T(L,N(e,n+1))&&(n+=2,c=!0),l++;continue;case">"===t&&c:if(""===p||y(o,p))throw new I("Invalid capture group name");o[p]=!0,a[a.length]=[p,l],c=!1,p="";continue}c?p+=t:i+=t}return[i,a]}(e),e=a[0],g=a[1]),o=s(S(e,t),A?this:k,G),(n||i||g.length)&&(l=b(o),n&&(l.dotAll=!0,l.raw=G(function(e){for(var t,r=e.length,n=0,i="",a=!1;n<=r;n++)"\\"!==(t=D(e,n))?a||"."!==t?("["===t?a=!0:"]"===t&&(a=!1),i+=t):i+="[\\s\\S]":i+=t+D(e,++n);return i}(e),r)),i&&(l.sticky=!0),g.length&&(l.groups=g)),e!==_)try{c(o,"source",""===_?"(?:)":_)}catch(e){}return o},z=l(S),$=0;z.length>$;)m(G,S,z[$++]);k.constructor=G,G.prototype=k,v(i,"RegExp",G,{constructor:!0})}_("RegExp")},57465:(e,t,r)=>{"use strict";var n=r(43724),i=r(83635),a=r(22195),o=r(62106),s=r(91181).get,c=RegExp.prototype,u=TypeError;n&&i&&o(c,"dotAll",{configurable:!0,get:function(){if(this!==c){if("RegExp"===a(this))return!!s(this).dotAll;throw new u("Incompatible receiver, RegExp required")}}})},96069:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(63463),o=r(39297),s=r(60533).start,c=r(47452),u=Array,l=RegExp.escape,p=i("".charAt),f=i("".charCodeAt),d=i(1.1.toString),h=i([].join),A=/^[0-9a-z]/i,m=/^[$()*+./?[\\\]^{|}]/,v=RegExp("^[!\"#%&',\\-:;<=>@`~"+c+"]"),g=i(A.exec),y={"\t":"t","\n":"n","\v":"v","\f":"f","\r":"r"},b=function(e){var t=d(f(e,0),16);return t.length<3?"\\x"+s(t,2,"0"):"\\u"+s(t,4,"0")};n({target:"RegExp",stat:!0,forced:!l||"\\x61b"!==l("ab")},{escape:function(e){a(e);for(var t=e.length,r=u(t),n=0;n=56320||n+1>=t||56320!=(64512&f(e,n+1))?r[n]=b(i):(r[n]=i,r[++n]=p(e,n))}}return h(r,"")}})},27495:(e,t,r)=>{"use strict";var n=r(46518),i=r(57323);n({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},69479:(e,t,r)=>{"use strict";var n=r(43724),i=r(62106),a=r(65213),o=r(67979);n&&!a.correct&&(i(RegExp.prototype,"flags",{configurable:!0,get:o}),a.correct=!0)},87745:(e,t,r)=>{"use strict";var n=r(43724),i=r(58429).MISSED_STICKY,a=r(22195),o=r(62106),s=r(91181).get,c=RegExp.prototype,u=TypeError;n&&i&&o(c,"sticky",{configurable:!0,get:function(){if(this!==c){if("RegExp"===a(this))return!!s(this).sticky;throw new u("Incompatible receiver, RegExp required")}}})},90906:(e,t,r)=>{"use strict";r(27495);var n,i,a=r(46518),o=r(69565),s=r(94901),c=r(28551),u=r(655),l=(n=!1,(i=/[ac]/).exec=function(){return n=!0,/./.exec.apply(this,arguments)},!0===i.test("abc")&&n),p=/./.test;a({target:"RegExp",proto:!0,forced:!l},{test:function(e){var t=c(this),r=u(e),n=t.exec;if(!s(n))return o(p,t,r);var i=o(n,t,r);return null!==i&&(c(i),!0)}})},38781:(e,t,r)=>{"use strict";var n=r(10350).PROPER,i=r(36840),a=r(28551),o=r(655),s=r(79039),c=r(61034),u="toString",l=RegExp.prototype,p=l[u],f=s((function(){return"/a/b"!==p.call({source:"a",flags:"b"})})),d=n&&p.name!==u;(f||d)&&i(l,u,(function(){var e=a(this);return"/"+o(e.source)+"/"+o(c(e))}),{unsafe:!0})},92405:(e,t,r)=>{"use strict";r(16468)("Set",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r(86938))},17642:(e,t,r)=>{"use strict";var n=r(46518),i=r(83440),a=r(79039);n({target:"Set",proto:!0,real:!0,forced:!r(84916)("difference",(function(e){return 0===e.size}))||a((function(){var e={size:1,has:function(){return!0},keys:function(){var e=0;return{next:function(){var r=e++>1;return t.has(1)&&t.clear(),{done:r,value:2}}}}},t=new Set([1,2,3,4]);return 3!==t.difference(e).size}))},{difference:i})},58004:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),a=r(68750);n({target:"Set",proto:!0,real:!0,forced:!r(84916)("intersection",(function(e){return 2===e.size&&e.has(1)&&e.has(2)}))||i((function(){return"3,2"!==String(Array.from(new Set([1,2,3]).intersection(new Set([3,2]))))}))},{intersection:a})},33853:(e,t,r)=>{"use strict";var n=r(46518),i=r(64449);n({target:"Set",proto:!0,real:!0,forced:!r(84916)("isDisjointFrom",(function(e){return!e}))},{isDisjointFrom:i})},45876:(e,t,r)=>{"use strict";var n=r(46518),i=r(53838);n({target:"Set",proto:!0,real:!0,forced:!r(84916)("isSubsetOf",(function(e){return e}))},{isSubsetOf:i})},32475:(e,t,r)=>{"use strict";var n=r(46518),i=r(28527);n({target:"Set",proto:!0,real:!0,forced:!r(84916)("isSupersetOf",(function(e){return!e}))},{isSupersetOf:i})},31415:(e,t,r)=>{"use strict";r(92405)},15024:(e,t,r)=>{"use strict";var n=r(46518),i=r(83650),a=r(39835);n({target:"Set",proto:!0,real:!0,forced:!r(84916)("symmetricDifference")||!a("symmetricDifference")},{symmetricDifference:i})},31698:(e,t,r)=>{"use strict";var n=r(46518),i=r(44204),a=r(39835);n({target:"Set",proto:!0,real:!0,forced:!r(84916)("union")||!a("union")},{union:i})},89907:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("anchor")},{anchor:function(e){return i(this,"a","name",e)}})},67357:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(67750),o=r(91291),s=r(655),c=r(79039),u=i("".charAt);n({target:"String",proto:!0,forced:c((function(){return"\ud842"!=="𠮷".at(-2)}))},{at:function(e){var t=s(a(this)),r=t.length,n=o(e),i=n>=0?n:r+n;return i<0||i>=r?void 0:u(t,i)}})},11898:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("big")},{big:function(){return i(this,"big","","")}})},35490:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("blink")},{blink:function(){return i(this,"blink","","")}})},5745:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("bold")},{bold:function(){return i(this,"b","","")}})},23860:(e,t,r)=>{"use strict";var n=r(46518),i=r(68183).codeAt;n({target:"String",proto:!0},{codePointAt:function(e){return i(this,e)}})},99449:(e,t,r)=>{"use strict";var n,i=r(46518),a=r(27476),o=r(77347).f,s=r(18014),c=r(655),u=r(60511),l=r(67750),p=r(41436),f=r(96395),d=a("".slice),h=Math.min,A=p("endsWith");i({target:"String",proto:!0,forced:!!(f||A||(n=o(String.prototype,"endsWith"),!n||n.writable))&&!A},{endsWith:function(e){var t=c(l(this));u(e);var r=arguments.length>1?arguments[1]:void 0,n=t.length,i=void 0===r?n:h(s(r),n),a=c(e);return d(t,i-a.length,i)===a}})},94298:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("fixed")},{fixed:function(){return i(this,"tt","","")}})},60268:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("fontcolor")},{fontcolor:function(e){return i(this,"font","color",e)}})},69546:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("fontsize")},{fontsize:function(e){return i(this,"font","size",e)}})},27337:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(35610),o=RangeError,s=String.fromCharCode,c=String.fromCodePoint,u=i([].join);n({target:"String",stat:!0,arity:1,forced:!!c&&1!==c.length},{fromCodePoint:function(e){for(var t,r=[],n=arguments.length,i=0;n>i;){if(t=+arguments[i++],a(t,1114111)!==t)throw new o(t+" is not a valid code point");r[i]=t<65536?s(t):s(55296+((t-=65536)>>10),t%1024+56320)}return u(r,"")}})},21699:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(60511),o=r(67750),s=r(655),c=r(41436),u=i("".indexOf);n({target:"String",proto:!0,forced:!c("includes")},{includes:function(e){return!!~u(s(o(this)),s(a(e)),arguments.length>1?arguments[1]:void 0)}})},42043:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(67750),o=r(655),s=i("".charCodeAt);n({target:"String",proto:!0},{isWellFormed:function(){for(var e=o(a(this)),t=e.length,r=0;r=56320||++r>=t||56320!=(64512&s(e,r))))return!1}return!0}})},20781:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("italics")},{italics:function(){return i(this,"i","","")}})},47764:(e,t,r)=>{"use strict";var n=r(68183).charAt,i=r(655),a=r(91181),o=r(51088),s=r(62529),c="String Iterator",u=a.set,l=a.getterFor(c);o(String,"String",(function(e){u(this,{type:c,string:i(e),index:0})}),(function(){var e,t=l(this),r=t.string,i=t.index;return i>=r.length?s(void 0,!0):(e=n(r,i),t.index+=e.length,s(e,!1))}))},50778:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("link")},{link:function(e){return i(this,"a","href",e)}})},28543:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(27476),o=r(33994),s=r(62529),c=r(67750),u=r(18014),l=r(655),p=r(28551),f=r(20034),d=r(22195),h=r(60788),A=r(61034),m=r(55966),v=r(36840),g=r(79039),y=r(78227),b=r(2293),_=r(57829),C=r(56682),w=r(91181),x=r(96395),E=y("matchAll"),S="RegExp String",k=S+" Iterator",I=w.set,T=w.getterFor(k),D=RegExp.prototype,O=TypeError,R=a("".indexOf),N=a("".matchAll),L=!!N&&!g((function(){N("a",/./)})),j=o((function(e,t,r,n){I(this,{type:k,regexp:e,string:t,global:r,unicode:n,done:!1})}),S,(function(){var e=T(this);if(e.done)return s(void 0,!0);var t=e.regexp,r=e.string,n=C(t,r);return null===n?(e.done=!0,s(void 0,!0)):e.global?(""===l(n[0])&&(t.lastIndex=_(r,u(t.lastIndex),e.unicode)),s(n,!1)):(e.done=!0,s(n,!1))})),M=function(e){var t,r,n,i=p(this),a=l(e),o=b(i,RegExp),s=l(A(i));return t=new o(o===RegExp?i.source:i,s),r=!!~R(s,"g"),n=!!~R(s,"u"),t.lastIndex=u(i.lastIndex),new j(t,a,r,n)};n({target:"String",proto:!0,forced:L},{matchAll:function(e){var t,r,n,a,o=c(this);if(f(e)){if(h(e)&&(t=l(c(A(e))),!~R(t,"g")))throw new O("`.matchAll` does not allow non-global regexes");if(L)return N(o,e);if(void 0===(n=m(e,E))&&x&&"RegExp"===d(e)&&(n=M),n)return i(n,e,o)}else if(L)return N(o,e);return r=l(o),a=new RegExp(e,"g"),x?i(M,a,r):a[E](r)}}),x||E in D||v(D,E,M)},71761:(e,t,r)=>{"use strict";var n=r(69565),i=r(79504),a=r(89228),o=r(28551),s=r(20034),c=r(18014),u=r(655),l=r(67750),p=r(55966),f=r(57829),d=r(61034),h=r(56682),A=i("".indexOf);a("match",(function(e,t,r){return[function(t){var r=l(this),i=s(t)?p(t,e):void 0;return i?n(i,t,r):new RegExp(t)[e](u(r))},function(e){var n=o(this),i=u(e),a=r(t,n,i);if(a.done)return a.value;var s=u(d(n));if(-1===A(s,"g"))return h(n,i);var l=-1!==A(s,"u");n.lastIndex=0;for(var p,m=[],v=0;null!==(p=h(n,i));){var g=u(p[0]);m[v]=g,""===g&&(n.lastIndex=f(i,c(n.lastIndex),l)),v++}return 0===v?null:m}]}))},35701:(e,t,r)=>{"use strict";var n=r(46518),i=r(60533).end;n({target:"String",proto:!0,forced:r(83063)},{padEnd:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},68156:(e,t,r)=>{"use strict";var n=r(46518),i=r(60533).start;n({target:"String",proto:!0,forced:r(83063)},{padStart:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},85906:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(25397),o=r(48981),s=r(655),c=r(26198),u=i([].push),l=i([].join);n({target:"String",stat:!0},{raw:function(e){var t=a(o(e).raw),r=c(t);if(!r)return"";for(var n=arguments.length,i=[],p=0;;){if(u(i,s(t[p++])),p===r)return l(i,"");p{"use strict";r(46518)({target:"String",proto:!0},{repeat:r(72333)})},79978:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(79504),o=r(67750),s=r(94901),c=r(20034),u=r(60788),l=r(655),p=r(55966),f=r(61034),d=r(2478),h=r(78227),A=r(96395),m=h("replace"),v=TypeError,g=a("".indexOf),y=a("".replace),b=a("".slice),_=Math.max;n({target:"String",proto:!0},{replaceAll:function(e,t){var r,n,a,h,C,w,x,E,S,k,I=o(this),T=0,D="";if(c(e)){if((r=u(e))&&(n=l(o(f(e))),!~g(n,"g")))throw new v("`.replaceAll` does not allow non-global regexes");if(a=p(e,m))return i(a,e,I,t);if(A&&r)return y(l(I),e,t)}for(h=l(I),C=l(e),(w=s(t))||(t=l(t)),x=C.length,E=_(1,x),S=g(h,C);-1!==S;)k=w?l(t(C,S,h)):d(C,h,S,[],void 0,t),D+=b(h,T,S)+k,T=S+x,S=S+E>h.length?-1:g(h,C,S+E);return T{"use strict";var n=r(18745),i=r(69565),a=r(79504),o=r(89228),s=r(79039),c=r(28551),u=r(94901),l=r(20034),p=r(91291),f=r(18014),d=r(655),h=r(67750),A=r(57829),m=r(55966),v=r(2478),g=r(61034),y=r(56682),b=r(78227)("replace"),_=Math.max,C=Math.min,w=a([].concat),x=a([].push),E=a("".indexOf),S=a("".slice),k="$0"==="a".replace(/./,"$0"),I=!!/./[b]&&""===/./[b]("a","$0");o("replace",(function(e,t,r){var a=I?"$":"$0";return[function(e,r){var n=h(this),a=l(e)?m(e,b):void 0;return a?i(a,e,n,r):i(t,d(n),e,r)},function(e,i){var o=c(this),s=d(e);if("string"==typeof i&&-1===E(i,a)&&-1===E(i,"$<")){var l=r(t,o,s,i);if(l.done)return l.value}var h=u(i);h||(i=d(i));var m,b=d(g(o)),k=-1!==E(b,"g");k&&(m=-1!==E(b,"u"),o.lastIndex=0);for(var I,T=[];null!==(I=y(o,s))&&(x(T,I),k);){""===d(I[0])&&(o.lastIndex=A(s,f(o.lastIndex),m))}for(var D,O="",R=0,N=0;N=R&&(O+=S(s,R,M)+L,R=M+j.length)}return O+S(s,R)}]}),!!s((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")}))||!k||I)},5746:(e,t,r)=>{"use strict";var n=r(69565),i=r(89228),a=r(28551),o=r(20034),s=r(67750),c=r(3470),u=r(655),l=r(55966),p=r(56682);i("search",(function(e,t,r){return[function(t){var r=s(this),i=o(t)?l(t,e):void 0;return i?n(i,t,r):new RegExp(t)[e](u(r))},function(e){var n=a(this),i=u(e),o=r(t,n,i);if(o.done)return o.value;var s=n.lastIndex;c(s,0)||(n.lastIndex=0);var l=p(n,i);return c(n.lastIndex,s)||(n.lastIndex=s),null===l?-1:l.index}]}))},89195:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("small")},{small:function(){return i(this,"small","","")}})},90744:(e,t,r)=>{"use strict";var n=r(69565),i=r(79504),a=r(89228),o=r(28551),s=r(20034),c=r(67750),u=r(2293),l=r(57829),p=r(18014),f=r(655),d=r(55966),h=r(56682),A=r(58429),m=r(79039),v=A.UNSUPPORTED_Y,g=Math.min,y=i([].push),b=i("".slice),_=!m((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]})),C="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;a("split",(function(e,t,r){var i="0".split(void 0,0).length?function(e,r){return void 0===e&&0===r?[]:n(t,this,e,r)}:t;return[function(t,r){var a=c(this),o=s(t)?d(t,e):void 0;return o?n(o,t,a,r):n(i,f(a),t,r)},function(e,n){var a=o(this),s=f(e);if(!C){var c=r(i,a,s,n,i!==t);if(c.done)return c.value}var d=u(a,RegExp),A=a.unicode,m=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(v?"g":"y"),_=new d(v?"^(?:"+a.source+")":a,m),w=void 0===n?4294967295:n>>>0;if(0===w)return[];if(0===s.length)return null===h(_,s)?[s]:[];for(var x=0,E=0,S=[];E{"use strict";var n,i=r(46518),a=r(27476),o=r(77347).f,s=r(18014),c=r(655),u=r(60511),l=r(67750),p=r(41436),f=r(96395),d=a("".slice),h=Math.min,A=p("startsWith");i({target:"String",proto:!0,forced:!!(f||A||(n=o(String.prototype,"startsWith"),!n||n.writable))&&!A},{startsWith:function(e){var t=c(l(this));u(e);var r=s(h(arguments.length>1?arguments[1]:void 0,t.length)),n=c(e);return d(t,r,r+n.length)===n}})},46276:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("strike")},{strike:function(){return i(this,"strike","","")}})},48718:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("sub")},{sub:function(){return i(this,"sub","","")}})},50375:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),a=r(67750),o=r(91291),s=r(655),c=i("".slice),u=Math.max,l=Math.min;n({target:"String",proto:!0,forced:!"".substr||"b"!=="ab".substr(-1)},{substr:function(e,t){var r,n,i=s(a(this)),p=i.length,f=o(e);return f===1/0&&(f=0),f<0&&(f=u(p+f,0)),(r=void 0===t?p:o(t))<=0||r===1/0||f>=(n=l(f+r,p))?"":c(i,f,n)}})},16308:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("sup")},{sup:function(){return i(this,"sup","","")}})},67438:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),a=r(79504),o=r(67750),s=r(655),c=r(79039),u=Array,l=a("".charAt),p=a("".charCodeAt),f=a([].join),d="".toWellFormed,h=d&&c((function(){return"1"!==i(d,1)}));n({target:"String",proto:!0,forced:h},{toWellFormed:function(){var e=s(o(this));if(h)return i(d,e);for(var t=e.length,r=u(t),n=0;n=56320||n+1>=t||56320!=(64512&p(e,n+1))?r[n]="�":(r[n]=l(e,n),r[++n]=l(e,n))}return f(r,"")}})},39202:(e,t,r)=>{"use strict";r(33313);var n=r(46518),i=r(96485);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==i},{trimEnd:i})},58934:(e,t,r)=>{"use strict";var n=r(46518),i=r(53487);n({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==i},{trimLeft:i})},33313:(e,t,r)=>{"use strict";var n=r(46518),i=r(96485);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==i},{trimRight:i})},43359:(e,t,r)=>{"use strict";r(58934);var n=r(46518),i=r(53487);n({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==i},{trimStart:i})},42762:(e,t,r)=>{"use strict";var n=r(46518),i=r(43802).trim;n({target:"String",proto:!0,forced:r(60706)("trim")},{trim:function(){return i(this)}})},88940:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(1625),o=r(42787),s=r(52967),c=r(77740),u=r(2360),l=r(66699),p=r(6980),f=r(80747),d=r(32603),h=r(78227),A=r(79039),m=r(96395),v=i.SuppressedError,g=h("toStringTag"),y=Error,b=!!v&&3!==v.length,_=!!v&&A((function(){return 4===new v(1,2,3,{cause:4}).cause})),C=b||_,w=function(e,t,r){var n,i=a(x,this);return s?n=!C||i&&o(this)!==x?s(new y,i?o(this):x):new v:(n=i?this:u(x),l(n,g,"Error")),void 0!==r&&l(n,"message",d(r)),f(n,w,n.stack,1),l(n,"error",e),l(n,"suppressed",t),n};s?s(w,y):c(w,y,{name:!0});var x=w.prototype=C?v.prototype:u(y.prototype,{constructor:p(1,w),message:p(1,""),name:p(1,"SuppressedError")});C&&!m&&(x.constructor=w),n({global:!0,constructor:!0,arity:3,forced:C},{SuppressedError:w})},34113:(e,t,r)=>{"use strict";var n=r(44576),i=r(70511),a=r(24913).f,o=r(77347).f,s=n.Symbol;if(i("asyncDispose"),s){var c=o(s,"asyncDispose");c.enumerable&&c.configurable&&c.writable&&a(s,"asyncDispose",{value:c.value,enumerable:!1,configurable:!1,writable:!1})}},66412:(e,t,r)=>{"use strict";r(70511)("asyncIterator")},6761:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(69565),o=r(79504),s=r(96395),c=r(43724),u=r(4495),l=r(79039),p=r(39297),f=r(1625),d=r(28551),h=r(25397),A=r(56969),m=r(655),v=r(6980),g=r(2360),y=r(71072),b=r(38480),_=r(10298),C=r(33717),w=r(77347),x=r(24913),E=r(96801),S=r(48773),k=r(36840),I=r(62106),T=r(25745),D=r(66119),O=r(30421),R=r(33392),N=r(78227),L=r(1951),j=r(70511),M=r(58242),P=r(10687),B=r(91181),U=r(59213).forEach,F=D("hidden"),G="Symbol",z="prototype",$=B.set,W=B.getterFor(G),H=Object[z],Y=i.Symbol,X=Y&&Y[z],q=i.RangeError,V=i.TypeError,K=i.QObject,J=w.f,Q=x.f,Z=_.f,ee=S.f,te=o([].push),re=T("symbols"),ne=T("op-symbols"),ie=T("wks"),ae=!K||!K[z]||!K[z].findChild,oe=function(e,t,r){var n=J(H,t);n&&delete H[t],Q(e,t,r),n&&e!==H&&Q(H,t,n)},se=c&&l((function(){return 7!==g(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a}))?oe:Q,ce=function(e,t){var r=re[e]=g(X);return $(r,{type:G,tag:e,description:t}),c||(r.description=t),r},ue=function(e,t,r){e===H&&ue(ne,t,r),d(e);var n=A(t);return d(r),p(re,n)?(r.enumerable?(p(e,F)&&e[F][n]&&(e[F][n]=!1),r=g(r,{enumerable:v(0,!1)})):(p(e,F)||Q(e,F,v(1,g(null))),e[F][n]=!0),se(e,n,r)):Q(e,n,r)},le=function(e,t){d(e);var r=h(t),n=y(r).concat(he(r));return U(n,(function(t){c&&!a(pe,r,t)||ue(e,t,r[t])})),e},pe=function(e){var t=A(e),r=a(ee,this,t);return!(this===H&&p(re,t)&&!p(ne,t))&&(!(r||!p(this,t)||!p(re,t)||p(this,F)&&this[F][t])||r)},fe=function(e,t){var r=h(e),n=A(t);if(r!==H||!p(re,n)||p(ne,n)){var i=J(r,n);return!i||!p(re,n)||p(r,F)&&r[F][n]||(i.enumerable=!0),i}},de=function(e){var t=Z(h(e)),r=[];return U(t,(function(e){p(re,e)||p(O,e)||te(r,e)})),r},he=function(e){var t=e===H,r=Z(t?ne:h(e)),n=[];return U(r,(function(e){!p(re,e)||t&&!p(H,e)||te(n,re[e])})),n};u||(k(X=(Y=function(){if(f(X,this))throw new V("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?m(arguments[0]):void 0,t=R(e),r=function(e){var n=void 0===this?i:this;n===H&&a(r,ne,e),p(n,F)&&p(n[F],t)&&(n[F][t]=!1);var o=v(1,e);try{se(n,t,o)}catch(e){if(!(e instanceof q))throw e;oe(n,t,o)}};return c&&ae&&se(H,t,{configurable:!0,set:r}),ce(t,e)})[z],"toString",(function(){return W(this).tag})),k(Y,"withoutSetter",(function(e){return ce(R(e),e)})),S.f=pe,x.f=ue,E.f=le,w.f=fe,b.f=_.f=de,C.f=he,L.f=function(e){return ce(N(e),e)},c&&(I(X,"description",{configurable:!0,get:function(){return W(this).description}}),s||k(H,"propertyIsEnumerable",pe,{unsafe:!0}))),n({global:!0,constructor:!0,wrap:!0,forced:!u,sham:!u},{Symbol:Y}),U(y(ie),(function(e){j(e)})),n({target:G,stat:!0,forced:!u},{useSetter:function(){ae=!0},useSimple:function(){ae=!1}}),n({target:"Object",stat:!0,forced:!u,sham:!c},{create:function(e,t){return void 0===t?g(e):le(g(e),t)},defineProperty:ue,defineProperties:le,getOwnPropertyDescriptor:fe}),n({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:de}),M(),P(Y,G),O[F]=!0},89463:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),a=r(44576),o=r(79504),s=r(39297),c=r(94901),u=r(1625),l=r(655),p=r(62106),f=r(77740),d=a.Symbol,h=d&&d.prototype;if(i&&c(d)&&(!("description"in h)||void 0!==d().description)){var A={},m=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:l(arguments[0]),t=u(h,this)?new d(e):void 0===e?d():d(e);return""===e&&(A[t]=!0),t};f(m,d),m.prototype=h,h.constructor=m;var v="Symbol(description detection)"===String(d("description detection")),g=o(h.valueOf),y=o(h.toString),b=/^Symbol\((.*)\)[^)]+$/,_=o("".replace),C=o("".slice);p(h,"description",{configurable:!0,get:function(){var e=g(this);if(s(A,e))return"";var t=y(e),r=v?C(t,7,-1):_(t,b,"$1");return""===r?void 0:r}}),n({global:!0,constructor:!0,forced:!0},{Symbol:m})}},97324:(e,t,r)=>{"use strict";var n=r(44576),i=r(70511),a=r(24913).f,o=r(77347).f,s=n.Symbol;if(i("dispose"),s){var c=o(s,"dispose");c.enumerable&&c.configurable&&c.writable&&a(s,"dispose",{value:c.value,enumerable:!1,configurable:!1,writable:!1})}},81510:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),a=r(39297),o=r(655),s=r(25745),c=r(91296),u=s("string-to-symbol-registry"),l=s("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!c},{for:function(e){var t=o(e);if(a(u,t))return u[t];var r=i("Symbol")(t);return u[t]=r,l[r]=t,r}})},60193:(e,t,r)=>{"use strict";r(70511)("hasInstance")},92168:(e,t,r)=>{"use strict";r(70511)("isConcatSpreadable")},2259:(e,t,r)=>{"use strict";r(70511)("iterator")},52675:(e,t,r)=>{"use strict";r(6761),r(81510),r(97812),r(33110),r(72154)},97812:(e,t,r)=>{"use strict";var n=r(46518),i=r(39297),a=r(10757),o=r(16823),s=r(25745),c=r(91296),u=s("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!c},{keyFor:function(e){if(!a(e))throw new TypeError(o(e)+" is not a symbol");if(i(u,e))return u[e]}})},83142:(e,t,r)=>{"use strict";r(70511)("matchAll")},86964:(e,t,r)=>{"use strict";r(70511)("match")},83237:(e,t,r)=>{"use strict";r(70511)("replace")},61833:(e,t,r)=>{"use strict";r(70511)("search")},67947:(e,t,r)=>{"use strict";r(70511)("species")},31073:(e,t,r)=>{"use strict";r(70511)("split")},45700:(e,t,r)=>{"use strict";var n=r(70511),i=r(58242);n("toPrimitive"),i()},78125:(e,t,r)=>{"use strict";var n=r(97751),i=r(70511),a=r(10687);i("toStringTag"),a(n("Symbol"),"Symbol")},20326:(e,t,r)=>{"use strict";r(70511)("unscopables")},48140:(e,t,r)=>{"use strict";var n=r(94644),i=r(26198),a=r(91291),o=n.aTypedArray;(0,n.exportTypedArrayMethod)("at",(function(e){var t=o(this),r=i(t),n=a(e),s=n>=0?n:r+n;return s<0||s>=r?void 0:t[s]}))},81630:(e,t,r)=>{"use strict";var n=r(79504),i=r(94644),a=n(r(57029)),o=i.aTypedArray;(0,i.exportTypedArrayMethod)("copyWithin",(function(e,t){return a(o(this),e,t,arguments.length>2?arguments[2]:void 0)}))},72170:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).every,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("every",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},75044:(e,t,r)=>{"use strict";var n=r(94644),i=r(84373),a=r(75854),o=r(36955),s=r(69565),c=r(79504),u=r(79039),l=n.aTypedArray,p=n.exportTypedArrayMethod,f=c("".slice);p("fill",(function(e){var t=arguments.length;l(this);var r="Big"===f(o(this),0,3)?a(e):+e;return s(i,this,r,t>1?arguments[1]:void 0,t>2?arguments[2]:void 0)}),u((function(){var e=0;return new Int8Array(2).fill({valueOf:function(){return e++}}),1!==e})))},69539:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).filter,a=r(29948),o=n.aTypedArray;(0,n.exportTypedArrayMethod)("filter",(function(e){var t=i(o(this),e,arguments.length>1?arguments[1]:void 0);return a(this,t)}))},89955:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).findIndex,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("findIndex",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},91134:(e,t,r)=>{"use strict";var n=r(94644),i=r(43839).findLastIndex,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("findLastIndex",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},21903:(e,t,r)=>{"use strict";var n=r(94644),i=r(43839).findLast,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("findLast",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},31694:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).find,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("find",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},34594:(e,t,r)=>{"use strict";r(15823)("Float32",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},29833:(e,t,r)=>{"use strict";r(15823)("Float64",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},33206:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).forEach,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("forEach",(function(e){i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},48345:(e,t,r)=>{"use strict";var n=r(72805);(0,r(94644).exportTypedArrayStaticMethod)("from",r(43251),n)},44496:(e,t,r)=>{"use strict";var n=r(94644),i=r(19617).includes,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("includes",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},66651:(e,t,r)=>{"use strict";var n=r(94644),i=r(19617).indexOf,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("indexOf",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},72107:(e,t,r)=>{"use strict";r(15823)("Int16",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},95477:(e,t,r)=>{"use strict";r(15823)("Int32",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},46594:(e,t,r)=>{"use strict";r(15823)("Int8",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},12887:(e,t,r)=>{"use strict";var n=r(44576),i=r(79039),a=r(79504),o=r(94644),s=r(23792),c=r(78227)("iterator"),u=n.Uint8Array,l=a(s.values),p=a(s.keys),f=a(s.entries),d=o.aTypedArray,h=o.exportTypedArrayMethod,A=u&&u.prototype,m=!i((function(){A[c].call([1])})),v=!!A&&A.values&&A[c]===A.values&&"values"===A.values.name,g=function(){return l(d(this))};h("entries",(function(){return f(d(this))}),m),h("keys",(function(){return p(d(this))}),m),h("values",g,m||!v,{name:"values"}),h(c,g,m||!v,{name:"values"})},19369:(e,t,r)=>{"use strict";var n=r(94644),i=r(79504),a=n.aTypedArray,o=n.exportTypedArrayMethod,s=i([].join);o("join",(function(e){return s(a(this),e)}))},44431:(e,t,r)=>{"use strict";var n=r(94644),i=r(18745),a=r(8379),o=n.aTypedArray;(0,n.exportTypedArrayMethod)("lastIndexOf",(function(e){var t=arguments.length;return i(a,o(this),t>1?[e,arguments[1]]:[e])}))},8995:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).map,a=n.aTypedArray,o=n.getTypedArrayConstructor;(0,n.exportTypedArrayMethod)("map",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0,(function(e,t){return new(o(e))(t)}))}))},52568:(e,t,r)=>{"use strict";var n=r(94644),i=r(72805),a=n.aTypedArrayConstructor;(0,n.exportTypedArrayStaticMethod)("of",(function(){for(var e=0,t=arguments.length,r=new(a(this))(t);t>e;)r[e]=arguments[e++];return r}),i)},36072:(e,t,r)=>{"use strict";var n=r(94644),i=r(80926).right,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduceRight",(function(e){var t=arguments.length;return i(a(this),e,t,t>1?arguments[1]:void 0)}))},31575:(e,t,r)=>{"use strict";var n=r(94644),i=r(80926).left,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduce",(function(e){var t=arguments.length;return i(a(this),e,t,t>1?arguments[1]:void 0)}))},88747:(e,t,r)=>{"use strict";var n=r(94644),i=n.aTypedArray,a=n.exportTypedArrayMethod,o=Math.floor;a("reverse",(function(){for(var e,t=this,r=i(t).length,n=o(r/2),a=0;a{"use strict";var n=r(44576),i=r(69565),a=r(94644),o=r(26198),s=r(58229),c=r(48981),u=r(79039),l=n.RangeError,p=n.Int8Array,f=p&&p.prototype,d=f&&f.set,h=a.aTypedArray,A=a.exportTypedArrayMethod,m=!u((function(){var e=new Uint8ClampedArray(2);return i(d,e,{length:1,0:3},1),3!==e[1]})),v=m&&a.NATIVE_ARRAY_BUFFER_VIEWS&&u((function(){var e=new p(2);return e.set(1),e.set("2",1),0!==e[0]||2!==e[1]}));A("set",(function(e){h(this);var t=s(arguments.length>1?arguments[1]:void 0,1),r=c(e);if(m)return i(d,this,r,t);var n=this.length,a=o(r),u=0;if(a+t>n)throw new l("Wrong length");for(;u{"use strict";var n=r(94644),i=r(79039),a=r(67680),o=n.aTypedArray,s=n.getTypedArrayConstructor;(0,n.exportTypedArrayMethod)("slice",(function(e,t){for(var r=a(o(this),e,t),n=s(this),i=0,c=r.length,u=new n(c);c>i;)u[i]=r[i++];return u}),i((function(){new Int8Array(1).slice()})))},57301:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).some,a=n.aTypedArray;(0,n.exportTypedArrayMethod)("some",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0)}))},373:(e,t,r)=>{"use strict";var n=r(44576),i=r(27476),a=r(79039),o=r(79306),s=r(74488),c=r(94644),u=r(13709),l=r(13763),p=r(39519),f=r(3607),d=c.aTypedArray,h=c.exportTypedArrayMethod,A=n.Uint16Array,m=A&&i(A.prototype.sort),v=!(!m||a((function(){m(new A(2),null)}))&&a((function(){m(new A(2),{})}))),g=!!m&&!a((function(){if(p)return p<74;if(u)return u<67;if(l)return!0;if(f)return f<602;var e,t,r=new A(516),n=Array(516);for(e=0;e<516;e++)t=e%4,r[e]=515-e,n[e]=e-2*t+3;for(m(r,(function(e,t){return(e/4|0)-(t/4|0)})),e=0;e<516;e++)if(r[e]!==n[e])return!0}));h("sort",(function(e){return void 0!==e&&o(e),g?m(this,e):s(d(this),function(e){return function(t,r){return void 0!==e?+e(t,r)||0:r!=r?-1:t!=t?1:0===t&&0===r?1/t>0&&1/r<0?1:-1:t>r}}(e))}),!g||v)},86614:(e,t,r)=>{"use strict";var n=r(94644),i=r(18014),a=r(35610),o=n.aTypedArray,s=n.getTypedArrayConstructor;(0,n.exportTypedArrayMethod)("subarray",(function(e,t){var r=o(this),n=r.length,c=a(e,n);return new(s(r))(r.buffer,r.byteOffset+c*r.BYTES_PER_ELEMENT,i((void 0===t?n:a(t,n))-c))}))},41405:(e,t,r)=>{"use strict";var n=r(44576),i=r(18745),a=r(94644),o=r(79039),s=r(67680),c=n.Int8Array,u=a.aTypedArray,l=a.exportTypedArrayMethod,p=[].toLocaleString,f=!!c&&o((function(){p.call(new c(1))}));l("toLocaleString",(function(){return i(p,f?s(u(this)):u(this),s(arguments))}),o((function(){return[1,2].toLocaleString()!==new c([1,2]).toLocaleString()}))||!o((function(){c.prototype.toLocaleString.call([1,2])})))},37467:(e,t,r)=>{"use strict";var n=r(37628),i=r(94644),a=i.aTypedArray,o=i.exportTypedArrayMethod,s=i.getTypedArrayConstructor;o("toReversed",(function(){return n(a(this),s(this))}))},44732:(e,t,r)=>{"use strict";var n=r(94644),i=r(79504),a=r(79306),o=r(35370),s=n.aTypedArray,c=n.getTypedArrayConstructor,u=n.exportTypedArrayMethod,l=i(n.TypedArrayPrototype.sort);u("toSorted",(function(e){void 0!==e&&a(e);var t=s(this),r=o(c(t),t);return l(r,e)}))},33684:(e,t,r)=>{"use strict";var n=r(94644).exportTypedArrayMethod,i=r(79039),a=r(44576),o=r(79504),s=a.Uint8Array,c=s&&s.prototype||{},u=[].toString,l=o([].join);i((function(){u.call({})}))&&(u=function(){return l(this)});var p=c.toString!==u;n("toString",u,p)},3690:(e,t,r)=>{"use strict";r(15823)("Uint16",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},61740:(e,t,r)=>{"use strict";r(15823)("Uint32",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},21489:(e,t,r)=>{"use strict";r(15823)("Uint8",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},99753:(e,t,r)=>{"use strict";r(15823)("Uint8",(function(e){return function(t,r,n){return e(this,t,r,n)}}),!0)},79577:(e,t,r)=>{"use strict";var n=r(39928),i=r(94644),a=r(18727),o=r(91291),s=r(75854),c=i.aTypedArray,u=i.getTypedArrayConstructor,l=i.exportTypedArrayMethod,p=function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(e){return 8===e}}(),f=p&&function(){try{new Int8Array(1).with(-.5,1)}catch(e){return!0}}();l("with",{with:function(e,t){var r=c(this),i=o(e),l=a(r)?s(t):+t;return n(r,u(r),i,l)}}.with,!p||f)},45213:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(35370),o=r(59143),s=i.Uint8Array,c=!s||!s.fromBase64||!function(){try{return void s.fromBase64("a")}catch(e){}try{s.fromBase64("",null)}catch(e){return!0}}();s&&n({target:"Uint8Array",stat:!0,forced:c},{fromBase64:function(e){var t=o(e,arguments.length>1?arguments[1]:void 0,null,9007199254740991);return a(s,t.bytes)}})},91925:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(63463),o=r(42303);i.Uint8Array&&n({target:"Uint8Array",stat:!0},{fromHex:function(e){return o(a(e)).bytes}})},16632:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(59143),o=r(34154),s=i.Uint8Array,c=!s||!s.prototype.setFromBase64||!function(){var e=new s([255,255,255,255,255]);try{return void e.setFromBase64("",null)}catch(e){}try{return void e.setFromBase64("a")}catch(e){}try{e.setFromBase64("MjYyZg===")}catch(t){return 50===e[0]&&54===e[1]&&50===e[2]&&255===e[3]&&255===e[4]}}();s&&n({target:"Uint8Array",proto:!0,forced:c},{setFromBase64:function(e){o(this);var t=a(e,arguments.length>1?arguments[1]:void 0,this,this.length);return{read:t.read,written:t.written}}})},34226:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(63463),o=r(34154),s=r(55169),c=r(42303);i.Uint8Array&&n({target:"Uint8Array",proto:!0},{setFromHex:function(e){o(this),a(e),s(this.buffer);var t=c(e,this).read;return{read:t,written:t/2}}})},9486:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(79504),o=r(83972),s=r(34154),c=r(55169),u=r(92804),l=r(944),p=u.i2c,f=u.i2cUrl,d=a("".charAt),h=i.Uint8Array,A=!h||!h.prototype.toBase64||!function(){try{(new h).toBase64(null)}catch(e){return!0}}();h&&n({target:"Uint8Array",proto:!0,forced:A},{toBase64:function(){var e=s(this),t=arguments.length?o(arguments[0]):void 0,r="base64"===l(t)?p:f,n=!!t&&!!t.omitPadding;c(this.buffer);for(var i,a="",u=0,h=e.length,A=function(e){return d(r,i>>6*e&63)};u+2{"use strict";var n=r(46518),i=r(44576),a=r(79504),o=r(34154),s=r(55169),c=a(1.1.toString),u=i.Uint8Array,l=!u||!u.prototype.toHex||!function(){try{return"ffffffffffffffff"===new u([255,255,255,255,255,255,255,255]).toHex()}catch(e){return!1}}();u&&n({target:"Uint8Array",proto:!0,forced:l},{toHex:function(){o(this),s(this.buffer);for(var e="",t=0,r=this.length;t{"use strict";var n=r(46518),i=r(79504),a=r(655),o=String.fromCharCode,s=i("".charAt),c=i(/./.exec),u=i("".slice),l=/^[\da-f]{2}$/i,p=/^[\da-f]{4}$/i;n({global:!0},{unescape:function(e){for(var t,r,n=a(e),i="",f=n.length,d=0;d{"use strict";var n,i=r(92744),a=r(44576),o=r(79504),s=r(56279),c=r(3451),u=r(16468),l=r(91625),p=r(20034),f=r(91181).enforce,d=r(79039),h=r(58622),A=Object,m=Array.isArray,v=A.isExtensible,g=A.isFrozen,y=A.isSealed,b=A.freeze,_=A.seal,C=!a.ActiveXObject&&"ActiveXObject"in a,w=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},x=u("WeakMap",w,l),E=x.prototype,S=o(E.set);if(h)if(C){n=l.getConstructor(w,"WeakMap",!0),c.enable();var k=o(E.delete),I=o(E.has),T=o(E.get);s(E,{delete:function(e){if(p(e)&&!v(e)){var t=f(this);return t.frozen||(t.frozen=new n),k(this,e)||t.frozen.delete(e)}return k(this,e)},has:function(e){if(p(e)&&!v(e)){var t=f(this);return t.frozen||(t.frozen=new n),I(this,e)||t.frozen.has(e)}return I(this,e)},get:function(e){if(p(e)&&!v(e)){var t=f(this);return t.frozen||(t.frozen=new n),I(this,e)?T(this,e):t.frozen.get(e)}return T(this,e)},set:function(e,t){if(p(e)&&!v(e)){var r=f(this);r.frozen||(r.frozen=new n),I(this,e)?S(this,e,t):r.frozen.set(e,t)}else S(this,e,t);return this}})}else i&&d((function(){var e=b([]);return S(new x,e,1),!g(e)}))&&s(E,{set:function(e,t){var r;return m(e)&&(g(e)?r=b:y(e)&&(r=_)),S(this,e,t),r&&r(e),this}})},73772:(e,t,r)=>{"use strict";r(65746)},5240:(e,t,r)=>{"use strict";r(16468)("WeakSet",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r(91625))},30958:(e,t,r)=>{"use strict";r(5240)},2945:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(97751),o=r(79504),s=r(69565),c=r(79039),u=r(655),l=r(22812),p=r(92804).c2i,f=/[^\d+/a-z]/i,d=/[\t\n\f\r ]+/g,h=/[=]{1,2}$/,A=a("atob"),m=String.fromCharCode,v=o("".charAt),g=o("".replace),y=o(f.exec),b=!!A&&!c((function(){return"hi"!==A("aGk=")})),_=b&&c((function(){return""!==A(" ")})),C=b&&!c((function(){A("a")})),w=b&&!c((function(){A()})),x=b&&1!==A.length;n({global:!0,bind:!0,enumerable:!0,forced:!b||_||C||w||x},{atob:function(e){if(l(arguments.length,1),b&&!_&&!C)return s(A,i,e);var t,r,n,o=g(u(e),d,""),c="",w=0,x=0;if(o.length%4==0&&(o=g(o,h,"")),(t=o.length)%4==1||y(f,o))throw new(a("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;w>(-2*x&6)));return c}})},42207:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(97751),o=r(79504),s=r(69565),c=r(79039),u=r(655),l=r(22812),p=r(92804).i2c,f=a("btoa"),d=o("".charAt),h=o("".charCodeAt),A=!!f&&!c((function(){return"aGk="!==f("hi")})),m=A&&!c((function(){f()})),v=A&&c((function(){return"bnVsbA=="!==f(null)})),g=A&&1!==f.length;n({global:!0,bind:!0,enumerable:!0,forced:!A||m||v||g},{btoa:function(e){if(l(arguments.length,1),A)return s(f,i,u(e));for(var t,r,n=u(e),o="",c=0,m=p;d(n,c)||(m="=",c%1);){if((r=h(n,c+=3/4))>255)throw new(a("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");o+=d(m,63&(t=t<<8|r)>>8-c%1*8)}return o}})},86368:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(59225).clear;n({global:!0,bind:!0,enumerable:!0,forced:i.clearImmediate!==a},{clearImmediate:a})},23500:(e,t,r)=>{"use strict";var n=r(44576),i=r(67400),a=r(79296),o=r(90235),s=r(66699),c=function(e){if(e&&e.forEach!==o)try{s(e,"forEach",o)}catch(t){e.forEach=o}};for(var u in i)i[u]&&c(n[u]&&n[u].prototype);c(a)},62953:(e,t,r)=>{"use strict";var n=r(44576),i=r(67400),a=r(79296),o=r(23792),s=r(66699),c=r(10687),u=r(78227)("iterator"),l=o.values,p=function(e,t){if(e){if(e[u]!==l)try{s(e,u,l)}catch(t){e[u]=l}if(c(e,t,!0),i[t])for(var r in o)if(e[r]!==o[r])try{s(e,r,o[r])}catch(t){e[r]=o[r]}}};for(var f in i)p(n[f]&&n[f].prototype,f);p(a,"DOMTokenList")},55815:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),a=r(89429),o=r(79039),s=r(2360),c=r(6980),u=r(24913).f,l=r(36840),p=r(62106),f=r(39297),d=r(90679),h=r(28551),A=r(77536),m=r(32603),v=r(55002),g=r(16193),y=r(91181),b=r(43724),_=r(96395),C="DOMException",w="DATA_CLONE_ERR",x=i("Error"),E=i(C)||function(){try{(new(i("MessageChannel")||a("worker_threads").MessageChannel)).port1.postMessage(new WeakMap)}catch(e){if(e.name===w&&25===e.code)return e.constructor}}(),S=E&&E.prototype,k=x.prototype,I=y.set,T=y.getterFor(C),D="stack"in new x(C),O=function(e){return f(v,e)&&v[e].m?v[e].c:0},R=function(){d(this,N);var e=arguments.length,t=m(e<1?void 0:arguments[0]),r=m(e<2?void 0:arguments[1],"Error"),n=O(r);if(I(this,{type:C,name:r,message:t,code:n}),b||(this.name=r,this.message=t,this.code=n),D){var i=new x(t);i.name=C,u(this,"stack",c(1,g(i.stack,1)))}},N=R.prototype=s(k),L=function(e){return{enumerable:!0,configurable:!0,get:e}},j=function(e){return L((function(){return T(this)[e]}))};b&&(p(N,"code",j("code")),p(N,"message",j("message")),p(N,"name",j("name"))),u(N,"constructor",c(1,R));var M=o((function(){return!(new E instanceof x)})),P=M||o((function(){return k.toString!==A||"2: 1"!==String(new E(1,2))})),B=M||o((function(){return 25!==new E(1,"DataCloneError").code})),U=M||25!==E[w]||25!==S[w],F=_?P||B||U:M;n({global:!0,constructor:!0,forced:F},{DOMException:F?R:E});var G=i(C),z=G.prototype;for(var $ in P&&(_||E===G)&&l(z,"toString",A),B&&b&&E===G&&p(z,"code",L((function(){return O(h(this).name)}))),v)if(f(v,$)){var W=v[$],H=W.s,Y=c(6,W.c);f(G,H)||u(G,H,Y),f(z,H)||u(z,H,Y)}},64979:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(97751),o=r(6980),s=r(24913).f,c=r(39297),u=r(90679),l=r(23167),p=r(32603),f=r(55002),d=r(16193),h=r(43724),A=r(96395),m="DOMException",v=a("Error"),g=a(m),y=function(){u(this,b);var e=arguments.length,t=p(e<1?void 0:arguments[0]),r=p(e<2?void 0:arguments[1],"Error"),n=new g(t,r),i=new v(t);return i.name=m,s(n,"stack",o(1,d(i.stack,1))),l(n,this,y),n},b=y.prototype=g.prototype,_="stack"in new v(m),C="stack"in new g(1,2),w=g&&h&&Object.getOwnPropertyDescriptor(i,m),x=!(!w||w.writable&&w.configurable),E=_&&!x&&!C;n({global:!0,constructor:!0,forced:A||E},{DOMException:E?y:g});var S=a(m),k=S.prototype;if(k.constructor!==S)for(var I in A||s(k,"constructor",o(1,S)),f)if(c(f,I)){var T=f[I],D=T.s;c(S,D)||s(S,D,o(6,T.c))}},79739:(e,t,r)=>{"use strict";var n=r(97751),i="DOMException";r(10687)(n(i),i)},59848:(e,t,r)=>{"use strict";r(86368),r(29309)},122:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(91955),o=r(79306),s=r(22812),c=r(79039),u=r(43724);n({global:!0,enumerable:!0,dontCallGetSet:!0,forced:c((function(){return u&&1!==Object.getOwnPropertyDescriptor(i,"queueMicrotask").value.length}))},{queueMicrotask:function(e){s(arguments.length,1),a(o(e))}})},13611:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(62106),o=r(43724),s=TypeError,c=Object.defineProperty,u=i.self!==i;try{if(o){var l=Object.getOwnPropertyDescriptor(i,"self");!u&&l&&l.get&&l.enumerable||a(i,"self",{get:function(){return i},set:function(e){if(this!==i)throw new s("Illegal invocation");c(i,"self",{value:e,writable:!0,configurable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}else n({global:!0,simple:!0,forced:u},{self:i})}catch(e){}},29309:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(59225).set,o=r(79472),s=i.setImmediate?o(a,!1):a;n({global:!0,bind:!0,enumerable:!0,forced:i.setImmediate!==s},{setImmediate:s})},15575:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(79472)(i.setInterval,!0);n({global:!0,bind:!0,forced:i.setInterval!==a},{setInterval:a})},24599:(e,t,r)=>{"use strict";var n=r(46518),i=r(44576),a=r(79472)(i.setTimeout,!0);n({global:!0,bind:!0,forced:i.setTimeout!==a},{setTimeout:a})},71678:(e,t,r)=>{"use strict";var n,i=r(96395),a=r(46518),o=r(44576),s=r(97751),c=r(79504),u=r(79039),l=r(33392),p=r(94901),f=r(33517),d=r(64117),h=r(20034),A=r(10757),m=r(72652),v=r(28551),g=r(36955),y=r(39297),b=r(97040),_=r(66699),C=r(26198),w=r(22812),x=r(61034),E=r(72248),S=r(94402),k=r(38469),I=r(94483),T=r(24659),D=r(1548),O=o.Object,R=o.Array,N=o.Date,L=o.Error,j=o.TypeError,M=o.PerformanceMark,P=s("DOMException"),B=E.Map,U=E.has,F=E.get,G=E.set,z=S.Set,$=S.add,W=S.has,H=s("Object","keys"),Y=c([].push),X=c((!0).valueOf),q=c(1.1.valueOf),V=c("".valueOf),K=c(N.prototype.getTime),J=l("structuredClone"),Q="DataCloneError",Z="Transferring",ee=function(e){return!u((function(){var t=new o.Set([7]),r=e(t),n=e(O(7));return r===t||!r.has(7)||!h(n)||7!=+n}))&&e},te=function(e,t){return!u((function(){var r=new t,n=e({a:r,b:r});return!(n&&n.a===n.b&&n.a instanceof t&&n.a.stack===r.stack)}))},re=o.structuredClone,ne=i||!te(re,L)||!te(re,P)||(n=re,!!u((function(){var e=n(new o.AggregateError([1],J,{cause:3}));return"AggregateError"!==e.name||1!==e.errors[0]||e.message!==J||3!==e.cause}))),ie=!re&&ee((function(e){return new M(J,{detail:e}).detail})),ae=ee(re)||ie,oe=function(e){throw new P("Uncloneable type: "+e,Q)},se=function(e,t){throw new P((t||"Cloning")+" of "+e+" cannot be properly polyfilled in this engine",Q)},ce=function(e,t){return ae||se(t),ae(e)},ue=function(e,t,r){if(U(t,e))return F(t,e);var n,i,a,s,c,u;if("SharedArrayBuffer"===(r||g(e)))n=ae?ae(e):e;else{var l=o.DataView;l||p(e.slice)||se("ArrayBuffer");try{if(p(e.slice)&&!e.resizable)n=e.slice(0);else{i=e.byteLength,a="maxByteLength"in e?{maxByteLength:e.maxByteLength}:void 0,n=new ArrayBuffer(i,a),s=new l(e),c=new l(n);for(u=0;u1&&!d(arguments[1])?v(arguments[1]):void 0,i=n?n.transfer:void 0;void 0!==i&&(r=function(e,t){if(!h(e))throw new j("Transfer option cannot be converted to a sequence");var r=[];m(e,(function(e){Y(r,v(e))}));for(var n,i,a,s,c,u=0,l=C(r),d=new z;u{"use strict";r(15575),r(24599)},98406:(e,t,r)=>{"use strict";r(23792),r(27337);var n=r(46518),i=r(44576),a=r(93389),o=r(97751),s=r(69565),c=r(79504),u=r(43724),l=r(67416),p=r(36840),f=r(62106),d=r(56279),h=r(10687),A=r(33994),m=r(91181),v=r(90679),g=r(94901),y=r(39297),b=r(76080),_=r(36955),C=r(28551),w=r(20034),x=r(655),E=r(2360),S=r(6980),k=r(70081),I=r(50851),T=r(62529),D=r(22812),O=r(78227),R=r(74488),N=O("iterator"),L="URLSearchParams",j=L+"Iterator",M=m.set,P=m.getterFor(L),B=m.getterFor(j),U=a("fetch"),F=a("Request"),G=a("Headers"),z=F&&F.prototype,$=G&&G.prototype,W=i.TypeError,H=i.encodeURIComponent,Y=String.fromCharCode,X=o("String","fromCodePoint"),q=parseInt,V=c("".charAt),K=c([].join),J=c([].push),Q=c("".replace),Z=c([].shift),ee=c([].splice),te=c("".split),re=c("".slice),ne=c(/./.exec),ie=/\+/g,ae=/^[0-9a-f]+$/i,oe=function(e,t){var r=re(e,t,t+2);return ne(ae,r)?q(r,16):NaN},se=function(e){for(var t=0,r=128;r>0&&0!=(e&r);r>>=1)t++;return t},ce=function(e){var t=null;switch(e.length){case 1:t=e[0];break;case 2:t=(31&e[0])<<6|63&e[1];break;case 3:t=(15&e[0])<<12|(63&e[1])<<6|63&e[2];break;case 4:t=(7&e[0])<<18|(63&e[1])<<12|(63&e[2])<<6|63&e[3]}return t>1114111?null:t},ue=function(e){for(var t=(e=Q(e,ie," ")).length,r="",n=0;nt){r+="%",n++;continue}var a=oe(e,n+1);if(a!=a){r+=i,n++;continue}n+=2;var o=se(a);if(0===o)i=Y(a);else{if(1===o||o>4){r+="�",n++;continue}for(var s=[a],c=1;ct||"%"!==V(e,n));){var u=oe(e,n+1);if(u!=u){n+=3;break}if(u>191||u<128)break;J(s,u),n+=2,c++}if(s.length!==o){r+="�";continue}var l=ce(s);null===l?r+="�":i=X(l)}}r+=i,n++}return r},le=/[!'()~]|%20/g,pe={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},fe=function(e){return pe[e]},de=function(e){return Q(H(e),le,fe)},he=A((function(e,t){M(this,{type:j,target:P(e).entries,index:0,kind:t})}),L,(function(){var e=B(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=null,T(void 0,!0);var n=t[r];switch(e.kind){case"keys":return T(n.key,!1);case"values":return T(n.value,!1)}return T([n.key,n.value],!1)}),!0),Ae=function(e){this.entries=[],this.url=null,void 0!==e&&(w(e)?this.parseObject(e):this.parseQuery("string"==typeof e?"?"===V(e,0)?re(e,1):e:x(e)))};Ae.prototype={type:L,bindURL:function(e){this.url=e,this.update()},parseObject:function(e){var t,r,n,i,a,o,c,u=this.entries,l=I(e);if(l)for(r=(t=k(e,l)).next;!(n=s(r,t)).done;){if(a=(i=k(C(n.value))).next,(o=s(a,i)).done||(c=s(a,i)).done||!s(a,i).done)throw new W("Expected sequence with length 2");J(u,{key:x(o.value),value:x(c.value)})}else for(var p in e)y(e,p)&&J(u,{key:p,value:x(e[p])})},parseQuery:function(e){if(e)for(var t,r,n=this.entries,i=te(e,"&"),a=0;a0?arguments[0]:void 0));u||(this.size=e.entries.length)},ve=me.prototype;if(d(ve,{append:function(e,t){var r=P(this);D(arguments.length,2),J(r.entries,{key:x(e),value:x(t)}),u||this.size++,r.updateURL()},delete:function(e){for(var t=P(this),r=D(arguments.length,1),n=t.entries,i=x(e),a=r<2?void 0:arguments[1],o=void 0===a?a:x(a),s=0;st.key?1:-1})),e.updateURL()},forEach:function(e){for(var t,r=P(this).entries,n=b(e,arguments.length>1?arguments[1]:void 0),i=0;i1?be(arguments[1]):{})}}),g(F)){var _e=function(e){return v(this,z),new F(e,arguments.length>1?be(arguments[1]):{})};z.constructor=_e,_e.prototype=z,n({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:_e})}}e.exports={URLSearchParams:me,getState:P}},14603:(e,t,r)=>{"use strict";var n=r(36840),i=r(79504),a=r(655),o=r(22812),s=URLSearchParams,c=s.prototype,u=i(c.append),l=i(c.delete),p=i(c.forEach),f=i([].push),d=new s("a=1&a=2&b=3");d.delete("a",1),d.delete("b",void 0),d+""!="a=2"&&n(c,"delete",(function(e){var t=arguments.length,r=t<2?void 0:arguments[1];if(t&&void 0===r)return l(this,e);var n=[];p(this,(function(e,t){f(n,{key:t,value:e})})),o(t,1);for(var i,s=a(e),c=a(r),d=0,h=0,A=!1,m=n.length;d{"use strict";var n=r(36840),i=r(79504),a=r(655),o=r(22812),s=URLSearchParams,c=s.prototype,u=i(c.getAll),l=i(c.has),p=new s("a=1");!p.has("a",2)&&p.has("a",void 0)||n(c,"has",(function(e){var t=arguments.length,r=t<2?void 0:arguments[1];if(t&&void 0===r)return l(this,e);var n=u(this,e);o(t,1);for(var i=a(r),s=0;s{"use strict";r(98406)},98721:(e,t,r)=>{"use strict";var n=r(43724),i=r(79504),a=r(62106),o=URLSearchParams.prototype,s=i(o.forEach);n&&!("size"in o)&&a(o,"size",{get:function(){var e=0;return s(this,(function(){e++})),e},configurable:!0,enumerable:!0})},2222:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),a=r(79039),o=r(22812),s=r(655),c=r(67416),u=i("URL"),l=c&&a((function(){u.canParse()})),p=a((function(){return 1!==u.canParse.length}));n({target:"URL",stat:!0,forced:!l||p},{canParse:function(e){var t=o(arguments.length,1),r=s(e),n=t<2||void 0===arguments[1]?void 0:s(arguments[1]);try{return!!new u(r,n)}catch(e){return!1}}})},45806:(e,t,r)=>{"use strict";r(47764);var n,i=r(46518),a=r(43724),o=r(67416),s=r(44576),c=r(76080),u=r(79504),l=r(36840),p=r(62106),f=r(90679),d=r(39297),h=r(44213),A=r(97916),m=r(67680),v=r(68183).codeAt,g=r(3717),y=r(655),b=r(10687),_=r(22812),C=r(98406),w=r(91181),x=w.set,E=w.getterFor("URL"),S=C.URLSearchParams,k=C.getState,I=s.URL,T=s.TypeError,D=s.parseInt,O=Math.floor,R=Math.pow,N=u("".charAt),L=u(/./.exec),j=u([].join),M=u(1.1.toString),P=u([].pop),B=u([].push),U=u("".replace),F=u([].shift),G=u("".split),z=u("".slice),$=u("".toLowerCase),W=u([].unshift),H="Invalid scheme",Y="Invalid host",X="Invalid port",q=/[a-z]/i,V=/[\d+-.a-z]/i,K=/\d/,J=/^0x/i,Q=/^[0-7]+$/,Z=/^\d+$/,ee=/^[\da-f]+$/i,te=/[\0\t\n\r #%/:<>?@[\\\]^|]/,re=/[\0\t\n\r #/:<>?@[\\\]^|]/,ne=/^[\u0000-\u0020]+/,ie=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,ae=/[\t\n\r]/g,oe=function(e){var t,r,n,i;if("number"==typeof e){for(t=[],r=0;r<4;r++)W(t,e%256),e=O(e/256);return j(t,".")}if("object"==typeof e){for(t="",n=function(e){for(var t=null,r=1,n=null,i=0,a=0;a<8;a++)0!==e[a]?(i>r&&(t=n,r=i),n=null,i=0):(null===n&&(n=a),++i);return i>r?n:t}(e),r=0;r<8;r++)i&&0===e[r]||(i&&(i=!1),n===r?(t+=r?":":"::",i=!0):(t+=M(e[r],16),r<7&&(t+=":")));return"["+t+"]"}return e},se={},ce=h({},se,{" ":1,'"':1,"<":1,">":1,"`":1}),ue=h({},ce,{"#":1,"?":1,"{":1,"}":1}),le=h({},ue,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),pe=function(e,t){var r=v(e,0);return r>32&&r<127&&!d(t,e)?e:encodeURIComponent(e)},fe={ftp:21,file:null,http:80,https:443,ws:80,wss:443},de=function(e,t){var r;return 2===e.length&&L(q,N(e,0))&&(":"===(r=N(e,1))||!t&&"|"===r)},he=function(e){var t;return e.length>1&&de(z(e,0,2))&&(2===e.length||"/"===(t=N(e,2))||"\\"===t||"?"===t||"#"===t)},Ae=function(e){return"."===e||"%2e"===$(e)},me={},ve={},ge={},ye={},be={},_e={},Ce={},we={},xe={},Ee={},Se={},ke={},Ie={},Te={},De={},Oe={},Re={},Ne={},Le={},je={},Me={},Pe=function(e,t,r){var n,i,a,o=y(e);if(t){if(i=this.parse(o))throw new T(i);this.searchParams=null}else{if(void 0!==r&&(n=new Pe(r,!0)),i=this.parse(o,null,n))throw new T(i);(a=k(new S)).bindURL(this),this.searchParams=a}};Pe.prototype={type:"URL",parse:function(e,t,r){var i,a,o,s,c,u=this,l=t||me,p=0,f="",h=!1,v=!1,g=!1;for(e=y(e),t||(u.scheme="",u.username="",u.password="",u.host=null,u.port=null,u.path=[],u.query=null,u.fragment=null,u.cannotBeABaseURL=!1,e=U(e,ne,""),e=U(e,ie,"$1")),e=U(e,ae,""),i=A(e);p<=i.length;){switch(a=i[p],l){case me:if(!a||!L(q,a)){if(t)return H;l=ge;continue}f+=$(a),l=ve;break;case ve:if(a&&(L(V,a)||"+"===a||"-"===a||"."===a))f+=$(a);else{if(":"!==a){if(t)return H;f="",l=ge,p=0;continue}if(t&&(u.isSpecial()!==d(fe,f)||"file"===f&&(u.includesCredentials()||null!==u.port)||"file"===u.scheme&&!u.host))return;if(u.scheme=f,t)return void(u.isSpecial()&&fe[u.scheme]===u.port&&(u.port=null));f="","file"===u.scheme?l=Te:u.isSpecial()&&r&&r.scheme===u.scheme?l=ye:u.isSpecial()?l=we:"/"===i[p+1]?(l=be,p++):(u.cannotBeABaseURL=!0,B(u.path,""),l=Le)}break;case ge:if(!r||r.cannotBeABaseURL&&"#"!==a)return H;if(r.cannotBeABaseURL&&"#"===a){u.scheme=r.scheme,u.path=m(r.path),u.query=r.query,u.fragment="",u.cannotBeABaseURL=!0,l=Me;break}l="file"===r.scheme?Te:_e;continue;case ye:if("/"!==a||"/"!==i[p+1]){l=_e;continue}l=xe,p++;break;case be:if("/"===a){l=Ee;break}l=Ne;continue;case _e:if(u.scheme=r.scheme,a===n)u.username=r.username,u.password=r.password,u.host=r.host,u.port=r.port,u.path=m(r.path),u.query=r.query;else if("/"===a||"\\"===a&&u.isSpecial())l=Ce;else if("?"===a)u.username=r.username,u.password=r.password,u.host=r.host,u.port=r.port,u.path=m(r.path),u.query="",l=je;else{if("#"!==a){u.username=r.username,u.password=r.password,u.host=r.host,u.port=r.port,u.path=m(r.path),u.path.length--,l=Ne;continue}u.username=r.username,u.password=r.password,u.host=r.host,u.port=r.port,u.path=m(r.path),u.query=r.query,u.fragment="",l=Me}break;case Ce:if(!u.isSpecial()||"/"!==a&&"\\"!==a){if("/"!==a){u.username=r.username,u.password=r.password,u.host=r.host,u.port=r.port,l=Ne;continue}l=Ee}else l=xe;break;case we:if(l=xe,"/"!==a||"/"!==N(f,p+1))continue;p++;break;case xe:if("/"!==a&&"\\"!==a){l=Ee;continue}break;case Ee:if("@"===a){h&&(f="%40"+f),h=!0,o=A(f);for(var b=0;b65535)return X;u.port=u.isSpecial()&&w===fe[u.scheme]?null:w,f=""}if(t)return;l=Re;continue}return X}f+=a;break;case Te:if(u.scheme="file","/"===a||"\\"===a)l=De;else{if(!r||"file"!==r.scheme){l=Ne;continue}switch(a){case n:u.host=r.host,u.path=m(r.path),u.query=r.query;break;case"?":u.host=r.host,u.path=m(r.path),u.query="",l=je;break;case"#":u.host=r.host,u.path=m(r.path),u.query=r.query,u.fragment="",l=Me;break;default:he(j(m(i,p),""))||(u.host=r.host,u.path=m(r.path),u.shortenPath()),l=Ne;continue}}break;case De:if("/"===a||"\\"===a){l=Oe;break}r&&"file"===r.scheme&&!he(j(m(i,p),""))&&(de(r.path[0],!0)?B(u.path,r.path[0]):u.host=r.host),l=Ne;continue;case Oe:if(a===n||"/"===a||"\\"===a||"?"===a||"#"===a){if(!t&&de(f))l=Ne;else if(""===f){if(u.host="",t)return;l=Re}else{if(s=u.parseHost(f))return s;if("localhost"===u.host&&(u.host=""),t)return;f="",l=Re}continue}f+=a;break;case Re:if(u.isSpecial()){if(l=Ne,"/"!==a&&"\\"!==a)continue}else if(t||"?"!==a)if(t||"#"!==a){if(a!==n&&(l=Ne,"/"!==a))continue}else u.fragment="",l=Me;else u.query="",l=je;break;case Ne:if(a===n||"/"===a||"\\"===a&&u.isSpecial()||!t&&("?"===a||"#"===a)){if(".."===(c=$(c=f))||"%2e."===c||".%2e"===c||"%2e%2e"===c?(u.shortenPath(),"/"===a||"\\"===a&&u.isSpecial()||B(u.path,"")):Ae(f)?"/"===a||"\\"===a&&u.isSpecial()||B(u.path,""):("file"===u.scheme&&!u.path.length&&de(f)&&(u.host&&(u.host=""),f=N(f,0)+":"),B(u.path,f)),f="","file"===u.scheme&&(a===n||"?"===a||"#"===a))for(;u.path.length>1&&""===u.path[0];)F(u.path);"?"===a?(u.query="",l=je):"#"===a&&(u.fragment="",l=Me)}else f+=pe(a,ue);break;case Le:"?"===a?(u.query="",l=je):"#"===a?(u.fragment="",l=Me):a!==n&&(u.path[0]+=pe(a,se));break;case je:t||"#"!==a?a!==n&&("'"===a&&u.isSpecial()?u.query+="%27":u.query+="#"===a?"%23":pe(a,se)):(u.fragment="",l=Me);break;case Me:a!==n&&(u.fragment+=pe(a,ce))}p++}},parseHost:function(e){var t,r,n;if("["===N(e,0)){if("]"!==N(e,e.length-1))return Y;if(t=function(e){var t,r,n,i,a,o,s,c=[0,0,0,0,0,0,0,0],u=0,l=null,p=0,f=function(){return N(e,p)};if(":"===f()){if(":"!==N(e,1))return;p+=2,l=++u}for(;f();){if(8===u)return;if(":"!==f()){for(t=r=0;r<4&&L(ee,f());)t=16*t+D(f(),16),p++,r++;if("."===f()){if(0===r)return;if(p-=r,u>6)return;for(n=0;f();){if(i=null,n>0){if(!("."===f()&&n<4))return;p++}if(!L(K,f()))return;for(;L(K,f());){if(a=D(f(),10),null===i)i=a;else{if(0===i)return;i=10*i+a}if(i>255)return;p++}c[u]=256*c[u]+i,2!=++n&&4!==n||u++}if(4!==n)return;break}if(":"===f()){if(p++,!f())return}else if(f())return;c[u++]=t}else{if(null!==l)return;p++,l=++u}}if(null!==l)for(o=u-l,u=7;0!==u&&o>0;)s=c[u],c[u--]=c[l+o-1],c[l+--o]=s;else if(8!==u)return;return c}(z(e,1,-1)),!t)return Y;this.host=t}else if(this.isSpecial()){if(e=g(e),L(te,e))return Y;if(t=function(e){var t,r,n,i,a,o,s,c=G(e,".");if(c.length&&""===c[c.length-1]&&c.length--,(t=c.length)>4)return e;for(r=[],n=0;n1&&"0"===N(i,0)&&(a=L(J,i)?16:8,i=z(i,8===a?1:2)),""===i)o=0;else{if(!L(10===a?Z:8===a?Q:ee,i))return e;o=D(i,a)}B(r,o)}for(n=0;n=R(256,5-t))return null}else if(o>255)return null;for(s=P(r),n=0;n1?arguments[1]:void 0,n=x(t,new Pe(e,!1,r));a||(t.href=n.serialize(),t.origin=n.getOrigin(),t.protocol=n.getProtocol(),t.username=n.getUsername(),t.password=n.getPassword(),t.host=n.getHost(),t.hostname=n.getHostname(),t.port=n.getPort(),t.pathname=n.getPathname(),t.search=n.getSearch(),t.searchParams=n.getSearchParams(),t.hash=n.getHash())},Ue=Be.prototype,Fe=function(e,t){return{get:function(){return E(this)[e]()},set:t&&function(e){return E(this)[t](e)},configurable:!0,enumerable:!0}};if(a&&(p(Ue,"href",Fe("serialize","setHref")),p(Ue,"origin",Fe("getOrigin")),p(Ue,"protocol",Fe("getProtocol","setProtocol")),p(Ue,"username",Fe("getUsername","setUsername")),p(Ue,"password",Fe("getPassword","setPassword")),p(Ue,"host",Fe("getHost","setHost")),p(Ue,"hostname",Fe("getHostname","setHostname")),p(Ue,"port",Fe("getPort","setPort")),p(Ue,"pathname",Fe("getPathname","setPathname")),p(Ue,"search",Fe("getSearch","setSearch")),p(Ue,"searchParams",Fe("getSearchParams")),p(Ue,"hash",Fe("getHash","setHash"))),l(Ue,"toJSON",(function(){return E(this).serialize()}),{enumerable:!0}),l(Ue,"toString",(function(){return E(this).serialize()}),{enumerable:!0}),I){var Ge=I.createObjectURL,ze=I.revokeObjectURL;Ge&&l(Be,"createObjectURL",c(Ge,I)),ze&&l(Be,"revokeObjectURL",c(ze,I))}b(Be,"URL"),i({global:!0,constructor:!0,forced:!o,sham:!a},{URL:Be})},3296:(e,t,r)=>{"use strict";r(45806)},45781:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),a=r(22812),o=r(655),s=r(67416),c=i("URL");n({target:"URL",stat:!0,forced:!s},{parse:function(e){var t=a(arguments.length,1),r=o(e),n=t<2||void 0===arguments[1]?void 0:o(arguments[1]);try{return new c(r,n)}catch(e){return null}}})},27208:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565);n({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return i(URL.prototype.toString,this)}})},84315:(e,t,r)=>{"use strict";r(52675),r(89463),r(34113),r(66412),r(97324),r(60193),r(92168),r(2259),r(86964),r(83142),r(83237),r(61833),r(67947),r(31073),r(45700),r(78125),r(20326),r(16280),r(6372),r(76918),r(30067),r(4294),r(88940),r(18107),r(28706),r(26835),r(88431),r(33771),r(2008),r(50113),r(48980),r(10838),r(13451),r(46449),r(78350),r(51629),r(23418),r(74423),r(25276),r(64346),r(23792),r(48598),r(8921),r(62062),r(31051),r(44114),r(72712),r(18863),r(94490),r(34782),r(15086),r(4529),r(87478),r(54554),r(9678),r(57145),r(71658),r(93514),r(30237),r(13609),r(11558),r(54743),r(46761),r(11745),r(38309),r(10255),r(3995),r(16573),r(78100),r(77936),r(61699),r(59089),r(91191),r(93515),r(1688),r(60739),r(89572),r(23288),r(48922),r(36456),r(94170),r(48957),r(62010),r(55081),r(18111),r(21979),r(76382),r(29314),r(81148),r(22489),r(20116),r(30531),r(7588),r(49603),r(61701),r(18237),r(13579),r(54972),r(61806),r(45595),r(69112),r(20344),r(33110),r(4731),r(36033),r(47072),r(93153),r(82326),r(36389),r(64444),r(8085),r(77762),r(65070),r(60605),r(4360),r(39469),r(72152),r(75376),r(56624),r(11367),r(5914),r(78553),r(23068),r(98690),r(60479),r(70761),r(2892),r(45374),r(25428),r(32637),r(40150),r(59149),r(64601),r(44435),r(87220),r(25843),r(62337),r(9868),r(80630),r(69085),r(59904),r(17427),r(67945),r(84185),r(87607),r(5506),r(52811),r(53921),r(83851),r(81278),r(1480),r(40875),r(77691),r(78347),r(29908),r(94052),r(94003),r(221),r(79432),r(9220),r(7904),r(93967),r(63548),r(93941),r(10287),r(26099),r(16034),r(78459),r(58940),r(3362),r(96167),r(93518),r(9391),r(31689),r(14628),r(52407),r(24793),r(50452),r(39796),r(60825),r(87411),r(21211),r(40888),r(9065),r(86565),r(32812),r(84634),r(71137),r(30985),r(34268),r(34873),r(15472),r(84864),r(96069),r(57465),r(27495),r(69479),r(87745),r(90906),r(38781),r(31415),r(17642),r(58004),r(33853),r(45876),r(32475),r(15024),r(31698),r(67357),r(23860),r(99449),r(27337),r(21699),r(42043),r(47764),r(71761),r(28543),r(35701),r(68156),r(85906),r(42781),r(25440),r(79978),r(5746),r(90744),r(11392),r(50375),r(67438),r(42762),r(39202),r(43359),r(89907),r(11898),r(35490),r(5745),r(94298),r(60268),r(69546),r(20781),r(50778),r(89195),r(46276),r(48718),r(16308),r(34594),r(29833),r(46594),r(72107),r(95477),r(21489),r(99753),r(3690),r(61740),r(48140),r(81630),r(72170),r(75044),r(69539),r(31694),r(89955),r(21903),r(91134),r(33206),r(48345),r(44496),r(66651),r(12887),r(19369),r(44431),r(8995),r(52568),r(31575),r(36072),r(88747),r(28845),r(29423),r(57301),r(373),r(86614),r(41405),r(37467),r(44732),r(33684),r(79577),r(45213),r(91925),r(16632),r(34226),r(9486),r(20456),r(88267),r(73772),r(30958),r(2945),r(42207),r(23500),r(62953),r(55815),r(64979),r(79739),r(59848),r(122),r(13611),r(71678),r(76031),r(3296),r(2222),r(45781),r(27208),r(48408),r(14603),r(47566),r(98721),r(19167)},21777:(e,t,r)=>{"use strict";r.d(t,{HW:()=>v,L$:()=>h,do:()=>s,zo:()=>c});var n=r(61338),i=r(80474);let a;const o=[];function s(){return void 0===a&&(a=document.head.dataset.requesttoken??null),a}function c(e){o.push(e)}(0,n.B1)("csrf-token-update",(e=>{a=e.token,o.forEach((e=>{try{e(a)}catch(e){console.error("Error updating CSRF token observer",e)}}))}));const u=(0,i.getBuilder)("public").persist().build();class l{_displayName;uid;isAdmin;constructor(){u.getItem("guestUid")||u.setItem("guestUid",A()),this._displayName=u.getItem("guestNickname")||"",this.uid=u.getItem("guestUid")||A(),this.isAdmin=!1,(0,n.B1)("user:info:changed",(e=>{this._displayName=e.displayName,u.setItem("guestNickname",e.displayName||"")}))}get displayName(){return this._displayName}set displayName(e){this._displayName=e,u.setItem("guestNickname",e),(0,n.Ic)("user:info:changed",this)}}let p,f;function d(){return p||(p=new l),p}function h(e){if(!e||0===e.trim().length)throw new Error("Nickname cannot be empty");d().displayName=e}function A(){return globalThis.crypto?.randomUUID?globalThis.crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(e=>{const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}function m(e,t){return e?e.getAttribute(t):null}function v(){if(void 0!==f)return f;const e=document?.getElementsByTagName("head")[0];if(!e)return null;const t=m(e,"data-user");return null===t?(f=null,f):(f={uid:t,displayName:m(e,"data-user-displayname"),isAdmin:!!window._oc_isadmin},f)}},50619:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});class n{static GLOBAL_SCOPE_VOLATILE="nextcloud_vol";static GLOBAL_SCOPE_PERSISTENT="nextcloud_per";scope;wrapped;constructor(e,t,r){this.scope=`${r?n.GLOBAL_SCOPE_PERSISTENT:n.GLOBAL_SCOPE_VOLATILE}_${btoa(e)}_`,this.wrapped=t}scopeKey(e){return`${this.scope}${e}`}setItem(e,t){this.wrapped.setItem(this.scopeKey(e),t)}getItem(e){return this.wrapped.getItem(this.scopeKey(e))}removeItem(e){this.wrapped.removeItem(this.scopeKey(e))}clear(){Object.keys(this.wrapped).filter((e=>e.startsWith(this.scope))).map(this.wrapped.removeItem.bind(this.wrapped))}}},69228:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(50619);class i{appId;persisted=!1;clearedOnLogout=!1;constructor(e){this.appId=e}persist(e=!0){return this.persisted=e,this}clearOnLogout(e=!0){return this.clearedOnLogout=e,this}build(){return new n.A(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}},80474:(e,t,r)=>{"use strict";r.d(t,{getBuilder:()=>i});var n=r(69228);function i(e){return new n.A(e)}},61338:(e,t,r)=>{"use strict";r.d(t,{B1:()=>u,Ic:()=>p,al:()=>l});var n=r(38064),i=r(38711);class a{bus;constructor(e){"function"==typeof e.getVersion&&i(e.getVersion())?n(e.getVersion())!==n(this.getVersion())&&console.warn("Proxying an event bus of version "+e.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=e}getVersion(){return"3.3.3"}subscribe(e,t){this.bus.subscribe(e,t)}unsubscribe(e,t){this.bus.unsubscribe(e,t)}emit(e,...t){this.bus.emit(e,...t)}}class o{handlers=new Map;getVersion(){return"3.3.3"}subscribe(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))}unsubscribe(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((e=>e!==t)))}emit(e,...t){(this.handlers.get(e)||[]).forEach((e=>{try{e(t[0])}catch(e){console.error("could not invoke event listener",e)}}))}}let s=null;function c(){return null!==s?s:"undefined"==typeof window?new Proxy({},{get:()=>()=>console.error("Window not available, EventBus can not be established!")}):(window.OC?._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),s=void 0!==window?._nc_event_bus?new a(window._nc_event_bus):window._nc_event_bus=new o,s)}function u(e,t){c().subscribe(e,t)}function l(e,t){c().unsubscribe(e,t)}function p(e,...t){c().emit(e,...t)}},93839:(e,t,r)=>{"use strict";r.d(t,{a:()=>s,b:()=>a,d:()=>p,e:()=>f,g:()=>o,i:()=>c,t:()=>l});var n=r(99418),i=r(70580);function a(){return globalThis._nc_l10n_locale}function o(){return a().replaceAll(/_/g,"-")}function s(){return globalThis._nc_l10n_language}function c(e){const t=e||s();return["ae","ar","arc","arz","bcc","bqi","ckb","dv","fa","glk","ha","he","khw","ks","ku","mzn","nqo","pnb","ps","sd","ug","ur","ur-PK","uz-AF","yi"].includes(t)}function u(e){return{translations:globalThis._oc_l10n_registry_translations[e]??{},pluralFunction:globalThis._oc_l10n_registry_plural_functions[e]??(e=>e)}}function l(e,t,r,a,o){const s="object"==typeof r?r:void 0,c="number"==typeof a?a:"number"==typeof r?r:void 0,l={escape:!0,sanitize:!0,..."object"==typeof o?o:"object"==typeof a?a:{}},p=e=>e,f=(l.sanitize?n.A.sanitize:p)||p,d=l.escape?i:p,h=e=>"string"==typeof e||"number"==typeof e;let A=(o?.bundle??u(e)).translations[t]||t;return A=Array.isArray(A)?A[0]:A,f("object"==typeof s||void 0!==c?(m=s,v=c,A.replace(/%n/g,""+v).replace(/{([^{}]*)}/g,((e,t)=>{if(void 0===m||!(t in m))return d(e);const r=m[t];return h(r)?d(`${r}`):"object"==typeof r&&h(r.value)?(!1!==r.escape?i:p)(`${r.value}`):d(e)}))):A);var m,v}function p(e,t,r,n,i,a){const o="_"+t+"_::_"+r+"_",s=a?.bundle??u(e),c=s.translations[o];if(void 0!==c){const t=c;if(Array.isArray(t)){return l(e,t[s.pluralFunction(n)],i,n,a)}}return l(e,1===n?t:r,i,n,a)}function f(e,t=s()){switch("pt-BR"===t&&(t="xbr"),t.length>3&&(t=t.substring(0,t.lastIndexOf("-"))),t){case"az":case"bo":case"dz":case"id":case"ja":case"jv":case"ka":case"km":case"kn":case"ko":case"ms":case"th":case"tr":case"vi":case"zh":default:return 0;case"af":case"bn":case"bg":case"ca":case"da":case"de":case"el":case"en":case"eo":case"es":case"et":case"eu":case"fa":case"fi":case"fo":case"fur":case"fy":case"gl":case"gu":case"ha":case"he":case"hu":case"is":case"it":case"ku":case"lb":case"ml":case"mn":case"mr":case"nah":case"nb":case"ne":case"nl":case"nn":case"no":case"oc":case"om":case"or":case"pa":case"pap":case"ps":case"pt":case"so":case"sq":case"sv":case"sw":case"ta":case"te":case"tk":case"ur":case"zu":return 1===e?0:1;case"am":case"bh":case"fil":case"fr":case"gun":case"hi":case"hy":case"ln":case"mg":case"nso":case"xbr":case"ti":case"wa":return 0===e||1===e?0:1;case"be":case"bs":case"hr":case"ru":case"sh":case"sr":case"uk":return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2;case"cs":case"sk":return 1===e?0:e>=2&&e<=4?1:2;case"ga":return 1===e?0:2===e?1:2;case"lt":return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2;case"sl":return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3;case"mk":return e%10==1?0:1;case"mt":return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3;case"lv":return 0===e?0:e%10==1&&e%100!=11?1:2;case"pl":return 1===e?0:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?1:2;case"cy":return 1===e?0:2===e?1:8===e||11===e?2:3;case"ro":return 1===e?0:0===e||e%100>0&&e%100<20?1:2;case"ar":return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11&&e%100<=99?4:5}}globalThis._nc_l10n_locale??="undefined"!=typeof document&&document.documentElement.dataset.locale||Intl.DateTimeFormat().resolvedOptions().locale.replaceAll(/-/g,"_"),globalThis._nc_l10n_language??="undefined"!=typeof document&&document.documentElement.lang||(globalThis.navigator?.language??"en"),globalThis._oc_l10n_registry_translations??={},globalThis._oc_l10n_registry_plural_functions??={}},53334:(e,t,r)=>{"use strict";r.d(t,{$X:()=>o,JK:()=>n.b,JN:()=>i,Pe:()=>s,Tl:()=>n.t,V8:()=>n.i,Z0:()=>n.a,fL:()=>c,fw:()=>l,hY:()=>a,lG:()=>u,lO:()=>n.g,translatePlural:()=>n.d});var n=r(93839);function i(){if(void 0!==globalThis.firstDay)return globalThis.firstDay;const e=new Intl.Locale((0,n.g)()),t=e.getWeekInfo?.()??e.weekInfo;return t?t.firstDay%7:1}function a(){if(void 0!==globalThis.dayNames)return globalThis.dayNames;const e=(0,n.g)();return[new Date(1970,0,4).toLocaleDateString(e,{weekday:"long"}),new Date(1970,0,5).toLocaleDateString(e,{weekday:"long"}),new Date(1970,0,6).toLocaleDateString(e,{weekday:"long"}),new Date(1970,0,7).toLocaleDateString(e,{weekday:"long"}),new Date(1970,0,8).toLocaleDateString(e,{weekday:"long"}),new Date(1970,0,9).toLocaleDateString(e,{weekday:"long"}),new Date(1970,0,10).toLocaleDateString(e,{weekday:"long"})]}function o(){if(void 0!==globalThis.dayNamesShort)return globalThis.dayNamesShort;const e=(0,n.g)();return[new Date(1970,0,4).toLocaleDateString(e,{weekday:"short"}),new Date(1970,0,5).toLocaleDateString(e,{weekday:"short"}),new Date(1970,0,6).toLocaleDateString(e,{weekday:"short"}),new Date(1970,0,7).toLocaleDateString(e,{weekday:"short"}),new Date(1970,0,8).toLocaleDateString(e,{weekday:"short"}),new Date(1970,0,9).toLocaleDateString(e,{weekday:"short"}),new Date(1970,0,10).toLocaleDateString(e,{weekday:"short"})]}function s(){if(void 0!==globalThis.dayNamesMin)return globalThis.dayNamesMin;const e=(0,n.g)();return[new Date(1970,0,4).toLocaleDateString(e,{weekday:"narrow"}),new Date(1970,0,5).toLocaleDateString(e,{weekday:"narrow"}),new Date(1970,0,6).toLocaleDateString(e,{weekday:"narrow"}),new Date(1970,0,7).toLocaleDateString(e,{weekday:"narrow"}),new Date(1970,0,8).toLocaleDateString(e,{weekday:"narrow"}),new Date(1970,0,9).toLocaleDateString(e,{weekday:"narrow"}),new Date(1970,0,10).toLocaleDateString(e,{weekday:"narrow"})]}function c(){if(void 0!==globalThis.monthNames)return globalThis.monthNames;const e=(0,n.g)();return[new Date(1970,0).toLocaleDateString(e,{month:"long"}),new Date(1970,1).toLocaleDateString(e,{month:"long"}),new Date(1970,2).toLocaleDateString(e,{month:"long"}),new Date(1970,3).toLocaleDateString(e,{month:"long"}),new Date(1970,4).toLocaleDateString(e,{month:"long"}),new Date(1970,5).toLocaleDateString(e,{month:"long"}),new Date(1970,6).toLocaleDateString(e,{month:"long"}),new Date(1970,7).toLocaleDateString(e,{month:"long"}),new Date(1970,8).toLocaleDateString(e,{month:"long"}),new Date(1970,9).toLocaleDateString(e,{month:"long"}),new Date(1970,10).toLocaleDateString(e,{month:"long"}),new Date(1970,11).toLocaleDateString(e,{month:"long"})]}function u(){if(void 0!==globalThis.monthNamesShort)return globalThis.monthNamesShort;const e=(0,n.g)();return[new Date(1970,0).toLocaleDateString(e,{month:"short"}),new Date(1970,1).toLocaleDateString(e,{month:"short"}),new Date(1970,2).toLocaleDateString(e,{month:"short"}),new Date(1970,3).toLocaleDateString(e,{month:"short"}),new Date(1970,4).toLocaleDateString(e,{month:"short"}),new Date(1970,5).toLocaleDateString(e,{month:"short"}),new Date(1970,6).toLocaleDateString(e,{month:"short"}),new Date(1970,7).toLocaleDateString(e,{month:"short"}),new Date(1970,8).toLocaleDateString(e,{month:"short"}),new Date(1970,9).toLocaleDateString(e,{month:"short"}),new Date(1970,10).toLocaleDateString(e,{month:"short"}),new Date(1970,11).toLocaleDateString(e,{month:"short"})]}function l(e=Date.now(),t={}){const r={ignoreSeconds:!1,language:(0,n.a)(),relativeTime:"long",...t},i=new Date(e),a=new Intl.RelativeTimeFormat([r.language,(0,n.a)()],{numeric:"auto",style:r.relativeTime}),o=(i.getTime()-Date.now())/1e3;if(Math.abs(o)<59.5)return r.ignoreSeconds||a.format(Math.round(o),"second");const s=o/60;if(Math.abs(s)<=59)return a.format(Math.round(s),"minute");const c=s/60;if(Math.abs(c)<23.5)return a.format(Math.round(c),"hour");const u=c/24;if(Math.abs(u)<6.5)return a.format(Math.round(u),"day");if(Math.abs(u)<27.5){const e=u/7;return a.format(Math.round(e),"week")}const l=u/30,p=Math.abs(l)<11?{month:r.relativeTime,day:"numeric"}:{year:"narrow"===r.relativeTime?"2-digit":"numeric",month:r.relativeTime};return new Intl.DateTimeFormat([r.language,(0,n.a)()],p).format(i)}},35947:(e,t,r)=>{"use strict";r.d(t,{YK:()=>c});var n=r(21777),i=(e=>(e[e.Debug=0]="Debug",e[e.Info=1]="Info",e[e.Warn=2]="Warn",e[e.Error=3]="Error",e[e.Fatal=4]="Fatal",e))(i||{});class a{context;constructor(e){this.context=e||{}}formatMessage(e,t,r){let n="["+i[t].toUpperCase()+"] ";return r&&r.app&&(n+=r.app+": "),"string"==typeof e?n+e:(n+=`Unexpected ${e.name}`,e.message&&(n+=` "${e.message}"`),t===i.Debug&&e.stack&&(n+=`\n\nStack trace:\n${e.stack}`),n)}log(e,t,r){if(!("number"==typeof this.context?.level&&e{"complete"===document.readyState||"interactive"===document.readyState?(e.context.level=window._oc_config?.loglevel??i.Warn,window._oc_debug&&(e.context.level=i.Debug),document.removeEventListener("readystatechange",t)):document.addEventListener("readystatechange",t)};return t(),this}build(){return void 0===this.context.level&&this.detectLogLevel(),this.factory(this.context)}}function c(){return new s(o)}},63814:(e,t,r)=>{"use strict";function n(e,t){return u(e,"",t)}r.d(t,{$_:()=>l,Jv:()=>s,KT:()=>a,aU:()=>p,d0:()=>c,dC:()=>i,uM:()=>n});const i=(e,t)=>(t?.baseURL??l())+(e=>"/remote.php/"+e)(e),a=(e,t,r)=>{const n=1===Object.assign({ocsVersion:2},r||{}).ocsVersion?1:2;return(r?.baseURL??l())+"/ocs/v"+n+".php"+o(e,t,r)},o=(e,t,r)=>{const n=Object.assign({escape:!0},r||{});return"/"!==e.charAt(0)&&(e="/"+e),i=(i=t||{})||{},e.replace(/{([^{}]*)}/g,(function(e,t){const r=i[t];return n.escape?"string"==typeof r||"number"==typeof r?encodeURIComponent(r.toString()):encodeURIComponent(e):"string"==typeof r||"number"==typeof r?r.toString():e}));var i},s=(e,t,r)=>{const n=Object.assign({noRewrite:!1},r||{}),i=r?.baseURL??p();return!0!==window?.OC?.config?.modRewriteWorking||n.noRewrite?i+"/index.php"+o(e,t,r):i+o(e,t,r)},c=(e,t)=>t.includes(".")?u(e,"img",t):u(e,"img",`${t}.svg`),u=(e,t,r)=>{const n=window?.OC?.coreApps?.includes(e)??!1,i="php"===r.slice(-3);let a=p();return i&&!n?(a+=`/index.php/apps/${e}`,t&&(a+=`/${encodeURI(t)}`),"index.php"!==r&&(a+=`/${r}`)):i||n?("settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t||(a+="/index.php"),e&&(a+=`/${e}`),t&&(a+=`/${t}`),a+=`/${r}`):(a=function(e){return(window._oc_appswebroots??{})[e]??""}(e),t&&(a+=`/${t}/`),"/"!==a.at(-1)&&(a+="/"),a+=r),a},l=()=>window.location.protocol+"//"+window.location.host+p();function p(){let e=window._oc_webroot;if(void 0===e){e=location.pathname;const t=e.indexOf("/index.php/");if(-1!==t)e=e.slice(0,t);else{const t=e.indexOf("/",1);e=e.slice(0,t>0?t:void 0)}}return e}},23739:(e,t,r)=>{"use strict";r.d(t,{I:()=>i,N:()=>a});var n=r(3168);function i(e){window._nc_contacts_menu_hooks??={},window._nc_contacts_menu_hooks[e.id]?n.l.error(`ContactsMenu action for id ${e.id} has already been registered`,{action:e}):window._nc_contacts_menu_hooks[e.id]=e}function a(e){return window._nc_contacts_menu_hooks?Object.values(window._nc_contacts_menu_hooks).filter((t=>t.enabled(e))):[]}},3168:(e,t,r)=>{"use strict";r.d(t,{l:()=>n});const n=(0,r(35947).YK)().detectUser().setApp("@nextcloud/vue").build()},99418:(e,t,r)=>{"use strict";r.d(t,{A:()=>se});const{entries:n,setPrototypeOf:i,isFrozen:a,getPrototypeOf:o,getOwnPropertyDescriptor:s}=Object;let{freeze:c,seal:u,create:l}=Object,{apply:p,construct:f}="undefined"!=typeof Reflect&&Reflect;c||(c=function(e){return e}),u||(u=function(e){return e}),p||(p=function(e,t){for(var r=arguments.length,n=new Array(r>2?r-2:0),i=2;i1?t-1:0),n=1;n1?r-1:0),i=1;i2&&void 0!==arguments[2]?arguments[2]:g;i&&i(e,null);let n=t.length;for(;n--;){let i=t[n];if("string"==typeof i){const e=r(i);e!==i&&(a(t)||(t[n]=e),i=e)}e[i]=!0}return e}function D(e){for(let t=0;t/gm),Y=u(/\$\{[\w\W]*/gm),X=u(/^data-[\-\w.\u00B7-\uFFFF]+$/),q=u(/^aria-[\-\w]+$/),V=u(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),K=u(/^(?:\w+script|data):/i),J=u(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Q=u(/^html$/i),Z=u(/^[a-z][.\w]*(-[.\w]+)+$/i);var ee=Object.freeze({__proto__:null,ARIA_ATTR:q,ATTR_WHITESPACE:J,CUSTOM_ELEMENT:Z,DATA_ATTR:X,DOCTYPE_NAME:Q,ERB_EXPR:H,IS_ALLOWED_URI:V,IS_SCRIPT_OR_DATA:K,MUSTACHE_EXPR:W,TMPLIT_EXPR:Y});const te=1,re=3,ne=7,ie=8,ae=9,oe=function(){return"undefined"==typeof window?null:window};var se=function e(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:oe();const r=t=>e(t);if(r.version="3.3.1",r.removed=[],!t||!t.document||t.document.nodeType!==ae||!t.Element)return r.isSupported=!1,r;let{document:i}=t;const a=i,o=a.currentScript,{DocumentFragment:s,HTMLTemplateElement:u,Node:p,Element:f,NodeFilter:k,NamedNodeMap:I=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:D,DOMParser:W,trustedTypes:H}=t,Y=f.prototype,X=R(Y,"cloneNode"),q=R(Y,"remove"),K=R(Y,"nextSibling"),J=R(Y,"childNodes"),Z=R(Y,"parentNode");if("function"==typeof u){const e=i.createElement("template");e.content&&e.content.ownerDocument&&(i=e.content.ownerDocument)}let se,ce="";const{implementation:ue,createNodeIterator:le,createDocumentFragment:pe,getElementsByTagName:fe}=i,{importNode:de}=a;let he={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};r.isSupported="function"==typeof n&&"function"==typeof Z&&ue&&void 0!==ue.createHTMLDocument;const{MUSTACHE_EXPR:Ae,ERB_EXPR:me,TMPLIT_EXPR:ve,DATA_ATTR:ge,ARIA_ATTR:ye,IS_SCRIPT_OR_DATA:be,ATTR_WHITESPACE:_e,CUSTOM_ELEMENT:Ce}=ee;let{IS_ALLOWED_URI:we}=ee,xe=null;const Ee=T({},[...N,...L,...j,...P,...U]);let Se=null;const ke=T({},[...F,...G,...z,...$]);let Ie=Object.seal(l(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Te=null,De=null;const Oe=Object.seal(l(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Re=!0,Ne=!0,Le=!1,je=!0,Me=!1,Pe=!0,Be=!1,Ue=!1,Fe=!1,Ge=!1,ze=!1,$e=!1,We=!0,He=!1,Ye=!0,Xe=!1,qe={},Ve=null;const Ke=T({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Je=null;const Qe=T({},["audio","video","img","source","image","track"]);let Ze=null;const et=T({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),tt="http://www.w3.org/1998/Math/MathML",rt="http://www.w3.org/2000/svg",nt="http://www.w3.org/1999/xhtml";let it=nt,at=!1,ot=null;const st=T({},[tt,rt,nt],y);let ct=T({},["mi","mo","mn","ms","mtext"]),ut=T({},["annotation-xml"]);const lt=T({},["title","style","font","a","script"]);let pt=null;const ft=["application/xhtml+xml","text/html"];let dt=null,ht=null;const At=i.createElement("form"),mt=function(e){return e instanceof RegExp||e instanceof Function},vt=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!ht||ht!==e){if(e&&"object"==typeof e||(e={}),e=O(e),pt=-1===ft.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,dt="application/xhtml+xml"===pt?y:g,xe=x(e,"ALLOWED_TAGS")?T({},e.ALLOWED_TAGS,dt):Ee,Se=x(e,"ALLOWED_ATTR")?T({},e.ALLOWED_ATTR,dt):ke,ot=x(e,"ALLOWED_NAMESPACES")?T({},e.ALLOWED_NAMESPACES,y):st,Ze=x(e,"ADD_URI_SAFE_ATTR")?T(O(et),e.ADD_URI_SAFE_ATTR,dt):et,Je=x(e,"ADD_DATA_URI_TAGS")?T(O(Qe),e.ADD_DATA_URI_TAGS,dt):Qe,Ve=x(e,"FORBID_CONTENTS")?T({},e.FORBID_CONTENTS,dt):Ke,Te=x(e,"FORBID_TAGS")?T({},e.FORBID_TAGS,dt):O({}),De=x(e,"FORBID_ATTR")?T({},e.FORBID_ATTR,dt):O({}),qe=!!x(e,"USE_PROFILES")&&e.USE_PROFILES,Re=!1!==e.ALLOW_ARIA_ATTR,Ne=!1!==e.ALLOW_DATA_ATTR,Le=e.ALLOW_UNKNOWN_PROTOCOLS||!1,je=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Me=e.SAFE_FOR_TEMPLATES||!1,Pe=!1!==e.SAFE_FOR_XML,Be=e.WHOLE_DOCUMENT||!1,Ge=e.RETURN_DOM||!1,ze=e.RETURN_DOM_FRAGMENT||!1,$e=e.RETURN_TRUSTED_TYPE||!1,Fe=e.FORCE_BODY||!1,We=!1!==e.SANITIZE_DOM,He=e.SANITIZE_NAMED_PROPS||!1,Ye=!1!==e.KEEP_CONTENT,Xe=e.IN_PLACE||!1,we=e.ALLOWED_URI_REGEXP||V,it=e.NAMESPACE||nt,ct=e.MATHML_TEXT_INTEGRATION_POINTS||ct,ut=e.HTML_INTEGRATION_POINTS||ut,Ie=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&mt(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Ie.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&mt(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Ie.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Ie.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Me&&(Ne=!1),ze&&(Ge=!0),qe&&(xe=T({},U),Se=[],!0===qe.html&&(T(xe,N),T(Se,F)),!0===qe.svg&&(T(xe,L),T(Se,G),T(Se,$)),!0===qe.svgFilters&&(T(xe,j),T(Se,G),T(Se,$)),!0===qe.mathMl&&(T(xe,P),T(Se,z),T(Se,$))),e.ADD_TAGS&&("function"==typeof e.ADD_TAGS?Oe.tagCheck=e.ADD_TAGS:(xe===Ee&&(xe=O(xe)),T(xe,e.ADD_TAGS,dt))),e.ADD_ATTR&&("function"==typeof e.ADD_ATTR?Oe.attributeCheck=e.ADD_ATTR:(Se===ke&&(Se=O(Se)),T(Se,e.ADD_ATTR,dt))),e.ADD_URI_SAFE_ATTR&&T(Ze,e.ADD_URI_SAFE_ATTR,dt),e.FORBID_CONTENTS&&(Ve===Ke&&(Ve=O(Ve)),T(Ve,e.FORBID_CONTENTS,dt)),e.ADD_FORBID_CONTENTS&&(Ve===Ke&&(Ve=O(Ve)),T(Ve,e.ADD_FORBID_CONTENTS,dt)),Ye&&(xe["#text"]=!0),Be&&T(xe,["html","head","body"]),xe.table&&(T(xe,["tbody"]),delete Te.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw S('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw S('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');se=e.TRUSTED_TYPES_POLICY,ce=se.createHTML("")}else void 0===se&&(se=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let r=null;const n="data-tt-policy-suffix";t&&t.hasAttribute(n)&&(r=t.getAttribute(n));const i="dompurify"+(r?"#"+r:"");try{return e.createPolicy(i,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}}(H,o)),null!==se&&"string"==typeof ce&&(ce=se.createHTML(""));c&&c(e),ht=e}},gt=T({},[...L,...j,...M]),yt=T({},[...P,...B]),bt=function(e){m(r.removed,{element:e});try{Z(e).removeChild(e)}catch(t){q(e)}},_t=function(e,t){try{m(r.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){m(r.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e)if(Ge||ze)try{bt(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Ct=function(e){let t=null,r=null;if(Fe)e=""+e;else{const t=b(e,/^[\r\n\t ]+/);r=t&&t[0]}"application/xhtml+xml"===pt&&it===nt&&(e=''+e+"");const n=se?se.createHTML(e):e;if(it===nt)try{t=(new W).parseFromString(n,pt)}catch(e){}if(!t||!t.documentElement){t=ue.createDocument(it,"template",null);try{t.documentElement.innerHTML=at?ce:n}catch(e){}}const a=t.body||t.documentElement;return e&&r&&a.insertBefore(i.createTextNode(r),a.childNodes[0]||null),it===nt?fe.call(t,Be?"html":"body")[0]:Be?t.documentElement:a},wt=function(e){return le.call(e.ownerDocument||e,e,k.SHOW_ELEMENT|k.SHOW_COMMENT|k.SHOW_TEXT|k.SHOW_PROCESSING_INSTRUCTION|k.SHOW_CDATA_SECTION,null)},xt=function(e){return e instanceof D&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof I)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},Et=function(e){return"function"==typeof p&&e instanceof p};function St(e,t,n){d(e,(e=>{e.call(r,t,n,ht)}))}const kt=function(e){let t=null;if(St(he.beforeSanitizeElements,e,null),xt(e))return bt(e),!0;const n=dt(e.nodeName);if(St(he.uponSanitizeElement,e,{tagName:n,allowedTags:xe}),Pe&&e.hasChildNodes()&&!Et(e.firstElementChild)&&E(/<[/\w!]/g,e.innerHTML)&&E(/<[/\w!]/g,e.textContent))return bt(e),!0;if(e.nodeType===ne)return bt(e),!0;if(Pe&&e.nodeType===ie&&E(/<[/\w]/g,e.data))return bt(e),!0;if(!(Oe.tagCheck instanceof Function&&Oe.tagCheck(n))&&(!xe[n]||Te[n])){if(!Te[n]&&Tt(n)){if(Ie.tagNameCheck instanceof RegExp&&E(Ie.tagNameCheck,n))return!1;if(Ie.tagNameCheck instanceof Function&&Ie.tagNameCheck(n))return!1}if(Ye&&!Ve[n]){const t=Z(e)||e.parentNode,r=J(e)||e.childNodes;if(r&&t){for(let n=r.length-1;n>=0;--n){const i=X(r[n],!0);i.__removalCount=(e.__removalCount||0)+1,t.insertBefore(i,K(e))}}}return bt(e),!0}return e instanceof f&&!function(e){let t=Z(e);t&&t.tagName||(t={namespaceURI:it,tagName:"template"});const r=g(e.tagName),n=g(t.tagName);return!!ot[e.namespaceURI]&&(e.namespaceURI===rt?t.namespaceURI===nt?"svg"===r:t.namespaceURI===tt?"svg"===r&&("annotation-xml"===n||ct[n]):Boolean(gt[r]):e.namespaceURI===tt?t.namespaceURI===nt?"math"===r:t.namespaceURI===rt?"math"===r&&ut[n]:Boolean(yt[r]):e.namespaceURI===nt?!(t.namespaceURI===rt&&!ut[n])&&!(t.namespaceURI===tt&&!ct[n])&&!yt[r]&&(lt[r]||!gt[r]):!("application/xhtml+xml"!==pt||!ot[e.namespaceURI]))}(e)?(bt(e),!0):"noscript"!==n&&"noembed"!==n&&"noframes"!==n||!E(/<\/no(script|embed|frames)/i,e.innerHTML)?(Me&&e.nodeType===re&&(t=e.textContent,d([Ae,me,ve],(e=>{t=_(t,e," ")})),e.textContent!==t&&(m(r.removed,{element:e.cloneNode()}),e.textContent=t)),St(he.afterSanitizeElements,e,null),!1):(bt(e),!0)},It=function(e,t,r){if(We&&("id"===t||"name"===t)&&(r in i||r in At))return!1;if(Ne&&!De[t]&&E(ge,t));else if(Re&&E(ye,t));else if(Oe.attributeCheck instanceof Function&&Oe.attributeCheck(t,e));else if(!Se[t]||De[t]){if(!(Tt(e)&&(Ie.tagNameCheck instanceof RegExp&&E(Ie.tagNameCheck,e)||Ie.tagNameCheck instanceof Function&&Ie.tagNameCheck(e))&&(Ie.attributeNameCheck instanceof RegExp&&E(Ie.attributeNameCheck,t)||Ie.attributeNameCheck instanceof Function&&Ie.attributeNameCheck(t,e))||"is"===t&&Ie.allowCustomizedBuiltInElements&&(Ie.tagNameCheck instanceof RegExp&&E(Ie.tagNameCheck,r)||Ie.tagNameCheck instanceof Function&&Ie.tagNameCheck(r))))return!1}else if(Ze[t]);else if(E(we,_(r,_e,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==C(r,"data:")||!Je[e]){if(Le&&!E(be,_(r,_e,"")));else if(r)return!1}else;return!0},Tt=function(e){return"annotation-xml"!==e&&b(e,Ce)},Dt=function(e){St(he.beforeSanitizeAttributes,e,null);const{attributes:t}=e;if(!t||xt(e))return;const n={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Se,forceKeepAttr:void 0};let i=t.length;for(;i--;){const a=t[i],{name:o,namespaceURI:s,value:c}=a,u=dt(o),l=c;let p="value"===o?l:w(l);if(n.attrName=u,n.attrValue=p,n.keepAttr=!0,n.forceKeepAttr=void 0,St(he.uponSanitizeAttribute,e,n),p=n.attrValue,!He||"id"!==u&&"name"!==u||(_t(o,e),p="user-content-"+p),Pe&&E(/((--!?|])>)|<\/(style|title|textarea)/i,p)){_t(o,e);continue}if("attributename"===u&&b(p,"href")){_t(o,e);continue}if(n.forceKeepAttr)continue;if(!n.keepAttr){_t(o,e);continue}if(!je&&E(/\/>/i,p)){_t(o,e);continue}Me&&d([Ae,me,ve],(e=>{p=_(p,e," ")}));const f=dt(e.nodeName);if(It(f,u,p)){if(se&&"object"==typeof H&&"function"==typeof H.getAttributeType)if(s);else switch(H.getAttributeType(f,u)){case"TrustedHTML":p=se.createHTML(p);break;case"TrustedScriptURL":p=se.createScriptURL(p)}if(p!==l)try{s?e.setAttributeNS(s,o,p):e.setAttribute(o,p),xt(e)?bt(e):A(r.removed)}catch(t){_t(o,e)}}else _t(o,e)}St(he.afterSanitizeAttributes,e,null)},Ot=function e(t){let r=null;const n=wt(t);for(St(he.beforeSanitizeShadowDOM,t,null);r=n.nextNode();)St(he.uponSanitizeShadowNode,r,null),kt(r),Dt(r),r.content instanceof s&&e(r.content);St(he.afterSanitizeShadowDOM,t,null)};return r.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null,i=null,o=null,c=null;if(at=!e,at&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Et(e)){if("function"!=typeof e.toString)throw S("toString is not a function");if("string"!=typeof(e=e.toString()))throw S("dirty is not a string, aborting")}if(!r.isSupported)return e;if(Ue||vt(t),r.removed=[],"string"==typeof e&&(Xe=!1),Xe){if(e.nodeName){const t=dt(e.nodeName);if(!xe[t]||Te[t])throw S("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof p)n=Ct("\x3c!----\x3e"),i=n.ownerDocument.importNode(e,!0),i.nodeType===te&&"BODY"===i.nodeName||"HTML"===i.nodeName?n=i:n.appendChild(i);else{if(!Ge&&!Me&&!Be&&-1===e.indexOf("<"))return se&&$e?se.createHTML(e):e;if(n=Ct(e),!n)return Ge?null:$e?ce:""}n&&Fe&&bt(n.firstChild);const u=wt(Xe?e:n);for(;o=u.nextNode();)kt(o),Dt(o),o.content instanceof s&&Ot(o.content);if(Xe)return e;if(Ge){if(ze)for(c=pe.call(n.ownerDocument);n.firstChild;)c.appendChild(n.firstChild);else c=n;return(Se.shadowroot||Se.shadowrootmode)&&(c=de.call(a,c,!0)),c}let l=Be?n.outerHTML:n.innerHTML;return Be&&xe["!doctype"]&&n.ownerDocument&&n.ownerDocument.doctype&&n.ownerDocument.doctype.name&&E(Q,n.ownerDocument.doctype.name)&&(l="\n"+l),Me&&d([Ae,me,ve],(e=>{l=_(l,e," ")})),se&&$e?se.createHTML(l):l},r.setConfig=function(){vt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Ue=!0},r.clearConfig=function(){ht=null,Ue=!1},r.isValidAttribute=function(e,t,r){ht||vt({});const n=dt(e),i=dt(t);return It(n,i,r)},r.addHook=function(e,t){"function"==typeof t&&m(he[e],t)},r.removeHook=function(e,t){if(void 0!==t){const r=h(he[e],t);return-1===r?void 0:v(he[e],r,1)[0]}return A(he[e])},r.removeHooks=function(e){he[e]=[]},r.removeAllHooks=function(){he={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},r}()}},a={};function o(e){var t=a[e];if(void 0!==t)return t.exports;var r=a[e]={id:e,loaded:!1,exports:{}};return i[e].call(r.exports,r,r.exports,o),r.loaded=!0,r.exports}o.m=i,o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,o.t=function(r,n){if(1&n&&(r=this(r)),8&n)return r;if("object"==typeof r&&r){if(4&n&&r.__esModule)return r;if(16&n&&"function"==typeof r.then)return r}var i=Object.create(null);o.r(i);var a={};e=e||[null,t({}),t([]),t(t)];for(var s=2&n&&r;"object"==typeof s&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach((e=>a[e]=()=>r[e]));return a.default=()=>r,o.d(i,a),i},o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce(((t,r)=>(o.f[r](e,t),t)),[])),o.u=e=>"calendar-"+e+".js?v="+{"vendors-node_modules_vue_dist_vue_runtime_esm_js-_2b0e0":"31a69bdf75ce92ac4e92","vendors-node_modules_nextcloud_sharing_dist_public_js-node_modules_webdav_dist_web_index_js":"163a8b55b3a4390be085","vendors-node_modules_pinia_dist_pinia_mjs":"d854d1ec522a210b10e3","vendors-node_modules_toastify-js_src_toastify_js-node_modules_vue-material-design-icons_Check-0ec8fd":"af91b5c15a4acf9466dc","vendors-node_modules_fullcalendar_daygrid_internal_js-node_modules_fullcalendar_interaction_i-5ec3ae":"17d864ac4aebfafdee66","src_services_autocompleteService_ts-src_utils_closestColor_js-src_utils_moment_js-src_utils_u-9fc594":"47280b18f83f68e1f321","src_services_talkService_ts-src_utils_calendarObject_js-src_utils_color_js-src_utils_date_js--4a117d":"11f053c5ef52d53f2368","vendors-node_modules_nextcloud_dialogs_dist_chunks__plugin-vue_export-helper-1tPrXgE0_mjs-nod-88e649":"ac26ea621761a6ce6a1b","vendors-node_modules_mdi_js_mdi_js-node_modules_nextcloud_dialogs_dist_chunks_preview-BIbJGxX-8a4549":"1d4150e34e08ab5db727","vendors-node_modules_nextcloud_dialogs_dist_chunks_ConflictPicker-D-B-WV0C_mjs":"123f801def1f79f6e88b","vendors-node_modules_nextcloud_dialogs_node_modules_nextcloud_vue_dist_components_NcTextField-759f92":"924544c7b2026c6ad9cb","vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-W-IYpVkn_mjs":"c06010f202120268c93b","node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-uFWxS9Cy_mjs":"927af88cf26faec1f30d",node_modules_nextcloud_vue_dist_Components_NcColorPicker_mjs:"0c3abcbc925f7dc78e53",node_modules_nextcloud_vue_dist_Components_NcSelect_mjs:"9196fd6e1d6e09bda1b8","vendors-node_modules_rehype-highlight_index_js":"9a1aa4e77ec802149729","vendors-node_modules_moment_moment_js":"5d05d0dc8d73c0781b51",node_modules_moment_locale_af_js:"e02871ed0638f6de6611","node_modules_moment_locale_ar-dz_js":"bb9ea18f6e1a9271ca73","node_modules_moment_locale_ar-kw_js":"bd721472be9f5266c13b","node_modules_moment_locale_ar-ly_js":"dda784c519d3b19a5c5c","node_modules_moment_locale_ar-ma_js":"6ae66641e2338c7ee595","node_modules_moment_locale_ar-ps_js":"959af71edc1b0407a9a1","node_modules_moment_locale_ar-sa_js":"1bd70c50702cc1dd325f","node_modules_moment_locale_ar-tn_js":"19df3fcae47837c8c686",node_modules_moment_locale_ar_js:"ff4fc7d4b8728b6fce4a",node_modules_moment_locale_az_js:"ea2d0799ac29948dc087",node_modules_moment_locale_be_js:"54fded0a486972bb9967",node_modules_moment_locale_bg_js:"dc679c058a6b87ccca53",node_modules_moment_locale_bm_js:"336887c18f27b794ad12","node_modules_moment_locale_bn-bd_js":"a3aa737b3d048386e2ff",node_modules_moment_locale_bn_js:"48b3042183fdda0b6c67",node_modules_moment_locale_bo_js:"6104164f1ee649f0efd1",node_modules_moment_locale_br_js:"6c1d541a5abb7d87ae06",node_modules_moment_locale_bs_js:"23020dc478adbe631f3e",node_modules_moment_locale_ca_js:"f07894b27c14c1205a7c",node_modules_moment_locale_cs_js:"763b9efd9492ab68f238",node_modules_moment_locale_cv_js:"9d1ce8c96b74471b3146",node_modules_moment_locale_cy_js:"38a5aaba4a69577b3088",node_modules_moment_locale_da_js:"63b83c4e4448740899ad","node_modules_moment_locale_de-at_js":"9dccf0a82f3ea93c4ded","node_modules_moment_locale_de-ch_js":"cf5aed09eeabed3e451b",node_modules_moment_locale_de_js:"a7abdf6a0f41bbd593d4",node_modules_moment_locale_dv_js:"41923d88d520c6d92974",node_modules_moment_locale_el_js:"6d5e5e7c5d161802ac1b","node_modules_moment_locale_en-au_js":"833636e1caf95c95aed7","node_modules_moment_locale_en-ca_js":"d798b25a92aa39ea344b","node_modules_moment_locale_en-gb_js":"6f75850d468a3f63f0a7","node_modules_moment_locale_en-ie_js":"12dd151bb6d0cf71bee8","node_modules_moment_locale_en-il_js":"3f4c67739f2c34012572","node_modules_moment_locale_en-in_js":"2d73128b730258f2a853","node_modules_moment_locale_en-nz_js":"6ef82541e4d3e398ba4e","node_modules_moment_locale_en-sg_js":"500f2a96af5c5031634c",node_modules_moment_locale_eo_js:"e9f6c66b39ab79794724","node_modules_moment_locale_es-do_js":"94538bf7e465b22f71a1","node_modules_moment_locale_es-mx_js":"3de7bb349fdceae51191","node_modules_moment_locale_es-us_js":"604b53d9a203ec6a886c",node_modules_moment_locale_es_js:"094713770c51d3070070",node_modules_moment_locale_et_js:"50c1c4ffbf43492a3925",node_modules_moment_locale_eu_js:"795ebd14d5871836c94d",node_modules_moment_locale_fa_js:"f30244e50d1094f41d38",node_modules_moment_locale_fi_js:"5d99a3d885fb5513be1d",node_modules_moment_locale_fil_js:"284d85aec080c4dbd377",node_modules_moment_locale_fo_js:"3b746603a61a4e294e12","node_modules_moment_locale_fr-ca_js":"c572464516e223b2d0e2","node_modules_moment_locale_fr-ch_js":"c1018633ebc666ca38a8",node_modules_moment_locale_fr_js:"5eafe50f62302be1b260",node_modules_moment_locale_fy_js:"0bd4d8b6f735bc9c6262",node_modules_moment_locale_ga_js:"f3e682595b8b569b3441",node_modules_moment_locale_gd_js:"d3fe851c0e5832c48d9a",node_modules_moment_locale_gl_js:"b07bea21cfc1457e7dcb","node_modules_moment_locale_gom-deva_js":"158f9a52d30ece4db166","node_modules_moment_locale_gom-latn_js":"a473060e64c493f6c105",node_modules_moment_locale_gu_js:"0ef3f32d6137ddd8ad3d",node_modules_moment_locale_he_js:"46a0f7496cad59b05d49",node_modules_moment_locale_hi_js:"86dd009024f1819c127e",node_modules_moment_locale_hr_js:"3c5365fb2ef1db2de2ee",node_modules_moment_locale_hu_js:"bded52c49fe8bd3f0b63","node_modules_moment_locale_hy-am_js":"2fc21bf8118bbb27687b",node_modules_moment_locale_id_js:"40923584025f95cfa178",node_modules_moment_locale_is_js:"60d4974b51bd5f06c39e","node_modules_moment_locale_it-ch_js":"446827081687bdd8612e",node_modules_moment_locale_it_js:"9de8b02bd03ef182d9d5",node_modules_moment_locale_ja_js:"64a9c6e8e06f351484e0",node_modules_moment_locale_jv_js:"cac40d44cfdbe4dcdca7",node_modules_moment_locale_ka_js:"f9cf3fde9e0c352c2e46",node_modules_moment_locale_kk_js:"c03e231265e87878e5f5",node_modules_moment_locale_km_js:"8c67ba62d202e202d549",node_modules_moment_locale_kn_js:"7c38ec0bc2403fb5d27f",node_modules_moment_locale_ko_js:"af5f28d476938648d4df","node_modules_moment_locale_ku-kmr_js":"779eb096f0bc24194bed",node_modules_moment_locale_ku_js:"492e75a3988c578a3d17",node_modules_moment_locale_ky_js:"53e128f99d231a0eae18",node_modules_moment_locale_lb_js:"88e50b2acd6c624be848",node_modules_moment_locale_lo_js:"0138fcbb40402e273ea9",node_modules_moment_locale_lt_js:"ca78d2b6d25e3f6eb682",node_modules_moment_locale_lv_js:"91864757b8cd7cb8c0c7",node_modules_moment_locale_me_js:"4de70160e8f65cdfa33a",node_modules_moment_locale_mi_js:"59bd1a4f1f8760461adc",node_modules_moment_locale_mk_js:"b47706808829799a2c3b",node_modules_moment_locale_ml_js:"2a79dd05af00d73433c9",node_modules_moment_locale_mn_js:"a891c79ab6f5e6a8f18f",node_modules_moment_locale_mr_js:"21341b67899e8b4079f7","node_modules_moment_locale_ms-my_js":"614ae51f5bb45e29be2e",node_modules_moment_locale_ms_js:"43fa2d7ea6a4cb0f0acf",node_modules_moment_locale_mt_js:"7bddf2d6f3cfa8c0beef",node_modules_moment_locale_my_js:"94a8fc563caa420337ce",node_modules_moment_locale_nb_js:"ed75e1548e0b49671122",node_modules_moment_locale_ne_js:"0df67294a88a9d842cda","node_modules_moment_locale_nl-be_js":"a0bdbfa5a1852b995847",node_modules_moment_locale_nl_js:"dd146472f4dede6ad3bd",node_modules_moment_locale_nn_js:"c4bb8fb1f63f7dbaa42e","node_modules_moment_locale_oc-lnc_js":"8e6b4479c9f01c7f6e92","node_modules_moment_locale_pa-in_js":"7e66ae4008b99506f377",node_modules_moment_locale_pl_js:"c102fe42ace93a06145e","node_modules_moment_locale_pt-br_js":"0036638f8264c5f9cbdf",node_modules_moment_locale_pt_js:"cb60f33e52c7a10332f3",node_modules_moment_locale_ro_js:"36c827e4cdc2e8e0228b",node_modules_moment_locale_ru_js:"fe931d4a365fd14b903f",node_modules_moment_locale_sd_js:"a4c18dc3639ec1087c96",node_modules_moment_locale_se_js:"b073fea578549dee267c",node_modules_moment_locale_si_js:"e140395c839c40fdd9db",node_modules_moment_locale_sk_js:"869a88b2198c2403bdf2",node_modules_moment_locale_sl_js:"dccd1b20d0a167218f85",node_modules_moment_locale_sq_js:"f580d626a8ffa322a166","node_modules_moment_locale_sr-cyrl_js":"988e2d3ce9f66e9bbc71",node_modules_moment_locale_sr_js:"fcc0c6dae87f919e65c7",node_modules_moment_locale_ss_js:"7514f30c52c8919046f8",node_modules_moment_locale_sv_js:"469ba88d23c57b21298e",node_modules_moment_locale_sw_js:"1efbd0a5a335801f13be",node_modules_moment_locale_ta_js:"c40993ffcfc6aad3d7d4",node_modules_moment_locale_te_js:"ecc754ed75ed93507d2f",node_modules_moment_locale_tet_js:"63d28b047994768c0ad5",node_modules_moment_locale_tg_js:"721d1fa314ab7a247a30",node_modules_moment_locale_th_js:"73290a2ed2ec07bf028a",node_modules_moment_locale_tk_js:"180fbc48245f297ae982","node_modules_moment_locale_tl-ph_js":"2f2d8a039a077f682f03",node_modules_moment_locale_tlh_js:"a92e3741bb1a624ae714",node_modules_moment_locale_tr_js:"1bcf119d169ef6e7be24",node_modules_moment_locale_tzl_js:"e8537977248805eeed75","node_modules_moment_locale_tzm-latn_js":"4520c31121abb06b36c3",node_modules_moment_locale_tzm_js:"710556c26569ded5b4af","node_modules_moment_locale_ug-cn_js":"65950a00bad0ab10dcdb",node_modules_moment_locale_uk_js:"864c4c589c4a22e42e9a",node_modules_moment_locale_ur_js:"f1c265dc8a7c5acedaca","node_modules_moment_locale_uz-latn_js":"3ed37b32e3fc3ce3e0a8",node_modules_moment_locale_uz_js:"82ba60e7890353896f3a",node_modules_moment_locale_vi_js:"433ba55605a97dcf6f1c","node_modules_moment_locale_x-pseudo_js":"d2c79fa905cb3356841f",node_modules_moment_locale_yo_js:"1732b681404a9fdc368d","node_modules_moment_locale_zh-cn_js":"682cd3f59e660478a975","node_modules_moment_locale_zh-hk_js":"43094dd1e68038e05e1f","node_modules_moment_locale_zh-mo_js":"4f20d4d8dfdd3bf9bcc9","node_modules_moment_locale_zh-tw_js":"e4a6499e5e10c23c39b7","vendors-node_modules_nextcloud_dialogs_node_modules_nextcloud_vue_dist_components_NcColorPick-2135ac":"c8947a0fb9e8d956630a","vendors-node_modules_nextcloud_dialogs_node_modules_nextcloud_vue_dist_components_NcDateTimeP-55190c":"9dc898567466a2dc7042"}[e],o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r={},n="calendar:",o.l=(e,t,i,a)=>{if(r[e])r[e].push(t);else{var s,c;if(void 0!==i)for(var u=document.getElementsByTagName("script"),l=0;l{s.onerror=s.onload=null,clearTimeout(d);var i=r[e];if(delete r[e],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(n))),t)return t(n)},d=setTimeout(f.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.bind(null,s.onload),c&&document.head.appendChild(s)}},o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),o.p="/apps/calendar/js/",(()=>{o.b=document.baseURI||self.location.href;var e={"contacts-menu":0};o.f.j=(t,r)=>{var n=o.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var i=new Promise(((r,i)=>n=e[t]=[r,i]));r.push(n[2]=i);var a=o.p+o.u(t),s=new Error;o.l(a,(r=>{if(o.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var i=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;s.message="Loading chunk "+t+" failed.\n("+i+": "+a+")",s.name="ChunkLoadError",s.type=i,s.request=a,n[1](s)}}),"chunk-"+t,t)}};var t=(t,r)=>{var n,i,[a,s,c]=r,u=0;if(a.some((t=>0!==e[t]))){for(n in s)o.o(s,n)&&(o.m[n]=s[n]);if(c)c(o)}for(t&&t(r);u{"use strict";var e=o(21777),t=o(53334),r=o(63814),n=o(23739);o(84315),o(8299);o.nc=btoa((0,e.do)()),o.p=(0,r.uM)("calendar","js/");const i=atob("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJtZGktY2FsZW5kYXItYmxhbmsiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTE5LDE5SDVWOEgxOU0xNiwxVjNIOFYxSDZWM0g1QzMuODksMyAzLDMuODkgMyw1VjE5QTIsMiAwIDAsMCA1LDIxSDE5QTIsMiAwIDAsMCAyMSwxOVY1QzIxLDMuODkgMjAuMSwzIDE5LDNIMThWMSIgLz48L3N2Zz4=".split(",")[1]);(0,n.I)({id:"calendar-availability",displayName:()=>(0,t.Tl)("calendar","Show availability"),iconSvg:()=>i,enabled:e=>e.isUser,callback:async e=>{const{default:r}=await o.e("vendors-node_modules_vue_dist_vue_runtime_esm_js-_2b0e0").then(o.bind(o,85471)),{default:n}=await Promise.all([o.e("vendors-node_modules_nextcloud_sharing_dist_public_js-node_modules_webdav_dist_web_index_js"),o.e("vendors-node_modules_pinia_dist_pinia_mjs"),o.e("vendors-node_modules_vue_dist_vue_runtime_esm_js-_2b0e0"),o.e("vendors-node_modules_toastify-js_src_toastify_js-node_modules_vue-material-design-icons_Check-0ec8fd"),o.e("vendors-node_modules_fullcalendar_daygrid_internal_js-node_modules_fullcalendar_interaction_i-5ec3ae"),o.e("src_services_autocompleteService_ts-src_utils_closestColor_js-src_utils_moment_js-src_utils_u-9fc594"),o.e("src_services_talkService_ts-src_utils_calendarObject_js-src_utils_color_js-src_utils_date_js--4a117d")]).then(o.bind(o,3173)),{createPinia:i,PiniaVuePlugin:a}=await Promise.all([o.e("vendors-node_modules_pinia_dist_pinia_mjs"),o.e("vendors-node_modules_vue_dist_vue_runtime_esm_js-_2b0e0")]).then(o.bind(o,10810)),{translatePlural:s}=await Promise.resolve().then(o.bind(o,53334));r.use(a);const c=i();r.prototype.$t=t.Tl,r.prototype.$n=s,r.prototype.t=t.Tl,r.prototype.n=s;const u=document.createElement("div");document.body.appendChild(u);new(r.extend(n))({propsData:{userId:e.uid,userDisplayName:e.fullName,userEmail:e.emailAddresses[0]},pinia:c}).$mount(u)}})})()})(); //# sourceMappingURL=calendar-contacts-menu.js.map?v=7033c02e23661f90fefb