pangea-lib 2.12.88 → 2.12.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.cjs.js CHANGED
@@ -21,7 +21,7 @@
21
21
  `+l1.map(de).join(`
22
22
  `):" "+de(l1[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return Z};function a3(F){if(F.cancelToken&&F.cancelToken.throwIfRequested(),F.signal&&F.signal.aborted)throw new n2(null,F)}function xe(F){return a3(F),F.headers=v1.from(F.headers),F.data=P1.call(F,F.transformRequest),["post","put","patch"].indexOf(F.method)!==-1&&F.headers.setContentType("application/x-www-form-urlencoded",!1),t3(F.adapter||F1.adapter)(F).then(function(G){return a3(F),G.data=P1.call(F,F.transformResponse,G),G.headers=v1.from(G.headers),G},function(G){return B1(G)||(a3(F),G&&G.response&&(G.response.data=P1.call(F,F.transformResponse,G.response),G.response.headers=v1.from(G.response.headers))),Promise.reject(G)})}const r3=F=>F instanceof v1?{...F}:F;function Qe(F,G){G=G||{};const U={};function Z(O1,A1,$1){return O.isPlainObject(O1)&&O.isPlainObject(A1)?O.merge.call({caseless:$1},O1,A1):O.isPlainObject(A1)?O.merge({},A1):O.isArray(A1)?A1.slice():A1}function J(O1,A1,$1){return O.isUndefined(A1)?O.isUndefined(O1)?void 0:Z(void 0,O1,$1):Z(O1,A1,$1)}function l1(O1,A1){if(!O.isUndefined(A1))return Z(void 0,A1)}function s1(O1,A1){return O.isUndefined(A1)?O.isUndefined(O1)?void 0:Z(void 0,O1):Z(void 0,A1)}function M1(O1,A1,$1){return $1 in G?Z(O1,A1):$1 in F?Z(void 0,O1):void 0}const E1={url:l1,method:l1,data:l1,baseURL:s1,transformRequest:s1,transformResponse:s1,paramsSerializer:s1,timeout:s1,timeoutMessage:s1,withCredentials:s1,withXSRFToken:s1,adapter:s1,responseType:s1,xsrfCookieName:s1,xsrfHeaderName:s1,onUploadProgress:s1,onDownloadProgress:s1,decompress:s1,maxContentLength:s1,maxBodyLength:s1,beforeRedirect:s1,transport:s1,httpAgent:s1,httpsAgent:s1,cancelToken:s1,socketPath:s1,responseEncoding:s1,validateStatus:M1,headers:(O1,A1)=>J(r3(O1),r3(A1),!0)};return O.forEach(Object.keys(Object.assign({},F,G)),function(O1){const A1=E1[O1]||J,$1=A1(F[O1],G[O1],O1);O.isUndefined($1)&&A1!==M1||(U[O1]=$1)}),U}const Se={};["object","boolean","number","function","string","symbol"].forEach((F,G)=>{Se[F]=function(U){return typeof U===F||"a"+(G<1?"n ":" ")+F}});const n3={};Se.transitional=function(F,G,U){function Z(J,l1){return"[Axios v1.6.8] Transitional option '"+J+"'"+l1+(U?". "+U:"")}return(J,l1,s1)=>{if(F===!1)throw new j(Z(l1," has been removed"+(G?" in "+G:"")),j.ERR_DEPRECATED);return G&&!n3[l1]&&(n3[l1]=!0,console.warn(Z(l1," has been deprecated since v"+G+" and will be removed in the near future"))),!F||F(J,l1,s1)}};var T3={assertOptions:function(F,G,U){if(typeof F!="object")throw new j("options must be an object",j.ERR_BAD_OPTION_VALUE);const Z=Object.keys(F);let J=Z.length;for(;J-- >0;){const l1=Z[J],s1=G[l1];if(s1){const M1=F[l1],E1=M1===void 0||s1(M1,l1,F);if(E1!==!0)throw new j("option "+l1+" must be "+E1,j.ERR_BAD_OPTION_VALUE)}else if(U!==!0)throw new j("Unknown option "+l1,j.ERR_BAD_OPTION)}},validators:Se};const K=T3.validators;class c1{constructor(G){this.defaults=G,this.interceptors={request:new V1,response:new V1}}async request(G,U){try{return await this._request(G,U)}catch(Z){if(Z instanceof Error){let J;Error.captureStackTrace?Error.captureStackTrace(J={}):J=new Error;const l1=J.stack?J.stack.replace(/^.+\n/,""):"";Z.stack?l1&&!String(Z.stack).endsWith(l1.replace(/^.+\n.+\n/,""))&&(Z.stack+=`
