@sap-ux/ui-components
Version:
SAP UI Components Library
2 lines • 276 kB
JavaScript
(()=>{var xe=Object.defineProperty,Ce=Object.defineProperties;var Be=Object.getOwnPropertyDescriptors;var Ae=Object.getOwnPropertySymbols;var ge=Object.prototype.hasOwnProperty,be=Object.prototype.propertyIsEnumerable;var pe=(T,u,g)=>u in T?xe(T,u,{enumerable:!0,configurable:!0,writable:!0,value:g}):T[u]=g,se=(T,u)=>{for(var g in u||(u={}))ge.call(u,g)&&pe(T,g,u[g]);if(Ae)for(var g of Ae(u))be.call(u,g)&&pe(T,g,u[g]);return T},de=(T,u)=>Ce(T,Be(u));var he=(T,u)=>{var g={};for(var S in T)ge.call(T,S)&&u.indexOf(S)<0&&(g[S]=T[S]);if(T!=null&&Ae)for(var S of Ae(T))u.indexOf(S)<0&&be.call(T,S)&&(g[S]=T[S]);return g};var ye=(T,u,g)=>new Promise((S,E)=>{var b=t=>{try{y(g.next(t))}catch(a){E(a)}},v=t=>{try{y(g.throw(t))}catch(a){E(a)}},y=t=>t.done?S(t.value):Promise.resolve(t.value).then(b,v);y((g=g.apply(T,u)).next())});(self.webpackChunk_sap_ux_ui_components=self.webpackChunk_sap_ux_ui_components||[]).push([[236],{"../../node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/dayjs.min.js"(T){(function(u,g){T.exports=g()})(this,(function(){"use strict";var u=1e3,g=6e4,S=36e5,E="millisecond",b="second",v="minute",y="hour",t="day",a="week",o="month",A="quarter",e="year",n="date",i="Invalid Date",s=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,r=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,f={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(p){var D=["th","st","nd","rd"],N=p%100;return"["+p+(D[(N-20)%10]||D[N]||D[0])+"]"}},d=function(p,D,N){var F=String(p);return!F||F.length>=D?p:""+Array(D+1-F.length).join(N)+p},I={s:d,z:function(p){var D=-p.utcOffset(),N=Math.abs(D),F=Math.floor(N/60),O=N%60;return(D<=0?"+":"-")+d(F,2,"0")+":"+d(O,2,"0")},m:function p(D,N){if(D.date()<N.date())return-p(N,D);var F=12*(N.year()-D.year())+(N.month()-D.month()),O=D.clone().add(F,o),j=N-O<0,R=D.clone().add(F+(j?-1:1),o);return+(-(F+(N-O)/(j?O-R:R-O))||0)},a:function(p){return p<0?Math.ceil(p)||0:Math.floor(p)},p:function(p){return{M:o,y:e,w:a,d:t,D:n,h:y,m:v,s:b,ms:E,Q:A}[p]||String(p||"").toLowerCase().replace(/s$/,"")},u:function(p){return p===void 0}},m="en",c={};c[m]=f;var x="$isDayjsObject",w=function(p){return p instanceof B||!(!p||!p[x])},l=function p(D,N,F){var O;if(!D)return m;if(typeof D=="string"){var j=D.toLowerCase();c[j]&&(O=j),N&&(c[j]=N,O=j);var R=D.split("-");if(!O&&R.length>1)return p(R[0])}else{var G=D.name;c[G]=D,O=G}return!F&&O&&(m=O),O||!F&&m},h=function(p,D){if(w(p))return p.clone();var N=typeof D=="object"?D:{};return N.date=p,N.args=arguments,new B(N)},C=I;C.l=l,C.i=w,C.w=function(p,D){return h(p,{locale:D.$L,utc:D.$u,x:D.$x,$offset:D.$offset})};var B=(function(){function p(N){this.$L=l(N.locale,null,!0),this.parse(N),this.$x=this.$x||N.x||{},this[x]=!0}var D=p.prototype;return D.parse=function(N){this.$d=(function(F){var O=F.date,j=F.utc;if(O===null)return new Date(NaN);if(C.u(O))return new Date;if(O instanceof Date)return new Date(O);if(typeof O=="string"&&!/Z$/i.test(O)){var R=O.match(s);if(R){var G=R[2]-1||0,k=(R[7]||"0").substring(0,3);return j?new Date(Date.UTC(R[1],G,R[3]||1,R[4]||0,R[5]||0,R[6]||0,k)):new Date(R[1],G,R[3]||1,R[4]||0,R[5]||0,R[6]||0,k)}}return new Date(O)})(N),this.init()},D.init=function(){var N=this.$d;this.$y=N.getFullYear(),this.$M=N.getMonth(),this.$D=N.getDate(),this.$W=N.getDay(),this.$H=N.getHours(),this.$m=N.getMinutes(),this.$s=N.getSeconds(),this.$ms=N.getMilliseconds()},D.$utils=function(){return C},D.isValid=function(){return this.$d.toString()!==i},D.isSame=function(N,F){var O=h(N);return this.startOf(F)<=O&&O<=this.endOf(F)},D.isAfter=function(N,F){return h(N)<this.startOf(F)},D.isBefore=function(N,F){return this.endOf(F)<h(N)},D.$g=function(N,F,O){return C.u(N)?this[F]:this.set(O,N)},D.unix=function(){return Math.floor(this.valueOf()/1e3)},D.valueOf=function(){return this.$d.getTime()},D.startOf=function(N,F){var O=this,j=!!C.u(F)||F,R=C.p(N),G=function(X,V){var $=C.w(O.$u?Date.UTC(O.$y,V,X):new Date(O.$y,V,X),O);return j?$:$.endOf(t)},k=function(X,V){return C.w(O.toDate()[X].apply(O.toDate("s"),(j?[0,0,0,0]:[23,59,59,999]).slice(V)),O)},Y=this.$W,L=this.$M,K=this.$D,z="set"+(this.$u?"UTC":"");switch(R){case e:return j?G(1,0):G(31,11);case o:return j?G(1,L):G(0,L+1);case a:var q=this.$locale().weekStart||0,ue=(Y<q?Y+7:Y)-q;return G(j?K-ue:K+(6-ue),L);case t:case n:return k(z+"Hours",0);case y:return k(z+"Minutes",1);case v:return k(z+"Seconds",2);case b:return k(z+"Milliseconds",3);default:return this.clone()}},D.endOf=function(N){return this.startOf(N,!1)},D.$set=function(N,F){var O,j=C.p(N),R="set"+(this.$u?"UTC":""),G=(O={},O[t]=R+"Date",O[n]=R+"Date",O[o]=R+"Month",O[e]=R+"FullYear",O[y]=R+"Hours",O[v]=R+"Minutes",O[b]=R+"Seconds",O[E]=R+"Milliseconds",O)[j],k=j===t?this.$D+(F-this.$W):F;if(j===o||j===e){var Y=this.clone().set(n,1);Y.$d[G](k),Y.init(),this.$d=Y.set(n,Math.min(this.$D,Y.daysInMonth())).$d}else G&&this.$d[G](k);return this.init(),this},D.set=function(N,F){return this.clone().$set(N,F)},D.get=function(N){return this[C.p(N)]()},D.add=function(N,F){var O,j=this;N=Number(N);var R=C.p(F),G=function(L){var K=h(j);return C.w(K.date(K.date()+Math.round(L*N)),j)};if(R===o)return this.set(o,this.$M+N);if(R===e)return this.set(e,this.$y+N);if(R===t)return G(1);if(R===a)return G(7);var k=(O={},O[v]=g,O[y]=S,O[b]=u,O)[R]||1,Y=this.$d.getTime()+N*k;return C.w(Y,this)},D.subtract=function(N,F){return this.add(-1*N,F)},D.format=function(N){var F=this,O=this.$locale();if(!this.isValid())return O.invalidDate||i;var j=N||"YYYY-MM-DDTHH:mm:ssZ",R=C.z(this),G=this.$H,k=this.$m,Y=this.$M,L=O.weekdays,K=O.months,z=O.meridiem,q=function(V,$,re,oe){return V&&(V[$]||V(F,j))||re[$].slice(0,oe)},ue=function(V){return C.s(G%12||12,V,"0")},X=z||function(V,$,re){var oe=V<12?"AM":"PM";return re?oe.toLowerCase():oe};return j.replace(r,(function(V,$){return $||(function(re){switch(re){case"YY":return String(F.$y).slice(-2);case"YYYY":return C.s(F.$y,4,"0");case"M":return Y+1;case"MM":return C.s(Y+1,2,"0");case"MMM":return q(O.monthsShort,Y,K,3);case"MMMM":return q(K,Y);case"D":return F.$D;case"DD":return C.s(F.$D,2,"0");case"d":return String(F.$W);case"dd":return q(O.weekdaysMin,F.$W,L,2);case"ddd":return q(O.weekdaysShort,F.$W,L,3);case"dddd":return L[F.$W];case"H":return String(G);case"HH":return C.s(G,2,"0");case"h":return ue(1);case"hh":return ue(2);case"a":return X(G,k,!0);case"A":return X(G,k,!1);case"m":return String(k);case"mm":return C.s(k,2,"0");case"s":return String(F.$s);case"ss":return C.s(F.$s,2,"0");case"SSS":return C.s(F.$ms,3,"0");case"Z":return R}return null})(V)||R.replace(":","")}))},D.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},D.diff=function(N,F,O){var j,R=this,G=C.p(F),k=h(N),Y=(k.utcOffset()-this.utcOffset())*g,L=this-k,K=function(){return C.m(R,k)};switch(G){case e:j=K()/12;break;case o:j=K();break;case A:j=K()/3;break;case a:j=(L-Y)/6048e5;break;case t:j=(L-Y)/864e5;break;case y:j=L/S;break;case v:j=L/g;break;case b:j=L/u;break;default:j=L}return O?j:C.a(j)},D.daysInMonth=function(){return this.endOf(o).$D},D.$locale=function(){return c[this.$L]},D.locale=function(N,F){if(!N)return this.$L;var O=this.clone(),j=l(N,F,!0);return j&&(O.$L=j),O},D.clone=function(){return C.w(this.$d,this)},D.toDate=function(){return new Date(this.valueOf())},D.toJSON=function(){return this.isValid()?this.toISOString():null},D.toISOString=function(){return this.$d.toISOString()},D.toString=function(){return this.$d.toUTCString()},p})(),Q=B.prototype;return h.prototype=Q,[["$ms",E],["$s",b],["$m",v],["$H",y],["$W",t],["$M",o],["$y",e],["$D",n]].forEach((function(p){Q[p[1]]=function(D){return this.$g(D,p[0],p[1])}})),h.extend=function(p,D){return p.$i||(p(D,B,h),p.$i=!0),h},h.locale=l,h.isDayjs=w,h.unix=function(p){return h(1e3*p)},h.en=c[m],h.Ls=c,h.p={},h}))},"../../node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js"(T){"use strict";var u=function(I){return g(I)&&!S(I)};function g(d){return!!d&&typeof d=="object"}function S(d){var I=Object.prototype.toString.call(d);return I==="[object RegExp]"||I==="[object Date]"||v(d)}var E=typeof Symbol=="function"&&Symbol.for,b=E?Symbol.for("react.element"):60103;function v(d){return d.$$typeof===b}function y(d){return Array.isArray(d)?[]:{}}function t(d,I){return I.clone!==!1&&I.isMergeableObject(d)?r(y(d),d,I):d}function a(d,I,m){return d.concat(I).map(function(c){return t(c,m)})}function o(d,I){if(!I.customMerge)return r;var m=I.customMerge(d);return typeof m=="function"?m:r}function A(d){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(d).filter(function(I){return Object.propertyIsEnumerable.call(d,I)}):[]}function e(d){return Object.keys(d).concat(A(d))}function n(d,I){try{return I in d}catch(m){return!1}}function i(d,I){return n(d,I)&&!(Object.hasOwnProperty.call(d,I)&&Object.propertyIsEnumerable.call(d,I))}function s(d,I,m){var c={};return m.isMergeableObject(d)&&e(d).forEach(function(x){c[x]=t(d[x],m)}),e(I).forEach(function(x){i(d,x)||(n(d,x)&&m.isMergeableObject(I[x])?c[x]=o(x,m)(d[x],I[x],m):c[x]=t(I[x],m))}),c}function r(d,I,m){m=m||{},m.arrayMerge=m.arrayMerge||a,m.isMergeableObject=m.isMergeableObject||u,m.cloneUnlessOtherwiseSpecified=t;var c=Array.isArray(I),x=Array.isArray(d),w=c===x;return w?c?m.arrayMerge(d,I,m):s(d,I,m):t(I,m)}r.all=function(I,m){if(!Array.isArray(I))throw new Error("first argument should be an array");return I.reduce(function(c,x){return r(c,x,m)},{})};var f=r;T.exports=f},"../../node_modules/.pnpm/dom-serializer@2.0.0/node_modules/dom-serializer/lib/foreignNames.js"(T,u){"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.attributeNames=u.elementNames=void 0,u.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","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","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(function(g){return[g.toLowerCase(),g]})),u.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(function(g){return[g.toLowerCase(),g]}))},"../../node_modules/.pnpm/dom-serializer@2.0.0/node_modules/dom-serializer/lib/index.js"(T,u,g){"use strict";var S=this&&this.__assign||function(){return S=Object.assign||function(w){for(var l,h=1,C=arguments.length;h<C;h++){l=arguments[h];for(var B in l)Object.prototype.hasOwnProperty.call(l,B)&&(w[B]=l[B])}return w},S.apply(this,arguments)},E=this&&this.__createBinding||(Object.create?(function(w,l,h,C){C===void 0&&(C=h);var B=Object.getOwnPropertyDescriptor(l,h);(!B||("get"in B?!l.__esModule:B.writable||B.configurable))&&(B={enumerable:!0,get:function(){return l[h]}}),Object.defineProperty(w,C,B)}):(function(w,l,h,C){C===void 0&&(C=h),w[C]=l[h]})),b=this&&this.__setModuleDefault||(Object.create?(function(w,l){Object.defineProperty(w,"default",{enumerable:!0,value:l})}):function(w,l){w.default=l}),v=this&&this.__importStar||function(w){if(w&&w.__esModule)return w;var l={};if(w!=null)for(var h in w)h!=="default"&&Object.prototype.hasOwnProperty.call(w,h)&&E(l,w,h);return b(l,w),l};Object.defineProperty(u,"__esModule",{value:!0}),u.render=void 0;var y=v(g("../../node_modules/.pnpm/domelementtype@2.3.0/node_modules/domelementtype/lib/index.js")),t=g("../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/index.js"),a=g("../../node_modules/.pnpm/dom-serializer@2.0.0/node_modules/dom-serializer/lib/foreignNames.js"),o=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function A(w){return w.replace(/"/g,""")}function e(w,l){var h;if(w){var C=((h=l.encodeEntities)!==null&&h!==void 0?h:l.decodeEntities)===!1?A:l.xmlMode||l.encodeEntities!=="utf8"?t.encodeXML:t.escapeAttribute;return Object.keys(w).map(function(B){var Q,p,D=(Q=w[B])!==null&&Q!==void 0?Q:"";return l.xmlMode==="foreign"&&(B=(p=a.attributeNames.get(B))!==null&&p!==void 0?p:B),!l.emptyAttrs&&!l.xmlMode&&D===""?B:"".concat(B,'="').concat(C(D),'"')}).join(" ")}}var n=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function i(w,l){l===void 0&&(l={});for(var h=("length"in w)?w:[w],C="",B=0;B<h.length;B++)C+=s(h[B],l);return C}u.render=i,u.default=i;function s(w,l){switch(w.type){case y.Root:return i(w.children,l);case y.Doctype:case y.Directive:return I(w);case y.Comment:return x(w);case y.CDATA:return c(w);case y.Script:case y.Style:case y.Tag:return d(w,l);case y.Text:return m(w,l)}}var r=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),f=new Set(["svg","math"]);function d(w,l){var h;l.xmlMode==="foreign"&&(w.name=(h=a.elementNames.get(w.name))!==null&&h!==void 0?h:w.name,w.parent&&r.has(w.parent.name)&&(l=S(S({},l),{xmlMode:!1}))),!l.xmlMode&&f.has(w.name)&&(l=S(S({},l),{xmlMode:"foreign"}));var C="<".concat(w.name),B=e(w.attribs,l);return B&&(C+=" ".concat(B)),w.children.length===0&&(l.xmlMode?l.selfClosingTags!==!1:l.selfClosingTags&&n.has(w.name))?(l.xmlMode||(C+=" "),C+="/>"):(C+=">",w.children.length>0&&(C+=i(w.children,l)),(l.xmlMode||!n.has(w.name))&&(C+="</".concat(w.name,">"))),C}function I(w){return"<".concat(w.data,">")}function m(w,l){var h,C=w.data||"";return((h=l.encodeEntities)!==null&&h!==void 0?h:l.decodeEntities)!==!1&&!(!l.xmlMode&&w.parent&&o.has(w.parent.name))&&(C=l.xmlMode||l.encodeEntities!=="utf8"?(0,t.encodeXML)(C):(0,t.escapeText)(C)),C}function c(w){return"<![CDATA[".concat(w.children[0].data,"]]>")}function x(w){return"<!--".concat(w.data,"-->")}},"../../node_modules/.pnpm/domelementtype@2.3.0/node_modules/domelementtype/lib/index.js"(T,u){"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.Doctype=u.CDATA=u.Tag=u.Style=u.Script=u.Comment=u.Directive=u.Text=u.Root=u.isTag=u.ElementType=void 0;var g;(function(E){E.Root="root",E.Text="text",E.Directive="directive",E.Comment="comment",E.Script="script",E.Style="style",E.Tag="tag",E.CDATA="cdata",E.Doctype="doctype"})(g=u.ElementType||(u.ElementType={}));function S(E){return E.type===g.Tag||E.type===g.Script||E.type===g.Style}u.isTag=S,u.Root=g.Root,u.Text=g.Text,u.Directive=g.Directive,u.Comment=g.Comment,u.Script=g.Script,u.Style=g.Style,u.Tag=g.Tag,u.CDATA=g.CDATA,u.Doctype=g.Doctype},"../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/index.js"(T,u,g){"use strict";var S=this&&this.__createBinding||(Object.create?(function(a,o,A,e){e===void 0&&(e=A);var n=Object.getOwnPropertyDescriptor(o,A);(!n||("get"in n?!o.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return o[A]}}),Object.defineProperty(a,e,n)}):(function(a,o,A,e){e===void 0&&(e=A),a[e]=o[A]})),E=this&&this.__exportStar||function(a,o){for(var A in a)A!=="default"&&!Object.prototype.hasOwnProperty.call(o,A)&&S(o,a,A)};Object.defineProperty(u,"__esModule",{value:!0}),u.DomHandler=void 0;var b=g("../../node_modules/.pnpm/domelementtype@2.3.0/node_modules/domelementtype/lib/index.js"),v=g("../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/node.js");E(g("../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/node.js"),u);var y={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},t=(function(){function a(o,A,e){this.dom=[],this.root=new v.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof A=="function"&&(e=A,A=y),typeof o=="object"&&(A=o,o=void 0),this.callback=o!=null?o:null,this.options=A!=null?A:y,this.elementCB=e!=null?e:null}return a.prototype.onparserinit=function(o){this.parser=o},a.prototype.onreset=function(){this.dom=[],this.root=new v.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},a.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},a.prototype.onerror=function(o){this.handleCallback(o)},a.prototype.onclosetag=function(){this.lastNode=null;var o=this.tagStack.pop();this.options.withEndIndices&&(o.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(o)},a.prototype.onopentag=function(o,A){var e=this.options.xmlMode?b.ElementType.Tag:void 0,n=new v.Element(o,A,void 0,e);this.addNode(n),this.tagStack.push(n)},a.prototype.ontext=function(o){var A=this.lastNode;if(A&&A.type===b.ElementType.Text)A.data+=o,this.options.withEndIndices&&(A.endIndex=this.parser.endIndex);else{var e=new v.Text(o);this.addNode(e),this.lastNode=e}},a.prototype.oncomment=function(o){if(this.lastNode&&this.lastNode.type===b.ElementType.Comment){this.lastNode.data+=o;return}var A=new v.Comment(o);this.addNode(A),this.lastNode=A},a.prototype.oncommentend=function(){this.lastNode=null},a.prototype.oncdatastart=function(){var o=new v.Text(""),A=new v.CDATA([o]);this.addNode(A),o.parent=A,this.lastNode=o},a.prototype.oncdataend=function(){this.lastNode=null},a.prototype.onprocessinginstruction=function(o,A){var e=new v.ProcessingInstruction(o,A);this.addNode(e)},a.prototype.handleCallback=function(o){if(typeof this.callback=="function")this.callback(o,this.dom);else if(o)throw o},a.prototype.addNode=function(o){var A=this.tagStack[this.tagStack.length-1],e=A.children[A.children.length-1];this.options.withStartIndices&&(o.startIndex=this.parser.startIndex),this.options.withEndIndices&&(o.endIndex=this.parser.endIndex),A.children.push(o),e&&(o.prev=e,e.next=o),o.parent=A,this.lastNode=null},a})();u.DomHandler=t,u.default=t},"../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/node.js"(T,u,g){"use strict";var S=this&&this.__extends||(function(){var l=function(h,C){return l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(B,Q){B.__proto__=Q}||function(B,Q){for(var p in Q)Object.prototype.hasOwnProperty.call(Q,p)&&(B[p]=Q[p])},l(h,C)};return function(h,C){if(typeof C!="function"&&C!==null)throw new TypeError("Class extends value "+String(C)+" is not a constructor or null");l(h,C);function B(){this.constructor=h}h.prototype=C===null?Object.create(C):(B.prototype=C.prototype,new B)}})(),E=this&&this.__assign||function(){return E=Object.assign||function(l){for(var h,C=1,B=arguments.length;C<B;C++){h=arguments[C];for(var Q in h)Object.prototype.hasOwnProperty.call(h,Q)&&(l[Q]=h[Q])}return l},E.apply(this,arguments)};Object.defineProperty(u,"__esModule",{value:!0}),u.cloneNode=u.hasChildren=u.isDocument=u.isDirective=u.isComment=u.isText=u.isCDATA=u.isTag=u.Element=u.Document=u.CDATA=u.NodeWithChildren=u.ProcessingInstruction=u.Comment=u.Text=u.DataNode=u.Node=void 0;var b=g("../../node_modules/.pnpm/domelementtype@2.3.0/node_modules/domelementtype/lib/index.js"),v=(function(){function l(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(l.prototype,"parentNode",{get:function(){return this.parent},set:function(h){this.parent=h},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"previousSibling",{get:function(){return this.prev},set:function(h){this.prev=h},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"nextSibling",{get:function(){return this.next},set:function(h){this.next=h},enumerable:!1,configurable:!0}),l.prototype.cloneNode=function(h){return h===void 0&&(h=!1),x(this,h)},l})();u.Node=v;var y=(function(l){S(h,l);function h(C){var B=l.call(this)||this;return B.data=C,B}return Object.defineProperty(h.prototype,"nodeValue",{get:function(){return this.data},set:function(C){this.data=C},enumerable:!1,configurable:!0}),h})(v);u.DataNode=y;var t=(function(l){S(h,l);function h(){var C=l!==null&&l.apply(this,arguments)||this;return C.type=b.ElementType.Text,C}return Object.defineProperty(h.prototype,"nodeType",{get:function(){return 3},enumerable:!1,configurable:!0}),h})(y);u.Text=t;var a=(function(l){S(h,l);function h(){var C=l!==null&&l.apply(this,arguments)||this;return C.type=b.ElementType.Comment,C}return Object.defineProperty(h.prototype,"nodeType",{get:function(){return 8},enumerable:!1,configurable:!0}),h})(y);u.Comment=a;var o=(function(l){S(h,l);function h(C,B){var Q=l.call(this,B)||this;return Q.name=C,Q.type=b.ElementType.Directive,Q}return Object.defineProperty(h.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),h})(y);u.ProcessingInstruction=o;var A=(function(l){S(h,l);function h(C){var B=l.call(this)||this;return B.children=C,B}return Object.defineProperty(h.prototype,"firstChild",{get:function(){var C;return(C=this.children[0])!==null&&C!==void 0?C:null},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"childNodes",{get:function(){return this.children},set:function(C){this.children=C},enumerable:!1,configurable:!0}),h})(v);u.NodeWithChildren=A;var e=(function(l){S(h,l);function h(){var C=l!==null&&l.apply(this,arguments)||this;return C.type=b.ElementType.CDATA,C}return Object.defineProperty(h.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),h})(A);u.CDATA=e;var n=(function(l){S(h,l);function h(){var C=l!==null&&l.apply(this,arguments)||this;return C.type=b.ElementType.Root,C}return Object.defineProperty(h.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),h})(A);u.Document=n;var i=(function(l){S(h,l);function h(C,B,Q,p){Q===void 0&&(Q=[]),p===void 0&&(p=C==="script"?b.ElementType.Script:C==="style"?b.ElementType.Style:b.ElementType.Tag);var D=l.call(this,Q)||this;return D.name=C,D.attribs=B,D.type=p,D}return Object.defineProperty(h.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"tagName",{get:function(){return this.name},set:function(C){this.name=C},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"attributes",{get:function(){var C=this;return Object.keys(this.attribs).map(function(B){var Q,p;return{name:B,value:C.attribs[B],namespace:(Q=C["x-attribsNamespace"])===null||Q===void 0?void 0:Q[B],prefix:(p=C["x-attribsPrefix"])===null||p===void 0?void 0:p[B]}})},enumerable:!1,configurable:!0}),h})(A);u.Element=i;function s(l){return(0,b.isTag)(l)}u.isTag=s;function r(l){return l.type===b.ElementType.CDATA}u.isCDATA=r;function f(l){return l.type===b.ElementType.Text}u.isText=f;function d(l){return l.type===b.ElementType.Comment}u.isComment=d;function I(l){return l.type===b.ElementType.Directive}u.isDirective=I;function m(l){return l.type===b.ElementType.Root}u.isDocument=m;function c(l){return Object.prototype.hasOwnProperty.call(l,"children")}u.hasChildren=c;function x(l,h){h===void 0&&(h=!1);var C;if(f(l))C=new t(l.data);else if(d(l))C=new a(l.data);else if(s(l)){var B=h?w(l.children):[],Q=new i(l.name,E({},l.attribs),B);B.forEach(function(F){return F.parent=Q}),l.namespace!=null&&(Q.namespace=l.namespace),l["x-attribsNamespace"]&&(Q["x-attribsNamespace"]=E({},l["x-attribsNamespace"])),l["x-attribsPrefix"]&&(Q["x-attribsPrefix"]=E({},l["x-attribsPrefix"])),C=Q}else if(r(l)){var B=h?w(l.children):[],p=new e(B);B.forEach(function(O){return O.parent=p}),C=p}else if(m(l)){var B=h?w(l.children):[],D=new n(B);B.forEach(function(O){return O.parent=D}),l["x-mode"]&&(D["x-mode"]=l["x-mode"]),C=D}else if(I(l)){var N=new o(l.name,l.data);l["x-name"]!=null&&(N["x-name"]=l["x-name"],N["x-publicId"]=l["x-publicId"],N["x-systemId"]=l["x-systemId"]),C=N}else throw new Error("Not implemented yet: ".concat(l.type));return C.startIndex=l.startIndex,C.endIndex=l.endIndex,l.sourceCodeLocation!=null&&(C.sourceCodeLocation=l.sourceCodeLocation),C}u.cloneNode=x;function w(l){for(var h=l.map(function(B){return x(B,!0)}),C=1;C<h.length;C++)h[C].prev=h[C-1],h[C-1].next=h[C];return h}},"../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/feeds.js"(T,u,g){"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.getFeed=b;var S=g("../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/stringify.js"),E=g("../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/legacy.js");function b(s){var r=A(i,s);return r?r.name==="feed"?v(r):y(r):null}function v(s){var r,f=s.children,d={type:"atom",items:(0,E.getElementsByTagName)("entry",f).map(function(c){var x,w=c.children,l={media:o(w)};n(l,"id","id",w),n(l,"title","title",w);var h=(x=A("link",w))===null||x===void 0?void 0:x.attribs.href;h&&(l.link=h);var C=e("summary",w)||e("content",w);C&&(l.description=C);var B=e("updated",w);return B&&(l.pubDate=new Date(B)),l})};n(d,"id","id",f),n(d,"title","title",f);var I=(r=A("link",f))===null||r===void 0?void 0:r.attribs.href;I&&(d.link=I),n(d,"description","subtitle",f);var m=e("updated",f);return m&&(d.updated=new Date(m)),n(d,"author","email",f,!0),d}function y(s){var r,f,d=(f=(r=A("channel",s.children))===null||r===void 0?void 0:r.children)!==null&&f!==void 0?f:[],I={type:s.name.substr(0,3),id:"",items:(0,E.getElementsByTagName)("item",s.children).map(function(c){var x=c.children,w={media:o(x)};n(w,"id","guid",x),n(w,"title","title",x),n(w,"link","link",x),n(w,"description","description",x);var l=e("pubDate",x)||e("dc:date",x);return l&&(w.pubDate=new Date(l)),w})};n(I,"title","title",d),n(I,"link","link",d),n(I,"description","description",d);var m=e("lastBuildDate",d);return m&&(I.updated=new Date(m)),n(I,"author","managingEditor",d,!0),I}var t=["url","type","lang"],a=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function o(s){return(0,E.getElementsByTagName)("media:content",s).map(function(r){for(var f=r.attribs,d={medium:f.medium,isDefault:!!f.isDefault},I=0,m=t;I<m.length;I++){var c=m[I];f[c]&&(d[c]=f[c])}for(var x=0,w=a;x<w.length;x++){var c=w[x];f[c]&&(d[c]=parseInt(f[c],10))}return f.expression&&(d.expression=f.expression),d})}function A(s,r){return(0,E.getElementsByTagName)(s,r,!0,1)[0]}function e(s,r,f){return f===void 0&&(f=!1),(0,S.textContent)((0,E.getElementsByTagName)(s,r,f,1)).trim()}function n(s,r,f,d,I){I===void 0&&(I=!1);var m=e(f,d,I);m&&(s[r]=m)}function i(s){return s==="rss"||s==="feed"||s==="rdf:RDF"}},"../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/helpers.js"(T,u,g){"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.DocumentPosition=void 0,u.removeSubsets=E,u.compareDocumentPosition=v,u.uniqueSort=y;var S=g("../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/index.js");function E(t){for(var a=t.length;--a>=0;){var o=t[a];if(a>0&&t.lastIndexOf(o,a-1)>=0){t.splice(a,1);continue}for(var A=o.parent;A;A=A.parent)if(t.includes(A)){t.splice(a,1);break}}return t}var b;(function(t){t[t.DISCONNECTED=1]="DISCONNECTED",t[t.PRECEDING=2]="PRECEDING",t[t.FOLLOWING=4]="FOLLOWING",t[t.CONTAINS=8]="CONTAINS",t[t.CONTAINED_BY=16]="CONTAINED_BY"})(b||(u.DocumentPosition=b={}));function v(t,a){var o=[],A=[];if(t===a)return 0;for(var e=(0,S.hasChildren)(t)?t:t.parent;e;)o.unshift(e),e=e.parent;for(e=(0,S.hasChildren)(a)?a:a.parent;e;)A.unshift(e),e=e.parent;for(var n=Math.min(o.length,A.length),i=0;i<n&&o[i]===A[i];)i++;if(i===0)return b.DISCONNECTED;var s=o[i-1],r=s.children,f=o[i],d=A[i];return r.indexOf(f)>r.indexOf(d)?s===a?b.FOLLOWING|b.CONTAINED_BY:b.FOLLOWING:s===t?b.PRECEDING|b.CONTAINS:b.PRECEDING}function y(t){return t=t.filter(function(a,o,A){return!A.includes(a,o+1)}),t.sort(function(a,o){var A=v(a,o);return A&b.PRECEDING?-1:A&b.FOLLOWING?1:0}),t}},"../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/index.js"(T,u,g){"use strict";var S=this&&this.__createBinding||(Object.create?(function(v,y,t,a){a===void 0&&(a=t);var o=Object.getOwnPropertyDescriptor(y,t);(!o||("get"in o?!y.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return y[t]}}),Object.defineProperty(v,a,o)}):(function(v,y,t,a){a===void 0&&(a=t),v[a]=y[t]})),E=this&&this.__exportStar||function(v,y){for(var t in v)t!=="default"&&!Object.prototype.hasOwnProperty.call(y,t)&&S(y,v,t)};Object.defineProperty(u,"__esModule",{value:!0}),u.hasChildren=u.isDocument=u.isComment=u.isText=u.isCDATA=u.isTag=void 0,E(g("../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/stringify.js"),u),E(g("../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/traversal.js"),u),E(g("../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/manipulation.js"),u),E(g("../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/querying.js"),u),E(g("../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/legacy.js"),u),E(g("../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/helpers.js"),u),E(g("../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/feeds.js"),u);var b=g("../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/index.js");Object.defineProperty(u,"isTag",{enumerable:!0,get:function(){return b.isTag}}),Object.defineProperty(u,"isCDATA",{enumerable:!0,get:function(){return b.isCDATA}}),Object.defineProperty(u,"isText",{enumerable:!0,get:function(){return b.isText}}),Object.defineProperty(u,"isComment",{enumerable:!0,get:function(){return b.isComment}}),Object.defineProperty(u,"isDocument",{enumerable:!0,get:function(){return b.isDocument}}),Object.defineProperty(u,"hasChildren",{enumerable:!0,get:function(){return b.hasChildren}})},"../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/legacy.js"(T,u,g){"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.testElement=a,u.getElements=o,u.getElementById=A,u.getElementsByTagName=e,u.getElementsByClassName=n,u.getElementsByTagType=i;var S=g("../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/index.js"),E=g("../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/querying.js"),b={tag_name:function(s){return typeof s=="function"?function(r){return(0,S.isTag)(r)&&s(r.name)}:s==="*"?S.isTag:function(r){return(0,S.isTag)(r)&&r.name===s}},tag_type:function(s){return typeof s=="function"?function(r){return s(r.type)}:function(r){return r.type===s}},tag_contains:function(s){return typeof s=="function"?function(r){return(0,S.isText)(r)&&s(r.data)}:function(r){return(0,S.isText)(r)&&r.data===s}}};function v(s,r){return typeof r=="function"?function(f){return(0,S.isTag)(f)&&r(f.attribs[s])}:function(f){return(0,S.isTag)(f)&&f.attribs[s]===r}}function y(s,r){return function(f){return s(f)||r(f)}}function t(s){var r=Object.keys(s).map(function(f){var d=s[f];return Object.prototype.hasOwnProperty.call(b,f)?b[f](d):v(f,d)});return r.length===0?null:r.reduce(y)}function a(s,r){var f=t(s);return f?f(r):!0}function o(s,r,f,d){d===void 0&&(d=1/0);var I=t(s);return I?(0,E.filter)(I,r,f,d):[]}function A(s,r,f){return f===void 0&&(f=!0),Array.isArray(r)||(r=[r]),(0,E.findOne)(v("id",s),r,f)}function e(s,r,f,d){return f===void 0&&(f=!0),d===void 0&&(d=1/0),(0,E.filter)(b.tag_name(s),r,f,d)}function n(s,r,f,d){return f===void 0&&(f=!0),d===void 0&&(d=1/0),(0,E.filter)(v("class",s),r,f,d)}function i(s,r,f,d){return f===void 0&&(f=!0),d===void 0&&(d=1/0),(0,E.filter)(b.tag_type(s),r,f,d)}},"../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/manipulation.js"(T,u){"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.removeElement=g,u.replaceElement=S,u.appendChild=E,u.append=b,u.prependChild=v,u.prepend=y;function g(t){if(t.prev&&(t.prev.next=t.next),t.next&&(t.next.prev=t.prev),t.parent){var a=t.parent.children,o=a.lastIndexOf(t);o>=0&&a.splice(o,1)}t.next=null,t.prev=null,t.parent=null}function S(t,a){var o=a.prev=t.prev;o&&(o.next=a);var A=a.next=t.next;A&&(A.prev=a);var e=a.parent=t.parent;if(e){var n=e.children;n[n.lastIndexOf(t)]=a,t.parent=null}}function E(t,a){if(g(a),a.next=null,a.parent=t,t.children.push(a)>1){var o=t.children[t.children.length-2];o.next=a,a.prev=o}else a.prev=null}function b(t,a){g(a);var o=t.parent,A=t.next;if(a.next=A,a.prev=t,t.next=a,a.parent=o,A){if(A.prev=a,o){var e=o.children;e.splice(e.lastIndexOf(A),0,a)}}else o&&o.children.push(a)}function v(t,a){if(g(a),a.parent=t,a.prev=null,t.children.unshift(a)!==1){var o=t.children[1];o.prev=a,a.next=o}else a.next=null}function y(t,a){g(a);var o=t.parent;if(o){var A=o.children;A.splice(A.indexOf(t),0,a)}t.prev&&(t.prev.next=a),a.parent=o,a.prev=t.prev,a.next=t,t.prev=a}},"../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/querying.js"(T,u,g){"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.filter=E,u.find=b,u.findOneChild=v,u.findOne=y,u.existsOne=t,u.findAll=a;var S=g("../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/index.js");function E(o,A,e,n){return e===void 0&&(e=!0),n===void 0&&(n=1/0),b(o,Array.isArray(A)?A:[A],e,n)}function b(o,A,e,n){for(var i=[],s=[Array.isArray(A)?A:[A]],r=[0];;){if(r[0]>=s[0].length){if(r.length===1)return i;s.shift(),r.shift();continue}var f=s[0][r[0]++];if(o(f)&&(i.push(f),--n<=0))return i;e&&(0,S.hasChildren)(f)&&f.children.length>0&&(r.unshift(0),s.unshift(f.children))}}function v(o,A){return A.find(o)}function y(o,A,e){e===void 0&&(e=!0);for(var n=Array.isArray(A)?A:[A],i=0;i<n.length;i++){var s=n[i];if((0,S.isTag)(s)&&o(s))return s;if(e&&(0,S.hasChildren)(s)&&s.children.length>0){var r=y(o,s.children,!0);if(r)return r}}return null}function t(o,A){return(Array.isArray(A)?A:[A]).some(function(e){return(0,S.isTag)(e)&&o(e)||(0,S.hasChildren)(e)&&t(o,e.children)})}function a(o,A){for(var e=[],n=[Array.isArray(A)?A:[A]],i=[0];;){if(i[0]>=n[0].length){if(n.length===1)return e;n.shift(),i.shift();continue}var s=n[0][i[0]++];(0,S.isTag)(s)&&o(s)&&e.push(s),(0,S.hasChildren)(s)&&s.children.length>0&&(i.unshift(0),n.unshift(s.children))}}},"../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/stringify.js"(T,u,g){"use strict";var S=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(u,"__esModule",{value:!0}),u.getOuterHTML=y,u.getInnerHTML=t,u.getText=a,u.textContent=o,u.innerText=A;var E=g("../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/index.js"),b=S(g("../../node_modules/.pnpm/dom-serializer@2.0.0/node_modules/dom-serializer/lib/index.js")),v=g("../../node_modules/.pnpm/domelementtype@2.3.0/node_modules/domelementtype/lib/index.js");function y(e,n){return(0,b.default)(e,n)}function t(e,n){return(0,E.hasChildren)(e)?e.children.map(function(i){return y(i,n)}).join(""):""}function a(e){return Array.isArray(e)?e.map(a).join(""):(0,E.isTag)(e)?e.name==="br"?`
`:a(e.children):(0,E.isCDATA)(e)?a(e.children):(0,E.isText)(e)?e.data:""}function o(e){return Array.isArray(e)?e.map(o).join(""):(0,E.hasChildren)(e)&&!(0,E.isComment)(e)?o(e.children):(0,E.isText)(e)?e.data:""}function A(e){return Array.isArray(e)?e.map(A).join(""):(0,E.hasChildren)(e)&&(e.type===v.ElementType.Tag||(0,E.isCDATA)(e))?A(e.children):(0,E.isText)(e)?e.data:""}},"../../node_modules/.pnpm/domutils@3.2.2/node_modules/domutils/lib/traversal.js"(T,u,g){"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.getChildren=E,u.getParent=b,u.getSiblings=v,u.getAttributeValue=y,u.hasAttrib=t,u.getName=a,u.nextElementSibling=o,u.prevElementSibling=A;var S=g("../../node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/index.js");function E(e){return(0,S.hasChildren)(e)?e.children:[]}function b(e){return e.parent||null}function v(e){var n,i,s=b(e);if(s!=null)return E(s);for(var r=[e],f=e.prev,d=e.next;f!=null;)r.unshift(f),n=f,f=n.prev;for(;d!=null;)r.push(d),i=d,d=i.next;return r}function y(e,n){var i;return(i=e.attribs)===null||i===void 0?void 0:i[n]}function t(e,n){return e.attribs!=null&&Object.prototype.hasOwnProperty.call(e.attribs,n)&&e.attribs[n]!=null}function a(e){return e.name}function o(e){for(var n,i=e.next;i!==null&&!(0,S.isTag)(i);)n=i,i=n.next;return i}function A(e){for(var n,i=e.prev;i!==null&&!(0,S.isTag)(i);)n=i,i=n.prev;return i}},"../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/decode.js"(T,u,g){"use strict";var S=this&&this.__createBinding||(Object.create?(function(p,D,N,F){F===void 0&&(F=N);var O=Object.getOwnPropertyDescriptor(D,N);(!O||("get"in O?!D.__esModule:O.writable||O.configurable))&&(O={enumerable:!0,get:function(){return D[N]}}),Object.defineProperty(p,F,O)}):(function(p,D,N,F){F===void 0&&(F=N),p[F]=D[N]})),E=this&&this.__setModuleDefault||(Object.create?(function(p,D){Object.defineProperty(p,"default",{enumerable:!0,value:D})}):function(p,D){p.default=D}),b=this&&this.__importStar||function(p){if(p&&p.__esModule)return p;var D={};if(p!=null)for(var N in p)N!=="default"&&Object.prototype.hasOwnProperty.call(p,N)&&S(D,p,N);return E(D,p),D},v=this&&this.__importDefault||function(p){return p&&p.__esModule?p:{default:p}};Object.defineProperty(u,"__esModule",{value:!0}),u.decodeXML=u.decodeHTMLStrict=u.decodeHTMLAttribute=u.decodeHTML=u.determineBranch=u.EntityDecoder=u.DecodingMode=u.BinTrieFlags=u.fromCodePoint=u.replaceCodePoint=u.decodeCodePoint=u.xmlDecodeTree=u.htmlDecodeTree=void 0;var y=v(g("../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/generated/decode-data-html.js"));u.htmlDecodeTree=y.default;var t=v(g("../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/generated/decode-data-xml.js"));u.xmlDecodeTree=t.default;var a=b(g("../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/decode_codepoint.js"));u.decodeCodePoint=a.default;var o=g("../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/decode_codepoint.js");Object.defineProperty(u,"replaceCodePoint",{enumerable:!0,get:function(){return o.replaceCodePoint}}),Object.defineProperty(u,"fromCodePoint",{enumerable:!0,get:function(){return o.fromCodePoint}});var A;(function(p){p[p.NUM=35]="NUM",p[p.SEMI=59]="SEMI",p[p.EQUALS=61]="EQUALS",p[p.ZERO=48]="ZERO",p[p.NINE=57]="NINE",p[p.LOWER_A=97]="LOWER_A",p[p.LOWER_F=102]="LOWER_F",p[p.LOWER_X=120]="LOWER_X",p[p.LOWER_Z=122]="LOWER_Z",p[p.UPPER_A=65]="UPPER_A",p[p.UPPER_F=70]="UPPER_F",p[p.UPPER_Z=90]="UPPER_Z"})(A||(A={}));var e=32,n;(function(p){p[p.VALUE_LENGTH=49152]="VALUE_LENGTH",p[p.BRANCH_LENGTH=16256]="BRANCH_LENGTH",p[p.JUMP_TABLE=127]="JUMP_TABLE"})(n=u.BinTrieFlags||(u.BinTrieFlags={}));function i(p){return p>=A.ZERO&&p<=A.NINE}function s(p){return p>=A.UPPER_A&&p<=A.UPPER_F||p>=A.LOWER_A&&p<=A.LOWER_F}function r(p){return p>=A.UPPER_A&&p<=A.UPPER_Z||p>=A.LOWER_A&&p<=A.LOWER_Z||i(p)}function f(p){return p===A.EQUALS||r(p)}var d;(function(p){p[p.EntityStart=0]="EntityStart",p[p.NumericStart=1]="NumericStart",p[p.NumericDecimal=2]="NumericDecimal",p[p.NumericHex=3]="NumericHex",p[p.NamedEntity=4]="NamedEntity"})(d||(d={}));var I;(function(p){p[p.Legacy=0]="Legacy",p[p.Strict=1]="Strict",p[p.Attribute=2]="Attribute"})(I=u.DecodingMode||(u.DecodingMode={}));var m=(function(){function p(D,N,F){this.decodeTree=D,this.emitCodePoint=N,this.errors=F,this.state=d.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=I.Strict}return p.prototype.startEntity=function(D){this.decodeMode=D,this.state=d.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},p.prototype.write=function(D,N){switch(this.state){case d.EntityStart:return D.charCodeAt(N)===A.NUM?(this.state=d.NumericStart,this.consumed+=1,this.stateNumericStart(D,N+1)):(this.state=d.NamedEntity,this.stateNamedEntity(D,N));case d.NumericStart:return this.stateNumericStart(D,N);case d.NumericDecimal:return this.stateNumericDecimal(D,N);case d.NumericHex:return this.stateNumericHex(D,N);case d.NamedEntity:return this.stateNamedEntity(D,N)}},p.prototype.stateNumericStart=function(D,N){return N>=D.length?-1:(D.charCodeAt(N)|e)===A.LOWER_X?(this.state=d.NumericHex,this.consumed+=1,this.stateNumericHex(D,N+1)):(this.state=d.NumericDecimal,this.stateNumericDecimal(D,N))},p.prototype.addToNumericResult=function(D,N,F,O){if(N!==F){var j=F-N;this.result=this.result*Math.pow(O,j)+parseInt(D.substr(N,j),O),this.consumed+=j}},p.prototype.stateNumericHex=function(D,N){for(var F=N;N<D.length;){var O=D.charCodeAt(N);if(i(O)||s(O))N+=1;else return this.addToNumericResult(D,F,N,16),this.emitNumericEntity(O,3)}return this.addToNumericResult(D,F,N,16),-1},p.prototype.stateNumericDecimal=function(D,N){for(var F=N;N<D.length;){var O=D.charCodeAt(N);if(i(O))N+=1;else return this.addToNumericResult(D,F,N,10),this.emitNumericEntity(O,2)}return this.addToNumericResult(D,F,N,10),-1},p.prototype.emitNumericEntity=function(D,N){var F;if(this.consumed<=N)return(F=this.errors)===null||F===void 0||F.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(D===A.SEMI)this.consumed+=1;else if(this.decodeMode===I.Strict)return 0;return this.emitCodePoint((0,a.replaceCodePoint)(this.result),this.consumed),this.errors&&(D!==A.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed},p.prototype.stateNamedEntity=function(D,N){for(var F=this.decodeTree,O=F[this.treeIndex],j=(O&n.VALUE_LENGTH)>>14;N<D.length;N++,this.excess++){var R=D.charCodeAt(N);if(this.treeIndex=x(F,O,this.treeIndex+Math.max(1,j),R),this.treeIndex<0)return this.result===0||this.decodeMode===I.Attribute&&(j===0||f(R))?0:this.emitNotTerminatedNamedEntity();if(O=F[this.treeIndex],j=(O&n.VALUE_LENGTH)>>14,j!==0){if(R===A.SEMI)return this.emitNamedEntityData(this.treeIndex,j,this.consumed+this.excess);this.decodeMode!==I.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},p.prototype.emitNotTerminatedNamedEntity=function(){var D,N=this,F=N.result,O=N.decodeTree,j=(O[F]&n.VALUE_LENGTH)>>14;return this.emitNamedEntityData(F,j,this.consumed),(D=this.errors)===null||D===void 0||D.missingSemicolonAfterCharacterReference(),this.consumed},p.prototype.emitNamedEntityData=function(D,N,F){var O=this.decodeTree;return this.emitCodePoint(N===1?O[D]&~n.VALUE_LENGTH:O[D+1],F),N===3&&this.emitCodePoint(O[D+2],F),F},p.prototype.end=function(){var D;switch(this.state){case d.NamedEntity:return this.result!==0&&(this.decodeMode!==I.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case d.NumericDecimal:return this.emitNumericEntity(0,2);case d.NumericHex:return this.emitNumericEntity(0,3);case d.NumericStart:return(D=this.errors)===null||D===void 0||D.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case d.EntityStart:return 0}},p})();u.EntityDecoder=m;function c(p){var D="",N=new m(p,function(F){return D+=(0,a.fromCodePoint)(F)});return function(O,j){for(var R=0,G=0;(G=O.indexOf("&",G))>=0;){D+=O.slice(R,G),N.startEntity(j);var k=N.write(O,G+1);if(k<0){R=G+N.end();break}R=G+k,G=k===0?R+1:R}var Y=D+O.slice(R);return D="",Y}}function x(p,D,N,F){var O=(D&n.BRANCH_LENGTH)>>7,j=D&n.JUMP_TABLE;if(O===0)return j!==0&&F===j?N:-1;if(j){var R=F-j;return R<0||R>=O?-1:p[N+R]-1}for(var G=N,k=G+O-1;G<=k;){var Y=G+k>>>1,L=p[Y];if(L<F)G=Y+1;else if(L>F)k=Y-1;else return p[Y+O]}return-1}u.determineBranch=x;var w=c(y.default),l=c(t.default);function h(p,D){return D===void 0&&(D=I.Legacy),w(p,D)}u.decodeHTML=h;function C(p){return w(p,I.Attribute)}u.decodeHTMLAttribute=C;function B(p){return w(p,I.Strict)}u.decodeHTMLStrict=B;function Q(p){return l(p,I.Strict)}u.decodeXML=Q},"../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/decode_codepoint.js"(T,u){"use strict";var g;Object.defineProperty(u,"__esModule",{value:!0}),u.replaceCodePoint=u.fromCodePoint=void 0;var S=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);u.fromCodePoint=(g=String.fromCodePoint)!==null&&g!==void 0?g:function(v){var y="";return v>65535&&(v-=65536,y+=String.fromCharCode(v>>>10&1023|55296),v=56320|v&1023),y+=String.fromCharCode(v),y};function E(v){var y;return v>=55296&&v<=57343||v>1114111?65533:(y=S.get(v))!==null&&y!==void 0?y:v}u.replaceCodePoint=E;function b(v){return(0,u.fromCodePoint)(E(v))}u.default=b},"../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/encode.js"(T,u,g){"use strict";var S=this&&this.__importDefault||function(o){return o&&o.__esModule?o:{default:o}};Object.defineProperty(u,"__esModule",{value:!0}),u.encodeNonAsciiHTML=u.encodeHTML=void 0;var E=S(g("../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/generated/encode-html.js")),b=g("../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/escape.js"),v=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function y(o){return a(v,o)}u.encodeHTML=y;function t(o){return a(b.xmlReplacer,o)}u.encodeNonAsciiHTML=t;function a(o,A){for(var e="",n=0,i;(i=o.exec(A))!==null;){var s=i.index;e+=A.substring(n,s);var r=A.charCodeAt(s),f=E.default.get(r);if(typeof f=="object"){if(s+1<A.length){var d=A.charCodeAt(s+1),I=typeof f.n=="number"?f.n===d?f.o:void 0:f.n.get(d);if(I!==void 0){e+=I,n=o.lastIndex+=1;continue}}f=f.v}if(f!==void 0)e+=f,n=s+1;else{var m=(0,b.getCodePoint)(A,s);e+="&#x".concat(m.toString(16),";"),n=o.lastIndex+=+(m!==r)}}return e+A.substr(n)}},"../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/escape.js"(T,u){"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.escapeText=u.escapeAttribute=u.escapeUTF8=u.escape=u.encodeXML=u.getCodePoint=u.xmlReplacer=void 0,u.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var g=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);u.getCodePoint=String.prototype.codePointAt!=null?function(b,v){return b.codePointAt(v)}:function(b,v){return(b.charCodeAt(v)&64512)===55296?(b.charCodeAt(v)-55296)*1024+b.charCodeAt(v+1)-56320+65536:b.charCodeAt(v)};function S(b){for(var v="",y=0,t;(t=u.xmlReplacer.exec(b))!==null;){var a=t.index,o=b.charCodeAt(a),A=g.get(o);A!==void 0?(v+=b.substring(y,a)+A,y=a+1):(v+="".concat(b.substring(y,a),"&#x").concat((0,u.getCodePoint)(b,a).toString(16),";"),y=u.xmlReplacer.lastIndex+=+((o&64512)===55296))}return v+b.substr(y)}u.encodeXML=S,u.escape=S;function E(b,v){return function(t){for(var a,o=0,A="";a=b.exec(t);)o!==a.index&&(A+=t.substring(o,a.index)),A+=v.get(a[0].charCodeAt(0)),o=a.index+1;return A+t.substring(o)}}u.escapeUTF8=E(/[&<>'"]/g,g),u.escapeAttribute=E(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),u.escapeText=E(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},"../../node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/generated/decode-data-html.js"(T,u){"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.default=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5r