zeed 0.8.6 → 0.8.9

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.
@@ -0,0 +1,8 @@
1
+ var Ct=Object.defineProperty;var o=(e,t)=>Ct(e,"name",{value:t,configurable:!0});function Rt(){if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;if(typeof globalThis<"u")return globalThis;throw new Error("unable to locate global object")}o(Rt,"_global");function Y(){let e=Rt();return e._zeedGlobal==null&&(e._zeedGlobal={}),e._zeedGlobal}o(Y,"getGlobalContext");function S(e){return e!=null&&typeof e=="object"}o(S,"isObject");function je(e){return Object(e)!==e}o(je,"isPrimitive");function Q(e){return Array.isArray(e)}o(Q,"isArray");function Vr(e){return S(e)&&!Q(e)}o(Vr,"isRecord");function Gr(e){return typeof e=="string"}o(Gr,"isString");function qr(e){return typeof e=="number"}o(qr,"isNumber");function zr(e){return typeof e=="number"&&Number.isInteger(e)}o(zr,"isInteger");function _r(e){return typeof e=="number"&&Number.isSafeInteger(e)}o(_r,"isSafeInteger");function Jr(e){return typeof e=="boolean"}o(Jr,"isBoolean");function Zr(e){return e==null}o(Zr,"isNullOrUndefined");function Wr(e){return S(e)&&e.constructor.name==="Uint8Array"}o(Wr,"isUint8Array");function ne(e,t,r=new WeakSet){if(e===t||r.has(t))return!0;if(je(t)||r.add(t),!(e instanceof Object)||!(t instanceof Object)||e.constructor!==t.constructor||e.length!==t.length)return!1;for(let n in e){if(!e.hasOwnProperty(n))continue;if(!t.hasOwnProperty(n))return!1;let i=e[n],s=t[n];if(!ne(i,s,r))return!1}for(let n in t)if(t.hasOwnProperty(n)&&!e.hasOwnProperty(n))return!1;return!0}o(ne,"deepEqual");function oe(e,...t){for(let r of t)S(e)||(e={}),!(r==null||!S(r))&&Object.keys(r).forEach(n=>{let i=e[n],s=r[n];Array.isArray(i)&&Array.isArray(s)?e[n]=i.concat(s):S(i)&&S(s)?e[n]=oe(Object.assign({},i),s):e[n]=s});return e}o(oe,"deepMerge");function se(e={}){let{level:t=void 0,filter:r=void 0,colors:n=!0,levelHelper:i=!1,nameBrackets:s=!0,padding:u=16}=e,a=_(r),l=ie(t);return c=>{if(!l(c.level)||!a(c.name))return;let f=c.name?`[${c.name}]`:"";switch(c.level){case 1:console.info(`I|* ${f}`,...c.messages);break;case 2:console.warn(`W|** ${f}`,...c.messages);break;case 3:console.error(`E|*** ${f}`,...c.messages);break;default:console.debug(`D| ${f}`,...c.messages);break}}}o(se,"LoggerConsoleHandler");var ae=(a=>(a[a.all=-1]="all",a[a.debug=0]="debug",a[a.info=1]="info",a[a.warn=2]="warn",a[a.error=3]="error",a[a.fatal=4]="fatal",a[a.off=1/0]="off",a))(ae||{}),Ve={"*":-1,a:-1,all:-1,d:0,dbg:0,debug:0,i:1,inf:1,info:1,w:2,warn:2,warning:2,e:3,err:3,error:3,fatal:4,off:1/0,"-":1/0};function Ge(e=""){let t=[se()],r=2,n=o(l=>!0,"logCheckNamespace"),i=!1,s=u;function u(l="",c){function f(...p){g({name:l,messages:p,level:0})}o(f,"log"),f.label=l,f.active=!0,f.level=me(c??-1),f.extend=function(p){return s(l?`${l}:${p}`:p)};let g=o(p=>{if(f.active===!0&&p.level>=a.level&&p.level>=f.level&&n(l))for(let y of t)y&&y(p)},"emit");return f.debug=function(...p){g({name:l,messages:p,level:0})},f.info=function(...p){g({name:l,messages:p,level:1})},f.warn=function(...p){g({name:l,messages:p,level:2})},f.error=function(...p){g({name:l,messages:p,level:3})},f.assert=function(p,...y){p||(typeof console!==void 0&&(console.assert?console.assert(p,...y):console.error(`Assert did fail with: ${p}`,...y)),g({name:l,messages:y||[`Assert did fail with: ${p}`],level:r}))},f.assertEqual=function(p,y,...b){let m=ne(p,y);m||f.assert(m,`Assert did fail. Expected ${y} got ${p}`,y,p,...b)},f.assertNotEqual=function(p,y,...b){let m=ne(p,y);m&&f.assert(m,`Assert did fail. Expected ${y} not to be equal with ${p}`,y,p,...b)},f}o(u,"LoggerBaseFactory");function a(l="",c){return s(l,c)}return o(a,"Logger"),a.registerHandler=function(l){t.push(l)},a.setFilter=function(l){n=_(l)},a.setLock=(l=!0)=>i=l,a.setHandlers=function(l=[]){s!==u&&(s=u),!i&&(t=[...l].filter(c=>typeof c=="function"))},a.level=-1,a.setLogLevel=function(l=-1){i||(a.level=l)},a.setFactory=function(l){i||(s=l)},a}o(Ge,"LoggerContext");function Ut(e){return e===!0||e==="true"||e==="1"||typeof e=="number"&&e!==0?e="*":e===!1||e==="false"||e===0||e==="0"||e==null||e==="null"||e==="undefined"?e="":e=String(e),e}o(Ut,"getNamespaceFilterString");var It=Ut(typeof process<"u"?process.env.ZEED??process.env.DEBUG:typeof localStorage<"u"?localStorage.zeed??localStorage.debug:"*");function _(e=It){let t,r=[],n=[];if(!e)t=o(function(i){return!1},"fn");else if(e==="*")t=o(function(i){return!0},"fn");else{let i,s=e.split(/[\s,]+/),u=s.length;for(i=0;i<u;i++){if(!s[i])continue;let a=s[i].replace(/\*/g,".*?");a[0]==="-"?r.push(new RegExp("^"+a.substr(1)+"$")):n.push(new RegExp("^"+a+"$"))}t=o(function(a){if(r.length===0&&n.length===0)return!0;let l,c;for(l=0,c=r.length;l<c;l++)if(r[l].test(a))return!1;for(l=0,c=n.length;l<c;l++)if(n[l].test(a))return!0;return!1},"fn")}return t.accept=n,t.reject=r,t.filter=e,t}o(_,"useNamespaceFilter");var St=typeof process<"u"?process.env.ZEED_LEVEL??process.env.LEVEL??process.env.DEBUG_LEVEL:typeof localStorage<"u"?localStorage.zeed_level??localStorage.level??localStorage.debug_level:void 0;function me(e){if(e===!1)return 1/0;if(typeof e=="number")return e;if(typeof e=="string"){let t=Ve[e.toLocaleLowerCase().trim()];if(t!=null)return t}return-1}o(me,"parseLogLevel");function ie(e=St){let t=me(e);return r=>r>=t}o(ie,"useLevelFilter");var B;function ye(){let e=Ge();return e.setHandlers([se()]),e}o(ye,"getLoggerContext");function kt(){if(B==null)try{let e=Y();e!=null?(e==null?void 0:e.logger)==null?(B=ye(),e.logger=B):B=e.logger:B=ye()}catch{B=ye()}return B}o(kt,"getGlobalLogger");var v=kt();var qe=v("bin");function Ft(e){let t=unescape(encodeURIComponent(e)),r=t.length,n=new Uint8Array(r);for(let i=0;i<r;i++)n[i]=t.codePointAt(i)||0;return n}o(Ft,"_encodeUtf8Polyfill");function Ot(e){let t=e.length,r="",n=0;for(;t>0;){let i=t<1e4?t:1e4,s=e.subarray(n,n+i);n+=i,r+=String.fromCodePoint.apply(null,s),t-=i}return decodeURIComponent(escape(r))}o(Ot,"_decodeUtf8Polyfill");var ue;function ze(e){if(ue==null&&(ue=Ft,typeof TextEncoder<"u")){let t=new TextEncoder;ue=o(r=>t.encode(r),"_textEncoder")}return ue(e.normalize("NFC"))}o(ze,"stringToUInt8Array");var le;function $t(e){if(le==null&&(le=Ot,typeof TextDecoder<"u")){let t=new TextDecoder("utf-8",{ignoreBOM:!0});le=o(r=>t.decode(r),"_textDecoder")}return le(e).normalize("NFC")}o($t,"Uint8ArrayToString");function M(e){return e instanceof ArrayBuffer?new Uint8Array(e):typeof e=="string"?ze(e):e.length?new Uint8Array(e):e}o(M,"toUint8Array");function bn(...e){let t=0,r=e.flat(1).map(s=>{let u=M(s);return t+=u.length,u}),n=new Uint8Array(t),i=0;for(let s of r)n.set(s,i),i+=s.length;return n}o(bn,"joinToUint8Array");function Tn(e){if(typeof Buffer<"u")return Buffer.from(M(e)).toString("hex");let t="0123456789abcdef",r="";for(let n of[...M(e)])r+=t[n>>4]+t[n&15];return r}o(Tn,"toHex");function _e(e){let t=M(e);if(typeof Buffer<"u")return Buffer.from(t).toString("base64");let r="";for(let n=0;n<t.byteLength;n++)r+=String.fromCharCode(t[n]);return btoa(r)}o(_e,"toBase64");function wn(e){let t=M(e);if(typeof Buffer<"u")return Buffer.from(t).toString("base64url");let r="";for(let n=0;n<t.byteLength;n++)r+=String.fromCharCode(t[n]);return btoa(r).replace(/\+/g,"-").replace(/\//g,"_")}o(wn,"toBase64Url");function Ln(e){if(typeof Buffer<"u"){let n=Buffer.from(e,"base64");return new Uint8Array(n.buffer,n.byteOffset,n.byteLength)}let t=atob(e),r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return r}o(Ln,"fromBase64");function Je(e,t){if(e.byteLength!==t.byteLength)return!1;let r=M(e),n=M(t);for(let i=0;i<r.length;i++)if(r[i]!==n[i])return!1;return!0}o(Je,"equalBinary");function he(e){try{return ze(JSON.stringify(e))}catch(t){throw qe.warn("jsonToUint8Array",e),t}}o(he,"jsonToUint8Array");function xe(e){try{return JSON.parse($t(e))}catch(t){throw qe.warn("Uint8ArrayToJson",e),t}}o(xe,"Uint8ArrayToJson");function Ze(e,t){if(typeof e!="string")if(e instanceof ArrayBuffer&&e.byteLength!==void 0)e=String.fromCharCode.apply(String,[].slice.call(new Uint8Array(e)));else if(Array.isArray(e))e=String.fromCharCode.apply(String,e);else if(e.constructor===Uint8Array)e=String.fromCharCode.apply(String,[].slice.call(e));else return!1;t=t||16;for(var r=[],n="0123456789ABCDEF",i=0;i<e.length;i+=t){var s=e.slice(i,Math.min(i+t,e.length)),u=("0000"+i.toString(16)).slice(-4),a=s.split("").map(c=>{var f=c.charCodeAt(0);return" "+n[(240&f)>>4]+n[15&f]}).join("");a+=" ".repeat(t-s.length);var l=s.replace(/[\x00-\x1F\x20]/g,".");l+=" ".repeat(t-s.length),r.push(u+" "+a+" "+l)}return r.join(`
2
+ `)}o(Ze,"Uint8ArrayToHexDump");function J(e=16){let t=new Uint8Array(e);if(typeof crypto<"u"&&crypto.getRandomValues)crypto.getRandomValues(t);else for(let r=0;r<e;r++)t[r]=Math.floor(Math.random()*256);return t}o(J,"randomUint8Array");var Ke="SHA-256",be="AES-GCM",We="PBKDF2";async function En(e,t=Ke){return M(await crypto.subtle.digest(t,M(e)))}o(En,"digest");async function Mn(e,t={}){let r=M(e),n=await crypto.subtle.importKey("raw",r,We,!1,["deriveKey"]);return await crypto.subtle.deriveKey({name:We,salt:t.salt?M(t.salt):new Uint8Array(0),iterations:t.iterations??1e5,hash:Ke},n,{name:be,length:256},!0,["encrypt","decrypt"])}o(Mn,"deriveKeyPbkdf2");var ce=new Uint8Array([1,1]);async function Ye(e,t){let r=J(12),n=await crypto.subtle.encrypt({name:be,iv:r},t,e),i=new Uint8Array(n),s=ce.length+r.length+i.length,u=new Uint8Array(s),a=0;return u.set(ce,a),a+=ce.length,u.set(r,a),a+=r.length,u.set(i,a),u}o(Ye,"encrypt");async function Qe(e,t){let r=e.subarray(0,2);if(!Je(r,ce))return Promise.reject(`Unknown magic ${r}`);let n=e.subarray(2,2+12),i=e.subarray(2+12,e.length),s=await crypto.subtle.decrypt({name:be,iv:n},t,i);return new Uint8Array(s)}o(Qe,"decrypt");var Xe=",";function Bt(e){return/^([-+])?([0-9]+(\.[0-9]+)?|Infinity)$/.test(e)?Number(e):NaN}o(Bt,"filterFloat");function Ht(e){return e==null?"":!isNaN(Bt(e))&&isFinite(e)?parseFloat(e):'"'+String(e).replace(/"/g,'""')+'"'}o(Ht,"escape");function Cn(e,t){let r="";t&&(r=t.join(Xe)+`\r
3
+ `);for(let n=0;n<e.length;n++)r+=e[n].map(Ht).join(Xe)+`\r
4
+ `;return r}o(Cn,"csv");function Nt(){return crypto.getRandomValues(new Uint32Array(1))[0]/4294967295}o(Nt,"getSecureRandom");function U(){return typeof crypto<"u"?Nt():Math.random()}o(U,"getSecureRandomIfPossible");function Un(e=.25){return U()<e}o(Un,"randomBoolean");function In(e=100,t=0){return t+Math.floor(U()*(e-t))}o(In,"randomInt");function Sn(e=100,t=0){return t+U()*(e-t)}o(Sn,"randomFloat");function kn(e,t,r){return Math.max(e,Math.min(r,t))}o(kn,"between");function jt(e){return e.reduce((t,r)=>t+r,0)}o(jt,"sum");function Fn(e){return jt(e)/e.length}o(Fn,"avg");function On(e){return!/^1?$|^(11+?)\1+$/.test("1".repeat(e))}o(On,"isPrimeRX");function $n(e){for(var t=2;t<e;t++)if(e%t===0)return!1;return e>1}o($n,"isPrime");var Te=6;function Bn(e=0,t=1,r){Te=((r??Te)*9301+49297)%233280;let n=Te/233280;return t+n*(e-t)}o(Bn,"seededRandom");function Vt(e=""){let[t="",r="asc"]=e.split(" ");return r=r.toLowerCase(),{field:t,orderby:r,asc:r!=="desc",desc:r==="desc"}}o(Vt,"parseOrderby");function Nn(e,t=!0){return`${e} ${t?"asc":"desc"}`}o(Nn,"composeOrderby");function we(e,t,r=!0){let n=e||0,i=t||0;return n>i?r?1:-1:n<i?r?-1:1:0}o(we,"cmp");function jn(e,...t){if(t.length>0){let r=t.map(Vt),n=Array.from(e);return n.sort((i,s)=>{for(let{field:u,asc:a}of r){let l=we(i[u],s[u],a);if(l!==0)return l}return 0}),n}return e}o(jn,"sortedOrderby");function Le(e){return e.filter((t,r)=>e.indexOf(t)===r)}o(Le,"arrayUnique");function Gt(e,t){return Le(e.filter(r=>!t.includes(r)))}o(Gt,"arrayMinus");function qt(...e){return Le(e.reduce((t=[],r)=>t.concat(r),[]))}o(qt,"arrayUnion");function k(...e){return e.flat(1/0)}o(k,"arrayFlatten");function zt(e,t){return Le(e).filter(r=>t.includes(r))}o(zt,"arrayIntersection");function zn(e,t){return Gt(qt(e,t),zt(e,t))}o(zn,"arraySymmetricDifference");function _n(e,t){if(e&&Array.isArray(e)){let r;for(;(r=e.indexOf(t))!==-1;)e.splice(r,1);return e}return[]}o(_n,"arrayRemoveElement");function Jn(e,t){return e.includes(t)||e.push(t),e}o(Jn,"arraySetElement");function ve(e,t){return e.splice(0,e.length,...e.filter(t)),e}o(ve,"arrayFilterInPlace");function Zn(e,t){let r=e.findIndex(n=>n===t);return r>=0?e.splice(r,1):e.push(t),e}o(Zn,"arrayToggleInPlace");function Wn(e){return e.splice(0,e.length),e}o(Wn,"arrayEmptyInPlace");function _t(e,t=we){return Array.from(e).sort(t)}o(_t,"arraySorted");function Kn(e){return _t(e,(t,r)=>t-r)}o(Kn,"arraySortedNumbers");function Jt(e,t){return e.length===t.length&&e.every((r,n)=>r===t[n])}o(Jt,"arrayIsEqual");function et(e){return e.sort(()=>U()>.5?1:-1),e}o(et,"arrayShuffleInPlace");function Yn(e){return et(Array.from(e))}o(Yn,"arrayShuffle");function Qn(e){for(;e.length>1;){let t=Array.from(e);if(et(t),!Jt(e,t))return t}return e}o(Qn,"arrayShuffleForce");function Xn(e){return e[Math.floor(U()*e.length)]}o(Xn,"arrayRandomElement");function eo(...e){return k(e).reduce((t,r)=>t!=null?r>t?r:t:r,void 0)}o(eo,"arrayMax");function to(...e){return k(e).reduce((t,r)=>t!=null?r<t?r:t:r,void 0)}o(to,"arrayMin");function ro(...e){return k(e).reduce((t,r)=>t+r,0)}o(ro,"arraySum");function no(...e){let t=k(e);return t.reduce((r,n)=>r+n,0)/t.length}o(no,"arrayAvg");function oo(e,t){let r=[],n=0,i=e.length;for(;n<i;)r.push(e.slice(n,n+=t));return r}o(oo,"arrayBatches");function io(e=0,t){if(e<=0)return[];let r=new Array(e);for(let n=0;n<e;n++)r[n]=t instanceof Function?t(n):t;return r}o(io,"createArray");var Zt=v("zeed:basex"),Wt={2:"01",8:"01234567",11:"0123456789a",16:"0123456789abcdef",32:"0123456789ABCDEFGHJKMNPQRSTVWXYZ","32-rfc":"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567","32-hex":"0123456789ABCDEFGHIJKLMNOPQRSTUV","32-zbase":"ybndrfg8ejkmcpqxot1uwisza345h769",36:"0123456789abcdefghijklmnopqrstuvwxyz",58:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",62:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",64:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/","64-url":"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",66:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_.!~",85:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!#$%&()*+-;<=>?@^_`{|}~"};function F(e){let t;if(typeof e=="string")t=e;else if(t=Wt[String(e)],t==null)throw new Error(`Unknown base ${e}`);if(t.length>=255)throw new TypeError("Alphabet too long");let r=new Uint8Array(256);for(let c=0;c<r.length;c++)r[c]=255;for(let c=0;c<t.length;c++){let f=t.charAt(c),g=f.charCodeAt(0);if(r[g]!==255)throw new TypeError(f+" is ambiguous");r[g]=c}let n=t.length,i=t.charAt(0),s=Math.log(n)/Math.log(256),u=Math.log(256)/Math.log(n);function a(c,f=-1){let g=M(c);if(g.byteLength===0)return"";let p=0,y=0,b=g.byteLength;for(;y!==b&&g[y]===0;)y++;let m=(b-y)*u+1>>>0,d=new Uint8Array(m);for(;y!==b;){let x=g[y],w=0;for(let D=m-1;(x!==0||w<p)&&D!==-1;D--,w++)x+=256*d[D]>>>0,d[D]=x%n>>>0,x=x/n>>>0;if(x!==0)throw Zt.warn("Non-zero carry",g,f,w,m),new Error("Non-zero carry");p=w,y++}let h=m-p;for(;h!==m&&d[h]===0;)h++;let T="";for(;h<m;++h)T+=t.charAt(d[h]);return f>0?T.padStart(f,i):T}o(a,"encode");function l(c,f=-1){if(typeof c!="string")throw new TypeError("Expected String");if(c.length===0)return new Uint8Array;c=c.replace(/\s+/gi,"");let g=0,p=0;for(;c[g]===i;)g++;let y=(c.length-g)*s+1>>>0,b=new Uint8Array(y);for(;c[g];){let d=r[c.charCodeAt(g)];if(d===255)throw new Error(`Unsupported character "${c[g]}"`);let h=0;for(let T=y-1;(d!==0||h<p)&&T!==-1;T--,h++)d+=n*b[T]>>>0,b[T]=d%256>>>0,d=d/256>>>0;if(d!==0)throw new Error("Non-zero carry");p=h,g++}let m=y-p;for(;m!==y&&b[m]===0;)m++;return f>0?new Uint8Array([...new Uint8Array(f-b.length+m),...b.slice(m)]):b.slice(m)}return o(l,"decode"),{encode:a,decode:l}}o(F,"useBase");var{encode:co,decode:fo}=F(16),{encode:po,decode:go}=F(32),{encode:mo,decode:yo}=F(58),{encode:ho,decode:xo}=F(62),{encode:bo,decode:To}=F(62);var Lo=o(e=>(e.length>0&&(/^[A-Z0-9_\-\ ]*$/g.test(e)&&(e=e.toLowerCase()),e=e.replace(/^[-_\ ]+/gi,"").replace(/[-_\ ]+$/gi,"").replace(/[-_\ ]+([a-z0-9])/gi,(t,r)=>r.toUpperCase()),e=e[0].toLowerCase()+e.substring(1)),e),"toCamelCase");function Kt(e){return e.charAt(0).toUpperCase()+e.toLowerCase().slice(1)}o(Kt,"toCapitalize");function vo(e){return e.replace(/\w\S*/g,Kt)}o(vo,"toCapitalizeWords");function Ao(e,t="-"){return t=typeof t>"u"?"_":t,e.replace(/([a-z\d])([A-Z])/g,"$1"+t+"$2").replace(/([A-Z]+)([A-Z][a-z\d]+)/g,"$1"+t+"$2").toLowerCase()}o(Ao,"fromCamelCase");var tt=o((e,t)=>t instanceof Object&&!(t instanceof Array)?Object.keys(t).sort().reduce((r,n)=>(r[n]=t[n],r),{}):t,"_sortedReplacer");function Eo(e,t=void 0){return JSON.stringify(e,tt,t)}o(Eo,"jsonStringifySorted");function Yt(e,t){var r=[],n=[];return t==null&&(t=o(function(i,s){return r[0]===s?"[Circular ~]":"[Circular ~."+n.slice(0,r.indexOf(s)).join(".")+"]"},"cycleReplacer")),function(i,s){if(r.length>0){var u=r.indexOf(this);~u?r.splice(u+1):r.push(this),~u?n.splice(u,1/0,i):n.push(i),~r.indexOf(s)&&(s=t==null?void 0:t.call(this,i,s))}else r.push(s);return s=tt(i,s),e==null?s:e.call(this,i,s)}}o(Yt,"serializer");function Qt(e,t,r,n){return JSON.stringify(e,Yt(t,n),r)}o(Qt,"jsonStringifySafe");var Ae=Qt;var rt=["1","true","yes","y","on"];function Ro(e,t=!1){return e==null||typeof e!="string"?t:rt.includes(String(e).trim().toLowerCase())}o(Ro,"stringToBoolean");function Uo(e,t=0){return e==null||typeof e!="string"?t:parseInt(e.trim(),10)??t}o(Uo,"stringToInteger");function Io(e,t=0){return e==null||typeof e!="string"?t:parseFloat(e.trim())??t}o(Io,"stringToFloat");function Xt(e,t=!1){return e==null?t:typeof e=="boolean"?e:typeof e=="number"?e!==0:rt.includes(String(e).trim().toLowerCase())}o(Xt,"valueToBoolean");function er(e,t=0){return e==null?t:typeof e=="boolean"?e?1:0:typeof e=="number"?Math.floor(e):parseInt(String(e).trim(),10)??t}o(er,"valueToInteger");function tr(e,t=0){return e==null?t:typeof e=="boolean"?e?1:0:typeof e=="number"?Math.floor(e):parseFloat(String(e).trim())??t}o(tr,"valueToFloat");function De(e,t=""){return e==null?t:String(e)??t}o(De,"valueToString");var So=tr,ko=er,Fo=De,Oo=Xt;function rr(e,t={}){let{trace:r=!0,pretty:n=!0}=t;return e.map(i=>i&&typeof i=="object"?n&&(i instanceof Uint8Array||i instanceof ArrayBuffer)?`
5
+ `+Ze(i)+`
6
+ `:i instanceof Error?r?`${i.name||"Error"}: ${i.message}
7
+ ${i.stack}`:`${i.name||"Error"}: ${i.message}`:n?Ae(i,null,2):Ae(i):String(i))}o(rr,"formatMessages");function $o(e,t={}){return rr(e,t).join(" ")}o($o,"renderMessages");function Bo(e){try{return decodeURIComponent(escape(e))}catch{}return e}o(Bo,"fixBrokenUth8String");var nr={symbol:"$",separator:",",decimal:".",errorOnInvalid:!1,precision:2,pattern:"!#",negativePattern:"-!#",format:ar,fromCents:!1},nt=o(e=>Math.round(e),"round"),Ee=o(e=>Math.pow(10,e),"pow"),or=o((e,t)=>nt(e/t)*t,"rounding"),ir=/(\d)(?=(\d{3})+\b)/g,sr=/(\d)(?=(\d\d)+\d\b)/g;function H(e,t={}){return new I(e,t)}o(H,"currency");var X=class{constructor(t,r={}){let n=Object.assign({},nr,r),i=Ee(n.precision??2),s=fe(t,n);this.intValue=s,this.value=s/i,n.increment=n.increment||1/i,n.useVedic?n.groups=sr:n.groups=ir,this._settings=n,this._precision=i}add(t){let{intValue:r,_settings:n,_precision:i}=this;return H((r+=fe(t,n))/(n.fromCents?1:i),n)}subtract(t){let{intValue:r,_settings:n,_precision:i}=this;return H((r-=fe(t,n))/(n.fromCents?1:i),n)}multiply(t){let{intValue:r,_settings:n,_precision:i}=this;return H((r*=t)/(n.fromCents?1:Ee(i)),n)}divide(t){let{intValue:r,_settings:n}=this;return H(r/=fe(t,n,!1),n)}distribute(t){let{intValue:r,_precision:n,_settings:i}=this,s=[],u=Math[r>=0?"floor":"ceil"](r/t),a=Math.abs(r-u*t),l=i.fromCents?1:n;for(;t!==0;t--){let c=H(u/l,i);a-- >0&&(c=c[r>=0?"add":"subtract"](1/l)),s.push(c)}return s}dollars(){return~~this.value}cents(){let{intValue:t,_precision:r}=this;return~~(t%r)}format(t){let{_settings:r}=this;return typeof t=="function"?t(this,r):r.format(this,Object.assign({},r,t))}toString(){let{intValue:t,_precision:r,_settings:n}=this;return or(t/r,n.increment).toFixed(n.precision)}toJSON(){return this.value}static sum(...t){return k(t).reduce((r,n)=>H(r).add(n),this.zero)}static avg(...t){let r=k(t);return r.reduce((n,i)=>H(n).add(i),this.zero).divide(r.length)}},I=X;o(I,"Currency"),I.zero=new X(0),I.one=new X(1),I.hundred=new X(100);function fe(e,t,r=!0){let n=0,{decimal:i,errorOnInvalid:s,precision:u,fromCents:a}=t,l=Ee(u),c=typeof e=="number";if(e instanceof I&&a)return e.intValue;if(c||e instanceof I)n=e instanceof I?e.value:e;else if(typeof e=="string"){let f=new RegExp("[^-\\d"+i+"]","g"),g=new RegExp("\\"+i,"g");n=e.replace(/\((.*)\)/,"-$1").replace(f,"").replace(g,"."),n=n||0}else{if(s)throw Error("Invalid Input");n=0}return a||(n*=l,n=n.toFixed(4)),r?nt(n):n}o(fe,"parse");function ar(e,t){let{pattern:r,negativePattern:n,symbol:i,separator:s,decimal:u,groups:a}=t,l=(""+e).replace(/^-/,"").split("."),c=l[0],f=l[1];return(e.value>=0?r:n).replace("!",i).replace("#",c.replace(a,"$1"+s)+(f?u+f:""))}o(ar,"format");var Pe=864e5;function Ce(e){return Math.floor(e/1e4)}o(Ce,"dayYear");function ot(e){return Math.floor(e/100%100)}o(ot,"dayMonth");function ur(e){return Math.floor(e%100)}o(ur,"dayDay");function Vo(e){return[Ce(e),ot(e),ur(e)]}o(Vo,"dayToParts");function it(e,t=!1){return t?new Date(`${cr(e)}T00:00:00.000Z`):new Date(e/1e4,e/100%100-1,e%100)}o(it,"dayToDate");function Go(){return pe(new Date)}o(Go,"dayFromToday");function qo(e,t=!1){if(typeof e=="number")return e<100?void 0:e;if(typeof e=="string")return st(e);if(Array.isArray(e)&&e.length===3){let[r,n,i]=e;return Re(r,n,i)}else if(e instanceof Date)return pe(e,t)}o(qo,"dayFromAny");function zo(e){return it(e,!0)}o(zo,"dayToDateGMT");function pe(e,t=!1){return t?st(e.toISOString()):e.getFullYear()*1e4+(e.getMonth()+1)*100+e.getDate()}o(pe,"dayFromDate");function _o(e){return pe(e,!0)}o(_o,"dayFromDateGMT");function Me(e,t=!0){return it(e,t).getTime()}o(Me,"dayToTimestamp");function lr(e,t=!0){return pe(new Date(e),t)}o(lr,"dayFromTimestamp");function cr(e,t="-"){let r=String(e);return r.slice(0,4)+t+r.slice(4,6)+t+r.slice(6,8)}o(cr,"dayToString");function Re(e,t=1,r=1){if(!(t<1||t>12||r<1||r>31))return e*1e4+t*100+r}o(Re,"dayFromParts");function st(e){let t=String(e).replace(/[^0-9]/g,"").slice(0,8);if(t.length===8)return+t}o(st,"dayFromString");function Jo(e,t=0){let r=Ce(e),n=ot(e);return t!==0&&(n+=t,r+=Math.floor((n-1)/12),n=Math.floor((n-1)%12)+1,n===0&&(n=12)),Re(r,n,1)}o(Jo,"dayMonthStart");function Zo(e,t=0){let r=Ce(e);return Re(r+t,1,1)}o(Zo,"dayYearStart");function Wo(e,t){return lr(Me(e)+t*864e5)}o(Wo,"dayOffset");function Ko(e,t){return Math.round((Me(t)-Me(e))/864e5)}o(Ko,"dayDiff");var{warn:at}=v("zeed:promise");function ut(){let e,t;return[new Promise((n,i)=>{e=n,t=i}),e,t]}o(ut,"createPromise");async function Xo(e){return new Promise(t=>setTimeout(t,e))}o(Xo,"sleep");async function ei(){return new Promise(e=>setTimeout(e,0))}o(ei,"immediate");var lt=Symbol("timeout");async function ti(e,t,r=lt){return new Promise(async(n,i)=>{let s=!1,u=setTimeout(()=>{s=!0,n(r)},t);try{let a=await e;clearTimeout(u),s||n(a)}catch(a){clearTimeout(u),s||i(a)}})}o(ti,"timeout");var ct=new Error("Timeout reached");function ri(e){return e===lt||e===ct}o(ri,"isTimeout");async function ft(e,t){return t<=0?await e:new Promise(async(r,n)=>{let i=!1,s=setTimeout(()=>{i=!0,n(ct)},t);try{let u=await e;clearTimeout(s),i||r(u)}catch(u){clearTimeout(s),i||n(u)}})}o(ft,"tryTimeout");function ni(e,t,r=1e3){return new Promise((n,i)=>{let s=o(l=>{a&&(clearTimeout(a),u(),n(l))},"fn"),u=o(()=>{a=null,e.off?e.off(t,s):e.removeEventListener?e.removeEventListener(t,s):at("No remove listener method found for",e,t)},"done"),a=setTimeout(()=>{u(),i(new Error("Did not response in time"))},r);e.on?e.on(t,s):e.addEventListener?e.addEventListener(t,s):at("No listener method found for",e)})}o(ni,"waitOn");function P(e){return Boolean(e&&(e instanceof Promise||typeof e.then=="function"))}o(P,"isPromise");function N(e){return Promise.resolve(e)}o(N,"promisify");var L=class{get value(){return this.days}constructor(t){var r;if(typeof t=="number"){this.days=t;return}if(t!=null&&(t=(r=L.from(t))==null?void 0:r.days),t==null){let n=new Date;this.days=n.getFullYear()*1e4+(n.getMonth()+1)*100+n.getDate()}else this.days=t}static fromNumber(t){return new L(t)}static fromString(t){return L.from(+t.replace(/[^0-9]/g,"").slice(0,8))}static fromDate(t,r=!1){return r?L.fromString(t.toISOString().substr(0,10)):L.from(t.getFullYear()*1e4+(t.getMonth()+1)*100+t.getDate())}static fromDateGMT(t){return L.fromDate(t,!0)}static from(t,r=!1){if(typeof t=="number")return t<100?void 0:new L(t);if(typeof t=="string")return L.fromString(t);if(Array.isArray(t)&&t.length===3){let[n,i=1,s=1]=t;return i<1||i>12||s<1||s>31?void 0:new L(n*1e4+i*100+s)}else{if(t instanceof Date)return L.fromDate(t,r);if(t instanceof L)return t}}toNumber(){return this.days}toJson(){return this.days}toString(t="-"){let r=String(this.days);return r.slice(0,4)+t+r.slice(4,6)+t+r.slice(6,8)}toDate(t=!1){return t?new Date(`${this.toString()}T00:00:00.000Z`):new Date(this.days/1e4,this.days/100%100-1,this.days%100)}toDateGMT(){return this.toDate(!0)}get year(){return Math.floor(this.days/1e4)}get month(){return Math.floor(this.days/100%100)}get day(){return Math.floor(this.days%100)}dayOffset(t){return L.fromDateGMT(new Date(this.toDateGMT().getTime()+t*864e5))}monthStart(){return L.from([this.year,this.month,1])}yearStart(){return L.from([this.year,1,1])}monthOffset(t){let r=this.month+t,n=Math.floor((r-1)%12)+1;n===0&&(n=12);let i=Math.floor((r-1)/12);return L.from([this.year+i,n,this.day])}daysUntil(t){var r;return Math.round((((r=new L(t))==null?void 0:r.toDateGMT().getTime())-this.toDateGMT().getTime())/864e5)}yesterday(){return this.dayOffset(-1)}tomorrow(){return this.dayOffset(1)}};o(L,"Day");async function li(e,t,r){let n=L.from(e),i=L.from(t);for(;n&&i&&(n==null?void 0:n.days)<=(i==null?void 0:i.days);){let s=r(n);P(s)&&await s,n=n.dayOffset(1)}}o(li,"forEachDay");function ci(){return new L}o(ci,"today");function fi(e){return new L(e)}o(fi,"day");function pi(e){return L.fromDate(new Date(e)).days}o(pi,"dateStringToDays");function fr(e,t=2){return+(+e).toFixed(t)}o(fr,"decimal");function gi(e,t=2){return+(+e/Math.pow(10,t)).toFixed(t)}o(gi,"decimalFromCents");function mi(e,t=2){return Math.round(+e*Math.pow(10,t))}o(mi,"decimalToCents");function yi(e,t=2){return t*(fr(e,t)%1)}o(yi,"decimalCentsPart");var pt=o(e=>e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;"),"escapeHTML"),xi=o(e=>e.replace(/&lt;/gi,"<").replace(/&gt;/gi,">").replace(/&quot;/gi,'"').replace(/&apos;/gi,"'").replace(/&amp;/gi,"&"),"unescapeHTML");function wi(e,t){return S(e)?Object.fromEntries(Object.entries(e).map(([r,n])=>{let i=t(r,n);return Q(i)&&i.length===2?i:[r,i]}).filter(r=>r!=null)):{}}o(wi,"objectMap");var dt=/[\u0000-\u001F\u0080-\u009F]/g,pr=/^\.+/,dr=/\.+$/;function gt(){return/[<>:"/\\|?*\u0000-\u001F]/g}o(gt,"filenameReservedRegex");function gr(){return/^(con|prn|aux|nul|com\d|lpt\d)$/i}o(gr,"windowsReservedNameRegex");function vi(e){if(typeof e!="string")throw new TypeError("Expected a string");let t="_";if(gt().test(t)&&dt.test(t))throw new Error("Replacement string cannot contain reserved filename characters");return e=e.replace(gt(),t).replace(dt,t).replace(pr,t).replace(dr,""),e=gr().test(e)?e+t:e,e.slice(0,100)}o(vi,"toValidFilename");var mr=/[\\\-\[\]\/{}()*+?.^$|]/g;function Di(e){return e?e instanceof RegExp?e.source:e.replace(mr,"\\$&"):""}o(Di,"escapeRegExp");var ee=o(e=>Math.abs(e)%1===.5,"isHalf"),mt=o(e=>e%2===0,"isEven"),Mi=o(e=>Math.ceil(e),"roundUp"),Pi=o(e=>Math.floor(e),"roundDown"),Ci=o(e=>Math.round(e),"roundHalfUp"),Ri=o(e=>{let t=Math.round(e);return ee(e)&&mt(t)?t-1:t},"roundHalfOdd"),Ui=o(e=>ee(e)?Math.sign(e)*Math.ceil(Math.abs(e)):Math.round(e),"roundHalfAwayFromZero"),Ii=o(e=>ee(e)?Math.floor(e):Math.round(e),"roundHalfDown"),Si=o(e=>{let t=Math.round(e);return ee(e)?mt(t)?t:t-1:t},"roundHalfEven"),ki=o(e=>ee(e)?Math.sign(e)*Math.floor(Math.abs(e)):Math.round(e),"roundHalfTowardsZero");function yt(e){return e.reduce((t,r)=>Math.min(t,r.sort_weight||0),0)-1-U()}o(yt,"startSortWeight");function ht(e){return e.reduce((t,r)=>Math.max(t,r.sort_weight||0),0)+1+U()}o(ht,"endSortWeight");function $i(e,t,r){let n=r.length,i=e<t;if(n<=0||e>=n-1)return ht(r);if(e<=0)return yt(r);r=yr([...r]);let s=i?-1:0,u=r[e+s].sort_weight||0,l=(r[e+s+1].sort_weight||0)-u;if(l===0)return i?yt(r):ht(r);let c=u+l/2,f=l*.01*(U()-.5);return c+f}o($i,"moveSortWeight");function yr(e){return e.sort((t,r)=>(t.sort_weight||0)-(r.sort_weight||0)),e}o(yr,"sortedItems");var hr=/((?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?))(?::\d{2,5})?(?:[/?#]\S*)?)/gim;function Ni(e){return e.split(hr).map((t,r)=>{let n=pt(t);return r%2?`<a target="_blank" href="${n}">${xr(n)}</a>`:n}).join("")}o(Ni,"linkifyPlainText");function xr(e){return e.replace(/^https?:\/\/(www\.)?/,"").replace(/\/$/,"")}o(xr,"toHumanReadableUrl");function xt(e){let t=[];for(let[r,n]of Object.entries(e))if(n!=null){Array.isArray(n)||(n=[n]);for(let i of n)i!=null&&t.push(encodeURIComponent(r)+"="+encodeURIComponent(String(i)))}return t.join("&")}o(xt,"encodeQuery");function ji(e){let t={},r=(e[0]==="?"?e.substr(1):e).split("&");for(let n=0;n<r.length;n++){let i=r[n].split("="),s=decodeURIComponent(i[0]),u=decodeURIComponent(i[1]||"");t[s]!=null?(Array.isArray(t[s])||(t[s]=[t[s]]),t[s].push(u)):t[s]=u}return t}o(ji,"parseQuery");function Gi(e,t,r){let n=e[t];return n===void 0&&(n=r(t,e),e[t]=n),n}o(Gi,"ensureKey");async function qi(e,t,r){let n=e[t];return n===void 0&&(n=await r(t,e),e[t]=n),n}o(qi,"ensureKeyAsync");function zi(e){return e!=null?e.size!=null?e.size:e.length!=null?e.length:Object.keys(e).length:0}o(zi,"size");function _i(e){return e!=null&&e.length>0?e[e.length-1]:void 0}o(_i,"last");function Ji(e){try{if(e!=null)return Array.isArray(e)||typeof e=="string"?e.length<=0:(e==null?void 0:e.size)!=null?e.size<=0:Object.keys(e).length<=0}catch(t){console.warn("Failed to check if empty for",e,t)}return!0}o(Ji,"empty");function Ue(e){return Object(e)!==e?e:JSON.parse(JSON.stringify(e))}o(Ue,"cloneObject");function Zi(e){return Object(e)!==e?e:JSON.parse(JSON.stringify(e))}o(Zi,"cloneJsonObject");function Wi(e){let t=new Map;return r=>{if(t.has(r))return t.get(r);let n=e(r);return t.set(r,n),n}}o(Wi,"memoize");function Ki(e,t){let r=[];for(let n=0;n<e;n++)r.push(t(n,e));return r}o(Ki,"forTimes");var br=/\\\s|\s+|#[^\n]*\n?/gm,Tr=/\(\?P?<(\w[\w\d_]+)>|\((?!\?(:|\!|=|<=|<\!))/gm,bt=/^((?:\(\?[\w$]+\))?)\(\?<([=!])([\s\S]*?)\)/gm,wr=v("xrx");function Lr(e){return typeof e=="string"?e:e.source||""}o(Lr,"regExpString");function Xi(e){return e.replace(/[-\[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}o(Xi,"regExpEscape");var Ie=class{constructor(t,r){this.namedGroups={};this.names=[];let n=r??"",i;if(t instanceof RegExp?(r==null&&(n=t.flags),i=t.source):i=t,n&&n.indexOf("x")!==-1&&(n=n.replace("x",""),i=i.replace(br,a=>a[0]==="\\"?a:"")),!(t instanceof RegExp)){let a=0;i=i.replace(Tr,(l,c)=>(a+=1,c?(c!=="index"&&c!=="length"&&!this.namedGroups[c]?this.namedGroups[c]=a:wr.error(`Unallowed or duplicate group name: ${c}`),"("):l)),this.names=Object.keys(this.namedGroups)}i=Lr(i),bt.lastIndex=0;let u=bt.exec(i);u&&(this.lookBehind={rx:new RegExp(`${u[3]}$(?!\\s)`),expect:u?u[2]==="=":!u},i=i.substr(u[0].length)),this.rx=new RegExp(i,n)}get lastIndex(){return this.rx.lastIndex}set lastIndex(t){this.rx.lastIndex=t}_handleMatch(t){if(this.lookBehind){let r=t.input.slice(0,t.index);if(this.lookBehind.expect!==this.lookBehind.rx.test(r))return null}for(let r of this.names)t[r]=t[this.namedGroups[r]];return t}exec(t){let r;for(;r=this.rx.exec(t);)if(this.rx.lastIndex===r.index&&this.rx.lastIndex++,r=this._handleMatch(r),r!=null)return r}execAll(t){let r=[],n;for(this.rx.lastIndex=0;n=this.exec(t);)r.push(n);return this.rx.lastIndex=0,r}replace(t,r){let n=typeof r=="function"?r:()=>r;return t.replace(this.rx,i=>n(i))}};o(Ie,"XRX");var vr=v("dispose");async function Ar(e){typeof e=="function"?await N(e()):P(e)?await e:typeof e.dispose=="function"?await N(e.dispose()):P(e.dispose)?await e.dispose:typeof e.cleanup=="function"?await N(e.cleanup()):P(e.cleanup)&&await e.cleanup}o(Ar,"callDisposer");function Se(e){let{name:t}=typeof e=="string"?{name:e}:e??{},r=[],n=o(async u=>{u!=null&&r.includes(u)&&(ve(r,a=>a!==u),await Ar(u))},"untrack"),i=o(async()=>{for(t&&vr.debug(`dispose ${t}: ${r.length} entries`);r.length>0;)await n(r[0])},"dispose"),s=o(u=>{if(u!=null)return r.unshift(u),()=>n(u)},"track");return Object.assign(i,{track:s,add:s,untrack:n,dispose:i,exec:i,getSize(){return r.length}})}o(Se,"useDispose");var os=Se;function is(e={}){let{mode:t="fifo"}=e,r=[],n=o(async(s=!1)=>{for(;r.length>0;){let u=r[0];if(ve(r,a=>a!==u),typeof u=="function"){let a=u();if(P(a)){if(s)throw new Error(`Expected sync only function, but found async: ${u}`);await a}}else if(P(u)){if(s)throw new Error(`Expected sync only function, but found async: ${u}`);await u}else throw new Error(`Unhandled disposable: ${u}`)}},"exec");return Object.assign(n,{add:o(s=>{t==="lifo"?r.unshift(s):r.push(s)},"add"),exec:n,getSize(){return r.length}})}o(is,"useDefer");function ss(e,t=0){let r=setTimeout(e,t);return()=>{r&&(clearTimeout(r),r=void 0)}}o(ss,"useTimeout");function as(e,t){let r=setInterval(e,t);return()=>{r&&(clearInterval(r),r=void 0)}}o(as,"useInterval");function us(e,t,r,...n){return e==null?()=>{}:(e.on?e.on(t,r,...n):e.addEventListener&&e.addEventListener(t,r,...n),()=>{e.off?e.off(t,r,...n):e.removeEventListener&&e.removeEventListener(t,r,...n)})}o(us,"useEventListener");function fs(){let e=!0;return(t,r)=>{let n=!1;if(e){e=!1;try{t(),n=!0}finally{e=!0}}else r!==void 0&&r();return n}}o(fs,"useMutex");function ps(){let e=!0;return async(t,r)=>{let n=!1;if(e){e=!1;try{let i=t();P(i)&&await i,n=!0}finally{e=!0}}else if(r!==void 0){let i=r();P(i)&&await i}return n}}o(ps,"useAsyncMutex");var Z=v("zeed:emitter"),C=class{constructor(){this.subscribers={};this.subscribersOnAny=[];this.dispose=Se();this.call=new Proxy({},{get:(t,r)=>(...n)=>this.emit(r,...n)})}async emit(t,...r){let n=!1;this.dispose.add(()=>{this.subscribers={},this.subscribersOnAny=[]});try{let i=this.subscribers[t]||[];if(this.subscribersOnAny.forEach(s=>s(t,...r)),i.length>0){let s=i.map(u=>{try{return N(u(...r))}catch(a){Z.warn("emit warning:",a)}});n=!0,await Promise.all(s)}}catch(i){Z.error("emit exception",i)}return n}onAny(t){this.subscribersOnAny.push(t)}on(t,r){let n=this.subscribers[t]||[];return n.push(r),this.subscribers[t]=n,()=>{this.off(t,r)}}onCall(t){for(let[r,n]of Object.entries(t))this.on(r,n)}once(t,r){let n=o(async(...i)=>(this.off(t,n),await N(r(...i))),"onceListener");return this.on(t,n),()=>{this.off(t,r)}}off(t,r){return this.subscribers[t]=(this.subscribers[t]||[]).filter(n=>r&&n!==r),this}removeAllListeners(){return this.subscribers={},this}};o(C,"Emitter");function ws(){let e=Y().emitter;return e||(e=new C,Y().emitter=e),e}o(ws,"getGlobalEmitter");var Ls=new C;function vs(e,t){let r=Math.round(U()*100);var n=[],i;let s=o((a,l)=>{let c={key:a,obj:l};n.push(c),i&&i()},"incoming");return t?e.on?e.on(t,a=>{s(t,a)}):e.addEventListener?e.addEventListener(t,a=>{s(t,a)}):Z.error(r,"Cannot listen to key"):e.onAny?e.onAny((a,l)=>{s(a,l)}):Z.error(r,"cannot listen to all for",e),o((a,l=!0)=>new Promise((c,f)=>{a||(a=t,a||n.length&&(a=n[0].key)),i=o(()=>{for(;n.length>0;){let g=n.shift();if(g.key===a)i=void 0,c(g.obj);else{if(l){Z.warn(r,`Unhandled event ${a} with value: ${g.obj}`);continue}f(`Expected ${a}, but found ${g.key} with value=${g.obj}`),Z.error(r,`Unhandled event ${a} with value: ${g.obj}`)}break}},"lazyResolve"),i()}),"on")}o(vs,"lazyListener");var Tt=o(()=>Date.now(),"getTimestamp");function Ds(e){return e>999?(e/1e3).toFixed(1)+"s":e.toFixed(2)+"ms"}o(Ds,"formatMilliseconds");function Es(...e){for(let t of e){if(t instanceof Date)return t;if(typeof t=="string"){let r=null;if(t.includes(":"))try{r=new Date(t)}catch{}if(!(r instanceof Date)){let n=/(\d\d\d\d)-(\d\d)-(\d\d)/.exec(t);n&&(r=new Date(+n[1],+n[2]-1,+n[3],12,0))}if(r instanceof Date)return r}}}o(Es,"parseDate");var{encode:Fe,decode:wt}=F(62),{encode:Lt,decode:Dr}=F(32);function vt(){return J(16)}o(vt,"uuidBytes");var Us=o(()=>new Uint32Array(J(4))[0],"uuid32bit");function j(){return Fe(vt(),22)}o(j,"uuid");function Is(e){return Fe(e,22)}o(Is,"uuidEncode");function Ss(e){return wt(e,16)}o(Ss,"uuidDecode");function ks(){return Lt(vt(),26)}o(ks,"uuidB32");function Fs(e){return Lt(e,26)}o(Fs,"uuid32Encode");function Os(e){return Dr(e,16)}o(Os,"uuid32Decode");var ke={};function V(e="id"){return ke[e]==null&&(ke[e]=0),`${e}-${ke[e]++}`}o(V,"uname");var Er=0;function $s(){return`id-${Er++}`}o($s,"qid");var Mr="10000000-1000-4000-8000-100000000000",Bs=typeof crypto<"u"&&crypto.randomUUID!=null?crypto.randomUUID:()=>Mr.replace(/[018]/g,e=>(e^J(1)[0]&15>>e/4).toString(16)),At=16e11;function Pr(e){var t=new Uint8Array([0,0,0,0,0,0]);let r=t.length-1;for(var n=0;n<t.length;n++){var i=e&255;t[r-n]=i,e=(e-i)/256}return t}o(Pr,"longToByteArray");function Cr(){let e=Tt()-At;return new Uint8Array([...Pr(e),...J(10)])}o(Cr,"suidBytes");function Hs(){return Fe(Cr(),22)}o(Hs,"suid");function Ns(e){return Rr(wt(e,16))}o(Ns,"suidDate");function Rr(e){return new Date(At+e.slice(0,6).reduce((t,r)=>t*256+r,0))}o(Rr,"suidBytesDate");var Ur=(n=>(n[n.waiting=0]="waiting",n[n.running=1]="running",n[n.finished=2]="finished",n))(Ur||{}),Ir=(n=>(n[n.replace=0]="replace",n[n.memoize=1]="memoize",n[n.error=2]="error",n))(Ir||{});function zs(e={}){let{maxParallel:t=3}=e,r=new C,n=0,i=0,s=0,u=0,a={};async function l(){if(n>0){let[m,d]=ut();return r.once("didFinish",d),m}}o(l,"waitFinishAll");function c(){r.emit("didFinish"),n=0,i=0}o(c,"didFinish");function f(){let m=0,d=0;for(let{max:h,resolved:T,state:x}of Object.values(a))m+=h,d+=x===2?h:Math.min(h,T);r.emit("didUpdate",n,i,m,d)}o(f,"didUpdate");function g(){if(f(),n>0&&n===i&&c(),s>=t)return;let m=Object.values(a).filter(d=>d.state===0);if(m.length>0){let d;for(let h of m)(d==null||h.priority<d.priority)&&(d=h);if(d!=null){let h=d.id,T=d.done;d.state=1,++s,r.emit("didStart",h);let x=o(w=>{d&&(d.result=w,d.state=2,d.resolved=d.max),--s,++i,g()},"taskFinished");d.task(d).then(w=>{T(w),r.emit("didResolve",h,w),x(w)}).catch(w=>{T(),r.emit("didReject",h,w),x()})}}}o(g,"performNext");function p(m){let d=a[m];d&&d.state===0&&(a[m].state=2,++i,r.emit("didCancel",m),f())}o(p,"cancel");function y(){Object.keys(a).forEach(p)}o(y,"cancelAll");function b(m,d={}){let h,T=new Promise(w=>h=w),x=d.id??j();if(a[x]!=null){let w=d.idConflictResolution??1;if(w===0)p(x);else if(w===1){let D=a[x];return{id:x,promise:(async()=>{if(D.state===2)return a[x].result})(),dispose:()=>p(x),cancel:()=>p(x)}}else throw new Error(`Pool task with id=${x} already exists!`)}return a[x]={id:x,task:m,priority:++u,state:0,max:d.max??1,resolved:d.resolved??0,done:h,payload:d.payload,setMax(w){a[x].max=w,f()},setResolved(w){a[x].resolved=w,f()},incResolved(w=1){a[x].resolved+=w,f()}},++n,g(),{id:x,promise:T,dispose:()=>p(x),cancel:()=>p(x)}}return o(b,"enqueue"),{events:r,cancel:p,cancelAll:y,enqueue:b,dispose:y,waitFinishAll:l}}o(zs,"usePool");var Oe=class extends C{constructor(r={}){super();this.queue=[];this.waitToFinish=[];this.countMax=0;this.countResolved=0;this.paused=!1;let{name:n=V("queue"),logLevel:i}=r;this.name=n,this.log=v(`zeed:queue:${n}`,i??1/0)}async performNext(){if(this.log("performNext, queue.length =",this.queue.length),this.currentTask!=null){this.log("performNext => skip while another task is running");return}if(this.paused){this.log("performNext => skip while is paused");return}for(;this.currentTask==null&&!this.paused;){let r=this.queue.shift();if(this.log(`performNext => ${r==null?void 0:r.name}`),r==null)break;this.countResolved===0&&this.emit("didStart",this.countMax);let{name:n,task:i,resolve:s}=r;this.currentTask=i();let u;try{this.log.info(`start task ${n}`),u=await this.currentTask,this.log(`finished task ${n} with result =`,u)}catch(a){this.log.warn("Error performing task",a)}s(u),this.currentTask=void 0,this.countResolved+=1,this.emit("didUpdate",this.countMax,this.countResolved)}for(this.queue.length===0&&(this.emit("didFinish"),this.countMax=0,this.countResolved=0);this.waitToFinish.length>0;)this.waitToFinish.shift()()}async enqueue(r,n={}){let{immediate:i=!1,name:s=V(this.name)}=n;return i?(this.log.info(`immediate execution ${s}`),await r()):(this.log(`enqueue ${s}`),new Promise(u=>{this.queue.push({name:s,task:r,resolve:u}),this.countMax+=1,this.emit("didUpdate",this.countMax,this.countResolved),this.performNext()}))}async enqueueReentrant(r,n={}){return this.enqueue(r,{immediate:this.currentTask!=null,name:n.name})}async cancelAll(r=!0){this.log("cancelAll"),this.emit("didCancel");let n=this.queue.map(i=>i.resolve);this.queue=[],n.forEach(i=>i(void 0)),await this.wait()}async pause(){this.log("pause"),this.paused=!0,await this.wait()}resume(){this.log("resume"),this.paused=!1,this.performNext()}async wait(){if(this.log("wait"),!(this.currentTask==null&&(this.queue.length===0||this.paused)))return new Promise(r=>{this.waitToFinish.push(r)})}get isPaused(){return this.paused}get hasTasks(){return this.queue.length!==0}};o(Oe,"SerialQueue");var K=!1,W=K?v("zeed:throttle"):()=>{};function ea(e,t={}){let{delay:r=100,trailing:n=!0,leading:i=!0}=t,s=0,u=0,a=0,l,c=Date.now();function f(){s&&(clearTimeout(s),s=void 0)}o(f,"clearExistingTimeout");function g(...p){let y=Date.now(),b=this,m=y-u;function d(){let T=Date.now();return`total ${(T-c).toFixed(1)}ms - elapsed ${(T-u).toFixed(1)}ms - visited ${a}x`}o(d,"debugElapsed");function h(){a=0,u=Date.now(),e.apply(b,p)}if(o(h,"exec"),l=h,m>r||!s){K&&W("elapsed",d()),i&&(m>r?(K&&W("\u{1F680} leading",d()),h()):++a);let T=m>r?r:r-m;W(`\u23F1 start timeout with ${T.toFixed(1)}ms`,d()),f(),u=y,s=setTimeout(()=>{K&&W("\u23F1 reached timeout",d()),s=0,n&&(!i||a>0)&&(K&&W("\u{1F680} trailing",d()),l==null||l())},T)}else++a,K&&W("visited",d())}return o(g,"wrapper"),g.cancel=f,g.dispose=f,g}o(ea,"throttle");function ta(e,t={}){let{delay:r=100}=t,n=0;function i(){n&&(clearTimeout(n),n=0)}o(i,"clearExistingTimeout");function s(...u){let a=this;i(),n=setTimeout(()=>{n=0,e.apply(a,u)},r)}return o(s,"wrapper"),s.cancel=i,s.dispose=i,s}o(ta,"debounce");function na(e=(t=>(t=globalThis==null?void 0:globalThis.location)==null?void 0:t.hostname)()??""){return["::ffff:127.0.0.1","localhost","127.0.0.1","","::1","::"].includes(e)||e.startsWith("192.168.")||e.startsWith("10.0.")||e.endsWith(".local")}o(na,"isLocalHost");function sa(e){let{level:t=void 0,filter:r=void 0,messages:n=[]}=e,i=_(r),s=ie(t);return u=>{!s(u.level)||!i(u.name)||n.push(u)}}o(sa,"LoggerMemoryHandler");var de=class extends C{constructor(){super(...arguments);this.id=j()}close(){this.dispose()}};o(de,"Channel");var te=class extends de{constructor(){super(...arguments);this.isConnected=!0}postMessage(r){var n;(n=this.other)==null||n.emit("message",{data:r,origin:"local",lastEventId:j()})}};o(te,"LocalChannel");function ca(){let e=new te,t=new te;return e.other=t,t.other=e,[e,t]}o(ca,"createLocalChannelPair");var $e=class{async encode(t){return t}async decode(t){return t}};o($e,"NoopEncoder");var G=class{async encode(t){return he(t)}async decode(t){return xe(t)}};o(G,"JsonEncoder");var Be=class{constructor(t){this.key=t}async encode(t){let r=he(t);return await Ye(r,this.key)}async decode(t){let r=await Qe(t,this.key);return xe(r)}};o(Be,"CryptoEncoder");var Dt=o((e,t,r={})=>new Proxy(r,{get:(n,i)=>i in n?n[i]:(...s)=>e(i,s,t)}),"createPromiseProxy");function wa(e={}){let{name:t=V("hub"),encoder:r=new G,retryAfter:n=1e3,ignoreUnhandled:i=!0,logLevel:s=!1}=e,u=v(t,s),a={},l,c=[],f,g={},p=o(()=>{clearTimeout(f)},"dispose"),y=o(async()=>{if(clearTimeout(f),l){if(l.isConnected)for(;c.length;){let h=c[0];try{l.postMessage(await r.encode(h)),c.shift()}catch(T){u.warn("postMessage",T);break}}c.length>0&&n>0&&(f=setTimeout(y,n))}},"postNext"),b=o(async h=>{u("enqueue postMessage",h),c.push(h),await y()},"postMessage"),m=o(async h=>{l=h,l.on("connect",y),l.on("message",async T=>{u("onmessage",typeof T);let{name:x,args:w,id:D,result:z,error:O}=await r.decode(T.data);if(x){u(`name ${x} id ${D}`);try{if(a[x]==null)throw new Error(`handler for ${x} was not found`);let R=a[x](...w);P(R)&&(R=await R),u(`result ${R}`),D&&b({id:D,result:R})}catch(R){let $=R instanceof Error?R:new Error(De(R));u.warn("execution error",$.name),b({id:D,error:{message:$.message,stack:$.stack,name:$.name}})}}else if(D)if(u(`response for id=${D}: result=${z}, error=${O}`),g[D]==null)z===void 0?u(`skip response for ${D}`):u.warn(`no response hook for ${D}`);else{let[R,$]=g[D];if(R&&$)if(delete g[D],O){let re=new Error(O.message);re.stack=O.stack,re.name=O.name,u.warn("reject",re.name),$(re)}else u("resolve",z),R(z)}else i||u.warn("Unhandled message",T)}),y()},"connect"),d=o(async(h,T,x={})=>{let{timeout:w=5e3}=x,D=j();return b({name:h,args:T,id:D}),ft(new Promise((z,O)=>g[D]=[z,O]),w)},"fetchMessage");return e.channel&&m(e.channel),{dispose:p,connect:m,listen(h){Object.assign(a,h)},send(){return Dt(d,{},{options(h){return Dt(d,{...h})}})}}}o(wa,"useMessageHub");var ge=class extends C{constructor(r){super();this.publish=this.emit;this.subscribe=this.on;let{name:n,encoder:i=new G,channel:s,debug:u=!1}=r;this.channel=s,this.encoder=i,this.debug=u,this.name=n??this.channel.id??V("pubsub"),this.log=v(`${this.shortId}`),this.debug&&(this.channel.on("connect",()=>{this.log("channel connected")}),this.channel.on("disconnect",()=>{this.log("channel disconnected")})),this.channel.on("message",async({data:a})=>{let l=await this.encoder.decode(a);if(this.debug?this.log(`channel message, event=${l==null?void 0:l.event}, info=`,l):this.log(`channel message, event=${l==null?void 0:l.event}`),l){let{event:c,args:f}=l;await this.emitSuper(c,...f)}})}get shortId(){return this.name.substr(0,6)}async emitSuper(r,...n){return await super.emit(r,...n)}async emit(r,...n){try{if(this.debug?this.log(`emit(${String(r)})`,r):this.log(`emit(${String(r)})`,n.length),!this.channel.isConnected)return this.log.warn("channel not connected"),!1;let i=await this.encoder.encode({event:r,args:n});return this.channel.postMessage(i),!0}catch(i){this.log.warn(`emit(${String(r)})`,i)}return!1}};o(ge,"PubSub");function Ra(e){return new ge(e)}o(Ra,"usePubSub");var Sr=1;var Et=o(e=>e,"defaultSerialize"),kr=Et;function Ia(e,t){let{post:r,on:n,eventNames:i=[],serialize:s=Et,deserialize:u=kr}=t,a=new Map;return n(async l=>{let c=u(l),[f,g,p,y]=c;if(f===1||f===2){let b,m;if(y!=null)try{b=await e[y](...g)}catch(d){m=String(d)}else m="Method implementation missing";f===1&&p&&r(s(m?[4,m,p]:[3,b,p]))}else if(p){let b=a.get(p);b!=null&&(f===4?b.reject(g):b.resolve(g)),a.delete(p)}}),new Proxy({},{get(l,c){let f=o((...p)=>{r(s([2,p,null,c]))},"sendEvent");if(t.onlyEvents||i.includes(c))return f.asEvent=f,f;let g=o((...p)=>new Promise((y,b)=>{let m=Sr++;a.set(m,{resolve:y,reject:b}),r(s([1,p,m,c]))}),"sendCall");return g.asEvent=f,g}})}o(Ia,"useRPC");var q=v("network"),He={cache:"no-cache",redirect:"follow",headers:{}};function Fr(e){let t=/:\/\/([^@]*)@/gi.exec(e);if(t&&t[1]){let[r,n]=t[1].split(":",2);return{url:e.replace(t[1]+"@",""),username:r,password:n}}}o(Fr,"parseBasicAuth");async function Mt(e,t={},r=fetch){try{Q(t)&&(t=oe({},...k(t)));let n=Fr(String(e));n&&(e=n.url,t=oe({},t,Or(n.username,n.password))),t.headers!=null&&!(t.headers instanceof Headers)&&(t.headers=new Headers(t.headers)),q("fetch",e,t);let i=await r(String(e),t);if(i.status<400)return i;try{q.warn(`Fetch of ${e} with ${t} returned status=${i.status}`),q.warn(`Response: ${await i.text()}`)}catch(s){q.error("Exception:",s)}}catch(n){q.error("fetchBasic",n)}}o(Mt,"fetchBasic");async function au(e,t={},r=fetch){try{let n=await Mt(e,[{method:"GET",headers:{Accept:"application/json"}},t],r);if(n)return await n.json()}catch(n){q.error("fetchJSON error:",n)}}o(au,"fetchJson");async function uu(e,t={},r=fetch){try{let n=await Mt(e,[He,{method:"GET"},t],r);if(n)return await n.text()}catch(n){q.error("fetchHTML error:",n)}}o(uu,"fetchText");function lu(e,t="POST"){return{method:t,...He,headers:{"Content-Type":"application/x-www-form-urlencoded; charset=utf-8"},body:xt(e)}}o(lu,"fetchOptionsFormURLEncoded");function cu(e,t="POST"){return{method:t,...He,headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify(e)}}o(cu,"fetchOptionsJson");function Or(e,t){return{headers:{Authorization:"Basic "+_e(e+":"+t)}}}o(Or,"fetchOptionsBasicAuth");function Pt(){if(typeof window<"u")return window}o(Pt,"getWindow");function $r(){if(typeof navigator<"u")return navigator}o($r,"getNavigator");function pu(){return Pt()??typeof WorkerGlobalScope<"u"?self:typeof global<"u"?global:Function("return this;")()}o(pu,"getGlobal");var A=$r(),E=Pt();function Br(e={ios:!1,macos:!1,windows:!1,beaker:!1,electron:!1,wkwebview:!1,pwa:!1,pwaInstalled:!1,browser:!1,node:!1,worker:!1,test:!1,jest:!1,macosNative:!1,iosNative:!1,appleNative:!1,touch:!1}){var t,r,n,i,s,u,a,l,c;return e.ios=((t=A==null?void 0:A.platform)==null?void 0:t.match(/(iPhone|iPod|iPad)/i))!=null,e.macos=!!((r=A==null?void 0:A.platform)!=null&&r.startsWith("Mac")),e.windows=!!((n=A==null?void 0:A.platform)!=null&&n.startsWith("Win")),e.beaker=(E==null?void 0:E.beaker)!=null,e.electron=(((s=(i=A==null?void 0:A.userAgent)==null?void 0:i.toLowerCase())==null?void 0:s.indexOf(" electron/"))||-1)>-1&&!e.beaker,e.wkwebview=((u=E==null?void 0:E.webkit)==null?void 0:u.messageHandlers)!=null,e.pwa=(A==null?void 0:A.serviceWorker)!=null,e.pwaInstalled=(A==null?void 0:A.standalone)||((l=(a=E==null?void 0:E.matchMedia)==null?void 0:a.call(E,"(display-mode: standalone)"))==null?void 0:l.matches),e.node=typeof process<"u"&&((c=process==null?void 0:process.release)==null?void 0:c.name)==="node",e.browser=!e.electron&&!e.wkwebview&&!e.node,e.worker=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,e.jest=typeof jest<"u"||typeof vitest<"u",e.test=e.jest,e.macosNative=e.wkwebview&&e.macos,e.iosNative=e.wkwebview&&e.ios,e.appleNative=e.wkwebview,e.touch=E&&"ontouchstart"in E||((A==null?void 0:A.maxTouchPoints)||0)>1||(A==null?void 0:A.msPointerEnabled)&&(E==null?void 0:E.MSGesture)||(E==null?void 0:E.DocumentTouch)&&document instanceof DocumentTouch,e}o(Br,"detect");var Hr=o(()=>typeof window<"u"&&globalThis===window,"isBrowser"),du=Br();function gu(e){Hr()?window.addEventListener("beforeunload",e):typeof process<"u"&&process.on("exit",()=>e)}o(gu,"useExitHandler");var xu=v("zeed:memstorage"),Ne=class{constructor(t={}){this.store={}}setItem(t,r){this.store[t]=Ue(r)}getItem(t){if(this.store.hasOwnProperty(t))return Ue(this.store[t])}removeItem(t){delete this.store[t]}clear(){this.store={}}allKeys(){return Object.keys(this.store)}};o(Ne,"MemStorage");export{o as a,Y as b,S as c,je as d,Q as e,Vr as f,Gr as g,qr as h,zr as i,_r as j,Jr as k,Zr as l,Wr as m,ne as n,oe as o,Ut as p,_ as q,me as r,ie as s,se as t,ae as u,Ve as v,Ge as w,kt as x,v as y,Ft as z,Ot as A,ze as B,$t as C,M as D,bn as E,Tn as F,_e as G,wn as H,Ln as I,Je as J,he as K,xe as L,Ze as M,J as N,En as O,Mn as P,Ye as Q,Qe as R,Cn as S,Nt as T,U,Un as V,In as W,Sn as X,kn as Y,jt as Z,Fn as _,On as $,$n as aa,Bn as ba,Vt as ca,Nn as da,we as ea,jn as fa,Le as ga,Gt as ha,qt as ia,k as ja,zt as ka,zn as la,_n as ma,Jn as na,ve as oa,Zn as pa,Wn as qa,_t as ra,Kn as sa,Jt as ta,et as ua,Yn as va,Qn as wa,Xn as xa,eo as ya,to as za,ro as Aa,no as Ba,oo as Ca,io as Da,F as Ea,co as Fa,fo as Ga,po as Ha,go as Ia,mo as Ja,yo as Ka,ho as La,xo as Ma,bo as Na,To as Oa,Lo as Pa,Kt as Qa,vo as Ra,Ao as Sa,Eo as Ta,Qt as Ua,Ae as Va,Ro as Wa,Uo as Xa,Io as Ya,Xt as Za,er as _a,tr as $a,De as ab,So as bb,ko as cb,Fo as db,Oo as eb,rr as fb,$o as gb,Bo as hb,H as ib,I as jb,Pe as kb,Ce as lb,ot as mb,ur as nb,Vo as ob,it as pb,Go as qb,qo as rb,zo as sb,pe as tb,_o as ub,Me as vb,lr as wb,cr as xb,Re as yb,st as zb,Jo as Ab,Zo as Bb,Wo as Cb,Ko as Db,ut as Eb,Xo as Fb,ei as Gb,lt as Hb,ti as Ib,ct as Jb,ri as Kb,ft as Lb,ni as Mb,P as Nb,N as Ob,L as Pb,li as Qb,ci as Rb,fi as Sb,pi as Tb,fr as Ub,gi as Vb,mi as Wb,yi as Xb,pt as Yb,xi as Zb,wi as _b,vi as $b,Di as ac,ee as bc,mt as cc,Mi as dc,Pi as ec,Ci as fc,Ri as gc,Ui as hc,Ii as ic,Si as jc,ki as kc,yt as lc,ht as mc,$i as nc,yr as oc,Ni as pc,xr as qc,xt as rc,ji as sc,Gi as tc,qi as uc,zi as vc,_i as wc,Ji as xc,Ue as yc,Zi as zc,Wi as Ac,Ki as Bc,Lr as Cc,Xi as Dc,Ie as Ec,Se as Fc,os as Gc,is as Hc,ss as Ic,as as Jc,us as Kc,fs as Lc,ps as Mc,C as Nc,ws as Oc,Ls as Pc,vs as Qc,Tt as Rc,Ds as Sc,Es as Tc,vt as Uc,Us as Vc,j as Wc,Is as Xc,Ss as Yc,ks as Zc,Fs as _c,Os as $c,V as ad,$s as bd,Bs as cd,Cr as dd,Hs as ed,Ns as fd,Rr as gd,Ur as hd,Ir as id,zs as jd,Oe as kd,ea as ld,ta as md,na as nd,sa as od,de as pd,te as qd,ca as rd,$e as sd,G as td,Be as ud,Dt as vd,wa as wd,ge as xd,Ra as yd,Ia as zd,Fr as Ad,Mt as Bd,au as Cd,uu as Dd,lu as Ed,cu as Fd,Or as Gd,Pt as Hd,$r as Id,pu as Jd,Br as Kd,Hr as Ld,du as Md,gu as Nd,Ne as Od};
8
+ //# sourceMappingURL=chunk-HWR7HWXI.js.map