23
23
  `+l1):Z.stack=l1}throw Z}}_request(G,U){typeof G=="string"?(U=U||{}).url=G:U=G||{},U=Qe(this.defaults,U);const{transitional:Z,paramsSerializer:J,headers:l1}=U;Z!==void 0&&T3.assertOptions(Z,{silentJSONParsing:K.transitional(K.boolean),forcedJSONParsing:K.transitional(K.boolean),clarifyTimeoutError:K.transitional(K.boolean)},!1),J!=null&&(O.isFunction(J)?U.paramsSerializer={serialize:J}:T3.assertOptions(J,{encode:K.function,serialize:K.function},!0)),U.method=(U.method||this.defaults.method||"get").toLowerCase();let s1=l1&&O.merge(l1.common,l1[U.method]);l1&&O.forEach(["delete","get","head","post","put","patch","common"],W1=>{delete l1[W1]}),U.headers=v1.concat(s1,l1);const M1=[];let E1=!0;this.interceptors.request.forEach(function(W1){typeof W1.runWhen=="function"&&W1.runWhen(U)===!1||(E1=E1&&W1.synchronous,M1.unshift(W1.fulfilled,W1.rejected))});const O1=[];let A1;this.interceptors.response.forEach(function(W1){O1.push(W1.fulfilled,W1.rejected)});let $1,q1=0;if(!E1){const W1=[xe.bind(this),void 0];for(W1.unshift.apply(W1,M1),W1.push.apply(W1,O1),$1=W1.length,A1=Promise.resolve(U);q1<$1;)A1=A1.then(W1[q1++],W1[q1++]);return A1}$1=M1.length;let c2=U;for(q1=0;q1<$1;){const W1=M1[q1++],u2=M1[q1++];try{c2=W1(c2)}catch(F2){u2.call(this,F2);break}}try{A1=xe.call(this,c2)}catch(W1){return Promise.reject(W1)}for(q1=0,$1=O1.length;q1<$1;)A1=A1.then(O1[q1++],O1[q1++]);return A1}getUri(G){return y1(re((G=Qe(this.defaults,G)).baseURL,G.url),G.params,G.paramsSerializer)}}O.forEach(["delete","get","head","options"],function(F){c1.prototype[F]=function(G,U){return this.request(Qe(U||{},{method:F,url:G,data:(U||{}).data}))}}),O.forEach(["post","put","patch"],function(F){function G(U){return function(Z,J,l1){return this.request(Qe(l1||{},{method:F,headers:U?{"Content-Type":"multipart/form-data"}:{},url:Z,data:J}))}}c1.prototype[F]=G(),c1.prototype[F+"Form"]=G(!0)});var e1=c1;class a1{constructor(G){if(typeof G!="function")throw new TypeError("executor must be a function.");let U;this.promise=new Promise(function(J){U=J});const Z=this;this.promise.then(J=>{if(!Z._listeners)return;let l1=Z._listeners.length;for(;l1-- >0;)Z._listeners[l1](J);Z._listeners=null}),this.promise.then=J=>{let l1;const s1=new Promise(M1=>{Z.subscribe(M1),l1=M1}).then(J);return s1.cancel=function(){Z.unsubscribe(l1)},s1},G(function(J,l1,s1){Z.reason||(Z.reason=new n2(J,l1,s1),U(Z.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(G){this.reason?G(this.reason):this._listeners?this._listeners.push(G):this._listeners=[G]}unsubscribe(G){if(!this._listeners)return;const U=this._listeners.indexOf(G);U!==-1&&this._listeners.splice(U,1)}static source(){let G;return{token:new a1(function(U){G=U}),cancel:G}}}var n1=a1;const i1={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(i1).forEach(([F,G])=>{i1[G]=F});var x1=i1;const k1=function F(G){const U=new e1(G),Z=o(e1.prototype.request,U);return O.extend(Z,e1.prototype,U,{allOwnKeys:!0}),O.extend(Z,U,null,{allOwnKeys:!0}),Z.create=function(J){return F(Qe(G,J))},Z}(F1);k1.Axios=e1,k1.CanceledError=n2,k1.CancelToken=n1,k1.isCancel=B1,k1.VERSION="1.6.8",k1.toFormData=_1,k1.AxiosError=j,k1.Cancel=k1.CanceledError,k1.all=function(F){return Promise.all(F)},k1.spread=function(F){return function(G){return F.apply(null,G)}},k1.isAxiosError=function(F){return O.isObject(F)&&F.isAxiosError===!0},k1.mergeConfig=Qe,k1.AxiosHeaders=v1,k1.formToJSON=F=>D1(O.isHTMLForm(F)?new FormData(F):F),k1.getAdapter=t3,k1.HttpStatusCode=x1,k1.default=k1,i.exports=k1},8574:(i,c,s)=>{const{DOM_PARSER:o,GLOBALS:l}=s(2499),{parseFromString:f}=s(354),{HTMLDocument:d}=s(3233),{SVGDocument:h}=s(5394),{XMLDocument:m}=s(8315);class p{parseFromString(g,y,x=null){let C,b=!1;return y==="text/html"?(b=!0,C=new d):C=y==="image/svg+xml"?new h:new m,C[o]=p,x&&(C[l]=x),b&&g==="..."&&(g="<!doctype html><html><head></head><body></body></html>"),g?f(C,b,g):C}}c.DOMParser=p},1979:(i,c,s)=>{const o=(l=s(1876)).__esModule?l.default:l;var l;const{setPrototypeOf:f}=s(9915),d=new WeakMap,h=g=>`data-${o(g)}`,m=g=>g.slice(5).replace(/-([a-z])/g,(y,x)=>x.toUpperCase()),p={get(g,y){if(y in g)return d.get(g).getAttribute(h(y))},set:(g,y,x)=>(g[y]=x,d.get(g).setAttribute(h(y),x),!0),deleteProperty:(g,y)=>(y in g&&d.get(g).removeAttribute(h(y)),delete g[y])};class v{constructor(y){for(const{name:x,value:C}of y.attributes)/^data-/.test(x)&&(this[m(x)]=C);return d.set(this,y),new Proxy(this,p)}}c.DOMStringMap=v,f(v.prototype,null)},1749:(i,c,s)=>{const{OWNER_ELEMENT:o}=s(2499),{setAttribute:l}=s(141),{Attr:f}=s(3087),{add:d}=Set.prototype,h=(v,g)=>{for(const y of g)y&&d.call(v,y)},m=({[o]:v,value:g})=>{const y=v.getAttributeNode("class");y?y.value=g:l(v,new f(v.ownerDocument,"class",g))};class p extends Set{constructor(g){super(),this[o]=g;const y=g.getAttributeNode("class");y&&h(this,y.value.split(/\s+/))}get length(){return this.size}get value(){return[...this].join(" ")}add(...g){h(this,g),m(this)}contains(g){return this.has(g)}remove(...g){for(const y of g)this.delete(y);m(this)}toggle(g,y){if(this.has(g)){if(y)return!0;this.delete(g),m(this)}else if(y||arguments.length===1)return super.add(g),m(this),!0;return!1}replace(g,y){return!!this.has(g)&&(this.delete(g),super.add(y),m(this),!0)}supports(){return!0}}c.DOMTokenList=p},8284:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{stringAttribute:l}=s(141),{HTMLElement:f}=s(3086);class d extends f{constructor(m,p="a"){super(m,p)}get href(){return encodeURI(decodeURI(l.get(this,"href")))}set href(m){l.set(this,"href",decodeURI(m))}get download(){return encodeURI(decodeURI(l.get(this,"download")))}set download(m){l.set(this,"download",decodeURI(m))}get target(){return l.get(this,"target")}set target(m){l.set(this,"target",m)}get type(){return l.get(this,"type")}set type(m){l.set(this,"type",m)}get rel(){return l.get(this,"rel")}set rel(m){l.set(this,"rel",m)}}o("a",d),c.HTMLAnchorElement=d},5520:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLAreaElement=class extends o{constructor(l,f="area"){super(l,f)}}},5025:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLAudioElement=class extends o{constructor(l,f="audio"){super(l,f)}}},1872:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLBaseElement=class extends o{constructor(l,f="base"){super(l,f)}}},4533:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLBodyElement=class extends o{constructor(l,f="body"){super(l,f)}}},8829:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLBRElement=class extends o{constructor(l,f="br"){super(l,f)}}},3837:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{booleanAttribute:l}=s(141),{HTMLElement:f}=s(3086),d="button";class h extends f{constructor(p,v=d){super(p,v)}get disabled(){return l.get(this,"disabled")}set disabled(p){l.set(this,"disabled",p)}get name(){return this.getAttribute("name")}set name(p){this.setAttribute("name",p)}get type(){return this.getAttribute("type")}set type(p){this.setAttribute("type",p)}}o(d,h),c.HTMLButtonElement=h},9585:(i,c,s)=>{const{IMAGE:o}=s(2499),{registerHTMLClass:l}=s(882),{numericAttribute:f}=s(141),d=s(5873),{HTMLElement:h}=s(3086),{createCanvas:m}=d,p="canvas";class v extends h{constructor(y,x=p){super(y,x),this[o]=m(300,150)}get width(){return this[o].width}set width(y){f.set(this,"width",y),this[o].width=y}get height(){return this[o].height}set height(y){f.set(this,"height",y),this[o].height=y}getContext(y){return this[o].getContext(y)}toDataURL(...y){return this[o].toDataURL(...y)}}l(p,v),c.HTMLCanvasElement=v},5338:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLDListElement=class extends o{constructor(l,f="dl"){super(l,f)}}},8581:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLDataElement=class extends o{constructor(l,f="data"){super(l,f)}}},2136:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLDataListElement=class extends o{constructor(l,f="datalist"){super(l,f)}}},2357:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLDetailsElement=class extends o{constructor(l,f="details"){super(l,f)}}},1356:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLDirectoryElement=class extends o{constructor(l,f="dir"){super(l,f)}}},5944:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLDivElement=class extends o{constructor(l,f="div"){super(l,f)}}},3233:(i,c,s)=>{const{ELEMENT_NODE:o}=s(3207),{CUSTOM_ELEMENTS:l,END:f,NEXT:d}=s(2499),{htmlClasses:h}=s(882),{Document:m}=s(1981),{NodeList:p}=s(1453),{customElements:v}=s(2636),{HTMLElement:g}=s(3086);c.HTMLDocument=class extends m{constructor(){super("text/html")}get all(){const y=new p;let{[d]:x,[f]:C}=this;for(;x!==C;)x.nodeType===o&&y.push(x),x=x[d];return y}get head(){const{documentElement:y}=this;let{firstElementChild:x}=y;return x&&x.tagName==="HEAD"||(x=this.createElement("head"),y.prepend(x)),x}get body(){const{head:y}=this;let{nextElementSibling:x}=y;return x&&x.tagName==="BODY"||(x=this.createElement("body"),y.after(x)),x}get title(){var x;const{head:y}=this;return((x=y.getElementsByTagName("title").at(0))==null?void 0:x.textContent)||""}set title(y){const{head:x}=this;let C=x.getElementsByTagName("title").at(0);C?C.textContent=y:x.insertBefore(this.createElement("title"),x.firstChild).textContent=y}createElement(y,x){const C=!(!x||!x.is),b=((M,w,z,_)=>{if(!w&&h.has(z))return new(h.get(z))(M,z);const{[l]:{active:S,registry:k}}=M;if(S){const H=w?_.is:z;if(k.has(H)){const{Class:L}=k.get(H),A=new L(M,z);return v.set(A,{connected:!1}),A}}return new g(M,z)})(this,C,y,x);return C&&b.setAttribute("is",x.is),b}}},3086:(i,c,s)=>{const{END:o,UPGRADE:l}=s(2499),{booleanAttribute:f,stringAttribute:d}=s(141),{Event:h}=s(2214),{Element:m}=s(434),{Classes:p,customElements:v}=s(2636),g=new WeakMap,y={get:(x,C)=>g.has(x)&&g.get(x)[C]||null,set(x,C,b){g.has(x)||g.set(x,{});const M=g.get(x),w=C.slice(2);M[C]&&x.removeEventListener(w,M[C],!1),(M[C]=b)&&x.addEventListener(w,b,!1)}};c.HTMLElement=class extends m{static get observedAttributes(){return[]}constructor(x=null,C=""){super(x,C);const b=!x;let M;if(b){const{constructor:w}=this;if(!p.has(w))throw new Error("unable to initialize this Custom Element");({ownerDocument:x,localName:C,options:M}=p.get(w))}if(x[l]){const{element:w,values:z}=x[l];x[l]=null;for(const[_,S]of z)w[_]=S;return w}b&&(this.ownerDocument=this[o].ownerDocument=x,this.localName=C,v.set(this,{connected:!1}),M.is&&this.setAttribute("is",M.is))}blur(){this.dispatchEvent(new h("blur"))}click(){const x=new h("click",{bubbles:!0,cancelable:!0});x.button=0,this.dispatchEvent(x)}get accessKeyLabel(){const{accessKey:x}=this;return x&&`Alt+Shift+${x}`}get isContentEditable(){return this.hasAttribute("contenteditable")}get contentEditable(){return f.get(this,"contenteditable")}set contentEditable(x){f.set(this,"contenteditable",x)}get draggable(){return f.get(this,"draggable")}set draggable(x){f.set(this,"draggable",x)}get hidden(){return f.get(this,"hidden")}set hidden(x){f.set(this,"hidden",x)}get spellcheck(){return f.get(this,"spellcheck")}set spellcheck(x){f.set(this,"spellcheck",x)}get accessKey(){return d.get(this,"accesskey")}set accessKey(x){d.set(this,"accesskey",x)}get dir(){return d.get(this,"dir")}set dir(x){d.set(this,"dir",x)}get lang(){return d.get(this,"lang")}set lang(x){d.set(this,"lang",x)}get title(){return d.get(this,"title")}set title(x){d.set(this,"title",x)}get onabort(){return y.get(this,"onabort")}set onabort(x){y.set(this,"onabort",x)}get onblur(){return y.get(this,"onblur")}set onblur(x){y.set(this,"onblur",x)}get oncancel(){return y.get(this,"oncancel")}set oncancel(x){y.set(this,"oncancel",x)}get oncanplay(){return y.get(this,"oncanplay")}set oncanplay(x){y.set(this,"oncanplay",x)}get oncanplaythrough(){return y.get(this,"oncanplaythrough")}set oncanplaythrough(x){y.set(this,"oncanplaythrough",x)}get onchange(){return y.get(this,"onchange")}set onchange(x){y.set(this,"onchange",x)}get onclick(){return y.get(this,"onclick")}set onclick(x){y.set(this,"onclick",x)}get onclose(){return y.get(this,"onclose")}set onclose(x){y.set(this,"onclose",x)}get oncontextmenu(){return y.get(this,"oncontextmenu")}set oncontextmenu(x){y.set(this,"oncontextmenu",x)}get oncuechange(){return y.get(this,"oncuechange")}set oncuechange(x){y.set(this,"oncuechange",x)}get ondblclick(){return y.get(this,"ondblclick")}set ondblclick(x){y.set(this,"ondblclick",x)}get ondrag(){return y.get(this,"ondrag")}set ondrag(x){y.set(this,"ondrag",x)}get ondragend(){return y.get(this,"ondragend")}set ondragend(x){y.set(this,"ondragend",x)}get ondragenter(){return y.get(this,"ondragenter")}set ondragenter(x){y.set(this,"ondragenter",x)}get ondragleave(){return y.get(this,"ondragleave")}set ondragleave(x){y.set(this,"ondragleave",x)}get ondragover(){return y.get(this,"ondragover")}set ondragover(x){y.set(this,"ondragover",x)}get ondragstart(){return y.get(this,"ondragstart")}set ondragstart(x){y.set(this,"ondragstart",x)}get ondrop(){return y.get(this,"ondrop")}set ondrop(x){y.set(this,"ondrop",x)}get ondurationchange(){return y.get(this,"ondurationchange")}set ondurationchange(x){y.set(this,"ondurationchange",x)}get onemptied(){return y.get(this,"onemptied")}set onemptied(x){y.set(this,"onemptied",x)}get onended(){return y.get(this,"onended")}set onended(x){y.set(this,"onended",x)}get onerror(){return y.get(this,"onerror")}set onerror(x){y.set(this,"onerror",x)}get onfocus(){return y.get(this,"onfocus")}set onfocus(x){y.set(this,"onfocus",x)}get oninput(){return y.get(this,"oninput")}set oninput(x){y.set(this,"oninput",x)}get oninvalid(){return y.get(this,"oninvalid")}set oninvalid(x){y.set(this,"oninvalid",x)}get onkeydown(){return y.get(this,"onkeydown")}set onkeydown(x){y.set(this,"onkeydown",x)}get onkeypress(){return y.get(this,"onkeypress")}set onkeypress(x){y.set(this,"onkeypress",x)}get onkeyup(){return y.get(this,"onkeyup")}set onkeyup(x){y.set(this,"onkeyup",x)}get onload(){return y.get(this,"onload")}set onload(x){y.set(this,"onload",x)}get onloadeddata(){return y.get(this,"onloadeddata")}set onloadeddata(x){y.set(this,"onloadeddata",x)}get onloadedmetadata(){return y.get(this,"onloadedmetadata")}set onloadedmetadata(x){y.set(this,"onloadedmetadata",x)}get onloadstart(){return y.get(this,"onloadstart")}set onloadstart(x){y.set(this,"onloadstart",x)}get onmousedown(){return y.get(this,"onmousedown")}set onmousedown(x){y.set(this,"onmousedown",x)}get onmouseenter(){return y.get(this,"onmouseenter")}set onmouseenter(x){y.set(this,"onmouseenter",x)}get onmouseleave(){return y.get(this,"onmouseleave")}set onmouseleave(x){y.set(this,"onmouseleave",x)}get onmousemove(){return y.get(this,"onmousemove")}set onmousemove(x){y.set(this,"onmousemove",x)}get onmouseout(){return y.get(this,"onmouseout")}set onmouseout(x){y.set(this,"onmouseout",x)}get onmouseover(){return y.get(this,"onmouseover")}set onmouseover(x){y.set(this,"onmouseover",x)}get onmouseup(){return y.get(this,"onmouseup")}set onmouseup(x){y.set(this,"onmouseup",x)}get onmousewheel(){return y.get(this,"onmousewheel")}set onmousewheel(x){y.set(this,"onmousewheel",x)}get onpause(){return y.get(this,"onpause")}set onpause(x){y.set(this,"onpause",x)}get onplay(){return y.get(this,"onplay")}set onplay(x){y.set(this,"onplay",x)}get onplaying(){return y.get(this,"onplaying")}set onplaying(x){y.set(this,"onplaying",x)}get onprogress(){return y.get(this,"onprogress")}set onprogress(x){y.set(this,"onprogress",x)}get onratechange(){return y.get(this,"onratechange")}set onratechange(x){y.set(this,"onratechange",x)}get onreset(){return y.get(this,"onreset")}set onreset(x){y.set(this,"onreset",x)}get onresize(){return y.get(this,"onresize")}set onresize(x){y.set(this,"onresize",x)}get onscroll(){return y.get(this,"onscroll")}set onscroll(x){y.set(this,"onscroll",x)}get onseeked(){return y.get(this,"onseeked")}set onseeked(x){y.set(this,"onseeked",x)}get onseeking(){return y.get(this,"onseeking")}set onseeking(x){y.set(this,"onseeking",x)}get onselect(){return y.get(this,"onselect")}set onselect(x){y.set(this,"onselect",x)}get onshow(){return y.get(this,"onshow")}set onshow(x){y.set(this,"onshow",x)}get onstalled(){return y.get(this,"onstalled")}set onstalled(x){y.set(this,"onstalled",x)}get onsubmit(){return y.get(this,"onsubmit")}set onsubmit(x){y.set(this,"onsubmit",x)}get onsuspend(){return y.get(this,"onsuspend")}set onsuspend(x){y.set(this,"onsuspend",x)}get ontimeupdate(){return y.get(this,"ontimeupdate")}set ontimeupdate(x){y.set(this,"ontimeupdate",x)}get ontoggle(){return y.get(this,"ontoggle")}set ontoggle(x){y.set(this,"ontoggle",x)}get onvolumechange(){return y.get(this,"onvolumechange")}set onvolumechange(x){y.set(this,"onvolumechange",x)}get onwaiting(){return y.get(this,"onwaiting")}set onwaiting(x){y.set(this,"onwaiting",x)}get onauxclick(){return y.get(this,"onauxclick")}set onauxclick(x){y.set(this,"onauxclick",x)}get ongotpointercapture(){return y.get(this,"ongotpointercapture")}set ongotpointercapture(x){y.set(this,"ongotpointercapture",x)}get onlostpointercapture(){return y.get(this,"onlostpointercapture")}set onlostpointercapture(x){y.set(this,"onlostpointercapture",x)}get onpointercancel(){return y.get(this,"onpointercancel")}set onpointercancel(x){y.set(this,"onpointercancel",x)}get onpointerdown(){return y.get(this,"onpointerdown")}set onpointerdown(x){y.set(this,"onpointerdown",x)}get onpointerenter(){return y.get(this,"onpointerenter")}set onpointerenter(x){y.set(this,"onpointerenter",x)}get onpointerleave(){return y.get(this,"onpointerleave")}set onpointerleave(x){y.set(this,"onpointerleave",x)}get onpointermove(){return y.get(this,"onpointermove")}set onpointermove(x){y.set(this,"onpointermove",x)}get onpointerout(){return y.get(this,"onpointerout")}set onpointerout(x){y.set(this,"onpointerout",x)}get onpointerover(){return y.get(this,"onpointerover")}set onpointerover(x){y.set(this,"onpointerover",x)}get onpointerup(){return y.get(this,"onpointerup")}set onpointerup(x){y.set(this,"onpointerup",x)}}},8366:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLEmbedElement=class extends o{constructor(l,f="embed"){super(l,f)}}},2410:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLFieldSetElement=class extends o{constructor(l,f="fieldset"){super(l,f)}}},6284:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLFontElement=class extends o{constructor(l,f="font"){super(l,f)}}},2947:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLFormElement=class extends o{constructor(l,f="form"){super(l,f)}}},9154:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLFrameElement=class extends o{constructor(l,f="frame"){super(l,f)}}},1407:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLFrameSetElement=class extends o{constructor(l,f="frameset"){super(l,f)}}},9107:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLHeadElement=class extends o{constructor(l,f="head"){super(l,f)}}},7857:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{HTMLElement:l}=s(3086);class f extends l{constructor(h,m="h1"){super(h,m)}}o(["h1","h2","h3","h4","h5","h6"],f),c.HTMLHeadingElement=f},3:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLHRElement=class extends o{constructor(l,f="hr"){super(l,f)}}},1248:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLHtmlElement=class extends o{constructor(l,f="html"){super(l,f)}}},5204:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{booleanAttribute:l,stringAttribute:f}=s(141),{HTMLElement:d}=s(3086),h="iframe";class m extends d{constructor(v,g=h){super(v,g)}get src(){return f.get(this,"src")}set src(v){f.set(this,"src",v)}get srcdoc(){return f.get(this,"srcdoc")}set srcdoc(v){f.set(this,"srcdoc",v)}get name(){return f.get(this,"name")}set name(v){f.set(this,"name",v)}get allow(){return f.get(this,"allow")}set allow(v){f.set(this,"allow",v)}get allowFullscreen(){return l.get(this,"allowfullscreen")}set allowFullscreen(v){l.set(this,"allowfullscreen",v)}get referrerPolicy(){return f.get(this,"referrerpolicy")}set referrerPolicy(v){f.set(this,"referrerpolicy",v)}get loading(){return f.get(this,"loading")}set loading(v){f.set(this,"loading",v)}}o(h,m),c.HTMLIFrameElement=m},7154:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{numericAttribute:l,stringAttribute:f}=s(141),{HTMLElement:d}=s(3086);class h extends d{constructor(p,v="img"){super(p,v)}get alt(){return f.get(this,"alt")}set alt(p){f.set(this,"alt",p)}get sizes(){return f.get(this,"sizes")}set sizes(p){f.set(this,"sizes",p)}get src(){return f.get(this,"src")}set src(p){f.set(this,"src",p)}get srcset(){return f.get(this,"srcset")}set srcset(p){f.set(this,"srcset",p)}get title(){return f.get(this,"title")}set title(p){f.set(this,"title",p)}get width(){return l.get(this,"width")}set width(p){l.set(this,"width",p)}get height(){return l.get(this,"height")}set height(p){l.set(this,"height",p)}}o("img",h),c.HTMLImageElement=h},3723:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{booleanAttribute:l,stringAttribute:f}=s(141),{HTMLElement:d}=s(3086),h="input";class m extends d{constructor(v,g=h){super(v,g)}get autofocus(){return l.get(this,"autofocus")||-1}set autofocus(v){l.set(this,"autofocus",v)}get disabled(){return l.get(this,"disabled")}set disabled(v){l.set(this,"disabled",v)}get name(){return this.getAttribute("name")}set name(v){this.setAttribute("name",v)}get placeholder(){return this.getAttribute("placeholder")}set placeholder(v){this.setAttribute("placeholder",v)}get type(){return this.getAttribute("type")}set type(v){this.setAttribute("type",v)}get value(){return f.get(this,"value")}set value(v){f.set(this,"value",v)}}o(h,m),c.HTMLInputElement=m},3701:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLLabelElement=class extends o{constructor(l,f="label"){super(l,f)}}},3092:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLLegendElement=class extends o{constructor(l,f="legend"){super(l,f)}}},7926:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLLIElement=class extends o{constructor(l,f="li"){super(l,f)}}},2409:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{booleanAttribute:l,stringAttribute:f}=s(141),{HTMLElement:d}=s(3086),h="link";class m extends d{constructor(v,g=h){super(v,g)}get disabled(){return l.get(this,"disabled")}set disabled(v){l.set(this,"disabled",v)}get href(){return f.get(this,"href")}set href(v){f.set(this,"href",v)}get hreflang(){return f.get(this,"hreflang")}set hreflang(v){f.set(this,"hreflang",v)}get media(){return f.get(this,"media")}set media(v){f.set(this,"media",v)}get rel(){return f.get(this,"rel")}set rel(v){f.set(this,"rel",v)}get type(){return f.get(this,"type")}set type(v){f.set(this,"type",v)}}o(h,m),c.HTMLLinkElement=m},9405:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLMapElement=class extends o{constructor(l,f="map"){super(l,f)}}},3003:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLMarqueeElement=class extends o{constructor(l,f="marquee"){super(l,f)}}},1559:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLMediaElement=class extends o{constructor(l,f="media"){super(l,f)}}},6950:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLMenuElement=class extends o{constructor(l,f="menu"){super(l,f)}}},8336:(i,c,s)=>{const{HTMLElement:o}=s(3086),{registerHTMLClass:l}=s(882),{stringAttribute:f}=s(141),d="meta";class h extends o{constructor(p,v=d){super(p,v)}get name(){return f.get(this,"name")}set name(p){f.set(this,"name",p)}get httpEquiv(){return f.get(this,"http-equiv")}set httpEquiv(p){f.set(this,"http-equiv",p)}get content(){return f.get(this,"content")}set content(p){f.set(this,"content",p)}get charset(){return f.get(this,"charset")}set charset(p){f.set(this,"charset",p)}get media(){return f.get(this,"media")}set media(p){f.set(this,"media",p)}}c.HTMLMetaElement=h,l(d,h)},58:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLMeterElement=class extends o{constructor(l,f="meter"){super(l,f)}}},3707:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLModElement=class extends o{constructor(l,f="mod"){super(l,f)}}},6589:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLOListElement=class extends o{constructor(l,f="ol"){super(l,f)}}},8666:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLObjectElement=class extends o{constructor(l,f="object"){super(l,f)}}},3224:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLOptGroupElement=class extends o{constructor(l,f="optgroup"){super(l,f)}}},6632:(i,c,s)=>{const{HTMLElement:o}=s(3086),{booleanAttribute:l,stringAttribute:f}=s(141),{registerHTMLClass:d}=s(882),h="option";class m extends o{constructor(v,g=h){super(v,g)}get value(){return f.get(this,"value")}set value(v){f.set(this,"value",v)}get selected(){return l.get(this,"selected")}set selected(v){var y;const g=(y=this.parentElement)==null?void 0:y.querySelector("option[selected]");g&&g!==this&&(g.selected=!1),l.set(this,"selected",v)}}d(h,m),c.HTMLOptionElement=m},8960:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLOutputElement=class extends o{constructor(l,f="output"){super(l,f)}}},6177:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLParagraphElement=class extends o{constructor(l,f="p"){super(l,f)}}},4954:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLParamElement=class extends o{constructor(l,f="param"){super(l,f)}}},8869:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLPictureElement=class extends o{constructor(l,f="picture"){super(l,f)}}},2574:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLPreElement=class extends o{constructor(l,f="pre"){super(l,f)}}},1654:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLProgressElement=class extends o{constructor(l,f="progress"){super(l,f)}}},8879:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLQuoteElement=class extends o{constructor(l,f="quote"){super(l,f)}}},3726:(i,c,s)=>{const{booleanAttribute:o,stringAttribute:l}=s(141),{registerHTMLClass:f}=s(882),{TextElement:d}=s(4798),h="script";class m extends d{constructor(v,g=h){super(v,g)}get type(){return l.get(this,"type")}set type(v){l.set(this,"type",v)}get src(){return l.get(this,"src")}set src(v){l.set(this,"src",v)}get defer(){return o.get(this,"defer")}set defer(v){o.set(this,"defer",v)}get crossOrigin(){return l.get(this,"crossorigin")}set crossOrigin(v){l.set(this,"crossorigin",v)}get nomodule(){return o.get(this,"nomodule")}set nomodule(v){o.set(this,"nomodule",v)}get referrerPolicy(){return l.get(this,"referrerpolicy")}set referrerPolicy(v){l.set(this,"referrerpolicy",v)}get nonce(){return l.get(this,"nonce")}set nonce(v){l.set(this,"nonce",v)}get async(){return o.get(this,"async")}set async(v){o.set(this,"async",v)}get text(){return this.textContent}set text(v){this.textContent=v}}f(h,m),c.HTMLScriptElement=m},1821:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{booleanAttribute:l}=s(141),{HTMLElement:f}=s(3086),{NodeList:d}=s(1453),h="select";class m extends f{constructor(v,g=h){super(v,g)}get options(){let v=new d,{firstElementChild:g}=this;for(;g;)g.tagName==="OPTGROUP"?v.push(...g.children):v.push(g),g=g.nextElementSibling;return v}get disabled(){return l.get(this,"disabled")}set disabled(v){l.set(this,"disabled",v)}get name(){return this.getAttribute("name")}set name(v){this.setAttribute("name",v)}get value(){var v;return(v=this.querySelector("option[selected]"))==null?void 0:v.value}}o(h,m),c.HTMLSelectElement=m},25:(i,c,s)=>{const{HTMLElement:o}=s(3086),{registerHTMLClass:l}=s(882),f="slot";class d extends o{constructor(m,p=f){super(m,p)}get name(){return this.getAttribute("name")}set name(m){this.setAttribute("name",m)}assign(){}assignedNodes(m){var y;const p=!!this.name,v=((y=this.getRootNode().host)==null?void 0:y.childNodes)??[];let g;if(g=p?[...v].filter(x=>x.slot===this.name):[...v].filter(x=>!x.slot),m==null?void 0:m.flatten){const x=[];for(let C of g)C.localName==="slot"?x.push(...C.assignedNodes({flatten:!0})):x.push(C);g=x}return g.length?g:[...this.childNodes]}assignedElements(m){const p=this.assignedNodes(m).filter(v=>v.nodeType===1);return p.length?p:[...this.children]}}l(f,d),c.HTMLSlotElement=d},5752:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{stringAttribute:l}=s(141),{HTMLElement:f}=s(3086),d="source";class h extends f{constructor(p,v=d){super(p,v)}get src(){return l.get(this,"src")}set src(p){l.set(this,"src",p)}get srcset(){return l.get(this,"srcset")}set srcset(p){l.set(this,"srcset",p)}get sizes(){return l.get(this,"sizes")}set sizes(p){l.set(this,"sizes",p)}get type(){return l.get(this,"type")}set type(p){l.set(this,"type",p)}}o(d,h),c.HTMLSourceElement=h},3969:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLSpanElement=class extends o{constructor(l,f="span"){super(l,f)}}},1302:(i,c,s)=>{const{parse:o}=s(7908),{registerHTMLClass:l}=s(882),{SHEET:f}=s(2499),{TextElement:d}=s(4798),h="style";class m extends d{constructor(v,g=h){super(v,g),this[f]=null}get sheet(){const v=this[f];return v!==null?v:this[f]=o(this.textContent)}get innerHTML(){return super.innerHTML||""}set innerHTML(v){super.textContent=v,this[f]=null}get innerText(){return super.innerText||""}set innerText(v){super.textContent=v,this[f]=null}get textContent(){return super.textContent||""}set textContent(v){super.textContent=v,this[f]=null}}l(h,m),c.HTMLStyleElement=m},1452:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLTableCaptionElement=class extends o{constructor(l,f="caption"){super(l,f)}}},5198:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLTableCellElement=class extends o{constructor(l,f="td"){super(l,f)}}},4999:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLTableElement=class extends o{constructor(l,f="table"){super(l,f)}}},2630:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLTableRowElement=class extends o{constructor(l,f="tr"){super(l,f)}}},283:(i,c,s)=>{const{CONTENT:o,PRIVATE:l}=s(2499),{registerHTMLClass:f}=s(882),{HTMLElement:d}=s(3086),h="template";class m extends d{constructor(v){super(v,h);const g=this.ownerDocument.createDocumentFragment();(this[o]=g)[l]=this}get content(){if(this.hasChildNodes()&&!this[o].hasChildNodes())for(const v of this.childNodes)this[o].appendChild(v.cloneNode(!0));return this[o]}}f(h,m),c.HTMLTemplateElement=m},3856:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{booleanAttribute:l}=s(141),{TextElement:f}=s(4798),d="textarea";class h extends f{constructor(p,v=d){super(p,v)}get disabled(){return l.get(this,"disabled")}set disabled(p){l.set(this,"disabled",p)}get name(){return this.getAttribute("name")}set name(p){this.setAttribute("name",p)}get placeholder(){return this.getAttribute("placeholder")}set placeholder(p){this.setAttribute("placeholder",p)}get type(){return this.getAttribute("type")}set type(p){this.setAttribute("type",p)}get value(){return this.textContent}set value(p){this.textContent=p}}o(d,h),c.HTMLTextAreaElement=h},4798:(i,c,s)=>{const{HTMLElement:o}=s(3086),{toString:l}=o.prototype;c.TextElement=class extends o{get innerHTML(){return this.textContent}set innerHTML(f){this.textContent=f}toString(){return l.call(this.cloneNode()).replace("><",()=>`>${this.textContent}<`)}}},5556:(i,c,s)=>{const{stringAttribute:o}=s(141),{registerHTMLClass:l}=s(882),{HTMLElement:f}=s(3086);class d extends f{constructor(m,p="time"){super(m,p)}get dateTime(){return o.get(this,"datetime")}set dateTime(m){o.set(this,"datetime",m)}}l("time",d),c.HTMLTimeElement=d},4629:(i,c,s)=>{const{registerHTMLClass:o}=s(882),{TextElement:l}=s(4798),f="title";class d extends l{constructor(m,p=f){super(m,p)}}o(f,d),c.HTMLTitleElement=d},2788:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLTrackElement=class extends o{constructor(l,f="track"){super(l,f)}}},3219:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLUListElement=class extends o{constructor(l,f="ul"){super(l,f)}}},4069:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLUnknownElement=class extends o{constructor(l,f="unknown"){super(l,f)}}},6496:(i,c,s)=>{const{HTMLElement:o}=s(3086);c.HTMLVideoElement=class extends o{constructor(l,f="video"){super(l,f)}}},3058:(i,c,s)=>{const{DOMParser:o}=s(8574),{Document:l}=s(1981),{illegalConstructor:f}=s(6085),{setPrototypeOf:d}=s(9915);var h;function m(){f()}h=s(272),c.parseJSON=h.parseJSON,c.toJSON=h.toJSON,(p=>{Object.keys(p).map(v=>v!=="default"&&(c[v]=p[v]))})(s(6085)),(p=>{Object.keys(p).map(v=>v!=="default"&&(c[v]=p[v]))})(s(7852)),c.DOMParser=o,(p=>{c.CustomEvent=p.CustomEvent})(s(7394)),(p=>{c.Event=p.Event})(s(2214)),(p=>{c.EventTarget=p.EventTarget})(s(3962)),(p=>{c.InputEvent=p.InputEvent})(s(863)),(p=>{c.NodeList=p.NodeList})(s(1453)),(p=>{c.NodeFilter=p.NodeFilter})(s(9207)),c.parseHTML=(p,v=null)=>new o().parseFromString(p,"text/html",v).defaultView,c.Document=m,d(m,l).prototype=l.prototype},3087:(i,c,s)=>{const{ATTRIBUTE_NODE:o}=s(3207),{CHANGED:l,VALUE:f}=s(2499),{String:d,ignoreCase:h}=s(1255),{attrAsJSON:m}=s(3042),{emptyAttributes:p}=s(141),{attributeChangedCallback:v}=s(7310),{attributeChangedCallback:g}=s(2636),{Node:y}=s(4340),{escape:x}=s(9809),C=/"/g;class b extends y{constructor(w,z,_=""){super(w,z,o),this.ownerElement=null,this.name=d(z),this[f]=d(_),this[l]=!1}get value(){return this[f]}set value(w){const{[f]:z,name:_,ownerElement:S}=this;this[f]=d(w),this[l]=!0,S&&(v(S,_,z),g(S,_,z,this[f]))}cloneNode(){const{ownerDocument:w,name:z,[f]:_}=this;return new b(w,z,_)}toString(){const{name:w,[f]:z}=this;return p.has(w)&&!z?h(this)?w:`${w}=""`:`${w}="${(h(this)?z:x(z)).replace(C,"&quot;")}"`}toJSON(){const w=[];return m(this,w),w}}c.Attr=b},1929:(i,c,s)=>{const{CDATA_SECTION_NODE:o}=s(3207),{VALUE:l}=s(2499),{CharacterData:f}=s(2394);class d extends f{constructor(m,p=""){super(m,"#cdatasection",o,p)}cloneNode(){const{ownerDocument:m,[l]:p}=this;return new d(m,p)}toString(){return`<![CDATA[${this[l]}]]>`}}c.CDATASection=d},2394:(i,c,s)=>{const{NEXT:o,PREV:l,VALUE:f}=s(2499),{String:d}=s(1255),{isConnected:h,parentElement:m,previousSibling:p,nextSibling:v}=s(3564),{characterDataAsJSON:g}=s(3042),{previousElementSibling:y,nextElementSibling:x}=s(9022),{before:C,after:b,replaceWith:M,remove:w}=s(9131),{Node:z}=s(4340),{moCallback:_}=s(7310);c.CharacterData=class extends z{constructor(S,k,H,L){super(S,k,H),this[f]=d(L)}get isConnected(){return h(this)}get parentElement(){return m(this)}get previousSibling(){return p(this)}get nextSibling(){return v(this)}get previousElementSibling(){return y(this)}get nextElementSibling(){return x(this)}before(...S){C(this,S)}after(...S){b(this,S)}replaceWith(...S){M(this,S)}remove(){w(this[l],this,this[o])}get data(){return this[f]}set data(S){this[f]=d(S),_(this,this.parentNode)}get nodeValue(){return this.data}set nodeValue(S){this.data=S}get textContent(){return this.data}set textContent(S){this.data=S}get length(){return this.data.length}substringData(S,k){return this.data.substr(S,k)}appendData(S){this.data+=S}insertData(S,k){const{data:H}=this;this.data=H.slice(0,S)+k+H.slice(S)}deleteData(S,k){const{data:H}=this;this.data=H.slice(0,S)+H.slice(S+k)}replaceData(S,k,H){const{data:L}=this;this.data=L.slice(0,S)+H+L.slice(S+k)}toJSON(){const S=[];return g(this,S),S}}},2855:(i,c,s)=>{const{COMMENT_NODE:o}=s(3207),{VALUE:l}=s(2499),{CharacterData:f}=s(2394);class d extends f{constructor(m,p=""){super(m,"#comment",o,p)}cloneNode(){const{ownerDocument:m,[l]:p}=this;return new d(m,p)}toString(){return`<!--${this[l]}-->`}}c.Comment=d},9956:(i,c,s)=>{const o=(l=s(1876)).__esModule?l.default:l;var l;const{CHANGED:f,PRIVATE:d,VALUE:h}=s(2499),m=new WeakMap,p=b=>[...b.keys()].filter(M=>M!==d),v=b=>{const M=m.get(b).getAttributeNode("style");if((!M||M[f]||b.get(d)!==M)&&(b.clear(),M)){b.set(d,M);for(const w of M[h].split(/\s*;\s*/)){let[z,..._]=w.split(":");if(_.length>0){z=z.trim();const S=_.join(":").trim();z&&S&&b.set(z,S)}}}return M},g={get:(b,M)=>M in x?b[M]:(v(b),M==="length"?p(b).length:/^\d+$/.test(M)?p(b)[M]:b.get(o(M))),set(b,M,w){if(M==="cssText")b[M]=w;else{let z=v(b);if(w==null?b.delete(o(M)):b.set(o(M),w),!z){const _=m.get(b);z=_.ownerDocument.createAttribute("style"),_.setAttributeNode(z),b.set(d,z)}z[f]=!1,z[h]=b.toString()}return!0}};class y extends Map{constructor(M){return super(),m.set(this,M),new Proxy(this,g)}get cssText(){return this.toString()}set cssText(M){m.get(this).setAttribute("style",M)}getPropertyValue(M){const w=this[d];return g.get(w,M)}setProperty(M,w){const z=this[d];g.set(z,M,w)}removeProperty(M){const w=this[d];g.set(w,M,null)}[Symbol.iterator](){const M=this[d];v(M);const w=p(M),{length:z}=w;let _=0;return{next(){const S=_===z;return{done:S,value:S?null:w[_++]}}}}get[d](){return this}toString(){const M=this[d];v(M);const w=[];return M.forEach(C,w),w.join(";")}}c.CSSStyleDeclaration=y;const{prototype:x}=y;function C(b,M){M!==d&&this.push(`${M}:${b}`)}},2636:(i,c,s)=>{const{ELEMENT_NODE:o}=s(3207),{END:l,NEXT:f,UPGRADE:d}=s(2499),{entries:h,setPrototypeOf:m}=s(9915),{shadowRoots:p}=s(5672);let v=!1;const g=new WeakMap;c.Classes=g;const y=new WeakMap;c.customElements=y,c.attributeChangedCallback=(M,w,z,_)=>{v&&y.has(M)&&M.attributeChangedCallback&&M.constructor.observedAttributes.includes(w)&&M.attributeChangedCallback(w,z,_)};const x=(M,w)=>z=>{if(y.has(z)){const _=y.get(z);_.connected!==w&&z.isConnected===w&&(_.connected=w,M in z&&z[M]())}},C=x("connectedCallback",!0);c.connectedCallback=M=>{if(v){C(M),p.has(M)&&(M=p.get(M).shadowRoot);let{[f]:w,[l]:z}=M;for(;w!==z;)w.nodeType===o&&C(w),w=w[f]}};const b=x("disconnectedCallback",!1);c.disconnectedCallback=M=>{if(v){b(M),p.has(M)&&(M=p.get(M).shadowRoot);let{[f]:w,[l]:z}=M;for(;w!==z;)w.nodeType===o&&b(w),w=w[f]}},c.CustomElementRegistry=class{constructor(M){this.ownerDocument=M,this.registry=new Map,this.waiting=new Map,this.active=!1}define(M,w,z={}){const{ownerDocument:_,registry:S,waiting:k}=this;if(S.has(M))throw new Error("unable to redefine "+M);if(g.has(w))throw new Error("unable to redefine the same class: "+w);this.active=v=!0;const{extends:H}=z;g.set(w,{ownerDocument:_,options:{is:H?M:""},localName:H||M});const L=H?A=>A.localName===H&&A.getAttribute("is")===M:A=>A.localName===M;if(S.set(M,{Class:w,check:L}),k.has(M)){for(const A of k.get(M))A(w);k.delete(M)}_.querySelectorAll(H?`${H}[is="${M}"]`:M).forEach(this.upgrade,this)}upgrade(M){if(y.has(M))return;const{ownerDocument:w,registry:z}=this,_=M.getAttribute("is")||M.localName;if(z.has(_)){const{Class:S,check:k}=z.get(_);if(k(M)){const{attributes:H,isConnected:L}=M;for(const N of H)M.removeAttributeNode(N);const A=h(M);for(const[N]of A)delete M[N];m(M,S.prototype),w[d]={element:M,values:A},new S(w,_),y.set(M,{connected:L});for(const N of H)M.setAttributeNode(N);L&&M.connectedCallback&&M.connectedCallback()}}}whenDefined(M){const{registry:w,waiting:z}=this;return new Promise(_=>{w.has(M)?_(w.get(M).Class):(z.has(M)||z.set(M,[]),z.get(M).push(_))})}get(M){const w=this.registry.get(M);return w&&w.Class}getName(M){if(g.has(M)){const{localName:w}=g.get(M);return w}return null}}},7394:(i,c,s)=>{const{Event:o}=s(2214);c.CustomEvent=class extends o{constructor(l,f={}){super(l,f),this.detail=f.detail}}},9614:(i,c,s)=>{const{DOCUMENT_FRAGMENT_NODE:o}=s(3207),{NonElementParentNode:l}=s(7316);c.DocumentFragment=class extends l{constructor(f){super(f,"#document-fragment",o)}}},7630:(i,c,s)=>{const{DOCUMENT_TYPE_NODE:o}=s(3207),{documentTypeAsJSON:l}=s(3042),{Node:f}=s(4340);class d extends f{constructor(m,p,v="",g=""){super(m,"#document-type",o),this.name=p,this.publicId=v,this.systemId=g}cloneNode(){const{ownerDocument:m,name:p,publicId:v,systemId:g}=this;return new d(m,p,v,g)}toString(){const{name:m,publicId:p,systemId:v}=this,g=0<p.length,y=[m];return g&&y.push("PUBLIC",`"${p}"`),v.length&&(g||y.push("SYSTEM"),y.push(`"${v}"`)),`<!DOCTYPE ${y.join(" ")}>`}toJSON(){const m=[];return l(this,m),m}}c.DocumentType=d},1981:(i,c,s)=>{const{performance:o}=s(273),{DOCUMENT_NODE:l,DOCUMENT_FRAGMENT_NODE:f,DOCUMENT_TYPE_NODE:d,ELEMENT_NODE:h,SVG_NAMESPACE:m}=s(3207),{CUSTOM_ELEMENTS:p,DOM_PARSER:v,GLOBALS:g,IMAGE:y,MUTATION_OBSERVER:x,DOCTYPE:C,END:b,NEXT:M,MIME:w,EVENT_TARGET:z,UPGRADE:_}=s(2499),{Facades:S,illegalConstructor:k}=s(6085),{HTMLClasses:H}=s(7852),{Mime:L}=s(9844),{knownSiblings:A}=s(1255),{assign:N,create:E,defineProperties:R,setPrototypeOf:P}=s(9915),{NonElementParentNode:X}=s(7316),{SVGElement:B}=s(2287),{Attr:Y}=s(3087),{CDATASection:D}=s(1929),{Comment:V}=s(2855),{CustomElementRegistry:T}=s(2636),{CustomEvent:I}=s(7394),{DocumentFragment:W}=s(9614),{DocumentType:O}=s(7630),{Element:j}=s(434),{Event:t1}=s(2214),{EventTarget:r1}=s(3962),{InputEvent:Q}=s(863),{ImageClass:f1}=s(723),{MutationObserverClass:q}=s(7310),{NamedNodeMap:g1}=s(2047),{NodeList:_1}=s(1453),{Range:m1}=s(9555),{Text:o1}=s(6407),{TreeWalker:u1}=s(4983),d1=(S1,L1,H1)=>{let{[M]:N1,[b]:p1}=L1;return S1.call({ownerDocument:L1,[M]:N1,[b]:p1},H1)},y1=N({},S,H,{CustomEvent:I,Event:t1,EventTarget:r1,InputEvent:Q,NamedNodeMap:g1,NodeList:_1}),V1=new WeakMap;class C1 extends X{constructor(L1){super(null,"#document",l),this[p]={active:!1,registry:null},this[x]={active:!1,class:null},this[w]=L[L1],this[C]=null,this[v]=null,this[g]=null,this[y]=null,this[_]=null}get defaultView(){return V1.has(this)||V1.set(this,new Proxy(globalThis,{set:(L1,H1,N1)=>{switch(H1){case"addEventListener":case"removeEventListener":case"dispatchEvent":this[z][H1]=N1;break;default:L1[H1]=N1}return!0},get:(L1,H1)=>{switch(H1){case"addEventListener":case"removeEventListener":case"dispatchEvent":if(!this[z]){const N1=this[z]=new r1;N1.dispatchEvent=N1.dispatchEvent.bind(N1),N1.addEventListener=N1.addEventListener.bind(N1),N1.removeEventListener=N1.removeEventListener.bind(N1)}return this[z][H1];case"document":return this;case"navigator":return{userAgent:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36"};case"window":return V1.get(this);case"customElements":return this[p].registry||(this[p]=new T(this)),this[p];case"performance":return o;case"DOMParser":return this[v];case"Image":return this[y]||(this[y]=f1(this)),this[y];case"MutationObserver":return this[x].class||(this[x]=new q(this)),this[x].class}return this[g]&&this[g][H1]||y1[H1]||L1[H1]}})),V1.get(this)}get doctype(){const L1=this[C];if(L1)return L1;const{firstChild:H1}=this;return H1&&H1.nodeType===d?this[C]=H1:null}set doctype(L1){if(/^([a-z:]+)(\s+system|\s+public(\s+"([^"]+)")?)?(\s+"([^"]+)")?/i.test(L1)){const{$1:H1,$4:N1,$6:p1}=RegExp;this[C]=new O(this,H1,N1,p1),A(this,this[C],this[M])}}get documentElement(){return this.firstElementChild}get isConnected(){return!0}_getParent(){return this[z]}createAttribute(L1){return new Y(this,L1)}createCDATASection(L1){return new D(this,L1)}createComment(L1){return new V(this,L1)}createDocumentFragment(){return new W(this)}createDocumentType(L1,H1,N1){return new O(this,L1,H1,N1)}createElement(L1){return new j(this,L1)}createRange(){const L1=new m1;return L1.commonAncestorContainer=this,L1}createTextNode(L1){return new o1(this,L1)}createTreeWalker(L1,H1=-1){return new u1(L1,H1)}createNodeIterator(L1,H1=-1){return this.createTreeWalker(L1,H1)}createEvent(L1){const H1=E(L1==="Event"?new t1(""):new I(""));return H1.initEvent=H1.initCustomEvent=(N1,p1=!1,w1=!1,D1)=>{H1.bubbles=!!p1,R(H1,{type:{value:N1},canBubble:{value:p1},cancelable:{value:w1},detail:{value:D1}})},H1}cloneNode(L1=!1){const{constructor:H1,[p]:N1,[C]:p1}=this,w1=new H1;if(w1[p]=N1,L1){const D1=w1[b],{childNodes:K1}=this;for(let{length:F1}=K1,Q1=0;Q1<F1;Q1++)w1.insertBefore(K1[Q1].cloneNode(!0),D1);p1&&(w1[C]=K1[0])}return w1}importNode(L1){const H1=1<arguments.length&&!!arguments[1],N1=L1.cloneNode(H1),{[p]:p1}=this,{active:w1}=p1,D1=K1=>{const{ownerDocument:F1,nodeType:Q1}=K1;K1.ownerDocument=this,w1&&F1!==this&&Q1===h&&p1.upgrade(K1)};if(D1(N1),H1)switch(N1.nodeType){case h:case f:{let{[M]:K1,[b]:F1}=N1;for(;K1!==F1;)K1.nodeType===h&&D1(K1),K1=K1[M];break}}return N1}toString(){return this.childNodes.join("")}querySelector(L1){return d1(super.querySelector,this,L1)}querySelectorAll(L1){return d1(super.querySelectorAll,this,L1)}getElementsByTagNameNS(L1,H1){return this.getElementsByTagName(H1)}createAttributeNS(L1,H1){return this.createAttribute(H1)}createElementNS(L1,H1,N1){return L1===m?new B(this,H1,null):this.createElement(H1,N1)}}c.Document=C1,P(y1.Document=function(){k()},C1).prototype=C1.prototype},434:(i,c,s)=>{const{ATTRIBUTE_NODE:o,BLOCK_ELEMENTS:l,CDATA_SECTION_NODE:f,COMMENT_NODE:d,ELEMENT_NODE:h,NODE_END:m,TEXT_NODE:p,SVG_NAMESPACE:v}=s(3207),{setAttribute:g,removeAttribute:y,numericAttribute:x,stringAttribute:C}=s(141),{CLASS_LIST:b,DATASET:M,STYLE:w,END:z,NEXT:_,PREV:S,START:k,MIME:H}=s(2499),{ignoreCase:L,knownAdjacent:A,localCase:N,String:E}=s(1255),{elementAsJSON:R}=s(3042),{matches:P,prepareMatch:X}=s(4147),{shadowRoots:B}=s(5672),{isConnected:Y,parentElement:D,previousSibling:V,nextSibling:T}=s(3564),{previousElementSibling:I,nextElementSibling:W}=s(9022),{before:O,after:j,replaceWith:t1,remove:r1}=s(9131),{getInnerHtml:Q,setInnerHtml:f1}=s(9696),{ParentNode:q}=s(6907),{DOMStringMap:g1}=s(1979),{DOMTokenList:_1}=s(1749),{CSSStyleDeclaration:m1}=s(9956),{Event:o1}=s(2214),{NamedNodeMap:u1}=s(2047),{ShadowRoot:d1}=s(7301),{NodeList:y1}=s(1453),{Attr:V1}=s(3087),{Text:C1}=s(6407),{escape:S1}=s(9809),L1={get:(p1,w1)=>w1 in p1?p1[w1]:p1.find(({name:D1})=>D1===w1)},H1=(p1,w1,D1)=>{if("ownerSVGElement"in w1){const K1=p1.createElementNS(v,D1);return K1.ownerSVGElement=w1.ownerSVGElement,K1}return p1.createElement(D1)},N1=({localName:p1,ownerDocument:w1})=>w1[H].voidElements.test(p1);c.Element=class extends q{constructor(p1,w1){super(p1,w1,h),this[b]=null,this[M]=null,this[w]=null}get isConnected(){return Y(this)}get parentElement(){return D(this)}get previousSibling(){return V(this)}get nextSibling(){return T(this)}get namespaceURI(){return"http://www.w3.org/1999/xhtml"}get previousElementSibling(){return I(this)}get nextElementSibling(){return W(this)}before(...p1){O(this,p1)}after(...p1){j(this,p1)}replaceWith(...p1){t1(this,p1)}remove(){r1(this[S],this,this[z][_])}get id(){return C.get(this,"id")}set id(p1){C.set(this,"id",p1)}get className(){return this.classList.value}set className(p1){const{classList:w1}=this;w1.clear(),w1.add(...E(p1).split(/\s+/))}get nodeName(){return N(this)}get tagName(){return N(this)}get classList(){return this[b]||(this[b]=new _1(this))}get dataset(){return this[M]||(this[M]=new g1(this))}getBoundingClientRect(){return{x:0,y:0,bottom:0,height:0,left:0,right:0,top:0,width:0}}get nonce(){return C.get(this,"nonce")}set nonce(p1){C.set(this,"nonce",p1)}get style(){return this[w]||(this[w]=new m1(this))}get tabIndex(){return x.get(this,"tabindex")||-1}set tabIndex(p1){x.set(this,"tabindex",p1)}get slot(){return C.get(this,"slot")}set slot(p1){C.set(this,"slot",p1)}get innerText(){const p1=[];let{[_]:w1,[z]:D1}=this;for(;w1!==D1;)w1.nodeType===p?p1.push(w1.textContent.replace(/\s+/g," ")):p1.length&&w1[_]!=D1&&l.has(w1.tagName)&&p1.push(`
24
- `),w1=w1[_];return p1.join("")}get textContent(){const p1=[];let{[_]:w1,[z]:D1}=this;for(;w1!==D1;)w1.nodeType===p&&p1.push(w1.textContent),w1=w1[_];return p1.join("")}set textContent(p1){this.replaceChildren(),p1!=null&&p1!==""&&this.appendChild(new C1(this.ownerDocument,p1))}get innerHTML(){return Q(this)}set innerHTML(p1){f1(this,p1)}get outerHTML(){return this.toString()}set outerHTML(p1){const w1=this.ownerDocument.createElement("");w1.innerHTML=p1,this.replaceWith(...w1.childNodes)}get attributes(){const p1=new u1(this);let w1=this[_];for(;w1.nodeType===o;)p1.push(w1),w1=w1[_];return new Proxy(p1,L1)}focus(){this.dispatchEvent(new o1("focus"))}getAttribute(p1){if(p1==="class")return this.className;const w1=this.getAttributeNode(p1);return w1&&(L(this)?w1.value:S1(w1.value))}getAttributeNode(p1){let w1=this[_];for(;w1.nodeType===o;){if(w1.name===p1)return w1;w1=w1[_]}return null}getAttributeNames(){const p1=new y1;let w1=this[_];for(;w1.nodeType===o;)p1.push(w1.name),w1=w1[_];return p1}hasAttribute(p1){return!!this.getAttributeNode(p1)}hasAttributes(){return this[_].nodeType===o}removeAttribute(p1){p1==="class"&&this[b]&&this[b].clear();let w1=this[_];for(;w1.nodeType===o;){if(w1.name===p1)return void y(this,w1);w1=w1[_]}}removeAttributeNode(p1){let w1=this[_];for(;w1.nodeType===o;){if(w1===p1)return void y(this,w1);w1=w1[_]}}setAttribute(p1,w1){if(p1==="class")this.className=w1;else{const D1=this.getAttributeNode(p1);D1?D1.value=w1:g(this,new V1(this.ownerDocument,p1,w1))}}setAttributeNode(p1){const{name:w1}=p1,D1=this.getAttributeNode(w1);if(D1!==p1){D1&&this.removeAttributeNode(D1);const{ownerElement:K1}=p1;K1&&K1.removeAttributeNode(p1),g(this,p1)}return D1}toggleAttribute(p1,w1){return this.hasAttribute(p1)?!!w1||(this.removeAttribute(p1),!1):!(!w1&&arguments.length!==1||(this.setAttribute(p1,""),0))}get shadowRoot(){if(B.has(this)){const{mode:p1,shadowRoot:w1}=B.get(this);if(p1==="open")return w1}return null}attachShadow(p1){if(B.has(this))throw new Error("operation not supported");const w1=new d1(this);return B.set(this,{mode:p1.mode,shadowRoot:w1}),w1}matches(p1){return P(this,p1)}closest(p1){let w1=this;const D1=X(w1,p1);for(;w1&&!D1(w1);)w1=w1.parentElement;return w1}insertAdjacentElement(p1,w1){const{parentElement:D1}=this;switch(p1){case"beforebegin":if(D1){D1.insertBefore(w1,this);break}return null;case"afterbegin":this.insertBefore(w1,this.firstChild);break;case"beforeend":this.insertBefore(w1,null);break;case"afterend":if(D1){D1.insertBefore(w1,this.nextSibling);break}return null}return w1}insertAdjacentHTML(p1,w1){const D1=this.ownerDocument.createElement("template");D1.innerHTML=w1,this.insertAdjacentElement(p1,D1.content)}insertAdjacentText(p1,w1){const D1=this.ownerDocument.createTextNode(w1);this.insertAdjacentElement(p1,D1)}cloneNode(p1=!1){const{ownerDocument:w1,localName:D1}=this,K1=A2=>{A2.parentNode=Q1,A(h2,A2),h2=A2},F1=H1(w1,this,D1);let Q1=F1,h2=F1,{[_]:a2,[z]:H2}=this;for(;a2!==H2&&(p1||a2.nodeType===o);){switch(a2.nodeType){case m:A(h2,Q1[z]),h2=Q1[z],Q1=Q1.parentNode;break;case h:{const A2=H1(w1,a2,a2.localName);K1(A2),Q1=A2;break}case o:{const A2=a2.cloneNode(p1);A2.ownerElement=Q1,K1(A2);break}case p:case d:case f:K1(a2.cloneNode(p1))}a2=a2[_]}return A(h2,F1[z]),F1}toString(){const p1=[],{[z]:w1}=this;let D1={[_]:this},K1=!1;do switch(D1=D1[_],D1.nodeType){case o:{const F1=" "+D1;switch(F1){case" id":case" class":case" style":break;default:p1.push(F1)}break}case m:{const F1=D1[k];K1?("ownerSVGElement"in F1?p1.push(" />"):N1(F1)?p1.push(L(F1)?">":" />"):p1.push(`></${F1.localName}>`),K1=!1):p1.push(`</${F1.localName}>`);break}case h:K1&&p1.push(">"),D1.toString!==this.toString?(p1.push(D1.toString()),D1=D1[z],K1=!1):(p1.push(`<${D1.localName}`),K1=!0);break;case p:case d:case f:p1.push((K1?">":"")+D1),K1=!1}while(D1!==w1);return p1.join("")}toJSON(){const p1=[];return R(this,p1),p1}getAttributeNS(p1,w1){return this.getAttribute(w1)}getElementsByTagNameNS(p1,w1){return this.getElementsByTagName(w1)}hasAttributeNS(p1,w1){return this.hasAttribute(w1)}removeAttributeNS(p1,w1){this.removeAttribute(w1)}setAttributeNS(p1,w1,D1){this.setAttribute(w1,D1)}setAttributeNodeNS(p1){return this.setAttributeNode(p1)}}},3962:(i,c)=>{const s=new WeakMap;function o(f,d){return typeof d=="function"?d.call(f.target,f):d.handleEvent(f),f._stopImmediatePropagationFlag}function l({currentTarget:f,target:d}){const h=s.get(f);if(h&&h.has(this.type)){const m=h.get(this.type);this.eventPhase=f===d?this.AT_TARGET:this.BUBBLING_PHASE,this.currentTarget=f,this.target=d;for(const[p,v]of m)if(v&&v.once&&m.delete(p),o(this,p))break;return delete this.currentTarget,delete this.target,this.cancelBubble}}c.EventTarget=class{constructor(){s.set(this,new Map)}_getParent(){return null}addEventListener(f,d,h){const m=s.get(this);m.has(f)||m.set(f,new Map),m.get(f).set(d,h)}removeEventListener(f,d){const h=s.get(this);if(h.has(f)){const m=h.get(f);m.delete(d)&&!m.size&&h.delete(f)}}dispatchEvent(f){let d=this;for(f.eventPhase=f.CAPTURING_PHASE;d;)d.dispatchEvent&&f._path.push({currentTarget:d,target:this}),d=f.bubbles&&d._getParent&&d._getParent();return f._path.some(l,f),f._path=[],f.eventPhase=f.NONE,!f.defaultPrevented}}},2214:(i,c)=>{function s(o){return o.currentTarget}c.Event=class{static get BUBBLING_PHASE(){return 3}static get AT_TARGET(){return 2}static get CAPTURING_PHASE(){return 1}static get NONE(){return 0}constructor(o,l={}){this.type=o,this.bubbles=!!l.bubbles,this.cancelBubble=!1,this._stopImmediatePropagationFlag=!1,this.cancelable=!!l.cancelable,this.eventPhase=this.NONE,this.timeStamp=Date.now(),this.defaultPrevented=!1,this.originalTarget=null,this.returnValue=null,this.srcElement=null,this.target=null,this._path=[]}get BUBBLING_PHASE(){return 3}get AT_TARGET(){return 2}get CAPTURING_PHASE(){return 1}get NONE(){return 0}preventDefault(){this.defaultPrevented=!0}composedPath(){return this._path.map(s)}stopPropagation(){this.cancelBubble=!0}stopImmediatePropagation(){this.stopPropagation(),this._stopImmediatePropagationFlag=!0}}},723:(i,c,s)=>{const{HTMLImageElement:o}=s(7154);c.ImageClass=l=>class extends o{constructor(f,d){switch(super(l),arguments.length){case 1:this.height=f,this.width=f;break;case 2:this.height=d,this.width=f}}}},863:(i,c,s)=>{const{Event:o}=s(2214);c.InputEvent=class extends o{constructor(l,f={}){super(l,f),this.inputType=f.inputType,this.data=f.data,this.dataTransfer=f.dataTransfer,this.isComposing=f.isComposing||!1,this.ranges=f.ranges}}},7310:(i,c,s)=>{const{MUTATION_OBSERVER:o}=s(2499),l=(d,h,m,p,v,g)=>({type:d,target:h,addedNodes:m,removedNodes:p,attributeName:v,oldValue:g}),f=(d,h,m,p,v,g)=>{if(!p||p.includes(m)){const{callback:y,records:x,scheduled:C}=d;x.push(l("attributes",h,[],[],m,v?g:void 0)),C||(d.scheduled=!0,Promise.resolve().then(()=>{d.scheduled=!1,y(x.splice(0),d)}))}};c.attributeChangedCallback=(d,h,m)=>{const{ownerDocument:p}=d,{active:v,observers:g}=p[o];if(v){for(const y of g)for(const[x,{childList:C,subtree:b,attributes:M,attributeFilter:w,attributeOldValue:z}]of y.nodes)if(C){if(b&&(x===p||x.contains(d))||!b&&x.children.includes(d)){f(y,d,h,w,z,m);break}}else if(M&&x===d){f(y,d,h,w,z,m);break}}},c.moCallback=(d,h)=>{const{ownerDocument:m}=d,{active:p,observers:v}=m[o];if(p){for(const g of v)for(const[y,{subtree:x,childList:C,characterData:b}]of g.nodes)if(C&&(h&&(y===h||x&&y.contains(h))||!h&&(x&&(y===m||y.contains(d))||!x&&y[b?"childNodes":"children"].includes(d)))){const{callback:M,records:w,scheduled:z}=g;w.push(l("childList",y,h?[]:[d],h?[d]:[])),z||(g.scheduled=!0,Promise.resolve().then(()=>{g.scheduled=!1,M(w.splice(0),g)}));break}}},c.MutationObserverClass=class{constructor(d){const h=new Set;this.observers=h,this.active=!1,this.class=class{constructor(m){this.callback=m,this.nodes=new Map,this.records=[],this.scheduled=!1}disconnect(){this.records.splice(0),this.nodes.clear(),h.delete(this),d[o].active=!!h.size}observe(m,p={subtree:!1,childList:!1,attributes:!1,attributeFilter:null,attributeOldValue:!1,characterData:!1}){("attributeOldValue"in p||"attributeFilter"in p)&&(p.attributes=!0),p.childList=!!p.childList,p.subtree=!!p.subtree,this.nodes.set(m,p),h.add(this),d[o].active=!0}takeRecords(){return this.records.splice(0)}}}}},2047:(i,c)=>{c.NamedNodeMap=class extends Array{constructor(s){super(),this.ownerElement=s}getNamedItem(s){return this.ownerElement.getAttributeNode(s)}setNamedItem(s){this.ownerElement.setAttributeNode(s),this.unshift(s)}removeNamedItem(s){const o=this.getNamedItem(s);this.ownerElement.removeAttribute(s),this.splice(this.indexOf(o),1)}item(s){return s<this.length?this[s]:null}getNamedItemNS(s,o){return this.getNamedItem(o)}setNamedItemNS(s,o){return this.setNamedItem(o)}removeNamedItemNS(s,o){return this.removeNamedItem(o)}}},9207:(i,c,s)=>{const{SHOW_ALL:o,SHOW_ELEMENT:l,SHOW_COMMENT:f,SHOW_CDATA_SECTION:d,SHOW_TEXT:h}=s(3207);c.NodeFilter=class{static get SHOW_ALL(){return o}static get SHOW_ELEMENT(){return l}static get SHOW_COMMENT(){return f}static get SHOW_CDATA_SECTION(){return d}static get SHOW_TEXT(){return h}}},1453:(i,c)=>{c.NodeList=class extends Array{item(s){return s<this.length?this[s]:null}}},4340:(i,c,s)=>{const{ELEMENT_NODE:o,ATTRIBUTE_NODE:l,TEXT_NODE:f,CDATA_SECTION_NODE:d,COMMENT_NODE:h,DOCUMENT_NODE:m,DOCUMENT_FRAGMENT_NODE:p,DOCUMENT_TYPE_NODE:v,DOCUMENT_POSITION_DISCONNECTED:g,DOCUMENT_POSITION_PRECEDING:y,DOCUMENT_POSITION_FOLLOWING:x,DOCUMENT_POSITION_CONTAINS:C,DOCUMENT_POSITION_CONTAINED_BY:b,DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:M}=s(3207),{NEXT:w,PREV:z}=s(2499),{EventTarget:_}=s(3962),{NodeList:S}=s(1453),k=({parentNode:H})=>{let L=0;for(;H;)L++,H=H.parentNode;return L};c.Node=class extends _{static get ELEMENT_NODE(){return o}static get ATTRIBUTE_NODE(){return l}static get TEXT_NODE(){return f}static get CDATA_SECTION_NODE(){return d}static get COMMENT_NODE(){return h}static get DOCUMENT_NODE(){return m}static get DOCUMENT_FRAGMENT_NODE(){return p}static get DOCUMENT_TYPE_NODE(){return v}constructor(H,L,A){super(),this.ownerDocument=H,this.localName=L,this.nodeType=A,this.parentNode=null,this[w]=null,this[z]=null}get ELEMENT_NODE(){return o}get ATTRIBUTE_NODE(){return l}get TEXT_NODE(){return f}get CDATA_SECTION_NODE(){return d}get COMMENT_NODE(){return h}get DOCUMENT_NODE(){return m}get DOCUMENT_FRAGMENT_NODE(){return p}get DOCUMENT_TYPE_NODE(){return v}get baseURI(){const H=this.nodeType===m?this:this.ownerDocument;if(H){const L=H.querySelector("base");if(L)return L.getAttribute("href");const{location:A}=H.defaultView;if(A)return A.href}return null}get isConnected(){return!1}get nodeName(){return this.localName}get parentElement(){return null}get previousSibling(){return null}get previousElementSibling(){return null}get nextSibling(){return null}get nextElementSibling(){return null}get childNodes(){return new S}get firstChild(){return null}get lastChild(){return null}get nodeValue(){return null}set nodeValue(H){}get textContent(){return null}set textContent(H){}normalize(){}cloneNode(){return null}contains(){return!1}insertBefore(H,L){return H}appendChild(H){return H}replaceChild(H,L){return L}removeChild(H){return H}toString(){return""}hasChildNodes(){return!!this.lastChild}isSameNode(H){return this===H}compareDocumentPosition(H){let L=0;if(this!==H){let A=k(this),N=k(H);if(A<N)L+=x,this.contains(H)&&(L+=b);else if(N<A)L+=y,H.contains(this)&&(L+=C);else if(A&&N){const{childNodes:E}=this.parentNode;E.indexOf(this)<E.indexOf(H)?L+=x:L+=y}A&&N||(L+=M,L+=g)}return L}isEqualNode(H){if(this===H)return!0;if(this.nodeType===H.nodeType){switch(this.nodeType){case m:case p:{const L=this.childNodes,A=H.childNodes;return L.length===A.length&&L.every((N,E)=>N.isEqualNode(A[E]))}}return this.toString()===H.toString()}return!1}_getParent(){return this.parentNode}getRootNode(){let H=this;for(;H.parentNode;)H=H.parentNode;return H}}},9555:(i,c,s)=>{const{END:o,NEXT:l,PREV:f,START:d}=s(2499),{SVGElement:h}=s(2287),{getEnd:m,setAdjacent:p}=s(1255),v=({[d]:y,[o]:x},C=null)=>{p(y[f],x[l]);do{const b=m(y),M=b===x?b:b[l];C?C.insertBefore(y,C[o]):y.remove(),y=M}while(y!==x)};class g{constructor(){this[d]=null,this[o]=null,this.commonAncestorContainer=null}insertNode(x){this[o].parentNode.insertBefore(x,this[d])}selectNode(x){this[d]=x,this[o]=m(x)}selectNodeContents(x){this.selectNode(x),this.commonAncestorContainer=x}surroundContents(x){x.replaceChildren(this.extractContents())}setStartBefore(x){this[d]=x}setStartAfter(x){this[d]=x.nextSibling}setEndBefore(x){this[o]=m(x.previousSibling)}setEndAfter(x){this[o]=m(x)}cloneContents(){let{[d]:x,[o]:C}=this;const b=x.ownerDocument.createDocumentFragment();for(;x!==C;)b.insertBefore(x.cloneNode(!0),b[o]),x=m(x),x!==C&&(x=x[l]);return b}deleteContents(){v(this)}extractContents(){const x=this[d].ownerDocument.createDocumentFragment();return v(this,x),x}createContextualFragment(x){const{commonAncestorContainer:C}=this,b="ownerSVGElement"in C,M=b?C.ownerDocument:C,w=M.createElement("template");w.innerHTML=x;let{content:z}=w;if(b){const _=[...z.childNodes];z=M.createDocumentFragment(),Object.setPrototypeOf(z,h.prototype),z.ownerSVGElement=M;for(const S of _)Object.setPrototypeOf(S,h.prototype),S.ownerSVGElement=M,z.appendChild(S)}else this.selectNode(z);return z}cloneRange(){const x=new g;return x[d]=this[d],x[o]=this[o],x}}c.Range=g},7301:(i,c,s)=>{const{DOCUMENT_FRAGMENT_NODE:o}=s(3207),{getInnerHtml:l,setInnerHtml:f}=s(9696),{NonElementParentNode:d}=s(7316);c.ShadowRoot=class extends d{constructor(h){super(h.ownerDocument,"#shadow-root",o),this.host=h}get innerHTML(){return l(this)}set innerHTML(h){f(this,h)}}},6407:(i,c,s)=>{const{TEXT_NODE:o}=s(3207),{VALUE:l}=s(2499),{escape:f}=s(9809),{CharacterData:d}=s(2394);class h extends d{constructor(p,v=""){super(p,"#text",o,v)}get wholeText(){const p=[];let{previousSibling:v,nextSibling:g}=this;for(;v&&v.nodeType===o;)p.unshift(v[l]),v=v.previousSibling;for(p.push(this[l]);g&&g.nodeType===o;)p.push(g[l]),g=g.nextSibling;return p.join("")}cloneNode(){const{ownerDocument:p,[l]:v}=this;return new h(p,v)}toString(){return f(this[l])}}c.Text=h},4983:(i,c,s)=>{const{DOCUMENT_NODE:o,ELEMENT_NODE:l,TEXT_NODE:f,CDATA_SECTION_NODE:d,COMMENT_NODE:h,SHOW_ALL:m,SHOW_ELEMENT:p,SHOW_CDATA_SECTION:v,SHOW_COMMENT:g,SHOW_TEXT:y}=s(3207),{PRIVATE:x,END:C,NEXT:b}=s(2499),M=({nodeType:w},z)=>{switch(w){case l:return z&p;case f:return z&y;case h:return z&g;case d:return z&v}return 0};c.TreeWalker=class{constructor(w,z=m){this.root=w,this.currentNode=w,this.whatToShow=z;let{[b]:_,[C]:S}=w;if(w.nodeType===o){const{documentElement:H}=w;_=H,S=H[C]}const k=[];for(;_&&_!==S;)M(_,z)&&k.push(_),_=_[b];this[x]={i:0,nodes:k}}nextNode(){const w=this[x];return this.currentNode=w.i<w.nodes.length?w.nodes[w.i++]:null,this.currentNode}}},9131:(i,c,s)=>{const{ELEMENT_NODE:o}=s(3207),{NEXT:l,PREV:f}=s(2499),{getEnd:d,setAdjacent:h}=s(1255),{moCallback:m}=s(7310),{disconnectedCallback:p}=s(2636),v=(y,x)=>{const C=y.createDocumentFragment();return C.append(...x),C};c.before=(y,x)=>{const{ownerDocument:C,parentNode:b}=y;b&&b.insertBefore(v(C,x),y)},c.after=(y,x)=>{const{ownerDocument:C,parentNode:b}=y;b&&b.insertBefore(v(C,x),d(y)[l])};const g=(y,x)=>{const{ownerDocument:C,parentNode:b}=y;b&&(x.includes(y)&&g(y,[y=y.cloneNode()]),b.insertBefore(v(C,x),y),y.remove())};c.replaceWith=g,c.remove=(y,x,C)=>{const{parentNode:b,nodeType:M}=x;(y||C)&&(h(y,C),x[f]=null,d(x)[l]=null),b&&(x.parentNode=null,m(x,b),M===o&&p(x))}},9696:(i,c,s)=>{const{ELEMENT_NODE:o,DOCUMENT_FRAGMENT_NODE:l}=s(3207),{CUSTOM_ELEMENTS:f}=s(2499),{parseFromString:d}=s(354),{ignoreCase:h}=s(1255);function m(p){switch(p.ownerDocument=this,p.nodeType){case o:case l:p.childNodes.forEach(m,this)}return p}c.getInnerHtml=p=>p.childNodes.join(""),c.setInnerHtml=(p,v)=>{const{ownerDocument:g}=p,{constructor:y}=g,x=new y;x[f]=g[f];const{childNodes:C}=d(x,h(p),v);p.replaceChildren(...C.map(m,g))}},9022:(i,c,s)=>{const{ELEMENT_NODE:o}=s(3207),{nextSibling:l,previousSibling:f}=s(3564);c.nextElementSibling=d=>{let h=l(d);for(;h&&h.nodeType!==o;)h=l(h);return h},c.previousElementSibling=d=>{let h=f(d);for(;h&&h.nodeType!==o;)h=f(h);return h}},7316:(i,c,s)=>{const{ELEMENT_NODE:o}=s(3207),{END:l,NEXT:f}=s(2499),{nonElementAsJSON:d}=s(3042),{ParentNode:h}=s(6907);c.NonElementParentNode=class extends h{getElementById(m){let{[f]:p,[l]:v}=this;for(;p!==v;){if(p.nodeType===o&&p.id===m)return p;p=p[f]}return null}cloneNode(m){const{ownerDocument:p,constructor:v}=this,g=new v(p);if(m){const{[l]:y}=g;for(const x of this.childNodes)g.insertBefore(x.cloneNode(m),y)}return g}toString(){const{childNodes:m,localName:p}=this;return`<${p}>${m.join("")}</${p}>`}toJSON(){const m=[];return d(this,m),m}}},6907:(i,c,s)=>{const{ATTRIBUTE_NODE:o,DOCUMENT_FRAGMENT_NODE:l,ELEMENT_NODE:f,TEXT_NODE:d,NODE_END:h,CDATA_SECTION_NODE:m,COMMENT_NODE:p}=s(3207),{PRIVATE:v,END:g,NEXT:y,PREV:x,START:C,VALUE:b}=s(2499),{prepareMatch:M}=s(4147),{previousSibling:w,nextSibling:z}=s(3564),{getEnd:_,knownAdjacent:S,knownBoundaries:k,knownSegment:H,knownSiblings:L,localCase:A}=s(1255),{Node:N}=s(4340),{Text:E}=s(6407),{NodeList:R}=s(1453),{moCallback:P}=s(7310),{connectedCallback:X}=s(2636),{nextElementSibling:B}=s(9022),Y=V=>V instanceof N,D=(V,T,I)=>{const{ownerDocument:W}=V;for(const O of I)V.insertBefore(Y(O)?O:new E(W,O),T)};c.ParentNode=class extends N{constructor(V,T,I){super(V,T,I),this[v]=null,this[y]=this[g]={[y]:null,[x]:this,[C]:this,nodeType:h,ownerDocument:this.ownerDocument,parentNode:null}}get childNodes(){const V=new R;let{firstChild:T}=this;for(;T;)V.push(T),T=z(T);return V}get children(){const V=new R;let{firstElementChild:T}=this;for(;T;)V.push(T),T=B(T);return V}get firstChild(){let{[y]:V,[g]:T}=this;for(;V.nodeType===o;)V=V[y];return V===T?null:V}get firstElementChild(){let{firstChild:V}=this;for(;V;){if(V.nodeType===f)return V;V=z(V)}return null}get lastChild(){const V=this[g][x];switch(V.nodeType){case h:return V[C];case o:return null}return V===this?null:V}get lastElementChild(){let{lastChild:V}=this;for(;V;){if(V.nodeType===f)return V;V=w(V)}return null}get childElementCount(){return this.children.length}prepend(...V){D(this,this.firstChild,V)}append(...V){D(this,this[g],V)}replaceChildren(...V){let{[y]:T,[g]:I}=this;for(;T!==I&&T.nodeType===o;)T=T[y];for(;T!==I;){const W=_(T)[y];T.remove(),T=W}V.length&&D(this,I,V)}getElementsByClassName(V){const T=new R;let{[y]:I,[g]:W}=this;for(;I!==W;)I.nodeType===f&&I.hasAttribute("class")&&I.classList.has(V)&&T.push(I),I=I[y];return T}getElementsByTagName(V){const T=new R;let{[y]:I,[g]:W}=this;for(;I!==W;)I.nodeType!==f||I.localName!==V&&A(I)!==V||T.push(I),I=I[y];return T}querySelector(V){const T=M(this,V);let{[y]:I,[g]:W}=this;for(;I!==W;){if(I.nodeType===f&&T(I))return I;I=I.nodeType===f&&I.localName==="template"?I[g]:I[y]}return null}querySelectorAll(V){const T=M(this,V),I=new R;let{[y]:W,[g]:O}=this;for(;W!==O;)W.nodeType===f&&T(W)&&I.push(W),W=W.nodeType===f&&W.localName==="template"?W[g]:W[y];return I}appendChild(V){return this.insertBefore(V,this[g])}contains(V){let T=V;for(;T&&T!==this;)T=T.parentNode;return T===this}insertBefore(V,T=null){if(V===T)return V;if(V===this)throw new Error("unable to append a node to itself");const I=T||this[g];switch(V.nodeType){case f:V.remove(),V.parentNode=this,k(I[x],V,I),P(V,null),X(V);break;case l:{let{[v]:W,firstChild:O,lastChild:j}=V;if(O){H(I[x],O,j,I),S(V,V[g]),W&&W.replaceChildren();do O.parentNode=this,P(O,null),O.nodeType===f&&X(O);while(O!==j&&(O=z(O)))}break}case d:case p:case m:V.remove();default:V.parentNode=this,L(I[x],V,I),P(V,null)}return V}normalize(){let{[y]:V,[g]:T}=this;for(;V!==T;){const{[y]:I,[x]:W,nodeType:O}=V;O===d&&(V[b]?W&&W.nodeType===d&&(W.textContent+=V.textContent,V.remove()):V.remove()),V=I}}removeChild(V){if(V.parentNode!==this)throw new Error("node is not a child");return V.remove(),V}replaceChild(V,T){const I=_(T)[y];return T.remove(),this.insertBefore(V,I),T}}},141:(i,c,s)=>{const{CLASS_LIST:o,NEXT:l,PREV:f,VALUE:d}=s(2499),{knownAdjacent:h,knownSiblings:m}=s(1255),{attributeChangedCallback:p}=s(2636),{attributeChangedCallback:v}=s(7310),g=new Set(["allowfullscreen","allowpaymentrequest","async","autofocus","autoplay","checked","class","contenteditable","controls","default","defer","disabled","draggable","formnovalidate","hidden","id","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","style","truespeed"]);c.emptyAttributes=g,c.setAttribute=(b,M)=>{const{[d]:w,name:z}=M;M.ownerElement=b,m(b,M,b[l]),z==="class"&&(b.className=w),v(b,z,null),p(b,z,null,w)},c.removeAttribute=(b,M)=>{const{[d]:w,name:z}=M;h(M[f],M[l]),M.ownerElement=M[f]=M[l]=null,z==="class"&&(b[o]=null),v(b,z,w),p(b,z,w,null)};const y={get:(b,M)=>b.hasAttribute(M),set(b,M,w){w?b.setAttribute(M,""):b.removeAttribute(M)}};c.booleanAttribute=y;const x={get:(b,M)=>parseFloat(b.getAttribute(M)||0),set(b,M,w){b.setAttribute(M,w)}};c.numericAttribute=x;const C={get:(b,M)=>b.getAttribute(M)||"",set(b,M,w){b.setAttribute(M,w)}};c.stringAttribute=C},3207:(i,c)=>{c.NODE_END=-1,c.ELEMENT_NODE=1,c.ATTRIBUTE_NODE=2,c.TEXT_NODE=3,c.CDATA_SECTION_NODE=4,c.COMMENT_NODE=8,c.DOCUMENT_NODE=9,c.DOCUMENT_TYPE_NODE=10,c.DOCUMENT_FRAGMENT_NODE=11;const s=new Set(["ARTICLE","ASIDE","BLOCKQUOTE","BODY","BR","BUTTON","CANVAS","CAPTION","COL","COLGROUP","DD","DIV","DL","DT","EMBED","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","H1","H2","H3","H4","H5","H6","LI","UL","OL","P"]);c.BLOCK_ELEMENTS=s,c.SHOW_ALL=-1,c.SHOW_ELEMENT=1,c.SHOW_TEXT=4,c.SHOW_CDATA_SECTION=8,c.SHOW_COMMENT=128,c.DOCUMENT_POSITION_DISCONNECTED=1,c.DOCUMENT_POSITION_PRECEDING=2,c.DOCUMENT_POSITION_FOLLOWING=4,c.DOCUMENT_POSITION_CONTAINS=8,c.DOCUMENT_POSITION_CONTAINED_BY=16,c.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=32,c.SVG_NAMESPACE="http://www.w3.org/2000/svg"},6085:(i,c,s)=>{const{Attr:o}=s(3087),{CharacterData:l}=s(2394),{CDATASection:f}=s(1929),{Comment:d}=s(2855),{DocumentFragment:h}=s(9614),{DocumentType:m}=s(7630),{Element:p}=s(434),{Node:v}=s(4340),{ShadowRoot:g}=s(7301),{Text:y}=s(6407),{SVGElement:x}=s(2287),{setPrototypeOf:C}=s(9915),b=()=>{throw new TypeError("Illegal constructor")};function M(){b()}function w(){b()}function z(){b()}function _(){b()}function S(){b()}function k(){b()}function H(){b()}function L(){b()}function A(){b()}function N(){b()}function E(){b()}c.illegalConstructor=b,c.Attr=M,C(M,o),M.prototype=o.prototype,c.CDATASection=w,C(w,f),w.prototype=f.prototype,c.CharacterData=z,C(z,l),z.prototype=l.prototype,c.Comment=_,C(_,d),_.prototype=d.prototype,c.DocumentFragment=S,C(S,h),S.prototype=h.prototype,c.DocumentType=k,C(k,m),k.prototype=m.prototype,c.Element=H,C(H,p),H.prototype=p.prototype,c.Node=L,C(L,v),L.prototype=v.prototype,c.ShadowRoot=A,C(A,g),A.prototype=g.prototype,c.Text=N,C(N,y),N.prototype=y.prototype,c.SVGElement=E,C(E,x),E.prototype=x.prototype;const R={Attr:M,CDATASection:w,CharacterData:z,Comment:_,DocumentFragment:S,DocumentType:k,Element:H,Node:L,ShadowRoot:A,Text:N,SVGElement:E};c.Facades=R},7852:(i,c,s)=>{const{HTMLElement:o}=s(3086),{HTMLTemplateElement:l}=s(283),{HTMLHtmlElement:f}=s(1248),{HTMLScriptElement:d}=s(3726),{HTMLFrameElement:h}=s(9154),{HTMLIFrameElement:m}=s(5204),{HTMLObjectElement:p}=s(8666),{HTMLHeadElement:v}=s(9107),{HTMLBodyElement:g}=s(4533),{HTMLStyleElement:y}=s(1302),{HTMLTimeElement:x}=s(5556),{HTMLFieldSetElement:C}=s(2410),{HTMLEmbedElement:b}=s(8366),{HTMLHRElement:M}=s(3),{HTMLProgressElement:w}=s(1654),{HTMLParagraphElement:z}=s(6177),{HTMLTableElement:_}=s(4999),{HTMLFrameSetElement:S}=s(1407),{HTMLLIElement:k}=s(7926),{HTMLBaseElement:H}=s(1872),{HTMLDataListElement:L}=s(2136),{HTMLInputElement:A}=s(3723),{HTMLParamElement:N}=s(4954),{HTMLMediaElement:E}=s(1559),{HTMLAudioElement:R}=s(5025),{HTMLHeadingElement:P}=s(7857),{HTMLDirectoryElement:X}=s(1356),{HTMLQuoteElement:B}=s(8879),{HTMLCanvasElement:Y}=s(9585),{HTMLLegendElement:D}=s(3092),{HTMLOptionElement:V}=s(6632),{HTMLSpanElement:T}=s(3969),{HTMLMeterElement:I}=s(58),{HTMLVideoElement:W}=s(6496),{HTMLTableCellElement:O}=s(5198),{HTMLTitleElement:j}=s(4629),{HTMLOutputElement:t1}=s(8960),{HTMLTableRowElement:r1}=s(2630),{HTMLDataElement:Q}=s(8581),{HTMLMenuElement:f1}=s(6950),{HTMLSelectElement:q}=s(1821),{HTMLBRElement:g1}=s(8829),{HTMLButtonElement:_1}=s(3837),{HTMLMapElement:m1}=s(9405),{HTMLOptGroupElement:o1}=s(3224),{HTMLDListElement:u1}=s(5338),{HTMLTextAreaElement:d1}=s(3856),{HTMLFontElement:y1}=s(6284),{HTMLDivElement:V1}=s(5944),{HTMLLinkElement:C1}=s(2409),{HTMLSlotElement:S1}=s(25),{HTMLFormElement:L1}=s(2947),{HTMLImageElement:H1}=s(7154),{HTMLPreElement:N1}=s(2574),{HTMLUListElement:p1}=s(3219),{HTMLMetaElement:w1}=s(8336),{HTMLPictureElement:D1}=s(8869),{HTMLAreaElement:K1}=s(5520),{HTMLOListElement:F1}=s(6589),{HTMLTableCaptionElement:Q1}=s(1452),{HTMLAnchorElement:h2}=s(8284),{HTMLLabelElement:a2}=s(3701),{HTMLUnknownElement:H2}=s(4069),{HTMLModElement:A2}=s(3707),{HTMLDetailsElement:b1}=s(2357),{HTMLSourceElement:v1}=s(5752),{HTMLTrackElement:P1}=s(2788),{HTMLMarqueeElement:B1}=s(3003);c.HTMLElement=o,c.HTMLTemplateElement=l,c.HTMLHtmlElement=f,c.HTMLScriptElement=d,c.HTMLFrameElement=h,c.HTMLIFrameElement=m,c.HTMLObjectElement=p,c.HTMLHeadElement=v,c.HTMLBodyElement=g,c.HTMLStyleElement=y,c.HTMLTimeElement=x,c.HTMLFieldSetElement=C,c.HTMLEmbedElement=b,c.HTMLHRElement=M,c.HTMLProgressElement=w,c.HTMLParagraphElement=z,c.HTMLTableElement=_,c.HTMLFrameSetElement=S,c.HTMLLIElement=k,c.HTMLBaseElement=H,c.HTMLDataListElement=L,c.HTMLInputElement=A,c.HTMLParamElement=N,c.HTMLMediaElement=E,c.HTMLAudioElement=R,c.HTMLHeadingElement=P,c.HTMLDirectoryElement=X,c.HTMLQuoteElement=B,c.HTMLCanvasElement=Y,c.HTMLLegendElement=D,c.HTMLOptionElement=V,c.HTMLSpanElement=T,c.HTMLMeterElement=I,c.HTMLVideoElement=W,c.HTMLTableCellElement=O,c.HTMLTitleElement=j,c.HTMLOutputElement=t1,c.HTMLTableRowElement=r1,c.HTMLDataElement=Q,c.HTMLMenuElement=f1,c.HTMLSelectElement=q,c.HTMLBRElement=g1,c.HTMLButtonElement=_1,c.HTMLMapElement=m1,c.HTMLOptGroupElement=o1,c.HTMLDListElement=u1,c.HTMLTextAreaElement=d1,c.HTMLFontElement=y1,c.HTMLDivElement=V1,c.HTMLLinkElement=C1,c.HTMLSlotElement=S1,c.HTMLFormElement=L1,c.HTMLImageElement=H1,c.HTMLPreElement=N1,c.HTMLUListElement=p1,c.HTMLMetaElement=w1,c.HTMLPictureElement=D1,c.HTMLAreaElement=K1,c.HTMLOListElement=F1,c.HTMLTableCaptionElement=Q1,c.HTMLAnchorElement=h2,c.HTMLLabelElement=a2,c.HTMLUnknownElement=H2,c.HTMLModElement=A2,c.HTMLDetailsElement=b1,c.HTMLSourceElement=v1,c.HTMLTrackElement=P1,c.HTMLMarqueeElement=B1;const n2={HTMLElement:o,HTMLTemplateElement:l,HTMLHtmlElement:f,HTMLScriptElement:d,HTMLFrameElement:h,HTMLIFrameElement:m,HTMLObjectElement:p,HTMLHeadElement:v,HTMLBodyElement:g,HTMLStyleElement:y,HTMLTimeElement:x,HTMLFieldSetElement:C,HTMLEmbedElement:b,HTMLHRElement:M,HTMLProgressElement:w,HTMLParagraphElement:z,HTMLTableElement:_,HTMLFrameSetElement:S,HTMLLIElement:k,HTMLBaseElement:H,HTMLDataListElement:L,HTMLInputElement:A,HTMLParamElement:N,HTMLMediaElement:E,HTMLAudioElement:R,HTMLHeadingElement:P,HTMLDirectoryElement:X,HTMLQuoteElement:B,HTMLCanvasElement:Y,HTMLLegendElement:D,HTMLOptionElement:V,HTMLSpanElement:T,HTMLMeterElement:I,HTMLVideoElement:W,HTMLTableCellElement:O,HTMLTitleElement:j,HTMLOutputElement:t1,HTMLTableRowElement:r1,HTMLDataElement:Q,HTMLMenuElement:f1,HTMLSelectElement:q,HTMLBRElement:g1,HTMLButtonElement:_1,HTMLMapElement:m1,HTMLOptGroupElement:o1,HTMLDListElement:u1,HTMLTextAreaElement:d1,HTMLFontElement:y1,HTMLDivElement:V1,HTMLLinkElement:C1,HTMLSlotElement:S1,HTMLFormElement:L1,HTMLImageElement:H1,HTMLPreElement:N1,HTMLUListElement:p1,HTMLMetaElement:w1,HTMLPictureElement:D1,HTMLAreaElement:K1,HTMLOListElement:F1,HTMLTableCaptionElement:Q1,HTMLAnchorElement:h2,HTMLLabelElement:a2,HTMLUnknownElement:H2,HTMLModElement:A2,HTMLDetailsElement:b1,HTMLSourceElement:v1,HTMLTrackElement:P1,HTMLMarqueeElement:B1};c.HTMLClasses=n2},3042:(i,c,s)=>{const{NODE_END:o,ATTRIBUTE_NODE:l,CDATA_SECTION_NODE:f,COMMENT_NODE:d,DOCUMENT_TYPE_NODE:h,ELEMENT_NODE:m,TEXT_NODE:p}=s(3207),{END:v,NEXT:g,VALUE:y}=s(2499),{getEnd:x}=s(1255),C=({[g]:_,[v]:S},k)=>{for(;_!==S;){switch(_.nodeType){case l:b(_,k);break;case p:case d:case f:M(_,k);break;case m:z(_,k),_=x(_);break;case h:w(_,k)}_=_[g]}const H=k.length-1,L=k[H];typeof L=="number"&&L<0?k[H]+=o:k.push(o)},b=(_,S)=>{S.push(l,_.name);const k=_[y].trim();k&&S.push(k)};c.attrAsJSON=b;const M=(_,S)=>{const k=_[y];k.trim()&&S.push(_.nodeType,k)};c.characterDataAsJSON=M,c.nonElementAsJSON=(_,S)=>{S.push(_.nodeType),C(_,S)};const w=({name:_,publicId:S,systemId:k},H)=>{H.push(h,_),S&&H.push(S),k&&H.push(k)};c.documentTypeAsJSON=w;const z=(_,S)=>{S.push(m,_.localName),C(_,S)};c.elementAsJSON=z},4147:(i,c,s)=>{const o=s(2603),{ELEMENT_NODE:l,TEXT_NODE:f}=s(3207),{ignoreCase:d}=s(1255),{isArray:h}=Array,m=({nodeType:b})=>b===l,p=(b,M)=>M.some(w=>m(w)&&(b(w)||p(b,v(w)))),v=({childNodes:b})=>b,g=b=>h(b)?b.map(g).join(""):m(b)?g(v(b)):b.nodeType===f?b.data:"",y=(b,M)=>{const w=[];for(const z of M)m(z)&&(b(z)&&w.push(z),w.push(...y(b,v(z))));return w},x=(b,M)=>{for(let w of M)if(b(w)||(w=x(b,v(w))))return w;return null},C={isTag:m,existsOne:p,getAttributeValue:(b,M)=>M==="class"?b.classList.value:b.getAttribute(M),getChildren:v,getName:b=>{const{localName:M}=b;return d(b)?M.toLowerCase():M},getParent:({parentNode:b})=>b,getSiblings:b=>{const{parentNode:M}=b;return M?v(M):b},getText:g,hasAttrib:(b,M)=>b.hasAttribute(M),removeSubsets:b=>{let{length:M}=b;for(;M--;){const w=b[M];if(M&&-1<b.lastIndexOf(w,M-1))b.splice(M,1);else for(let{parentNode:z}=w;z;z=z.parentNode)if(b.includes(z)){b.splice(M,1);break}}return b},findAll:y,findOne:x};c.prepareMatch=(b,M)=>o.compile(M,{context:M.includes(":scope")?b:void 0,xmlMode:!d(b),adapter:C}),c.matches=(b,M)=>o.is(b,M,{strict:!0,context:M.includes(":scope")?b:void 0,xmlMode:!d(b),adapter:C})},9844:(i,c)=>{const s={test:()=>!0},o={"text/html":{docType:"<!DOCTYPE html>",ignoreCase:!0,voidElements:/^(?:area|base|br|col|embed|hr|img|input|keygen|link|menuitem|meta|param|source|track|wbr)$/i},"image/svg+xml":{docType:'<?xml version="1.0" encoding="utf-8"?>',ignoreCase:!1,voidElements:s},"text/xml":{docType:'<?xml version="1.0" encoding="utf-8"?>',ignoreCase:!1,voidElements:s},"application/xml":{docType:'<?xml version="1.0" encoding="utf-8"?>',ignoreCase:!1,voidElements:s},"application/xhtml+xml":{docType:'<?xml version="1.0" encoding="utf-8"?>',ignoreCase:!1,voidElements:s}};c.Mime=o},3564:(i,c,s)=>{const{CDATA_SECTION_NODE:o,COMMENT_NODE:l,DOCUMENT_NODE:f,DOCUMENT_FRAGMENT_NODE:d,TEXT_NODE:h,NODE_END:m}=s(3207),{START:p,NEXT:v,PREV:g}=s(2499),{getEnd:y}=s(1255);c.isConnected=({ownerDocument:x,parentNode:C})=>{for(;C;){if(C===x)return!0;C=C.parentNode||C.host}return!1},c.parentElement=({parentNode:x})=>{if(x)switch(x.nodeType){case f:case d:return null}return x},c.previousSibling=({[g]:x})=>{switch(x?x.nodeType:0){case m:return x[p];case h:case l:case o:return x}return null},c.nextSibling=x=>{const C=y(x)[v];return C&&(C.nodeType===m?null:C)}},9915:(i,c)=>{const{assign:s,create:o,defineProperties:l,entries:f,getOwnPropertyDescriptors:d,keys:h,setPrototypeOf:m}=Object;c.assign=s,c.create=o,c.defineProperties=l,c.entries=f,c.getOwnPropertyDescriptors=d,c.keys=h,c.setPrototypeOf=m},354:(i,c,s)=>{const o=s(8659),{ELEMENT_NODE:l,SVG_NAMESPACE:f}=s(3207),{CUSTOM_ELEMENTS:d,PREV:h,END:m,VALUE:p}=s(2499),{keys:v}=s(9915),{knownBoundaries:g,knownSiblings:y}=s(1255),{attributeChangedCallback:x,connectedCallback:C}=s(2636),{Parser:b}=o;let M=!0;const w=(_,S,k)=>{const H=_[m];return S.parentNode=_,g(H[h],S,H),k&&S.nodeType===l&&C(S),S},z=(_,S,k,H,L)=>{k[p]=H,k.ownerElement=_,y(S[h],k,S),k.name==="class"&&(_.className=H),L&&x(_,k.name,null,H)};c.isNotParsing=()=>M,c.parseFromString=(_,S,k)=>{const{active:H,registry:L}=_[d];let A=_,N=null,E=!1;M=!1;const R=new b({onprocessinginstruction(P,X){P.toLowerCase()==="!doctype"&&(_.doctype=X.slice(P.length).trim())},onopentag(P,X){let B=!0;if(S){if(N)A=w(A,_.createElementNS(f,P),H),A.ownerSVGElement=N,B=!1;else if(P==="svg"||P==="SVG")N=_.createElementNS(f,P),A=w(A,N,H),B=!1;else if(H){const D=P.includes("-")?P:X.is||"";if(D&&L.has(D)){const{Class:V}=L.get(D);A=w(A,new V,H),delete X.is,B=!1}}}B&&(A=w(A,_.createElement(P),!1));let Y=A[m];for(const D of v(X))z(A,Y,_.createAttribute(D),X[D],H)},oncomment(P){w(A,_.createComment(P),H)},ontext(P){w(A,E?_.createCDATASection(P):_.createTextNode(P),H)},oncdatastart(){E=!0},oncdataend(){E=!1},onclosetag(){S&&A===N&&(N=null),A=A.parentNode}},{lowerCaseAttributeNames:!1,decodeEntities:!0,xmlMode:!S});return R.write(k),R.end(),M=!0,_}},272:(i,c,s)=>{const{NODE_END:o,ELEMENT_NODE:l,ATTRIBUTE_NODE:f,TEXT_NODE:d,CDATA_SECTION_NODE:h,COMMENT_NODE:m,DOCUMENT_NODE:p,DOCUMENT_TYPE_NODE:v,DOCUMENT_FRAGMENT_NODE:g}=s(3207),{END:y,PREV:x}=s(2499),{htmlClasses:C}=s(882),{knownBoundaries:b,knownSiblings:M}=s(1255),{Attr:w}=s(3087),{CDATASection:z}=s(1929),{Comment:_}=s(2855),{DocumentType:S}=s(7630),{Text:k}=s(6407),{HTMLDocument:H}=s(3233),{HTMLElement:L}=s(3086),{SVGElement:A}=s(2287),{parse:N}=JSON,E=(P,X,B)=>{X.parentNode=P,M(B[x],X,B)},R=(P,X)=>C.has(X)?new(C.get(X))(P,X):new L(P,X);c.parseJSON=P=>{const X=typeof P=="string"?N(P):P,{length:B}=X,Y=new H;let D=Y,V=D[y],T=!1,I=0;for(;I<B;){let W=X[I++];switch(W){case l:{const O=X[I++],j=T||O==="svg"||O==="SVG",t1=j?new A(Y,O,D.ownerSVGElement||null):R(Y,O);b(V[x],t1,V),t1.parentNode=D,D=t1,V=D[y],T=j;break}case f:{const O=X[I++],j=typeof X[I]=="string"?X[I++]:"",t1=new w(Y,O,j);t1.ownerElement=D,M(V[x],t1,V);break}case d:E(D,new k(Y,X[I++]),V);break;case m:E(D,new _(Y,X[I++]),V);break;case h:E(D,new z(Y,X[I++]),V);break;case v:{const O=[Y];for(;typeof X[I]=="string";)O.push(X[I++]);O.length===3&&/\.dtd$/i.test(O[2])&&O.splice(2,0,""),E(D,new S(...O),V);break}case g:D=Y.createDocumentFragment(),V=D[y];case p:break;default:do W-=o,T&&!D.ownerSVGElement&&(T=!1),D=D.parentNode||D;while(W<0);V=D[y]}}switch(I&&X[0]){case l:return Y.firstElementChild;case g:return D}return Y},c.toJSON=P=>P.toJSON()},882:(i,c)=>{const s=new Map;c.htmlClasses=s,c.registerHTMLClass=(o,l)=>{for(const f of[].concat(o))s.set(f,l),s.set(f.toUpperCase(),l)}},5672:(i,c)=>{const s=new WeakMap;c.shadowRoots=s},2499:(i,c)=>{const s=Symbol("changed");c.CHANGED=s;const o=Symbol("classList");c.CLASS_LIST=o;const l=Symbol("CustomElements");c.CUSTOM_ELEMENTS=l;const f=Symbol("content");c.CONTENT=f;const d=Symbol("dataset");c.DATASET=d;const h=Symbol("doctype");c.DOCTYPE=h;const m=Symbol("DOMParser");c.DOM_PARSER=m;const p=Symbol("end");c.END=p;const v=Symbol("EventTarget");c.EVENT_TARGET=v;const g=Symbol("globals");c.GLOBALS=g;const y=Symbol("image");c.IMAGE=y;const x=Symbol("mime");c.MIME=x;const C=Symbol("MutationObserver");c.MUTATION_OBSERVER=C;const b=Symbol("next");c.NEXT=b;const M=Symbol("ownerElement");c.OWNER_ELEMENT=M;const w=Symbol("prev");c.PREV=w;const z=Symbol("private");c.PRIVATE=z;const _=Symbol("sheet");c.SHEET=_;const S=Symbol("start");c.START=S;const k=Symbol("style");c.STYLE=k;const H=Symbol("upgrade");c.UPGRADE=H;const L=Symbol("value");c.VALUE=L},9809:(i,c)=>{const{replace:s}="",o=/[<>&\xA0]/g,l={" ":"&#160;","&":"&amp;","<":"&lt;",">":"&gt;"},f=d=>l[d];c.escape=d=>s.call(d,o,f)},1255:(i,c,s)=>{const{ELEMENT_NODE:o}=s(3207),{END:l,MIME:f,NEXT:d,PREV:h}=s(2499),m=String;c.String=m;const p=g=>g.nodeType===o?g[l]:g;c.getEnd=p,c.ignoreCase=({ownerDocument:g})=>g[f].ignoreCase;const v=(g,y)=>{g[d]=y,y[h]=g};c.knownAdjacent=v,c.knownBoundaries=(g,y,x)=>{v(g,y),v(p(y),x)},c.knownSegment=(g,y,x,C)=>{v(g,y),v(p(x),C)},c.knownSiblings=(g,y,x)=>{v(g,y),v(y,x)},c.localCase=({localName:g,ownerDocument:y})=>y[f].ignoreCase?g.toUpperCase():g,c.setAdjacent=(g,y)=>{g&&(g[d]=y),y&&(y[h]=g)}},5394:(i,c,s)=>{const{MIME:o}=s(2499),{Document:l}=s(1981);c.SVGDocument=class extends l{constructor(){super("image/svg+xml")}toString(){return this[o].docType+super.toString()}}},2287:(i,c,s)=>{const{Element:o}=s(434),{String:l}=s(1255),f=new WeakMap,d={get:(h,m)=>h[m],set:(h,m,p)=>(h[m]=p,!0)};c.SVGElement=class extends o{constructor(h,m,p=null){super(h,m),this.ownerSVGElement=p}get className(){return f.has(this)||f.set(this,new Proxy({baseVal:"",animVal:""},d)),f.get(this)}set className(h){const{classList:m}=this;m.clear(),m.add(...l(h).split(/\s+/))}get namespaceURI(){return"http://www.w3.org/2000/svg"}getAttribute(h){return h==="class"?[...this.classList].join(" "):super.getAttribute(h)}setAttribute(h,m){if(h==="class")this.className=m;else if(h==="style"){const{className:p}=this;p.baseVal=p.animVal=m}super.setAttribute(h,m)}}},8315:(i,c,s)=>{const{MIME:o}=s(2499),{Document:l}=s(1981);c.XMLDocument=class extends l{constructor(){super("text/xml")}toString(){return this[o].docType+super.toString()}}},7173:i=>{class c{constructor(o,l){this.width=o,this.height=l}getContext(){return null}toDataURL(){return""}}i.exports={createCanvas:(s,o)=>new c(s,o)}},5873:(i,c,s)=>{try{i.exports=Object(function(){var o=new Error("Cannot find module 'canvas'");throw o.code="MODULE_NOT_FOUND",o}())}catch{i.exports=s(7173)}},273:(i,c,s)=>{try{const{performance:o}=s(Object(function(){var l=new Error("Cannot find module 'perf_hooks'");throw l.code="MODULE_NOT_FOUND",l}()));c.performance=o}catch{c.performance={now:()=>+new Date}}},1876:i=>{i.exports=c=>c.replace(/(([A-Z0-9])([A-Z0-9][a-z]))|(([a-z0-9]+)([A-Z]))/g,"$2$5-$3$6").toLowerCase()}},r={};function n(i){var c=r[i];if(c!==void 0)return c.exports;var s=r[i]={exports:{}};return a[i].call(s.exports,s,s.exports,n),s.exports}return n.d=(i,c)=>{for(var s in c)n.o(c,s)&&!n.o(i,s)&&Object.defineProperty(i,s,{enumerable:!0,get:c[s]})},n.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),n.o=(i,c)=>Object.prototype.hasOwnProperty.call(i,c),n.r=i=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(i,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(i,"__esModule",{value:!0})},n(7927)})())})(Zp);var Xe=Zp.exports,U3;let fe=(U3=class{constructor(t){z1(this,"config");this.config=t}static init(t){if(U3.instance)throw new Error("Config is already initialized");U3.instance=new U3(t)}static getConfig(){if(!U3.instance)throw new Error("Config is not initialized. Call init() first.");return U3.instance.config}},z1(U3,"instance"),U3);const Q3=Z3.defineStore("pga-app-options",()=>{const e=u.ref(!1),t=u.ref({language:"es",theme:"light"}),a=u.computed({get(){return t.value.language},set(o){t.value.language=o}}),r=u.computed({get(){return t.value.theme},set(o){t.value.theme=o}});u.watch(r,()=>B7());function n(o){e.value||(e.value=!0,t.value=Xe.mergeDeep(t.value,o))}function i(o){a.value=o}function c(o){r.value=o}function s(){r.value=r.value==="light"?"dark":"light"}return{options:t,language:a,theme:r,init:n,setLanguage:i,setTheme:c,changeTheme:s}},{persist:!0}),ET=m7(),Kt=Z3.defineStore("pga-route",()=>{const e=u.ref(),t=u.ref(!ET),a=u.computed(()=>cg(e.value)),r=u.computed(()=>{var s;return Ln(a.value,(s=e.value)==null?void 0:s.name)}),n=u.computed(()=>{var s;return(s=e.value)==null?void 0:s.meta.access}),i=u.computed(()=>{var s;return!!((s=e.value)!=null&&s.meta.preventDisplayNavigationBars)}),c=u.computed(()=>!i.value&&t.value);return{currentRoute:e,isSideBarOpen:t,currentRouteType:a,currentRouteTitle:r,currentRouteAccess:n,preventDisplayNavigationBars:i,isDisplayingSideBar:c}}),NT={es:{successfulLogout:"¡Vuelva pronto!"}},OT={es:{alertTitle:"¿Estás seguro?",cancelBtn:"Cancelar",acceptBtn:"Eliminar"}},PT={es:{INTERNAL_SERVER_ERROR:"Ha ocurrido un error",DUPLICATE_KEY:"Item ya creado",FOREIGN_KEY_INTEGRITY:"El item no existe",MODELS_ASSOCIATED:"No se puede eliminar porque tiene items asociados",INVALID_INPUT_DATA:"Los datos ingresados no son correctos",ENTITY_NOT_FOUND:"El item no existe",INVALID_CREDENTIALS:"Usuario o contraseña incorrectos",UNAUTHORIZED:"No autorizado"}},DT={es:{LOGIN:"¡Bienvenido!"}},RT={es:{noItemsText:"No hay resultados"}},FT={es:{selectFileLabel:"Seleccionar archivo",selectFilesLabel:"Seleccionar archivos",removeBtn:"Eliminar archivo",newFileError:"Formato inválido"}},BT={es:{optionalLabel:"Opcional"}},IT={es:{usernameLabel:"Usuario",passwordLabel:"Contraseña",loginBtn:"Iniciar sesión"}},$T={es:{emptyOptionsText:"No hay opciones"}},UT={es:{cancelBtn:"Cancelar",selectBtn:"Seleccionar"}},qT={es:{backBtn:"Volver",deleteBtn:"Eliminar",confirmDeleteText:"",editBtn:"Editar",logoutBtn:"Cerrar sesión"}},jT={es:{savedMsg:"Guardado",saveErrorMsg:"Texto demasiado largo"}},WT={es:{selectFileLabel:"Seleccionar imágenes",confirmDeleteText:"La imagen se eliminará permanentemente.",maxImagesQuantityAlert:"Solo puede cargar {maxQuantity} imágenes"}},GT={es:{header:{switchToLightMode:"Cambiar a modo claro",switchToDarkMode:"Cambiar a modo oscuro",logout:"Cerrar sesión"},footer:{allRightsReserved:"Todos los derechos reservados",designedBy:"Diseñado por"}}},YT={es:{cancelBtn:"Cancelar",acceptBtn:"Guardar"}},XT={es:{columnTitleActions:"",selectAllBtn:"Seleccionar todo",withTheSelectedItemsText:"Con los seleccionados:",filtersBtn:"Filtros",filtersModalTitle:"Filtros",seeDetailsBtn:"Ver detalles",confirmDeleteText:'¿Eliminar "{description}"?'}},KT={es:{removeAllBtn:"Eliminar todo"}},ZT={es:{requiredRuleError:"Campo requerido",minLengthRuleError:"Longitud mínima: {length} caracteres",maxLengthRuleError:"Longitud máxima: {length} caracteres",integerRuleError:"Ingrese un valor entero",lessEqualRuleError:"Ingrese un valor menor o igual a {number}",greaterEqualRuleError:"Ingrese un valor mayor o igual a {number}",lessThanRuleError:"Ingrese un valor menor a {number}",greaterThanRuleError:"Ingrese un valor mayor a {number}"}},QT={authHelpers:NT,alert:OT,apiConnectionsError:PT,apiConnectionsSuccess:DT,pgaDisplayNoItems:RT,pgaInputFile:FT,pgaInputGroup:BT,pgaLoginForm:IT,pgaSelect:$T,pgaVueDatePicker:UT,pgaButton:qT,pgaEditor:jT,pgaImage:WT,pgaLayout:GT,pgaModal:YT,pgaTable:XT,notifications:KT,validations:ZT};function Qp(e){function t(a,r){return function(n,i={}){const c=Q3().language,s=e==null?void 0:e[a],o=s==null?void 0:s[c],l=r?r.split(".").reduce((p,v)=>p==null?void 0:p[v],o):o,f=(l==null?void 0:l[n])||"",d=i.count||0,h=f.split("|").map(p=>p.trim());let m=h[0];h.length===2?m=d===1?h[0]:h[1]:h.length===3&&(m=d===0?h[0]:d===1?h[1]:h[2]),m=m.replace(new RegExp("{count}","g"),d.toString());for(const p in i)p!=="count"&&i[p]!==void 0&&i[p]!==null&&(m=m.replace(new RegExp(`{${p}}`,"g"),i[p].toString()));return m}}return t}const se=Qp(QT),JT=se("authHelpers");function Jp(){const e=fe.getConfig().stores.useAuthStore(),t=Kt().currentRouteType,a=`auth${Xe.getFirstChartInUppercase(t)}`;return!!e[a].accessToken&&!!e[a].user.id}function ev(){const e=fe.getConfig().stores.useAuthStore(),t=Kt().currentRouteType,a=`auth${Xe.getFirstChartInUppercase(t)}`;return e[a].accessToken}async function tv(e,t,a){const r=fe.getConfig(),n=r.stores.useAuthStore(),i=`authentication/login/${e}`,c={basicAuth:t,isLoadingRef:a==null?void 0:a.isLoadingRef},s=await r.api.postOne(i,void 0,c);n.setAuthUser(e,s.data);const o={name:(a==null?void 0:a.redirectToName)||r.defaultRoutes[e].auth};r.router.push(o)}async function av(){const e=fe.getConfig(),t=e.stores.useAuthStore(),a=Kt().currentRouteType;try{const r=`authentication/validateAccessToken/${a}`,n=await e.api.getOne(r,void 0,void 0,{preventDisplayError:!0});t.setAuthUser(a,n.data)}catch{t.setAuthUser(a)}}function rv(e){const t=fe.getConfig();t.stores.useAuthStore().setAuthUser(e),S4("success",()=>JT("successfulLogout"));const r={name:`login${Xe.getFirstChartInUppercase(e)}`};t.router.push(r)}function gi(e,t){const a=e.toLocaleString(Q3().language,{maximumFractionDigits:t});return a==="-0"?"0":a}function eE(e,t,a,r=!0){let n=gi(e,t);return r&&(n=n+=` ${a}`),n}function m7(){return window.innerWidth<=768}function yi(e,t,a){const r=document.querySelector(":root"),n="--pga-",i=a!=null&&a.preventConvertToKebab?e:Xe.camelToKebab(e);r.style.setProperty(`${n}${i}`,t)}function xi(e){const t=e?"visible":"hidden";document.body.style.overflow=t}function tE(e,t,a="animate__"){return new Promise(r=>{const n=`${a}${t}`,i=document.querySelector(e);if(i){i.classList.add(`${a}animated`,n);const c=s=>{s.stopPropagation(),i==null||i.classList.remove(`${a}animated`,n),r("Animation ended")};i.addEventListener("animationend",c,{once:!0})}})}function p7(e){return Object.keys(Xp).includes(e)}function nv(e,t){let a=0,r=0,n=0,i=0;if(e.startsWith("rgb")||e.startsWith("rgba")){const s=e.replace(/rgba?\((.*?)\)/,"$1").replace(/\s/g,""),[,o,l,f,d="1"]=s.match(/(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*([\d.]+))?/);a=parseInt(o),r=parseInt(l),n=parseInt(f),i=parseFloat(d)}if(e.startsWith("#")){let s=e;s.length===4&&(s="#"+s[1]+s[1]+s[2]+s[2]+s[3]+s[3]);let[,o,l,f,d]=s.match(/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i).map((h,m)=>m===4?parseInt(h,16)/255:parseInt(h,16));d=d?parseFloat(d.toFixed(3)):1,a=o,r=l,n=f,i=d}const c=t/100;return`rgba(${a}, ${r}, ${n}, ${i*c})`}function Us(e,t){const r=`color-${Xe.camelToKebab(e)}`,n={preventConvertToKebab:!0};yi(r,t,n);for(let i=5;i<=95;i+=5){const c=i<10?`0${i}`:i%10===0?`${i/10}`:`${i}`;yi(`${r}-0${c}`,nv(t,i),n)}}function aE(){const e=Kp,t=Math.floor(Math.random()*Object.keys(e).length);return e[Object.keys(e)[t]]}function i6(e,t){if(!e)return"-";const r={...{format:"short",withTime:!0,justTime:!1},...t},n={weekday:r.format==="numeric"||r.justTime?void 0:r.format,year:r.justTime?void 0:"numeric",month:r.justTime?void 0:r.format==="numeric"?"2-digit":r.format,day:r.justTime?void 0:"2-digit",hour:r.withTime||r.justTime?"2-digit":void 0,minute:r.withTime||r.justTime?"2-digit":void 0},i=e.toLocaleString(Q3().language,n);return i.charAt(0).toUpperCase()+i.slice(1)}function cv(e){if(!e)return!1;let t=e;const a=["http://","https://"];for(const r of a)if(e.startsWith(r)){t=e.replace(r,"");break}return t=t.replace(/:(\d*)$/,""),window.location.href.includes(t)}const iv=["production","demo","testing","development"];function rE(e,t){if(t)return t;for(const a of iv)for(const r of e[a])if(cv(r))return a;throw Error("Incorrect URL")}/*! @license DOMPurify 3.2.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.3/LICENSE */const{entries:sv,setPrototypeOf:Zf,isFrozen:nE,getPrototypeOf:cE,getOwnPropertyDescriptor:iE}=Object;let{freeze:bt,seal:Yt,create:ov}=Object,{apply:qs,construct:js}=typeof Reflect<"u"&&Reflect;bt||(bt=function(t){return t});Yt||(Yt=function(t){return t});qs||(qs=function(t,a,r){return t.apply(a,r)});js||(js=function(t,a){return new t(...a)});const cc=Ot(Array.prototype.forEach),Qf=Ot(Array.prototype.pop),O6=Ot(Array.prototype.push),Yc=Ot(String.prototype.toLowerCase),N5=Ot(String.prototype.toString),Jf=Ot(String.prototype.match),P6=Ot(String.prototype.replace),sE=Ot(String.prototype.indexOf),oE=Ot(String.prototype.trim),o3=Ot(Object.prototype.hasOwnProperty),mt=Ot(RegExp.prototype.test),D6=lE(TypeError);function Ot(e){return function(t){for(var a=arguments.length,r=new Array(a>1?a-1:0),n=1;n<a;n++)r[n-1]=arguments[n];return qs(e,t,r)}}function lE(e){return function(){for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return js(e,a)}}function p2(e,t){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Yc;Zf&&Zf(e,null);let r=t.length;for(;r--;){let n=t[r];if(typeof n=="string"){const i=a(n);i!==n&&(nE(t)||(t[r]=i),n=i)}e[n]=!0}return e}function fE(e){for(let t=0;t<e.length;t++)o3(e,t)||(e[t]=null);return e}function R0(e){const t=ov(null);for(const[a,r]of sv(e))o3(e,a)&&(Array.isArray(r)?t[a]=fE(r):r&&typeof r=="object"&&r.constructor===Object?t[a]=R0(r):t[a]=r);return t}function R6(e,t){for(;e!==null;){const r=iE(e,t);if(r){if(r.get)return Ot(r.get);if(typeof r.value=="function")return Ot(r.value)}e=cE(e)}function a(){return null}return a}const eu=bt(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),O5=bt(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),P5=bt(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),uE=bt(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),D5=bt(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),dE=bt(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),tu=bt(["#text"]),au=bt(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),R5=bt(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),ru=bt(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),ic=bt(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),hE=Yt(/\{\{[\w\W]*|[\w\W]*\}\}/gm),mE=Yt(/<%[\w\W]*|[\w\W]*%>/gm),pE=Yt(/\$\{[\w\W]*}/gm),vE=Yt(/^data-[\-\w.\u00B7-\uFFFF]+$/),gE=Yt(/^aria-[\-\w]+$/),lv=Yt(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),yE=Yt(/^(?:\w+script|data):/i),xE=Yt(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),fv=Yt(/^html$/i),bE=Yt(/^[a-z][.\w]*(-[.\w]+)+$/i);var nu=Object.freeze({__proto__:null,ARIA_ATTR:gE,ATTR_WHITESPACE:xE,CUSTOM_ELEMENT:bE,DATA_ATTR:vE,DOCTYPE_NAME:fv,ERB_EXPR:mE,IS_ALLOWED_URI:lv,IS_SCRIPT_OR_DATA:yE,MUSTACHE_EXPR:hE,TMPLIT_EXPR:pE});const F6={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},CE=function(){return typeof window>"u"?null:window},ME=function(t,a){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let r=null;const n="data-tt-policy-suffix";a&&a.hasAttribute(n)&&(r=a.getAttribute(n));const i="dompurify"+(r?"#"+r:"");try{return t.createPolicy(i,{createHTML(c){return c},createScriptURL(c){return c}})}catch{return console.warn("TrustedTypes policy "+i+" could not be created."),null}},cu=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function uv(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:CE();const t=G=>uv(G);if(t.version="3.2.3",t.removed=[],!e||!e.document||e.document.nodeType!==F6.document)return t.isSupported=!1,t;let{document:a}=e;const r=a,n=r.currentScript,{DocumentFragment:i,HTMLTemplateElement:c,Node:s,Element:o,NodeFilter:l,NamedNodeMap:f=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:d,DOMParser:h,trustedTypes:m}=e,p=o.prototype,v=R6(p,"cloneNode"),g=R6(p,"remove"),y=R6(p,"nextSibling"),x=R6(p,"childNodes"),C=R6(p,"parentNode");if(typeof c=="function"){const G=a.createElement("template");G.content&&G.content.ownerDocument&&(a=G.content.ownerDocument)}let b,M="";const{implementation:w,createNodeIterator:z,createDocumentFragment:_,getElementsByTagName:S}=a,{importNode:k}=r;let H=cu();t.isSupported=typeof sv=="function"&&typeof C=="function"&&w&&w.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:L,ERB_EXPR:A,TMPLIT_EXPR:N,DATA_ATTR:E,ARIA_ATTR:R,IS_SCRIPT_OR_DATA:P,ATTR_WHITESPACE:X,CUSTOM_ELEMENT:B}=nu;let{IS_ALLOWED_URI:Y}=nu,D=null;const V=p2({},[...eu,...O5,...P5,...D5,...tu]);let T=null;const I=p2({},[...au,...R5,...ru,...ic]);let W=Object.seal(ov(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}})),O=null,j=null,t1=!0,r1=!0,Q=!1,f1=!0,q=!1,g1=!0,_1=!1,m1=!1,o1=!1,u1=!1,d1=!1,y1=!1,V1=!0,C1=!1;const S1="user-content-";let L1=!0,H1=!1,N1={},p1=null;const w1=p2({},["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 D1=null;const K1=p2({},["audio","video","img","source","image","track"]);let F1=null;const Q1=p2({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),h2="http://www.w3.org/1998/Math/MathML",a2="http://www.w3.org/2000/svg",H2="http://www.w3.org/1999/xhtml";let A2=H2,b1=!1,v1=null;const P1=p2({},[h2,a2,H2],N5);let B1=p2({},["mi","mo","mn","ms","mtext"]),n2=p2({},["annotation-xml"]);const W2=p2({},["title","style","font","a","script"]);let re=null;const P2=["application/xhtml+xml","text/html"],Ge="text/html";let S2=null,de=null;const e3=a.createElement("form"),t3=function(U){return U instanceof RegExp||U instanceof Function},a3=function(){let U=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(de&&de===U)){if((!U||typeof U!="object")&&(U={}),U=R0(U),re=P2.indexOf(U.PARSER_MEDIA_TYPE)===-1?Ge:U.PARSER_MEDIA_TYPE,S2=re==="application/xhtml+xml"?N5:Yc,D=o3(U,"ALLOWED_TAGS")?p2({},U.ALLOWED_TAGS,S2):V,T=o3(U,"ALLOWED_ATTR")?p2({},U.ALLOWED_ATTR,S2):I,v1=o3(U,"ALLOWED_NAMESPACES")?p2({},U.ALLOWED_NAMESPACES,N5):P1,F1=o3(U,"ADD_URI_SAFE_ATTR")?p2(R0(Q1),U.ADD_URI_SAFE_ATTR,S2):Q1,D1=o3(U,"ADD_DATA_URI_TAGS")?p2(R0(K1),U.ADD_DATA_URI_TAGS,S2):K1,p1=o3(U,"FORBID_CONTENTS")?p2({},U.FORBID_CONTENTS,S2):w1,O=o3(U,"FORBID_TAGS")?p2({},U.FORBID_TAGS,S2):{},j=o3(U,"FORBID_ATTR")?p2({},U.FORBID_ATTR,S2):{},N1=o3(U,"USE_PROFILES")?U.USE_PROFILES:!1,t1=U.ALLOW_ARIA_ATTR!==!1,r1=U.ALLOW_DATA_ATTR!==!1,Q=U.ALLOW_UNKNOWN_PROTOCOLS||!1,f1=U.ALLOW_SELF_CLOSE_IN_ATTR!==!1,q=U.SAFE_FOR_TEMPLATES||!1,g1=U.SAFE_FOR_XML!==!1,_1=U.WHOLE_DOCUMENT||!1,u1=U.RETURN_DOM||!1,d1=U.RETURN_DOM_FRAGMENT||!1,y1=U.RETURN_TRUSTED_TYPE||!1,o1=U.FORCE_BODY||!1,V1=U.SANITIZE_DOM!==!1,C1=U.SANITIZE_NAMED_PROPS||!1,L1=U.KEEP_CONTENT!==!1,H1=U.IN_PLACE||!1,Y=U.ALLOWED_URI_REGEXP||lv,A2=U.NAMESPACE||H2,B1=U.MATHML_TEXT_INTEGRATION_POINTS||B1,n2=U.HTML_INTEGRATION_POINTS||n2,W=U.CUSTOM_ELEMENT_HANDLING||{},U.CUSTOM_ELEMENT_HANDLING&&t3(U.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=U.CUSTOM_ELEMENT_HANDLING.tagNameCheck),U.CUSTOM_ELEMENT_HANDLING&&t3(U.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=U.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),U.CUSTOM_ELEMENT_HANDLING&&typeof U.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=U.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),q&&(r1=!1),d1&&(u1=!0),N1&&(D=p2({},tu),T=[],N1.html===!0&&(p2(D,eu),p2(T,au)),N1.svg===!0&&(p2(D,O5),p2(T,R5),p2(T,ic)),N1.svgFilters===!0&&(p2(D,P5),p2(T,R5),p2(T,ic)),N1.mathMl===!0&&(p2(D,D5),p2(T,ru),p2(T,ic))),U.ADD_TAGS&&(D===V&&(D=R0(D)),p2(D,U.ADD_TAGS,S2)),U.ADD_ATTR&&(T===I&&(T=R0(T)),p2(T,U.ADD_ATTR,S2)),U.ADD_URI_SAFE_ATTR&&p2(F1,U.ADD_URI_SAFE_ATTR,S2),U.FORBID_CONTENTS&&(p1===w1&&(p1=R0(p1)),p2(p1,U.FORBID_CONTENTS,S2)),L1&&(D["#text"]=!0),_1&&p2(D,["html","head","body"]),D.table&&(p2(D,["tbody"]),delete O.tbody),U.TRUSTED_TYPES_POLICY){if(typeof U.TRUSTED_TYPES_POLICY.createHTML!="function")throw D6('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof U.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw D6('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');b=U.TRUSTED_TYPES_POLICY,M=b.createHTML("")}else b===void 0&&(b=ME(m,n)),b!==null&&typeof M=="string"&&(M=b.createHTML(""));bt&&bt(U),de=U}},xe=p2({},[...O5,...P5,...uE]),r3=p2({},[...D5,...dE]),Qe=function(U){let Z=C(U);(!Z||!Z.tagName)&&(Z={namespaceURI:A2,tagName:"template"});const J=Yc(U.tagName),l1=Yc(Z.tagName);return v1[U.namespaceURI]?U.namespaceURI===a2?Z.namespaceURI===H2?J==="svg":Z.namespaceURI===h2?J==="svg"&&(l1==="annotation-xml"||B1[l1]):!!xe[J]:U.namespaceURI===h2?Z.namespaceURI===H2?J==="math":Z.namespaceURI===a2?J==="math"&&n2[l1]:!!r3[J]:U.namespaceURI===H2?Z.namespaceURI===a2&&!n2[l1]||Z.namespaceURI===h2&&!B1[l1]?!1:!r3[J]&&(W2[J]||!xe[J]):!!(re==="application/xhtml+xml"&&v1[U.namespaceURI]):!1},Se=function(U){O6(t.removed,{element:U});try{C(U).removeChild(U)}catch{g(U)}},n3=function(U,Z){try{O6(t.removed,{attribute:Z.getAttributeNode(U),from:Z})}catch{O6(t.removed,{attribute:null,from:Z})}if(Z.removeAttribute(U),U==="is")if(u1||d1)try{Se(Z)}catch{}else try{Z.setAttribute(U,"")}catch{}},T3=function(U){let Z=null,J=null;if(o1)U="<remove></remove>"+U;else{const M1=Jf(U,/^[\r\n\t ]+/);J=M1&&M1[0]}re==="application/xhtml+xml"&&A2===H2&&(U='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+U+"</body></html>");const l1=b?b.createHTML(U):U;if(A2===H2)try{Z=new h().parseFromString(l1,re)}catch{}if(!Z||!Z.documentElement){Z=w.createDocument(A2,"template",null);try{Z.documentElement.innerHTML=b1?M:l1}catch{}}const s1=Z.body||Z.documentElement;return U&&J&&s1.insertBefore(a.createTextNode(J),s1.childNodes[0]||null),A2===H2?S.call(Z,_1?"html":"body")[0]:_1?Z.documentElement:s1},K=function(U){return z.call(U.ownerDocument||U,U,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null)},c1=function(U){return U instanceof d&&(typeof U.nodeName!="string"||typeof U.textContent!="string"||typeof U.removeChild!="function"||!(U.attributes instanceof f)||typeof U.removeAttribute!="function"||typeof U.setAttribute!="function"||typeof U.namespaceURI!="string"||typeof U.insertBefore!="function"||typeof U.hasChildNodes!="function")},e1=function(U){return typeof s=="function"&&U instanceof s};function a1(G,U,Z){cc(G,J=>{J.call(t,U,Z,de)})}const n1=function(U){let Z=null;if(a1(H.beforeSanitizeElements,U,null),c1(U))return Se(U),!0;const J=S2(U.nodeName);if(a1(H.uponSanitizeElement,U,{tagName:J,allowedTags:D}),U.hasChildNodes()&&!e1(U.firstElementChild)&&mt(/<[/\w]/g,U.innerHTML)&&mt(/<[/\w]/g,U.textContent)||U.nodeType===F6.progressingInstruction||g1&&U.nodeType===F6.comment&&mt(/<[/\w]/g,U.data))return Se(U),!0;if(!D[J]||O[J]){if(!O[J]&&x1(J)&&(W.tagNameCheck instanceof RegExp&&mt(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J)))return!1;if(L1&&!p1[J]){const l1=C(U)||U.parentNode,s1=x(U)||U.childNodes;if(s1&&l1){const M1=s1.length;for(let E1=M1-1;E1>=0;--E1){const O1=v(s1[E1],!0);O1.__removalCount=(U.__removalCount||0)+1,l1.insertBefore(O1,y(U))}}}return Se(U),!0}return U instanceof o&&!Qe(U)||(J==="noscript"||J==="noembed"||J==="noframes")&&mt(/<\/no(script|embed|frames)/i,U.innerHTML)?(Se(U),!0):(q&&U.nodeType===F6.text&&(Z=U.textContent,cc([L,A,N],l1=>{Z=P6(Z,l1," ")}),U.textContent!==Z&&(O6(t.removed,{element:U.cloneNode()}),U.textContent=Z)),a1(H.afterSanitizeElements,U,null),!1)},i1=function(U,Z,J){if(V1&&(Z==="id"||Z==="name")&&(J in a||J in e3))return!1;if(!(r1&&!j[Z]&&mt(E,Z))){if(!(t1&&mt(R,Z))){if(!T[Z]||j[Z]){if(!(x1(U)&&(W.tagNameCheck instanceof RegExp&&mt(W.tagNameCheck,U)||W.tagNameCheck instanceof Function&&W.tagNameCheck(U))&&(W.attributeNameCheck instanceof RegExp&&mt(W.attributeNameCheck,Z)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(Z))||Z==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&mt(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J))))return!1}else if(!F1[Z]){if(!mt(Y,P6(J,X,""))){if(!((Z==="src"||Z==="xlink:href"||Z==="href")&&U!=="script"&&sE(J,"data:")===0&&D1[U])){if(!(Q&&!mt(P,P6(J,X,"")))){if(J)return!1}}}}}}return!0},x1=function(U){return U!=="annotation-xml"&&Jf(U,B)},k1=function(U){a1(H.beforeSanitizeAttributes,U,null);const{attributes:Z}=U;if(!Z||c1(U))return;const J={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:T,forceKeepAttr:void 0};let l1=Z.length;for(;l1--;){const s1=Z[l1],{name:M1,namespaceURI:E1,value:O1}=s1,A1=S2(M1);let $1=M1==="value"?O1:oE(O1);if(J.attrName=A1,J.attrValue=$1,J.keepAttr=!0,J.forceKeepAttr=void 0,a1(H.uponSanitizeAttribute,U,J),$1=J.attrValue,C1&&(A1==="id"||A1==="name")&&(n3(M1,U),$1=S1+$1),g1&&mt(/((--!?|])>)|<\/(style|title)/i,$1)){n3(M1,U);continue}if(J.forceKeepAttr||(n3(M1,U),!J.keepAttr))continue;if(!f1&&mt(/\/>/i,$1)){n3(M1,U);continue}q&&cc([L,A,N],c2=>{$1=P6($1,c2," ")});const q1=S2(U.nodeName);if(i1(q1,A1,$1)){if(b&&typeof m=="object"&&typeof m.getAttributeType=="function"&&!E1)switch(m.getAttributeType(q1,A1)){case"TrustedHTML":{$1=b.createHTML($1);break}case"TrustedScriptURL":{$1=b.createScriptURL($1);break}}try{E1?U.setAttributeNS(E1,M1,$1):U.setAttribute(M1,$1),c1(U)?Se(U):Qf(t.removed)}catch{}}}a1(H.afterSanitizeAttributes,U,null)},F=function G(U){let Z=null;const J=K(U);for(a1(H.beforeSanitizeShadowDOM,U,null);Z=J.nextNode();)a1(H.uponSanitizeShadowNode,Z,null),n1(Z),k1(Z),Z.content instanceof i&&G(Z.content);a1(H.afterSanitizeShadowDOM,U,null)};return t.sanitize=function(G){let U=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Z=null,J=null,l1=null,s1=null;if(b1=!G,b1&&(G="<!-->"),typeof G!="string"&&!e1(G))if(typeof G.toString=="function"){if(G=G.toString(),typeof G!="string")throw D6("dirty is not a string, aborting")}else throw D6("toString is not a function");if(!t.isSupported)return G;if(m1||a3(U),t.removed=[],typeof G=="string"&&(H1=!1),H1){if(G.nodeName){const O1=S2(G.nodeName);if(!D[O1]||O[O1])throw D6("root node is forbidden and cannot be sanitized in-place")}}else if(G instanceof s)Z=T3("<!---->"),J=Z.ownerDocument.importNode(G,!0),J.nodeType===F6.element&&J.nodeName==="BODY"||J.nodeName==="HTML"?Z=J:Z.appendChild(J);else{if(!u1&&!q&&!_1&&G.indexOf("<")===-1)return b&&y1?b.createHTML(G):G;if(Z=T3(G),!Z)return u1?null:y1?M:""}Z&&o1&&Se(Z.firstChild);const M1=K(H1?G:Z);for(;l1=M1.nextNode();)n1(l1),k1(l1),l1.content instanceof i&&F(l1.content);if(H1)return G;if(u1){if(d1)for(s1=_.call(Z.ownerDocument);Z.firstChild;)s1.appendChild(Z.firstChild);else s1=Z;return(T.shadowroot||T.shadowrootmode)&&(s1=k.call(r,s1,!0)),s1}let E1=_1?Z.outerHTML:Z.innerHTML;return _1&&D["!doctype"]&&Z.ownerDocument&&Z.ownerDocument.doctype&&Z.ownerDocument.doctype.name&&mt(fv,Z.ownerDocument.doctype.name)&&(E1="<!DOCTYPE "+Z.ownerDocument.doctype.name+`>
24
+ `),w1=w1[_];return p1.join("")}get textContent(){const p1=[];let{[_]:w1,[z]:D1}=this;for(;w1!==D1;)w1.nodeType===p&&p1.push(w1.textContent),w1=w1[_];return p1.join("")}set textContent(p1){this.replaceChildren(),p1!=null&&p1!==""&&this.appendChild(new C1(this.ownerDocument,p1))}get innerHTML(){return Q(this)}set innerHTML(p1){f1(this,p1)}get outerHTML(){return this.toString()}set outerHTML(p1){const w1=this.ownerDocument.createElement("");w1.innerHTML=p1,this.replaceWith(...w1.childNodes)}get attributes(){const p1=new u1(this);let w1=this[_];for(;w1.nodeType===o;)p1.push(w1),w1=w1[_];return new Proxy(p1,L1)}focus(){this.dispatchEvent(new o1("focus"))}getAttribute(p1){if(p1==="class")return this.className;const w1=this.getAttributeNode(p1);return w1&&(L(this)?w1.value:S1(w1.value))}getAttributeNode(p1){let w1=this[_];for(;w1.nodeType===o;){if(w1.name===p1)return w1;w1=w1[_]}return null}getAttributeNames(){const p1=new y1;let w1=this[_];for(;w1.nodeType===o;)p1.push(w1.name),w1=w1[_];return p1}hasAttribute(p1){return!!this.getAttributeNode(p1)}hasAttributes(){return this[_].nodeType===o}removeAttribute(p1){p1==="class"&&this[b]&&this[b].clear();let w1=this[_];for(;w1.nodeType===o;){if(w1.name===p1)return void y(this,w1);w1=w1[_]}}removeAttributeNode(p1){let w1=this[_];for(;w1.nodeType===o;){if(w1===p1)return void y(this,w1);w1=w1[_]}}setAttribute(p1,w1){if(p1==="class")this.className=w1;else{const D1=this.getAttributeNode(p1);D1?D1.value=w1:g(this,new V1(this.ownerDocument,p1,w1))}}setAttributeNode(p1){const{name:w1}=p1,D1=this.getAttributeNode(w1);if(D1!==p1){D1&&this.removeAttributeNode(D1);const{ownerElement:K1}=p1;K1&&K1.removeAttributeNode(p1),g(this,p1)}return D1}toggleAttribute(p1,w1){return this.hasAttribute(p1)?!!w1||(this.removeAttribute(p1),!1):!(!w1&&arguments.length!==1||(this.setAttribute(p1,""),0))}get shadowRoot(){if(B.has(this)){const{mode:p1,shadowRoot:w1}=B.get(this);if(p1==="open")return w1}return null}attachShadow(p1){if(B.has(this))throw new Error("operation not supported");const w1=new d1(this);return B.set(this,{mode:p1.mode,shadowRoot:w1}),w1}matches(p1){return P(this,p1)}closest(p1){let w1=this;const D1=X(w1,p1);for(;w1&&!D1(w1);)w1=w1.parentElement;return w1}insertAdjacentElement(p1,w1){const{parentElement:D1}=this;switch(p1){case"beforebegin":if(D1){D1.insertBefore(w1,this);break}return null;case"afterbegin":this.insertBefore(w1,this.firstChild);break;case"beforeend":this.insertBefore(w1,null);break;case"afterend":if(D1){D1.insertBefore(w1,this.nextSibling);break}return null}return w1}insertAdjacentHTML(p1,w1){const D1=this.ownerDocument.createElement("template");D1.innerHTML=w1,this.insertAdjacentElement(p1,D1.content)}insertAdjacentText(p1,w1){const D1=this.ownerDocument.createTextNode(w1);this.insertAdjacentElement(p1,D1)}cloneNode(p1=!1){const{ownerDocument:w1,localName:D1}=this,K1=A2=>{A2.parentNode=Q1,A(h2,A2),h2=A2},F1=H1(w1,this,D1);let Q1=F1,h2=F1,{[_]:a2,[z]:H2}=this;for(;a2!==H2&&(p1||a2.nodeType===o);){switch(a2.nodeType){case m:A(h2,Q1[z]),h2=Q1[z],Q1=Q1.parentNode;break;case h:{const A2=H1(w1,a2,a2.localName);K1(A2),Q1=A2;break}case o:{const A2=a2.cloneNode(p1);A2.ownerElement=Q1,K1(A2);break}case p:case d:case f:K1(a2.cloneNode(p1))}a2=a2[_]}return A(h2,F1[z]),F1}toString(){const p1=[],{[z]:w1}=this;let D1={[_]:this},K1=!1;do switch(D1=D1[_],D1.nodeType){case o:{const F1=" "+D1;switch(F1){case" id":case" class":case" style":break;default:p1.push(F1)}break}case m:{const F1=D1[k];K1?("ownerSVGElement"in F1?p1.push(" />"):N1(F1)?p1.push(L(F1)?">":" />"):p1.push(`></${F1.localName}>`),K1=!1):p1.push(`</${F1.localName}>`);break}case h:K1&&p1.push(">"),D1.toString!==this.toString?(p1.push(D1.toString()),D1=D1[z],K1=!1):(p1.push(`<${D1.localName}`),K1=!0);break;case p:case d:case f:p1.push((K1?">":"")+D1),K1=!1}while(D1!==w1);return p1.join("")}toJSON(){const p1=[];return R(this,p1),p1}getAttributeNS(p1,w1){return this.getAttribute(w1)}getElementsByTagNameNS(p1,w1){return this.getElementsByTagName(w1)}hasAttributeNS(p1,w1){return this.hasAttribute(w1)}removeAttributeNS(p1,w1){this.removeAttribute(w1)}setAttributeNS(p1,w1,D1){this.setAttribute(w1,D1)}setAttributeNodeNS(p1){return this.setAttributeNode(p1)}}},3962:(i,c)=>{const s=new WeakMap;function o(f,d){return typeof d=="function"?d.call(f.target,f):d.handleEvent(f),f._stopImmediatePropagationFlag}function l({currentTarget:f,target:d}){const h=s.get(f);if(h&&h.has(this.type)){const m=h.get(this.type);this.eventPhase=f===d?this.AT_TARGET:this.BUBBLING_PHASE,this.currentTarget=f,this.target=d;for(const[p,v]of m)if(v&&v.once&&m.delete(p),o(this,p))break;return delete this.currentTarget,delete this.target,this.cancelBubble}}c.EventTarget=class{constructor(){s.set(this,new Map)}_getParent(){return null}addEventListener(f,d,h){const m=s.get(this);m.has(f)||m.set(f,new Map),m.get(f).set(d,h)}removeEventListener(f,d){const h=s.get(this);if(h.has(f)){const m=h.get(f);m.delete(d)&&!m.size&&h.delete(f)}}dispatchEvent(f){let d=this;for(f.eventPhase=f.CAPTURING_PHASE;d;)d.dispatchEvent&&f._path.push({currentTarget:d,target:this}),d=f.bubbles&&d._getParent&&d._getParent();return f._path.some(l,f),f._path=[],f.eventPhase=f.NONE,!f.defaultPrevented}}},2214:(i,c)=>{function s(o){return o.currentTarget}c.Event=class{static get BUBBLING_PHASE(){return 3}static get AT_TARGET(){return 2}static get CAPTURING_PHASE(){return 1}static get NONE(){return 0}constructor(o,l={}){this.type=o,this.bubbles=!!l.bubbles,this.cancelBubble=!1,this._stopImmediatePropagationFlag=!1,this.cancelable=!!l.cancelable,this.eventPhase=this.NONE,this.timeStamp=Date.now(),this.defaultPrevented=!1,this.originalTarget=null,this.returnValue=null,this.srcElement=null,this.target=null,this._path=[]}get BUBBLING_PHASE(){return 3}get AT_TARGET(){return 2}get CAPTURING_PHASE(){return 1}get NONE(){return 0}preventDefault(){this.defaultPrevented=!0}composedPath(){return this._path.map(s)}stopPropagation(){this.cancelBubble=!0}stopImmediatePropagation(){this.stopPropagation(),this._stopImmediatePropagationFlag=!0}}},723:(i,c,s)=>{const{HTMLImageElement:o}=s(7154);c.ImageClass=l=>class extends o{constructor(f,d){switch(super(l),arguments.length){case 1:this.height=f,this.width=f;break;case 2:this.height=d,this.width=f}}}},863:(i,c,s)=>{const{Event:o}=s(2214);c.InputEvent=class extends o{constructor(l,f={}){super(l,f),this.inputType=f.inputType,this.data=f.data,this.dataTransfer=f.dataTransfer,this.isComposing=f.isComposing||!1,this.ranges=f.ranges}}},7310:(i,c,s)=>{const{MUTATION_OBSERVER:o}=s(2499),l=(d,h,m,p,v,g)=>({type:d,target:h,addedNodes:m,removedNodes:p,attributeName:v,oldValue:g}),f=(d,h,m,p,v,g)=>{if(!p||p.includes(m)){const{callback:y,records:x,scheduled:C}=d;x.push(l("attributes",h,[],[],m,v?g:void 0)),C||(d.scheduled=!0,Promise.resolve().then(()=>{d.scheduled=!1,y(x.splice(0),d)}))}};c.attributeChangedCallback=(d,h,m)=>{const{ownerDocument:p}=d,{active:v,observers:g}=p[o];if(v){for(const y of g)for(const[x,{childList:C,subtree:b,attributes:M,attributeFilter:w,attributeOldValue:z}]of y.nodes)if(C){if(b&&(x===p||x.contains(d))||!b&&x.children.includes(d)){f(y,d,h,w,z,m);break}}else if(M&&x===d){f(y,d,h,w,z,m);break}}},c.moCallback=(d,h)=>{const{ownerDocument:m}=d,{active:p,observers:v}=m[o];if(p){for(const g of v)for(const[y,{subtree:x,childList:C,characterData:b}]of g.nodes)if(C&&(h&&(y===h||x&&y.contains(h))||!h&&(x&&(y===m||y.contains(d))||!x&&y[b?"childNodes":"children"].includes(d)))){const{callback:M,records:w,scheduled:z}=g;w.push(l("childList",y,h?[]:[d],h?[d]:[])),z||(g.scheduled=!0,Promise.resolve().then(()=>{g.scheduled=!1,M(w.splice(0),g)}));break}}},c.MutationObserverClass=class{constructor(d){const h=new Set;this.observers=h,this.active=!1,this.class=class{constructor(m){this.callback=m,this.nodes=new Map,this.records=[],this.scheduled=!1}disconnect(){this.records.splice(0),this.nodes.clear(),h.delete(this),d[o].active=!!h.size}observe(m,p={subtree:!1,childList:!1,attributes:!1,attributeFilter:null,attributeOldValue:!1,characterData:!1}){("attributeOldValue"in p||"attributeFilter"in p)&&(p.attributes=!0),p.childList=!!p.childList,p.subtree=!!p.subtree,this.nodes.set(m,p),h.add(this),d[o].active=!0}takeRecords(){return this.records.splice(0)}}}}},2047:(i,c)=>{c.NamedNodeMap=class extends Array{constructor(s){super(),this.ownerElement=s}getNamedItem(s){return this.ownerElement.getAttributeNode(s)}setNamedItem(s){this.ownerElement.setAttributeNode(s),this.unshift(s)}removeNamedItem(s){const o=this.getNamedItem(s);this.ownerElement.removeAttribute(s),this.splice(this.indexOf(o),1)}item(s){return s<this.length?this[s]:null}getNamedItemNS(s,o){return this.getNamedItem(o)}setNamedItemNS(s,o){return this.setNamedItem(o)}removeNamedItemNS(s,o){return this.removeNamedItem(o)}}},9207:(i,c,s)=>{const{SHOW_ALL:o,SHOW_ELEMENT:l,SHOW_COMMENT:f,SHOW_CDATA_SECTION:d,SHOW_TEXT:h}=s(3207);c.NodeFilter=class{static get SHOW_ALL(){return o}static get SHOW_ELEMENT(){return l}static get SHOW_COMMENT(){return f}static get SHOW_CDATA_SECTION(){return d}static get SHOW_TEXT(){return h}}},1453:(i,c)=>{c.NodeList=class extends Array{item(s){return s<this.length?this[s]:null}}},4340:(i,c,s)=>{const{ELEMENT_NODE:o,ATTRIBUTE_NODE:l,TEXT_NODE:f,CDATA_SECTION_NODE:d,COMMENT_NODE:h,DOCUMENT_NODE:m,DOCUMENT_FRAGMENT_NODE:p,DOCUMENT_TYPE_NODE:v,DOCUMENT_POSITION_DISCONNECTED:g,DOCUMENT_POSITION_PRECEDING:y,DOCUMENT_POSITION_FOLLOWING:x,DOCUMENT_POSITION_CONTAINS:C,DOCUMENT_POSITION_CONTAINED_BY:b,DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:M}=s(3207),{NEXT:w,PREV:z}=s(2499),{EventTarget:_}=s(3962),{NodeList:S}=s(1453),k=({parentNode:H})=>{let L=0;for(;H;)L++,H=H.parentNode;return L};c.Node=class extends _{static get ELEMENT_NODE(){return o}static get ATTRIBUTE_NODE(){return l}static get TEXT_NODE(){return f}static get CDATA_SECTION_NODE(){return d}static get COMMENT_NODE(){return h}static get DOCUMENT_NODE(){return m}static get DOCUMENT_FRAGMENT_NODE(){return p}static get DOCUMENT_TYPE_NODE(){return v}constructor(H,L,A){super(),this.ownerDocument=H,this.localName=L,this.nodeType=A,this.parentNode=null,this[w]=null,this[z]=null}get ELEMENT_NODE(){return o}get ATTRIBUTE_NODE(){return l}get TEXT_NODE(){return f}get CDATA_SECTION_NODE(){return d}get COMMENT_NODE(){return h}get DOCUMENT_NODE(){return m}get DOCUMENT_FRAGMENT_NODE(){return p}get DOCUMENT_TYPE_NODE(){return v}get baseURI(){const H=this.nodeType===m?this:this.ownerDocument;if(H){const L=H.querySelector("base");if(L)return L.getAttribute("href");const{location:A}=H.defaultView;if(A)return A.href}return null}get isConnected(){return!1}get nodeName(){return this.localName}get parentElement(){return null}get previousSibling(){return null}get previousElementSibling(){return null}get nextSibling(){return null}get nextElementSibling(){return null}get childNodes(){return new S}get firstChild(){return null}get lastChild(){return null}get nodeValue(){return null}set nodeValue(H){}get textContent(){return null}set textContent(H){}normalize(){}cloneNode(){return null}contains(){return!1}insertBefore(H,L){return H}appendChild(H){return H}replaceChild(H,L){return L}removeChild(H){return H}toString(){return""}hasChildNodes(){return!!this.lastChild}isSameNode(H){return this===H}compareDocumentPosition(H){let L=0;if(this!==H){let A=k(this),N=k(H);if(A<N)L+=x,this.contains(H)&&(L+=b);else if(N<A)L+=y,H.contains(this)&&(L+=C);else if(A&&N){const{childNodes:E}=this.parentNode;E.indexOf(this)<E.indexOf(H)?L+=x:L+=y}A&&N||(L+=M,L+=g)}return L}isEqualNode(H){if(this===H)return!0;if(this.nodeType===H.nodeType){switch(this.nodeType){case m:case p:{const L=this.childNodes,A=H.childNodes;return L.length===A.length&&L.every((N,E)=>N.isEqualNode(A[E]))}}return this.toString()===H.toString()}return!1}_getParent(){return this.parentNode}getRootNode(){let H=this;for(;H.parentNode;)H=H.parentNode;return H}}},9555:(i,c,s)=>{const{END:o,NEXT:l,PREV:f,START:d}=s(2499),{SVGElement:h}=s(2287),{getEnd:m,setAdjacent:p}=s(1255),v=({[d]:y,[o]:x},C=null)=>{p(y[f],x[l]);do{const b=m(y),M=b===x?b:b[l];C?C.insertBefore(y,C[o]):y.remove(),y=M}while(y!==x)};class g{constructor(){this[d]=null,this[o]=null,this.commonAncestorContainer=null}insertNode(x){this[o].parentNode.insertBefore(x,this[d])}selectNode(x){this[d]=x,this[o]=m(x)}selectNodeContents(x){this.selectNode(x),this.commonAncestorContainer=x}surroundContents(x){x.replaceChildren(this.extractContents())}setStartBefore(x){this[d]=x}setStartAfter(x){this[d]=x.nextSibling}setEndBefore(x){this[o]=m(x.previousSibling)}setEndAfter(x){this[o]=m(x)}cloneContents(){let{[d]:x,[o]:C}=this;const b=x.ownerDocument.createDocumentFragment();for(;x!==C;)b.insertBefore(x.cloneNode(!0),b[o]),x=m(x),x!==C&&(x=x[l]);return b}deleteContents(){v(this)}extractContents(){const x=this[d].ownerDocument.createDocumentFragment();return v(this,x),x}createContextualFragment(x){const{commonAncestorContainer:C}=this,b="ownerSVGElement"in C,M=b?C.ownerDocument:C,w=M.createElement("template");w.innerHTML=x;let{content:z}=w;if(b){const _=[...z.childNodes];z=M.createDocumentFragment(),Object.setPrototypeOf(z,h.prototype),z.ownerSVGElement=M;for(const S of _)Object.setPrototypeOf(S,h.prototype),S.ownerSVGElement=M,z.appendChild(S)}else this.selectNode(z);return z}cloneRange(){const x=new g;return x[d]=this[d],x[o]=this[o],x}}c.Range=g},7301:(i,c,s)=>{const{DOCUMENT_FRAGMENT_NODE:o}=s(3207),{getInnerHtml:l,setInnerHtml:f}=s(9696),{NonElementParentNode:d}=s(7316);c.ShadowRoot=class extends d{constructor(h){super(h.ownerDocument,"#shadow-root",o),this.host=h}get innerHTML(){return l(this)}set innerHTML(h){f(this,h)}}},6407:(i,c,s)=>{const{TEXT_NODE:o}=s(3207),{VALUE:l}=s(2499),{escape:f}=s(9809),{CharacterData:d}=s(2394);class h extends d{constructor(p,v=""){super(p,"#text",o,v)}get wholeText(){const p=[];let{previousSibling:v,nextSibling:g}=this;for(;v&&v.nodeType===o;)p.unshift(v[l]),v=v.previousSibling;for(p.push(this[l]);g&&g.nodeType===o;)p.push(g[l]),g=g.nextSibling;return p.join("")}cloneNode(){const{ownerDocument:p,[l]:v}=this;return new h(p,v)}toString(){return f(this[l])}}c.Text=h},4983:(i,c,s)=>{const{DOCUMENT_NODE:o,ELEMENT_NODE:l,TEXT_NODE:f,CDATA_SECTION_NODE:d,COMMENT_NODE:h,SHOW_ALL:m,SHOW_ELEMENT:p,SHOW_CDATA_SECTION:v,SHOW_COMMENT:g,SHOW_TEXT:y}=s(3207),{PRIVATE:x,END:C,NEXT:b}=s(2499),M=({nodeType:w},z)=>{switch(w){case l:return z&p;case f:return z&y;case h:return z&g;case d:return z&v}return 0};c.TreeWalker=class{constructor(w,z=m){this.root=w,this.currentNode=w,this.whatToShow=z;let{[b]:_,[C]:S}=w;if(w.nodeType===o){const{documentElement:H}=w;_=H,S=H[C]}const k=[];for(;_&&_!==S;)M(_,z)&&k.push(_),_=_[b];this[x]={i:0,nodes:k}}nextNode(){const w=this[x];return this.currentNode=w.i<w.nodes.length?w.nodes[w.i++]:null,this.currentNode}}},9131:(i,c,s)=>{const{ELEMENT_NODE:o}=s(3207),{NEXT:l,PREV:f}=s(2499),{getEnd:d,setAdjacent:h}=s(1255),{moCallback:m}=s(7310),{disconnectedCallback:p}=s(2636),v=(y,x)=>{const C=y.createDocumentFragment();return C.append(...x),C};c.before=(y,x)=>{const{ownerDocument:C,parentNode:b}=y;b&&b.insertBefore(v(C,x),y)},c.after=(y,x)=>{const{ownerDocument:C,parentNode:b}=y;b&&b.insertBefore(v(C,x),d(y)[l])};const g=(y,x)=>{const{ownerDocument:C,parentNode:b}=y;b&&(x.includes(y)&&g(y,[y=y.cloneNode()]),b.insertBefore(v(C,x),y),y.remove())};c.replaceWith=g,c.remove=(y,x,C)=>{const{parentNode:b,nodeType:M}=x;(y||C)&&(h(y,C),x[f]=null,d(x)[l]=null),b&&(x.parentNode=null,m(x,b),M===o&&p(x))}},9696:(i,c,s)=>{const{ELEMENT_NODE:o,DOCUMENT_FRAGMENT_NODE:l}=s(3207),{CUSTOM_ELEMENTS:f}=s(2499),{parseFromString:d}=s(354),{ignoreCase:h}=s(1255);function m(p){switch(p.ownerDocument=this,p.nodeType){case o:case l:p.childNodes.forEach(m,this)}return p}c.getInnerHtml=p=>p.childNodes.join(""),c.setInnerHtml=(p,v)=>{const{ownerDocument:g}=p,{constructor:y}=g,x=new y;x[f]=g[f];const{childNodes:C}=d(x,h(p),v);p.replaceChildren(...C.map(m,g))}},9022:(i,c,s)=>{const{ELEMENT_NODE:o}=s(3207),{nextSibling:l,previousSibling:f}=s(3564);c.nextElementSibling=d=>{let h=l(d);for(;h&&h.nodeType!==o;)h=l(h);return h},c.previousElementSibling=d=>{let h=f(d);for(;h&&h.nodeType!==o;)h=f(h);return h}},7316:(i,c,s)=>{const{ELEMENT_NODE:o}=s(3207),{END:l,NEXT:f}=s(2499),{nonElementAsJSON:d}=s(3042),{ParentNode:h}=s(6907);c.NonElementParentNode=class extends h{getElementById(m){let{[f]:p,[l]:v}=this;for(;p!==v;){if(p.nodeType===o&&p.id===m)return p;p=p[f]}return null}cloneNode(m){const{ownerDocument:p,constructor:v}=this,g=new v(p);if(m){const{[l]:y}=g;for(const x of this.childNodes)g.insertBefore(x.cloneNode(m),y)}return g}toString(){const{childNodes:m,localName:p}=this;return`<${p}>${m.join("")}</${p}>`}toJSON(){const m=[];return d(this,m),m}}},6907:(i,c,s)=>{const{ATTRIBUTE_NODE:o,DOCUMENT_FRAGMENT_NODE:l,ELEMENT_NODE:f,TEXT_NODE:d,NODE_END:h,CDATA_SECTION_NODE:m,COMMENT_NODE:p}=s(3207),{PRIVATE:v,END:g,NEXT:y,PREV:x,START:C,VALUE:b}=s(2499),{prepareMatch:M}=s(4147),{previousSibling:w,nextSibling:z}=s(3564),{getEnd:_,knownAdjacent:S,knownBoundaries:k,knownSegment:H,knownSiblings:L,localCase:A}=s(1255),{Node:N}=s(4340),{Text:E}=s(6407),{NodeList:R}=s(1453),{moCallback:P}=s(7310),{connectedCallback:X}=s(2636),{nextElementSibling:B}=s(9022),Y=V=>V instanceof N,D=(V,T,I)=>{const{ownerDocument:W}=V;for(const O of I)V.insertBefore(Y(O)?O:new E(W,O),T)};c.ParentNode=class extends N{constructor(V,T,I){super(V,T,I),this[v]=null,this[y]=this[g]={[y]:null,[x]:this,[C]:this,nodeType:h,ownerDocument:this.ownerDocument,parentNode:null}}get childNodes(){const V=new R;let{firstChild:T}=this;for(;T;)V.push(T),T=z(T);return V}get children(){const V=new R;let{firstElementChild:T}=this;for(;T;)V.push(T),T=B(T);return V}get firstChild(){let{[y]:V,[g]:T}=this;for(;V.nodeType===o;)V=V[y];return V===T?null:V}get firstElementChild(){let{firstChild:V}=this;for(;V;){if(V.nodeType===f)return V;V=z(V)}return null}get lastChild(){const V=this[g][x];switch(V.nodeType){case h:return V[C];case o:return null}return V===this?null:V}get lastElementChild(){let{lastChild:V}=this;for(;V;){if(V.nodeType===f)return V;V=w(V)}return null}get childElementCount(){return this.children.length}prepend(...V){D(this,this.firstChild,V)}append(...V){D(this,this[g],V)}replaceChildren(...V){let{[y]:T,[g]:I}=this;for(;T!==I&&T.nodeType===o;)T=T[y];for(;T!==I;){const W=_(T)[y];T.remove(),T=W}V.length&&D(this,I,V)}getElementsByClassName(V){const T=new R;let{[y]:I,[g]:W}=this;for(;I!==W;)I.nodeType===f&&I.hasAttribute("class")&&I.classList.has(V)&&T.push(I),I=I[y];return T}getElementsByTagName(V){const T=new R;let{[y]:I,[g]:W}=this;for(;I!==W;)I.nodeType!==f||I.localName!==V&&A(I)!==V||T.push(I),I=I[y];return T}querySelector(V){const T=M(this,V);let{[y]:I,[g]:W}=this;for(;I!==W;){if(I.nodeType===f&&T(I))return I;I=I.nodeType===f&&I.localName==="template"?I[g]:I[y]}return null}querySelectorAll(V){const T=M(this,V),I=new R;let{[y]:W,[g]:O}=this;for(;W!==O;)W.nodeType===f&&T(W)&&I.push(W),W=W.nodeType===f&&W.localName==="template"?W[g]:W[y];return I}appendChild(V){return this.insertBefore(V,this[g])}contains(V){let T=V;for(;T&&T!==this;)T=T.parentNode;return T===this}insertBefore(V,T=null){if(V===T)return V;if(V===this)throw new Error("unable to append a node to itself");const I=T||this[g];switch(V.nodeType){case f:V.remove(),V.parentNode=this,k(I[x],V,I),P(V,null),X(V);break;case l:{let{[v]:W,firstChild:O,lastChild:j}=V;if(O){H(I[x],O,j,I),S(V,V[g]),W&&W.replaceChildren();do O.parentNode=this,P(O,null),O.nodeType===f&&X(O);while(O!==j&&(O=z(O)))}break}case d:case p:case m:V.remove();default:V.parentNode=this,L(I[x],V,I),P(V,null)}return V}normalize(){let{[y]:V,[g]:T}=this;for(;V!==T;){const{[y]:I,[x]:W,nodeType:O}=V;O===d&&(V[b]?W&&W.nodeType===d&&(W.textContent+=V.textContent,V.remove()):V.remove()),V=I}}removeChild(V){if(V.parentNode!==this)throw new Error("node is not a child");return V.remove(),V}replaceChild(V,T){const I=_(T)[y];return T.remove(),this.insertBefore(V,I),T}}},141:(i,c,s)=>{const{CLASS_LIST:o,NEXT:l,PREV:f,VALUE:d}=s(2499),{knownAdjacent:h,knownSiblings:m}=s(1255),{attributeChangedCallback:p}=s(2636),{attributeChangedCallback:v}=s(7310),g=new Set(["allowfullscreen","allowpaymentrequest","async","autofocus","autoplay","checked","class","contenteditable","controls","default","defer","disabled","draggable","formnovalidate","hidden","id","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","style","truespeed"]);c.emptyAttributes=g,c.setAttribute=(b,M)=>{const{[d]:w,name:z}=M;M.ownerElement=b,m(b,M,b[l]),z==="class"&&(b.className=w),v(b,z,null),p(b,z,null,w)},c.removeAttribute=(b,M)=>{const{[d]:w,name:z}=M;h(M[f],M[l]),M.ownerElement=M[f]=M[l]=null,z==="class"&&(b[o]=null),v(b,z,w),p(b,z,w,null)};const y={get:(b,M)=>b.hasAttribute(M),set(b,M,w){w?b.setAttribute(M,""):b.removeAttribute(M)}};c.booleanAttribute=y;const x={get:(b,M)=>parseFloat(b.getAttribute(M)||0),set(b,M,w){b.setAttribute(M,w)}};c.numericAttribute=x;const C={get:(b,M)=>b.getAttribute(M)||"",set(b,M,w){b.setAttribute(M,w)}};c.stringAttribute=C},3207:(i,c)=>{c.NODE_END=-1,c.ELEMENT_NODE=1,c.ATTRIBUTE_NODE=2,c.TEXT_NODE=3,c.CDATA_SECTION_NODE=4,c.COMMENT_NODE=8,c.DOCUMENT_NODE=9,c.DOCUMENT_TYPE_NODE=10,c.DOCUMENT_FRAGMENT_NODE=11;const s=new Set(["ARTICLE","ASIDE","BLOCKQUOTE","BODY","BR","BUTTON","CANVAS","CAPTION","COL","COLGROUP","DD","DIV","DL","DT","EMBED","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","H1","H2","H3","H4","H5","H6","LI","UL","OL","P"]);c.BLOCK_ELEMENTS=s,c.SHOW_ALL=-1,c.SHOW_ELEMENT=1,c.SHOW_TEXT=4,c.SHOW_CDATA_SECTION=8,c.SHOW_COMMENT=128,c.DOCUMENT_POSITION_DISCONNECTED=1,c.DOCUMENT_POSITION_PRECEDING=2,c.DOCUMENT_POSITION_FOLLOWING=4,c.DOCUMENT_POSITION_CONTAINS=8,c.DOCUMENT_POSITION_CONTAINED_BY=16,c.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=32,c.SVG_NAMESPACE="http://www.w3.org/2000/svg"},6085:(i,c,s)=>{const{Attr:o}=s(3087),{CharacterData:l}=s(2394),{CDATASection:f}=s(1929),{Comment:d}=s(2855),{DocumentFragment:h}=s(9614),{DocumentType:m}=s(7630),{Element:p}=s(434),{Node:v}=s(4340),{ShadowRoot:g}=s(7301),{Text:y}=s(6407),{SVGElement:x}=s(2287),{setPrototypeOf:C}=s(9915),b=()=>{throw new TypeError("Illegal constructor")};function M(){b()}function w(){b()}function z(){b()}function _(){b()}function S(){b()}function k(){b()}function H(){b()}function L(){b()}function A(){b()}function N(){b()}function E(){b()}c.illegalConstructor=b,c.Attr=M,C(M,o),M.prototype=o.prototype,c.CDATASection=w,C(w,f),w.prototype=f.prototype,c.CharacterData=z,C(z,l),z.prototype=l.prototype,c.Comment=_,C(_,d),_.prototype=d.prototype,c.DocumentFragment=S,C(S,h),S.prototype=h.prototype,c.DocumentType=k,C(k,m),k.prototype=m.prototype,c.Element=H,C(H,p),H.prototype=p.prototype,c.Node=L,C(L,v),L.prototype=v.prototype,c.ShadowRoot=A,C(A,g),A.prototype=g.prototype,c.Text=N,C(N,y),N.prototype=y.prototype,c.SVGElement=E,C(E,x),E.prototype=x.prototype;const R={Attr:M,CDATASection:w,CharacterData:z,Comment:_,DocumentFragment:S,DocumentType:k,Element:H,Node:L,ShadowRoot:A,Text:N,SVGElement:E};c.Facades=R},7852:(i,c,s)=>{const{HTMLElement:o}=s(3086),{HTMLTemplateElement:l}=s(283),{HTMLHtmlElement:f}=s(1248),{HTMLScriptElement:d}=s(3726),{HTMLFrameElement:h}=s(9154),{HTMLIFrameElement:m}=s(5204),{HTMLObjectElement:p}=s(8666),{HTMLHeadElement:v}=s(9107),{HTMLBodyElement:g}=s(4533),{HTMLStyleElement:y}=s(1302),{HTMLTimeElement:x}=s(5556),{HTMLFieldSetElement:C}=s(2410),{HTMLEmbedElement:b}=s(8366),{HTMLHRElement:M}=s(3),{HTMLProgressElement:w}=s(1654),{HTMLParagraphElement:z}=s(6177),{HTMLTableElement:_}=s(4999),{HTMLFrameSetElement:S}=s(1407),{HTMLLIElement:k}=s(7926),{HTMLBaseElement:H}=s(1872),{HTMLDataListElement:L}=s(2136),{HTMLInputElement:A}=s(3723),{HTMLParamElement:N}=s(4954),{HTMLMediaElement:E}=s(1559),{HTMLAudioElement:R}=s(5025),{HTMLHeadingElement:P}=s(7857),{HTMLDirectoryElement:X}=s(1356),{HTMLQuoteElement:B}=s(8879),{HTMLCanvasElement:Y}=s(9585),{HTMLLegendElement:D}=s(3092),{HTMLOptionElement:V}=s(6632),{HTMLSpanElement:T}=s(3969),{HTMLMeterElement:I}=s(58),{HTMLVideoElement:W}=s(6496),{HTMLTableCellElement:O}=s(5198),{HTMLTitleElement:j}=s(4629),{HTMLOutputElement:t1}=s(8960),{HTMLTableRowElement:r1}=s(2630),{HTMLDataElement:Q}=s(8581),{HTMLMenuElement:f1}=s(6950),{HTMLSelectElement:q}=s(1821),{HTMLBRElement:g1}=s(8829),{HTMLButtonElement:_1}=s(3837),{HTMLMapElement:m1}=s(9405),{HTMLOptGroupElement:o1}=s(3224),{HTMLDListElement:u1}=s(5338),{HTMLTextAreaElement:d1}=s(3856),{HTMLFontElement:y1}=s(6284),{HTMLDivElement:V1}=s(5944),{HTMLLinkElement:C1}=s(2409),{HTMLSlotElement:S1}=s(25),{HTMLFormElement:L1}=s(2947),{HTMLImageElement:H1}=s(7154),{HTMLPreElement:N1}=s(2574),{HTMLUListElement:p1}=s(3219),{HTMLMetaElement:w1}=s(8336),{HTMLPictureElement:D1}=s(8869),{HTMLAreaElement:K1}=s(5520),{HTMLOListElement:F1}=s(6589),{HTMLTableCaptionElement:Q1}=s(1452),{HTMLAnchorElement:h2}=s(8284),{HTMLLabelElement:a2}=s(3701),{HTMLUnknownElement:H2}=s(4069),{HTMLModElement:A2}=s(3707),{HTMLDetailsElement:b1}=s(2357),{HTMLSourceElement:v1}=s(5752),{HTMLTrackElement:P1}=s(2788),{HTMLMarqueeElement:B1}=s(3003);c.HTMLElement=o,c.HTMLTemplateElement=l,c.HTMLHtmlElement=f,c.HTMLScriptElement=d,c.HTMLFrameElement=h,c.HTMLIFrameElement=m,c.HTMLObjectElement=p,c.HTMLHeadElement=v,c.HTMLBodyElement=g,c.HTMLStyleElement=y,c.HTMLTimeElement=x,c.HTMLFieldSetElement=C,c.HTMLEmbedElement=b,c.HTMLHRElement=M,c.HTMLProgressElement=w,c.HTMLParagraphElement=z,c.HTMLTableElement=_,c.HTMLFrameSetElement=S,c.HTMLLIElement=k,c.HTMLBaseElement=H,c.HTMLDataListElement=L,c.HTMLInputElement=A,c.HTMLParamElement=N,c.HTMLMediaElement=E,c.HTMLAudioElement=R,c.HTMLHeadingElement=P,c.HTMLDirectoryElement=X,c.HTMLQuoteElement=B,c.HTMLCanvasElement=Y,c.HTMLLegendElement=D,c.HTMLOptionElement=V,c.HTMLSpanElement=T,c.HTMLMeterElement=I,c.HTMLVideoElement=W,c.HTMLTableCellElement=O,c.HTMLTitleElement=j,c.HTMLOutputElement=t1,c.HTMLTableRowElement=r1,c.HTMLDataElement=Q,c.HTMLMenuElement=f1,c.HTMLSelectElement=q,c.HTMLBRElement=g1,c.HTMLButtonElement=_1,c.HTMLMapElement=m1,c.HTMLOptGroupElement=o1,c.HTMLDListElement=u1,c.HTMLTextAreaElement=d1,c.HTMLFontElement=y1,c.HTMLDivElement=V1,c.HTMLLinkElement=C1,c.HTMLSlotElement=S1,c.HTMLFormElement=L1,c.HTMLImageElement=H1,c.HTMLPreElement=N1,c.HTMLUListElement=p1,c.HTMLMetaElement=w1,c.HTMLPictureElement=D1,c.HTMLAreaElement=K1,c.HTMLOListElement=F1,c.HTMLTableCaptionElement=Q1,c.HTMLAnchorElement=h2,c.HTMLLabelElement=a2,c.HTMLUnknownElement=H2,c.HTMLModElement=A2,c.HTMLDetailsElement=b1,c.HTMLSourceElement=v1,c.HTMLTrackElement=P1,c.HTMLMarqueeElement=B1;const n2={HTMLElement:o,HTMLTemplateElement:l,HTMLHtmlElement:f,HTMLScriptElement:d,HTMLFrameElement:h,HTMLIFrameElement:m,HTMLObjectElement:p,HTMLHeadElement:v,HTMLBodyElement:g,HTMLStyleElement:y,HTMLTimeElement:x,HTMLFieldSetElement:C,HTMLEmbedElement:b,HTMLHRElement:M,HTMLProgressElement:w,HTMLParagraphElement:z,HTMLTableElement:_,HTMLFrameSetElement:S,HTMLLIElement:k,HTMLBaseElement:H,HTMLDataListElement:L,HTMLInputElement:A,HTMLParamElement:N,HTMLMediaElement:E,HTMLAudioElement:R,HTMLHeadingElement:P,HTMLDirectoryElement:X,HTMLQuoteElement:B,HTMLCanvasElement:Y,HTMLLegendElement:D,HTMLOptionElement:V,HTMLSpanElement:T,HTMLMeterElement:I,HTMLVideoElement:W,HTMLTableCellElement:O,HTMLTitleElement:j,HTMLOutputElement:t1,HTMLTableRowElement:r1,HTMLDataElement:Q,HTMLMenuElement:f1,HTMLSelectElement:q,HTMLBRElement:g1,HTMLButtonElement:_1,HTMLMapElement:m1,HTMLOptGroupElement:o1,HTMLDListElement:u1,HTMLTextAreaElement:d1,HTMLFontElement:y1,HTMLDivElement:V1,HTMLLinkElement:C1,HTMLSlotElement:S1,HTMLFormElement:L1,HTMLImageElement:H1,HTMLPreElement:N1,HTMLUListElement:p1,HTMLMetaElement:w1,HTMLPictureElement:D1,HTMLAreaElement:K1,HTMLOListElement:F1,HTMLTableCaptionElement:Q1,HTMLAnchorElement:h2,HTMLLabelElement:a2,HTMLUnknownElement:H2,HTMLModElement:A2,HTMLDetailsElement:b1,HTMLSourceElement:v1,HTMLTrackElement:P1,HTMLMarqueeElement:B1};c.HTMLClasses=n2},3042:(i,c,s)=>{const{NODE_END:o,ATTRIBUTE_NODE:l,CDATA_SECTION_NODE:f,COMMENT_NODE:d,DOCUMENT_TYPE_NODE:h,ELEMENT_NODE:m,TEXT_NODE:p}=s(3207),{END:v,NEXT:g,VALUE:y}=s(2499),{getEnd:x}=s(1255),C=({[g]:_,[v]:S},k)=>{for(;_!==S;){switch(_.nodeType){case l:b(_,k);break;case p:case d:case f:M(_,k);break;case m:z(_,k),_=x(_);break;case h:w(_,k)}_=_[g]}const H=k.length-1,L=k[H];typeof L=="number"&&L<0?k[H]+=o:k.push(o)},b=(_,S)=>{S.push(l,_.name);const k=_[y].trim();k&&S.push(k)};c.attrAsJSON=b;const M=(_,S)=>{const k=_[y];k.trim()&&S.push(_.nodeType,k)};c.characterDataAsJSON=M,c.nonElementAsJSON=(_,S)=>{S.push(_.nodeType),C(_,S)};const w=({name:_,publicId:S,systemId:k},H)=>{H.push(h,_),S&&H.push(S),k&&H.push(k)};c.documentTypeAsJSON=w;const z=(_,S)=>{S.push(m,_.localName),C(_,S)};c.elementAsJSON=z},4147:(i,c,s)=>{const o=s(2603),{ELEMENT_NODE:l,TEXT_NODE:f}=s(3207),{ignoreCase:d}=s(1255),{isArray:h}=Array,m=({nodeType:b})=>b===l,p=(b,M)=>M.some(w=>m(w)&&(b(w)||p(b,v(w)))),v=({childNodes:b})=>b,g=b=>h(b)?b.map(g).join(""):m(b)?g(v(b)):b.nodeType===f?b.data:"",y=(b,M)=>{const w=[];for(const z of M)m(z)&&(b(z)&&w.push(z),w.push(...y(b,v(z))));return w},x=(b,M)=>{for(let w of M)if(b(w)||(w=x(b,v(w))))return w;return null},C={isTag:m,existsOne:p,getAttributeValue:(b,M)=>M==="class"?b.classList.value:b.getAttribute(M),getChildren:v,getName:b=>{const{localName:M}=b;return d(b)?M.toLowerCase():M},getParent:({parentNode:b})=>b,getSiblings:b=>{const{parentNode:M}=b;return M?v(M):b},getText:g,hasAttrib:(b,M)=>b.hasAttribute(M),removeSubsets:b=>{let{length:M}=b;for(;M--;){const w=b[M];if(M&&-1<b.lastIndexOf(w,M-1))b.splice(M,1);else for(let{parentNode:z}=w;z;z=z.parentNode)if(b.includes(z)){b.splice(M,1);break}}return b},findAll:y,findOne:x};c.prepareMatch=(b,M)=>o.compile(M,{context:M.includes(":scope")?b:void 0,xmlMode:!d(b),adapter:C}),c.matches=(b,M)=>o.is(b,M,{strict:!0,context:M.includes(":scope")?b:void 0,xmlMode:!d(b),adapter:C})},9844:(i,c)=>{const s={test:()=>!0},o={"text/html":{docType:"<!DOCTYPE html>",ignoreCase:!0,voidElements:/^(?:area|base|br|col|embed|hr|img|input|keygen|link|menuitem|meta|param|source|track|wbr)$/i},"image/svg+xml":{docType:'<?xml version="1.0" encoding="utf-8"?>',ignoreCase:!1,voidElements:s},"text/xml":{docType:'<?xml version="1.0" encoding="utf-8"?>',ignoreCase:!1,voidElements:s},"application/xml":{docType:'<?xml version="1.0" encoding="utf-8"?>',ignoreCase:!1,voidElements:s},"application/xhtml+xml":{docType:'<?xml version="1.0" encoding="utf-8"?>',ignoreCase:!1,voidElements:s}};c.Mime=o},3564:(i,c,s)=>{const{CDATA_SECTION_NODE:o,COMMENT_NODE:l,DOCUMENT_NODE:f,DOCUMENT_FRAGMENT_NODE:d,TEXT_NODE:h,NODE_END:m}=s(3207),{START:p,NEXT:v,PREV:g}=s(2499),{getEnd:y}=s(1255);c.isConnected=({ownerDocument:x,parentNode:C})=>{for(;C;){if(C===x)return!0;C=C.parentNode||C.host}return!1},c.parentElement=({parentNode:x})=>{if(x)switch(x.nodeType){case f:case d:return null}return x},c.previousSibling=({[g]:x})=>{switch(x?x.nodeType:0){case m:return x[p];case h:case l:case o:return x}return null},c.nextSibling=x=>{const C=y(x)[v];return C&&(C.nodeType===m?null:C)}},9915:(i,c)=>{const{assign:s,create:o,defineProperties:l,entries:f,getOwnPropertyDescriptors:d,keys:h,setPrototypeOf:m}=Object;c.assign=s,c.create=o,c.defineProperties=l,c.entries=f,c.getOwnPropertyDescriptors=d,c.keys=h,c.setPrototypeOf=m},354:(i,c,s)=>{const o=s(8659),{ELEMENT_NODE:l,SVG_NAMESPACE:f}=s(3207),{CUSTOM_ELEMENTS:d,PREV:h,END:m,VALUE:p}=s(2499),{keys:v}=s(9915),{knownBoundaries:g,knownSiblings:y}=s(1255),{attributeChangedCallback:x,connectedCallback:C}=s(2636),{Parser:b}=o;let M=!0;const w=(_,S,k)=>{const H=_[m];return S.parentNode=_,g(H[h],S,H),k&&S.nodeType===l&&C(S),S},z=(_,S,k,H,L)=>{k[p]=H,k.ownerElement=_,y(S[h],k,S),k.name==="class"&&(_.className=H),L&&x(_,k.name,null,H)};c.isNotParsing=()=>M,c.parseFromString=(_,S,k)=>{const{active:H,registry:L}=_[d];let A=_,N=null,E=!1;M=!1;const R=new b({onprocessinginstruction(P,X){P.toLowerCase()==="!doctype"&&(_.doctype=X.slice(P.length).trim())},onopentag(P,X){let B=!0;if(S){if(N)A=w(A,_.createElementNS(f,P),H),A.ownerSVGElement=N,B=!1;else if(P==="svg"||P==="SVG")N=_.createElementNS(f,P),A=w(A,N,H),B=!1;else if(H){const D=P.includes("-")?P:X.is||"";if(D&&L.has(D)){const{Class:V}=L.get(D);A=w(A,new V,H),delete X.is,B=!1}}}B&&(A=w(A,_.createElement(P),!1));let Y=A[m];for(const D of v(X))z(A,Y,_.createAttribute(D),X[D],H)},oncomment(P){w(A,_.createComment(P),H)},ontext(P){w(A,E?_.createCDATASection(P):_.createTextNode(P),H)},oncdatastart(){E=!0},oncdataend(){E=!1},onclosetag(){S&&A===N&&(N=null),A=A.parentNode}},{lowerCaseAttributeNames:!1,decodeEntities:!0,xmlMode:!S});return R.write(k),R.end(),M=!0,_}},272:(i,c,s)=>{const{NODE_END:o,ELEMENT_NODE:l,ATTRIBUTE_NODE:f,TEXT_NODE:d,CDATA_SECTION_NODE:h,COMMENT_NODE:m,DOCUMENT_NODE:p,DOCUMENT_TYPE_NODE:v,DOCUMENT_FRAGMENT_NODE:g}=s(3207),{END:y,PREV:x}=s(2499),{htmlClasses:C}=s(882),{knownBoundaries:b,knownSiblings:M}=s(1255),{Attr:w}=s(3087),{CDATASection:z}=s(1929),{Comment:_}=s(2855),{DocumentType:S}=s(7630),{Text:k}=s(6407),{HTMLDocument:H}=s(3233),{HTMLElement:L}=s(3086),{SVGElement:A}=s(2287),{parse:N}=JSON,E=(P,X,B)=>{X.parentNode=P,M(B[x],X,B)},R=(P,X)=>C.has(X)?new(C.get(X))(P,X):new L(P,X);c.parseJSON=P=>{const X=typeof P=="string"?N(P):P,{length:B}=X,Y=new H;let D=Y,V=D[y],T=!1,I=0;for(;I<B;){let W=X[I++];switch(W){case l:{const O=X[I++],j=T||O==="svg"||O==="SVG",t1=j?new A(Y,O,D.ownerSVGElement||null):R(Y,O);b(V[x],t1,V),t1.parentNode=D,D=t1,V=D[y],T=j;break}case f:{const O=X[I++],j=typeof X[I]=="string"?X[I++]:"",t1=new w(Y,O,j);t1.ownerElement=D,M(V[x],t1,V);break}case d:E(D,new k(Y,X[I++]),V);break;case m:E(D,new _(Y,X[I++]),V);break;case h:E(D,new z(Y,X[I++]),V);break;case v:{const O=[Y];for(;typeof X[I]=="string";)O.push(X[I++]);O.length===3&&/\.dtd$/i.test(O[2])&&O.splice(2,0,""),E(D,new S(...O),V);break}case g:D=Y.createDocumentFragment(),V=D[y];case p:break;default:do W-=o,T&&!D.ownerSVGElement&&(T=!1),D=D.parentNode||D;while(W<0);V=D[y]}}switch(I&&X[0]){case l:return Y.firstElementChild;case g:return D}return Y},c.toJSON=P=>P.toJSON()},882:(i,c)=>{const s=new Map;c.htmlClasses=s,c.registerHTMLClass=(o,l)=>{for(const f of[].concat(o))s.set(f,l),s.set(f.toUpperCase(),l)}},5672:(i,c)=>{const s=new WeakMap;c.shadowRoots=s},2499:(i,c)=>{const s=Symbol("changed");c.CHANGED=s;const o=Symbol("classList");c.CLASS_LIST=o;const l=Symbol("CustomElements");c.CUSTOM_ELEMENTS=l;const f=Symbol("content");c.CONTENT=f;const d=Symbol("dataset");c.DATASET=d;const h=Symbol("doctype");c.DOCTYPE=h;const m=Symbol("DOMParser");c.DOM_PARSER=m;const p=Symbol("end");c.END=p;const v=Symbol("EventTarget");c.EVENT_TARGET=v;const g=Symbol("globals");c.GLOBALS=g;const y=Symbol("image");c.IMAGE=y;const x=Symbol("mime");c.MIME=x;const C=Symbol("MutationObserver");c.MUTATION_OBSERVER=C;const b=Symbol("next");c.NEXT=b;const M=Symbol("ownerElement");c.OWNER_ELEMENT=M;const w=Symbol("prev");c.PREV=w;const z=Symbol("private");c.PRIVATE=z;const _=Symbol("sheet");c.SHEET=_;const S=Symbol("start");c.START=S;const k=Symbol("style");c.STYLE=k;const H=Symbol("upgrade");c.UPGRADE=H;const L=Symbol("value");c.VALUE=L},9809:(i,c)=>{const{replace:s}="",o=/[<>&\xA0]/g,l={" ":"&#160;","&":"&amp;","<":"&lt;",">":"&gt;"},f=d=>l[d];c.escape=d=>s.call(d,o,f)},1255:(i,c,s)=>{const{ELEMENT_NODE:o}=s(3207),{END:l,MIME:f,NEXT:d,PREV:h}=s(2499),m=String;c.String=m;const p=g=>g.nodeType===o?g[l]:g;c.getEnd=p,c.ignoreCase=({ownerDocument:g})=>g[f].ignoreCase;const v=(g,y)=>{g[d]=y,y[h]=g};c.knownAdjacent=v,c.knownBoundaries=(g,y,x)=>{v(g,y),v(p(y),x)},c.knownSegment=(g,y,x,C)=>{v(g,y),v(p(x),C)},c.knownSiblings=(g,y,x)=>{v(g,y),v(y,x)},c.localCase=({localName:g,ownerDocument:y})=>y[f].ignoreCase?g.toUpperCase():g,c.setAdjacent=(g,y)=>{g&&(g[d]=y),y&&(y[h]=g)}},5394:(i,c,s)=>{const{MIME:o}=s(2499),{Document:l}=s(1981);c.SVGDocument=class extends l{constructor(){super("image/svg+xml")}toString(){return this[o].docType+super.toString()}}},2287:(i,c,s)=>{const{Element:o}=s(434),{String:l}=s(1255),f=new WeakMap,d={get:(h,m)=>h[m],set:(h,m,p)=>(h[m]=p,!0)};c.SVGElement=class extends o{constructor(h,m,p=null){super(h,m),this.ownerSVGElement=p}get className(){return f.has(this)||f.set(this,new Proxy({baseVal:"",animVal:""},d)),f.get(this)}set className(h){const{classList:m}=this;m.clear(),m.add(...l(h).split(/\s+/))}get namespaceURI(){return"http://www.w3.org/2000/svg"}getAttribute(h){return h==="class"?[...this.classList].join(" "):super.getAttribute(h)}setAttribute(h,m){if(h==="class")this.className=m;else if(h==="style"){const{className:p}=this;p.baseVal=p.animVal=m}super.setAttribute(h,m)}}},8315:(i,c,s)=>{const{MIME:o}=s(2499),{Document:l}=s(1981);c.XMLDocument=class extends l{constructor(){super("text/xml")}toString(){return this[o].docType+super.toString()}}},7173:i=>{class c{constructor(o,l){this.width=o,this.height=l}getContext(){return null}toDataURL(){return""}}i.exports={createCanvas:(s,o)=>new c(s,o)}},5873:(i,c,s)=>{try{i.exports=Object(function(){var o=new Error("Cannot find module 'canvas'");throw o.code="MODULE_NOT_FOUND",o}())}catch{i.exports=s(7173)}},273:(i,c,s)=>{try{const{performance:o}=s(Object(function(){var l=new Error("Cannot find module 'perf_hooks'");throw l.code="MODULE_NOT_FOUND",l}()));c.performance=o}catch{c.performance={now:()=>+new Date}}},1876:i=>{i.exports=c=>c.replace(/(([A-Z0-9])([A-Z0-9][a-z]))|(([a-z0-9]+)([A-Z]))/g,"$2$5-$3$6").toLowerCase()}},r={};function n(i){var c=r[i];if(c!==void 0)return c.exports;var s=r[i]={exports:{}};return a[i].call(s.exports,s,s.exports,n),s.exports}return n.d=(i,c)=>{for(var s in c)n.o(c,s)&&!n.o(i,s)&&Object.defineProperty(i,s,{enumerable:!0,get:c[s]})},n.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),n.o=(i,c)=>Object.prototype.hasOwnProperty.call(i,c),n.r=i=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(i,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(i,"__esModule",{value:!0})},n(7927)})())})(Zp);var Xe=Zp.exports,U3;let fe=(U3=class{constructor(t){z1(this,"config");this.config=t}static init(t){if(U3.instance)throw new Error("Config is already initialized");U3.instance=new U3(t)}static getConfig(){if(!U3.instance)throw new Error("Config is not initialized. Call init() first.");return U3.instance.config}},z1(U3,"instance"),U3);const Q3=Z3.defineStore("pga-app-options",()=>{const e=u.ref(!1),t=u.ref({language:"es",theme:"light"}),a=u.computed({get(){return t.value.language},set(o){t.value.language=o}}),r=u.computed({get(){return t.value.theme},set(o){t.value.theme=o}});u.watch(r,()=>B7());function n(o){e.value||(e.value=!0,t.value=Xe.mergeDeep(t.value,o))}function i(o){a.value=o}function c(o){r.value=o}function s(){r.value=r.value==="light"?"dark":"light"}return{options:t,language:a,theme:r,init:n,setLanguage:i,setTheme:c,changeTheme:s}},{persist:!0}),ET=m7(),Kt=Z3.defineStore("pga-route",()=>{const e=u.ref(),t=u.ref(!ET),a=u.computed(()=>cg(e.value)),r=u.computed(()=>{var s;return Ln(a.value,(s=e.value)==null?void 0:s.name)}),n=u.computed(()=>{var s;return(s=e.value)==null?void 0:s.meta.access}),i=u.computed(()=>{var s;return!!((s=e.value)!=null&&s.meta.preventDisplayNavigationBars)}),c=u.computed(()=>!i.value&&t.value);return{currentRoute:e,isSideBarOpen:t,currentRouteType:a,currentRouteTitle:r,currentRouteAccess:n,preventDisplayNavigationBars:i,isDisplayingSideBar:c}}),NT={es:{successfulLogout:"¡Vuelva pronto!"}},OT={es:{alertTitle:"¿Estás seguro?",cancelBtn:"Cancelar",acceptBtn:"Eliminar"}},PT={es:{INTERNAL_SERVER_ERROR:"Ha ocurrido un error",DUPLICATE_KEY:"Item ya creado",FOREIGN_KEY_INTEGRITY:"El item no existe",MODELS_ASSOCIATED:"No se puede eliminar porque tiene items asociados",INVALID_INPUT_DATA:"Los datos ingresados no son correctos",ENTITY_NOT_FOUND:"El item no existe",INVALID_CREDENTIALS:"Usuario o contraseña incorrectos",UNAUTHORIZED:"No autorizado"}},DT={es:{LOGIN:"¡Bienvenido!"}},RT={es:{noItemsText:"No hay resultados"}},FT={es:{selectFileLabel:"Seleccionar archivo",selectFilesLabel:"Seleccionar archivos",removeBtn:"Eliminar archivo",newFileError:"Formato inválido"}},BT={es:{optionalLabel:"Opcional"}},IT={es:{usernameLabel:"Usuario",passwordLabel:"Contraseña",loginBtn:"Iniciar sesión"}},$T={es:{emptyOptionsText:"No hay opciones"}},UT={es:{cancelBtn:"Cancelar",selectBtn:"Seleccionar"}},qT={es:{backBtn:"Volver",deleteBtn:"Eliminar",confirmDeleteText:"",editBtn:"Editar",logoutBtn:"Cerrar sesión"}},jT={es:{savedMsg:"Guardado",saveErrorMsg:"Texto demasiado largo"}},WT={es:{selectFileLabel:"Seleccionar imágenes",confirmDeleteText:"La imagen se eliminará permanentemente.",maxImagesQuantityAlert:"Solo puede cargar {maxQuantity} imágenes"}},GT={es:{header:{switchToLightMode:"Cambiar a modo claro",switchToDarkMode:"Cambiar a modo oscuro",logout:"Cerrar sesión"},footer:{allRightsReserved:"Todos los derechos reservados",designedBy:"Diseñado por"}}},YT={es:{cancelBtn:"Cancelar",acceptBtn:"Guardar"}},XT={es:{columnTitleActions:"",selectAllBtn:"Seleccionar todo",withTheSelectedItemsText:"Con los seleccionados:",filtersBtn:"Filtros",filtersModalTitle:"Filtros",seeDetailsBtn:"Ver detalles",confirmDeleteText:'¿Eliminar "{description}"?'}},KT={es:{removeAllBtn:"Eliminar todo"}},ZT={es:{requiredRuleError:"Campo requerido",minLengthRuleError:"Longitud mínima: {length} caracteres",maxLengthRuleError:"Longitud máxima: {length} caracteres",integerRuleError:"Ingrese un valor entero",lessEqualRuleError:"Ingrese un valor menor o igual a {number}",greaterEqualRuleError:"Ingrese un valor mayor o igual a {number}",lessThanRuleError:"Ingrese un valor menor a {number}",greaterThanRuleError:"Ingrese un valor mayor a {number}"}},QT={authHelpers:NT,alert:OT,apiConnectionsError:PT,apiConnectionsSuccess:DT,pgaDisplayNoItems:RT,pgaInputFile:FT,pgaInputGroup:BT,pgaLoginForm:IT,pgaSelect:$T,pgaVueDatePicker:UT,pgaButton:qT,pgaEditor:jT,pgaImage:WT,pgaLayout:GT,pgaModal:YT,pgaTable:XT,notifications:KT,validations:ZT};function Qp(e){function t(a,r){return function(n,i={}){var g;const c=Q3().language,s=e==null?void 0:e[a],o=s==null?void 0:s[c],l=r?r.split(".").reduce((y,x)=>y==null?void 0:y[x],o):o,f=(g=e==null?void 0:e.global)==null?void 0:g[c],d=n,h=(l==null?void 0:l[d])||(f==null?void 0:f[d])||"",m=i.count||0,p=h.split("|").map(y=>y.trim());let v=p[0];p.length===2?v=m===1?p[0]:p[1]:p.length===3&&(v=m===0?p[0]:m===1?p[1]:p[2]),v=v.replace(new RegExp("{count}","g"),m.toString());for(const y in i)y!=="count"&&i[y]!==void 0&&i[y]!==null&&(v=v.replace(new RegExp(`{${y}}`,"g"),i[y].toString()));return v}}return t}const se=Qp(QT),JT=se("authHelpers");function Jp(){const e=fe.getConfig().stores.useAuthStore(),t=Kt().currentRouteType,a=`auth${Xe.getFirstChartInUppercase(t)}`;return!!e[a].accessToken&&!!e[a].user.id}function ev(){const e=fe.getConfig().stores.useAuthStore(),t=Kt().currentRouteType,a=`auth${Xe.getFirstChartInUppercase(t)}`;return e[a].accessToken}async function tv(e,t,a){const r=fe.getConfig(),n=r.stores.useAuthStore(),i=`authentication/login/${e}`,c={basicAuth:t,isLoadingRef:a==null?void 0:a.isLoadingRef},s=await r.api.postOne(i,void 0,c);n.setAuthUser(e,s.data);const o={name:(a==null?void 0:a.redirectToName)||r.defaultRoutes[e].auth};r.router.push(o)}async function av(){const e=fe.getConfig(),t=e.stores.useAuthStore(),a=Kt().currentRouteType;try{const r=`authentication/validateAccessToken/${a}`,n=await e.api.getOne(r,void 0,void 0,{preventDisplayError:!0});t.setAuthUser(a,n.data)}catch{t.setAuthUser(a)}}function rv(e){const t=fe.getConfig();t.stores.useAuthStore().setAuthUser(e),S4("success",()=>JT("successfulLogout"));const r={name:`login${Xe.getFirstChartInUppercase(e)}`};t.router.push(r)}function gi(e,t){const a=e.toLocaleString(Q3().language,{maximumFractionDigits:t});return a==="-0"?"0":a}function eE(e,t,a,r=!0){let n=gi(e,t);return r&&(n=n+=` ${a}`),n}function m7(){return window.innerWidth<=768}function yi(e,t,a){const r=document.querySelector(":root"),n="--pga-",i=a!=null&&a.preventConvertToKebab?e:Xe.camelToKebab(e);r.style.setProperty(`${n}${i}`,t)}function xi(e){const t=e?"visible":"hidden";document.body.style.overflow=t}function tE(e,t,a="animate__"){return new Promise(r=>{const n=`${a}${t}`,i=document.querySelector(e);if(i){i.classList.add(`${a}animated`,n);const c=s=>{s.stopPropagation(),i==null||i.classList.remove(`${a}animated`,n),r("Animation ended")};i.addEventListener("animationend",c,{once:!0})}})}function p7(e){return Object.keys(Xp).includes(e)}function nv(e,t){let a=0,r=0,n=0,i=0;if(e.startsWith("rgb")||e.startsWith("rgba")){const s=e.replace(/rgba?\((.*?)\)/,"$1").replace(/\s/g,""),[,o,l,f,d="1"]=s.match(/(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*([\d.]+))?/);a=parseInt(o),r=parseInt(l),n=parseInt(f),i=parseFloat(d)}if(e.startsWith("#")){let s=e;s.length===4&&(s="#"+s[1]+s[1]+s[2]+s[2]+s[3]+s[3]);let[,o,l,f,d]=s.match(/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i).map((h,m)=>m===4?parseInt(h,16)/255:parseInt(h,16));d=d?parseFloat(d.toFixed(3)):1,a=o,r=l,n=f,i=d}const c=t/100;return`rgba(${a}, ${r}, ${n}, ${i*c})`}function Us(e,t){const r=`color-${Xe.camelToKebab(e)}`,n={preventConvertToKebab:!0};yi(r,t,n);for(let i=5;i<=95;i+=5){const c=i<10?`0${i}`:i%10===0?`${i/10}`:`${i}`;yi(`${r}-0${c}`,nv(t,i),n)}}function aE(){const e=Kp,t=Math.floor(Math.random()*Object.keys(e).length);return e[Object.keys(e)[t]]}function i6(e,t){if(!e)return"-";const r={...{format:"short",withTime:!0,justTime:!1},...t},n={weekday:r.format==="numeric"||r.justTime?void 0:r.format,year:r.justTime?void 0:"numeric",month:r.justTime?void 0:r.format==="numeric"?"2-digit":r.format,day:r.justTime?void 0:"2-digit",hour:r.withTime||r.justTime?"2-digit":void 0,minute:r.withTime||r.justTime?"2-digit":void 0},i=e.toLocaleString(Q3().language,n);return i.charAt(0).toUpperCase()+i.slice(1)}function cv(e){if(!e)return!1;let t=e;const a=["http://","https://"];for(const r of a)if(e.startsWith(r)){t=e.replace(r,"");break}return t=t.replace(/:(\d*)$/,""),window.location.href.includes(t)}const iv=["production","demo","testing","development"];function rE(e,t){if(t)return t;for(const a of iv)for(const r of e[a])if(cv(r))return a;throw Error("Incorrect URL")}/*! @license DOMPurify 3.2.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.3/LICENSE */const{entries:sv,setPrototypeOf:Zf,isFrozen:nE,getPrototypeOf:cE,getOwnPropertyDescriptor:iE}=Object;let{freeze:bt,seal:Yt,create:ov}=Object,{apply:qs,construct:js}=typeof Reflect<"u"&&Reflect;bt||(bt=function(t){return t});Yt||(Yt=function(t){return t});qs||(qs=function(t,a,r){return t.apply(a,r)});js||(js=function(t,a){return new t(...a)});const cc=Ot(Array.prototype.forEach),Qf=Ot(Array.prototype.pop),O6=Ot(Array.prototype.push),Yc=Ot(String.prototype.toLowerCase),N5=Ot(String.prototype.toString),Jf=Ot(String.prototype.match),P6=Ot(String.prototype.replace),sE=Ot(String.prototype.indexOf),oE=Ot(String.prototype.trim),o3=Ot(Object.prototype.hasOwnProperty),mt=Ot(RegExp.prototype.test),D6=lE(TypeError);function Ot(e){return function(t){for(var a=arguments.length,r=new Array(a>1?a-1:0),n=1;n<a;n++)r[n-1]=arguments[n];return qs(e,t,r)}}function lE(e){return function(){for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return js(e,a)}}function p2(e,t){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Yc;Zf&&Zf(e,null);let r=t.length;for(;r--;){let n=t[r];if(typeof n=="string"){const i=a(n);i!==n&&(nE(t)||(t[r]=i),n=i)}e[n]=!0}return e}function fE(e){for(let t=0;t<e.length;t++)o3(e,t)||(e[t]=null);return e}function R0(e){const t=ov(null);for(const[a,r]of sv(e))o3(e,a)&&(Array.isArray(r)?t[a]=fE(r):r&&typeof r=="object"&&r.constructor===Object?t[a]=R0(r):t[a]=r);return t}function R6(e,t){for(;e!==null;){const r=iE(e,t);if(r){if(r.get)return Ot(r.get);if(typeof r.value=="function")return Ot(r.value)}e=cE(e)}function a(){return null}return a}const eu=bt(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),O5=bt(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),P5=bt(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),uE=bt(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),D5=bt(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),dE=bt(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),tu=bt(["#text"]),au=bt(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),R5=bt(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),ru=bt(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),ic=bt(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),hE=Yt(/\{\{[\w\W]*|[\w\W]*\}\}/gm),mE=Yt(/<%[\w\W]*|[\w\W]*%>/gm),pE=Yt(/\$\{[\w\W]*}/gm),vE=Yt(/^data-[\-\w.\u00B7-\uFFFF]+$/),gE=Yt(/^aria-[\-\w]+$/),lv=Yt(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),yE=Yt(/^(?:\w+script|data):/i),xE=Yt(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),fv=Yt(/^html$/i),bE=Yt(/^[a-z][.\w]*(-[.\w]+)+$/i);var nu=Object.freeze({__proto__:null,ARIA_ATTR:gE,ATTR_WHITESPACE:xE,CUSTOM_ELEMENT:bE,DATA_ATTR:vE,DOCTYPE_NAME:fv,ERB_EXPR:mE,IS_ALLOWED_URI:lv,IS_SCRIPT_OR_DATA:yE,MUSTACHE_EXPR:hE,TMPLIT_EXPR:pE});const F6={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},CE=function(){return typeof window>"u"?null:window},ME=function(t,a){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let r=null;const n="data-tt-policy-suffix";a&&a.hasAttribute(n)&&(r=a.getAttribute(n));const i="dompurify"+(r?"#"+r:"");try{return t.createPolicy(i,{createHTML(c){return c},createScriptURL(c){return c}})}catch{return console.warn("TrustedTypes policy "+i+" could not be created."),null}},cu=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function uv(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:CE();const t=G=>uv(G);if(t.version="3.2.3",t.removed=[],!e||!e.document||e.document.nodeType!==F6.document)return t.isSupported=!1,t;let{document:a}=e;const r=a,n=r.currentScript,{DocumentFragment:i,HTMLTemplateElement:c,Node:s,Element:o,NodeFilter:l,NamedNodeMap:f=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:d,DOMParser:h,trustedTypes:m}=e,p=o.prototype,v=R6(p,"cloneNode"),g=R6(p,"remove"),y=R6(p,"nextSibling"),x=R6(p,"childNodes"),C=R6(p,"parentNode");if(typeof c=="function"){const G=a.createElement("template");G.content&&G.content.ownerDocument&&(a=G.content.ownerDocument)}let b,M="";const{implementation:w,createNodeIterator:z,createDocumentFragment:_,getElementsByTagName:S}=a,{importNode:k}=r;let H=cu();t.isSupported=typeof sv=="function"&&typeof C=="function"&&w&&w.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:L,ERB_EXPR:A,TMPLIT_EXPR:N,DATA_ATTR:E,ARIA_ATTR:R,IS_SCRIPT_OR_DATA:P,ATTR_WHITESPACE:X,CUSTOM_ELEMENT:B}=nu;let{IS_ALLOWED_URI:Y}=nu,D=null;const V=p2({},[...eu,...O5,...P5,...D5,...tu]);let T=null;const I=p2({},[...au,...R5,...ru,...ic]);let W=Object.seal(ov(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}})),O=null,j=null,t1=!0,r1=!0,Q=!1,f1=!0,q=!1,g1=!0,_1=!1,m1=!1,o1=!1,u1=!1,d1=!1,y1=!1,V1=!0,C1=!1;const S1="user-content-";let L1=!0,H1=!1,N1={},p1=null;const w1=p2({},["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 D1=null;const K1=p2({},["audio","video","img","source","image","track"]);let F1=null;const Q1=p2({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),h2="http://www.w3.org/1998/Math/MathML",a2="http://www.w3.org/2000/svg",H2="http://www.w3.org/1999/xhtml";let A2=H2,b1=!1,v1=null;const P1=p2({},[h2,a2,H2],N5);let B1=p2({},["mi","mo","mn","ms","mtext"]),n2=p2({},["annotation-xml"]);const W2=p2({},["title","style","font","a","script"]);let re=null;const P2=["application/xhtml+xml","text/html"],Ge="text/html";let S2=null,de=null;const e3=a.createElement("form"),t3=function(U){return U instanceof RegExp||U instanceof Function},a3=function(){let U=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(de&&de===U)){if((!U||typeof U!="object")&&(U={}),U=R0(U),re=P2.indexOf(U.PARSER_MEDIA_TYPE)===-1?Ge:U.PARSER_MEDIA_TYPE,S2=re==="application/xhtml+xml"?N5:Yc,D=o3(U,"ALLOWED_TAGS")?p2({},U.ALLOWED_TAGS,S2):V,T=o3(U,"ALLOWED_ATTR")?p2({},U.ALLOWED_ATTR,S2):I,v1=o3(U,"ALLOWED_NAMESPACES")?p2({},U.ALLOWED_NAMESPACES,N5):P1,F1=o3(U,"ADD_URI_SAFE_ATTR")?p2(R0(Q1),U.ADD_URI_SAFE_ATTR,S2):Q1,D1=o3(U,"ADD_DATA_URI_TAGS")?p2(R0(K1),U.ADD_DATA_URI_TAGS,S2):K1,p1=o3(U,"FORBID_CONTENTS")?p2({},U.FORBID_CONTENTS,S2):w1,O=o3(U,"FORBID_TAGS")?p2({},U.FORBID_TAGS,S2):{},j=o3(U,"FORBID_ATTR")?p2({},U.FORBID_ATTR,S2):{},N1=o3(U,"USE_PROFILES")?U.USE_PROFILES:!1,t1=U.ALLOW_ARIA_ATTR!==!1,r1=U.ALLOW_DATA_ATTR!==!1,Q=U.ALLOW_UNKNOWN_PROTOCOLS||!1,f1=U.ALLOW_SELF_CLOSE_IN_ATTR!==!1,q=U.SAFE_FOR_TEMPLATES||!1,g1=U.SAFE_FOR_XML!==!1,_1=U.WHOLE_DOCUMENT||!1,u1=U.RETURN_DOM||!1,d1=U.RETURN_DOM_FRAGMENT||!1,y1=U.RETURN_TRUSTED_TYPE||!1,o1=U.FORCE_BODY||!1,V1=U.SANITIZE_DOM!==!1,C1=U.SANITIZE_NAMED_PROPS||!1,L1=U.KEEP_CONTENT!==!1,H1=U.IN_PLACE||!1,Y=U.ALLOWED_URI_REGEXP||lv,A2=U.NAMESPACE||H2,B1=U.MATHML_TEXT_INTEGRATION_POINTS||B1,n2=U.HTML_INTEGRATION_POINTS||n2,W=U.CUSTOM_ELEMENT_HANDLING||{},U.CUSTOM_ELEMENT_HANDLING&&t3(U.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=U.CUSTOM_ELEMENT_HANDLING.tagNameCheck),U.CUSTOM_ELEMENT_HANDLING&&t3(U.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=U.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),U.CUSTOM_ELEMENT_HANDLING&&typeof U.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=U.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),q&&(r1=!1),d1&&(u1=!0),N1&&(D=p2({},tu),T=[],N1.html===!0&&(p2(D,eu),p2(T,au)),N1.svg===!0&&(p2(D,O5),p2(T,R5),p2(T,ic)),N1.svgFilters===!0&&(p2(D,P5),p2(T,R5),p2(T,ic)),N1.mathMl===!0&&(p2(D,D5),p2(T,ru),p2(T,ic))),U.ADD_TAGS&&(D===V&&(D=R0(D)),p2(D,U.ADD_TAGS,S2)),U.ADD_ATTR&&(T===I&&(T=R0(T)),p2(T,U.ADD_ATTR,S2)),U.ADD_URI_SAFE_ATTR&&p2(F1,U.ADD_URI_SAFE_ATTR,S2),U.FORBID_CONTENTS&&(p1===w1&&(p1=R0(p1)),p2(p1,U.FORBID_CONTENTS,S2)),L1&&(D["#text"]=!0),_1&&p2(D,["html","head","body"]),D.table&&(p2(D,["tbody"]),delete O.tbody),U.TRUSTED_TYPES_POLICY){if(typeof U.TRUSTED_TYPES_POLICY.createHTML!="function")throw D6('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof U.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw D6('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');b=U.TRUSTED_TYPES_POLICY,M=b.createHTML("")}else b===void 0&&(b=ME(m,n)),b!==null&&typeof M=="string"&&(M=b.createHTML(""));bt&&bt(U),de=U}},xe=p2({},[...O5,...P5,...uE]),r3=p2({},[...D5,...dE]),Qe=function(U){let Z=C(U);(!Z||!Z.tagName)&&(Z={namespaceURI:A2,tagName:"template"});const J=Yc(U.tagName),l1=Yc(Z.tagName);return v1[U.namespaceURI]?U.namespaceURI===a2?Z.namespaceURI===H2?J==="svg":Z.namespaceURI===h2?J==="svg"&&(l1==="annotation-xml"||B1[l1]):!!xe[J]:U.namespaceURI===h2?Z.namespaceURI===H2?J==="math":Z.namespaceURI===a2?J==="math"&&n2[l1]:!!r3[J]:U.namespaceURI===H2?Z.namespaceURI===a2&&!n2[l1]||Z.namespaceURI===h2&&!B1[l1]?!1:!r3[J]&&(W2[J]||!xe[J]):!!(re==="application/xhtml+xml"&&v1[U.namespaceURI]):!1},Se=function(U){O6(t.removed,{element:U});try{C(U).removeChild(U)}catch{g(U)}},n3=function(U,Z){try{O6(t.removed,{attribute:Z.getAttributeNode(U),from:Z})}catch{O6(t.removed,{attribute:null,from:Z})}if(Z.removeAttribute(U),U==="is")if(u1||d1)try{Se(Z)}catch{}else try{Z.setAttribute(U,"")}catch{}},T3=function(U){let Z=null,J=null;if(o1)U="<remove></remove>"+U;else{const M1=Jf(U,/^[\r\n\t ]+/);J=M1&&M1[0]}re==="application/xhtml+xml"&&A2===H2&&(U='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+U+"</body></html>");const l1=b?b.createHTML(U):U;if(A2===H2)try{Z=new h().parseFromString(l1,re)}catch{}if(!Z||!Z.documentElement){Z=w.createDocument(A2,"template",null);try{Z.documentElement.innerHTML=b1?M:l1}catch{}}const s1=Z.body||Z.documentElement;return U&&J&&s1.insertBefore(a.createTextNode(J),s1.childNodes[0]||null),A2===H2?S.call(Z,_1?"html":"body")[0]:_1?Z.documentElement:s1},K=function(U){return z.call(U.ownerDocument||U,U,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null)},c1=function(U){return U instanceof d&&(typeof U.nodeName!="string"||typeof U.textContent!="string"||typeof U.removeChild!="function"||!(U.attributes instanceof f)||typeof U.removeAttribute!="function"||typeof U.setAttribute!="function"||typeof U.namespaceURI!="string"||typeof U.insertBefore!="function"||typeof U.hasChildNodes!="function")},e1=function(U){return typeof s=="function"&&U instanceof s};function a1(G,U,Z){cc(G,J=>{J.call(t,U,Z,de)})}const n1=function(U){let Z=null;if(a1(H.beforeSanitizeElements,U,null),c1(U))return Se(U),!0;const J=S2(U.nodeName);if(a1(H.uponSanitizeElement,U,{tagName:J,allowedTags:D}),U.hasChildNodes()&&!e1(U.firstElementChild)&&mt(/<[/\w]/g,U.innerHTML)&&mt(/<[/\w]/g,U.textContent)||U.nodeType===F6.progressingInstruction||g1&&U.nodeType===F6.comment&&mt(/<[/\w]/g,U.data))return Se(U),!0;if(!D[J]||O[J]){if(!O[J]&&x1(J)&&(W.tagNameCheck instanceof RegExp&&mt(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J)))return!1;if(L1&&!p1[J]){const l1=C(U)||U.parentNode,s1=x(U)||U.childNodes;if(s1&&l1){const M1=s1.length;for(let E1=M1-1;E1>=0;--E1){const O1=v(s1[E1],!0);O1.__removalCount=(U.__removalCount||0)+1,l1.insertBefore(O1,y(U))}}}return Se(U),!0}return U instanceof o&&!Qe(U)||(J==="noscript"||J==="noembed"||J==="noframes")&&mt(/<\/no(script|embed|frames)/i,U.innerHTML)?(Se(U),!0):(q&&U.nodeType===F6.text&&(Z=U.textContent,cc([L,A,N],l1=>{Z=P6(Z,l1," ")}),U.textContent!==Z&&(O6(t.removed,{element:U.cloneNode()}),U.textContent=Z)),a1(H.afterSanitizeElements,U,null),!1)},i1=function(U,Z,J){if(V1&&(Z==="id"||Z==="name")&&(J in a||J in e3))return!1;if(!(r1&&!j[Z]&&mt(E,Z))){if(!(t1&&mt(R,Z))){if(!T[Z]||j[Z]){if(!(x1(U)&&(W.tagNameCheck instanceof RegExp&&mt(W.tagNameCheck,U)||W.tagNameCheck instanceof Function&&W.tagNameCheck(U))&&(W.attributeNameCheck instanceof RegExp&&mt(W.attributeNameCheck,Z)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(Z))||Z==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&mt(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J))))return!1}else if(!F1[Z]){if(!mt(Y,P6(J,X,""))){if(!((Z==="src"||Z==="xlink:href"||Z==="href")&&U!=="script"&&sE(J,"data:")===0&&D1[U])){if(!(Q&&!mt(P,P6(J,X,"")))){if(J)return!1}}}}}}return!0},x1=function(U){return U!=="annotation-xml"&&Jf(U,B)},k1=function(U){a1(H.beforeSanitizeAttributes,U,null);const{attributes:Z}=U;if(!Z||c1(U))return;const J={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:T,forceKeepAttr:void 0};let l1=Z.length;for(;l1--;){const s1=Z[l1],{name:M1,namespaceURI:E1,value:O1}=s1,A1=S2(M1);let $1=M1==="value"?O1:oE(O1);if(J.attrName=A1,J.attrValue=$1,J.keepAttr=!0,J.forceKeepAttr=void 0,a1(H.uponSanitizeAttribute,U,J),$1=J.attrValue,C1&&(A1==="id"||A1==="name")&&(n3(M1,U),$1=S1+$1),g1&&mt(/((--!?|])>)|<\/(style|title)/i,$1)){n3(M1,U);continue}if(J.forceKeepAttr||(n3(M1,U),!J.keepAttr))continue;if(!f1&&mt(/\/>/i,$1)){n3(M1,U);continue}q&&cc([L,A,N],c2=>{$1=P6($1,c2," ")});const q1=S2(U.nodeName);if(i1(q1,A1,$1)){if(b&&typeof m=="object"&&typeof m.getAttributeType=="function"&&!E1)switch(m.getAttributeType(q1,A1)){case"TrustedHTML":{$1=b.createHTML($1);break}case"TrustedScriptURL":{$1=b.createScriptURL($1);break}}try{E1?U.setAttributeNS(E1,M1,$1):U.setAttribute(M1,$1),c1(U)?Se(U):Qf(t.removed)}catch{}}}a1(H.afterSanitizeAttributes,U,null)},F=function G(U){let Z=null;const J=K(U);for(a1(H.beforeSanitizeShadowDOM,U,null);Z=J.nextNode();)a1(H.uponSanitizeShadowNode,Z,null),n1(Z),k1(Z),Z.content instanceof i&&G(Z.content);a1(H.afterSanitizeShadowDOM,U,null)};return t.sanitize=function(G){let U=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Z=null,J=null,l1=null,s1=null;if(b1=!G,b1&&(G="<!-->"),typeof G!="string"&&!e1(G))if(typeof G.toString=="function"){if(G=G.toString(),typeof G!="string")throw D6("dirty is not a string, aborting")}else throw D6("toString is not a function");if(!t.isSupported)return G;if(m1||a3(U),t.removed=[],typeof G=="string"&&(H1=!1),H1){if(G.nodeName){const O1=S2(G.nodeName);if(!D[O1]||O[O1])throw D6("root node is forbidden and cannot be sanitized in-place")}}else if(G instanceof s)Z=T3("<!---->"),J=Z.ownerDocument.importNode(G,!0),J.nodeType===F6.element&&J.nodeName==="BODY"||J.nodeName==="HTML"?Z=J:Z.appendChild(J);else{if(!u1&&!q&&!_1&&G.indexOf("<")===-1)return b&&y1?b.createHTML(G):G;if(Z=T3(G),!Z)return u1?null:y1?M:""}Z&&o1&&Se(Z.firstChild);const M1=K(H1?G:Z);for(;l1=M1.nextNode();)n1(l1),k1(l1),l1.content instanceof i&&F(l1.content);if(H1)return G;if(u1){if(d1)for(s1=_.call(Z.ownerDocument);Z.firstChild;)s1.appendChild(Z.firstChild);else s1=Z;return(T.shadowroot||T.shadowrootmode)&&(s1=k.call(r,s1,!0)),s1}let E1=_1?Z.outerHTML:Z.innerHTML;return _1&&D["!doctype"]&&Z.ownerDocument&&Z.ownerDocument.doctype&&Z.ownerDocument.doctype.name&&mt(fv,Z.ownerDocument.doctype.name)&&(E1="<!DOCTYPE "+Z.ownerDocument.doctype.name+`>
25
25
  `+E1),q&&cc([L,A,N],O1=>{E1=P6(E1,O1," ")}),b&&y1?b.createHTML(E1):E1},t.setConfig=function(){let G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};a3(G),m1=!0},t.clearConfig=function(){de=null,m1=!1},t.isValidAttribute=function(G,U,Z){de||a3({});const J=S2(G),l1=S2(U);return i1(J,l1,Z)},t.addHook=function(G,U){typeof U=="function"&&O6(H[G],U)},t.removeHook=function(G){return Qf(H[G])},t.removeHooks=function(G){H[G]=[]},t.removeAllHooks=function(){H=cu()},t}var dv=uv();function zE(e){return dv.sanitize(e)}function hv(e){return dv.sanitize(e,{ALLOWED_TAGS:[]})}//! moment.js
26
26
  //! version : 2.30.1
27
27
  //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
package/dist/main.es.js CHANGED
@@ -8521,12 +8521,13 @@ const n0 = K7(
8521
8521
  function ZE(e) {
8522
8522
  function t(a, r) {
8523
8523
  return function(n, c = {}) {
8524
- const i = n0().language, s = e == null ? void 0 : e[a], o = s == null ? void 0 : s[i], l = r ? r.split(".").reduce((m, p) => m == null ? void 0 : m[p], o) : o, f = (l == null ? void 0 : l[n]) || "", u = c.count || 0, h = f.split("|").map((m) => m.trim());
8525
- let d = h[0];
8526
- h.length === 2 ? d = u === 1 ? h[0] : h[1] : h.length === 3 && (d = u === 0 ? h[0] : u === 1 ? h[1] : h[2]), d = d.replace(new RegExp("{count}", "g"), u.toString());
8527
- for (const m in c)
8528
- m !== "count" && c[m] !== void 0 && c[m] !== null && (d = d.replace(new RegExp(`{${m}}`, "g"), c[m].toString()));
8529
- return d;
8524
+ var v;
8525
+ const i = n0().language, s = e == null ? void 0 : e[a], o = s == null ? void 0 : s[i], l = r ? r.split(".").reduce((g, y) => g == null ? void 0 : g[y], o) : o, f = (v = e == null ? void 0 : e.global) == null ? void 0 : v[i], u = n, h = (l == null ? void 0 : l[u]) || (f == null ? void 0 : f[u]) || "", d = c.count || 0, m = h.split("|").map((g) => g.trim());
8526
+ let p = m[0];
8527
+ m.length === 2 ? p = d === 1 ? m[0] : m[1] : m.length === 3 && (p = d === 0 ? m[0] : d === 1 ? m[1] : m[2]), p = p.replace(new RegExp("{count}", "g"), d.toString());
8528
+ for (const g in c)
8529
+ g !== "count" && c[g] !== void 0 && c[g] !== null && (p = p.replace(new RegExp(`{${g}}`, "g"), c[g].toString()));
8530
+ return p;
8530
8531
  };
8531
8532
  }
8532
8533
  return t;
@@ -14,5 +14,5 @@ type MessageProps = {
14
14
  [prop: string]: string | number;
15
15
  count?: number;
16
16
  };
17
- export declare function createI18n<F extends I18nFiles>(files: F): <FN extends keyof F, MP extends MessagesPath<F[FN]["es"]> = undefined>(fileName: FN, messagesPath?: MP) => (messageKey: MessageKey<F[FN]["es"], MP>, props?: MessageProps) => string;
17
+ export declare function createI18n<F extends I18nFiles>(files: F): <FN extends keyof F, MP extends MessagesPath<F[FN]["es"]> = undefined>(fileName: FN, messagesPath?: MP) => (messageKey: MessageKeyString<F["global"]["es"]> | MessageKey<F[FN]["es"], MP>, props?: MessageProps) => string;
18
18
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.12.88",
4
+ "version": "2.12.89",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",