@zyzgroup/core-web 0.1.93 → 0.1.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/zyzgroup_core_web.iife.js +62 -41
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +15440 -10061
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +62 -41
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/components/index.d.ts +1 -0
- package/types/components/index.d.ts.map +1 -1
- package/types/components/react/index.d.ts +2 -0
- package/types/components/react/index.d.ts.map +1 -0
- package/types/components/react/motion/index.d.ts +2 -0
- package/types/components/react/motion/index.d.ts.map +1 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(w,bi){typeof exports=="object"&&typeof module<"u"?bi(exports):typeof define=="function"&&define.amd?define(["exports"],bi):(w=typeof globalThis<"u"?globalThis:w||self,bi(w.ZYZGroupCoreWeb={}))})(this,function(w){"use strict";function bi(n,t){for(var e=0;e<t.length;e++){const s=t[e];if(typeof s!="string"&&!Array.isArray(s)){for(const i in s)if(i!=="default"&&!(i in n)){const r=Object.getOwnPropertyDescriptor(s,i);r&&Object.defineProperty(n,i,r.get?r:{enumerable:!0,get:()=>s[i]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}const Ab=Function("return this")();function Mb(){const n=typeof globalThis=="object"&&globalThis&&globalThis.Object===Object&&globalThis,t=typeof window=="object"&&window&&window.Object===Object&&window,e=typeof global=="object"&&global&&global.Object===Object&&global,s=typeof self=="object"&&self&&self.Object===Object&&self;return n||t||e||s||this||Ab}const tt=Mb(),cc={env:{NODE_ENV:"",terminal:""},argv:[],execPath:"",platform:"",versions:{node:void 0,bun:void 0},...typeof process=="object"&&process?process:{}};({...cc.env});const Qf="@YZ/";function Db(n,t=Qf){return n.startsWith(t)}function Rb(n,t=Qf){return Db(n,t)?n:`${t}${n}`}function Ob(n){return typeof n=="string"&&n.startsWith("Symbol(")&&n.endsWith(")")}function Ib(n){return Ob(n)&&(n=n.slice(7,-1)),n}function kb(n){return n=Ib(n),n=Rb(n),typeof Symbol=="function"?Symbol(n):`Symbol(${n})`}kb("META");const hc=NaN,Lb=Symbol("NO_VALUE"),Fr={immediate:0,high:100,normal:200,low:300,idle:400};function Br(n){return"dispatch"in n}var Ze=(n=>(n[n["text/plain"]=0]="text/plain",n[n["text/html"]=1]="text/html",n[n["text/xml"]=2]="text/xml",n[n["text/css"]=3]="text/css",n[n["image/jpeg"]=4]="image/jpeg",n[n["image/png"]=5]="image/png",n[n["image/gif"]=6]="image/gif",n[n["image/bmp"]=7]="image/bmp",n[n["image/webp"]=8]="image/webp",n[n["image/svg+xml"]=9]="image/svg+xml",n[n["image/x-icon"]=10]="image/x-icon",n[n["image/vnd.microsoft.icon"]=11]="image/vnd.microsoft.icon",n[n["image/octet-stream"]=12]="image/octet-stream",n[n["audio/mpeg"]=13]="audio/mpeg",n[n["video/mp4"]=14]="video/mp4",n[n["audio/ogg"]=15]="audio/ogg",n[n["audio/wav"]=16]="audio/wav",n[n["audio/midi"]=17]="audio/midi",n[n["video/webm"]=18]="video/webm",n[n["video/ogg"]=19]="video/ogg",n[n["application/octet-stream"]=20]="application/octet-stream",n[n["application/javascript"]=21]="application/javascript",n[n["application/ecmascript"]=22]="application/ecmascript",n[n["application/json"]=23]="application/json",n[n["application/xml"]=24]="application/xml",n[n["application/xhtml+xml"]=25]="application/xhtml+xml",n[n["application/x-www-form-urlencoded"]=26]="application/x-www-form-urlencoded",n[n["application/msword"]=27]="application/msword",n[n["application/x-csv"]=28]="application/x-csv",n[n["application/vnb.ms-excel"]=29]="application/vnb.ms-excel",n[n["application/vnb.mspowerpoint"]=30]="application/vnb.mspowerpoint",n[n["application/pdf"]=31]="application/pdf",n[n["application/zip"]=32]="application/zip",n[n["application/x-gtar"]=33]="application/x-gtar",n[n["application/x-gzip"]=34]="application/x-gzip",n[n["appliaction/vnd.ms-fontobject"]=35]="appliaction/vnd.ms-fontobject",n[n["aplication/font-sfnt"]=36]="aplication/font-sfnt",n[n["aplication/pkcs12"]=37]="aplication/pkcs12",n))(Ze||{}),Re=(n=>(n[n.text=0]="text",n[n.dataURL=1]="dataURL",n[n.binaryString=2]="binaryString",n[n.arraybuffer=3]="arraybuffer",n))(Re||{});const jr={ascii:"ascii",utf8:"utf8","utf-8":"utf-8",utf16le:"utf16le","utf-16le":"utf-16le",ucs2:"ucs2","ucs-2":"ucs-2",base64:"base64",base64url:"base64url",latin1:"latin1",binary:"binary",hex:"hex"},$r=n=>{let t=null;switch(n){case"any-character":t=/[^]/;break;case"bin":t=/^(0b)?[0-1]+$/i;break;case"oct":t=/^(0o)?[0-7]+$/i;break;case"hex":t=/^(0x)?[0-9a-fA-F]+$/i;break;case"ascii":t=/^[\x00-\xFF]+$/i;break;case"int":t=/^[-+]?[0-9]+$/;break;case"number":t=/[-+]?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi;break;case"number-single":t=/[-+]?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/i;break;case"split":t=/\s*,\s*/gi;break;case"trim":t=/^\s+|\s+$/g;break;case"regexp":t=/[\\^$.*+?()[\]{}|]/g;break;case"regexp-flags":t=/\w*$/;break;case"native-method":t=RegExp("^"+Function.prototype.toString.call(Object.prototype.hasOwnProperty).replace($r("regexp"),"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");break;case"svg-segment":t=/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi;break;case"mobile-china":t=/^[1]{1}[0-9]{10}$/;break;case"email":t=/^[A-Za-z0-9_!#$%&'*+/=?`{|}~^.-]+\@[A-Za-z0-9._-]+\.[A-Za-z0-9]+$/gm;break;case"ip":t=/^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/;break;case"url":t=/^http[s]?:\/\/([\w-]+\.)+[\w-]+([\w-./?%&=]*)?$/;break;case"element-url":t=/^url\(['"]?(.+?)['"]?\)$/i;break;case"date":t=/^\d{4}(\-|\/|\.)(\d{1,2})(\-|\/|\.)(\d{1,2})$/;break;case"time":t=/^(\d{1,2}):(\d{1,2}):(\d{1,2})$/;break;case"datetime":t=/^\d{4}(\-|\/|\.)(\d{1,2})(\-|\/|\.)(\d{1,2})\s+(\d{1,2}):(\d{1,2}):(\d{1,2})$/;break;case"base64-data":t=/^\s*data:(?:[a-z]+\/[a-z0-9-+.]+(?:;[a-z-]+=[a-z0-9-]+)?)?(?:;base64)?,([a-z0-9!$&',()*+;=\-._~:@/?%\s]*?)\s*$/i;break;case"hex-color":t=/^#([0-9A-F]{3}|[0-9A-F]{4}|[0-9A-F]{6}|[0-9A-F]{8})$/i;break;case"color":t=/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\))\s*$/i;break;case"whitespace":t=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u2028\u2029\u202f\u205f\u3000]/g;break;case"commaSpaces":t=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/;break;case"var-name":t=/^[a-zA-Z_$][a-zA-Z0-9_$]*$/;break;case"bezier":t=/^(?:cubic-)?bezier\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/;break;case"chinese-name":t=/^(?:[\u4e00-\u9fa5·]{2,16})$/;break;case"chinese":t=new RegExp(String.raw`
|
|
2
2
|
[\u{FA0E}\u{FA0F}\u{FA11}\u{FA13}\u{FA14}\u{FA1F}\u{FA21}\u{FA23}\u{FA24}\u{FA27}-\u{FA29}]
|
|
3
3
|
|[\u{4E00}-\u{9FCC}]
|
|
4
4
|
|[\u{3400}-\u{4DB5}]
|
|
@@ -7,28 +7,28 @@
|
|
|
7
7
|
|[\u{2B740}-\u{2B81D}]
|
|
8
8
|
|[\u{2B820}-\u{2CEAF}]
|
|
9
9
|
|[\u{2CEB0}-\u{2EBEF}]
|
|
10
|
-
`.replace(/\s+/g,""),"u");break;case"mime-image":t=/^image\//;break;case"mime-video":t=/^video\//;break;case"mime-audio":t=/^audio\//;break;case"mime-document-word":t=/^application\/(?:vnd\.openxmlformats-officedocument\.wordprocessingml\.document|msword|vnd\.ms-word\.document\.macroenabled\.12|vnd\.openxmlformats-officedocument\.wordprocessingml\.template|vnd\.ms-word\.template\.macroenabled\.12)$/;break;case"mime-document-excel":t=/^application\/(?:vnd\.openxmlformats-officedocument\.spreadsheetml\.sheet|vnd\.ms-excel|vnd\.ms-excel\.sheet\.macroenabled\.12|vnd\.openxmlformats-officedocument\.spreadsheetml\.template|vnd\.ms-excel\.template\.macroenabled\.12)$/;break;case"mime-document-ppt":t=/^application\/(?:vnd\.ms-powerpoint|vnd\.openxmlformats-officedocument\.presentationml\.presentation|vnd\.ms-powerpoint\.presentation\.macroenabled\.12|vnd\.openxmlformats-officedocument\.presentationml\.template|vnd\.ms-powerpoint\.template\.macroenabled\.12)$/;break;case"mime-document-json":t=/^application\/json$/;break;case"mime-document-xml":t=/^(?:application|text)\/(?:xml|xhtml\+xml)$/;break}return t},Xe=(n,t)=>(typeof n=="string"&&(n=zs(n)||new RegExp(n)),n.test(t)),hu=(n,t)=>{typeof n=="string"&&(n=zs(n)||new RegExp(n));const e=t.match(n);return e?n.flags.toLowerCase().indexOf("g")>=0?e.map(r=>({matchIndex:-1,fullMatch:r,groupMatchs:[]})):{matchIndex:typeof e.index=="number"?e.index:-1,fullMatch:e[0],groupMatchs:e.slice(1)}:null},uu=(n,t)=>{typeof n=="string"&&(n=zs(n)||new RegExp(n));const e=[],r=t.matchAll(n);for(const s of r)e.push({matchIndex:typeof s.index=="number"?s.index:-1,fullMatch:s[0],groupMatchs:s.slice(1)});return e};function Up(n){const t=n.match(/[\s\S]/gu);return t?t.length:0}function lu(n,t){const e=n.codePointAt(t);return e?String.fromCodePoint(e):void 0}const Yp="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghijklmnopqrstuvwxyz0123456789",jp="0123456789";function fu(n=12,t=Yp){let e="";for(let r=0;r<n;r++)e+=t[Math.floor(Math.random()*t.length)];return e}function Vp(n=12){return fu(n,jp)}function Gp(n){return n.replace(/(^\w)/g,t=>t.toLowerCase())}const jt=(n,t="-")=>{let e=n.replace(new RegExp("[_-]?([A-Z])","g"),t+"$1").toLowerCase();const r=new RegExp(`^${t}`);return r.test(n)||(e=e.replace(r,"")),e};function Xp(n){return n.replace(/(^\w|[_-]\w)/g,t=>t.slice(-1).toUpperCase())}function du(n){return Gp(Xp(n))}function mu(n){let t="";for(let e=0,r=n.length;e<r;e++){const s=n.charCodeAt(e);s>=1&&s<=127?t+=n.charAt(e):s>2047?(t+=String.fromCharCode(224|s>>12&15),t+=String.fromCharCode(128|s>>6&63),t+=String.fromCharCode(128|s>>0&63)):(t+=String.fromCharCode(192|s>>6&31),t+=String.fromCharCode(128|s>>0&63))}return t}function Hp(){const n=Uint32Array.of(305419896),t=new Uint8Array(n.buffer);switch(t[0]*16777216+t[1]*65536+t[2]*256+t[3]){case 305419896:return!1;case 2018915346:default:return!0}}const ir=(n,t=16)=>{let e=n.toLowerCase();const r=e.indexOf("0b")==0,s=e.indexOf("0o")==0,i=e.indexOf("0x")==0;(r||s||i)&&(e=e.slice(2)),r&&(t=2),s&&(t=8),i&&(t=16);const o=parseInt(e,t);if(Number.isNaN(o)||e.length==0)throw new Error(`radixStringToNumber(${n}, ${t}) 无法解析!`);return o};function ko(n,t){let e=t?.type;const r=t?.mime,s=t?.encode;if(!e&&r)switch(s){case Ns.utf8:case Ns["utf-8"]:e=`${r};charset=${s}`;break;case Ns.base64:e=`${r};${s}`;break;default:e=`${r}`;break}return new Blob([n],{type:e})}function Wp(n){let t=Ne["text/plain"];switch(new DataView(n).getUint32(0,Hp()).toString(16).toUpperCase()){case"FFD8FFDB":t=Ne["image/jpeg"];break;case"FFD8FFE0":case"FFD8FFE1":case"FFD8FFE2":case"FFD8FFE3":t=Ne["image/jpeg"];break;case"89504E47":t=Ne["image/png"];break;case"47494638":t=Ne["image/gif"];break;case"52494646":t=Ne["image/webp"];break;case"25504446":t=Ne["application/pdf"];break;case"504B0304":t=Ne["application/zip"];break}return t}const qp="[object Undefined]",Jp="[object Null]",Kp="[object Boolean]",Zp="[object Number]",Qp="[object BigInt]",tg="[object String]",eg="[object Symbol]",ng="[object Function]",rg="[object GeneratorFunction]",sg="[object Array]";function Lo(n){return Object.prototype.toString.call(n)}function ig(n){const t=Lo(n);return t===qp||t===Jp||t===Kp||t===Zp||t===tg||t===eg||t===Qp}function pu(n){const t=Lo(n);return t==ng||t==rg}function gu(n){if(!wu(n))return!1;const t=/[\\^$.*+?()[\]{}|]/g,e=/^\[object .+?Constructor\]$/,r=RegExp("^"+Function.prototype.toString.call(Object.prototype.hasOwnProperty).replace(t,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");return(pu(n)?r:e).test(lg(n))}function og(n,t){return n?.[t]}function yu(n,t){const e=og(n,t);return gu(e)?e:void 0}yu(K,"Map"),yu(K,"WeakMap");function bu(n){return Lo(n)===sg}function wu(n){const t=typeof n;return!!n&&(t=="object"||t=="function")}function Fn(n){return!!n&&typeof n=="object"}function Fs(n){return Fn(n)&&!bu(n)}const vu=n=>{for(const t in n)if(Object.prototype.hasOwnProperty.call(n,t))return!1;return!0};function ag(n){return typeof Promise<"u"&&n instanceof Promise||wu(n)&&typeof n.then=="function"&&typeof n.catch=="function"}function cg(n){const t=[];for(const e in n)Object.prototype.hasOwnProperty.call(n,e)&&t.push(e);return t}function or(n,t,e=!0){if(Fs(n)&&Fs(t))for(const r of cg(t))(e||typeof n[r]>"u")&&(Fs(n[r])&&Fs(t[r])?or(n[r],t[r],e):n[r]=t[r]);return n}function hg(n,...t){return new n.constructor(...t)}function ug(n,t){return n===t||n!==n&&t!==t}function lg(n){if(n!=null){try{return Function.prototype.toString.call(n)}catch{}try{return""+n}catch{}}return""}function fg(n,t){let e;return typeof t=="string"?e=t.split("."):e=t,e.reduce((r,s)=>r!=null&&r!=null?r[s]:r,n)}function He(n,t){try{return fg(n,t)}catch{return}}function No(n,t,e){if(!n||!t)return n;let r;typeof t=="string"?r=t.split("."):r=t;let s=n;for(let i=0,o=r.length-1;i<o;i++){const a=r[i];(!(a in s)||typeof s[a]!="object"||s[a]===null)&&(s[a]=Number.isNaN(Number(r[i+1]))?{}:[]),s=s[a]}return s[r[r.length-1]]=e,n}function Or(n){return n!=null}function dg(n){return Or(n)&&n!==$p&&n!==Ro}function mg(n){return typeof n=="number"&&!Number.isNaN(n)}const pg=2**31-1;function xe(n,t){const e=parseFloat(n);return Number.isNaN(e)?typeof t=="number"?t:NaN:e}const gg=n=>typeof n=="number"&&n>=0&&Number.isFinite(n),yg=n=>gg(n)&&n>0,We=n=>yg(n)&&n===Math.floor(n),zo=n=>n===1/0||We(n);function Fo(n=1e-6){return function(t,e){return Math.abs(t-e)<n}}function Z(n,t,e){const r=Math.min(t,e),s=Math.max(t,e);return n<r?r:n>s?s:n}function bg(n,t){return(n%t+t)%t}function Bs(n,t,e){return typeof n=="number"&&typeof t=="number"?(1-e)*n+e*t:typeof n=="number"?n:typeof t=="number"?t:0}function wg(n,t,e){const r=Math.max(n.length,t.length),s=new Array(r);for(let i=0;i<r;i++)s[i]=Bs(n[i],t[i],e);return s}function vg(n,t,e){return r=>{const s=Z(r,n,t);return e==0?s:t-s<e?t:Math.round(s/e)*e}}function xg(n,t=2){return xe(n,0).toFixed(t)}function tt(n,t=2){return+xg(n,t)}function Bo(n,t){const e=hu("number-single",String(n));return{hasNumber:!!e,number:e&&!Array.isArray(e)&&e.fullMatch?parseFloat(e.fullMatch):dg(t)?t:NaN,prefix:e&&!Array.isArray(e)&&e.fullMatch?n.substring(0,e.matchIndex):"",suffix:e&&!Array.isArray(e)&&e.fullMatch?n.substring(e.matchIndex+e.fullMatch.length):""}}function xu(n){const t=hu("number",n);return t?Array.isArray(t)?t.map(e=>Number(e.fullMatch)):[Number(t.fullMatch)]:[]}function _u(n,t){for(let e=0,r=n.length;e<r;e++)if(n[e]==t)return!0;return!1}function _g(n=[],t=[]){const e=n.length,r=t.length;for(let i=0;i<r;i++)n[i]=t[i];let s=Math.max(0,e-r);for(;s>0;)n.pop(),s--;return n}function Su(n,t){const e=n.findIndex(r=>r===t);return e>=0&&n.splice(e,1),n}function Sg(n,...t){return t.forEach(e=>{_u(n,e)||n.push(e)}),n}class $s extends Array{constructor(t){super(t),this.fill(0)}}const Eu=n=>We(n)?n<=Math.pow(2,8)?Uint8Array:n<=Math.pow(2,16)?Uint16Array:n<=Math.pow(2,32)?Uint32Array:n<=Number.MAX_SAFE_INTEGER?$s:null:null;function Us(n,t){let e=n.length;for(;e--;)if(ug(n[e][0],t))return e;return-1}function Dt(){return(typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date).now()}function ar(n=new Date){return n.getTime()}function Eg(n=new Date,t="yyyy-mm-dd hh:ii:ss.SSS"){return Dg(n,t)}function Cg(n){const t=n.valueOf();return!Number.isNaN(t)}function Tg(n,t=3,e=":"){const r=Math.max(n.length,6);let s="";for(let o=0;o<r-4;o++)s+=n[o]||"0";const i=[s,""+(n[r-4]||"0")+(n[r-3]||"0"),""+(n[r-2]||"0")+(n[r-1]||"0")];switch(t){case 1:return i[0];case 2:return i[0]+e+i[1];case 3:return i[0]+e+i[1]+e+i[2]}}function Pg(n){const t=Math.max(n.length,6);let e=0;e+=(n[t-2]||0)*10+(n[t-1]||0),e+=((n[t-4]||0)*10+(n[t-3]||0))*60;let r=0;for(let s=0;s<t-4;s++)r=r*10+(n[s]||0);return e+=r*60*60,Math.floor(Math.max(0,e))}function Ag(n,t=!1){let e=0;if(typeof n=="number"?e=n:e=Pg(n),e<=0)return[0,0,0,0,0,0];const r=[],s=e%60;r.unshift(s%10),r.unshift(Math.floor(s/10)),e=Math.floor(e/60);const i=e%60;if(r.unshift(i%10),r.unshift(Math.floor(i/10)),e=Math.floor(e/60),t){const o=e%100;for(r.unshift(o%10),r.unshift(Math.floor(o/10)),e=Math.floor(e/100);e;)r.unshift(e%10),e=Math.floor(e/10)}else{const o=e%24;r.unshift(o%10),r.unshift(Math.floor(o/10))}return r}function Mg(n,t=1,e=!1){return n[n.length-1]+=t,Ag(n,e)}function Dg(n,t="yyyy-mm-dd hh:ii:ss"){if(!Cg(n))return"";const e=/(y+)/.exec(t);if(e&&e[1]){const s=e[1];t=t.replace(s,(n.getFullYear()+"").substring(4-s.length))}const r={"m+":n.getMonth()+1,"d+":n.getDate(),"h+":n.getHours(),"i+":n.getMinutes(),"s+":n.getSeconds(),"q+":Math.floor((n.getMonth()+3)/3),"S+":n.getMilliseconds()};for(const s in r){const i=new RegExp("("+s+")").exec(t);if(i&&i[1]){const o=i[1];t=t.replace(o,o.length===1?""+r[s]:("00"+r[s]).slice(-o.length))}}return t}const Cu=()=>{};function Og(...n){return n.length===0?(...t)=>t:n.length===1?n[0]:n.reduce((t,e)=>(...r)=>t(e(...r)))}function Ig(n=0,t){const e=t?.min??300,r=t?.max??6e4,s=t?.exponent??2,i=t?.factor??.5;let o=e*Math.pow(s,n);if(i){const a=Math.random(),c=Math.floor(a*i*o);o=Math.floor(a*10)&1?o+c:o-c}return Math.min(o,r)|0}function Rg(n,t={}){if(typeof n!="function")throw new TypeError("Expected a function");const e=function(...r){const s=t?.thisArg||this,i=t?.cacheKeyResolver?t.cacheKeyResolver.apply(s,r):r[0],o=e.cache;if(o.has(i))return o.get(i);const a=n.apply(s,r);return a instanceof Promise&&a.catch(()=>o.delete(i)),e.cache=o.set(i,a)||o,a};return e.cache=t?.createCache?t.createCache():new Map,e}Array.prototype.ap=function(n){return this.reduce((t,e)=>t.concat(n.map(e)),[])};function kg(){let n,t;return{promise:new Promise((e,r)=>{n=e,t=r}),resolve:n,reject:t}}function Bn(n,t=e=>console.error(e)){try{const e=n();return ag(e)?Promise.resolve(e).catch(r=>{t(r)}):e}catch(e){t(e)}}const Lg=2147483647;function Tu(n,t,e){if(typeof t!="number"||t<=0)return n;let r;const s=new Promise((i,o)=>{r=setTimeout((a,c)=>{a(new Error(c||`Timeout of ${t}ms!`))},Math.min(t,Lg),o,e)});return Promise.race([n,s]).finally(()=>{r!==void 0&&(clearTimeout(r),r=void 0)})}function Ng(n,t,e){if(!t)return n;const r=e||"Aborted!";return t.aborted?Promise.reject(new Error(r)):new Promise((s,i)=>{const o=()=>{i(new Error(r))};t.addEventListener("abort",o,{once:!0}),n.finally(()=>{t.removeEventListener("abort",o)}),n.then(s,i)})}class zg{__data__=[];size=0;constructor(t){t=t||[];const e=t.length;let r=-1;for(;++r<e;){const s=t[r];this.set(s[0],s[1])}}set(t,e){const r=this.__data__,s=Us(r,t);return s<0?(++this.size,r.push([t,e])):r[s][1]=e,this}get(t){const e=this.__data__,r=Us(e,t);return r<0?void 0:e[r][1]}has(t){return Us(this.__data__,t)>-1}delete(t){const e=this.__data__,r=Us(e,t);if(r<0)return!1;const s=e.length-1;return r==s?e.pop():Array.prototype.splice.call(e,r,1),--this.size,!0}clear(){this.__data__=[],this.size=0}*entries(){for(const t of this.__data__)yield t}*keys(){for(const t of this.__data__)yield t[0]}*values(){for(const t of this.__data__)yield t[1]}[Symbol.iterator](){return this.entries()}}const Fg=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,Pu=new Set,Bg=(n,t,e,r)=>{typeof Io.emitWarning=="function"?Io.emitWarning(n,t,e,r):console.error(`[${e}] ${t}: ${n}`)},$g=n=>!Pu.has(n);class cr{heap;length;static#a=!1;static create(t){const e=Eu(t);if(!e)return[];cr.#a=!0;const r=new cr(t,e);return cr.#a=!1,r}constructor(t,e){if(!cr.#a)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new e(t),this.length=0}push(t){this.heap[this.length++]=t}pop(){return this.heap[--this.length]}}class $o{#a;#l;#g;#D;#y;#L;#N;#b;get perf(){return this.#b}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#s;#w;#r;#n;#t;#h;#f;#c;#i;#v;#o;#x;#_;#d;#m;#S;#A;#u;#z;static unsafeExposeInternals(t){return{starts:t.#_,ttls:t.#d,autopurgeTimers:t.#m,sizes:t.#x,keyMap:t.#r,keyList:t.#n,valList:t.#t,next:t.#h,prev:t.#f,get head(){return t.#c},get tail(){return t.#i},free:t.#v,isBackgroundFetch:e=>t.#e(e),backgroundFetch:(e,r,s,i)=>t.#$(e,r,s,i),moveToTail:e=>t.#k(e),indexes:e=>t.#E(e),rindexes:e=>t.#C(e),isStale:e=>t.#p(e)}}get max(){return this.#a}get maxSize(){return this.#l}get calculatedSize(){return this.#w}get size(){return this.#s}get fetchMethod(){return this.#L}get memoMethod(){return this.#N}get dispose(){return this.#g}get onInsert(){return this.#D}get disposeAfter(){return this.#y}constructor(t){const{max:e=0,ttl:r,ttlResolution:s=1,ttlAutopurge:i,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:c,dispose:h,onInsert:u,disposeAfter:l,noDisposeOnSet:d,noUpdateTTL:f,maxSize:p=0,maxEntrySize:m=0,sizeCalculation:v,fetchMethod:g,memoMethod:b,noDeleteOnFetchRejection:x,noDeleteOnStaleGet:w,allowStaleOnFetchRejection:C,allowStaleOnFetchAbort:E,ignoreFetchAbort:O,perf:U}=t;if(U!==void 0&&typeof U?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#b=U??Fg,e!==0&&!We(e))throw new TypeError("max option must be a nonnegative integer");const R=e?Eu(e):Array;if(!R)throw new Error("invalid max value: "+e);if(this.#a=e,this.#l=p,this.maxEntrySize=m||this.#l,this.sizeCalculation=v,this.sizeCalculation){if(!this.#l&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(b!==void 0&&typeof b!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#N=b,g!==void 0&&typeof g!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#L=g,this.#A=!!g,this.#r=new Map,this.#n=Array.from({length:e}).fill(void 0),this.#t=Array.from({length:e}).fill(void 0),this.#h=new R(e),this.#f=new R(e),this.#c=0,this.#i=0,this.#v=cr.create(e),this.#s=0,this.#w=0,typeof h=="function"&&(this.#g=h),typeof u=="function"&&(this.#D=u),typeof l=="function"?(this.#y=l,this.#o=[]):(this.#y=void 0,this.#o=void 0),this.#S=!!this.#g,this.#z=!!this.#D,this.#u=!!this.#y,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!f,this.noDeleteOnFetchRejection=!!x,this.allowStaleOnFetchRejection=!!C,this.allowStaleOnFetchAbort=!!E,this.ignoreFetchAbort=!!O,this.maxEntrySize!==0){if(this.#l!==0&&!We(this.#l))throw new TypeError("maxSize must be a positive integer if specified");if(!We(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#W()}if(this.allowStale=!!c,this.noDeleteOnStaleGet=!!w,this.updateAgeOnGet=!!o,this.updateAgeOnHas=!!a,this.ttlResolution=We(s)||s===0?s:1,this.ttlAutopurge=!!i,this.ttl=r||0,this.ttl){if(!We(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#U()}if(this.#a===0&&this.ttl===0&&this.#l===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#a&&!this.#l){const j="LRU_CACHE_UNBOUNDED";$g(j)&&(Pu.add(j),Bg("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",j,$o))}}getRemainingTTL(t){return this.#r.has(t)?1/0:0}#U(){const t=new $s(this.#a),e=new $s(this.#a);this.#d=t,this.#_=e;const r=this.ttlAutopurge?Array.from({length:this.#a}):void 0;this.#m=r,this.#Y=(a,c,h=this.#b.now())=>{e[a]=c!==0?h:0,t[a]=c,s(a,c)},this.#O=a=>{e[a]=t[a]!==0?this.#b.now():0,s(a,t[a])};const s=this.ttlAutopurge?(a,c)=>{if(r?.[a]&&(clearTimeout(r[a]),r[a]=void 0),c&&c!==0&&r){const h=setTimeout(()=>{this.#p(a)&&this.#T(this.#n[a],"expire")},c+1);h.unref&&h.unref(),r[a]=h}}:()=>{};this.#P=(a,c)=>{if(t[c]){const h=t[c],u=e[c];if(!h||!u)return;a.ttl=h,a.start=u,a.now=i||o();const l=a.now-u;a.remainingTTL=h-l}};let i=0;const o=()=>{const a=this.#b.now();if(this.ttlResolution>0){i=a;const c=setTimeout(()=>i=0,this.ttlResolution);c.unref&&c.unref()}return a};this.getRemainingTTL=a=>{const c=this.#r.get(a);if(c===void 0)return 0;const h=t[c],u=e[c];if(!h||!u)return 1/0;const l=(i||o())-u;return h-l},this.#p=a=>{const c=e[a],h=t[a];return!!h&&!!c&&(i||o())-c>h}}#O=()=>{};#P=()=>{};#Y=()=>{};#p=()=>!1;#W(){const t=new $s(this.#a);this.#w=0,this.#x=t,this.#I=e=>{this.#w-=t[e],t[e]=0},this.#j=(e,r,s,i)=>{if(this.#e(r))return 0;if(!We(s))if(i){if(typeof i!="function")throw new TypeError("sizeCalculation must be a function");if(s=i(r,e),!We(s))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return s||0},this.#F=(e,r,s)=>{if(t[e]=r,this.#l){const i=this.#l-t[e];for(;this.#w>i;)this.#B(!0)}this.#w+=t[e],s&&(s.entrySize=r,s.totalCalculatedSize=this.#w)}}#I=t=>{};#F=(t,e,r)=>{};#j=(t,e,r,s)=>{if(r||s)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#E({allowStale:t=this.allowStale}={}){if(this.#s)for(let e=this.#i;this.#V(e)&&((t||!this.#p(e))&&(yield e),e!==this.#c);)e=this.#f[e]}*#C({allowStale:t=this.allowStale}={}){if(this.#s)for(let e=this.#c;this.#V(e)&&((t||!this.#p(e))&&(yield e),e!==this.#i);)e=this.#h[e]}#V(t){return t!==void 0&&this.#r.get(this.#n[t])===t}*entries(){for(const t of this.#E())this.#t[t]!==void 0&&this.#n[t]!==void 0&&!this.#e(this.#t[t])&&(yield[this.#n[t],this.#t[t]])}*rentries(){for(const t of this.#C())this.#t[t]!==void 0&&this.#n[t]!==void 0&&!this.#e(this.#t[t])&&(yield[this.#n[t],this.#t[t]])}*keys(){for(const t of this.#E()){const e=this.#n[t];e!==void 0&&!this.#e(this.#t[t])&&(yield e)}}*rkeys(){for(const t of this.#C()){const e=this.#n[t];e!==void 0&&!this.#e(this.#t[t])&&(yield e)}}*values(){for(const t of this.#E())this.#t[t]!==void 0&&!this.#e(this.#t[t])&&(yield this.#t[t])}*rvalues(){for(const t of this.#C())this.#t[t]!==void 0&&!this.#e(this.#t[t])&&(yield this.#t[t])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(t,e={}){for(const r of this.#E()){const s=this.#t[r],i=this.#e(s)?s.__staleWhileFetching:s;if(i!==void 0&&t(i,this.#n[r],this))return this.#R(this.#n[r],e)}}forEach(t,e=this){for(const r of this.#E()){const s=this.#t[r],i=this.#e(s)?s.__staleWhileFetching:s;i!==void 0&&t.call(e,i,this.#n[r],this)}}rforEach(t,e=this){for(const r of this.#C()){const s=this.#t[r],i=this.#e(s)?s.__staleWhileFetching:s;i!==void 0&&t.call(e,i,this.#n[r],this)}}purgeStale(){let t=!1;for(const e of this.#C({allowStale:!0}))this.#p(e)&&(this.#T(this.#n[e],"expire"),t=!0);return t}info(t){const e=this.#r.get(t);if(e===void 0)return;const r=this.#t[e],s=this.#e(r)?r.__staleWhileFetching:r;if(s===void 0)return;const i={value:s};if(this.#d&&this.#_){const o=this.#d[e],a=this.#_[e];if(o&&a){const c=o-(this.#b.now()-a);i.ttl=c,i.start=Date.now()}}return this.#x&&(i.size=this.#x[e]),i}dump(){const t=[];for(const e of this.#E({allowStale:!0})){const r=this.#n[e],s=this.#t[e],i=this.#e(s)?s.__staleWhileFetching:s;if(i===void 0||r===void 0)continue;const o={value:i};if(this.#d&&this.#_){o.ttl=this.#d[e];const a=this.#b.now()-this.#_[e];o.start=Math.floor(Date.now()-a)}this.#x&&(o.size=this.#x[e]),t.unshift([r,o])}return t}load(t){this.clear();for(const[e,r]of t){if(r.start){const s=Date.now()-r.start;r.start=this.#b.now()-s}this.#M(e,r.value,r)}}set(t,e,r={}){const{status:s=void 0}=r;return r.status=s,s&&(s.op="set",s.key=t,e!==void 0&&(s.value=e)),this.#M(t,e,r)}#M(t,e,r={}){const{ttl:s=this.ttl,start:i,noDisposeOnSet:o=this.noDisposeOnSet,sizeCalculation:a=this.sizeCalculation,status:c}=r;if(e===void 0)return c&&(c.set="deleted"),this.delete(t),this;let{noUpdateTTL:h=this.noUpdateTTL}=r;c&&!this.#e(e)&&(c.value=e);const u=this.#j(t,e,r.size||0,a,c);if(this.maxEntrySize&&u>this.maxEntrySize)return this.#T(t,"set"),c&&(c.set="miss",c.maxEntrySizeExceeded=!0),this;let l=this.#s===0?void 0:this.#r.get(t);if(l===void 0)l=this.#s===0?this.#i:this.#v.length!==0?this.#v.pop():this.#s===this.#a?this.#B(!1):this.#s,this.#n[l]=t,this.#t[l]=e,this.#r.set(t,l),this.#h[this.#i]=l,this.#f[l]=this.#i,this.#i=l,this.#s++,this.#F(l,u,c),c&&(c.set="add"),h=!1,this.#z&&this.#D?.(e,t,"add");else{this.#k(l);const d=this.#t[l];if(e!==d){if(this.#A&&this.#e(d)){d.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:f}=d;f!==void 0&&!o&&(this.#S&&this.#g?.(f,t,"set"),this.#u&&this.#o?.push([f,t,"set"]))}else o||(this.#S&&this.#g?.(d,t,"set"),this.#u&&this.#o?.push([d,t,"set"]));if(this.#I(l),this.#F(l,u,c),this.#t[l]=e,c){c.set="replace";const f=d&&this.#e(d)?d.__staleWhileFetching:d;f!==void 0&&(c.oldValue=f)}}else c&&(c.set="update");this.#z&&this.onInsert?.(e,t,e===d?"update":"replace")}if(s!==0&&!this.#d&&this.#U(),this.#d&&(h||this.#Y(l,s,i),c&&this.#P(c,l)),!o&&this.#u&&this.#o){const d=this.#o;let f;for(;f=d?.shift();)this.#y?.(...f)}return this}pop(){try{for(;this.#s;){const t=this.#t[this.#c];if(this.#B(!0),this.#e(t)){if(t.__staleWhileFetching)return t.__staleWhileFetching}else if(t!==void 0)return t}}finally{if(this.#u&&this.#o){const t=this.#o;let e;for(;e=t?.shift();)this.#y?.(...e)}}}#B(t){const e=this.#c,r=this.#n[e],s=this.#t[e];return this.#A&&this.#e(s)?s.__abortController.abort(new Error("evicted")):(this.#S||this.#u)&&(this.#S&&this.#g?.(s,r,"evict"),this.#u&&this.#o?.push([s,r,"evict"])),this.#I(e),this.#m?.[e]&&(clearTimeout(this.#m[e]),this.#m[e]=void 0),t&&(this.#n[e]=void 0,this.#t[e]=void 0,this.#v.push(e)),this.#s===1?(this.#c=this.#i=0,this.#v.length=0):this.#c=this.#h[e],this.#r.delete(r),this.#s--,e}has(t,e={}){const{status:r=void 0}=e;return e.status=r,r&&(r.op="has",r.key=t),this.#q(t,e)}#q(t,e={}){const{updateAgeOnHas:r=this.updateAgeOnHas,status:s}=e,i=this.#r.get(t);if(i!==void 0){const o=this.#t[i];if(this.#e(o)&&o.__staleWhileFetching===void 0)return!1;if(this.#p(i))s&&(s.has="stale",this.#P(s,i));else return r&&this.#O(i),s&&(s.has="hit",this.#P(s,i)),!0}else s&&(s.has="miss");return!1}peek(t,e={}){const{status:r=void 0}=e;return r&&(r.op="peek",r.key=t),e.status=r,this.#J(t,e)}#J(t,e){const{status:r,allowStale:s=this.allowStale}=e,i=this.#r.get(t);if(i===void 0||!s&&this.#p(i)){r&&(r.peek=i===void 0?"miss":"stale");return}const o=this.#t[i],a=this.#e(o)?o.__staleWhileFetching:o;return r&&(a!==void 0?(r.peek="hit",r.value=a):r.peek="miss"),a}#$(t,e,r,s){const i=e===void 0?void 0:this.#t[e];if(this.#e(i))return i;const o=new AbortController,{signal:a}=r;a?.addEventListener("abort",()=>o.abort(a.reason),{signal:o.signal});const c={signal:o.signal,options:r,context:s},h=(m,v=!1)=>{const{aborted:g}=o.signal,b=r.ignoreFetchAbort&&m!==void 0,x=r.ignoreFetchAbort||!!(r.allowStaleOnFetchAbort&&m!==void 0);if(r.status&&(g&&!v?(r.status.fetchAborted=!0,r.status.fetchError=o.signal.reason,b&&(r.status.fetchAbortIgnored=!0)):r.status.fetchResolved=!0),g&&!b&&!v)return l(o.signal.reason,x);const w=f,C=this.#t[e];return(C===f||C===void 0&&b&&v)&&(m===void 0?w.__staleWhileFetching!==void 0?this.#t[e]=w.__staleWhileFetching:this.#T(t,"fetch"):(r.status&&(r.status.fetchUpdated=!0),this.#M(t,m,c.options))),m},u=m=>(r.status&&(r.status.fetchRejected=!0,r.status.fetchError=m),l(m,!1)),l=(m,v)=>{const{aborted:g}=o.signal,b=g&&r.allowStaleOnFetchAbort,x=b||r.allowStaleOnFetchRejection,w=x||r.noDeleteOnFetchRejection,C=f;if(this.#t[e]===f&&(!w||!v&&C.__staleWhileFetching===void 0?this.#T(t,"fetch"):b||(this.#t[e]=C.__staleWhileFetching)),x)return r.status&&C.__staleWhileFetching!==void 0&&(r.status.returnedStale=!0),C.__staleWhileFetching;if(C.__returned===C)throw m},d=(m,v)=>{const g=this.#L?.(t,i,c);g&&g instanceof Promise&&g.then(b=>m(b===void 0?void 0:b),v),o.signal.addEventListener("abort",()=>{(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort)&&(m(void 0),r.allowStaleOnFetchAbort&&(m=b=>h(b,!0)))})};r.status&&(r.status.fetchDispatched=!0);const f=new Promise(d).then(h,u),p=Object.assign(f,{__abortController:o,__staleWhileFetching:i,__returned:void 0});return e===void 0?(this.#M(t,p,{...c.options,status:void 0}),e=this.#r.get(t)):this.#t[e]=p,p}#e(t){if(!this.#A)return!1;const e=t;return!!e&&e instanceof Promise&&Object.prototype.hasOwnProperty.call(e,"__staleWhileFetching")&&e.__abortController instanceof AbortController}fetch(t,e={}){const{status:r=void 0}=e;return e.status=r,r&&e.context&&(r.context=e.context),this.#G(t,e)}async#G(t,e={}){const{allowStale:r=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:i=this.noDeleteOnStaleGet,ttl:o=this.ttl,noDisposeOnSet:a=this.noDisposeOnSet,size:c=0,sizeCalculation:h=this.sizeCalculation,noUpdateTTL:u=this.noUpdateTTL,noDeleteOnFetchRejection:l=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:d=this.allowStaleOnFetchRejection,ignoreFetchAbort:f=this.ignoreFetchAbort,allowStaleOnFetchAbort:p=this.allowStaleOnFetchAbort,context:m,forceRefresh:v=!1,status:g,signal:b}=e;if(g&&(g.op="fetch",g.key=t,v&&(g.forceRefresh=!0)),!this.#A)return g&&(g.fetch="get"),this.#R(t,{allowStale:r,updateAgeOnGet:s,noDeleteOnStaleGet:i,status:g});const x={allowStale:r,updateAgeOnGet:s,noDeleteOnStaleGet:i,ttl:o,noDisposeOnSet:a,size:c,sizeCalculation:h,noUpdateTTL:u,noDeleteOnFetchRejection:l,allowStaleOnFetchRejection:d,allowStaleOnFetchAbort:p,ignoreFetchAbort:f,status:g,signal:b},w=this.#r.get(t);if(w===void 0){g&&(g.fetch="miss");const C=this.#$(t,w,x,m);return C.__returned=C}else{const C=this.#t[w];if(this.#e(C)){const R=r&&C.__staleWhileFetching!==void 0;return g&&(g.fetch="inflight",R&&(g.returnedStale=!0)),R?C.__staleWhileFetching:C.__returned=C}const E=this.#p(w);if(!v&&!E)return g&&(g.fetch="hit"),this.#k(w),s&&this.#O(w),g&&this.#P(g,w),C;const O=this.#$(t,w,x,m),U=O.__staleWhileFetching!==void 0&&r;return g&&(g.fetch=E?"stale":"refresh",U&&E&&(g.returnedStale=!0)),U?O.__staleWhileFetching:O.__returned=O}}forceFetch(t,e={}){const{status:r=void 0}=e;return e.status=r,r&&e.context&&(r.context=e.context),this.#K(t,e)}async#K(t,e={}){const r=await this.#G(t,e);if(r===void 0)throw new Error("fetch() returned undefined");return r}memo(t,e={}){const{status:r=void 0}=e;e.status=r,r&&(r.op="memo",r.key=t,e.context&&(r.context=e.context));const s=this.#Z(t,e);return r&&(r.value=s),s}#Z(t,e={}){const r=this.#N;if(!r)throw new Error("no memoMethod provided to constructor");const{context:s,status:i,forceRefresh:o,...a}=e;i&&o&&(i.forceRefresh=!0);const c=this.#R(t,a),h=o||c===void 0;if(i&&(i.memo=h?"miss":"hit",h||(i.value=c)),!h)return c;const u=r(t,c,{options:a,context:s});return i&&(i.value=u),this.#M(t,u,a),u}get(t,e={}){const{status:r=void 0}=e;e.status=r,r&&(r.op="get",r.key=t);const s=this.#R(t,e);return r&&s!==void 0&&(r.value=s),s}#R(t,e={}){const{allowStale:r=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:i=this.noDeleteOnStaleGet,status:o}=e,a=this.#r.get(t);if(a===void 0){o&&(o.get="miss");return}const c=this.#t[a],h=this.#e(c);return o&&this.#P(o,a),this.#p(a)?h?(o&&(o.get="stale-fetching"),r&&c.__staleWhileFetching!==void 0?(o&&(o.returnedStale=!0),c.__staleWhileFetching):void 0):(i||this.#T(t,"expire"),o&&(o.get="stale"),r?(o&&(o.returnedStale=!0),c):void 0):(o&&(o.get=h?"fetching":"hit"),this.#k(a),s&&this.#O(a),h?c.__staleWhileFetching:c)}#X(t,e){this.#f[e]=t,this.#h[t]=e}#k(t){t!==this.#i&&(t===this.#c?this.#c=this.#h[t]:this.#X(this.#f[t],this.#h[t]),this.#X(this.#i,t),this.#i=t)}delete(t){return this.#T(t,"delete")}#T(t,e){let r=!1;if(this.#s!==0){const s=this.#r.get(t);if(s!==void 0)if(this.#m?.[s]&&(clearTimeout(this.#m?.[s]),this.#m[s]=void 0),r=!0,this.#s===1)this.#H(e);else{this.#I(s);const i=this.#t[s];if(this.#e(i)?i.__abortController.abort(new Error("deleted")):(this.#S||this.#u)&&(this.#S&&this.#g?.(i,t,e),this.#u&&this.#o?.push([i,t,e])),this.#r.delete(t),this.#n[s]=void 0,this.#t[s]=void 0,s===this.#i)this.#i=this.#f[s];else if(s===this.#c)this.#c=this.#h[s];else{const o=this.#f[s];this.#h[o]=this.#h[s];const a=this.#h[s];this.#f[a]=this.#f[s]}this.#s--,this.#v.push(s)}}if(this.#u&&this.#o?.length){const s=this.#o;let i;for(;i=s?.shift();)this.#y?.(...i)}return r}clear(){return this.#H("delete")}#H(t){for(const e of this.#C({allowStale:!0})){const r=this.#t[e];if(this.#e(r))r.__abortController.abort(new Error("deleted"));else{const s=this.#n[e];this.#S&&this.#g?.(r,s,t),this.#u&&this.#o?.push([r,s,t])}}if(this.#r.clear(),this.#t.fill(void 0),this.#n.fill(void 0),this.#d&&this.#_){this.#d.fill(0),this.#_.fill(0);for(const e of this.#m??[])e!==void 0&&clearTimeout(e);this.#m?.fill(void 0)}if(this.#x&&this.#x.fill(0),this.#c=0,this.#i=0,this.#v.length=0,this.#w=0,this.#s=0,this.#u&&this.#o){const e=this.#o;let r;for(;r=e?.shift();)this.#y?.(...r)}}}class Uo{data;expirationMap=new Map;immortalKeys=new Set;expirations=Object.create(null);ttl;max;updateAgeOnGet;checkAgeOnGet;updateAgeOnHas;checkAgeOnHas;noUpdateTTL;dispose;noDisposeOnSet;timer;timerExpiration;constructor({ttl:t=1/0,max:e=1/0,updateAgeOnGet:r=!1,checkAgeOnGet:s=!1,updateAgeOnHas:i=!1,checkAgeOnHas:o=!1,noUpdateTTL:a=!1,dispose:c,noDisposeOnSet:h=!1}={},u=new Map){if(t!==void 0&&!zo(t))throw new TypeError("ttl must be positive integer or Infinity if set");if(!zo(e))throw new TypeError("max must be positive integer or Infinity");if(this.data=u,this.ttl=t,this.max=e,this.updateAgeOnGet=!!r,this.checkAgeOnGet=!!s,this.updateAgeOnHas=!!i,this.checkAgeOnHas=!!o,this.noUpdateTTL=!!a,this.noDisposeOnSet=!!h,c!==void 0){if(typeof c!="function")throw new TypeError("dispose must be function if set");this.dispose=c}else this.dispose=(l,d,f)=>{};this.timer=void 0,this.timerExpiration=void 0}get size(){return this.data.size}setTimer(t,e){if(this.timerExpiration&&this.timerExpiration<t)return;this.timer&&clearTimeout(this.timer);const r=setTimeout(()=>{this.timer=void 0,this.timerExpiration=void 0,this.purgeStale();for(const s in this.expirations){const i=Number(s);this.setTimer(i,i-Dt());break}},Math.min(pg,Math.max(0,e)));r.unref&&r.unref(),this.timerExpiration=t,this.timer=r}cancelTimer(){this.timer&&(clearTimeout(this.timer),this.timerExpiration=void 0,this.timer=void 0)}clear(){const t=this.dispose!==Uo.prototype.dispose?[...this]:[];this.data.clear(),this.expirationMap.clear(),this.cancelTimer(),this.expirations=Object.create(null);for(const[e,r]of t)this.dispose(r,e,"delete")}setTTL(t,e=this.ttl){const r=this.expirationMap.get(t);if(r!==void 0){const s=this.expirations[r];!s||s.length<=1?delete this.expirations[r]:this.expirations[r]=s.filter(i=>i!==t)}if(e&&e!==1/0){this.immortalKeys.delete(t);const s=Math.floor(Dt()+e);this.expirationMap.set(t,s),this.expirations[s]||(this.expirations[s]=[],this.setTimer(s,e)),this.expirations[s].push(t)}else this.immortalKeys.add(t),this.expirationMap.set(t,1/0)}set(t,e,{ttl:r=this.ttl,noUpdateTTL:s=this.noUpdateTTL,noDisposeOnSet:i=this.noDisposeOnSet}={}){if(!zo(r))throw new TypeError("ttl must be positive integer or Infinity");if(this.expirationMap.has(t)){s||this.setTTL(t,r);const o=this.data.get(t),a=!i&&this.data.has(t);o!==e&&(this.data.set(t,e),a&&this.dispose(o,t,"set"))}else this.setTTL(t,r),this.data.set(t,e);for(;this.size>this.max;)this.purgeToCapacity();return this}has(t,{checkAgeOnHas:e=this.checkAgeOnHas,ttl:r=this.ttl,updateAgeOnHas:s=this.updateAgeOnHas}={}){return this.data.has(t)?e&&this.getRemainingTTL(t)===0?(this.delete(t),!1):(s&&this.setTTL(t,r),!0):!1}getRemainingTTL(t){const e=this.expirationMap.get(t);return e===1/0?1/0:e!==void 0?Math.max(0,Math.ceil(e-Dt())):0}get(t,{updateAgeOnGet:e=this.updateAgeOnGet,ttl:r=this.ttl,checkAgeOnGet:s=this.checkAgeOnGet}={}){const i=this.data.get(t);if(s&&this.getRemainingTTL(t)===0){this.delete(t);return}return e&&this.setTTL(t,r),i}delete(t){const e=this.expirationMap.get(t);if(e!==void 0){const r=this.data.get(t);this.data.delete(t),this.expirationMap.delete(t),this.immortalKeys.delete(t);const s=this.expirations[e];return s&&(s.length<=1?delete this.expirations[e]:this.expirations[e]=s.filter(i=>i!==t)),this.dispose(r,t,"delete"),this.size===0&&this.cancelTimer(),!0}return!1}purgeToCapacity(){if(!(this.size<=this.max))for(const t in this.expirations){const e=this.expirations[t];if(this.size-e.length>=this.max){delete this.expirations[t];const r=[];for(const s of e)r.push([s,this.data.get(s)]),this.data.delete(s),this.expirationMap.delete(s);for(const[s,i]of r)this.dispose(i,s,"evict")}else{const r=this.size-this.max,s=[];for(const i of e.splice(0,r))s.push([i,this.data.get(i)]),this.data.delete(i),this.expirationMap.delete(i);for(const[i,o]of s)this.dispose(o,i,"evict")}}}purgeStale(){const t=Math.ceil(Dt());for(const e in this.expirations){if(e==="Infinity"||Number(e)>t)return;const r=[...this.expirations[e]||[]],s=[];delete this.expirations[e];for(const i of r)s.push([i,this.data.get(i)]),this.data.delete(i),this.expirationMap.delete(i);for(const[i,o]of s)this.dispose(o,i,"expire")}this.size===0&&this.cancelTimer()}*entries(){for(const t in this.expirations)for(const e of this.expirations[t])yield[e,this.data.get(e)];for(const t of this.immortalKeys)yield[t,this.data.get(t)]}*keys(){for(const t in this.expirations)for(const e of this.expirations[t])yield e;for(const t of this.immortalKeys)yield t}*values(){for(const t in this.expirations)for(const e of this.expirations[t])yield this.data.get(e);for(const t of this.immortalKeys)yield this.data.get(t)}[Symbol.iterator](){return this.entries()}firstKey(){return this.keys().next().value}}const $n={branch:"├",lastBranch:"└",line:"│",empty:" "};function Ys(n,t={}){const{showValues:e=!0,hideFunctions:r=!1,lineBreak:s=`\r
|
|
11
|
-
`,maxDeep:i}=t,o=[],a=new WeakSet;function c(u,l="",d=0){if(typeof u=="string"){o.push(l+'"'+u+'"');return}if(typeof u!="object"||u===null){e&&o.push(l+String(u));return}if(i&&d>=i){Array.isArray(n)?o.push("[...OverMaxDeep]"):o.push("{...OverMaxDeep}");return}if(a.has(u)){o.push(l+"[Circular]");return}a.add(u);const f=Object.keys(u).filter(p=>!(r&&typeof u[p]=="function"));f.forEach((p,m)=>{const v=u[p],g=m===f.length-1,b=d===0&&m===0?"":l,x=g?$n.lastBranch:$n.branch,w=p.trim()===""?"":p;let C=b+x+(w?" "+w:"");const E=p.trim()!=="";if(v&&typeof v=="object"&&a.has(v))o.push(C+(E?": ":C?" ":"")+"[Circular]");else if(v&&typeof v=="object"&&!Array.isArray(v)){o.push(C);const O=g?$n.empty:$n.line,U=b+O+" ";c(v,U,d+1)}else if(Array.isArray(v)){o.push(C+(E?": ":C?" ":"")+"[Array("+v.length+")]");const O=g?$n.empty:$n.line,U=b+O+" ";c(v,U,d+1)}else if(e){const O=typeof v=="function"?"[Function]":typeof v=="string"?'"'+String(v)+'"':String(v);C+=(E?": ":C?" ":"")+O,o.push(C)}else o.push(C)})}const h=Object.keys(n);if(h.length===0)return"(empty)";if(h.length===1&&h[0]!==void 0&&h[0].trim()===""&&typeof n[h[0]]=="string"){const u=h[0],l=$n.lastBranch,d=n[u],f=typeof d=="function"?"[Function]":typeof d=="string"?'"'+d+'"':String(d);return l+" "+f}return c(n),s+o.join(s)}function Au(n="verbose"){let t=-1;switch(n){case"verbose":t=0;break;case"debug":t=1;break;case"info":t=2;break;case"warn":t=3;break;case"error":t=4;break}return t}function Ug(n="verbose"){K.OPEN_LOG_LEVEL=Au(n)}function Mu(){K.OPEN_LOG_LEVEL=-1}function Yg(n){K.LOG_UPLOAD_FN=n}Mu();function Ir(n="verbose"){return K.OPEN_LOG_LEVEL<=Au(n)}function Yo(n){K.LOG_UPLOAD_FN&&K.LOG_UPLOAD_FN(n)}function gn(n,t=""){try{if(Yo({level:"info",msg:n,type:t}),!Ir("info"))return;console.log(n)}catch{}}function _e(n,t=""){try{if(Yo({level:"warn",msg:n,type:t}),!Ir("warn"))return;console.warn(n)}catch{}}function jg(n,t=""){try{if(Yo({level:"error",msg:n,type:t}),!Ir("error"))return;console.error(n)}catch{}}const Du={start:n=>{Ir("verbose")&&(!console||typeof console!="object"||typeof console.groupCollapsed!="function"||console.groupCollapsed(n))},end:()=>{!console||typeof console!="object"||typeof console.groupEnd!="function"||console.groupEnd()}},Ou={start:n=>{Ir("verbose")&&(!console||typeof console!="object"||typeof console.time!="function"||console.time(n))},end:n=>{!console||typeof console!="object"||typeof console.timeEnd!="function"||console.timeEnd(n)}};function js(n){if(typeof MessageChannel<"u"&&(gu(MessageChannel)||MessageChannel.toString()==="[object MessageChannelConstructor]")){const{port1:t,port2:e}=new MessageChannel;t.onmessage=()=>{t.onmessage=null,n()},e.postMessage(null)}else setTimeout(n,0)}async function Vg(){return new Promise(n=>{js(n)})}if(K.requestAnimationFrame=K.requestAnimationFrame||K.webkitRequestAnimationFrame||K.mozRequestAnimationFrame||K.oRequestAnimationFrame||K.msRequestAnimationFrame,K.cancelAnimationFrame=K.cancelAnimationFrame||K.webkitCancelAnimationFrame||K.mozCancelAnimationFrame||K.oCancelAnimationFrame||K.msCancelAnimationFrame,!K.requestAnimationFrame){let n=Dt();K.requestAnimationFrame=t=>{const e=Dt(),r=Math.max(0,16-(e-n)),s=K.setTimeout(()=>{t(e+r)},r);return n=e+r,s}}K.cancelAnimationFrame||(K.cancelAnimationFrame=n=>{K.clearTimeout(n)});const Vs=K.requestAnimationFrame,Gg=K.cancelAnimationFrame;function Xg(n){let t=!0,e=Vs(function r(s){t&&n(s)&&(e=Vs(r))});return()=>{t=!1,Gg(e)}}K.requestIdleCallback=K.requestIdleCallback||function(n,t){const e=Dt();return setTimeout(()=>{const r=Dt()-e,s={didTimeout:typeof t?.timeout!="number"?!1:r>t.timeout,timeRemaining:()=>Math.max(0,50-r)};n(s)},t?.timeout)},K.cancelIdleCallback=K.cancelIdleCallback||function(n){clearTimeout(n)},K.requestIdleCallback,K.cancelIdleCallback;let Rr=33,qe=33,Gs=0,kr=0,jo=!1;function Iu(n){jo||(jo=!0,Vs(t=>{jo=!1,Gs=t,kr===0&&(kr=Gs+qe);let e=qe+Gs-kr;e<qe&&Rr<qe?(e<8&&(e=8),qe=Math.max(e,Rr)):e>qe&&Rr>qe&&(qe=Math.min(e,Rr)),Rr=e,kr=Gs+qe,js(()=>{n(kr),Iu(n)})}))}function Vo(n){const t=n?.maxIterations||1e4,e=!!n?.tracing,r=n?.onTrace||(f=>{const p=" ".repeat(f.depth);console.log(`${p}emit#${f.id} parent=${f.parentId} source=${f.source}`)}),s=[];let i=0,o=0;const a=new Set,c=f=>(a.add(f),()=>{a.delete(f)});let h;function u(f,p){const m=h,v={id:String(++i),dataset:f,source:p,createdAt:Dt(),parentId:m?.id,depth:m?m.depth+1:0};s.push(v)}let l=!1;function d(){if(l)return;l=!0;let f=0;try{for(;o<s.length;){if(++f>t)throw new Error("Possible infinite signal loop detected");const p=s[o],m=h;h=p,e&&r(p);const v=Array.from(a);for(const g of v)try{g(...p.dataset)}catch(b){js(()=>{throw b})}h=m,o++}}finally{l=!1,o>=s.length&&(s.length=0,o=0)}}return{subscribe:c,once(f){const p=c((...m)=>{p(),f(...m)});return p},emit(...f){u(f),d()},emitFrom(f,...p){u(p,f),d()},clear(){a.clear()}}}function Hg(n={}){const{concurrency:t=1/0,maxWorkerRunTime:e=6e4}=n;let r=1/0;const s=()=>r===1/0||Dt()<r,i=R=>{r=Dt()+R,h()};let o=s()?0:1;const a=()=>o>0,c=()=>{o++},h=()=>{o>0&&o--,O()},u=()=>!a()&&!s(),l=async()=>{u()&&await Vg()};let d=0,f=[];const p=new Set,m=new Set;let v=0,g=[],b=[];const x=()=>{v===0&&(g.forEach(R=>R()),g=[],f.length===0&&(b.forEach(R=>R()),b=[]))},w=R=>{if(R.signal){if(R.signal.aborted)return R.resultReject("Cancel by Aborted!"),R;R.abortHandler=()=>{R.resultReject("Cancel by Abort!"),f=f.filter(j=>j.id!==R.id),x()},R.signal.addEventListener("abort",R.abortHandler,{once:!0})}if(f.filter(j=>R.invalidates?.includes(j.id)).forEach(j=>{j.resultReject("Cancel by invalidates!")}),f=f.filter(j=>!R.invalidates?.includes(j.id)),R.fold){const j=f.findIndex(H=>H.id===R.id);if(j!==-1){const H=f[j],V=R.fold(H,R);return H.dataset=V.dataset,H}else return f.push(R),R}else return f.push(R),R},C=()=>{if(f.length===0)return;let R=-1,j;for(let H=0,V=f.length;H<V;H++){const lt=f[H];(!j||lt.niceness<j.niceness)&&(R=H,j=lt)}return f.splice(R,1),j};let E=!1;const O=()=>{E||a()||(E=!0,js(()=>{for(E=!1;f.length>0&&m.size>0&&v<t&&!a();){const R=C(),j=mg(R.deadline)&&Dt()>=R.deadline,H=R.niceness==ks.immediate;if(!s()&&!j&&!H){w(R),O();break}if(R.signal?.aborted){R.resultReject("Cancel by Aborted!"),x();continue}v++;const V=m.values().next().value;m.delete(V),Ng(Tu(Promise.resolve(V(...R.dataset)),e),R.signal).then(lt=>{R.resultResolve(lt)}).catch(lt=>{R.retry>0?(R.retry--,w(R)):R.resultReject(lt)}).finally(async()=>{p.has(V)&&m.add(V),R.signal&&R.abortHandler&&R.signal.removeEventListener("abort",R.abortHandler),v--,x(),O()})}}))},U=R=>(p.add(R),m.add(R),O(),()=>{p.delete(R),m.delete(R)});return{put(...R){const j=R[R.length-1]||{};let H={};("niceness"in j||"deadline"in j||"retry"in j||"signal"in j||"invalidates"in j||"fold"in j)&&(H=R.pop());const V=kg(),lt=w({id:String(++d),dataset:R,createdAt:Dt(),result:V.promise,resultResolve:V.resolve,resultReject:V.reject,niceness:H.niceness??ks.normal,deadline:H.deadline??Ro,retry:H.retry??0,signal:H.signal});return O(),lt},cancel(R){f=f.filter(j=>j.id!==R.id),R.signal&&R.abortHandler&&R.signal.removeEventListener("abort",R.abortHandler),x()},clear(){for(const R of f)R.signal&&R.abortHandler&&R.signal.removeEventListener("abort",R.abortHandler),R.resultReject(new Error("Cleared"));f.length=0,x()},run:U,once(R){const j=U((...H)=>{try{return R(...H)}finally{j()}});return j},async onDrain(){if(!(v===0&&f.length===0))return new Promise(R=>{b.push(R)})},async onIdle(){if(v!==0)return new Promise(R=>{g.push(R)})},pause:c,resume:h,get paused(){return a()},startFrame:i,yieldIfNeeded:l}}class Wg{pool;concurrency;maxWorkerRunTime;constructor(t={concurrency:1}){this.concurrency=t.concurrency??1,this.maxWorkerRunTime=t.maxWorkerRunTime??6e4,this.pool=Hg({concurrency:this.concurrency,maxWorkerRunTime:this.maxWorkerRunTime});for(let e=0;e<this.concurrency;e++)this.pool.run(async function(r){return await r()})}cancel(t){this.pool.cancel(t)}clear(){this.pool.clear()}get paused(){return this.pool.paused}startFrame(t){this.pool.startFrame(t)}async immediate(t){try{return this.pool.pause(),await this.pool.onIdle(),await Tu(Promise.resolve(t()),this.maxWorkerRunTime)}finally{this.pool.resume()}}asap(t,e){return this.pool.put(t,{niceness:e?.niceness??ks.normal,deadline:typeof e?.timeout=="number"?Dt()+e?.timeout:Ro})}}class qg{pool;started=!1;constructor(t={concurrency:1}){this.pool=new Wg(t),this.pool.startFrame(0)}clear(){this.pool.clear()}start(){this.started||(this.started=!0,Iu(t=>{this.pool.startFrame(t-Dt())}))}async idle(t,e){return this.start(),await this.pool.asap(t,{niceness:ks.idle,timeout:e}).result}}const Ru=new qg,Jg=Ru.idle.bind(Ru);class Go{events;constructor(){this.events={}}isEmpty(t){return this.events[t]==null||this.events[t].length==0}has(t,e){return this.events[t]!==void 0&&this.events[t].indexOf(e)!==-1}prependListener(t,e,r){return this.events[t]||(this.events[t]=[]),this.events[t].unshift(r?e.bind(r):e),this}addListener(t,e,r){return this.events[t]||(this.events[t]=[]),this.events[t].push(r?e.bind(r):e),this}on(t,e,r){return this.addListener(t,e,r),this}removeListener(t,e){return this.events[t]&&(this.events[t]=this.events[t].filter(r=>r!==e)),this}off(t,e){return this.removeListener(t,e),this}removeAllListeners(t){return t?this.events[t]=[]:this.events={},this}emit(t,...e){return this.events[t]&&this.events[t].slice(0).forEach(r=>{r(...e)}),this}once(t,e,r){const s=(...i)=>{r?e.apply(r,i):e(...i),this.off(t,s)};return this.on(t,s),this}}var Xo=function(n,t){return Xo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])},Xo(n,t)};function Ho(n,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Xo(n,t);function e(){this.constructor=n}n.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}function ku(n){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&n[t],r=0;if(e)return e.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Wo(n,t){var e=typeof Symbol=="function"&&n[Symbol.iterator];if(!e)return n;var r=e.call(n),s,i=[],o;try{for(;(t===void 0||t-- >0)&&!(s=r.next()).done;)i.push(s.value)}catch(a){o={error:a}}finally{try{s&&!s.done&&(e=r.return)&&e.call(r)}finally{if(o)throw o.error}}return i}function qo(n,t,e){if(e||arguments.length===2)for(var r=0,s=t.length,i;r<s;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return n.concat(i||Array.prototype.slice.call(t))}function Je(n){return typeof n=="function"}function Kg(n){var t=function(r){Error.call(r),r.stack=new Error().stack},e=n(t);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var Jo=Kg(function(n){return function(t){n(this),this.message=t?t.length+` errors occurred during unsubscription:
|
|
12
|
-
`+t.map(function(e,
|
|
13
|
-
`):"",this.name="UnsubscriptionError",this.errors=t}});function Lu(n,t){if(n){var e=n.indexOf(t);0<=e&&n.splice(e,1)}}var Ko=function(){function n(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return n.prototype.unsubscribe=function(){var t,e,r,s,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=ku(o),c=a.next();!c.done;c=a.next()){var h=c.value;h.remove(this)}}catch(m){t={error:m}}finally{try{c&&!c.done&&(e=a.return)&&e.call(a)}finally{if(t)throw t.error}}else o.remove(this);var u=this.initialTeardown;if(Je(u))try{u()}catch(m){i=m instanceof Jo?m.errors:[m]}var l=this._finalizers;if(l){this._finalizers=null;try{for(var d=ku(l),f=d.next();!f.done;f=d.next()){var p=f.value;try{zu(p)}catch(m){i=i??[],m instanceof Jo?i=qo(qo([],Wo(i)),Wo(m.errors)):i.push(m)}}}catch(m){r={error:m}}finally{try{f&&!f.done&&(s=d.return)&&s.call(d)}finally{if(r)throw r.error}}}if(i)throw new Jo(i)}},n.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)zu(t);else{if(t instanceof n){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},n.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},n.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},n.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Lu(e,t)},n.prototype.remove=function(t){var e=this._finalizers;e&&Lu(e,t),t instanceof n&&t._removeParent(this)},n.EMPTY=function(){var t=new n;return t.closed=!0,t}(),n}();Ko.EMPTY;function Nu(n){return n instanceof Ko||n&&"closed"in n&&Je(n.remove)&&Je(n.add)&&Je(n.unsubscribe)}function zu(n){Je(n)?n():n.unsubscribe()}var Fu={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Zg={setTimeout:function(n,t){for(var e=[],r=2;r<arguments.length;r++)e[r-2]=arguments[r];return setTimeout.apply(void 0,qo([n,t],Wo(e)))},clearTimeout:function(n){return clearTimeout(n)},delegate:void 0};function Qg(n){Zg.setTimeout(function(){throw n})}function Bu(){}function t0(n){n()}var Zo=function(n){Ho(t,n);function t(e){var r=n.call(this)||this;return r.isStopped=!1,e?(r.destination=e,Nu(e)&&e.add(r)):r.destination=s0,r}return t.create=function(e,r,s){return new ta(e,r,s)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Ko),e0=Function.prototype.bind;function Qo(n,t){return e0.call(n,t)}var n0=function(){function n(t){this.partialObserver=t}return n.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(r){Xs(r)}},n.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(r){Xs(r)}else Xs(t)},n.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){Xs(e)}},n}(),ta=function(n){Ho(t,n);function t(e,r,s){var i=n.call(this)||this,o;if(Je(e)||!e)o={next:e??void 0,error:r??void 0,complete:s??void 0};else{var a;i&&Fu.useDeprecatedNextContext?(a=Object.create(e),a.unsubscribe=function(){return i.unsubscribe()},o={next:e.next&&Qo(e.next,a),error:e.error&&Qo(e.error,a),complete:e.complete&&Qo(e.complete,a)}):o=e}return i.destination=new n0(o),i}return t}(Zo);function Xs(n){Qg(n)}function r0(n){throw n}var s0={closed:!0,next:Bu,error:r0,complete:Bu},i0=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function o0(n){return n}function a0(n){return n.length===0?o0:n.length===1?n[0]:function(t){return n.reduce(function(e,r){return r(e)},t)}}(function(){function n(t){t&&(this._subscribe=t)}return n.prototype.lift=function(t){var e=new n;return e.source=this,e.operator=t,e},n.prototype.subscribe=function(t,e,r){var s=this,i=h0(t)?t:new ta(t,e,r);return t0(function(){var o=s,a=o.operator,c=o.source;i.add(a?a.call(i,c):c?s._subscribe(i):s._trySubscribe(i))}),i},n.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},n.prototype.forEach=function(t,e){var r=this;return e=$u(e),new e(function(s,i){var o=new ta({next:function(a){try{t(a)}catch(c){i(c),o.unsubscribe()}},error:i,complete:s});r.subscribe(o)})},n.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},n.prototype[i0]=function(){return this},n.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return a0(t)(this)},n.prototype.toPromise=function(t){var e=this;return t=$u(t),new t(function(r,s){var i;e.subscribe(function(o){return i=o},function(o){return s(o)},function(){return r(i)})})},n.create=function(t){return new n(t)},n})();function $u(n){var t;return(t=n??Fu.Promise)!==null&&t!==void 0?t:Promise}function c0(n){return n&&Je(n.next)&&Je(n.error)&&Je(n.complete)}function h0(n){return n&&n instanceof Zo||c0(n)&&Nu(n)}(function(n){Ho(t,n);function t(e,r,s,i,o,a){var c=n.call(this,e)||this;return c.onFinalize=o,c.shouldUnsubscribe=a,c._next=r?function(h){try{r(h)}catch(u){e.error(u)}}:n.prototype._next,c._error=i?function(h){try{i(h)}catch(u){e.error(u)}finally{this.unsubscribe()}}:n.prototype._error,c._complete=s?function(){try{s()}catch(h){e.error(h)}finally{this.unsubscribe()}}:n.prototype._complete,c}return t.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;n.prototype.unsubscribe.call(this),!r&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},t})(Zo);function u0(){const n=K.navigator?.userAgent,t=n.indexOf("MSIE ");if(t>0)return parseInt(n.substring(t+5,n.indexOf(".",t)),10);if(n.indexOf("Trident/")>0){const r=n.indexOf("rv:");return parseInt(n.substring(r+3,n.indexOf(".",r)),10)}const e=n.indexOf("Edge/");return e>0?parseInt(n.substring(e+5,n.indexOf(".",e)),10):-1}u0(),K.document&&K.document.documentMode&&K.document.documentMode,K.document&&K.document.documentMode&&K.document.documentMode,K.document&&K.document.documentMode&&K.document.documentMode,!!(K.Worker&&K.Blob&&K.Promise&&K.OffscreenCanvas&&K.OffscreenCanvasRenderingContext2D&&K.HTMLCanvasElement&&K.HTMLCanvasElement.prototype.transferControlToOffscreen&&K.URL&&K.URL.createObjectURL);const l0=(()=>{if(!K.OffscreenCanvas)return!1;const n=new OffscreenCanvas(1,1),t=n.getContext("2d");if(!t)return!1;t.fillRect(0,0,1,1);const e=n.transferToImageBitmap();try{t.createPattern(e,"no-repeat")}catch{return!1}return!0})(),Uu=K.crypto;Uu?.subtle;function Yu(){try{return Uu.randomUUID()}catch{let n=new Date().getTime();return"xxxxxxxx-xxxx-xxxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){const e=(n+Math.random()*16)%16|0;return n=Math.floor(n/16),(t=="x"?e:e&3|8).toString(16)})}}const f0="\uFEFF";function d0(n){return n.startsWith(f0)?n.slice(1):n}function m0(n){try{return{ok:!0,value:JSON.parse(d0(n))}}catch{return{ok:!1}}}Rg(m0,{createCache:()=>new $o({max:50}),cacheKeyResolver:n=>n});const ea=10,ju=(n=0)=>t=>`\x1B[${t+n}m`,Vu=(n=0)=>t=>`\x1B[${38+n};5;${t}m`,Gu=(n=0)=>(t,e,r)=>`\x1B[${38+n};2;${t};${e};${r}m`,Pt={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(Pt.modifier);const p0=Object.keys(Pt.color),g0=Object.keys(Pt.bgColor);[...p0,...g0];function y0(){const n=new Map;for(const[t,e]of Object.entries(Pt)){for(const[r,s]of Object.entries(e))Pt[r]={open:`\x1B[${s[0]}m`,close:`\x1B[${s[1]}m`},e[r]=Pt[r],n.set(s[0],s[1]);Object.defineProperty(Pt,t,{value:e,enumerable:!1})}return Object.defineProperty(Pt,"codes",{value:n,enumerable:!1}),Pt.color.close="\x1B[39m",Pt.bgColor.close="\x1B[49m",Pt.color.ansi=ju(),Pt.color.ansi256=Vu(),Pt.color.ansi16m=Gu(),Pt.bgColor.ansi=ju(ea),Pt.bgColor.ansi256=Vu(ea),Pt.bgColor.ansi16m=Gu(ea),Object.defineProperties(Pt,{rgbToAnsi256:{value(t,e,r){return t===e&&e===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(e/255*5)+Math.round(r/255*5)},enumerable:!1},hexToRgb:{value(t){const e=/[a-f\d]{6}|[a-f\d]{3}/i.exec(t.toString(16));if(!e)return[0,0,0];let[r]=e;r.length===3&&(r=[...r].map(i=>i+i).join(""));const s=Number.parseInt(r,16);return[s>>16&255,s>>8&255,s&255]},enumerable:!1},hexToAnsi256:{value:t=>Pt.rgbToAnsi256(...Pt.hexToRgb(t)),enumerable:!1},ansi256ToAnsi:{value(t){if(t<8)return 30+t;if(t<16)return 90+(t-8);let e,r,s;if(t>=232)e=((t-232)*10+8)/255,r=e,s=e;else{t-=16;const a=t%36;e=Math.floor(t/36)/5,r=Math.floor(a/6)/5,s=a%6/5}const i=Math.max(e,r,s)*2;if(i===0)return 30;let o=30+(Math.round(s)<<2|Math.round(r)<<1|Math.round(e));return i===2&&(o+=60),o},enumerable:!1},rgbToAnsi:{value:(t,e,r)=>Pt.ansi256ToAnsi(Pt.rgbToAnsi256(t,e,r)),enumerable:!1},hexToAnsi:{value:t=>Pt.ansi256ToAnsi(Pt.hexToAnsi256(t)),enumerable:!1}}),Pt}const b0=y0(),w0=0;new Set(b0.codes.values()).delete(w0);const Lr={1:"rgb(10,194,210)",2:"rgb(123,183,250)",3:"rgb(96,215,169)",4:"rgb(253,193,98)",5:"rgb(253,106,98)",6:"rgb(246,141,187)",7:"rgb(38,204,255)",8:"rgb(162,90,253)",9:"rgb(255,94,126)",10:"rgb(136,255,90)",11:"rgb(252,255,66)",12:"rgb(255,166,45)",13:"rgb(255,54,255)",14:"rgb(220,73,22)",15:"rgb(104,113,177)",16:"rgb(209,185,53)",17:"rgb(27,188,155)",18:"rgb(255,127,80)",19:"rgb(75,191,195)",20:"rgb(255,153,0)",black:"rgb(0,0,0)",blue:"rgb(0,0,255)",brightblue:"rgb(59,142,234)",terminalblue:"rgb(36,114,200)",red:"rgb(255,0,0)",brightred:"rgb(241,76,76)",terminalred:"rgb(205,49,49)",white:"rgb(255,255,255)",terminalwhite:"rgb(229,229,229)",yellow:"rgb(255,255,0)",brightyellow:"rgb(245,245,67)",terminalyellow:"rgb(229,229,16)",yellowgreen:"rgb(154,205,50)",aliceblue:"rgb(240,248,255)",antiquewhite:"rgb(250,235,215)",aqua:"rgb(0,255,255)",aquamarine:"rgb(127,255,212)",azure:"rgb(240,255,255)",beige:"rgb(245,245,220)",bisque:"rgb(255,228,196)",blanchedalmond:"rgb(255,235,205)",blueviolet:"rgb(138,43,226)",brown:"rgb(165,42,42)",burlywood:"rgb(222,184,135)",cadetblue:"rgb(95,158,160)",chartreuse:"rgb(127,255,0)",chocolate:"rgb(210,105,30)",coral:"rgb(255,127,80)",cornflowerblue:"rgb(100,149,237)",cornsilk:"rgb(255,248,220)",crimson:"rgb(220,20,60)",cyan:"rgb(0,255,255)",brightcyan:"rgb(41,184,219)",terminalcyan:"rgb(17,168,205)",darkblue:"rgb(0,0,139)",darkcyan:"rgb(0,139,139)",darkgoldenrod:"rgb(184,134,11)",darkgray:"rgb(169,169,169)",darkgreen:"rgb(0,100,0)",darkgrey:"rgb(30,30,30)",darkkhaki:"rgb(189,183,107)",darkmagenta:"rgb(139,0,139)",darkolivegreen:"rgb(85,107,47)",darkorange:"rgb(255,140,0)",darkorchid:"rgb(153,50,204)",darkred:"rgb(139,0,0)",darksalmon:"rgb(233,150,122)",darkseagreen:"rgb(143,188,143)",darkslateblue:"rgb(72,61,139)",darkslategray:"rgb(47,79,79)",darkslategrey:"rgb(47,79,79)",darkturquoise:"rgb(0,206,209)",darkviolet:"rgb(148,0,211)",deeppink:"rgb(255,20,147)",deepskyblue:"rgb(0,191,255)",dimgray:"rgb(105,105,105)",dodgerblue:"rgb(30,144,255)",firebrick:"rgb(178,34,34)",floralwhite:"rgb(255,250,240)",forestgreen:"rgb(34,139,34)",fuchsia:"rgb(255,0,255)",gainsboro:"rgb(220,220,220)",ghostwhite:"rgb(248,248,255)",gold:"rgb(255,215,0)",goldenrod:"rgb(218,165,32)",grey:"rgb(128,128,128)",green:"rgb(0,128,0)",brightgreen:"rgb(35,209,139)",terminalgreen:"rgb(13,188,121)",greenyellow:"rgb(173,255,47)",honeydew:"rgb(240,255,240)",hotpink:"rgb(255,105,180)",indianred:"rgb(205,92,92)",indigo:"rgb(75,0,130)",ivory:"rgb(255,255,240)",khaki:"rgb(240,230,140)",lavender:"rgb(230,230,250)",lavenderblush:"rgb(255,240,245)",lawngreen:"rgb(124,252,0)",lemonchiffon:"rgb(255,250,205)",lightblue:"rgb(173,216,230)",lightcoral:"rgb(240,128,128)",lightcyan:"rgb(224,255,255)",lightgoldenrodyellow:"rgb(250,250,210)",lightgreen:"rgb(144,238,144)",lightgrey:"rgb(229,229,229)",lightpink:"rgb(255,182,193)",lightsalmon:"rgb(255,160,122)",lightseagreen:"rgb(32,178,170)",lightskyblue:"rgb(135,206,250)",lightslategray:"rgb(119,136,153)",lightslategrey:"rgb(119,136,153)",lightsteelblue:"rgb(176,196,222)",lightyellow:"rgb(255,255,224)",lime:"rgb(0,255,0)",limegreen:"rgb(50,205,50)",linen:"rgb(250,240,230)",magenta:"rgb(255,0,255)",brightmagenta:"rgb(214,112,214)",terminalmagenta:"rgb(188,63,188)",maroon:"rgb(128,0,0)",mediumaquamarine:"rgb(102,205,170)",mediumblue:"rgb(0,0,205)",mediumorchid:"rgb(186,85,211)",mediumpurple:"rgb(147,112,219)",mediumseagreen:"rgb(60,179,113)",mediumslateblue:"rgb(123,104,238)",mediumspringgreen:"rgb(0,250,154)",mediumturquoise:"rgb(72,209,204)",mediumvioletred:"rgb(199,21,133)",midnightblue:"rgb(25,25,112)",mintcream:"rgb(245,255,250)",mistyrose:"rgb(255,228,225)",moccasin:"rgb(255,228,181)",navajowhite:"rgb(255,222,173)",navy:"rgb(0,0,128)",oldlace:"rgb(253,245,230)",olive:"rgb(128,128,0)",olivedrab:"rgb(107,142,35)",orange:"rgb(255,165,0)",orangered:"rgb(255,69,0)",orchid:"rgb(218,112,214)",palegoldenrod:"rgb(238,232,170)",palegreen:"rgb(152,251,152)",paleturquoise:"rgb(175,238,238)",palevioletred:"rgb(219,112,147)",papayawhip:"rgb(255,239,213)",peachpuff:"rgb(255,218,185)",peru:"rgb(205,133,63)",pink:"rgb(255,192,203)",plum:"rgb(221,160,221)",powderblue:"rgb(176,224,230)",purple:"rgb(128,0,128)",rebeccapurple:"rgb(102,51,153)",rosybrown:"rgb(188,143,143)",royalblue:"rgb(65,105,225)",saddlebrown:"rgb(139,69,19)",salmon:"rgb(250,128,114)",sandybrown:"rgb(244,164,96)",seagreen:"rgb(46,139,87)",seashell:"rgb(255,245,238)",sienna:"rgb(160,82,45)",silver:"rgb(192,192,192)",skyblue:"rgb(135,206,235)",slateblue:"rgb(106,90,205)",slategray:"rgb(112,128,144)",slategrey:"rgb(112,128,144)",snow:"rgb(255,250,250)",springgreen:"rgb(0,255,127)",steelblue:"rgb(70,130,180)",tan:"rgb(210,180,140)",teal:"rgb(0,128,128)",thistle:"rgb(216,191,216)",tomato:"rgb(255,99,71)",turquoise:"rgb(64,224,208)",violet:"rgb(238,130,238)",wheat:"rgb(245,222,179)"},v0=Array.from(Object.values(Lr));Object.entries(Lr).map(([n,t])=>{const e=t;return{name:n,rgb:e,brightness:x0(e)}}).sort((n,t)=>n.brightness-t.brightness);function x0(n){const[t,e,r]=n.replace("rgb(","").replace(")","").split(",").map(Number);return .2126*t+.7152*e+.0722*r}class Pe{_color={r:0,g:0,b:0,a:1};constructor(t,e){t&&this.setColor(t),this.setAlpha(e)}get color(){return this._color}set color(t){const e=`Color Set Unknown Error: color(${t}) type(${typeof t})`;if(t instanceof Pe)this.setRGB(t.r,t.g,t.b,t.a);else if(typeof t=="number")this.setHEX(t);else if(typeof t=="string"){let r;if(r=/^(\w+)\(([^)]*)\)/.exec(t)){const s=r[2];let i;switch(r[1]){case"rgb":case"rgba":(i=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))?(this.r=parseInt(i[1],10),this.g=parseInt(i[2],10),this.b=parseInt(i[3],10),this.a=i[4]?parseFloat(i[4]):1):(i=/^\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))?(this.r=Z(parseFloat(i[1]),0,100)*255/100,this.g=Z(parseFloat(i[2]),0,100)*255/100,this.b=Z(parseFloat(i[3]),0,100)*255/100,this.a=i[4]?parseFloat(i[4]):1):_e(e);break;case"hsl":case"hsla":(i=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))?this.setHSL(parseFloat(i[1])/360,parseFloat(i[2])/100,parseFloat(i[3])/100,i[4]?parseFloat(i[4]):1):_e(e);break;case"hsv":case"hsva":case"hsb":case"hsba":(i=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))?this.setHSV(parseFloat(i[1])/360,parseFloat(i[2])/100,parseFloat(i[3])/100,i[4]?parseFloat(i[4]):1):_e(e);break;default:_e(e)}}else if(r=/#([A-Fa-f0-9]+)/.exec(t)){const s=r[1],i=s.length;i===3?this.setRGB(parseInt(s.charAt(0),16),parseInt(s.charAt(1),16),parseInt(s.charAt(2),16),1):i===4?this.setRGB(parseInt(s.charAt(0),16),parseInt(s.charAt(1),16),parseInt(s.charAt(2),16),Z(parseInt(s.charAt(3),16)/16,0,1)):i===6||i===8?this.setHEX(parseInt(s,16)):_e(e)}else if(t&&t.length>0)try{this.setColorName(t)}catch{_e(e)}else _e(e)}else Object.prototype.hasOwnProperty.call(t,"r")&&Object.prototype.hasOwnProperty.call(t,"g")&&Object.prototype.hasOwnProperty.call(t,"b")?this.setRGB(t.r,t.g,t.b,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"l")?this.setHSL(t.h,t.s,t.l,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"v")?this.setHSV(t.h,t.s,t.v,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"b")?this.setHSV(t.h,t.s,t.b,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):_e(e)}setColor(t){return this.color=t,this}set(t){return this.setColor(t)}get r(){return this._color.r}set r(t){this._color.r=Z(Math.round(xe(t,this.r)),0,255)}get g(){return this._color.g}set g(t){this._color.g=Z(Math.round(xe(t,this.g)),0,255)}get b(){return this._color.b}set b(t){this._color.b=Z(Math.round(xe(t,this.b)),0,255)}get a(){return this._color.a}set a(t){this._color.a=Z(xe(t,this.a),0,1)}setAlpha(t){return this.a=t,this}fromArray(t,e=0){return this.r=t[e],this.g=t[e+1],this.b=t[e+2],this.a=t[e+3],this}toArray(t=[],e=0){return t[e]=this.r,t[e+1]=this.g,t[e+2]=this.b,t[e+3]=this.a,t}toRGBString(){return this.a===1?`rgb(${this.r},${this.g},${this.b})`:`rgba(${this.r},${this.g},${this.b},${tt(this.a,6)})`}toHexString(){return this.a===1?("000000"+this.hex.toString(16)).slice(-6):("00000000"+this.hex.toString(16)).slice(-8)}toString(){return this.a===1?"#"+this.toHexString():this.toRGBString()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b,yield this.a}clone(){return new Pe(this.color)}copy(t){return this.setColor(t.color),this}copySRGBToLinear(t){return this.r=ra(t.r),this.g=ra(t.g),this.b=ra(t.b),this}copyLinearToSRGB(t){return this.r=sa(t.r),this.g=sa(t.g),this.b=sa(t.b),this}convertSRGBToLinear(){return this.copySRGBToLinear(this),this}convertLinearToSRGB(){return this.copyLinearToSRGB(this),this}equals(t){return t.r===this.r&&t.g===this.g&&t.b===this.b&&t.a===this.a}add(t){return this.r=this.r+t.r,this.g=this.g+t.g,this.b=this.b+t.b,this}addColors(t,e){return this.r=t.r+e.r,this.g=t.g+e.g,this.b=t.b+e.b,this}addScalar(t){return this.r=this.r+t,this.g=this.g+t,this.b=this.b+t,this}setScalar(t){return this.r=t,this.g=t,this.b=t,this}sub(t){return this.r=this.r-t.r,this.g=this.g-t.g,this.b=this.b-t.b,this}multiply(t){return this.r=this.r*t.r,this.g=this.g*t.g,this.b=this.b*t.b,this}multiplyScalar(t){return this.r=this.r*t,this.g=this.g*t,this.b=this.b*t,this}opposite(t=!0,e="#000000",r="#ffffff"){if(t)return this.setColor(this.r*.299+this.g*.587+this.b*.114>186?e:r);{const{r:s,g:i,b:o}=this.color;return this.r=255-s,this.g=255-i,this.b=255-o,this}}closet(t="#000000",e="#ffffff"){return this.opposite(!0,t,e).opposite(!0,t,e)}lighten(t){t=Z(t,0,1);const{r:e,g:r,b:s,a:i}=this.color;return i==0?this.a=t:(this.r=e+(255-e)*t,this.g=r+(255-r)*t,this.b=s+(255-s)*t),this}darken(t){t=Z(t,0,1);const{r:e,g:r,b:s,a:i}=this.color;return i==0?this.a=t:(this.r=e*(1-t),this.g=r*(1-t),this.b=s*(1-t)),this}lerp(t,e){e=Z(e,0,1);const{r,g:s,b:i}=this.color;return this.r=r+(t.r-r)*e,this.g=s+(t.g-s)*e,this.b=i+(t.b-i)*e,this}lerpColors(t,e,r){return r=Z(r,0,1),this.r=t.r+(e.r-t.r)*r,this.g=t.g+(e.g-t.g)*r,this.b=t.b+(e.b-t.b)*r,this}static gradient(t,e,r){try{return na.lerpColors(new Pe(t),new Pe(e),r).toString()}catch{return e}}static random(){return na.setHEX(Math.random()*16777215).toString()}static nextIndex=0;static next(t=Pe.nextIndex){Pe.nextIndex=t;const e=Object.keys(Lr),r=e.length;return na.set(Lr[e[Pe.nextIndex++%r]]).toString()}setColorName(t){const e=Lr[t.toLowerCase()];return e!==void 0?this.set(e):t==="none"?this.a=0:(this.a=1,_e("Color.setColorName: Unknown color "+t)),this}setRGB(t,e,r,s=1){return this.r=t,this.g=e,this.b=r,this.a=s,this}get rgb(){return{r:this.r,g:this.g,b:this.b,a:this.a}}setHEX(t){return t=Math.floor(t),t<16777216?(this.r=t>>16&255,this.g=t>>8&255,this.b=t&255,this.a=1):(this.r=t>>24&255,this.g=t>>16&255,this.b=t>>8&255,this.a=(t&255)/255),this}get hex(){let t=(this.r<<16)+(this.g<<8)+this.b;return this.a!==1&&(t=t<<8,t+=Math.round(this.a*255)),t}setHSL(t,e,r,s=1){const i=bg(t,1),o=Z(e,0,1),a=Z(r,0,1);if(o===0)this.r=a*255,this.g=a*255,this.b=a*255;else{const c=a<=.5?a*(1+o):a+o-a*o,h=2*a-c;this.r=ia(h,c,i+1/3)*255,this.g=ia(h,c,i)*255,this.b=ia(h,c,i-1/3)*255}return this.a=s,this}getHSL(t){const e=this.r,r=this.g,s=this.b,i=Math.max(e,r,s)/255,o=Math.min(e,r,s)/255;let a,c;const h=(o+i)/2;if(o===i)a=0,c=0;else{const u=i-o;switch(c=h<=.5?u/(i+o):u/(2-i-o),i){case e:a=(r-s)/u+(r<s?6:0);break;case r:a=(s-e)/u+2;break;case s:default:a=(e-r)/u+4;break}a/=6}return t&&t.setHSL(a,c,h,this.a),{h:a,s:c,l:h,a:this.a}}offsetHSL(t,e,r){const s=this.getHSL();return this.setHSL(s.h+t,s.s+e,s.l+r)}lerpHSL(t,e){const r=this.getHSL(),s=t.getHSL(),i=Bs(r.h,s.h,e),o=Bs(r.s,s.s,e),a=Bs(r.l,s.l,e);return this.setHSL(i,o,a),this}setHSV(t,e,r,s=1){const i=Z(t,0,1)*360,o=Z(e,0,1),a=Z(r,0,1),c=Math.floor(i/60)%6,h=i/60-Math.floor(i/60),u=a*(1-o),l=a*(1-h*o),d=a*(1-(1-h)*o),f=[[a,d,u],[l,a,u],[u,a,d],[u,l,a],[d,u,a],[a,u,l]][c];return this.r=f[0]*255,this.g=f[1]*255,this.b=f[2]*255,this.a=s,this}setHSB(t,e,r,s=1){this.setHSV(t,e,r,s)}getHSV(t){const{r:e,g:r,b:s,a:i}=this.color,o=Math.max(e,r,s),a=Math.min(e,r,s),c=o-a;let h;e===o?h=(r-s)/c:r===o?h=2+(s-e)/c:h=4+(e-r)/c,h/=6,h<0&&(h+=1);const u=c==0?0:h,l=o===0?0:c/o,d=o/255;return t&&t.setHSV(u,l,d,i),{h:u,s:l,v:d,a:i}}getHSB(t){const{h:e,s:r,v:s,a:i}=this.getHSV(t);return{h:e,s:r,b:s,a:i}}}const na=new Pe;function ra(n){return n<.04045?n*.0773993808:Math.pow(n*.9478672986+.0521327014,2.4)}function sa(n){return n<.0031308?n*12.92:1.055*Math.pow(n,.41666)-.055}function ia(n,t,e){return e<0&&(e+=1),e>1&&(e-=1),e<1/6?n+(t-n)*6*e:e<1/2?t:e<2/3?n+(t-n)*6*(2/3-e):n}function _0(n=window.location.href,t){try{return new URL(n,t)}catch{const e="(?<protocol>https?:)",r="(?<host>(?<hostname>[^/#?:]+)(?::(?<port>\\d+))?)",s="(?<pathname>(?:\\/[^/#?]+)*\\/?)",i="(?<search>(?:\\?[^#]*)?)",o="(?<hash>(?:#.*)?)",a=new RegExp(`^${e}//${r}${s}${i}${o}$`).exec(n);return{href:n,protocol:a?.groups?.protocol||"",host:a?.groups?.host||"",hostname:a?.groups?.hostname||"",port:a?.groups?.port||"",pathname:a?.groups?.pathname||"",search:a?.groups?.search||"",hash:a?.groups?.hash||""}}}function S0(n=window.location.href){const t=_0(n),e=t.href.indexOf(t.hash);return t.hash&&e>=0?t.href.substring(0,e):t.href}function E0(n,t){return n+t.replace(/^[&?]/,n.indexOf("?")>=0?"&":"?")}function C0(n){return"?"+Object.entries(n).map(([t,e])=>`${encodeURIComponent(t)}=${encodeURIComponent(e)}`).join("&")}function T0(n){return"?"+[...n.entries()].map(t=>encodeURIComponent(t[0])+"="+encodeURIComponent(t[1]instanceof File?t[1].name:t[1])).join("&")}function Xu(n,t){return function(){return n.apply(t,arguments)}}const{toString:P0}=Object.prototype,{getPrototypeOf:oa}=Object,Hs=(n=>t=>{const e=P0.call(t);return n[e]||(n[e]=e.slice(8,-1).toLowerCase())})(Object.create(null)),Ae=n=>(n=n.toLowerCase(),t=>Hs(t)===n),Ws=n=>t=>typeof t===n,{isArray:hr}=Array,Nr=Ws("undefined");function A0(n){return n!==null&&!Nr(n)&&n.constructor!==null&&!Nr(n.constructor)&&me(n.constructor.isBuffer)&&n.constructor.isBuffer(n)}const Hu=Ae("ArrayBuffer");function M0(n){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(n):t=n&&n.buffer&&Hu(n.buffer),t}const D0=Ws("string"),me=Ws("function"),Wu=Ws("number"),qs=n=>n!==null&&typeof n=="object",O0=n=>n===!0||n===!1,Js=n=>{if(Hs(n)!=="object")return!1;const t=oa(n);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in n)&&!(Symbol.iterator in n)},I0=Ae("Date"),R0=Ae("File"),k0=Ae("Blob"),L0=Ae("FileList"),N0=n=>qs(n)&&me(n.pipe),z0=n=>{let t;return n&&(typeof FormData=="function"&&n instanceof FormData||me(n.append)&&((t=Hs(n))==="formdata"||t==="object"&&me(n.toString)&&n.toString()==="[object FormData]"))},F0=Ae("URLSearchParams"),[B0,$0,U0,Y0]=["ReadableStream","Request","Response","Headers"].map(Ae),j0=n=>n.trim?n.trim():n.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function zr(n,t,{allOwnKeys:e=!1}={}){if(n===null||typeof n>"u")return;let r,s;if(typeof n!="object"&&(n=[n]),hr(n))for(r=0,s=n.length;r<s;r++)t.call(null,n[r],r,n);else{const i=e?Object.getOwnPropertyNames(n):Object.keys(n),o=i.length;let a;for(r=0;r<o;r++)a=i[r],t.call(null,n[a],a,n)}}function qu(n,t){t=t.toLowerCase();const e=Object.keys(n);let r=e.length,s;for(;r-- >0;)if(s=e[r],t===s.toLowerCase())return s;return null}const Un=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),Ju=n=>!Nr(n)&&n!==Un;function aa(){const{caseless:n}=Ju(this)&&this||{},t={},e=(r,s)=>{const i=n&&qu(t,s)||s;Js(t[i])&&Js(r)?t[i]=aa(t[i],r):Js(r)?t[i]=aa({},r):hr(r)?t[i]=r.slice():t[i]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&zr(arguments[r],e);return t}const V0=(n,t,e,{allOwnKeys:r}={})=>(zr(t,(s,i)=>{e&&me(s)?n[i]=Xu(s,e):n[i]=s},{allOwnKeys:r}),n),G0=n=>(n.charCodeAt(0)===65279&&(n=n.slice(1)),n),X0=(n,t,e,r)=>{n.prototype=Object.create(t.prototype,r),n.prototype.constructor=n,Object.defineProperty(n,"super",{value:t.prototype}),e&&Object.assign(n.prototype,e)},H0=(n,t,e,r)=>{let s,i,o;const a={};if(t=t||{},n==null)return t;do{for(s=Object.getOwnPropertyNames(n),i=s.length;i-- >0;)o=s[i],(!r||r(o,n,t))&&!a[o]&&(t[o]=n[o],a[o]=!0);n=e!==!1&&oa(n)}while(n&&(!e||e(n,t))&&n!==Object.prototype);return t},W0=(n,t,e)=>{n=String(n),(e===void 0||e>n.length)&&(e=n.length),e-=t.length;const r=n.indexOf(t,e);return r!==-1&&r===e},q0=n=>{if(!n)return null;if(hr(n))return n;let t=n.length;if(!Wu(t))return null;const e=new Array(t);for(;t-- >0;)e[t]=n[t];return e},J0=(n=>t=>n&&t instanceof n)(typeof Uint8Array<"u"&&oa(Uint8Array)),K0=(n,t)=>{const e=(n&&n[Symbol.iterator]).call(n);let r;for(;(r=e.next())&&!r.done;){const s=r.value;t.call(n,s[0],s[1])}},Z0=(n,t)=>{let e;const r=[];for(;(e=n.exec(t))!==null;)r.push(e);return r},Q0=Ae("HTMLFormElement"),ty=n=>n.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,e,r){return e.toUpperCase()+r}),Ku=(({hasOwnProperty:n})=>(t,e)=>n.call(t,e))(Object.prototype),ey=Ae("RegExp"),Zu=(n,t)=>{const e=Object.getOwnPropertyDescriptors(n),r={};zr(e,(s,i)=>{let o;(o=t(s,i,n))!==!1&&(r[i]=o||s)}),Object.defineProperties(n,r)},ny=n=>{Zu(n,(t,e)=>{if(me(n)&&["arguments","caller","callee"].indexOf(e)!==-1)return!1;const r=n[e];if(me(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+e+"'")})}})},ry=(n,t)=>{const e={},r=s=>{s.forEach(i=>{e[i]=!0})};return hr(n)?r(n):r(String(n).split(t)),e},sy=()=>{},iy=(n,t)=>n!=null&&Number.isFinite(n=+n)?n:t;function oy(n){return!!(n&&me(n.append)&&n[Symbol.toStringTag]==="FormData"&&n[Symbol.iterator])}const ay=n=>{const t=new Array(10),e=(r,s)=>{if(qs(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[s]=r;const i=hr(r)?[]:{};return zr(r,(o,a)=>{const c=e(o,s+1);!Nr(c)&&(i[a]=c)}),t[s]=void 0,i}}return r};return e(n,0)},cy=Ae("AsyncFunction"),hy=n=>n&&(qs(n)||me(n))&&me(n.then)&&me(n.catch),Qu=((n,t)=>n?setImmediate:t?((e,r)=>(Un.addEventListener("message",({source:s,data:i})=>{s===Un&&i===e&&r.length&&r.shift()()},!1),s=>{r.push(s),Un.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e))(typeof setImmediate=="function",me(Un.postMessage)),uy=typeof queueMicrotask<"u"?queueMicrotask.bind(Un):typeof process<"u"&&process.nextTick||Qu,k={isArray:hr,isArrayBuffer:Hu,isBuffer:A0,isFormData:z0,isArrayBufferView:M0,isString:D0,isNumber:Wu,isBoolean:O0,isObject:qs,isPlainObject:Js,isReadableStream:B0,isRequest:$0,isResponse:U0,isHeaders:Y0,isUndefined:Nr,isDate:I0,isFile:R0,isBlob:k0,isRegExp:ey,isFunction:me,isStream:N0,isURLSearchParams:F0,isTypedArray:J0,isFileList:L0,forEach:zr,merge:aa,extend:V0,trim:j0,stripBOM:G0,inherits:X0,toFlatObject:H0,kindOf:Hs,kindOfTest:Ae,endsWith:W0,toArray:q0,forEachEntry:K0,matchAll:Z0,isHTMLForm:Q0,hasOwnProperty:Ku,hasOwnProp:Ku,reduceDescriptors:Zu,freezeMethods:ny,toObjectSet:ry,toCamelCase:ty,noop:sy,toFiniteNumber:iy,findKey:qu,global:Un,isContextDefined:Ju,isSpecCompliantForm:oy,toJSONObject:ay,isAsyncFn:cy,isThenable:hy,setImmediate:Qu,asap:uy};function ot(n,t,e,r,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=n,this.name="AxiosError",t&&(this.code=t),e&&(this.config=e),r&&(this.request=r),s&&(this.response=s,this.status=s.status?s.status:null)}k.inherits(ot,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:k.toJSONObject(this.config),code:this.code,status:this.status}}});const tl=ot.prototype,el={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(n=>{el[n]={value:n}}),Object.defineProperties(ot,el),Object.defineProperty(tl,"isAxiosError",{value:!0}),ot.from=(n,t,e,r,s,i)=>{const o=Object.create(tl);return k.toFlatObject(n,o,function(a){return a!==Error.prototype},a=>a!=="isAxiosError"),ot.call(o,n.message,t,e,r,s),o.cause=n,o.name=n.name,i&&Object.assign(o,i),o};const ly=null;function ca(n){return k.isPlainObject(n)||k.isArray(n)}function nl(n){return k.endsWith(n,"[]")?n.slice(0,-2):n}function rl(n,t,e){return n?n.concat(t).map(function(r,s){return r=nl(r),!e&&s?"["+r+"]":r}).join(e?".":""):t}function fy(n){return k.isArray(n)&&!n.some(ca)}const dy=k.toFlatObject(k,{},null,function(n){return/^is[A-Z]/.test(n)});function Ks(n,t,e){if(!k.isObject(n))throw new TypeError("target must be an object");t=t||new FormData,e=k.toFlatObject(e,{metaTokens:!0,dots:!1,indexes:!1},!1,function(f,p){return!k.isUndefined(p[f])});const r=e.metaTokens,s=e.visitor||h,i=e.dots,o=e.indexes,a=(e.Blob||typeof Blob<"u"&&Blob)&&k.isSpecCompliantForm(t);if(!k.isFunction(s))throw new TypeError("visitor must be a function");function c(f){if(f===null)return"";if(k.isDate(f))return f.toISOString();if(!a&&k.isBlob(f))throw new ot("Blob is not supported. Use a Buffer instead.");return k.isArrayBuffer(f)||k.isTypedArray(f)?a&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}function h(f,p,m){let v=f;if(f&&!m&&typeof f=="object"){if(k.endsWith(p,"{}"))p=r?p:p.slice(0,-2),f=JSON.stringify(f);else if(k.isArray(f)&&fy(f)||(k.isFileList(f)||k.endsWith(p,"[]"))&&(v=k.toArray(f)))return p=nl(p),v.forEach(function(g,b){!(k.isUndefined(g)||g===null)&&t.append(o===!0?rl([p],b,i):o===null?p:p+"[]",c(g))}),!1}return ca(f)?!0:(t.append(rl(m,p,i),c(f)),!1)}const u=[],l=Object.assign(dy,{defaultVisitor:h,convertValue:c,isVisitable:ca});function d(f,p){if(!k.isUndefined(f)){if(u.indexOf(f)!==-1)throw Error("Circular reference detected in "+p.join("."));u.push(f),k.forEach(f,function(m,v){(!(k.isUndefined(m)||m===null)&&s.call(t,m,k.isString(v)?v.trim():v,p,l))===!0&&d(m,p?p.concat(v):[v])}),u.pop()}}if(!k.isObject(n))throw new TypeError("data must be an object");return d(n),t}function sl(n){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(n).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function ha(n,t){this._pairs=[],n&&Ks(n,this,t)}const il=ha.prototype;il.append=function(n,t){this._pairs.push([n,t])},il.toString=function(n){const t=n?function(e){return n.call(this,e,sl)}:sl;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};function my(n){return encodeURIComponent(n).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ol(n,t,e){if(!t)return n;const r=e&&e.encode||my;k.isFunction(e)&&(e={serialize:e});const s=e&&e.serialize;let i;if(s?i=s(t,e):i=k.isURLSearchParams(t)?t.toString():new ha(t,e).toString(r),i){const o=n.indexOf("#");o!==-1&&(n=n.slice(0,o)),n+=(n.indexOf("?")===-1?"?":"&")+i}return n}class py{constructor(){this.handlers=[]}use(t,e,r){return this.handlers.push({fulfilled:t,rejected:e,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){k.forEach(this.handlers,function(e){e!==null&&t(e)})}}const al=py,cl={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},gy=typeof URLSearchParams<"u"?URLSearchParams:ha,yy=typeof FormData<"u"?FormData:null,by=typeof Blob<"u"?Blob:null,wy={isBrowser:!0,classes:{URLSearchParams:gy,FormData:yy,Blob:by},protocols:["http","https","file","blob","url","data"]},ua=typeof window<"u"&&typeof document<"u",la=typeof navigator=="object"&&navigator||void 0,vy=ua&&(!la||["ReactNative","NativeScript","NS"].indexOf(la.product)<0),xy=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),_y=ua&&window.location.href||"http://localhost",Sy=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:ua,hasStandardBrowserEnv:vy,hasStandardBrowserWebWorkerEnv:xy,navigator:la,origin:_y},Symbol.toStringTag,{value:"Module"})),Zt={...Sy,...wy};function Ey(n,t){return Ks(n,new Zt.classes.URLSearchParams,Object.assign({visitor:function(e,r,s,i){return Zt.isNode&&k.isBuffer(e)?(this.append(r,e.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},t))}function Cy(n){return k.matchAll(/\w+|\[(\w*)]/g,n).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Ty(n){const t={},e=Object.keys(n);let r;const s=e.length;let i;for(r=0;r<s;r++)i=e[r],t[i]=n[i];return t}function hl(n){function t(e,r,s,i){let o=e[i++];if(o==="__proto__")return!0;const a=Number.isFinite(+o),c=i>=e.length;return o=!o&&k.isArray(s)?s.length:o,c?(k.hasOwnProp(s,o)?s[o]=[s[o],r]:s[o]=r,!a):((!s[o]||!k.isObject(s[o]))&&(s[o]=[]),t(e,r,s[o],i)&&k.isArray(s[o])&&(s[o]=Ty(s[o])),!a)}if(k.isFormData(n)&&k.isFunction(n.entries)){const e={};return k.forEachEntry(n,(r,s)=>{t(Cy(r),s,e,0)}),e}return null}function Py(n,t,e){if(k.isString(n))try{return(t||JSON.parse)(n),k.trim(n)}catch(r){if(r.name!=="SyntaxError")throw r}return(e||JSON.stringify)(n)}const fa={transitional:cl,adapter:["xhr","http","fetch"],transformRequest:[function(n,t){const e=t.getContentType()||"",r=e.indexOf("application/json")>-1,s=k.isObject(n);if(s&&k.isHTMLForm(n)&&(n=new FormData(n)),k.isFormData(n))return r?JSON.stringify(hl(n)):n;if(k.isArrayBuffer(n)||k.isBuffer(n)||k.isStream(n)||k.isFile(n)||k.isBlob(n)||k.isReadableStream(n))return n;if(k.isArrayBufferView(n))return n.buffer;if(k.isURLSearchParams(n))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),n.toString();let i;if(s){if(e.indexOf("application/x-www-form-urlencoded")>-1)return Ey(n,this.formSerializer).toString();if((i=k.isFileList(n))||e.indexOf("multipart/form-data")>-1){const o=this.env&&this.env.FormData;return Ks(i?{"files[]":n}:n,o&&new o,this.formSerializer)}}return s||r?(t.setContentType("application/json",!1),Py(n)):n}],transformResponse:[function(n){const t=this.transitional||fa.transitional,e=t&&t.forcedJSONParsing,r=this.responseType==="json";if(k.isResponse(n)||k.isReadableStream(n))return n;if(n&&k.isString(n)&&(e&&!this.responseType||r)){const s=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(n)}catch(i){if(s)throw i.name==="SyntaxError"?ot.from(i,ot.ERR_BAD_RESPONSE,this,null,this.response):i}}return n}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Zt.classes.FormData,Blob:Zt.classes.Blob},validateStatus:function(n){return n>=200&&n<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};k.forEach(["delete","get","head","post","put","patch"],n=>{fa.headers[n]={}});const da=fa,Ay=k.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),My=n=>{const t={};let e,r,s;return n&&n.split(`
|
|
14
|
-
`).forEach(function(
|
|
15
|
-
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const r=new this(t);return e.forEach(s=>r.set(s)),r}static accessor(t){const e=(this[ul]=this[ul]={accessors:{}}).accessors,r=this.prototype;function s(i){const o=Fr(i);e[o]||(Ry(r,i),e[o]=!0)}return k.isArray(t)?t.forEach(s):s(t),this}}Qs.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),k.reduceDescriptors(Qs.prototype,({value:n},t)=>{let e=t[0].toUpperCase()+t.slice(1);return{get:()=>n,set(r){this[e]=r}}}),k.freezeMethods(Qs);const Me=Qs;function pa(n,t){const e=this||da,r=t||e,s=Me.from(r.headers);let i=r.data;return k.forEach(n,function(o){i=o.call(e,i,s.normalize(),t?t.status:void 0)}),s.normalize(),i}function ll(n){return!!(n&&n.__CANCEL__)}function ur(n,t,e){ot.call(this,n??"canceled",ot.ERR_CANCELED,t,e),this.name="CanceledError"}k.inherits(ur,ot,{__CANCEL__:!0});function fl(n,t,e){const r=e.config.validateStatus;!e.status||!r||r(e.status)?n(e):t(new ot("Request failed with status code "+e.status,[ot.ERR_BAD_REQUEST,ot.ERR_BAD_RESPONSE][Math.floor(e.status/100)-4],e.config,e.request,e))}function ky(n){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(n);return t&&t[1]||""}function Ly(n,t){n=n||10;const e=new Array(n),r=new Array(n);let s=0,i=0,o;return t=t!==void 0?t:1e3,function(a){const c=Date.now(),h=r[i];o||(o=c),e[s]=a,r[s]=c;let u=i,l=0;for(;u!==s;)l+=e[u++],u=u%n;if(s=(s+1)%n,s===i&&(i=(i+1)%n),c-o<t)return;const d=h&&c-h;return d?Math.round(l*1e3/d):void 0}}function Ny(n,t){let e=0,r=1e3/t,s,i;const o=(a,c=Date.now())=>{e=c,s=null,i&&(clearTimeout(i),i=null),n.apply(null,a)};return[(...a)=>{const c=Date.now(),h=c-e;h>=r?o(a,c):(s=a,i||(i=setTimeout(()=>{i=null,o(s)},r-h)))},()=>s&&o(s)]}const ti=(n,t,e=3)=>{let r=0;const s=Ly(50,250);return Ny(i=>{const o=i.loaded,a=i.lengthComputable?i.total:void 0,c=o-r,h=s(c),u=o<=a;r=o;const l={loaded:o,total:a,progress:a?o/a:void 0,bytes:c,rate:h||void 0,estimated:h&&a&&u?(a-o)/h:void 0,event:i,lengthComputable:a!=null,[t?"download":"upload"]:!0};n(l)},e)},dl=(n,t)=>{const e=n!=null;return[r=>t[0]({lengthComputable:e,total:n,loaded:r}),t[1]]},ml=n=>(...t)=>k.asap(()=>n(...t)),zy=Zt.hasStandardBrowserEnv?((n,t)=>e=>(e=new URL(e,Zt.origin),n.protocol===e.protocol&&n.host===e.host&&(t||n.port===e.port)))(new URL(Zt.origin),Zt.navigator&&/(msie|trident)/i.test(Zt.navigator.userAgent)):()=>!0,Fy=Zt.hasStandardBrowserEnv?{write(n,t,e,r,s,i){const o=[n+"="+encodeURIComponent(t)];k.isNumber(e)&&o.push("expires="+new Date(e).toGMTString()),k.isString(r)&&o.push("path="+r),k.isString(s)&&o.push("domain="+s),i===!0&&o.push("secure"),document.cookie=o.join("; ")},read(n){const t=document.cookie.match(new RegExp("(^|;\\s*)("+n+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(n){this.write(n,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function By(n){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(n)}function $y(n,t){return t?n.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):n}function pl(n,t,e){let r=!By(t);return n&&(r||e==!1)?$y(n,t):t}const gl=n=>n instanceof Me?{...n}:n;function Yn(n,t){t=t||{};const e={};function r(h,u,l,d){return k.isPlainObject(h)&&k.isPlainObject(u)?k.merge.call({caseless:d},h,u):k.isPlainObject(u)?k.merge({},u):k.isArray(u)?u.slice():u}function s(h,u,l,d){if(k.isUndefined(u)){if(!k.isUndefined(h))return r(void 0,h,l,d)}else return r(h,u,l,d)}function i(h,u){if(!k.isUndefined(u))return r(void 0,u)}function o(h,u){if(k.isUndefined(u)){if(!k.isUndefined(h))return r(void 0,h)}else return r(void 0,u)}function a(h,u,l){if(l in t)return r(h,u);if(l in n)return r(void 0,h)}const c={url:i,method:i,data:i,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:a,headers:(h,u,l)=>s(gl(h),gl(u),l,!0)};return k.forEach(Object.keys(Object.assign({},n,t)),function(h){const u=c[h]||s,l=u(n[h],t[h],h);k.isUndefined(l)&&u!==a||(e[h]=l)}),e}const yl=n=>{const t=Yn({},n);let{data:e,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:i,headers:o,auth:a}=t;t.headers=o=Me.from(o),t.url=ol(pl(t.baseURL,t.url,t.allowAbsoluteUrls),n.params,n.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(k.isFormData(e)){if(Zt.hasStandardBrowserEnv||Zt.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((c=o.getContentType())!==!1){const[h,...u]=c?c.split(";").map(l=>l.trim()).filter(Boolean):[];o.setContentType([h||"multipart/form-data",...u].join("; "))}}if(Zt.hasStandardBrowserEnv&&(r&&k.isFunction(r)&&(r=r(t)),r||r!==!1&&zy(t.url))){const h=s&&i&&Fy.read(i);h&&o.set(s,h)}return t},Uy=typeof XMLHttpRequest<"u",Yy=Uy&&function(n){return new Promise(function(t,e){const r=yl(n);let s=r.data;const i=Me.from(r.headers).normalize();let{responseType:o,onUploadProgress:a,onDownloadProgress:c}=r,h,u,l,d,f;function p(){d&&d(),f&&f(),r.cancelToken&&r.cancelToken.unsubscribe(h),r.signal&&r.signal.removeEventListener("abort",h)}let m=new XMLHttpRequest;m.open(r.method.toUpperCase(),r.url,!0),m.timeout=r.timeout;function v(){if(!m)return;const b=Me.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders()),x={data:!o||o==="text"||o==="json"?m.responseText:m.response,status:m.status,statusText:m.statusText,headers:b,config:n,request:m};fl(function(w){t(w),p()},function(w){e(w),p()},x),m=null}"onloadend"in m?m.onloadend=v:m.onreadystatechange=function(){!m||m.readyState!==4||m.status===0&&!(m.responseURL&&m.responseURL.indexOf("file:")===0)||setTimeout(v)},m.onabort=function(){m&&(e(new ot("Request aborted",ot.ECONNABORTED,n,m)),m=null)},m.onerror=function(){e(new ot("Network Error",ot.ERR_NETWORK,n,m)),m=null},m.ontimeout=function(){let b=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const x=r.transitional||cl;r.timeoutErrorMessage&&(b=r.timeoutErrorMessage),e(new ot(b,x.clarifyTimeoutError?ot.ETIMEDOUT:ot.ECONNABORTED,n,m)),m=null},s===void 0&&i.setContentType(null),"setRequestHeader"in m&&k.forEach(i.toJSON(),function(b,x){m.setRequestHeader(x,b)}),k.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),o&&o!=="json"&&(m.responseType=r.responseType),c&&([l,f]=ti(c,!0),m.addEventListener("progress",l)),a&&m.upload&&([u,d]=ti(a),m.upload.addEventListener("progress",u),m.upload.addEventListener("loadend",d)),(r.cancelToken||r.signal)&&(h=b=>{m&&(e(!b||b.type?new ur(null,n,m):b),m.abort(),m=null)},r.cancelToken&&r.cancelToken.subscribe(h),r.signal&&(r.signal.aborted?h():r.signal.addEventListener("abort",h)));const g=ky(r.url);if(g&&Zt.protocols.indexOf(g)===-1){e(new ot("Unsupported protocol "+g+":",ot.ERR_BAD_REQUEST,n));return}m.send(s||null)})},jy=(n,t)=>{const{length:e}=n=n?n.filter(Boolean):[];if(t||e){let r=new AbortController,s;const i=function(h){if(!s){s=!0,a();const u=h instanceof Error?h:this.reason;r.abort(u instanceof ot?u:new ur(u instanceof Error?u.message:u))}};let o=t&&setTimeout(()=>{o=null,i(new ot(`timeout ${t} of ms exceeded`,ot.ETIMEDOUT))},t);const a=()=>{n&&(o&&clearTimeout(o),o=null,n.forEach(h=>{h.unsubscribe?h.unsubscribe(i):h.removeEventListener("abort",i)}),n=null)};n.forEach(h=>h.addEventListener("abort",i));const{signal:c}=r;return c.unsubscribe=()=>k.asap(a),c}},Vy=jy,Gy=function*(n,t){let e=n.byteLength;if(!t||e<t){yield n;return}let r=0,s;for(;r<e;)s=r+t,yield n.slice(r,s),r=s},Xy=async function*(n,t){for await(const e of Hy(n))yield*Gy(e,t)},Hy=async function*(n){if(n[Symbol.asyncIterator]){yield*n;return}const t=n.getReader();try{for(;;){const{done:e,value:r}=await t.read();if(e)break;yield r}}finally{await t.cancel()}},bl=(n,t,e,r)=>{const s=Xy(n,t);let i=0,o,a=c=>{o||(o=!0,r&&r(c))};return new ReadableStream({async pull(c){try{const{done:h,value:u}=await s.next();if(h){a(),c.close();return}let l=u.byteLength;if(e){let d=i+=l;e(d)}c.enqueue(new Uint8Array(u))}catch(h){throw a(h),h}},cancel(c){return a(c),s.return()}},{highWaterMark:2})},ei=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",wl=ei&&typeof ReadableStream=="function",Wy=ei&&(typeof TextEncoder=="function"?(n=>t=>n.encode(t))(new TextEncoder):async n=>new Uint8Array(await new Response(n).arrayBuffer())),vl=(n,...t)=>{try{return!!n(...t)}catch{return!1}},qy=wl&&vl(()=>{let n=!1;const t=new Request(Zt.origin,{body:new ReadableStream,method:"POST",get duplex(){return n=!0,"half"}}).headers.has("Content-Type");return n&&!t}),xl=64*1024,ga=wl&&vl(()=>k.isReadableStream(new Response("").body)),ni={stream:ga&&(n=>n.body)};ei&&(n=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!ni[t]&&(ni[t]=k.isFunction(n[t])?e=>e[t]():(e,r)=>{throw new ot(`Response type '${t}' is not supported`,ot.ERR_NOT_SUPPORT,r)})})})(new Response);const Jy=async n=>{if(n==null)return 0;if(k.isBlob(n))return n.size;if(k.isSpecCompliantForm(n))return(await new Request(Zt.origin,{method:"POST",body:n}).arrayBuffer()).byteLength;if(k.isArrayBufferView(n)||k.isArrayBuffer(n))return n.byteLength;if(k.isURLSearchParams(n)&&(n=n+""),k.isString(n))return(await Wy(n)).byteLength},Ky=async(n,t)=>k.toFiniteNumber(n.getContentLength())??Jy(t),Zy=ei&&(async n=>{let{url:t,method:e,data:r,signal:s,cancelToken:i,timeout:o,onDownloadProgress:a,onUploadProgress:c,responseType:h,headers:u,withCredentials:l="same-origin",fetchOptions:d}=yl(n);h=h?(h+"").toLowerCase():"text";let f=Vy([s,i&&i.toAbortSignal()],o),p;const m=f&&f.unsubscribe&&(()=>{f.unsubscribe()});let v;try{if(c&&qy&&e!=="get"&&e!=="head"&&(v=await Ky(u,r))!==0){let C=new Request(t,{method:"POST",body:r,duplex:"half"}),E;if(k.isFormData(r)&&(E=C.headers.get("content-type"))&&u.setContentType(E),C.body){const[O,U]=dl(v,ti(ml(c)));r=bl(C.body,xl,O,U)}}k.isString(l)||(l=l?"include":"omit");const g="credentials"in Request.prototype;p=new Request(t,{...d,signal:f,method:e.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:g?l:void 0});let b=await fetch(p);const x=ga&&(h==="stream"||h==="response");if(ga&&(a||x&&m)){const C={};["status","statusText","headers"].forEach(R=>{C[R]=b[R]});const E=k.toFiniteNumber(b.headers.get("content-length")),[O,U]=a&&dl(E,ti(ml(a),!0))||[];b=new Response(bl(b.body,xl,O,()=>{U&&U(),m&&m()}),C)}h=h||"text";let w=await ni[k.findKey(ni,h)||"text"](b,n);return!x&&m&&m(),await new Promise((C,E)=>{fl(C,E,{data:w,headers:Me.from(b.headers),status:b.status,statusText:b.statusText,config:n,request:p})})}catch(g){throw m&&m(),g&&g.name==="TypeError"&&/fetch/i.test(g.message)?Object.assign(new ot("Network Error",ot.ERR_NETWORK,n,p),{cause:g.cause||g}):ot.from(g,g&&g.code,n,p)}}),ya={http:ly,xhr:Yy,fetch:Zy};k.forEach(ya,(n,t)=>{if(n){try{Object.defineProperty(n,"name",{value:t})}catch{}Object.defineProperty(n,"adapterName",{value:t})}});const _l=n=>`- ${n}`,Qy=n=>k.isFunction(n)||n===null||n===!1,Sl={getAdapter:n=>{n=k.isArray(n)?n:[n];const{length:t}=n;let e,r;const s={};for(let i=0;i<t;i++){e=n[i];let o;if(r=e,!Qy(e)&&(r=ya[(o=String(e)).toLowerCase()],r===void 0))throw new ot(`Unknown adapter '${o}'`);if(r)break;s[o||"#"+i]=r}if(!r){const i=Object.entries(s).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let o=t?i.length>1?`since :
|
|
16
|
-
`+
|
|
17
|
-
`):" "+
|
|
18
|
-
`+i):r.stack=i}catch{}}throw r}}_request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=Yn(this.defaults,e);const{transitional:r,paramsSerializer:s,headers:i}=e;r!==void 0&&si.assertOptions(r,{silentJSONParsing:ze.transitional(ze.boolean),forcedJSONParsing:ze.transitional(ze.boolean),clarifyTimeoutError:ze.transitional(ze.boolean)},!1),s!=null&&(k.isFunction(s)?e.paramsSerializer={serialize:s}:si.assertOptions(s,{encode:ze.function,serialize:ze.function},!0)),e.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?e.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:e.allowAbsoluteUrls=!0),si.assertOptions(e,{baseUrl:ze.spelling("baseURL"),withXsrfToken:ze.spelling("withXSRFToken")},!0),e.method=(e.method||this.defaults.method||"get").toLowerCase();let o=i&&k.merge(i.common,i[e.method]);i&&k.forEach(["delete","get","head","post","put","patch","common"],p=>{delete i[p]}),e.headers=Me.concat(o,i);const a=[];let c=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(e)===!1||(c=c&&p.synchronous,a.unshift(p.fulfilled,p.rejected))});const h=[];this.interceptors.response.forEach(function(p){h.push(p.fulfilled,p.rejected)});let u,l=0,d;if(!c){const p=[El.bind(this),void 0];for(p.unshift.apply(p,a),p.push.apply(p,h),d=p.length,u=Promise.resolve(e);l<d;)u=u.then(p[l++],p[l++]);return u}d=a.length;let f=e;for(l=0;l<d;){const p=a[l++],m=a[l++];try{f=p(f)}catch(v){m.call(this,v);break}}try{u=El.call(this,f)}catch(p){return Promise.reject(p)}for(l=0,d=h.length;l<d;)u=u.then(h[l++],h[l++]);return u}getUri(t){t=Yn(this.defaults,t);const e=pl(t.baseURL,t.url,t.allowAbsoluteUrls);return ol(e,t.params,t.paramsSerializer)}}k.forEach(["delete","get","head","options"],function(n){ii.prototype[n]=function(t,e){return this.request(Yn(e||{},{method:n,url:t,data:(e||{}).data}))}}),k.forEach(["post","put","patch"],function(n){function t(e){return function(r,s,i){return this.request(Yn(i||{},{method:n,headers:e?{"Content-Type":"multipart/form-data"}:{},url:r,data:s}))}}ii.prototype[n]=t(),ii.prototype[n+"Form"]=t(!0)});const oi=ii;class wa{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let e;this.promise=new Promise(function(s){e=s});const r=this;this.promise.then(s=>{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](s);r._listeners=null}),this.promise.then=s=>{let i;const o=new Promise(a=>{r.subscribe(a),i=a}).then(s);return o.cancel=function(){r.unsubscribe(i)},o},t(function(s,i,o){r.reason||(r.reason=new ur(s,i,o),e(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const e=this._listeners.indexOf(t);e!==-1&&this._listeners.splice(e,1)}toAbortSignal(){const t=new AbortController,e=r=>{t.abort(r)};return this.subscribe(e),t.signal.unsubscribe=()=>this.unsubscribe(e),t.signal}static source(){let t;return{token:new wa(function(e){t=e}),cancel:t}}}const e1=wa;function n1(n){return function(t){return n.apply(null,t)}}function r1(n){return k.isObject(n)&&n.isAxiosError===!0}const va={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(va).forEach(([n,t])=>{va[t]=n});const s1=va;function Pl(n){const t=new oi(n),e=Xu(oi.prototype.request,t);return k.extend(e,oi.prototype,t,{allOwnKeys:!0}),k.extend(e,t,null,{allOwnKeys:!0}),e.create=function(r){return Pl(Yn(n,r))},e}const zt=Pl(da);zt.Axios=oi,zt.CanceledError=ur,zt.CancelToken=e1,zt.isCancel=ll,zt.VERSION=Cl,zt.toFormData=Ks,zt.AxiosError=ot,zt.Cancel=zt.CanceledError,zt.all=function(n){return Promise.all(n)},zt.spread=n1,zt.isAxiosError=r1,zt.mergeConfig=Yn,zt.AxiosHeaders=Me,zt.formToJSON=n=>hl(k.isHTMLForm(n)?new FormData(n):n),zt.getAdapter=Sl.getAdapter,zt.HttpStatusCode=s1,zt.default=zt;const i1=zt;class o1{instance;constructor(t){this.instance=i1.create(t),this.instance.interceptors.request.use(e=>(t?.interceptors?.request?.(e),e),e=>(t?.interceptors?.requestError?.(e),Promise.reject(e))),this.instance.interceptors.response.use(e=>(t?.interceptors?.response?.(e),e.status==200,Promise.resolve(e)),e=>(t?.interceptors?.responseError?.(e),Promise.reject(e)))}request(t){let e=!1;const r=this.instance.request;return r.cancel=()=>{e=!0},r(t).then(s=>{if(e)throw new Error("Canceled!");return s})}get(t,e){return this.request({...e,method:"get",url:t})}delete(t,e){return this.request({...e,method:"delete",url:t})}head(t,e){return this.request({...e,method:"head",url:t})}options(t,e){return this.request({...e,method:"options",url:t})}post(t,e,r){return this.request({...r,method:"post",url:t,data:e})}postFormData(t,e,r){return r={...r,headers:{...r?.headers,"Content-Type":"multipart/form-data"}},this.request({...r,method:"post",url:t,data:e})}postForm(t,e,r){return this.instance.postForm(t,e,{...r})}put(t,e,r){return this.request({...r,method:"put",url:t,data:e})}patch(t,e,r){return this.request({...r,method:"patch",url:t,data:e})}getUri(t){return this.instance.getUri(t)}}function a1(n,t=(e,r)=>e<=r){const e=n.length;let r=Math.floor(e/2);for(;r>0;){for(let s=r;s<e;s++){const i=n[s];let o=s;for(;o>=r&&!t(n[o-r],i);)n[o]=n[o-r],o-=r;n[o]=i}r=Math.floor(r/2)}}function ai(n,t){const e=typeof t?.aliveInSeconds=="number"?Math.max(t.aliveInSeconds,0):-1,r=typeof t?.aliveUntilTimestamp=="number"?Math.max(t.aliveUntilTimestamp,0):-1;function s(o,a=!1){return ig(o)||bu(o)||pu(o)?{value:o,timestamp:ar()}:a&&Object.prototype.hasOwnProperty.call(o,"timestamp")?o:{...o,timestamp:ar()}}let i=s(n,!0);return{get:()=>{let o=!1;return(e>=0&&ar()>xe(i.timestamp,0)+e*1e3||r>=0&&ar()>r)&&(o=!0),o&&(i.value=void 0),i},set:o=>i=s(o,!1)}}function xa(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function c1(n){if(n.__esModule)return n;var t=n.default;if(typeof t=="function"){var e=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};e.prototype=t.prototype}else e={};return Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(n).forEach(function(r){var s=Object.getOwnPropertyDescriptor(n,r);Object.defineProperty(e,r,s.get?s:{enumerable:!0,get:function(){return n[r]}})}),e}var Al={exports:{}};(function(n,t){(function(e){n.exports=e()})(function(e){var r=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function s(g,b){var x=g[0],w=g[1],C=g[2],E=g[3];x+=(w&C|~w&E)+b[0]-680876936|0,x=(x<<7|x>>>25)+w|0,E+=(x&w|~x&C)+b[1]-389564586|0,E=(E<<12|E>>>20)+x|0,C+=(E&x|~E&w)+b[2]+606105819|0,C=(C<<17|C>>>15)+E|0,w+=(C&E|~C&x)+b[3]-1044525330|0,w=(w<<22|w>>>10)+C|0,x+=(w&C|~w&E)+b[4]-176418897|0,x=(x<<7|x>>>25)+w|0,E+=(x&w|~x&C)+b[5]+1200080426|0,E=(E<<12|E>>>20)+x|0,C+=(E&x|~E&w)+b[6]-1473231341|0,C=(C<<17|C>>>15)+E|0,w+=(C&E|~C&x)+b[7]-45705983|0,w=(w<<22|w>>>10)+C|0,x+=(w&C|~w&E)+b[8]+1770035416|0,x=(x<<7|x>>>25)+w|0,E+=(x&w|~x&C)+b[9]-1958414417|0,E=(E<<12|E>>>20)+x|0,C+=(E&x|~E&w)+b[10]-42063|0,C=(C<<17|C>>>15)+E|0,w+=(C&E|~C&x)+b[11]-1990404162|0,w=(w<<22|w>>>10)+C|0,x+=(w&C|~w&E)+b[12]+1804603682|0,x=(x<<7|x>>>25)+w|0,E+=(x&w|~x&C)+b[13]-40341101|0,E=(E<<12|E>>>20)+x|0,C+=(E&x|~E&w)+b[14]-1502002290|0,C=(C<<17|C>>>15)+E|0,w+=(C&E|~C&x)+b[15]+1236535329|0,w=(w<<22|w>>>10)+C|0,x+=(w&E|C&~E)+b[1]-165796510|0,x=(x<<5|x>>>27)+w|0,E+=(x&C|w&~C)+b[6]-1069501632|0,E=(E<<9|E>>>23)+x|0,C+=(E&w|x&~w)+b[11]+643717713|0,C=(C<<14|C>>>18)+E|0,w+=(C&x|E&~x)+b[0]-373897302|0,w=(w<<20|w>>>12)+C|0,x+=(w&E|C&~E)+b[5]-701558691|0,x=(x<<5|x>>>27)+w|0,E+=(x&C|w&~C)+b[10]+38016083|0,E=(E<<9|E>>>23)+x|0,C+=(E&w|x&~w)+b[15]-660478335|0,C=(C<<14|C>>>18)+E|0,w+=(C&x|E&~x)+b[4]-405537848|0,w=(w<<20|w>>>12)+C|0,x+=(w&E|C&~E)+b[9]+568446438|0,x=(x<<5|x>>>27)+w|0,E+=(x&C|w&~C)+b[14]-1019803690|0,E=(E<<9|E>>>23)+x|0,C+=(E&w|x&~w)+b[3]-187363961|0,C=(C<<14|C>>>18)+E|0,w+=(C&x|E&~x)+b[8]+1163531501|0,w=(w<<20|w>>>12)+C|0,x+=(w&E|C&~E)+b[13]-1444681467|0,x=(x<<5|x>>>27)+w|0,E+=(x&C|w&~C)+b[2]-51403784|0,E=(E<<9|E>>>23)+x|0,C+=(E&w|x&~w)+b[7]+1735328473|0,C=(C<<14|C>>>18)+E|0,w+=(C&x|E&~x)+b[12]-1926607734|0,w=(w<<20|w>>>12)+C|0,x+=(w^C^E)+b[5]-378558|0,x=(x<<4|x>>>28)+w|0,E+=(x^w^C)+b[8]-2022574463|0,E=(E<<11|E>>>21)+x|0,C+=(E^x^w)+b[11]+1839030562|0,C=(C<<16|C>>>16)+E|0,w+=(C^E^x)+b[14]-35309556|0,w=(w<<23|w>>>9)+C|0,x+=(w^C^E)+b[1]-1530992060|0,x=(x<<4|x>>>28)+w|0,E+=(x^w^C)+b[4]+1272893353|0,E=(E<<11|E>>>21)+x|0,C+=(E^x^w)+b[7]-155497632|0,C=(C<<16|C>>>16)+E|0,w+=(C^E^x)+b[10]-1094730640|0,w=(w<<23|w>>>9)+C|0,x+=(w^C^E)+b[13]+681279174|0,x=(x<<4|x>>>28)+w|0,E+=(x^w^C)+b[0]-358537222|0,E=(E<<11|E>>>21)+x|0,C+=(E^x^w)+b[3]-722521979|0,C=(C<<16|C>>>16)+E|0,w+=(C^E^x)+b[6]+76029189|0,w=(w<<23|w>>>9)+C|0,x+=(w^C^E)+b[9]-640364487|0,x=(x<<4|x>>>28)+w|0,E+=(x^w^C)+b[12]-421815835|0,E=(E<<11|E>>>21)+x|0,C+=(E^x^w)+b[15]+530742520|0,C=(C<<16|C>>>16)+E|0,w+=(C^E^x)+b[2]-995338651|0,w=(w<<23|w>>>9)+C|0,x+=(C^(w|~E))+b[0]-198630844|0,x=(x<<6|x>>>26)+w|0,E+=(w^(x|~C))+b[7]+1126891415|0,E=(E<<10|E>>>22)+x|0,C+=(x^(E|~w))+b[14]-1416354905|0,C=(C<<15|C>>>17)+E|0,w+=(E^(C|~x))+b[5]-57434055|0,w=(w<<21|w>>>11)+C|0,x+=(C^(w|~E))+b[12]+1700485571|0,x=(x<<6|x>>>26)+w|0,E+=(w^(x|~C))+b[3]-1894986606|0,E=(E<<10|E>>>22)+x|0,C+=(x^(E|~w))+b[10]-1051523|0,C=(C<<15|C>>>17)+E|0,w+=(E^(C|~x))+b[1]-2054922799|0,w=(w<<21|w>>>11)+C|0,x+=(C^(w|~E))+b[8]+1873313359|0,x=(x<<6|x>>>26)+w|0,E+=(w^(x|~C))+b[15]-30611744|0,E=(E<<10|E>>>22)+x|0,C+=(x^(E|~w))+b[6]-1560198380|0,C=(C<<15|C>>>17)+E|0,w+=(E^(C|~x))+b[13]+1309151649|0,w=(w<<21|w>>>11)+C|0,x+=(C^(w|~E))+b[4]-145523070|0,x=(x<<6|x>>>26)+w|0,E+=(w^(x|~C))+b[11]-1120210379|0,E=(E<<10|E>>>22)+x|0,C+=(x^(E|~w))+b[2]+718787259|0,C=(C<<15|C>>>17)+E|0,w+=(E^(C|~x))+b[9]-343485551|0,w=(w<<21|w>>>11)+C|0,g[0]=x+g[0]|0,g[1]=w+g[1]|0,g[2]=C+g[2]|0,g[3]=E+g[3]|0}function i(g){var b=[],x;for(x=0;x<64;x+=4)b[x>>2]=g.charCodeAt(x)+(g.charCodeAt(x+1)<<8)+(g.charCodeAt(x+2)<<16)+(g.charCodeAt(x+3)<<24);return b}function o(g){var b=[],x;for(x=0;x<64;x+=4)b[x>>2]=g[x]+(g[x+1]<<8)+(g[x+2]<<16)+(g[x+3]<<24);return b}function a(g){var b=g.length,x=[1732584193,-271733879,-1732584194,271733878],w,C,E,O,U,R;for(w=64;w<=b;w+=64)s(x,i(g.substring(w-64,w)));for(g=g.substring(w-64),C=g.length,E=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],w=0;w<C;w+=1)E[w>>2]|=g.charCodeAt(w)<<(w%4<<3);if(E[w>>2]|=128<<(w%4<<3),w>55)for(s(x,E),w=0;w<16;w+=1)E[w]=0;return O=b*8,O=O.toString(16).match(/(.*?)(.{0,8})$/),U=parseInt(O[2],16),R=parseInt(O[1],16)||0,E[14]=U,E[15]=R,s(x,E),x}function c(g){var b=g.length,x=[1732584193,-271733879,-1732584194,271733878],w,C,E,O,U,R;for(w=64;w<=b;w+=64)s(x,o(g.subarray(w-64,w)));for(g=w-64<b?g.subarray(w-64):new Uint8Array(0),C=g.length,E=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],w=0;w<C;w+=1)E[w>>2]|=g[w]<<(w%4<<3);if(E[w>>2]|=128<<(w%4<<3),w>55)for(s(x,E),w=0;w<16;w+=1)E[w]=0;return O=b*8,O=O.toString(16).match(/(.*?)(.{0,8})$/),U=parseInt(O[2],16),R=parseInt(O[1],16)||0,E[14]=U,E[15]=R,s(x,E),x}function h(g){var b="",x;for(x=0;x<4;x+=1)b+=r[g>>x*8+4&15]+r[g>>x*8&15];return b}function u(g){var b;for(b=0;b<g.length;b+=1)g[b]=h(g[b]);return g.join("")}u(a("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function g(b,x){return b=b|0||0,b<0?Math.max(b+x,0):Math.min(b,x)}ArrayBuffer.prototype.slice=function(b,x){var w=this.byteLength,C=g(b,w),E=w,O,U,R,j;return x!==e&&(E=g(x,w)),C>E?new ArrayBuffer(0):(O=E-C,U=new ArrayBuffer(O),R=new Uint8Array(U),j=new Uint8Array(this,C,O),R.set(j),U)}}();function l(g){return/[\u0080-\uFFFF]/.test(g)&&(g=unescape(encodeURIComponent(g))),g}function d(g,b){var x=g.length,w=new ArrayBuffer(x),C=new Uint8Array(w),E;for(E=0;E<x;E+=1)C[E]=g.charCodeAt(E);return b?C:w}function f(g){return String.fromCharCode.apply(null,new Uint8Array(g))}function p(g,b,x){var w=new Uint8Array(g.byteLength+b.byteLength);return w.set(new Uint8Array(g)),w.set(new Uint8Array(b),g.byteLength),x?w:w.buffer}function m(g){var b=[],x=g.length,w;for(w=0;w<x-1;w+=2)b.push(parseInt(g.substr(w,2),16));return String.fromCharCode.apply(String,b)}function v(){this.reset()}return v.prototype.append=function(g){return this.appendBinary(l(g)),this},v.prototype.appendBinary=function(g){this._buff+=g,this._length+=g.length;var b=this._buff.length,x;for(x=64;x<=b;x+=64)s(this._hash,i(this._buff.substring(x-64,x)));return this._buff=this._buff.substring(x-64),this},v.prototype.end=function(g){var b=this._buff,x=b.length,w,C=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],E;for(w=0;w<x;w+=1)C[w>>2]|=b.charCodeAt(w)<<(w%4<<3);return this._finish(C,x),E=u(this._hash),g&&(E=m(E)),this.reset(),E},v.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},v.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},v.prototype.setState=function(g){return this._buff=g.buff,this._length=g.length,this._hash=g.hash,this},v.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},v.prototype._finish=function(g,b){var x=b,w,C,E;if(g[x>>2]|=128<<(x%4<<3),x>55)for(s(this._hash,g),x=0;x<16;x+=1)g[x]=0;w=this._length*8,w=w.toString(16).match(/(.*?)(.{0,8})$/),C=parseInt(w[2],16),E=parseInt(w[1],16)||0,g[14]=C,g[15]=E,s(this._hash,g)},v.hash=function(g,b){return v.hashBinary(l(g),b)},v.hashBinary=function(g,b){var x=a(g),w=u(x);return b?m(w):w},v.ArrayBuffer=function(){this.reset()},v.ArrayBuffer.prototype.append=function(g){var b=p(this._buff.buffer,g,!0),x=b.length,w;for(this._length+=g.byteLength,w=64;w<=x;w+=64)s(this._hash,o(b.subarray(w-64,w)));return this._buff=w-64<x?new Uint8Array(b.buffer.slice(w-64)):new Uint8Array(0),this},v.ArrayBuffer.prototype.end=function(g){var b=this._buff,x=b.length,w=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],C,E;for(C=0;C<x;C+=1)w[C>>2]|=b[C]<<(C%4<<3);return this._finish(w,x),E=u(this._hash),g&&(E=m(E)),this.reset(),E},v.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},v.ArrayBuffer.prototype.getState=function(){var g=v.prototype.getState.call(this);return g.buff=f(g.buff),g},v.ArrayBuffer.prototype.setState=function(g){return g.buff=d(g.buff,!0),v.prototype.setState.call(this,g)},v.ArrayBuffer.prototype.destroy=v.prototype.destroy,v.ArrayBuffer.prototype._finish=v.prototype._finish,v.ArrayBuffer.hash=function(g,b){var x=c(new Uint8Array(g)),w=u(x);return b?m(w):w},v})})(Al);var h1=Al.exports;const u1=xa(h1);function l1(n='script[type="text/js-worker"]'){return Array.prototype.map.call(document.querySelectorAll(n),t=>t.textContent)}const _a=n=>new XMLSerializer().serializeToString(n),f1=(n,t="text/html")=>new DOMParser().parseFromString(n,t),Ml=(n,t={mime:Ne["image/svg+xml"],encode:Ns.utf8})=>ko(_a(n),t);async function Sa(n=["*"],t){let e=[];const r=document.createElement("input");return r.setAttribute("type","file"),r.setAttribute("visibility","hidden"),r.setAttribute("accept",n.join(",")),t&&r.setAttribute("multiple","true"),r.addEventListener("click",s=>{r.value=""},!1),new Promise((s,i)=>{r.addEventListener("change",o=>{e=Array.from(o.target.files||[]),e.length===0?i(new Error("Cancel")):s(e)},!1),window.addEventListener("focus",()=>{setTimeout(()=>{e.length===0&&i(new Error("Cancel"))},1e3)},{once:!0}),r.click()}).then(s=>(r.remove(),s)).catch(s=>{throw r.remove(),s})}function Br(n,t=ve.text,e){return new Promise((r,s)=>{const i=new FileReader;switch(i.addEventListener("progress",o=>{e?.(o.loaded,o.total)}),i.addEventListener("load",o=>{r(o.target?.result)}),i.addEventListener("error",o=>{s(o)}),t){case ve.dataURL:i.readAsDataURL(n);break;case ve.binaryString:i.readAsBinaryString(n);break;case ve.arraybuffer:i.readAsArrayBuffer(n);break;case ve.text:default:i.readAsText(n)}})}async function d1(n){const t=await Br(n,ve.arraybuffer);return Wp(t)}function Dl(n,t,e,r,s,i,o){const a=new FileReader;a.addEventListener("load",c=>{if(!c.target||!c.target.result)return t(c);if(e.append(c.target.result),o<r.size)Dl(n,t,e,r,s,o,Math.min(o+s,r.size));else return n(e.end())}),a.addEventListener("error",c=>t(c)),a.readAsArrayBuffer(r.slice(i,o))}async function Ol(n,t=1*1024*1024){return await new Promise((e,r)=>Dl(e,r,new u1.ArrayBuffer,n,t,0,Math.min(t,n.size)))}class m1{axios;checkURL;uploadURL;file;fileHash;chunkSize;chunks;currentChunk=0;isUploading=!1;begin=0;end=0;timer;time=[0,0,0,0,0,0];onExist;onStart;onProgress;onComplete;onTime;constructor(t){this.axios=new o1({baseURL:t.baseURL,interceptors:{response:e=>{e.config.url==this.uploadURL&&e.status==200&&(this.onProgress?.(this.currentChunk++,this.chunks),this.end==this.file.size?(this.isUploading=!1,this.stopTimeCount(),this.onComplete?.()):this.isUploading&&this.uploadChunk())}}}),this.checkURL=t.checkURL,this.uploadURL=t.uploadURL,this.file=t.file,this.chunkSize=t.chunkSize||1*1024*1024,this.chunks=Math.ceil(this.file.size/this.chunkSize),this.onExist=t.onExist,this.onStart=t.onStart,this.onProgress=t.onProgress,this.onComplete=t.onComplete,this.onTime=t.onTime}async start(){this.fileHash||(this.fileHash=await Ol(this.file,this.chunkSize)),(await this.axios.post(this.checkURL,{fileName:this.file.name,fileHash:this.fileHash})).data.isExist?(this.isUploading=!1,this.onExist?.()):this.isUploading||(this.onStart?.(),this.startTimeCount(),await this.uploadChunk())}pause(){this.isUploading&&(this.isUploading=!1,this.stopTimeCount())}async uploadChunk(){this.isUploading=!0,this.begin=this.currentChunk*this.chunkSize,this.end=Math.min(this.begin+this.chunkSize,this.file.size);const t=this.file.slice(this.begin,this.end),e=new FormData;e.append("fileData",t),e.append("fileName",this.file.name),e.append("fileHash",this.fileHash),e.append("chunkIndex",String(this.currentChunk)),e.append("chunks",String(this.chunks)),await this.axios.postFormData(this.uploadURL,e)}startTimeCount(){this.stopTimeCount(),this.timer=setInterval(()=>{Mg(this.time,1),this.onTime?.(Tg(this.time))},1e3)}stopTimeCount(){this.timer&&(clearInterval(this.timer),this.timer=void 0)}}function Il(){let n=null;if(window.ActiveXObject){const t=["Microsoft.XMLHTTP","MSXML6.XMLHTTP","MSXML5.XMLHTTP","MSXML4.XMLHTTP","MSXML3.XMLHTTP","MSXML2.XMLHTTP","MSXML.XMLHTTP"];for(let e=0,r=t.length;e<r;e++)try{n=new window.ActiveXObject(t[e]);break}catch{continue}}else n=new XMLHttpRequest;return n}function Rl(n,t){return new Promise((e,r)=>{const{method:s="GET",data:i={},multipartFormDataString:o="",boundary:a="",headers:c={},withCredentials:h=!1,responseType:u="json",timeout:l=3e4}=t||{},d=Il();d.timeout=l,d.responseType=u,d.onreadystatechange=function(b){d.readyState===4&&(d.status===200?e(d.response):r(d.statusText))},d.ontimeout=()=>{r(`${n} is timed out for ${l}ms.`)},d.addEventListener("load",b=>t?.load?.(b,d),!1),d.addEventListener("loadstart",b=>t?.loadstart?.(b,d),!1),d.addEventListener("loadend",b=>t?.loadend?.(b,d),!1),d.addEventListener("progress",b=>{if(b.lengthComputable){const x=Math.round(b.loaded*100/b.total);t?.progress?.(b,d,x)}},!1),d.addEventListener("error",b=>t?.error?.(b,d),!1),d.addEventListener("abort",b=>t?.abort?.(b,d),!1);const f=s.toUpperCase();Object.assign(c,{Accept:"*/*"});let p=!1,m=!1,v=!1;function g(){d.setRequestHeader("If-Modified-Since","Sat, 1 Jan 2000 00:00:00 GMT"),h&&(d.withCredentials=!0);for(const b in c)jt(b).toLowerCase()=="content-type"&&c[b].toLowerCase()=="multipart/form-data"?(p=!0,d.setRequestHeader("Content-Type","multipart/form-data; boundary="+a)):(jt(b).toLowerCase()=="content-type"&&(c[b].toLowerCase().indexOf("text/plain")>=0?m=!0:c[b].toLowerCase().indexOf("application/json")>=0&&(v=!0)),d.setRequestHeader(b,c[b]))}switch(f){case"GET":let b="";i instanceof FormData?b=T0(i):b=C0(i),d.open("GET",E0(n,b),!0),g(),d.send(null);break;default:d.open(f,n,!0),g(),p?d.sendAsBinary(o):v?d.send(JSON.stringify(i)):m?d.send(Object.entries(i).map(([x,w])=>`${x}=${w}`).join(`\r
|
|
19
|
-
`)):
|
|
20
|
-
Content-Type: `+
|
|
10
|
+
`.replace(/\s+/g,""),"u");break;case"mime-image":t=/^image\//;break;case"mime-video":t=/^video\//;break;case"mime-audio":t=/^audio\//;break;case"mime-document-word":t=/^application\/(?:vnd\.openxmlformats-officedocument\.wordprocessingml\.document|msword|vnd\.ms-word\.document\.macroenabled\.12|vnd\.openxmlformats-officedocument\.wordprocessingml\.template|vnd\.ms-word\.template\.macroenabled\.12)$/;break;case"mime-document-excel":t=/^application\/(?:vnd\.openxmlformats-officedocument\.spreadsheetml\.sheet|vnd\.ms-excel|vnd\.ms-excel\.sheet\.macroenabled\.12|vnd\.openxmlformats-officedocument\.spreadsheetml\.template|vnd\.ms-excel\.template\.macroenabled\.12)$/;break;case"mime-document-ppt":t=/^application\/(?:vnd\.ms-powerpoint|vnd\.openxmlformats-officedocument\.presentationml\.presentation|vnd\.ms-powerpoint\.presentation\.macroenabled\.12|vnd\.openxmlformats-officedocument\.presentationml\.template|vnd\.ms-powerpoint\.template\.macroenabled\.12)$/;break;case"mime-document-json":t=/^application\/json$/;break;case"mime-document-xml":t=/^(?:application|text)\/(?:xml|xhtml\+xml)$/;break}return t},dn=(n,t)=>(typeof n=="string"&&(n=$r(n)||new RegExp(n)),n.test(t)),td=(n,t)=>{typeof n=="string"&&(n=$r(n)||new RegExp(n));const e=t.match(n);return e?n.flags.toLowerCase().indexOf("g")>=0?e.map(s=>({matchIndex:-1,fullMatch:s,groupMatchs:[]})):{matchIndex:typeof e.index=="number"?e.index:-1,fullMatch:e[0],groupMatchs:e.slice(1)}:null},ed=(n,t)=>{typeof n=="string"&&(n=$r(n)||new RegExp(n));const e=[],s=t.matchAll(n);for(const i of s)e.push({matchIndex:typeof i.index=="number"?i.index:-1,fullMatch:i[0],groupMatchs:i.slice(1)});return e};function Vb(n){const t=n.match(/[\s\S]/gu);return t?t.length:0}function nd(n,t){const e=n.codePointAt(t);return e?String.fromCodePoint(e):void 0}const Nb="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghijklmnopqrstuvwxyz0123456789",zb="0123456789";function sd(n=12,t=Nb){let e="";for(let s=0;s<n;s++)e+=t[Math.floor(Math.random()*t.length)];return e}function Fb(n=12){return sd(n,zb)}function Bb(n){return n.replace(/(^\w)/g,t=>t.toLowerCase())}const qt=(n,t="-")=>{let e=n.replace(new RegExp("[_-]?([A-Z])","g"),t+"$1").toLowerCase();const s=new RegExp(`^${t}`);return s.test(n)||(e=e.replace(s,"")),e};function jb(n){return n.replace(/(^\w|[_-]\w)/g,t=>t.slice(-1).toUpperCase())}function id(n){return Bb(jb(n))}function rd(n){let t="";for(let e=0,s=n.length;e<s;e++){const i=n.charCodeAt(e);i>=1&&i<=127?t+=n.charAt(e):i>2047?(t+=String.fromCharCode(224|i>>12&15),t+=String.fromCharCode(128|i>>6&63),t+=String.fromCharCode(128|i>>0&63)):(t+=String.fromCharCode(192|i>>6&31),t+=String.fromCharCode(128|i>>0&63))}return t}function $b(){const n=Uint32Array.of(305419896),t=new Uint8Array(n.buffer);switch(t[0]*16777216+t[1]*65536+t[2]*256+t[3]){case 305419896:return!1;case 2018915346:default:return!0}}const Ns=(n,t=16)=>{let e=n.toLowerCase();const s=e.indexOf("0b")==0,i=e.indexOf("0o")==0,r=e.indexOf("0x")==0;(s||i||r)&&(e=e.slice(2)),s&&(t=2),i&&(t=8),r&&(t=16);const o=parseInt(e,t);if(Number.isNaN(o)||e.length==0)throw new Error(`radixStringToNumber(${n}, ${t}) 无法解析!`);return o};function uc(n,t){let e=t?.type;const s=t?.mime,i=t?.encode;if(!e&&s)switch(i){case jr.utf8:case jr["utf-8"]:e=`${s};charset=${i}`;break;case jr.base64:e=`${s};${i}`;break;default:e=`${s}`;break}return new Blob([n],{type:e})}function Ub(n){let t=Ze["text/plain"];switch(new DataView(n).getUint32(0,$b()).toString(16).toUpperCase()){case"FFD8FFDB":t=Ze["image/jpeg"];break;case"FFD8FFE0":case"FFD8FFE1":case"FFD8FFE2":case"FFD8FFE3":t=Ze["image/jpeg"];break;case"89504E47":t=Ze["image/png"];break;case"47494638":t=Ze["image/gif"];break;case"52494646":t=Ze["image/webp"];break;case"25504446":t=Ze["application/pdf"];break;case"504B0304":t=Ze["application/zip"];break}return t}const Yb="[object Undefined]",Gb="[object Null]",Xb="[object Boolean]",Wb="[object Number]",Hb="[object BigInt]",qb="[object String]",Kb="[object Symbol]",Jb="[object Function]",Zb="[object GeneratorFunction]",Qb="[object Array]";function lc(n){return Object.prototype.toString.call(n)}function tw(n){const t=lc(n);return t===Yb||t===Gb||t===Xb||t===Wb||t===qb||t===Kb||t===Hb}function od(n){const t=lc(n);return t==Jb||t==Zb}function ad(n){if(!ud(n))return!1;const t=/[\\^$.*+?()[\]{}|]/g,e=/^\[object .+?Constructor\]$/,s=RegExp("^"+Function.prototype.toString.call(Object.prototype.hasOwnProperty).replace(t,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");return(od(n)?s:e).test(ow(n))}function ew(n,t){return n?.[t]}function cd(n,t){const e=ew(n,t);return ad(e)?e:void 0}cd(tt,"Map"),cd(tt,"WeakMap");function hd(n){return lc(n)===Qb}function ud(n){const t=typeof n;return!!n&&(t=="object"||t=="function")}function us(n){return!!n&&typeof n=="object"}function Ur(n){return us(n)&&!hd(n)}const ld=n=>{for(const t in n)if(Object.prototype.hasOwnProperty.call(n,t))return!1;return!0};function nw(n){return typeof Promise<"u"&&n instanceof Promise||ud(n)&&typeof n.then=="function"&&typeof n.catch=="function"}function sw(n){const t=[];for(const e in n)Object.prototype.hasOwnProperty.call(n,e)&&t.push(e);return t}function zs(n,t,e=!0){if(Ur(n)&&Ur(t))for(const s of sw(t))(e||typeof n[s]>"u")&&(Ur(n[s])&&Ur(t[s])?zs(n[s],t[s],e):n[s]=t[s]);return n}function iw(n,...t){return new n.constructor(...t)}function rw(n,t){return n===t||n!==n&&t!==t}function ow(n){if(n!=null){try{return Function.prototype.toString.call(n)}catch{}try{return""+n}catch{}}return""}function aw(n,t){let e;return typeof t=="string"?e=t.split("."):e=t,e.reduce((s,i)=>s!=null&&s!=null?s[i]:s,n)}function mn(n,t){try{return aw(n,t)}catch{return}}function fc(n,t,e){if(!n||!t)return n;let s;typeof t=="string"?s=t.split("."):s=t;let i=n;for(let r=0,o=s.length-1;r<o;r++){const a=s[r];(!(a in i)||typeof i[a]!="object"||i[a]===null)&&(i[a]=Number.isNaN(Number(s[r+1]))?{}:[]),i=i[a]}return i[s[s.length-1]]=e,n}function wi(n){return n!=null}function cw(n){return wi(n)&&n!==Lb&&n!==hc}function hw(n){return typeof n=="number"&&!Number.isNaN(n)}const uw=2**31-1;function Oe(n,t){const e=parseFloat(n);return Number.isNaN(e)?typeof t=="number"?t:NaN:e}const lw=n=>typeof n=="number"&&n>=0&&Number.isFinite(n),fw=n=>lw(n)&&n>0,pn=n=>fw(n)&&n===Math.floor(n),dc=n=>n===1/0||pn(n);function mc(n=1e-6){return function(t,e){return Math.abs(t-e)<n}}function rt(n,t,e){const s=Math.min(t,e),i=Math.max(t,e);return n<s?s:n>i?i:n}function dw(n,t){return(n%t+t)%t}function Yr(n,t,e){return typeof n=="number"&&typeof t=="number"?(1-e)*n+e*t:typeof n=="number"?n:typeof t=="number"?t:0}function mw(n,t,e){const s=Math.max(n.length,t.length),i=new Array(s);for(let r=0;r<s;r++)i[r]=Yr(n[r],t[r],e);return i}function pw(n,t,e){return s=>{const i=rt(s,n,t);return e==0?i:t-i<e?t:Math.round(i/e)*e}}function gw(n,t=2){return Oe(n,0).toFixed(t)}function at(n,t=2){return+gw(n,t)}function pc(n,t){const e=td("number-single",String(n));return{hasNumber:!!e,number:e&&!Array.isArray(e)&&e.fullMatch?parseFloat(e.fullMatch):cw(t)?t:NaN,prefix:e&&!Array.isArray(e)&&e.fullMatch?n.substring(0,e.matchIndex):"",suffix:e&&!Array.isArray(e)&&e.fullMatch?n.substring(e.matchIndex+e.fullMatch.length):""}}function fd(n){const t=td("number",n);return t?Array.isArray(t)?t.map(e=>Number(e.fullMatch)):[Number(t.fullMatch)]:[]}function dd(n,t){for(let e=0,s=n.length;e<s;e++)if(n[e]==t)return!0;return!1}function yw(n=[],t=[]){const e=n.length,s=t.length;for(let r=0;r<s;r++)n[r]=t[r];let i=Math.max(0,e-s);for(;i>0;)n.pop(),i--;return n}function md(n,t){const e=n.findIndex(s=>s===t);return e>=0&&n.splice(e,1),n}function vw(n,...t){return t.forEach(e=>{dd(n,e)||n.push(e)}),n}class Gr extends Array{constructor(t){super(t),this.fill(0)}}const pd=n=>pn(n)?n<=Math.pow(2,8)?Uint8Array:n<=Math.pow(2,16)?Uint16Array:n<=Math.pow(2,32)?Uint32Array:n<=Number.MAX_SAFE_INTEGER?Gr:null:null;function Xr(n,t){let e=n.length;for(;e--;)if(rw(n[e][0],t))return e;return-1}function kt(){return(typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date).now()}function Fs(n=new Date){return n.getTime()}function bw(n=new Date,t="yyyy-mm-dd hh:ii:ss.SSS"){return Tw(n,t)}function ww(n){const t=n.valueOf();return!Number.isNaN(t)}function xw(n,t=3,e=":"){const s=Math.max(n.length,6);let i="";for(let o=0;o<s-4;o++)i+=n[o]||"0";const r=[i,""+(n[s-4]||"0")+(n[s-3]||"0"),""+(n[s-2]||"0")+(n[s-1]||"0")];switch(t){case 1:return r[0];case 2:return r[0]+e+r[1];case 3:return r[0]+e+r[1]+e+r[2]}}function Sw(n){const t=Math.max(n.length,6);let e=0;e+=(n[t-2]||0)*10+(n[t-1]||0),e+=((n[t-4]||0)*10+(n[t-3]||0))*60;let s=0;for(let i=0;i<t-4;i++)s=s*10+(n[i]||0);return e+=s*60*60,Math.floor(Math.max(0,e))}function _w(n,t=!1){let e=0;if(typeof n=="number"?e=n:e=Sw(n),e<=0)return[0,0,0,0,0,0];const s=[],i=e%60;s.unshift(i%10),s.unshift(Math.floor(i/10)),e=Math.floor(e/60);const r=e%60;if(s.unshift(r%10),s.unshift(Math.floor(r/10)),e=Math.floor(e/60),t){const o=e%100;for(s.unshift(o%10),s.unshift(Math.floor(o/10)),e=Math.floor(e/100);e;)s.unshift(e%10),e=Math.floor(e/10)}else{const o=e%24;s.unshift(o%10),s.unshift(Math.floor(o/10))}return s}function Ew(n,t=1,e=!1){return n[n.length-1]+=t,_w(n,e)}function Tw(n,t="yyyy-mm-dd hh:ii:ss"){if(!ww(n))return"";const e=/(y+)/.exec(t);if(e&&e[1]){const i=e[1];t=t.replace(i,(n.getFullYear()+"").substring(4-i.length))}const s={"m+":n.getMonth()+1,"d+":n.getDate(),"h+":n.getHours(),"i+":n.getMinutes(),"s+":n.getSeconds(),"q+":Math.floor((n.getMonth()+3)/3),"S+":n.getMilliseconds()};for(const i in s){const r=new RegExp("("+i+")").exec(t);if(r&&r[1]){const o=r[1];t=t.replace(o,o.length===1?""+s[i]:("00"+s[i]).slice(-o.length))}}return t}const gd=()=>{};function Cw(...n){return n.length===0?(...t)=>t:n.length===1?n[0]:n.reduce((t,e)=>(...s)=>t(e(...s)))}function Pw(n=0,t){const e=t?.min??300,s=t?.max??6e4,i=t?.exponent??2,r=t?.factor??.5;let o=e*Math.pow(i,n);if(r){const a=Math.random(),c=Math.floor(a*r*o);o=Math.floor(a*10)&1?o+c:o-c}return Math.min(o,s)|0}function Aw(n,t={}){if(typeof n!="function")throw new TypeError("Expected a function");const e=function(...s){const i=t?.thisArg||this,r=t?.cacheKeyResolver?t.cacheKeyResolver.apply(i,s):s[0],o=e.cache;if(o.has(r))return o.get(r);const a=n.apply(i,s);return a instanceof Promise&&a.catch(()=>o.delete(r)),e.cache=o.set(r,a)||o,a};return e.cache=t?.createCache?t.createCache():new Map,e}Array.prototype.ap=function(n){return this.reduce((t,e)=>t.concat(n.map(e)),[])};function Mw(){let n,t;return{promise:new Promise((e,s)=>{n=e,t=s}),resolve:n,reject:t}}function ls(n,t=e=>console.error(e)){try{const e=n();return nw(e)?Promise.resolve(e).catch(s=>{t(s)}):e}catch(e){t(e)}}const Dw=2147483647;function yd(n,t,e){if(typeof t!="number"||t<=0)return n;let s;const i=new Promise((r,o)=>{s=setTimeout((a,c)=>{a(new Error(c||`Timeout of ${t}ms!`))},Math.min(t,Dw),o,e)});return Promise.race([n,i]).finally(()=>{s!==void 0&&(clearTimeout(s),s=void 0)})}function Rw(n,t,e){if(!t)return n;const s=e||"Aborted!";return t.aborted?Promise.reject(new Error(s)):new Promise((i,r)=>{const o=()=>{r(new Error(s))};t.addEventListener("abort",o,{once:!0}),n.finally(()=>{t.removeEventListener("abort",o)}),n.then(i,r)})}class Ow{__data__=[];size=0;constructor(t){t=t||[];const e=t.length;let s=-1;for(;++s<e;){const i=t[s];this.set(i[0],i[1])}}set(t,e){const s=this.__data__,i=Xr(s,t);return i<0?(++this.size,s.push([t,e])):s[i][1]=e,this}get(t){const e=this.__data__,s=Xr(e,t);return s<0?void 0:e[s][1]}has(t){return Xr(this.__data__,t)>-1}delete(t){const e=this.__data__,s=Xr(e,t);if(s<0)return!1;const i=e.length-1;return s==i?e.pop():Array.prototype.splice.call(e,s,1),--this.size,!0}clear(){this.__data__=[],this.size=0}*entries(){for(const t of this.__data__)yield t}*keys(){for(const t of this.__data__)yield t[0]}*values(){for(const t of this.__data__)yield t[1]}[Symbol.iterator](){return this.entries()}}const Iw=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,vd=new Set,kw=(n,t,e,s)=>{typeof cc.emitWarning=="function"?cc.emitWarning(n,t,e,s):console.error(`[${e}] ${t}: ${n}`)},Lw=n=>!vd.has(n);class Bs{heap;length;static#a=!1;static create(t){const e=pd(t);if(!e)return[];Bs.#a=!0;const s=new Bs(t,e);return Bs.#a=!1,s}constructor(t,e){if(!Bs.#a)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new e(t),this.length=0}push(t){this.heap[this.length++]=t}pop(){return this.heap[--this.length]}}class gc{#a;#l;#g;#D;#y;#L;#V;#v;get perf(){return this.#v}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#i;#b;#s;#n;#t;#h;#f;#c;#r;#w;#o;#x;#S;#d;#m;#_;#A;#u;#N;static unsafeExposeInternals(t){return{starts:t.#S,ttls:t.#d,autopurgeTimers:t.#m,sizes:t.#x,keyMap:t.#s,keyList:t.#n,valList:t.#t,next:t.#h,prev:t.#f,get head(){return t.#c},get tail(){return t.#r},free:t.#w,isBackgroundFetch:e=>t.#e(e),backgroundFetch:(e,s,i,r)=>t.#B(e,s,i,r),moveToTail:e=>t.#k(e),indexes:e=>t.#E(e),rindexes:e=>t.#T(e),isStale:e=>t.#p(e)}}get max(){return this.#a}get maxSize(){return this.#l}get calculatedSize(){return this.#b}get size(){return this.#i}get fetchMethod(){return this.#L}get memoMethod(){return this.#V}get dispose(){return this.#g}get onInsert(){return this.#D}get disposeAfter(){return this.#y}constructor(t){const{max:e=0,ttl:s,ttlResolution:i=1,ttlAutopurge:r,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:c,dispose:h,onInsert:u,disposeAfter:l,noDisposeOnSet:f,noUpdateTTL:d,maxSize:p=0,maxEntrySize:m=0,sizeCalculation:y,fetchMethod:g,memoMethod:v,noDeleteOnFetchRejection:x,noDeleteOnStaleGet:b,allowStaleOnFetchRejection:E,allowStaleOnFetchAbort:_,ignoreFetchAbort:D,perf:V}=t;if(V!==void 0&&typeof V?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#v=V??Iw,e!==0&&!pn(e))throw new TypeError("max option must be a nonnegative integer");const O=e?pd(e):Array;if(!O)throw new Error("invalid max value: "+e);if(this.#a=e,this.#l=p,this.maxEntrySize=m||this.#l,this.sizeCalculation=y,this.sizeCalculation){if(!this.#l&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(v!==void 0&&typeof v!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#V=v,g!==void 0&&typeof g!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#L=g,this.#A=!!g,this.#s=new Map,this.#n=Array.from({length:e}).fill(void 0),this.#t=Array.from({length:e}).fill(void 0),this.#h=new O(e),this.#f=new O(e),this.#c=0,this.#r=0,this.#w=Bs.create(e),this.#i=0,this.#b=0,typeof h=="function"&&(this.#g=h),typeof u=="function"&&(this.#D=u),typeof l=="function"?(this.#y=l,this.#o=[]):(this.#y=void 0,this.#o=void 0),this.#_=!!this.#g,this.#N=!!this.#D,this.#u=!!this.#y,this.noDisposeOnSet=!!f,this.noUpdateTTL=!!d,this.noDeleteOnFetchRejection=!!x,this.allowStaleOnFetchRejection=!!E,this.allowStaleOnFetchAbort=!!_,this.ignoreFetchAbort=!!D,this.maxEntrySize!==0){if(this.#l!==0&&!pn(this.#l))throw new TypeError("maxSize must be a positive integer if specified");if(!pn(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#H()}if(this.allowStale=!!c,this.noDeleteOnStaleGet=!!b,this.updateAgeOnGet=!!o,this.updateAgeOnHas=!!a,this.ttlResolution=pn(i)||i===0?i:1,this.ttlAutopurge=!!r,this.ttl=s||0,this.ttl){if(!pn(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#j()}if(this.#a===0&&this.ttl===0&&this.#l===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#a&&!this.#l){const N="LRU_CACHE_UNBOUNDED";Lw(N)&&(vd.add(N),kw("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",N,gc))}}getRemainingTTL(t){return this.#s.has(t)?1/0:0}#j(){const t=new Gr(this.#a),e=new Gr(this.#a);this.#d=t,this.#S=e;const s=this.ttlAutopurge?Array.from({length:this.#a}):void 0;this.#m=s,this.#$=(a,c,h=this.#v.now())=>{e[a]=c!==0?h:0,t[a]=c,i(a,c)},this.#R=a=>{e[a]=t[a]!==0?this.#v.now():0,i(a,t[a])};const i=this.ttlAutopurge?(a,c)=>{if(s?.[a]&&(clearTimeout(s[a]),s[a]=void 0),c&&c!==0&&s){const h=setTimeout(()=>{this.#p(a)&&this.#C(this.#n[a],"expire")},c+1);h.unref&&h.unref(),s[a]=h}}:()=>{};this.#P=(a,c)=>{if(t[c]){const h=t[c],u=e[c];if(!h||!u)return;a.ttl=h,a.start=u,a.now=r||o();const l=a.now-u;a.remainingTTL=h-l}};let r=0;const o=()=>{const a=this.#v.now();if(this.ttlResolution>0){r=a;const c=setTimeout(()=>r=0,this.ttlResolution);c.unref&&c.unref()}return a};this.getRemainingTTL=a=>{const c=this.#s.get(a);if(c===void 0)return 0;const h=t[c],u=e[c];if(!h||!u)return 1/0;const l=(r||o())-u;return h-l},this.#p=a=>{const c=e[a],h=t[a];return!!h&&!!c&&(r||o())-c>h}}#R=()=>{};#P=()=>{};#$=()=>{};#p=()=>!1;#H(){const t=new Gr(this.#a);this.#b=0,this.#x=t,this.#O=e=>{this.#b-=t[e],t[e]=0},this.#U=(e,s,i,r)=>{if(this.#e(s))return 0;if(!pn(i))if(r){if(typeof r!="function")throw new TypeError("sizeCalculation must be a function");if(i=r(s,e),!pn(i))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return i||0},this.#z=(e,s,i)=>{if(t[e]=s,this.#l){const r=this.#l-t[e];for(;this.#b>r;)this.#F(!0)}this.#b+=t[e],i&&(i.entrySize=s,i.totalCalculatedSize=this.#b)}}#O=t=>{};#z=(t,e,s)=>{};#U=(t,e,s,i)=>{if(s||i)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#E({allowStale:t=this.allowStale}={}){if(this.#i)for(let e=this.#r;this.#Y(e)&&((t||!this.#p(e))&&(yield e),e!==this.#c);)e=this.#f[e]}*#T({allowStale:t=this.allowStale}={}){if(this.#i)for(let e=this.#c;this.#Y(e)&&((t||!this.#p(e))&&(yield e),e!==this.#r);)e=this.#h[e]}#Y(t){return t!==void 0&&this.#s.get(this.#n[t])===t}*entries(){for(const t of this.#E())this.#t[t]!==void 0&&this.#n[t]!==void 0&&!this.#e(this.#t[t])&&(yield[this.#n[t],this.#t[t]])}*rentries(){for(const t of this.#T())this.#t[t]!==void 0&&this.#n[t]!==void 0&&!this.#e(this.#t[t])&&(yield[this.#n[t],this.#t[t]])}*keys(){for(const t of this.#E()){const e=this.#n[t];e!==void 0&&!this.#e(this.#t[t])&&(yield e)}}*rkeys(){for(const t of this.#T()){const e=this.#n[t];e!==void 0&&!this.#e(this.#t[t])&&(yield e)}}*values(){for(const t of this.#E())this.#t[t]!==void 0&&!this.#e(this.#t[t])&&(yield this.#t[t])}*rvalues(){for(const t of this.#T())this.#t[t]!==void 0&&!this.#e(this.#t[t])&&(yield this.#t[t])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(t,e={}){for(const s of this.#E()){const i=this.#t[s],r=this.#e(i)?i.__staleWhileFetching:i;if(r!==void 0&&t(r,this.#n[s],this))return this.#I(this.#n[s],e)}}forEach(t,e=this){for(const s of this.#E()){const i=this.#t[s],r=this.#e(i)?i.__staleWhileFetching:i;r!==void 0&&t.call(e,r,this.#n[s],this)}}rforEach(t,e=this){for(const s of this.#T()){const i=this.#t[s],r=this.#e(i)?i.__staleWhileFetching:i;r!==void 0&&t.call(e,r,this.#n[s],this)}}purgeStale(){let t=!1;for(const e of this.#T({allowStale:!0}))this.#p(e)&&(this.#C(this.#n[e],"expire"),t=!0);return t}info(t){const e=this.#s.get(t);if(e===void 0)return;const s=this.#t[e],i=this.#e(s)?s.__staleWhileFetching:s;if(i===void 0)return;const r={value:i};if(this.#d&&this.#S){const o=this.#d[e],a=this.#S[e];if(o&&a){const c=o-(this.#v.now()-a);r.ttl=c,r.start=Date.now()}}return this.#x&&(r.size=this.#x[e]),r}dump(){const t=[];for(const e of this.#E({allowStale:!0})){const s=this.#n[e],i=this.#t[e],r=this.#e(i)?i.__staleWhileFetching:i;if(r===void 0||s===void 0)continue;const o={value:r};if(this.#d&&this.#S){o.ttl=this.#d[e];const a=this.#v.now()-this.#S[e];o.start=Math.floor(Date.now()-a)}this.#x&&(o.size=this.#x[e]),t.unshift([s,o])}return t}load(t){this.clear();for(const[e,s]of t){if(s.start){const i=Date.now()-s.start;s.start=this.#v.now()-i}this.#M(e,s.value,s)}}set(t,e,s={}){const{status:i=void 0}=s;return s.status=i,i&&(i.op="set",i.key=t,e!==void 0&&(i.value=e)),this.#M(t,e,s)}#M(t,e,s={}){const{ttl:i=this.ttl,start:r,noDisposeOnSet:o=this.noDisposeOnSet,sizeCalculation:a=this.sizeCalculation,status:c}=s;if(e===void 0)return c&&(c.set="deleted"),this.delete(t),this;let{noUpdateTTL:h=this.noUpdateTTL}=s;c&&!this.#e(e)&&(c.value=e);const u=this.#U(t,e,s.size||0,a,c);if(this.maxEntrySize&&u>this.maxEntrySize)return this.#C(t,"set"),c&&(c.set="miss",c.maxEntrySizeExceeded=!0),this;let l=this.#i===0?void 0:this.#s.get(t);if(l===void 0)l=this.#i===0?this.#r:this.#w.length!==0?this.#w.pop():this.#i===this.#a?this.#F(!1):this.#i,this.#n[l]=t,this.#t[l]=e,this.#s.set(t,l),this.#h[this.#r]=l,this.#f[l]=this.#r,this.#r=l,this.#i++,this.#z(l,u,c),c&&(c.set="add"),h=!1,this.#N&&this.#D?.(e,t,"add");else{this.#k(l);const f=this.#t[l];if(e!==f){if(this.#A&&this.#e(f)){f.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:d}=f;d!==void 0&&!o&&(this.#_&&this.#g?.(d,t,"set"),this.#u&&this.#o?.push([d,t,"set"]))}else o||(this.#_&&this.#g?.(f,t,"set"),this.#u&&this.#o?.push([f,t,"set"]));if(this.#O(l),this.#z(l,u,c),this.#t[l]=e,c){c.set="replace";const d=f&&this.#e(f)?f.__staleWhileFetching:f;d!==void 0&&(c.oldValue=d)}}else c&&(c.set="update");this.#N&&this.onInsert?.(e,t,e===f?"update":"replace")}if(i!==0&&!this.#d&&this.#j(),this.#d&&(h||this.#$(l,i,r),c&&this.#P(c,l)),!o&&this.#u&&this.#o){const f=this.#o;let d;for(;d=f?.shift();)this.#y?.(...d)}return this}pop(){try{for(;this.#i;){const t=this.#t[this.#c];if(this.#F(!0),this.#e(t)){if(t.__staleWhileFetching)return t.__staleWhileFetching}else if(t!==void 0)return t}}finally{if(this.#u&&this.#o){const t=this.#o;let e;for(;e=t?.shift();)this.#y?.(...e)}}}#F(t){const e=this.#c,s=this.#n[e],i=this.#t[e];return this.#A&&this.#e(i)?i.__abortController.abort(new Error("evicted")):(this.#_||this.#u)&&(this.#_&&this.#g?.(i,s,"evict"),this.#u&&this.#o?.push([i,s,"evict"])),this.#O(e),this.#m?.[e]&&(clearTimeout(this.#m[e]),this.#m[e]=void 0),t&&(this.#n[e]=void 0,this.#t[e]=void 0,this.#w.push(e)),this.#i===1?(this.#c=this.#r=0,this.#w.length=0):this.#c=this.#h[e],this.#s.delete(s),this.#i--,e}has(t,e={}){const{status:s=void 0}=e;return e.status=s,s&&(s.op="has",s.key=t),this.#q(t,e)}#q(t,e={}){const{updateAgeOnHas:s=this.updateAgeOnHas,status:i}=e,r=this.#s.get(t);if(r!==void 0){const o=this.#t[r];if(this.#e(o)&&o.__staleWhileFetching===void 0)return!1;if(this.#p(r))i&&(i.has="stale",this.#P(i,r));else return s&&this.#R(r),i&&(i.has="hit",this.#P(i,r)),!0}else i&&(i.has="miss");return!1}peek(t,e={}){const{status:s=void 0}=e;return s&&(s.op="peek",s.key=t),e.status=s,this.#K(t,e)}#K(t,e){const{status:s,allowStale:i=this.allowStale}=e,r=this.#s.get(t);if(r===void 0||!i&&this.#p(r)){s&&(s.peek=r===void 0?"miss":"stale");return}const o=this.#t[r],a=this.#e(o)?o.__staleWhileFetching:o;return s&&(a!==void 0?(s.peek="hit",s.value=a):s.peek="miss"),a}#B(t,e,s,i){const r=e===void 0?void 0:this.#t[e];if(this.#e(r))return r;const o=new AbortController,{signal:a}=s;a?.addEventListener("abort",()=>o.abort(a.reason),{signal:o.signal});const c={signal:o.signal,options:s,context:i},h=(m,y=!1)=>{const{aborted:g}=o.signal,v=s.ignoreFetchAbort&&m!==void 0,x=s.ignoreFetchAbort||!!(s.allowStaleOnFetchAbort&&m!==void 0);if(s.status&&(g&&!y?(s.status.fetchAborted=!0,s.status.fetchError=o.signal.reason,v&&(s.status.fetchAbortIgnored=!0)):s.status.fetchResolved=!0),g&&!v&&!y)return l(o.signal.reason,x);const b=d,E=this.#t[e];return(E===d||E===void 0&&v&&y)&&(m===void 0?b.__staleWhileFetching!==void 0?this.#t[e]=b.__staleWhileFetching:this.#C(t,"fetch"):(s.status&&(s.status.fetchUpdated=!0),this.#M(t,m,c.options))),m},u=m=>(s.status&&(s.status.fetchRejected=!0,s.status.fetchError=m),l(m,!1)),l=(m,y)=>{const{aborted:g}=o.signal,v=g&&s.allowStaleOnFetchAbort,x=v||s.allowStaleOnFetchRejection,b=x||s.noDeleteOnFetchRejection,E=d;if(this.#t[e]===d&&(!b||!y&&E.__staleWhileFetching===void 0?this.#C(t,"fetch"):v||(this.#t[e]=E.__staleWhileFetching)),x)return s.status&&E.__staleWhileFetching!==void 0&&(s.status.returnedStale=!0),E.__staleWhileFetching;if(E.__returned===E)throw m},f=(m,y)=>{const g=this.#L?.(t,r,c);g&&g instanceof Promise&&g.then(v=>m(v===void 0?void 0:v),y),o.signal.addEventListener("abort",()=>{(!s.ignoreFetchAbort||s.allowStaleOnFetchAbort)&&(m(void 0),s.allowStaleOnFetchAbort&&(m=v=>h(v,!0)))})};s.status&&(s.status.fetchDispatched=!0);const d=new Promise(f).then(h,u),p=Object.assign(d,{__abortController:o,__staleWhileFetching:r,__returned:void 0});return e===void 0?(this.#M(t,p,{...c.options,status:void 0}),e=this.#s.get(t)):this.#t[e]=p,p}#e(t){if(!this.#A)return!1;const e=t;return!!e&&e instanceof Promise&&Object.prototype.hasOwnProperty.call(e,"__staleWhileFetching")&&e.__abortController instanceof AbortController}fetch(t,e={}){const{status:s=void 0}=e;return e.status=s,s&&e.context&&(s.context=e.context),this.#G(t,e)}async#G(t,e={}){const{allowStale:s=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:r=this.noDeleteOnStaleGet,ttl:o=this.ttl,noDisposeOnSet:a=this.noDisposeOnSet,size:c=0,sizeCalculation:h=this.sizeCalculation,noUpdateTTL:u=this.noUpdateTTL,noDeleteOnFetchRejection:l=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:f=this.allowStaleOnFetchRejection,ignoreFetchAbort:d=this.ignoreFetchAbort,allowStaleOnFetchAbort:p=this.allowStaleOnFetchAbort,context:m,forceRefresh:y=!1,status:g,signal:v}=e;if(g&&(g.op="fetch",g.key=t,y&&(g.forceRefresh=!0)),!this.#A)return g&&(g.fetch="get"),this.#I(t,{allowStale:s,updateAgeOnGet:i,noDeleteOnStaleGet:r,status:g});const x={allowStale:s,updateAgeOnGet:i,noDeleteOnStaleGet:r,ttl:o,noDisposeOnSet:a,size:c,sizeCalculation:h,noUpdateTTL:u,noDeleteOnFetchRejection:l,allowStaleOnFetchRejection:f,allowStaleOnFetchAbort:p,ignoreFetchAbort:d,status:g,signal:v},b=this.#s.get(t);if(b===void 0){g&&(g.fetch="miss");const E=this.#B(t,b,x,m);return E.__returned=E}else{const E=this.#t[b];if(this.#e(E)){const O=s&&E.__staleWhileFetching!==void 0;return g&&(g.fetch="inflight",O&&(g.returnedStale=!0)),O?E.__staleWhileFetching:E.__returned=E}const _=this.#p(b);if(!y&&!_)return g&&(g.fetch="hit"),this.#k(b),i&&this.#R(b),g&&this.#P(g,b),E;const D=this.#B(t,b,x,m),V=D.__staleWhileFetching!==void 0&&s;return g&&(g.fetch=_?"stale":"refresh",V&&_&&(g.returnedStale=!0)),V?D.__staleWhileFetching:D.__returned=D}}forceFetch(t,e={}){const{status:s=void 0}=e;return e.status=s,s&&e.context&&(s.context=e.context),this.#J(t,e)}async#J(t,e={}){const s=await this.#G(t,e);if(s===void 0)throw new Error("fetch() returned undefined");return s}memo(t,e={}){const{status:s=void 0}=e;e.status=s,s&&(s.op="memo",s.key=t,e.context&&(s.context=e.context));const i=this.#Z(t,e);return s&&(s.value=i),i}#Z(t,e={}){const s=this.#V;if(!s)throw new Error("no memoMethod provided to constructor");const{context:i,status:r,forceRefresh:o,...a}=e;r&&o&&(r.forceRefresh=!0);const c=this.#I(t,a),h=o||c===void 0;if(r&&(r.memo=h?"miss":"hit",h||(r.value=c)),!h)return c;const u=s(t,c,{options:a,context:i});return r&&(r.value=u),this.#M(t,u,a),u}get(t,e={}){const{status:s=void 0}=e;e.status=s,s&&(s.op="get",s.key=t);const i=this.#I(t,e);return s&&i!==void 0&&(s.value=i),i}#I(t,e={}){const{allowStale:s=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:r=this.noDeleteOnStaleGet,status:o}=e,a=this.#s.get(t);if(a===void 0){o&&(o.get="miss");return}const c=this.#t[a],h=this.#e(c);return o&&this.#P(o,a),this.#p(a)?h?(o&&(o.get="stale-fetching"),s&&c.__staleWhileFetching!==void 0?(o&&(o.returnedStale=!0),c.__staleWhileFetching):void 0):(r||this.#C(t,"expire"),o&&(o.get="stale"),s?(o&&(o.returnedStale=!0),c):void 0):(o&&(o.get=h?"fetching":"hit"),this.#k(a),i&&this.#R(a),h?c.__staleWhileFetching:c)}#X(t,e){this.#f[e]=t,this.#h[t]=e}#k(t){t!==this.#r&&(t===this.#c?this.#c=this.#h[t]:this.#X(this.#f[t],this.#h[t]),this.#X(this.#r,t),this.#r=t)}delete(t){return this.#C(t,"delete")}#C(t,e){let s=!1;if(this.#i!==0){const i=this.#s.get(t);if(i!==void 0)if(this.#m?.[i]&&(clearTimeout(this.#m?.[i]),this.#m[i]=void 0),s=!0,this.#i===1)this.#W(e);else{this.#O(i);const r=this.#t[i];if(this.#e(r)?r.__abortController.abort(new Error("deleted")):(this.#_||this.#u)&&(this.#_&&this.#g?.(r,t,e),this.#u&&this.#o?.push([r,t,e])),this.#s.delete(t),this.#n[i]=void 0,this.#t[i]=void 0,i===this.#r)this.#r=this.#f[i];else if(i===this.#c)this.#c=this.#h[i];else{const o=this.#f[i];this.#h[o]=this.#h[i];const a=this.#h[i];this.#f[a]=this.#f[i]}this.#i--,this.#w.push(i)}}if(this.#u&&this.#o?.length){const i=this.#o;let r;for(;r=i?.shift();)this.#y?.(...r)}return s}clear(){return this.#W("delete")}#W(t){for(const e of this.#T({allowStale:!0})){const s=this.#t[e];if(this.#e(s))s.__abortController.abort(new Error("deleted"));else{const i=this.#n[e];this.#_&&this.#g?.(s,i,t),this.#u&&this.#o?.push([s,i,t])}}if(this.#s.clear(),this.#t.fill(void 0),this.#n.fill(void 0),this.#d&&this.#S){this.#d.fill(0),this.#S.fill(0);for(const e of this.#m??[])e!==void 0&&clearTimeout(e);this.#m?.fill(void 0)}if(this.#x&&this.#x.fill(0),this.#c=0,this.#r=0,this.#w.length=0,this.#b=0,this.#i=0,this.#u&&this.#o){const e=this.#o;let s;for(;s=e?.shift();)this.#y?.(...s)}}}class yc{data;expirationMap=new Map;immortalKeys=new Set;expirations=Object.create(null);ttl;max;updateAgeOnGet;checkAgeOnGet;updateAgeOnHas;checkAgeOnHas;noUpdateTTL;dispose;noDisposeOnSet;timer;timerExpiration;constructor({ttl:t=1/0,max:e=1/0,updateAgeOnGet:s=!1,checkAgeOnGet:i=!1,updateAgeOnHas:r=!1,checkAgeOnHas:o=!1,noUpdateTTL:a=!1,dispose:c,noDisposeOnSet:h=!1}={},u=new Map){if(t!==void 0&&!dc(t))throw new TypeError("ttl must be positive integer or Infinity if set");if(!dc(e))throw new TypeError("max must be positive integer or Infinity");if(this.data=u,this.ttl=t,this.max=e,this.updateAgeOnGet=!!s,this.checkAgeOnGet=!!i,this.updateAgeOnHas=!!r,this.checkAgeOnHas=!!o,this.noUpdateTTL=!!a,this.noDisposeOnSet=!!h,c!==void 0){if(typeof c!="function")throw new TypeError("dispose must be function if set");this.dispose=c}else this.dispose=(l,f,d)=>{};this.timer=void 0,this.timerExpiration=void 0}get size(){return this.data.size}setTimer(t,e){if(this.timerExpiration&&this.timerExpiration<t)return;this.timer&&clearTimeout(this.timer);const s=setTimeout(()=>{this.timer=void 0,this.timerExpiration=void 0,this.purgeStale();for(const i in this.expirations){const r=Number(i);this.setTimer(r,r-kt());break}},Math.min(uw,Math.max(0,e)));s.unref&&s.unref(),this.timerExpiration=t,this.timer=s}cancelTimer(){this.timer&&(clearTimeout(this.timer),this.timerExpiration=void 0,this.timer=void 0)}clear(){const t=this.dispose!==yc.prototype.dispose?[...this]:[];this.data.clear(),this.expirationMap.clear(),this.cancelTimer(),this.expirations=Object.create(null);for(const[e,s]of t)this.dispose(s,e,"delete")}setTTL(t,e=this.ttl){const s=this.expirationMap.get(t);if(s!==void 0){const i=this.expirations[s];!i||i.length<=1?delete this.expirations[s]:this.expirations[s]=i.filter(r=>r!==t)}if(e&&e!==1/0){this.immortalKeys.delete(t);const i=Math.floor(kt()+e);this.expirationMap.set(t,i),this.expirations[i]||(this.expirations[i]=[],this.setTimer(i,e)),this.expirations[i].push(t)}else this.immortalKeys.add(t),this.expirationMap.set(t,1/0)}set(t,e,{ttl:s=this.ttl,noUpdateTTL:i=this.noUpdateTTL,noDisposeOnSet:r=this.noDisposeOnSet}={}){if(!dc(s))throw new TypeError("ttl must be positive integer or Infinity");if(this.expirationMap.has(t)){i||this.setTTL(t,s);const o=this.data.get(t),a=!r&&this.data.has(t);o!==e&&(this.data.set(t,e),a&&this.dispose(o,t,"set"))}else this.setTTL(t,s),this.data.set(t,e);for(;this.size>this.max;)this.purgeToCapacity();return this}has(t,{checkAgeOnHas:e=this.checkAgeOnHas,ttl:s=this.ttl,updateAgeOnHas:i=this.updateAgeOnHas}={}){return this.data.has(t)?e&&this.getRemainingTTL(t)===0?(this.delete(t),!1):(i&&this.setTTL(t,s),!0):!1}getRemainingTTL(t){const e=this.expirationMap.get(t);return e===1/0?1/0:e!==void 0?Math.max(0,Math.ceil(e-kt())):0}get(t,{updateAgeOnGet:e=this.updateAgeOnGet,ttl:s=this.ttl,checkAgeOnGet:i=this.checkAgeOnGet}={}){const r=this.data.get(t);if(i&&this.getRemainingTTL(t)===0){this.delete(t);return}return e&&this.setTTL(t,s),r}delete(t){const e=this.expirationMap.get(t);if(e!==void 0){const s=this.data.get(t);this.data.delete(t),this.expirationMap.delete(t),this.immortalKeys.delete(t);const i=this.expirations[e];return i&&(i.length<=1?delete this.expirations[e]:this.expirations[e]=i.filter(r=>r!==t)),this.dispose(s,t,"delete"),this.size===0&&this.cancelTimer(),!0}return!1}purgeToCapacity(){if(!(this.size<=this.max))for(const t in this.expirations){const e=this.expirations[t];if(this.size-e.length>=this.max){delete this.expirations[t];const s=[];for(const i of e)s.push([i,this.data.get(i)]),this.data.delete(i),this.expirationMap.delete(i);for(const[i,r]of s)this.dispose(r,i,"evict")}else{const s=this.size-this.max,i=[];for(const r of e.splice(0,s))i.push([r,this.data.get(r)]),this.data.delete(r),this.expirationMap.delete(r);for(const[r,o]of i)this.dispose(o,r,"evict")}}}purgeStale(){const t=Math.ceil(kt());for(const e in this.expirations){if(e==="Infinity"||Number(e)>t)return;const s=[...this.expirations[e]||[]],i=[];delete this.expirations[e];for(const r of s)i.push([r,this.data.get(r)]),this.data.delete(r),this.expirationMap.delete(r);for(const[r,o]of i)this.dispose(o,r,"expire")}this.size===0&&this.cancelTimer()}*entries(){for(const t in this.expirations)for(const e of this.expirations[t])yield[e,this.data.get(e)];for(const t of this.immortalKeys)yield[t,this.data.get(t)]}*keys(){for(const t in this.expirations)for(const e of this.expirations[t])yield e;for(const t of this.immortalKeys)yield t}*values(){for(const t in this.expirations)for(const e of this.expirations[t])yield this.data.get(e);for(const t of this.immortalKeys)yield this.data.get(t)}[Symbol.iterator](){return this.entries()}firstKey(){return this.keys().next().value}}const fs={branch:"├",lastBranch:"└",line:"│",empty:" "};function Wr(n,t={}){const{showValues:e=!0,hideFunctions:s=!1,lineBreak:i=`\r
|
|
11
|
+
`,maxDeep:r}=t,o=[],a=new WeakSet;function c(u,l="",f=0){if(typeof u=="string"){o.push(l+'"'+u+'"');return}if(typeof u!="object"||u===null){e&&o.push(l+String(u));return}if(r&&f>=r){Array.isArray(n)?o.push("[...OverMaxDeep]"):o.push("{...OverMaxDeep}");return}if(a.has(u)){o.push(l+"[Circular]");return}a.add(u);const d=Object.keys(u).filter(p=>!(s&&typeof u[p]=="function"));d.forEach((p,m)=>{const y=u[p],g=m===d.length-1,v=f===0&&m===0?"":l,x=g?fs.lastBranch:fs.branch,b=p.trim()===""?"":p;let E=v+x+(b?" "+b:"");const _=p.trim()!=="";if(y&&typeof y=="object"&&a.has(y))o.push(E+(_?": ":E?" ":"")+"[Circular]");else if(y&&typeof y=="object"&&!Array.isArray(y)){o.push(E);const D=g?fs.empty:fs.line,V=v+D+" ";c(y,V,f+1)}else if(Array.isArray(y)){o.push(E+(_?": ":E?" ":"")+"[Array("+y.length+")]");const D=g?fs.empty:fs.line,V=v+D+" ";c(y,V,f+1)}else if(e){const D=typeof y=="function"?"[Function]":typeof y=="string"?'"'+String(y)+'"':String(y);E+=(_?": ":E?" ":"")+D,o.push(E)}else o.push(E)})}const h=Object.keys(n);if(h.length===0)return"(empty)";if(h.length===1&&h[0]!==void 0&&h[0].trim()===""&&typeof n[h[0]]=="string"){const u=h[0],l=fs.lastBranch,f=n[u],d=typeof f=="function"?"[Function]":typeof f=="string"?'"'+f+'"':String(f);return l+" "+d}return c(n),i+o.join(i)}function bd(n="verbose"){let t=-1;switch(n){case"verbose":t=0;break;case"debug":t=1;break;case"info":t=2;break;case"warn":t=3;break;case"error":t=4;break}return t}function Vw(n="verbose"){tt.OPEN_LOG_LEVEL=bd(n)}function wd(){tt.OPEN_LOG_LEVEL=-1}function Nw(n){tt.LOG_UPLOAD_FN=n}wd();function xi(n="verbose"){return tt.OPEN_LOG_LEVEL<=bd(n)}function vc(n){tt.LOG_UPLOAD_FN&&tt.LOG_UPLOAD_FN(n)}function zn(n,t=""){try{if(vc({level:"info",msg:n,type:t}),!xi("info"))return;console.log(n)}catch{}}function Ie(n,t=""){try{if(vc({level:"warn",msg:n,type:t}),!xi("warn"))return;console.warn(n)}catch{}}function zw(n,t=""){try{if(vc({level:"error",msg:n,type:t}),!xi("error"))return;console.error(n)}catch{}}const xd={start:n=>{xi("verbose")&&(!console||typeof console!="object"||typeof console.groupCollapsed!="function"||console.groupCollapsed(n))},end:()=>{!console||typeof console!="object"||typeof console.groupEnd!="function"||console.groupEnd()}},Sd={start:n=>{xi("verbose")&&(!console||typeof console!="object"||typeof console.time!="function"||console.time(n))},end:n=>{!console||typeof console!="object"||typeof console.timeEnd!="function"||console.timeEnd(n)}};function Hr(n){if(typeof MessageChannel<"u"&&(ad(MessageChannel)||MessageChannel.toString()==="[object MessageChannelConstructor]")){const{port1:t,port2:e}=new MessageChannel;t.onmessage=()=>{t.onmessage=null,n()},e.postMessage(null)}else setTimeout(n,0)}async function Fw(){return new Promise(n=>{Hr(n)})}if(tt.requestAnimationFrame=tt.requestAnimationFrame||tt.webkitRequestAnimationFrame||tt.mozRequestAnimationFrame||tt.oRequestAnimationFrame||tt.msRequestAnimationFrame,tt.cancelAnimationFrame=tt.cancelAnimationFrame||tt.webkitCancelAnimationFrame||tt.mozCancelAnimationFrame||tt.oCancelAnimationFrame||tt.msCancelAnimationFrame,!tt.requestAnimationFrame){let n=kt();tt.requestAnimationFrame=t=>{const e=kt(),s=Math.max(0,16-(e-n)),i=tt.setTimeout(()=>{t(e+s)},s);return n=e+s,i}}tt.cancelAnimationFrame||(tt.cancelAnimationFrame=n=>{tt.clearTimeout(n)});const qr=tt.requestAnimationFrame,Bw=tt.cancelAnimationFrame;function jw(n){let t=!0,e=qr(function s(i){t&&n(i)&&(e=qr(s))});return()=>{t=!1,Bw(e)}}tt.requestIdleCallback=tt.requestIdleCallback||function(n,t){const e=kt();return setTimeout(()=>{const s=kt()-e,i={didTimeout:typeof t?.timeout!="number"?!1:s>t.timeout,timeRemaining:()=>Math.max(0,50-s)};n(i)},t?.timeout)},tt.cancelIdleCallback=tt.cancelIdleCallback||function(n){clearTimeout(n)},tt.requestIdleCallback,tt.cancelIdleCallback;let Si=33,gn=33,Kr=0,_i=0,bc=!1;function _d(n){bc||(bc=!0,qr(t=>{bc=!1,Kr=t,_i===0&&(_i=Kr+gn);let e=gn+Kr-_i;e<gn&&Si<gn?(e<8&&(e=8),gn=Math.max(e,Si)):e>gn&&Si>gn&&(gn=Math.min(e,Si)),Si=e,_i=Kr+gn,Hr(()=>{n(_i),_d(n)})}))}function wc(n){const t=n?.maxIterations||1e4,e=!!n?.tracing,s=n?.onTrace||(d=>{const p=" ".repeat(d.depth);console.log(`${p}emit#${d.id} parent=${d.parentId} source=${d.source}`)}),i=[];let r=0,o=0;const a=new Set,c=d=>(a.add(d),()=>{a.delete(d)});let h;function u(d,p){const m=h,y={id:String(++r),dataset:d,source:p,createdAt:kt(),parentId:m?.id,depth:m?m.depth+1:0};i.push(y)}let l=!1;function f(){if(l)return;l=!0;let d=0;try{for(;o<i.length;){if(++d>t)throw new Error("Possible infinite signal loop detected");const p=i[o],m=h;h=p,e&&s(p);const y=Array.from(a);for(const g of y)try{g(...p.dataset)}catch(v){Hr(()=>{throw v})}h=m,o++}}finally{l=!1,o>=i.length&&(i.length=0,o=0)}}return{subscribe:c,once(d){const p=c((...m)=>{p(),d(...m)});return p},emit(...d){u(d),f()},emitFrom(d,...p){u(p,d),f()},clear(){a.clear()}}}function $w(n={}){const{concurrency:t=1/0,maxWorkerRunTime:e=6e4}=n;let s=1/0;const i=()=>s===1/0||kt()<s,r=O=>{s=kt()+O,h()};let o=i()?0:1;const a=()=>o>0,c=()=>{o++},h=()=>{o>0&&o--,D()},u=()=>!a()&&!i(),l=async()=>{u()&&await Fw()};let f=0,d=[];const p=new Set,m=new Set;let y=0,g=[],v=[];const x=()=>{y===0&&(g.forEach(O=>O()),g=[],d.length===0&&(v.forEach(O=>O()),v=[]))},b=O=>{if(O.signal){if(O.signal.aborted)return O.resultReject("Cancel by Aborted!"),O;O.abortHandler=()=>{O.resultReject("Cancel by Abort!"),d=d.filter(N=>N.id!==O.id),x()},O.signal.addEventListener("abort",O.abortHandler,{once:!0})}if(d.filter(N=>O.invalidates?.includes(N.id)).forEach(N=>{N.resultReject("Cancel by invalidates!")}),d=d.filter(N=>!O.invalidates?.includes(N.id)),O.fold){const N=d.findIndex(U=>U.id===O.id);if(N!==-1){const U=d[N],Y=O.fold(U,O);return U.dataset=Y.dataset,U}else return d.push(O),O}else return d.push(O),O},E=()=>{if(d.length===0)return;let O=-1,N;for(let U=0,Y=d.length;U<Y;U++){const st=d[U];(!N||st.niceness<N.niceness)&&(O=U,N=st)}return d.splice(O,1),N};let _=!1;const D=()=>{_||a()||(_=!0,Hr(()=>{for(_=!1;d.length>0&&m.size>0&&y<t&&!a();){const O=E(),N=hw(O.deadline)&&kt()>=O.deadline,U=O.niceness==Fr.immediate;if(!i()&&!N&&!U){b(O),D();break}if(O.signal?.aborted){O.resultReject("Cancel by Aborted!"),x();continue}y++;const Y=m.values().next().value;m.delete(Y),Rw(yd(Promise.resolve(Y(...O.dataset)),e),O.signal).then(st=>{O.resultResolve(st)}).catch(st=>{O.retry>0?(O.retry--,b(O)):O.resultReject(st)}).finally(async()=>{p.has(Y)&&m.add(Y),O.signal&&O.abortHandler&&O.signal.removeEventListener("abort",O.abortHandler),y--,x(),D()})}}))},V=O=>(p.add(O),m.add(O),D(),()=>{p.delete(O),m.delete(O)});return{put(...O){const N=O[O.length-1]||{};let U={};("niceness"in N||"deadline"in N||"retry"in N||"signal"in N||"invalidates"in N||"fold"in N)&&(U=O.pop());const Y=Mw(),st=b({id:String(++f),dataset:O,createdAt:kt(),result:Y.promise,resultResolve:Y.resolve,resultReject:Y.reject,niceness:U.niceness??Fr.normal,deadline:U.deadline??hc,retry:U.retry??0,signal:U.signal});return D(),st},cancel(O){d=d.filter(N=>N.id!==O.id),O.signal&&O.abortHandler&&O.signal.removeEventListener("abort",O.abortHandler),x()},clear(){for(const O of d)O.signal&&O.abortHandler&&O.signal.removeEventListener("abort",O.abortHandler),O.resultReject(new Error("Cleared"));d.length=0,x()},run:V,once(O){const N=V((...U)=>{try{return O(...U)}finally{N()}});return N},async onDrain(){if(!(y===0&&d.length===0))return new Promise(O=>{v.push(O)})},async onIdle(){if(y!==0)return new Promise(O=>{g.push(O)})},pause:c,resume:h,get paused(){return a()},startFrame:r,yieldIfNeeded:l}}class Uw{pool;concurrency;maxWorkerRunTime;constructor(t={concurrency:1}){this.concurrency=t.concurrency??1,this.maxWorkerRunTime=t.maxWorkerRunTime??6e4,this.pool=$w({concurrency:this.concurrency,maxWorkerRunTime:this.maxWorkerRunTime});for(let e=0;e<this.concurrency;e++)this.pool.run(async function(s){return await s()})}cancel(t){this.pool.cancel(t)}clear(){this.pool.clear()}get paused(){return this.pool.paused}startFrame(t){this.pool.startFrame(t)}async immediate(t){try{return this.pool.pause(),await this.pool.onIdle(),await yd(Promise.resolve(t()),this.maxWorkerRunTime)}finally{this.pool.resume()}}asap(t,e){return this.pool.put(t,{niceness:e?.niceness??Fr.normal,deadline:typeof e?.timeout=="number"?kt()+e?.timeout:hc})}}class Yw{pool;started=!1;constructor(t={concurrency:1}){this.pool=new Uw(t),this.pool.startFrame(0)}clear(){this.pool.clear()}start(){this.started||(this.started=!0,_d(t=>{this.pool.startFrame(t-kt())}))}async idle(t,e){return this.start(),await this.pool.asap(t,{niceness:Fr.idle,timeout:e}).result}}const Ed=new Yw,Gw=Ed.idle.bind(Ed);class xc{events;constructor(){this.events={}}isEmpty(t){return this.events[t]==null||this.events[t].length==0}has(t,e){return this.events[t]!==void 0&&this.events[t].indexOf(e)!==-1}prependListener(t,e,s){return this.events[t]||(this.events[t]=[]),this.events[t].unshift(s?e.bind(s):e),this}addListener(t,e,s){return this.events[t]||(this.events[t]=[]),this.events[t].push(s?e.bind(s):e),this}on(t,e,s){return this.addListener(t,e,s),this}removeListener(t,e){return this.events[t]&&(this.events[t]=this.events[t].filter(s=>s!==e)),this}off(t,e){return this.removeListener(t,e),this}removeAllListeners(t){return t?this.events[t]=[]:this.events={},this}emit(t,...e){return this.events[t]&&this.events[t].slice(0).forEach(s=>{s(...e)}),this}once(t,e,s){const i=(...r)=>{s?e.apply(s,r):e(...r),this.off(t,i)};return this.on(t,i),this}}var Sc=function(n,t){return Sc=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,s){e.__proto__=s}||function(e,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(e[i]=s[i])},Sc(n,t)};function _c(n,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Sc(n,t);function e(){this.constructor=n}n.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}function Td(n){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&n[t],s=0;if(e)return e.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&s>=n.length&&(n=void 0),{value:n&&n[s++],done:!n}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Ec(n,t){var e=typeof Symbol=="function"&&n[Symbol.iterator];if(!e)return n;var s=e.call(n),i,r=[],o;try{for(;(t===void 0||t-- >0)&&!(i=s.next()).done;)r.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(e=s.return)&&e.call(s)}finally{if(o)throw o.error}}return r}function Tc(n,t,e){if(e||arguments.length===2)for(var s=0,i=t.length,r;s<i;s++)(r||!(s in t))&&(r||(r=Array.prototype.slice.call(t,0,s)),r[s]=t[s]);return n.concat(r||Array.prototype.slice.call(t))}function yn(n){return typeof n=="function"}function Xw(n){var t=function(s){Error.call(s),s.stack=new Error().stack},e=n(t);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var Cc=Xw(function(n){return function(t){n(this),this.message=t?t.length+` errors occurred during unsubscription:
|
|
12
|
+
`+t.map(function(e,s){return s+1+") "+e.toString()}).join(`
|
|
13
|
+
`):"",this.name="UnsubscriptionError",this.errors=t}});function Cd(n,t){if(n){var e=n.indexOf(t);0<=e&&n.splice(e,1)}}var Pc=function(){function n(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return n.prototype.unsubscribe=function(){var t,e,s,i,r;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=Td(o),c=a.next();!c.done;c=a.next()){var h=c.value;h.remove(this)}}catch(m){t={error:m}}finally{try{c&&!c.done&&(e=a.return)&&e.call(a)}finally{if(t)throw t.error}}else o.remove(this);var u=this.initialTeardown;if(yn(u))try{u()}catch(m){r=m instanceof Cc?m.errors:[m]}var l=this._finalizers;if(l){this._finalizers=null;try{for(var f=Td(l),d=f.next();!d.done;d=f.next()){var p=d.value;try{Ad(p)}catch(m){r=r??[],m instanceof Cc?r=Tc(Tc([],Ec(r)),Ec(m.errors)):r.push(m)}}}catch(m){s={error:m}}finally{try{d&&!d.done&&(i=f.return)&&i.call(f)}finally{if(s)throw s.error}}}if(r)throw new Cc(r)}},n.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)Ad(t);else{if(t instanceof n){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},n.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},n.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},n.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Cd(e,t)},n.prototype.remove=function(t){var e=this._finalizers;e&&Cd(e,t),t instanceof n&&t._removeParent(this)},n.EMPTY=function(){var t=new n;return t.closed=!0,t}(),n}();Pc.EMPTY;function Pd(n){return n instanceof Pc||n&&"closed"in n&&yn(n.remove)&&yn(n.add)&&yn(n.unsubscribe)}function Ad(n){yn(n)?n():n.unsubscribe()}var Md={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Ww={setTimeout:function(n,t){for(var e=[],s=2;s<arguments.length;s++)e[s-2]=arguments[s];return setTimeout.apply(void 0,Tc([n,t],Ec(e)))},clearTimeout:function(n){return clearTimeout(n)},delegate:void 0};function Hw(n){Ww.setTimeout(function(){throw n})}function Dd(){}function qw(n){n()}var Ac=function(n){_c(t,n);function t(e){var s=n.call(this)||this;return s.isStopped=!1,e?(s.destination=e,Pd(e)&&e.add(s)):s.destination=Qw,s}return t.create=function(e,s,i){return new Dc(e,s,i)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Pc),Kw=Function.prototype.bind;function Mc(n,t){return Kw.call(n,t)}var Jw=function(){function n(t){this.partialObserver=t}return n.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(s){Jr(s)}},n.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(s){Jr(s)}else Jr(t)},n.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){Jr(e)}},n}(),Dc=function(n){_c(t,n);function t(e,s,i){var r=n.call(this)||this,o;if(yn(e)||!e)o={next:e??void 0,error:s??void 0,complete:i??void 0};else{var a;r&&Md.useDeprecatedNextContext?(a=Object.create(e),a.unsubscribe=function(){return r.unsubscribe()},o={next:e.next&&Mc(e.next,a),error:e.error&&Mc(e.error,a),complete:e.complete&&Mc(e.complete,a)}):o=e}return r.destination=new Jw(o),r}return t}(Ac);function Jr(n){Hw(n)}function Zw(n){throw n}var Qw={closed:!0,next:Dd,error:Zw,complete:Dd},tx=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function ex(n){return n}function nx(n){return n.length===0?ex:n.length===1?n[0]:function(t){return n.reduce(function(e,s){return s(e)},t)}}(function(){function n(t){t&&(this._subscribe=t)}return n.prototype.lift=function(t){var e=new n;return e.source=this,e.operator=t,e},n.prototype.subscribe=function(t,e,s){var i=this,r=ix(t)?t:new Dc(t,e,s);return qw(function(){var o=i,a=o.operator,c=o.source;r.add(a?a.call(r,c):c?i._subscribe(r):i._trySubscribe(r))}),r},n.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},n.prototype.forEach=function(t,e){var s=this;return e=Rd(e),new e(function(i,r){var o=new Dc({next:function(a){try{t(a)}catch(c){r(c),o.unsubscribe()}},error:r,complete:i});s.subscribe(o)})},n.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},n.prototype[tx]=function(){return this},n.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return nx(t)(this)},n.prototype.toPromise=function(t){var e=this;return t=Rd(t),new t(function(s,i){var r;e.subscribe(function(o){return r=o},function(o){return i(o)},function(){return s(r)})})},n.create=function(t){return new n(t)},n})();function Rd(n){var t;return(t=n??Md.Promise)!==null&&t!==void 0?t:Promise}function sx(n){return n&&yn(n.next)&&yn(n.error)&&yn(n.complete)}function ix(n){return n&&n instanceof Ac||sx(n)&&Pd(n)}(function(n){_c(t,n);function t(e,s,i,r,o,a){var c=n.call(this,e)||this;return c.onFinalize=o,c.shouldUnsubscribe=a,c._next=s?function(h){try{s(h)}catch(u){e.error(u)}}:n.prototype._next,c._error=r?function(h){try{r(h)}catch(u){e.error(u)}finally{this.unsubscribe()}}:n.prototype._error,c._complete=i?function(){try{i()}catch(h){e.error(h)}finally{this.unsubscribe()}}:n.prototype._complete,c}return t.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var s=this.closed;n.prototype.unsubscribe.call(this),!s&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},t})(Ac);function rx(){const n=tt.navigator?.userAgent,t=n.indexOf("MSIE ");if(t>0)return parseInt(n.substring(t+5,n.indexOf(".",t)),10);if(n.indexOf("Trident/")>0){const s=n.indexOf("rv:");return parseInt(n.substring(s+3,n.indexOf(".",s)),10)}const e=n.indexOf("Edge/");return e>0?parseInt(n.substring(e+5,n.indexOf(".",e)),10):-1}rx(),tt.document&&tt.document.documentMode&&tt.document.documentMode,tt.document&&tt.document.documentMode&&tt.document.documentMode,tt.document&&tt.document.documentMode&&tt.document.documentMode,!!(tt.Worker&&tt.Blob&&tt.Promise&&tt.OffscreenCanvas&&tt.OffscreenCanvasRenderingContext2D&&tt.HTMLCanvasElement&&tt.HTMLCanvasElement.prototype.transferControlToOffscreen&&tt.URL&&tt.URL.createObjectURL);const ox=(()=>{if(!tt.OffscreenCanvas)return!1;const n=new OffscreenCanvas(1,1),t=n.getContext("2d");if(!t)return!1;t.fillRect(0,0,1,1);const e=n.transferToImageBitmap();try{t.createPattern(e,"no-repeat")}catch{return!1}return!0})(),Od=tt.crypto;Od?.subtle;function Id(){try{return Od.randomUUID()}catch{let n=new Date().getTime();return"xxxxxxxx-xxxx-xxxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){const e=(n+Math.random()*16)%16|0;return n=Math.floor(n/16),(t=="x"?e:e&3|8).toString(16)})}}const ax="\uFEFF";function cx(n){return n.startsWith(ax)?n.slice(1):n}function hx(n){try{return{ok:!0,value:JSON.parse(cx(n))}}catch{return{ok:!1}}}Aw(hx,{createCache:()=>new gc({max:50}),cacheKeyResolver:n=>n});const Rc=10,kd=(n=0)=>t=>`\x1B[${t+n}m`,Ld=(n=0)=>t=>`\x1B[${38+n};5;${t}m`,Vd=(n=0)=>(t,e,s)=>`\x1B[${38+n};2;${t};${e};${s}m`,Ot={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(Ot.modifier);const ux=Object.keys(Ot.color),lx=Object.keys(Ot.bgColor);[...ux,...lx];function fx(){const n=new Map;for(const[t,e]of Object.entries(Ot)){for(const[s,i]of Object.entries(e))Ot[s]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},e[s]=Ot[s],n.set(i[0],i[1]);Object.defineProperty(Ot,t,{value:e,enumerable:!1})}return Object.defineProperty(Ot,"codes",{value:n,enumerable:!1}),Ot.color.close="\x1B[39m",Ot.bgColor.close="\x1B[49m",Ot.color.ansi=kd(),Ot.color.ansi256=Ld(),Ot.color.ansi16m=Vd(),Ot.bgColor.ansi=kd(Rc),Ot.bgColor.ansi256=Ld(Rc),Ot.bgColor.ansi16m=Vd(Rc),Object.defineProperties(Ot,{rgbToAnsi256:{value(t,e,s){return t===e&&e===s?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(e/255*5)+Math.round(s/255*5)},enumerable:!1},hexToRgb:{value(t){const e=/[a-f\d]{6}|[a-f\d]{3}/i.exec(t.toString(16));if(!e)return[0,0,0];let[s]=e;s.length===3&&(s=[...s].map(r=>r+r).join(""));const i=Number.parseInt(s,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:t=>Ot.rgbToAnsi256(...Ot.hexToRgb(t)),enumerable:!1},ansi256ToAnsi:{value(t){if(t<8)return 30+t;if(t<16)return 90+(t-8);let e,s,i;if(t>=232)e=((t-232)*10+8)/255,s=e,i=e;else{t-=16;const a=t%36;e=Math.floor(t/36)/5,s=Math.floor(a/6)/5,i=a%6/5}const r=Math.max(e,s,i)*2;if(r===0)return 30;let o=30+(Math.round(i)<<2|Math.round(s)<<1|Math.round(e));return r===2&&(o+=60),o},enumerable:!1},rgbToAnsi:{value:(t,e,s)=>Ot.ansi256ToAnsi(Ot.rgbToAnsi256(t,e,s)),enumerable:!1},hexToAnsi:{value:t=>Ot.ansi256ToAnsi(Ot.hexToAnsi256(t)),enumerable:!1}}),Ot}const dx=fx(),mx=0;new Set(dx.codes.values()).delete(mx);const Ei={1:"rgb(10,194,210)",2:"rgb(123,183,250)",3:"rgb(96,215,169)",4:"rgb(253,193,98)",5:"rgb(253,106,98)",6:"rgb(246,141,187)",7:"rgb(38,204,255)",8:"rgb(162,90,253)",9:"rgb(255,94,126)",10:"rgb(136,255,90)",11:"rgb(252,255,66)",12:"rgb(255,166,45)",13:"rgb(255,54,255)",14:"rgb(220,73,22)",15:"rgb(104,113,177)",16:"rgb(209,185,53)",17:"rgb(27,188,155)",18:"rgb(255,127,80)",19:"rgb(75,191,195)",20:"rgb(255,153,0)",black:"rgb(0,0,0)",blue:"rgb(0,0,255)",brightblue:"rgb(59,142,234)",terminalblue:"rgb(36,114,200)",red:"rgb(255,0,0)",brightred:"rgb(241,76,76)",terminalred:"rgb(205,49,49)",white:"rgb(255,255,255)",terminalwhite:"rgb(229,229,229)",yellow:"rgb(255,255,0)",brightyellow:"rgb(245,245,67)",terminalyellow:"rgb(229,229,16)",yellowgreen:"rgb(154,205,50)",aliceblue:"rgb(240,248,255)",antiquewhite:"rgb(250,235,215)",aqua:"rgb(0,255,255)",aquamarine:"rgb(127,255,212)",azure:"rgb(240,255,255)",beige:"rgb(245,245,220)",bisque:"rgb(255,228,196)",blanchedalmond:"rgb(255,235,205)",blueviolet:"rgb(138,43,226)",brown:"rgb(165,42,42)",burlywood:"rgb(222,184,135)",cadetblue:"rgb(95,158,160)",chartreuse:"rgb(127,255,0)",chocolate:"rgb(210,105,30)",coral:"rgb(255,127,80)",cornflowerblue:"rgb(100,149,237)",cornsilk:"rgb(255,248,220)",crimson:"rgb(220,20,60)",cyan:"rgb(0,255,255)",brightcyan:"rgb(41,184,219)",terminalcyan:"rgb(17,168,205)",darkblue:"rgb(0,0,139)",darkcyan:"rgb(0,139,139)",darkgoldenrod:"rgb(184,134,11)",darkgray:"rgb(169,169,169)",darkgreen:"rgb(0,100,0)",darkgrey:"rgb(30,30,30)",darkkhaki:"rgb(189,183,107)",darkmagenta:"rgb(139,0,139)",darkolivegreen:"rgb(85,107,47)",darkorange:"rgb(255,140,0)",darkorchid:"rgb(153,50,204)",darkred:"rgb(139,0,0)",darksalmon:"rgb(233,150,122)",darkseagreen:"rgb(143,188,143)",darkslateblue:"rgb(72,61,139)",darkslategray:"rgb(47,79,79)",darkslategrey:"rgb(47,79,79)",darkturquoise:"rgb(0,206,209)",darkviolet:"rgb(148,0,211)",deeppink:"rgb(255,20,147)",deepskyblue:"rgb(0,191,255)",dimgray:"rgb(105,105,105)",dodgerblue:"rgb(30,144,255)",firebrick:"rgb(178,34,34)",floralwhite:"rgb(255,250,240)",forestgreen:"rgb(34,139,34)",fuchsia:"rgb(255,0,255)",gainsboro:"rgb(220,220,220)",ghostwhite:"rgb(248,248,255)",gold:"rgb(255,215,0)",goldenrod:"rgb(218,165,32)",grey:"rgb(128,128,128)",green:"rgb(0,128,0)",brightgreen:"rgb(35,209,139)",terminalgreen:"rgb(13,188,121)",greenyellow:"rgb(173,255,47)",honeydew:"rgb(240,255,240)",hotpink:"rgb(255,105,180)",indianred:"rgb(205,92,92)",indigo:"rgb(75,0,130)",ivory:"rgb(255,255,240)",khaki:"rgb(240,230,140)",lavender:"rgb(230,230,250)",lavenderblush:"rgb(255,240,245)",lawngreen:"rgb(124,252,0)",lemonchiffon:"rgb(255,250,205)",lightblue:"rgb(173,216,230)",lightcoral:"rgb(240,128,128)",lightcyan:"rgb(224,255,255)",lightgoldenrodyellow:"rgb(250,250,210)",lightgreen:"rgb(144,238,144)",lightgrey:"rgb(229,229,229)",lightpink:"rgb(255,182,193)",lightsalmon:"rgb(255,160,122)",lightseagreen:"rgb(32,178,170)",lightskyblue:"rgb(135,206,250)",lightslategray:"rgb(119,136,153)",lightslategrey:"rgb(119,136,153)",lightsteelblue:"rgb(176,196,222)",lightyellow:"rgb(255,255,224)",lime:"rgb(0,255,0)",limegreen:"rgb(50,205,50)",linen:"rgb(250,240,230)",magenta:"rgb(255,0,255)",brightmagenta:"rgb(214,112,214)",terminalmagenta:"rgb(188,63,188)",maroon:"rgb(128,0,0)",mediumaquamarine:"rgb(102,205,170)",mediumblue:"rgb(0,0,205)",mediumorchid:"rgb(186,85,211)",mediumpurple:"rgb(147,112,219)",mediumseagreen:"rgb(60,179,113)",mediumslateblue:"rgb(123,104,238)",mediumspringgreen:"rgb(0,250,154)",mediumturquoise:"rgb(72,209,204)",mediumvioletred:"rgb(199,21,133)",midnightblue:"rgb(25,25,112)",mintcream:"rgb(245,255,250)",mistyrose:"rgb(255,228,225)",moccasin:"rgb(255,228,181)",navajowhite:"rgb(255,222,173)",navy:"rgb(0,0,128)",oldlace:"rgb(253,245,230)",olive:"rgb(128,128,0)",olivedrab:"rgb(107,142,35)",orange:"rgb(255,165,0)",orangered:"rgb(255,69,0)",orchid:"rgb(218,112,214)",palegoldenrod:"rgb(238,232,170)",palegreen:"rgb(152,251,152)",paleturquoise:"rgb(175,238,238)",palevioletred:"rgb(219,112,147)",papayawhip:"rgb(255,239,213)",peachpuff:"rgb(255,218,185)",peru:"rgb(205,133,63)",pink:"rgb(255,192,203)",plum:"rgb(221,160,221)",powderblue:"rgb(176,224,230)",purple:"rgb(128,0,128)",rebeccapurple:"rgb(102,51,153)",rosybrown:"rgb(188,143,143)",royalblue:"rgb(65,105,225)",saddlebrown:"rgb(139,69,19)",salmon:"rgb(250,128,114)",sandybrown:"rgb(244,164,96)",seagreen:"rgb(46,139,87)",seashell:"rgb(255,245,238)",sienna:"rgb(160,82,45)",silver:"rgb(192,192,192)",skyblue:"rgb(135,206,235)",slateblue:"rgb(106,90,205)",slategray:"rgb(112,128,144)",slategrey:"rgb(112,128,144)",snow:"rgb(255,250,250)",springgreen:"rgb(0,255,127)",steelblue:"rgb(70,130,180)",tan:"rgb(210,180,140)",teal:"rgb(0,128,128)",thistle:"rgb(216,191,216)",tomato:"rgb(255,99,71)",turquoise:"rgb(64,224,208)",violet:"rgb(238,130,238)",wheat:"rgb(245,222,179)"},px=Array.from(Object.values(Ei));Object.entries(Ei).map(([n,t])=>{const e=t;return{name:n,rgb:e,brightness:gx(e)}}).sort((n,t)=>n.brightness-t.brightness);function gx(n){const[t,e,s]=n.replace("rgb(","").replace(")","").split(",").map(Number);return .2126*t+.7152*e+.0722*s}class Be{_color={r:0,g:0,b:0,a:1};constructor(t,e){t&&this.setColor(t),this.setAlpha(e)}get color(){return this._color}set color(t){const e=`Color Set Unknown Error: color(${t}) type(${typeof t})`;if(t instanceof Be)this.setRGB(t.r,t.g,t.b,t.a);else if(typeof t=="number")this.setHEX(t);else if(typeof t=="string"){let s;if(s=/^(\w+)\(([^)]*)\)/.exec(t)){const i=s[2];let r;switch(s[1]){case"rgb":case"rgba":(r=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(i))?(this.r=parseInt(r[1],10),this.g=parseInt(r[2],10),this.b=parseInt(r[3],10),this.a=r[4]?parseFloat(r[4]):1):(r=/^\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(i))?(this.r=rt(parseFloat(r[1]),0,100)*255/100,this.g=rt(parseFloat(r[2]),0,100)*255/100,this.b=rt(parseFloat(r[3]),0,100)*255/100,this.a=r[4]?parseFloat(r[4]):1):Ie(e);break;case"hsl":case"hsla":(r=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(i))?this.setHSL(parseFloat(r[1])/360,parseFloat(r[2])/100,parseFloat(r[3])/100,r[4]?parseFloat(r[4]):1):Ie(e);break;case"hsv":case"hsva":case"hsb":case"hsba":(r=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(i))?this.setHSV(parseFloat(r[1])/360,parseFloat(r[2])/100,parseFloat(r[3])/100,r[4]?parseFloat(r[4]):1):Ie(e);break;default:Ie(e)}}else if(s=/#([A-Fa-f0-9]+)/.exec(t)){const i=s[1],r=i.length;r===3?this.setRGB(parseInt(i.charAt(0),16),parseInt(i.charAt(1),16),parseInt(i.charAt(2),16),1):r===4?this.setRGB(parseInt(i.charAt(0),16),parseInt(i.charAt(1),16),parseInt(i.charAt(2),16),rt(parseInt(i.charAt(3),16)/16,0,1)):r===6||r===8?this.setHEX(parseInt(i,16)):Ie(e)}else if(t&&t.length>0)try{this.setColorName(t)}catch{Ie(e)}else Ie(e)}else Object.prototype.hasOwnProperty.call(t,"r")&&Object.prototype.hasOwnProperty.call(t,"g")&&Object.prototype.hasOwnProperty.call(t,"b")?this.setRGB(t.r,t.g,t.b,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"l")?this.setHSL(t.h,t.s,t.l,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"v")?this.setHSV(t.h,t.s,t.v,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"b")?this.setHSV(t.h,t.s,t.b,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Ie(e)}setColor(t){return this.color=t,this}set(t){return this.setColor(t)}get r(){return this._color.r}set r(t){this._color.r=rt(Math.round(Oe(t,this.r)),0,255)}get g(){return this._color.g}set g(t){this._color.g=rt(Math.round(Oe(t,this.g)),0,255)}get b(){return this._color.b}set b(t){this._color.b=rt(Math.round(Oe(t,this.b)),0,255)}get a(){return this._color.a}set a(t){this._color.a=rt(Oe(t,this.a),0,1)}setAlpha(t){return this.a=t,this}fromArray(t,e=0){return this.r=t[e],this.g=t[e+1],this.b=t[e+2],this.a=t[e+3],this}toArray(t=[],e=0){return t[e]=this.r,t[e+1]=this.g,t[e+2]=this.b,t[e+3]=this.a,t}toRGBString(){return this.a===1?`rgb(${this.r},${this.g},${this.b})`:`rgba(${this.r},${this.g},${this.b},${at(this.a,6)})`}toHexString(){return this.a===1?("000000"+this.hex.toString(16)).slice(-6):("00000000"+this.hex.toString(16)).slice(-8)}toString(){return this.a===1?"#"+this.toHexString():this.toRGBString()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b,yield this.a}clone(){return new Be(this.color)}copy(t){return this.setColor(t.color),this}copySRGBToLinear(t){return this.r=Ic(t.r),this.g=Ic(t.g),this.b=Ic(t.b),this}copyLinearToSRGB(t){return this.r=kc(t.r),this.g=kc(t.g),this.b=kc(t.b),this}convertSRGBToLinear(){return this.copySRGBToLinear(this),this}convertLinearToSRGB(){return this.copyLinearToSRGB(this),this}equals(t){return t.r===this.r&&t.g===this.g&&t.b===this.b&&t.a===this.a}add(t){return this.r=this.r+t.r,this.g=this.g+t.g,this.b=this.b+t.b,this}addColors(t,e){return this.r=t.r+e.r,this.g=t.g+e.g,this.b=t.b+e.b,this}addScalar(t){return this.r=this.r+t,this.g=this.g+t,this.b=this.b+t,this}setScalar(t){return this.r=t,this.g=t,this.b=t,this}sub(t){return this.r=this.r-t.r,this.g=this.g-t.g,this.b=this.b-t.b,this}multiply(t){return this.r=this.r*t.r,this.g=this.g*t.g,this.b=this.b*t.b,this}multiplyScalar(t){return this.r=this.r*t,this.g=this.g*t,this.b=this.b*t,this}opposite(t=!0,e="#000000",s="#ffffff"){if(t)return this.setColor(this.r*.299+this.g*.587+this.b*.114>186?e:s);{const{r:i,g:r,b:o}=this.color;return this.r=255-i,this.g=255-r,this.b=255-o,this}}closet(t="#000000",e="#ffffff"){return this.opposite(!0,t,e).opposite(!0,t,e)}lighten(t){t=rt(t,0,1);const{r:e,g:s,b:i,a:r}=this.color;return r==0?this.a=t:(this.r=e+(255-e)*t,this.g=s+(255-s)*t,this.b=i+(255-i)*t),this}darken(t){t=rt(t,0,1);const{r:e,g:s,b:i,a:r}=this.color;return r==0?this.a=t:(this.r=e*(1-t),this.g=s*(1-t),this.b=i*(1-t)),this}lerp(t,e){e=rt(e,0,1);const{r:s,g:i,b:r}=this.color;return this.r=s+(t.r-s)*e,this.g=i+(t.g-i)*e,this.b=r+(t.b-r)*e,this}lerpColors(t,e,s){return s=rt(s,0,1),this.r=t.r+(e.r-t.r)*s,this.g=t.g+(e.g-t.g)*s,this.b=t.b+(e.b-t.b)*s,this}static gradient(t,e,s){try{return Oc.lerpColors(new Be(t),new Be(e),s).toString()}catch{return e}}static random(){return Oc.setHEX(Math.random()*16777215).toString()}static nextIndex=0;static next(t=Be.nextIndex){Be.nextIndex=t;const e=Object.keys(Ei),s=e.length;return Oc.set(Ei[e[Be.nextIndex++%s]]).toString()}setColorName(t){const e=Ei[t.toLowerCase()];return e!==void 0?this.set(e):t==="none"?this.a=0:(this.a=1,Ie("Color.setColorName: Unknown color "+t)),this}setRGB(t,e,s,i=1){return this.r=t,this.g=e,this.b=s,this.a=i,this}get rgb(){return{r:this.r,g:this.g,b:this.b,a:this.a}}setHEX(t){return t=Math.floor(t),t<16777216?(this.r=t>>16&255,this.g=t>>8&255,this.b=t&255,this.a=1):(this.r=t>>24&255,this.g=t>>16&255,this.b=t>>8&255,this.a=(t&255)/255),this}get hex(){let t=(this.r<<16)+(this.g<<8)+this.b;return this.a!==1&&(t=t<<8,t+=Math.round(this.a*255)),t}setHSL(t,e,s,i=1){const r=dw(t,1),o=rt(e,0,1),a=rt(s,0,1);if(o===0)this.r=a*255,this.g=a*255,this.b=a*255;else{const c=a<=.5?a*(1+o):a+o-a*o,h=2*a-c;this.r=Lc(h,c,r+1/3)*255,this.g=Lc(h,c,r)*255,this.b=Lc(h,c,r-1/3)*255}return this.a=i,this}getHSL(t){const e=this.r,s=this.g,i=this.b,r=Math.max(e,s,i)/255,o=Math.min(e,s,i)/255;let a,c;const h=(o+r)/2;if(o===r)a=0,c=0;else{const u=r-o;switch(c=h<=.5?u/(r+o):u/(2-r-o),r){case e:a=(s-i)/u+(s<i?6:0);break;case s:a=(i-e)/u+2;break;case i:default:a=(e-s)/u+4;break}a/=6}return t&&t.setHSL(a,c,h,this.a),{h:a,s:c,l:h,a:this.a}}offsetHSL(t,e,s){const i=this.getHSL();return this.setHSL(i.h+t,i.s+e,i.l+s)}lerpHSL(t,e){const s=this.getHSL(),i=t.getHSL(),r=Yr(s.h,i.h,e),o=Yr(s.s,i.s,e),a=Yr(s.l,i.l,e);return this.setHSL(r,o,a),this}setHSV(t,e,s,i=1){const r=rt(t,0,1)*360,o=rt(e,0,1),a=rt(s,0,1),c=Math.floor(r/60)%6,h=r/60-Math.floor(r/60),u=a*(1-o),l=a*(1-h*o),f=a*(1-(1-h)*o),d=[[a,f,u],[l,a,u],[u,a,f],[u,l,a],[f,u,a],[a,u,l]][c];return this.r=d[0]*255,this.g=d[1]*255,this.b=d[2]*255,this.a=i,this}setHSB(t,e,s,i=1){this.setHSV(t,e,s,i)}getHSV(t){const{r:e,g:s,b:i,a:r}=this.color,o=Math.max(e,s,i),a=Math.min(e,s,i),c=o-a;let h;e===o?h=(s-i)/c:s===o?h=2+(i-e)/c:h=4+(e-s)/c,h/=6,h<0&&(h+=1);const u=c==0?0:h,l=o===0?0:c/o,f=o/255;return t&&t.setHSV(u,l,f,r),{h:u,s:l,v:f,a:r}}getHSB(t){const{h:e,s,v:i,a:r}=this.getHSV(t);return{h:e,s,b:i,a:r}}}const Oc=new Be;function Ic(n){return n<.04045?n*.0773993808:Math.pow(n*.9478672986+.0521327014,2.4)}function kc(n){return n<.0031308?n*12.92:1.055*Math.pow(n,.41666)-.055}function Lc(n,t,e){return e<0&&(e+=1),e>1&&(e-=1),e<1/6?n+(t-n)*6*e:e<1/2?t:e<2/3?n+(t-n)*6*(2/3-e):n}function yx(n=window.location.href,t){try{return new URL(n,t)}catch{const e="(?<protocol>https?:)",s="(?<host>(?<hostname>[^/#?:]+)(?::(?<port>\\d+))?)",i="(?<pathname>(?:\\/[^/#?]+)*\\/?)",r="(?<search>(?:\\?[^#]*)?)",o="(?<hash>(?:#.*)?)",a=new RegExp(`^${e}//${s}${i}${r}${o}$`).exec(n);return{href:n,protocol:a?.groups?.protocol||"",host:a?.groups?.host||"",hostname:a?.groups?.hostname||"",port:a?.groups?.port||"",pathname:a?.groups?.pathname||"",search:a?.groups?.search||"",hash:a?.groups?.hash||""}}}function vx(n=window.location.href){const t=yx(n),e=t.href.indexOf(t.hash);return t.hash&&e>=0?t.href.substring(0,e):t.href}function bx(n,t){return n+t.replace(/^[&?]/,n.indexOf("?")>=0?"&":"?")}function xx(n){return"?"+Object.entries(n).map(([t,e])=>`${encodeURIComponent(t)}=${encodeURIComponent(e)}`).join("&")}function Sx(n){return"?"+[...n.entries()].map(t=>encodeURIComponent(t[0])+"="+encodeURIComponent(t[1]instanceof File?t[1].name:t[1])).join("&")}function Nd(n,t){return function(){return n.apply(t,arguments)}}const{toString:_x}=Object.prototype,{getPrototypeOf:Vc}=Object,Zr=(n=>t=>{const e=_x.call(t);return n[e]||(n[e]=e.slice(8,-1).toLowerCase())})(Object.create(null)),je=n=>(n=n.toLowerCase(),t=>Zr(t)===n),Qr=n=>t=>typeof t===n,{isArray:js}=Array,Ti=Qr("undefined");function Ex(n){return n!==null&&!Ti(n)&&n.constructor!==null&&!Ti(n.constructor)&&Te(n.constructor.isBuffer)&&n.constructor.isBuffer(n)}const zd=je("ArrayBuffer");function Tx(n){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(n):t=n&&n.buffer&&zd(n.buffer),t}const Cx=Qr("string"),Te=Qr("function"),Fd=Qr("number"),to=n=>n!==null&&typeof n=="object",Px=n=>n===!0||n===!1,eo=n=>{if(Zr(n)!=="object")return!1;const t=Vc(n);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in n)&&!(Symbol.iterator in n)},Ax=je("Date"),Mx=je("File"),Dx=je("Blob"),Rx=je("FileList"),Ox=n=>to(n)&&Te(n.pipe),Ix=n=>{let t;return n&&(typeof FormData=="function"&&n instanceof FormData||Te(n.append)&&((t=Zr(n))==="formdata"||t==="object"&&Te(n.toString)&&n.toString()==="[object FormData]"))},kx=je("URLSearchParams"),[Lx,Vx,Nx,zx]=["ReadableStream","Request","Response","Headers"].map(je),Fx=n=>n.trim?n.trim():n.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ci(n,t,{allOwnKeys:e=!1}={}){if(n===null||typeof n>"u")return;let s,i;if(typeof n!="object"&&(n=[n]),js(n))for(s=0,i=n.length;s<i;s++)t.call(null,n[s],s,n);else{const r=e?Object.getOwnPropertyNames(n):Object.keys(n),o=r.length;let a;for(s=0;s<o;s++)a=r[s],t.call(null,n[a],a,n)}}function Bd(n,t){t=t.toLowerCase();const e=Object.keys(n);let s=e.length,i;for(;s-- >0;)if(i=e[s],t===i.toLowerCase())return i;return null}const ds=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),jd=n=>!Ti(n)&&n!==ds;function Nc(){const{caseless:n}=jd(this)&&this||{},t={},e=(s,i)=>{const r=n&&Bd(t,i)||i;eo(t[r])&&eo(s)?t[r]=Nc(t[r],s):eo(s)?t[r]=Nc({},s):js(s)?t[r]=s.slice():t[r]=s};for(let s=0,i=arguments.length;s<i;s++)arguments[s]&&Ci(arguments[s],e);return t}const Bx=(n,t,e,{allOwnKeys:s}={})=>(Ci(t,(i,r)=>{e&&Te(i)?n[r]=Nd(i,e):n[r]=i},{allOwnKeys:s}),n),jx=n=>(n.charCodeAt(0)===65279&&(n=n.slice(1)),n),$x=(n,t,e,s)=>{n.prototype=Object.create(t.prototype,s),n.prototype.constructor=n,Object.defineProperty(n,"super",{value:t.prototype}),e&&Object.assign(n.prototype,e)},Ux=(n,t,e,s)=>{let i,r,o;const a={};if(t=t||{},n==null)return t;do{for(i=Object.getOwnPropertyNames(n),r=i.length;r-- >0;)o=i[r],(!s||s(o,n,t))&&!a[o]&&(t[o]=n[o],a[o]=!0);n=e!==!1&&Vc(n)}while(n&&(!e||e(n,t))&&n!==Object.prototype);return t},Yx=(n,t,e)=>{n=String(n),(e===void 0||e>n.length)&&(e=n.length),e-=t.length;const s=n.indexOf(t,e);return s!==-1&&s===e},Gx=n=>{if(!n)return null;if(js(n))return n;let t=n.length;if(!Fd(t))return null;const e=new Array(t);for(;t-- >0;)e[t]=n[t];return e},Xx=(n=>t=>n&&t instanceof n)(typeof Uint8Array<"u"&&Vc(Uint8Array)),Wx=(n,t)=>{const e=(n&&n[Symbol.iterator]).call(n);let s;for(;(s=e.next())&&!s.done;){const i=s.value;t.call(n,i[0],i[1])}},Hx=(n,t)=>{let e;const s=[];for(;(e=n.exec(t))!==null;)s.push(e);return s},qx=je("HTMLFormElement"),Kx=n=>n.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,e,s){return e.toUpperCase()+s}),$d=(({hasOwnProperty:n})=>(t,e)=>n.call(t,e))(Object.prototype),Jx=je("RegExp"),Ud=(n,t)=>{const e=Object.getOwnPropertyDescriptors(n),s={};Ci(e,(i,r)=>{let o;(o=t(i,r,n))!==!1&&(s[r]=o||i)}),Object.defineProperties(n,s)},Zx=n=>{Ud(n,(t,e)=>{if(Te(n)&&["arguments","caller","callee"].indexOf(e)!==-1)return!1;const s=n[e];if(Te(s)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+e+"'")})}})},Qx=(n,t)=>{const e={},s=i=>{i.forEach(r=>{e[r]=!0})};return js(n)?s(n):s(String(n).split(t)),e},tS=()=>{},eS=(n,t)=>n!=null&&Number.isFinite(n=+n)?n:t;function nS(n){return!!(n&&Te(n.append)&&n[Symbol.toStringTag]==="FormData"&&n[Symbol.iterator])}const sS=n=>{const t=new Array(10),e=(s,i)=>{if(to(s)){if(t.indexOf(s)>=0)return;if(!("toJSON"in s)){t[i]=s;const r=js(s)?[]:{};return Ci(s,(o,a)=>{const c=e(o,i+1);!Ti(c)&&(r[a]=c)}),t[i]=void 0,r}}return s};return e(n,0)},iS=je("AsyncFunction"),rS=n=>n&&(to(n)||Te(n))&&Te(n.then)&&Te(n.catch),Yd=((n,t)=>n?setImmediate:t?((e,s)=>(ds.addEventListener("message",({source:i,data:r})=>{i===ds&&r===e&&s.length&&s.shift()()},!1),i=>{s.push(i),ds.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e))(typeof setImmediate=="function",Te(ds.postMessage)),oS=typeof queueMicrotask<"u"?queueMicrotask.bind(ds):typeof process<"u"&&process.nextTick||Yd,L={isArray:js,isArrayBuffer:zd,isBuffer:Ex,isFormData:Ix,isArrayBufferView:Tx,isString:Cx,isNumber:Fd,isBoolean:Px,isObject:to,isPlainObject:eo,isReadableStream:Lx,isRequest:Vx,isResponse:Nx,isHeaders:zx,isUndefined:Ti,isDate:Ax,isFile:Mx,isBlob:Dx,isRegExp:Jx,isFunction:Te,isStream:Ox,isURLSearchParams:kx,isTypedArray:Xx,isFileList:Rx,forEach:Ci,merge:Nc,extend:Bx,trim:Fx,stripBOM:jx,inherits:$x,toFlatObject:Ux,kindOf:Zr,kindOfTest:je,endsWith:Yx,toArray:Gx,forEachEntry:Wx,matchAll:Hx,isHTMLForm:qx,hasOwnProperty:$d,hasOwnProp:$d,reduceDescriptors:Ud,freezeMethods:Zx,toObjectSet:Qx,toCamelCase:Kx,noop:tS,toFiniteNumber:eS,findKey:Bd,global:ds,isContextDefined:jd,isSpecCompliantForm:nS,toJSONObject:sS,isAsyncFn:iS,isThenable:rS,setImmediate:Yd,asap:oS};function pt(n,t,e,s,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=n,this.name="AxiosError",t&&(this.code=t),e&&(this.config=e),s&&(this.request=s),i&&(this.response=i,this.status=i.status?i.status:null)}L.inherits(pt,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:L.toJSONObject(this.config),code:this.code,status:this.status}}});const Gd=pt.prototype,Xd={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(n=>{Xd[n]={value:n}}),Object.defineProperties(pt,Xd),Object.defineProperty(Gd,"isAxiosError",{value:!0}),pt.from=(n,t,e,s,i,r)=>{const o=Object.create(Gd);return L.toFlatObject(n,o,function(a){return a!==Error.prototype},a=>a!=="isAxiosError"),pt.call(o,n.message,t,e,s,i),o.cause=n,o.name=n.name,r&&Object.assign(o,r),o};const aS=null;function zc(n){return L.isPlainObject(n)||L.isArray(n)}function Wd(n){return L.endsWith(n,"[]")?n.slice(0,-2):n}function Hd(n,t,e){return n?n.concat(t).map(function(s,i){return s=Wd(s),!e&&i?"["+s+"]":s}).join(e?".":""):t}function cS(n){return L.isArray(n)&&!n.some(zc)}const hS=L.toFlatObject(L,{},null,function(n){return/^is[A-Z]/.test(n)});function no(n,t,e){if(!L.isObject(n))throw new TypeError("target must be an object");t=t||new FormData,e=L.toFlatObject(e,{metaTokens:!0,dots:!1,indexes:!1},!1,function(d,p){return!L.isUndefined(p[d])});const s=e.metaTokens,i=e.visitor||h,r=e.dots,o=e.indexes,a=(e.Blob||typeof Blob<"u"&&Blob)&&L.isSpecCompliantForm(t);if(!L.isFunction(i))throw new TypeError("visitor must be a function");function c(d){if(d===null)return"";if(L.isDate(d))return d.toISOString();if(!a&&L.isBlob(d))throw new pt("Blob is not supported. Use a Buffer instead.");return L.isArrayBuffer(d)||L.isTypedArray(d)?a&&typeof Blob=="function"?new Blob([d]):Buffer.from(d):d}function h(d,p,m){let y=d;if(d&&!m&&typeof d=="object"){if(L.endsWith(p,"{}"))p=s?p:p.slice(0,-2),d=JSON.stringify(d);else if(L.isArray(d)&&cS(d)||(L.isFileList(d)||L.endsWith(p,"[]"))&&(y=L.toArray(d)))return p=Wd(p),y.forEach(function(g,v){!(L.isUndefined(g)||g===null)&&t.append(o===!0?Hd([p],v,r):o===null?p:p+"[]",c(g))}),!1}return zc(d)?!0:(t.append(Hd(m,p,r),c(d)),!1)}const u=[],l=Object.assign(hS,{defaultVisitor:h,convertValue:c,isVisitable:zc});function f(d,p){if(!L.isUndefined(d)){if(u.indexOf(d)!==-1)throw Error("Circular reference detected in "+p.join("."));u.push(d),L.forEach(d,function(m,y){(!(L.isUndefined(m)||m===null)&&i.call(t,m,L.isString(y)?y.trim():y,p,l))===!0&&f(m,p?p.concat(y):[y])}),u.pop()}}if(!L.isObject(n))throw new TypeError("data must be an object");return f(n),t}function qd(n){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(n).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function Fc(n,t){this._pairs=[],n&&no(n,this,t)}const Kd=Fc.prototype;Kd.append=function(n,t){this._pairs.push([n,t])},Kd.toString=function(n){const t=n?function(e){return n.call(this,e,qd)}:qd;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};function uS(n){return encodeURIComponent(n).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Jd(n,t,e){if(!t)return n;const s=e&&e.encode||uS;L.isFunction(e)&&(e={serialize:e});const i=e&&e.serialize;let r;if(i?r=i(t,e):r=L.isURLSearchParams(t)?t.toString():new Fc(t,e).toString(s),r){const o=n.indexOf("#");o!==-1&&(n=n.slice(0,o)),n+=(n.indexOf("?")===-1?"?":"&")+r}return n}class lS{constructor(){this.handlers=[]}use(t,e,s){return this.handlers.push({fulfilled:t,rejected:e,synchronous:s?s.synchronous:!1,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){L.forEach(this.handlers,function(e){e!==null&&t(e)})}}const Zd=lS,Qd={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},fS=typeof URLSearchParams<"u"?URLSearchParams:Fc,dS=typeof FormData<"u"?FormData:null,mS=typeof Blob<"u"?Blob:null,pS={isBrowser:!0,classes:{URLSearchParams:fS,FormData:dS,Blob:mS},protocols:["http","https","file","blob","url","data"]},Bc=typeof window<"u"&&typeof document<"u",jc=typeof navigator=="object"&&navigator||void 0,gS=Bc&&(!jc||["ReactNative","NativeScript","NS"].indexOf(jc.product)<0),yS=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),vS=Bc&&window.location.href||"http://localhost",bS=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Bc,hasStandardBrowserEnv:gS,hasStandardBrowserWebWorkerEnv:yS,navigator:jc,origin:vS},Symbol.toStringTag,{value:"Module"})),oe={...bS,...pS};function wS(n,t){return no(n,new oe.classes.URLSearchParams,Object.assign({visitor:function(e,s,i,r){return oe.isNode&&L.isBuffer(e)?(this.append(s,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}function xS(n){return L.matchAll(/\w+|\[(\w*)]/g,n).map(t=>t[0]==="[]"?"":t[1]||t[0])}function SS(n){const t={},e=Object.keys(n);let s;const i=e.length;let r;for(s=0;s<i;s++)r=e[s],t[r]=n[r];return t}function tm(n){function t(e,s,i,r){let o=e[r++];if(o==="__proto__")return!0;const a=Number.isFinite(+o),c=r>=e.length;return o=!o&&L.isArray(i)?i.length:o,c?(L.hasOwnProp(i,o)?i[o]=[i[o],s]:i[o]=s,!a):((!i[o]||!L.isObject(i[o]))&&(i[o]=[]),t(e,s,i[o],r)&&L.isArray(i[o])&&(i[o]=SS(i[o])),!a)}if(L.isFormData(n)&&L.isFunction(n.entries)){const e={};return L.forEachEntry(n,(s,i)=>{t(xS(s),i,e,0)}),e}return null}function _S(n,t,e){if(L.isString(n))try{return(t||JSON.parse)(n),L.trim(n)}catch(s){if(s.name!=="SyntaxError")throw s}return(e||JSON.stringify)(n)}const $c={transitional:Qd,adapter:["xhr","http","fetch"],transformRequest:[function(n,t){const e=t.getContentType()||"",s=e.indexOf("application/json")>-1,i=L.isObject(n);if(i&&L.isHTMLForm(n)&&(n=new FormData(n)),L.isFormData(n))return s?JSON.stringify(tm(n)):n;if(L.isArrayBuffer(n)||L.isBuffer(n)||L.isStream(n)||L.isFile(n)||L.isBlob(n)||L.isReadableStream(n))return n;if(L.isArrayBufferView(n))return n.buffer;if(L.isURLSearchParams(n))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),n.toString();let r;if(i){if(e.indexOf("application/x-www-form-urlencoded")>-1)return wS(n,this.formSerializer).toString();if((r=L.isFileList(n))||e.indexOf("multipart/form-data")>-1){const o=this.env&&this.env.FormData;return no(r?{"files[]":n}:n,o&&new o,this.formSerializer)}}return i||s?(t.setContentType("application/json",!1),_S(n)):n}],transformResponse:[function(n){const t=this.transitional||$c.transitional,e=t&&t.forcedJSONParsing,s=this.responseType==="json";if(L.isResponse(n)||L.isReadableStream(n))return n;if(n&&L.isString(n)&&(e&&!this.responseType||s)){const i=!(t&&t.silentJSONParsing)&&s;try{return JSON.parse(n)}catch(r){if(i)throw r.name==="SyntaxError"?pt.from(r,pt.ERR_BAD_RESPONSE,this,null,this.response):r}}return n}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:oe.classes.FormData,Blob:oe.classes.Blob},validateStatus:function(n){return n>=200&&n<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};L.forEach(["delete","get","head","post","put","patch"],n=>{$c.headers[n]={}});const Uc=$c,ES=L.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),TS=n=>{const t={};let e,s,i;return n&&n.split(`
|
|
14
|
+
`).forEach(function(r){i=r.indexOf(":"),e=r.substring(0,i).trim().toLowerCase(),s=r.substring(i+1).trim(),!(!e||t[e]&&ES[e])&&(e==="set-cookie"?t[e]?t[e].push(s):t[e]=[s]:t[e]=t[e]?t[e]+", "+s:s)}),t},em=Symbol("internals");function Pi(n){return n&&String(n).trim().toLowerCase()}function so(n){return n===!1||n==null?n:L.isArray(n)?n.map(so):String(n)}function CS(n){const t=Object.create(null),e=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=e.exec(n);)t[s[1]]=s[2];return t}const PS=n=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(n.trim());function Yc(n,t,e,s,i){if(L.isFunction(s))return s.call(this,t,e);if(i&&(t=e),!!L.isString(t)){if(L.isString(s))return t.indexOf(s)!==-1;if(L.isRegExp(s))return s.test(t)}}function AS(n){return n.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,e,s)=>e.toUpperCase()+s)}function MS(n,t){const e=L.toCamelCase(" "+t);["get","set","has"].forEach(s=>{Object.defineProperty(n,s+e,{value:function(i,r,o){return this[s].call(this,t,i,r,o)},configurable:!0})})}class io{constructor(t){t&&this.set(t)}set(t,e,s){const i=this;function r(a,c,h){const u=Pi(c);if(!u)throw new Error("header name must be a non-empty string");const l=L.findKey(i,u);(!l||i[l]===void 0||h===!0||h===void 0&&i[l]!==!1)&&(i[l||c]=so(a))}const o=(a,c)=>L.forEach(a,(h,u)=>r(h,u,c));if(L.isPlainObject(t)||t instanceof this.constructor)o(t,e);else if(L.isString(t)&&(t=t.trim())&&!PS(t))o(TS(t),e);else if(L.isHeaders(t))for(const[a,c]of t.entries())r(c,a,s);else t!=null&&r(e,t,s);return this}get(t,e){if(t=Pi(t),t){const s=L.findKey(this,t);if(s){const i=this[s];if(!e)return i;if(e===!0)return CS(i);if(L.isFunction(e))return e.call(this,i,s);if(L.isRegExp(e))return e.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=Pi(t),t){const s=L.findKey(this,t);return!!(s&&this[s]!==void 0&&(!e||Yc(this,this[s],s,e)))}return!1}delete(t,e){const s=this;let i=!1;function r(o){if(o=Pi(o),o){const a=L.findKey(s,o);a&&(!e||Yc(s,s[a],a,e))&&(delete s[a],i=!0)}}return L.isArray(t)?t.forEach(r):r(t),i}clear(t){const e=Object.keys(this);let s=e.length,i=!1;for(;s--;){const r=e[s];(!t||Yc(this,this[r],r,t,!0))&&(delete this[r],i=!0)}return i}normalize(t){const e=this,s={};return L.forEach(this,(i,r)=>{const o=L.findKey(s,r);if(o){e[o]=so(i),delete e[r];return}const a=t?AS(r):String(r).trim();a!==r&&delete e[r],e[a]=so(i),s[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return L.forEach(this,(s,i)=>{s!=null&&s!==!1&&(e[i]=t&&L.isArray(s)?s.join(", "):s)}),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,e])=>t+": "+e).join(`
|
|
15
|
+
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const s=new this(t);return e.forEach(i=>s.set(i)),s}static accessor(t){const e=(this[em]=this[em]={accessors:{}}).accessors,s=this.prototype;function i(r){const o=Pi(r);e[o]||(MS(s,r),e[o]=!0)}return L.isArray(t)?t.forEach(i):i(t),this}}io.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),L.reduceDescriptors(io.prototype,({value:n},t)=>{let e=t[0].toUpperCase()+t.slice(1);return{get:()=>n,set(s){this[e]=s}}}),L.freezeMethods(io);const $e=io;function Gc(n,t){const e=this||Uc,s=t||e,i=$e.from(s.headers);let r=s.data;return L.forEach(n,function(o){r=o.call(e,r,i.normalize(),t?t.status:void 0)}),i.normalize(),r}function nm(n){return!!(n&&n.__CANCEL__)}function $s(n,t,e){pt.call(this,n??"canceled",pt.ERR_CANCELED,t,e),this.name="CanceledError"}L.inherits($s,pt,{__CANCEL__:!0});function sm(n,t,e){const s=e.config.validateStatus;!e.status||!s||s(e.status)?n(e):t(new pt("Request failed with status code "+e.status,[pt.ERR_BAD_REQUEST,pt.ERR_BAD_RESPONSE][Math.floor(e.status/100)-4],e.config,e.request,e))}function DS(n){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(n);return t&&t[1]||""}function RS(n,t){n=n||10;const e=new Array(n),s=new Array(n);let i=0,r=0,o;return t=t!==void 0?t:1e3,function(a){const c=Date.now(),h=s[r];o||(o=c),e[i]=a,s[i]=c;let u=r,l=0;for(;u!==i;)l+=e[u++],u=u%n;if(i=(i+1)%n,i===r&&(r=(r+1)%n),c-o<t)return;const f=h&&c-h;return f?Math.round(l*1e3/f):void 0}}function OS(n,t){let e=0,s=1e3/t,i,r;const o=(a,c=Date.now())=>{e=c,i=null,r&&(clearTimeout(r),r=null),n.apply(null,a)};return[(...a)=>{const c=Date.now(),h=c-e;h>=s?o(a,c):(i=a,r||(r=setTimeout(()=>{r=null,o(i)},s-h)))},()=>i&&o(i)]}const ro=(n,t,e=3)=>{let s=0;const i=RS(50,250);return OS(r=>{const o=r.loaded,a=r.lengthComputable?r.total:void 0,c=o-s,h=i(c),u=o<=a;s=o;const l={loaded:o,total:a,progress:a?o/a:void 0,bytes:c,rate:h||void 0,estimated:h&&a&&u?(a-o)/h:void 0,event:r,lengthComputable:a!=null,[t?"download":"upload"]:!0};n(l)},e)},im=(n,t)=>{const e=n!=null;return[s=>t[0]({lengthComputable:e,total:n,loaded:s}),t[1]]},rm=n=>(...t)=>L.asap(()=>n(...t)),IS=oe.hasStandardBrowserEnv?((n,t)=>e=>(e=new URL(e,oe.origin),n.protocol===e.protocol&&n.host===e.host&&(t||n.port===e.port)))(new URL(oe.origin),oe.navigator&&/(msie|trident)/i.test(oe.navigator.userAgent)):()=>!0,kS=oe.hasStandardBrowserEnv?{write(n,t,e,s,i,r){const o=[n+"="+encodeURIComponent(t)];L.isNumber(e)&&o.push("expires="+new Date(e).toGMTString()),L.isString(s)&&o.push("path="+s),L.isString(i)&&o.push("domain="+i),r===!0&&o.push("secure"),document.cookie=o.join("; ")},read(n){const t=document.cookie.match(new RegExp("(^|;\\s*)("+n+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(n){this.write(n,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function LS(n){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(n)}function VS(n,t){return t?n.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):n}function om(n,t,e){let s=!LS(t);return n&&(s||e==!1)?VS(n,t):t}const am=n=>n instanceof $e?{...n}:n;function ms(n,t){t=t||{};const e={};function s(h,u,l,f){return L.isPlainObject(h)&&L.isPlainObject(u)?L.merge.call({caseless:f},h,u):L.isPlainObject(u)?L.merge({},u):L.isArray(u)?u.slice():u}function i(h,u,l,f){if(L.isUndefined(u)){if(!L.isUndefined(h))return s(void 0,h,l,f)}else return s(h,u,l,f)}function r(h,u){if(!L.isUndefined(u))return s(void 0,u)}function o(h,u){if(L.isUndefined(u)){if(!L.isUndefined(h))return s(void 0,h)}else return s(void 0,u)}function a(h,u,l){if(l in t)return s(h,u);if(l in n)return s(void 0,h)}const c={url:r,method:r,data:r,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:a,headers:(h,u,l)=>i(am(h),am(u),l,!0)};return L.forEach(Object.keys(Object.assign({},n,t)),function(h){const u=c[h]||i,l=u(n[h],t[h],h);L.isUndefined(l)&&u!==a||(e[h]=l)}),e}const cm=n=>{const t=ms({},n);let{data:e,withXSRFToken:s,xsrfHeaderName:i,xsrfCookieName:r,headers:o,auth:a}=t;t.headers=o=$e.from(o),t.url=Jd(om(t.baseURL,t.url,t.allowAbsoluteUrls),n.params,n.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(L.isFormData(e)){if(oe.hasStandardBrowserEnv||oe.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((c=o.getContentType())!==!1){const[h,...u]=c?c.split(";").map(l=>l.trim()).filter(Boolean):[];o.setContentType([h||"multipart/form-data",...u].join("; "))}}if(oe.hasStandardBrowserEnv&&(s&&L.isFunction(s)&&(s=s(t)),s||s!==!1&&IS(t.url))){const h=i&&r&&kS.read(r);h&&o.set(i,h)}return t},NS=typeof XMLHttpRequest<"u",zS=NS&&function(n){return new Promise(function(t,e){const s=cm(n);let i=s.data;const r=$e.from(s.headers).normalize();let{responseType:o,onUploadProgress:a,onDownloadProgress:c}=s,h,u,l,f,d;function p(){f&&f(),d&&d(),s.cancelToken&&s.cancelToken.unsubscribe(h),s.signal&&s.signal.removeEventListener("abort",h)}let m=new XMLHttpRequest;m.open(s.method.toUpperCase(),s.url,!0),m.timeout=s.timeout;function y(){if(!m)return;const v=$e.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders()),x={data:!o||o==="text"||o==="json"?m.responseText:m.response,status:m.status,statusText:m.statusText,headers:v,config:n,request:m};sm(function(b){t(b),p()},function(b){e(b),p()},x),m=null}"onloadend"in m?m.onloadend=y:m.onreadystatechange=function(){!m||m.readyState!==4||m.status===0&&!(m.responseURL&&m.responseURL.indexOf("file:")===0)||setTimeout(y)},m.onabort=function(){m&&(e(new pt("Request aborted",pt.ECONNABORTED,n,m)),m=null)},m.onerror=function(){e(new pt("Network Error",pt.ERR_NETWORK,n,m)),m=null},m.ontimeout=function(){let v=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const x=s.transitional||Qd;s.timeoutErrorMessage&&(v=s.timeoutErrorMessage),e(new pt(v,x.clarifyTimeoutError?pt.ETIMEDOUT:pt.ECONNABORTED,n,m)),m=null},i===void 0&&r.setContentType(null),"setRequestHeader"in m&&L.forEach(r.toJSON(),function(v,x){m.setRequestHeader(x,v)}),L.isUndefined(s.withCredentials)||(m.withCredentials=!!s.withCredentials),o&&o!=="json"&&(m.responseType=s.responseType),c&&([l,d]=ro(c,!0),m.addEventListener("progress",l)),a&&m.upload&&([u,f]=ro(a),m.upload.addEventListener("progress",u),m.upload.addEventListener("loadend",f)),(s.cancelToken||s.signal)&&(h=v=>{m&&(e(!v||v.type?new $s(null,n,m):v),m.abort(),m=null)},s.cancelToken&&s.cancelToken.subscribe(h),s.signal&&(s.signal.aborted?h():s.signal.addEventListener("abort",h)));const g=DS(s.url);if(g&&oe.protocols.indexOf(g)===-1){e(new pt("Unsupported protocol "+g+":",pt.ERR_BAD_REQUEST,n));return}m.send(i||null)})},FS=(n,t)=>{const{length:e}=n=n?n.filter(Boolean):[];if(t||e){let s=new AbortController,i;const r=function(h){if(!i){i=!0,a();const u=h instanceof Error?h:this.reason;s.abort(u instanceof pt?u:new $s(u instanceof Error?u.message:u))}};let o=t&&setTimeout(()=>{o=null,r(new pt(`timeout ${t} of ms exceeded`,pt.ETIMEDOUT))},t);const a=()=>{n&&(o&&clearTimeout(o),o=null,n.forEach(h=>{h.unsubscribe?h.unsubscribe(r):h.removeEventListener("abort",r)}),n=null)};n.forEach(h=>h.addEventListener("abort",r));const{signal:c}=s;return c.unsubscribe=()=>L.asap(a),c}},BS=FS,jS=function*(n,t){let e=n.byteLength;if(!t||e<t){yield n;return}let s=0,i;for(;s<e;)i=s+t,yield n.slice(s,i),s=i},$S=async function*(n,t){for await(const e of US(n))yield*jS(e,t)},US=async function*(n){if(n[Symbol.asyncIterator]){yield*n;return}const t=n.getReader();try{for(;;){const{done:e,value:s}=await t.read();if(e)break;yield s}}finally{await t.cancel()}},hm=(n,t,e,s)=>{const i=$S(n,t);let r=0,o,a=c=>{o||(o=!0,s&&s(c))};return new ReadableStream({async pull(c){try{const{done:h,value:u}=await i.next();if(h){a(),c.close();return}let l=u.byteLength;if(e){let f=r+=l;e(f)}c.enqueue(new Uint8Array(u))}catch(h){throw a(h),h}},cancel(c){return a(c),i.return()}},{highWaterMark:2})},oo=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",um=oo&&typeof ReadableStream=="function",YS=oo&&(typeof TextEncoder=="function"?(n=>t=>n.encode(t))(new TextEncoder):async n=>new Uint8Array(await new Response(n).arrayBuffer())),lm=(n,...t)=>{try{return!!n(...t)}catch{return!1}},GS=um&&lm(()=>{let n=!1;const t=new Request(oe.origin,{body:new ReadableStream,method:"POST",get duplex(){return n=!0,"half"}}).headers.has("Content-Type");return n&&!t}),fm=64*1024,Xc=um&&lm(()=>L.isReadableStream(new Response("").body)),ao={stream:Xc&&(n=>n.body)};oo&&(n=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!ao[t]&&(ao[t]=L.isFunction(n[t])?e=>e[t]():(e,s)=>{throw new pt(`Response type '${t}' is not supported`,pt.ERR_NOT_SUPPORT,s)})})})(new Response);const XS=async n=>{if(n==null)return 0;if(L.isBlob(n))return n.size;if(L.isSpecCompliantForm(n))return(await new Request(oe.origin,{method:"POST",body:n}).arrayBuffer()).byteLength;if(L.isArrayBufferView(n)||L.isArrayBuffer(n))return n.byteLength;if(L.isURLSearchParams(n)&&(n=n+""),L.isString(n))return(await YS(n)).byteLength},WS=async(n,t)=>L.toFiniteNumber(n.getContentLength())??XS(t),HS=oo&&(async n=>{let{url:t,method:e,data:s,signal:i,cancelToken:r,timeout:o,onDownloadProgress:a,onUploadProgress:c,responseType:h,headers:u,withCredentials:l="same-origin",fetchOptions:f}=cm(n);h=h?(h+"").toLowerCase():"text";let d=BS([i,r&&r.toAbortSignal()],o),p;const m=d&&d.unsubscribe&&(()=>{d.unsubscribe()});let y;try{if(c&&GS&&e!=="get"&&e!=="head"&&(y=await WS(u,s))!==0){let E=new Request(t,{method:"POST",body:s,duplex:"half"}),_;if(L.isFormData(s)&&(_=E.headers.get("content-type"))&&u.setContentType(_),E.body){const[D,V]=im(y,ro(rm(c)));s=hm(E.body,fm,D,V)}}L.isString(l)||(l=l?"include":"omit");const g="credentials"in Request.prototype;p=new Request(t,{...f,signal:d,method:e.toUpperCase(),headers:u.normalize().toJSON(),body:s,duplex:"half",credentials:g?l:void 0});let v=await fetch(p);const x=Xc&&(h==="stream"||h==="response");if(Xc&&(a||x&&m)){const E={};["status","statusText","headers"].forEach(O=>{E[O]=v[O]});const _=L.toFiniteNumber(v.headers.get("content-length")),[D,V]=a&&im(_,ro(rm(a),!0))||[];v=new Response(hm(v.body,fm,D,()=>{V&&V(),m&&m()}),E)}h=h||"text";let b=await ao[L.findKey(ao,h)||"text"](v,n);return!x&&m&&m(),await new Promise((E,_)=>{sm(E,_,{data:b,headers:$e.from(v.headers),status:v.status,statusText:v.statusText,config:n,request:p})})}catch(g){throw m&&m(),g&&g.name==="TypeError"&&/fetch/i.test(g.message)?Object.assign(new pt("Network Error",pt.ERR_NETWORK,n,p),{cause:g.cause||g}):pt.from(g,g&&g.code,n,p)}}),Wc={http:aS,xhr:zS,fetch:HS};L.forEach(Wc,(n,t)=>{if(n){try{Object.defineProperty(n,"name",{value:t})}catch{}Object.defineProperty(n,"adapterName",{value:t})}});const dm=n=>`- ${n}`,qS=n=>L.isFunction(n)||n===null||n===!1,mm={getAdapter:n=>{n=L.isArray(n)?n:[n];const{length:t}=n;let e,s;const i={};for(let r=0;r<t;r++){e=n[r];let o;if(s=e,!qS(e)&&(s=Wc[(o=String(e)).toLowerCase()],s===void 0))throw new pt(`Unknown adapter '${o}'`);if(s)break;i[o||"#"+r]=s}if(!s){const r=Object.entries(i).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let o=t?r.length>1?`since :
|
|
16
|
+
`+r.map(dm).join(`
|
|
17
|
+
`):" "+dm(r[0]):"as no adapter specified";throw new pt("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return s},adapters:Wc};function Hc(n){if(n.cancelToken&&n.cancelToken.throwIfRequested(),n.signal&&n.signal.aborted)throw new $s(null,n)}function pm(n){return Hc(n),n.headers=$e.from(n.headers),n.data=Gc.call(n,n.transformRequest),["post","put","patch"].indexOf(n.method)!==-1&&n.headers.setContentType("application/x-www-form-urlencoded",!1),mm.getAdapter(n.adapter||Uc.adapter)(n).then(function(t){return Hc(n),t.data=Gc.call(n,n.transformResponse,t),t.headers=$e.from(t.headers),t},function(t){return nm(t)||(Hc(n),t&&t.response&&(t.response.data=Gc.call(n,n.transformResponse,t.response),t.response.headers=$e.from(t.response.headers))),Promise.reject(t)})}const gm="1.8.4",co={};["object","boolean","number","function","string","symbol"].forEach((n,t)=>{co[n]=function(e){return typeof e===n||"a"+(t<1?"n ":" ")+n}});const ym={};co.transitional=function(n,t,e){function s(i,r){return"[Axios v"+gm+"] Transitional option '"+i+"'"+r+(e?". "+e:"")}return(i,r,o)=>{if(n===!1)throw new pt(s(r," has been removed"+(t?" in "+t:"")),pt.ERR_DEPRECATED);return t&&!ym[r]&&(ym[r]=!0,console.warn(s(r," has been deprecated since v"+t+" and will be removed in the near future"))),n?n(i,r,o):!0}},co.spelling=function(n){return(t,e)=>(console.warn(`${e} is likely a misspelling of ${n}`),!0)};function KS(n,t,e){if(typeof n!="object")throw new pt("options must be an object",pt.ERR_BAD_OPTION_VALUE);const s=Object.keys(n);let i=s.length;for(;i-- >0;){const r=s[i],o=t[r];if(o){const a=n[r],c=a===void 0||o(a,r,n);if(c!==!0)throw new pt("option "+r+" must be "+c,pt.ERR_BAD_OPTION_VALUE);continue}if(e!==!0)throw new pt("Unknown option "+r,pt.ERR_BAD_OPTION)}}const ho={assertOptions:KS,validators:co},Qe=ho.validators;class uo{constructor(t){this.defaults=t,this.interceptors={request:new Zd,response:new Zd}}async request(t,e){try{return await this._request(t,e)}catch(s){if(s instanceof Error){let i={};Error.captureStackTrace?Error.captureStackTrace(i):i=new Error;const r=i.stack?i.stack.replace(/^.+\n/,""):"";try{s.stack?r&&!String(s.stack).endsWith(r.replace(/^.+\n.+\n/,""))&&(s.stack+=`
|
|
18
|
+
`+r):s.stack=r}catch{}}throw s}}_request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=ms(this.defaults,e);const{transitional:s,paramsSerializer:i,headers:r}=e;s!==void 0&&ho.assertOptions(s,{silentJSONParsing:Qe.transitional(Qe.boolean),forcedJSONParsing:Qe.transitional(Qe.boolean),clarifyTimeoutError:Qe.transitional(Qe.boolean)},!1),i!=null&&(L.isFunction(i)?e.paramsSerializer={serialize:i}:ho.assertOptions(i,{encode:Qe.function,serialize:Qe.function},!0)),e.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?e.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:e.allowAbsoluteUrls=!0),ho.assertOptions(e,{baseUrl:Qe.spelling("baseURL"),withXsrfToken:Qe.spelling("withXSRFToken")},!0),e.method=(e.method||this.defaults.method||"get").toLowerCase();let o=r&&L.merge(r.common,r[e.method]);r&&L.forEach(["delete","get","head","post","put","patch","common"],p=>{delete r[p]}),e.headers=$e.concat(o,r);const a=[];let c=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(e)===!1||(c=c&&p.synchronous,a.unshift(p.fulfilled,p.rejected))});const h=[];this.interceptors.response.forEach(function(p){h.push(p.fulfilled,p.rejected)});let u,l=0,f;if(!c){const p=[pm.bind(this),void 0];for(p.unshift.apply(p,a),p.push.apply(p,h),f=p.length,u=Promise.resolve(e);l<f;)u=u.then(p[l++],p[l++]);return u}f=a.length;let d=e;for(l=0;l<f;){const p=a[l++],m=a[l++];try{d=p(d)}catch(y){m.call(this,y);break}}try{u=pm.call(this,d)}catch(p){return Promise.reject(p)}for(l=0,f=h.length;l<f;)u=u.then(h[l++],h[l++]);return u}getUri(t){t=ms(this.defaults,t);const e=om(t.baseURL,t.url,t.allowAbsoluteUrls);return Jd(e,t.params,t.paramsSerializer)}}L.forEach(["delete","get","head","options"],function(n){uo.prototype[n]=function(t,e){return this.request(ms(e||{},{method:n,url:t,data:(e||{}).data}))}}),L.forEach(["post","put","patch"],function(n){function t(e){return function(s,i,r){return this.request(ms(r||{},{method:n,headers:e?{"Content-Type":"multipart/form-data"}:{},url:s,data:i}))}}uo.prototype[n]=t(),uo.prototype[n+"Form"]=t(!0)});const lo=uo;class qc{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let e;this.promise=new Promise(function(i){e=i});const s=this;this.promise.then(i=>{if(!s._listeners)return;let r=s._listeners.length;for(;r-- >0;)s._listeners[r](i);s._listeners=null}),this.promise.then=i=>{let r;const o=new Promise(a=>{s.subscribe(a),r=a}).then(i);return o.cancel=function(){s.unsubscribe(r)},o},t(function(i,r,o){s.reason||(s.reason=new $s(i,r,o),e(s.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const e=this._listeners.indexOf(t);e!==-1&&this._listeners.splice(e,1)}toAbortSignal(){const t=new AbortController,e=s=>{t.abort(s)};return this.subscribe(e),t.signal.unsubscribe=()=>this.unsubscribe(e),t.signal}static source(){let t;return{token:new qc(function(e){t=e}),cancel:t}}}const JS=qc;function ZS(n){return function(t){return n.apply(null,t)}}function QS(n){return L.isObject(n)&&n.isAxiosError===!0}const Kc={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Kc).forEach(([n,t])=>{Kc[t]=n});const t2=Kc;function vm(n){const t=new lo(n),e=Nd(lo.prototype.request,t);return L.extend(e,lo.prototype,t,{allOwnKeys:!0}),L.extend(e,t,null,{allOwnKeys:!0}),e.create=function(s){return vm(ms(n,s))},e}const jt=vm(Uc);jt.Axios=lo,jt.CanceledError=$s,jt.CancelToken=JS,jt.isCancel=nm,jt.VERSION=gm,jt.toFormData=no,jt.AxiosError=pt,jt.Cancel=jt.CanceledError,jt.all=function(n){return Promise.all(n)},jt.spread=ZS,jt.isAxiosError=QS,jt.mergeConfig=ms,jt.AxiosHeaders=$e,jt.formToJSON=n=>tm(L.isHTMLForm(n)?new FormData(n):n),jt.getAdapter=mm.getAdapter,jt.HttpStatusCode=t2,jt.default=jt;const e2=jt;class n2{instance;constructor(t){this.instance=e2.create(t),this.instance.interceptors.request.use(e=>(t?.interceptors?.request?.(e),e),e=>(t?.interceptors?.requestError?.(e),Promise.reject(e))),this.instance.interceptors.response.use(e=>(t?.interceptors?.response?.(e),e.status==200,Promise.resolve(e)),e=>(t?.interceptors?.responseError?.(e),Promise.reject(e)))}request(t){let e=!1;const s=this.instance.request;return s.cancel=()=>{e=!0},s(t).then(i=>{if(e)throw new Error("Canceled!");return i})}get(t,e){return this.request({...e,method:"get",url:t})}delete(t,e){return this.request({...e,method:"delete",url:t})}head(t,e){return this.request({...e,method:"head",url:t})}options(t,e){return this.request({...e,method:"options",url:t})}post(t,e,s){return this.request({...s,method:"post",url:t,data:e})}postFormData(t,e,s){return s={...s,headers:{...s?.headers,"Content-Type":"multipart/form-data"}},this.request({...s,method:"post",url:t,data:e})}postForm(t,e,s){return this.instance.postForm(t,e,{...s})}put(t,e,s){return this.request({...s,method:"put",url:t,data:e})}patch(t,e,s){return this.request({...s,method:"patch",url:t,data:e})}getUri(t){return this.instance.getUri(t)}}function s2(n,t=(e,s)=>e<=s){const e=n.length;let s=Math.floor(e/2);for(;s>0;){for(let i=s;i<e;i++){const r=n[i];let o=i;for(;o>=s&&!t(n[o-s],r);)n[o]=n[o-s],o-=s;n[o]=r}s=Math.floor(s/2)}}function fo(n,t){const e=typeof t?.aliveInSeconds=="number"?Math.max(t.aliveInSeconds,0):-1,s=typeof t?.aliveUntilTimestamp=="number"?Math.max(t.aliveUntilTimestamp,0):-1;function i(o,a=!1){return tw(o)||hd(o)||od(o)?{value:o,timestamp:Fs()}:a&&Object.prototype.hasOwnProperty.call(o,"timestamp")?o:{...o,timestamp:Fs()}}let r=i(n,!0);return{get:()=>{let o=!1;return(e>=0&&Fs()>Oe(r.timestamp,0)+e*1e3||s>=0&&Fs()>s)&&(o=!0),o&&(r.value=void 0),r},set:o=>r=i(o,!1)}}function Jc(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function i2(n){if(n.__esModule)return n;var t=n.default;if(typeof t=="function"){var e=function s(){return this instanceof s?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};e.prototype=t.prototype}else e={};return Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(n).forEach(function(s){var i=Object.getOwnPropertyDescriptor(n,s);Object.defineProperty(e,s,i.get?i:{enumerable:!0,get:function(){return n[s]}})}),e}var bm={exports:{}};(function(n,t){(function(e){n.exports=e()})(function(e){var s=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function i(g,v){var x=g[0],b=g[1],E=g[2],_=g[3];x+=(b&E|~b&_)+v[0]-680876936|0,x=(x<<7|x>>>25)+b|0,_+=(x&b|~x&E)+v[1]-389564586|0,_=(_<<12|_>>>20)+x|0,E+=(_&x|~_&b)+v[2]+606105819|0,E=(E<<17|E>>>15)+_|0,b+=(E&_|~E&x)+v[3]-1044525330|0,b=(b<<22|b>>>10)+E|0,x+=(b&E|~b&_)+v[4]-176418897|0,x=(x<<7|x>>>25)+b|0,_+=(x&b|~x&E)+v[5]+1200080426|0,_=(_<<12|_>>>20)+x|0,E+=(_&x|~_&b)+v[6]-1473231341|0,E=(E<<17|E>>>15)+_|0,b+=(E&_|~E&x)+v[7]-45705983|0,b=(b<<22|b>>>10)+E|0,x+=(b&E|~b&_)+v[8]+1770035416|0,x=(x<<7|x>>>25)+b|0,_+=(x&b|~x&E)+v[9]-1958414417|0,_=(_<<12|_>>>20)+x|0,E+=(_&x|~_&b)+v[10]-42063|0,E=(E<<17|E>>>15)+_|0,b+=(E&_|~E&x)+v[11]-1990404162|0,b=(b<<22|b>>>10)+E|0,x+=(b&E|~b&_)+v[12]+1804603682|0,x=(x<<7|x>>>25)+b|0,_+=(x&b|~x&E)+v[13]-40341101|0,_=(_<<12|_>>>20)+x|0,E+=(_&x|~_&b)+v[14]-1502002290|0,E=(E<<17|E>>>15)+_|0,b+=(E&_|~E&x)+v[15]+1236535329|0,b=(b<<22|b>>>10)+E|0,x+=(b&_|E&~_)+v[1]-165796510|0,x=(x<<5|x>>>27)+b|0,_+=(x&E|b&~E)+v[6]-1069501632|0,_=(_<<9|_>>>23)+x|0,E+=(_&b|x&~b)+v[11]+643717713|0,E=(E<<14|E>>>18)+_|0,b+=(E&x|_&~x)+v[0]-373897302|0,b=(b<<20|b>>>12)+E|0,x+=(b&_|E&~_)+v[5]-701558691|0,x=(x<<5|x>>>27)+b|0,_+=(x&E|b&~E)+v[10]+38016083|0,_=(_<<9|_>>>23)+x|0,E+=(_&b|x&~b)+v[15]-660478335|0,E=(E<<14|E>>>18)+_|0,b+=(E&x|_&~x)+v[4]-405537848|0,b=(b<<20|b>>>12)+E|0,x+=(b&_|E&~_)+v[9]+568446438|0,x=(x<<5|x>>>27)+b|0,_+=(x&E|b&~E)+v[14]-1019803690|0,_=(_<<9|_>>>23)+x|0,E+=(_&b|x&~b)+v[3]-187363961|0,E=(E<<14|E>>>18)+_|0,b+=(E&x|_&~x)+v[8]+1163531501|0,b=(b<<20|b>>>12)+E|0,x+=(b&_|E&~_)+v[13]-1444681467|0,x=(x<<5|x>>>27)+b|0,_+=(x&E|b&~E)+v[2]-51403784|0,_=(_<<9|_>>>23)+x|0,E+=(_&b|x&~b)+v[7]+1735328473|0,E=(E<<14|E>>>18)+_|0,b+=(E&x|_&~x)+v[12]-1926607734|0,b=(b<<20|b>>>12)+E|0,x+=(b^E^_)+v[5]-378558|0,x=(x<<4|x>>>28)+b|0,_+=(x^b^E)+v[8]-2022574463|0,_=(_<<11|_>>>21)+x|0,E+=(_^x^b)+v[11]+1839030562|0,E=(E<<16|E>>>16)+_|0,b+=(E^_^x)+v[14]-35309556|0,b=(b<<23|b>>>9)+E|0,x+=(b^E^_)+v[1]-1530992060|0,x=(x<<4|x>>>28)+b|0,_+=(x^b^E)+v[4]+1272893353|0,_=(_<<11|_>>>21)+x|0,E+=(_^x^b)+v[7]-155497632|0,E=(E<<16|E>>>16)+_|0,b+=(E^_^x)+v[10]-1094730640|0,b=(b<<23|b>>>9)+E|0,x+=(b^E^_)+v[13]+681279174|0,x=(x<<4|x>>>28)+b|0,_+=(x^b^E)+v[0]-358537222|0,_=(_<<11|_>>>21)+x|0,E+=(_^x^b)+v[3]-722521979|0,E=(E<<16|E>>>16)+_|0,b+=(E^_^x)+v[6]+76029189|0,b=(b<<23|b>>>9)+E|0,x+=(b^E^_)+v[9]-640364487|0,x=(x<<4|x>>>28)+b|0,_+=(x^b^E)+v[12]-421815835|0,_=(_<<11|_>>>21)+x|0,E+=(_^x^b)+v[15]+530742520|0,E=(E<<16|E>>>16)+_|0,b+=(E^_^x)+v[2]-995338651|0,b=(b<<23|b>>>9)+E|0,x+=(E^(b|~_))+v[0]-198630844|0,x=(x<<6|x>>>26)+b|0,_+=(b^(x|~E))+v[7]+1126891415|0,_=(_<<10|_>>>22)+x|0,E+=(x^(_|~b))+v[14]-1416354905|0,E=(E<<15|E>>>17)+_|0,b+=(_^(E|~x))+v[5]-57434055|0,b=(b<<21|b>>>11)+E|0,x+=(E^(b|~_))+v[12]+1700485571|0,x=(x<<6|x>>>26)+b|0,_+=(b^(x|~E))+v[3]-1894986606|0,_=(_<<10|_>>>22)+x|0,E+=(x^(_|~b))+v[10]-1051523|0,E=(E<<15|E>>>17)+_|0,b+=(_^(E|~x))+v[1]-2054922799|0,b=(b<<21|b>>>11)+E|0,x+=(E^(b|~_))+v[8]+1873313359|0,x=(x<<6|x>>>26)+b|0,_+=(b^(x|~E))+v[15]-30611744|0,_=(_<<10|_>>>22)+x|0,E+=(x^(_|~b))+v[6]-1560198380|0,E=(E<<15|E>>>17)+_|0,b+=(_^(E|~x))+v[13]+1309151649|0,b=(b<<21|b>>>11)+E|0,x+=(E^(b|~_))+v[4]-145523070|0,x=(x<<6|x>>>26)+b|0,_+=(b^(x|~E))+v[11]-1120210379|0,_=(_<<10|_>>>22)+x|0,E+=(x^(_|~b))+v[2]+718787259|0,E=(E<<15|E>>>17)+_|0,b+=(_^(E|~x))+v[9]-343485551|0,b=(b<<21|b>>>11)+E|0,g[0]=x+g[0]|0,g[1]=b+g[1]|0,g[2]=E+g[2]|0,g[3]=_+g[3]|0}function r(g){var v=[],x;for(x=0;x<64;x+=4)v[x>>2]=g.charCodeAt(x)+(g.charCodeAt(x+1)<<8)+(g.charCodeAt(x+2)<<16)+(g.charCodeAt(x+3)<<24);return v}function o(g){var v=[],x;for(x=0;x<64;x+=4)v[x>>2]=g[x]+(g[x+1]<<8)+(g[x+2]<<16)+(g[x+3]<<24);return v}function a(g){var v=g.length,x=[1732584193,-271733879,-1732584194,271733878],b,E,_,D,V,O;for(b=64;b<=v;b+=64)i(x,r(g.substring(b-64,b)));for(g=g.substring(b-64),E=g.length,_=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],b=0;b<E;b+=1)_[b>>2]|=g.charCodeAt(b)<<(b%4<<3);if(_[b>>2]|=128<<(b%4<<3),b>55)for(i(x,_),b=0;b<16;b+=1)_[b]=0;return D=v*8,D=D.toString(16).match(/(.*?)(.{0,8})$/),V=parseInt(D[2],16),O=parseInt(D[1],16)||0,_[14]=V,_[15]=O,i(x,_),x}function c(g){var v=g.length,x=[1732584193,-271733879,-1732584194,271733878],b,E,_,D,V,O;for(b=64;b<=v;b+=64)i(x,o(g.subarray(b-64,b)));for(g=b-64<v?g.subarray(b-64):new Uint8Array(0),E=g.length,_=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],b=0;b<E;b+=1)_[b>>2]|=g[b]<<(b%4<<3);if(_[b>>2]|=128<<(b%4<<3),b>55)for(i(x,_),b=0;b<16;b+=1)_[b]=0;return D=v*8,D=D.toString(16).match(/(.*?)(.{0,8})$/),V=parseInt(D[2],16),O=parseInt(D[1],16)||0,_[14]=V,_[15]=O,i(x,_),x}function h(g){var v="",x;for(x=0;x<4;x+=1)v+=s[g>>x*8+4&15]+s[g>>x*8&15];return v}function u(g){var v;for(v=0;v<g.length;v+=1)g[v]=h(g[v]);return g.join("")}u(a("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function g(v,x){return v=v|0||0,v<0?Math.max(v+x,0):Math.min(v,x)}ArrayBuffer.prototype.slice=function(v,x){var b=this.byteLength,E=g(v,b),_=b,D,V,O,N;return x!==e&&(_=g(x,b)),E>_?new ArrayBuffer(0):(D=_-E,V=new ArrayBuffer(D),O=new Uint8Array(V),N=new Uint8Array(this,E,D),O.set(N),V)}}();function l(g){return/[\u0080-\uFFFF]/.test(g)&&(g=unescape(encodeURIComponent(g))),g}function f(g,v){var x=g.length,b=new ArrayBuffer(x),E=new Uint8Array(b),_;for(_=0;_<x;_+=1)E[_]=g.charCodeAt(_);return v?E:b}function d(g){return String.fromCharCode.apply(null,new Uint8Array(g))}function p(g,v,x){var b=new Uint8Array(g.byteLength+v.byteLength);return b.set(new Uint8Array(g)),b.set(new Uint8Array(v),g.byteLength),x?b:b.buffer}function m(g){var v=[],x=g.length,b;for(b=0;b<x-1;b+=2)v.push(parseInt(g.substr(b,2),16));return String.fromCharCode.apply(String,v)}function y(){this.reset()}return y.prototype.append=function(g){return this.appendBinary(l(g)),this},y.prototype.appendBinary=function(g){this._buff+=g,this._length+=g.length;var v=this._buff.length,x;for(x=64;x<=v;x+=64)i(this._hash,r(this._buff.substring(x-64,x)));return this._buff=this._buff.substring(x-64),this},y.prototype.end=function(g){var v=this._buff,x=v.length,b,E=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],_;for(b=0;b<x;b+=1)E[b>>2]|=v.charCodeAt(b)<<(b%4<<3);return this._finish(E,x),_=u(this._hash),g&&(_=m(_)),this.reset(),_},y.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},y.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},y.prototype.setState=function(g){return this._buff=g.buff,this._length=g.length,this._hash=g.hash,this},y.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},y.prototype._finish=function(g,v){var x=v,b,E,_;if(g[x>>2]|=128<<(x%4<<3),x>55)for(i(this._hash,g),x=0;x<16;x+=1)g[x]=0;b=this._length*8,b=b.toString(16).match(/(.*?)(.{0,8})$/),E=parseInt(b[2],16),_=parseInt(b[1],16)||0,g[14]=E,g[15]=_,i(this._hash,g)},y.hash=function(g,v){return y.hashBinary(l(g),v)},y.hashBinary=function(g,v){var x=a(g),b=u(x);return v?m(b):b},y.ArrayBuffer=function(){this.reset()},y.ArrayBuffer.prototype.append=function(g){var v=p(this._buff.buffer,g,!0),x=v.length,b;for(this._length+=g.byteLength,b=64;b<=x;b+=64)i(this._hash,o(v.subarray(b-64,b)));return this._buff=b-64<x?new Uint8Array(v.buffer.slice(b-64)):new Uint8Array(0),this},y.ArrayBuffer.prototype.end=function(g){var v=this._buff,x=v.length,b=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],E,_;for(E=0;E<x;E+=1)b[E>>2]|=v[E]<<(E%4<<3);return this._finish(b,x),_=u(this._hash),g&&(_=m(_)),this.reset(),_},y.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},y.ArrayBuffer.prototype.getState=function(){var g=y.prototype.getState.call(this);return g.buff=d(g.buff),g},y.ArrayBuffer.prototype.setState=function(g){return g.buff=f(g.buff,!0),y.prototype.setState.call(this,g)},y.ArrayBuffer.prototype.destroy=y.prototype.destroy,y.ArrayBuffer.prototype._finish=y.prototype._finish,y.ArrayBuffer.hash=function(g,v){var x=c(new Uint8Array(g)),b=u(x);return v?m(b):b},y})})(bm);var r2=bm.exports;const o2=Jc(r2);function a2(n='script[type="text/js-worker"]'){return Array.prototype.map.call(document.querySelectorAll(n),t=>t.textContent)}const Zc=n=>new XMLSerializer().serializeToString(n),c2=(n,t="text/html")=>new DOMParser().parseFromString(n,t),wm=(n,t={mime:Ze["image/svg+xml"],encode:jr.utf8})=>uc(Zc(n),t);async function Qc(n=["*"],t){let e=[];const s=document.createElement("input");return s.setAttribute("type","file"),s.setAttribute("visibility","hidden"),s.setAttribute("accept",n.join(",")),t&&s.setAttribute("multiple","true"),s.addEventListener("click",i=>{s.value=""},!1),new Promise((i,r)=>{s.addEventListener("change",o=>{e=Array.from(o.target.files||[]),e.length===0?r(new Error("Cancel")):i(e)},!1),window.addEventListener("focus",()=>{setTimeout(()=>{e.length===0&&r(new Error("Cancel"))},1e3)},{once:!0}),s.click()}).then(i=>(s.remove(),i)).catch(i=>{throw s.remove(),i})}function Ai(n,t=Re.text,e){return new Promise((s,i)=>{const r=new FileReader;switch(r.addEventListener("progress",o=>{e?.(o.loaded,o.total)}),r.addEventListener("load",o=>{s(o.target?.result)}),r.addEventListener("error",o=>{i(o)}),t){case Re.dataURL:r.readAsDataURL(n);break;case Re.binaryString:r.readAsBinaryString(n);break;case Re.arraybuffer:r.readAsArrayBuffer(n);break;case Re.text:default:r.readAsText(n)}})}async function h2(n){const t=await Ai(n,Re.arraybuffer);return Ub(t)}function xm(n,t,e,s,i,r,o){const a=new FileReader;a.addEventListener("load",c=>{if(!c.target||!c.target.result)return t(c);if(e.append(c.target.result),o<s.size)xm(n,t,e,s,i,o,Math.min(o+i,s.size));else return n(e.end())}),a.addEventListener("error",c=>t(c)),a.readAsArrayBuffer(s.slice(r,o))}async function Sm(n,t=1*1024*1024){return await new Promise((e,s)=>xm(e,s,new o2.ArrayBuffer,n,t,0,Math.min(t,n.size)))}class u2{axios;checkURL;uploadURL;file;fileHash;chunkSize;chunks;currentChunk=0;isUploading=!1;begin=0;end=0;timer;time=[0,0,0,0,0,0];onExist;onStart;onProgress;onComplete;onTime;constructor(t){this.axios=new n2({baseURL:t.baseURL,interceptors:{response:e=>{e.config.url==this.uploadURL&&e.status==200&&(this.onProgress?.(this.currentChunk++,this.chunks),this.end==this.file.size?(this.isUploading=!1,this.stopTimeCount(),this.onComplete?.()):this.isUploading&&this.uploadChunk())}}}),this.checkURL=t.checkURL,this.uploadURL=t.uploadURL,this.file=t.file,this.chunkSize=t.chunkSize||1*1024*1024,this.chunks=Math.ceil(this.file.size/this.chunkSize),this.onExist=t.onExist,this.onStart=t.onStart,this.onProgress=t.onProgress,this.onComplete=t.onComplete,this.onTime=t.onTime}async start(){this.fileHash||(this.fileHash=await Sm(this.file,this.chunkSize)),(await this.axios.post(this.checkURL,{fileName:this.file.name,fileHash:this.fileHash})).data.isExist?(this.isUploading=!1,this.onExist?.()):this.isUploading||(this.onStart?.(),this.startTimeCount(),await this.uploadChunk())}pause(){this.isUploading&&(this.isUploading=!1,this.stopTimeCount())}async uploadChunk(){this.isUploading=!0,this.begin=this.currentChunk*this.chunkSize,this.end=Math.min(this.begin+this.chunkSize,this.file.size);const t=this.file.slice(this.begin,this.end),e=new FormData;e.append("fileData",t),e.append("fileName",this.file.name),e.append("fileHash",this.fileHash),e.append("chunkIndex",String(this.currentChunk)),e.append("chunks",String(this.chunks)),await this.axios.postFormData(this.uploadURL,e)}startTimeCount(){this.stopTimeCount(),this.timer=setInterval(()=>{Ew(this.time,1),this.onTime?.(xw(this.time))},1e3)}stopTimeCount(){this.timer&&(clearInterval(this.timer),this.timer=void 0)}}function _m(){let n=null;if(window.ActiveXObject){const t=["Microsoft.XMLHTTP","MSXML6.XMLHTTP","MSXML5.XMLHTTP","MSXML4.XMLHTTP","MSXML3.XMLHTTP","MSXML2.XMLHTTP","MSXML.XMLHTTP"];for(let e=0,s=t.length;e<s;e++)try{n=new window.ActiveXObject(t[e]);break}catch{continue}}else n=new XMLHttpRequest;return n}function Em(n,t){return new Promise((e,s)=>{const{method:i="GET",data:r={},multipartFormDataString:o="",boundary:a="",headers:c={},withCredentials:h=!1,responseType:u="json",timeout:l=3e4}=t||{},f=_m();f.timeout=l,f.responseType=u,f.onreadystatechange=function(v){f.readyState===4&&(f.status===200?e(f.response):s(f.statusText))},f.ontimeout=()=>{s(`${n} is timed out for ${l}ms.`)},f.addEventListener("load",v=>t?.load?.(v,f),!1),f.addEventListener("loadstart",v=>t?.loadstart?.(v,f),!1),f.addEventListener("loadend",v=>t?.loadend?.(v,f),!1),f.addEventListener("progress",v=>{if(v.lengthComputable){const x=Math.round(v.loaded*100/v.total);t?.progress?.(v,f,x)}},!1),f.addEventListener("error",v=>t?.error?.(v,f),!1),f.addEventListener("abort",v=>t?.abort?.(v,f),!1);const d=i.toUpperCase();Object.assign(c,{Accept:"*/*"});let p=!1,m=!1,y=!1;function g(){f.setRequestHeader("If-Modified-Since","Sat, 1 Jan 2000 00:00:00 GMT"),h&&(f.withCredentials=!0);for(const v in c)qt(v).toLowerCase()=="content-type"&&c[v].toLowerCase()=="multipart/form-data"?(p=!0,f.setRequestHeader("Content-Type","multipart/form-data; boundary="+a)):(qt(v).toLowerCase()=="content-type"&&(c[v].toLowerCase().indexOf("text/plain")>=0?m=!0:c[v].toLowerCase().indexOf("application/json")>=0&&(y=!0)),f.setRequestHeader(v,c[v]))}switch(d){case"GET":let v="";r instanceof FormData?v=Sx(r):v=xx(r),f.open("GET",bx(n,v),!0),g(),f.send(null);break;default:f.open(d,n,!0),g(),p?f.sendAsBinary(o):y?f.send(JSON.stringify(r)):m?f.send(Object.entries(r).map(([x,b])=>`${x}=${b}`).join(`\r
|
|
19
|
+
`)):f.send(Object.entries(r).map(([x,b])=>`${encodeURIComponent(x)}=${encodeURIComponent(b)}`).join("&"));break}})}async function l2(n){const t={url:n.action||"",data:{},contentType:n.method.toLowerCase()==="post"&&n.enctype?n.enctype:"application/x-www-form-urlencoded",multipartFormDataString:"",boundary:"---------------------------"+Date.now().toString(16)},e=[],s=t.contentType=="multipart/form-data";for(let i=0;i<n.elements.length;i++){const r=n.elements[i];if(!r.hasAttribute("name"))continue;const o=r.getAttribute("type");switch(r.nodeName.toUpperCase()==="INPUT"&&o?o.toUpperCase():""){case"FILE":const c=r;if(s)for(let l=0,f=c.files?.length||0;l<f;l++){const d=c.files?.[l];if(d){const p=await Ai(d,Re.binaryString);e.push('Content-Disposition: form-data; name="'+c.name+'"; filename="'+d.name+`"\r
|
|
20
|
+
Content-Type: `+d.type+`\r
|
|
21
21
|
\r
|
|
22
22
|
`+p+`\r
|
|
23
|
-
`)}}break;case"RADIO":case"CHECKBOX":if(!
|
|
23
|
+
`)}}break;case"RADIO":case"CHECKBOX":if(!r.checked)break;default:const u=r;s?e.push('Content-Disposition: form-data; name="'+u.name+`"\r
|
|
24
24
|
\r
|
|
25
25
|
`+u.value+`\r
|
|
26
26
|
`):t.data[u.name]=u.value;break}}return t.multipartFormDataString="--"+t.boundary+`\r
|
|
27
27
|
`+e.join("--"+t.boundary+`\r
|
|
28
28
|
`)+"--"+t.boundary+`--\r
|
|
29
|
-
`,t}function
|
|
30
|
-
`+e.map(function(
|
|
31
|
-
`):"",this.name="UnsubscriptionError",this.errors=e}});function Yr(n,t){if(n){var e=n.indexOf(t);0<=e&&n.splice(e,1)}}var dr=function(){function n(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return n.prototype.unsubscribe=function(){var t,e,r,s,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=Vn(o),c=a.next();!c.done;c=a.next()){var h=c.value;h.remove(this)}}catch(m){t={error:m}}finally{try{c&&!c.done&&(e=a.return)&&e.call(a)}finally{if(t)throw t.error}}else o.remove(this);var u=this.initialTeardown;if(xt(u))try{u()}catch(m){i=m instanceof Ma?m.errors:[m]}var l=this._finalizers;if(l){this._finalizers=null;try{for(var d=Vn(l),f=d.next();!f.done;f=d.next()){var p=f.value;try{Yl(p)}catch(m){i=i??[],m instanceof Ma?i=bn(bn([],Ke(i)),Ke(m.errors)):i.push(m)}}}catch(m){r={error:m}}finally{try{f&&!f.done&&(s=d.return)&&s.call(d)}finally{if(r)throw r.error}}}if(i)throw new Ma(i)}},n.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)Yl(t);else{if(t instanceof n){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},n.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},n.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},n.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Yr(e,t)},n.prototype.remove=function(t){var e=this._finalizers;e&&Yr(e,t),t instanceof n&&t._removeParent(this)},n.EMPTY=function(){var t=new n;return t.closed=!0,t}(),n}(),$l=dr.EMPTY;function Ul(n){return n instanceof dr||n&&"closed"in n&&xt(n.remove)&&xt(n.add)&&xt(n.unsubscribe)}function Yl(n){xt(n)?n():n.unsubscribe()}var jl={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Da={setTimeout:function(n,t){for(var e=[],r=2;r<arguments.length;r++)e[r-2]=arguments[r];var s=Da.delegate;return s?.setTimeout?s.setTimeout.apply(s,bn([n,t],Ke(e))):setTimeout.apply(void 0,bn([n,t],Ke(e)))},clearTimeout:function(n){var t=Da.delegate;return(t?.clearTimeout||clearTimeout)(n)},delegate:void 0};function Vl(n){Da.setTimeout(function(){throw n})}function jr(){}function ci(n){n()}var Oa=function(n){Fe(t,n);function t(e){var r=n.call(this)||this;return r.isStopped=!1,e?(r.destination=e,Ul(e)&&e.add(r)):r.destination=A1,r}return t.create=function(e,r,s){return new mr(e,r,s)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(dr),C1=Function.prototype.bind;function Ia(n,t){return C1.call(n,t)}var T1=function(){function n(t){this.partialObserver=t}return n.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(r){hi(r)}},n.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(r){hi(r)}else hi(t)},n.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){hi(e)}},n}(),mr=function(n){Fe(t,n);function t(e,r,s){var i=n.call(this)||this,o;if(xt(e)||!e)o={next:e??void 0,error:r??void 0,complete:s??void 0};else{var a;i&&jl.useDeprecatedNextContext?(a=Object.create(e),a.unsubscribe=function(){return i.unsubscribe()},o={next:e.next&&Ia(e.next,a),error:e.error&&Ia(e.error,a),complete:e.complete&&Ia(e.complete,a)}):o=e}return i.destination=new T1(o),i}return t}(Oa);function hi(n){Vl(n)}function P1(n){throw n}var A1={closed:!0,next:jr,error:P1,complete:jr},Ra=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Gn(n){return n}function M1(n){return n.length===0?Gn:n.length===1?n[0]:function(e){return n.reduce(function(r,s){return s(r)},e)}}var Rt=function(){function n(t){t&&(this._subscribe=t)}return n.prototype.lift=function(t){var e=new n;return e.source=this,e.operator=t,e},n.prototype.subscribe=function(t,e,r){var s=this,i=O1(t)?t:new mr(t,e,r);return ci(function(){var o=s,a=o.operator,c=o.source;i.add(a?a.call(i,c):c?s._subscribe(i):s._trySubscribe(i))}),i},n.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},n.prototype.forEach=function(t,e){var r=this;return e=Gl(e),new e(function(s,i){var o=new mr({next:function(a){try{t(a)}catch(c){i(c),o.unsubscribe()}},error:i,complete:s});r.subscribe(o)})},n.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},n.prototype[Ra]=function(){return this},n.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return M1(t)(this)},n.prototype.toPromise=function(t){var e=this;return t=Gl(t),new t(function(r,s){var i;e.subscribe(function(o){return i=o},function(o){return s(o)},function(){return r(i)})})},n.create=function(t){return new n(t)},n}();function Gl(n){var t;return(t=n??jl.Promise)!==null&&t!==void 0?t:Promise}function D1(n){return n&&xt(n.next)&&xt(n.error)&&xt(n.complete)}function O1(n){return n&&n instanceof Oa||D1(n)&&Ul(n)}function I1(n){return xt(n?.lift)}function ne(n){return function(t){if(I1(t))return t.lift(function(e){try{return n(e,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function Ft(n,t,e,r,s){return new R1(n,t,e,r,s)}var R1=function(n){Fe(t,n);function t(e,r,s,i,o,a){var c=n.call(this,e)||this;return c.onFinalize=o,c.shouldUnsubscribe=a,c._next=r?function(h){try{r(h)}catch(u){e.error(u)}}:n.prototype._next,c._error=i?function(h){try{i(h)}catch(u){e.error(u)}finally{this.unsubscribe()}}:n.prototype._error,c._complete=s?function(){try{s()}catch(h){e.error(h)}finally{this.unsubscribe()}}:n.prototype._complete,c}return t.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;n.prototype.unsubscribe.call(this),!r&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},t}(Oa),k1=Aa(function(n){return function(){n(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Ze=function(n){Fe(t,n);function t(){var e=n.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return t.prototype.lift=function(e){var r=new Xl(this,this);return r.operator=e,r},t.prototype._throwIfClosed=function(){if(this.closed)throw new k1},t.prototype.next=function(e){var r=this;ci(function(){var s,i;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var o=Vn(r.currentObservers),a=o.next();!a.done;a=o.next()){var c=a.value;c.next(e)}}catch(h){s={error:h}}finally{try{a&&!a.done&&(i=o.return)&&i.call(o)}finally{if(s)throw s.error}}}})},t.prototype.error=function(e){var r=this;ci(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=e;for(var s=r.observers;s.length;)s.shift().error(e)}})},t.prototype.complete=function(){var e=this;ci(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var r=e.observers;r.length;)r.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(e){return this._throwIfClosed(),n.prototype._trySubscribe.call(this,e)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var r=this,s=this,i=s.hasError,o=s.isStopped,a=s.observers;return i||o?$l:(this.currentObservers=null,a.push(e),new dr(function(){r.currentObservers=null,Yr(a,e)}))},t.prototype._checkFinalizedStatuses=function(e){var r=this,s=r.hasError,i=r.thrownError,o=r.isStopped;s?e.error(i):o&&e.complete()},t.prototype.asObservable=function(){var e=new Rt;return e.source=this,e},t.create=function(e,r){return new Xl(e,r)},t}(Rt),Xl=function(n){Fe(t,n);function t(e,r){var s=n.call(this)||this;return s.destination=e,s.source=r,s}return t.prototype.next=function(e){var r,s;(s=(r=this.destination)===null||r===void 0?void 0:r.next)===null||s===void 0||s.call(r,e)},t.prototype.error=function(e){var r,s;(s=(r=this.destination)===null||r===void 0?void 0:r.error)===null||s===void 0||s.call(r,e)},t.prototype.complete=function(){var e,r;(r=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||r===void 0||r.call(e)},t.prototype._subscribe=function(e){var r,s;return(s=(r=this.source)===null||r===void 0?void 0:r.subscribe(e))!==null&&s!==void 0?s:$l},t}(Ze),ui=function(n){Fe(t,n);function t(e){var r=n.call(this)||this;return r._value=e,r}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(e){var r=n.prototype._subscribe.call(this,e);return!r.closed&&e.next(this._value),r},t.prototype.getValue=function(){var e=this,r=e.hasError,s=e.thrownError,i=e._value;if(r)throw s;return this._throwIfClosed(),i},t.prototype.next=function(e){n.prototype.next.call(this,this._value=e)},t}(Ze),ka={now:function(){return(ka.delegate||Date).now()},delegate:void 0},L1=function(n){Fe(t,n);function t(e,r,s){e===void 0&&(e=1/0),r===void 0&&(r=1/0),s===void 0&&(s=ka);var i=n.call(this)||this;return i._bufferSize=e,i._windowTime=r,i._timestampProvider=s,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,e),i._windowTime=Math.max(1,r),i}return t.prototype.next=function(e){var r=this,s=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,a=r._timestampProvider,c=r._windowTime;s||(i.push(e),!o&&i.push(a.now()+c)),this._trimBuffer(),n.prototype.next.call(this,e)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var r=this._innerSubscribe(e),s=this,i=s._infiniteTimeWindow,o=s._buffer,a=o.slice(),c=0;c<a.length&&!e.closed;c+=i?1:2)e.next(a[c]);return this._checkFinalizedStatuses(e),r},t.prototype._trimBuffer=function(){var e=this,r=e._bufferSize,s=e._timestampProvider,i=e._buffer,o=e._infiniteTimeWindow,a=(o?1:2)*r;if(r<1/0&&a<i.length&&i.splice(0,i.length-a),!o){for(var c=s.now(),h=0,u=1;u<i.length&&i[u]<=c;u+=2)h=u;h&&i.splice(0,h+1)}},t}(Ze),N1=function(n){Fe(t,n);function t(e,r){return n.call(this)||this}return t.prototype.schedule=function(e,r){return this},t}(dr),li={setInterval:function(n,t){for(var e=[],r=2;r<arguments.length;r++)e[r-2]=arguments[r];var s=li.delegate;return s?.setInterval?s.setInterval.apply(s,bn([n,t],Ke(e))):setInterval.apply(void 0,bn([n,t],Ke(e)))},clearInterval:function(n){var t=li.delegate;return(t?.clearInterval||clearInterval)(n)},delegate:void 0},z1=function(n){Fe(t,n);function t(e,r){var s=n.call(this,e,r)||this;return s.scheduler=e,s.work=r,s.pending=!1,s}return t.prototype.schedule=function(e,r){var s;if(r===void 0&&(r=0),this.closed)return this;this.state=e;var i=this.id,o=this.scheduler;return i!=null&&(this.id=this.recycleAsyncId(o,i,r)),this.pending=!0,this.delay=r,this.id=(s=this.id)!==null&&s!==void 0?s:this.requestAsyncId(o,this.id,r),this},t.prototype.requestAsyncId=function(e,r,s){return s===void 0&&(s=0),li.setInterval(e.flush.bind(e,this),s)},t.prototype.recycleAsyncId=function(e,r,s){if(s===void 0&&(s=0),s!=null&&this.delay===s&&this.pending===!1)return r;r!=null&&li.clearInterval(r)},t.prototype.execute=function(e,r){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var s=this._execute(e,r);if(s)return s;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(e,r){var s=!1,i;try{this.work(e)}catch(o){s=!0,i=o||new Error("Scheduled action threw falsy error")}if(s)return this.unsubscribe(),i},t.prototype.unsubscribe=function(){if(!this.closed){var e=this,r=e.id,s=e.scheduler,i=s.actions;this.work=this.state=this.scheduler=null,this.pending=!1,Yr(i,this),r!=null&&(this.id=this.recycleAsyncId(s,r,null)),this.delay=null,n.prototype.unsubscribe.call(this)}},t}(N1),Hl=function(){function n(t,e){e===void 0&&(e=n.now),this.schedulerActionCtor=t,this.now=e}return n.prototype.schedule=function(t,e,r){return e===void 0&&(e=0),new this.schedulerActionCtor(this,t).schedule(r,e)},n.now=ka.now,n}(),F1=function(n){Fe(t,n);function t(e,r){r===void 0&&(r=Hl.now);var s=n.call(this,e,r)||this;return s.actions=[],s._active=!1,s}return t.prototype.flush=function(e){var r=this.actions;if(this._active){r.push(e);return}var s;this._active=!0;do if(s=e.execute(e.state,e.delay))break;while(e=r.shift());if(this._active=!1,s){for(;e=r.shift();)e.unsubscribe();throw s}},t}(Hl),La=new F1(z1),B1=La,Wl=new Rt(function(n){return n.complete()});function ql(n){return n&&xt(n.schedule)}function Na(n){return n[n.length-1]}function $1(n){return xt(Na(n))?n.pop():void 0}function Vr(n){return ql(Na(n))?n.pop():void 0}function U1(n,t){return typeof Na(n)=="number"?n.pop():t}var za=function(n){return n&&typeof n.length=="number"&&typeof n!="function"};function Jl(n){return xt(n?.then)}function Kl(n){return xt(n[Ra])}function Zl(n){return Symbol.asyncIterator&&xt(n?.[Symbol.asyncIterator])}function Ql(n){return new TypeError("You provided "+(n!==null&&typeof n=="object"?"an invalid object":"'"+n+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Y1(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var tf=Y1();function ef(n){return xt(n?.[tf])}function nf(n){return S1(this,arguments,function(){var e,r,s,i;return Bl(this,function(o){switch(o.label){case 0:e=n.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,fr(e.read())];case 3:return r=o.sent(),s=r.value,i=r.done,i?[4,fr(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,fr(s)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}})})}function rf(n){return xt(n?.getReader)}function Ut(n){if(n instanceof Rt)return n;if(n!=null){if(Kl(n))return j1(n);if(za(n))return V1(n);if(Jl(n))return G1(n);if(Zl(n))return sf(n);if(ef(n))return X1(n);if(rf(n))return H1(n)}throw Ql(n)}function j1(n){return new Rt(function(t){var e=n[Ra]();if(xt(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function V1(n){return new Rt(function(t){for(var e=0;e<n.length&&!t.closed;e++)t.next(n[e]);t.complete()})}function G1(n){return new Rt(function(t){n.then(function(e){t.closed||(t.next(e),t.complete())},function(e){return t.error(e)}).then(null,Vl)})}function X1(n){return new Rt(function(t){var e,r;try{for(var s=Vn(n),i=s.next();!i.done;i=s.next()){var o=i.value;if(t.next(o),t.closed)return}}catch(a){e={error:a}}finally{try{i&&!i.done&&(r=s.return)&&r.call(s)}finally{if(e)throw e.error}}t.complete()})}function sf(n){return new Rt(function(t){W1(n,t).catch(function(e){return t.error(e)})})}function H1(n){return sf(nf(n))}function W1(n,t){var e,r,s,i;return _1(this,void 0,void 0,function(){var o,a;return Bl(this,function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),e=E1(n),c.label=1;case 1:return[4,e.next()];case 2:if(r=c.sent(),!!r.done)return[3,4];if(o=r.value,t.next(o),t.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return a=c.sent(),s={error:a},[3,11];case 6:return c.trys.push([6,,9,10]),r&&!r.done&&(i=e.return)?[4,i.call(e)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(s)throw s.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})}function Qe(n,t,e,r,s){r===void 0&&(r=0),s===void 0&&(s=!1);var i=t.schedule(function(){e(),s?n.add(this.schedule(null,r)):this.unsubscribe()},r);if(n.add(i),!s)return i}function of(n,t){return t===void 0&&(t=0),ne(function(e,r){e.subscribe(Ft(r,function(s){return Qe(r,n,function(){return r.next(s)},t)},function(){return Qe(r,n,function(){return r.complete()},t)},function(s){return Qe(r,n,function(){return r.error(s)},t)}))})}function Fa(n,t){return t===void 0&&(t=0),ne(function(e,r){r.add(n.schedule(function(){return e.subscribe(r)},t))})}function q1(n,t){return Ut(n).pipe(Fa(t),of(t))}function J1(n,t){return Ut(n).pipe(Fa(t),of(t))}function K1(n,t){return new Rt(function(e){var r=0;return t.schedule(function(){r===n.length?e.complete():(e.next(n[r++]),e.closed||this.schedule())})})}function Z1(n,t){return new Rt(function(e){var r;return Qe(e,t,function(){r=n[tf](),Qe(e,t,function(){var s,i,o;try{s=r.next(),i=s.value,o=s.done}catch(a){e.error(a);return}o?e.complete():e.next(i)},0,!0)}),function(){return xt(r?.return)&&r.return()}})}function af(n,t){if(!n)throw new Error("Iterable cannot be null");return new Rt(function(e){Qe(e,t,function(){var r=n[Symbol.asyncIterator]();Qe(e,t,function(){r.next().then(function(s){s.done?e.complete():e.next(s.value)})},0,!0)})})}function Q1(n,t){return af(nf(n),t)}function tb(n,t){if(n!=null){if(Kl(n))return q1(n,t);if(za(n))return K1(n,t);if(Jl(n))return J1(n,t);if(Zl(n))return af(n,t);if(ef(n))return Z1(n,t);if(rf(n))return Q1(n,t)}throw Ql(n)}function Gr(n,t){return t?tb(n,t):Ut(n)}function eb(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Vr(n);return Gr(n,e)}var nb=Aa(function(n){return function(){n(this),this.name="EmptyError",this.message="no elements in sequence"}});function rb(n,t){var e=typeof t=="object";return new Promise(function(r,s){var i=new mr({next:function(o){r(o),i.unsubscribe()},error:s,complete:function(){e?r(t.defaultValue):s(new nb)}});n.subscribe(i)})}function sb(n){return n instanceof Date&&!isNaN(n)}function kt(n,t){return ne(function(e,r){var s=0;e.subscribe(Ft(r,function(i){r.next(n.call(t,i,s++))}))})}var ib=Array.isArray;function ob(n,t){return ib(t)?n.apply(void 0,bn([],Ke(t))):n(t)}function Ba(n){return kt(function(t){return ob(n,t)})}var ab=Array.isArray,cb=Object.getPrototypeOf,hb=Object.prototype,ub=Object.keys;function lb(n){if(n.length===1){var t=n[0];if(ab(t))return{args:t,keys:null};if(fb(t)){var e=ub(t);return{args:e.map(function(r){return t[r]}),keys:e}}}return{args:n,keys:null}}function fb(n){return n&&typeof n=="object"&&cb(n)===hb}function db(n,t){return n.reduce(function(e,r,s){return e[r]=t[s],e},{})}function mb(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Vr(n),r=$1(n),s=lb(n),i=s.args,o=s.keys;if(i.length===0)return Gr([],e);var a=new Rt(pb(i,e,o?function(c){return db(o,c)}:Gn));return r?a.pipe(Ba(r)):a}function pb(n,t,e){return e===void 0&&(e=Gn),function(r){cf(t,function(){for(var s=n.length,i=new Array(s),o=s,a=s,c=function(u){cf(t,function(){var l=Gr(n[u],t),d=!1;l.subscribe(Ft(r,function(f){i[u]=f,d||(d=!0,a--),a||r.next(e(i.slice()))},function(){--o||r.complete()}))},r)},h=0;h<s;h++)c(h)},r)}}function cf(n,t,e){n?Qe(e,n,t):t()}function gb(n,t,e,r,s,i,o,a){var c=[],h=0,u=0,l=!1,d=function(){l&&!c.length&&!h&&t.complete()},f=function(m){return h<r?p(m):c.push(m)},p=function(m){i&&t.next(m),h++;var v=!1;Ut(e(m,u++)).subscribe(Ft(t,function(g){s?.(g),i?f(g):t.next(g)},function(){v=!0},void 0,function(){if(v)try{h--;for(var g=function(){var b=c.shift();o?Qe(t,o,function(){return p(b)}):p(b)};c.length&&h<r;)g();d()}catch(b){t.error(b)}}))};return n.subscribe(Ft(t,f,function(){l=!0,d()})),function(){a?.()}}function $a(n,t,e){return e===void 0&&(e=1/0),xt(t)?$a(function(r,s){return kt(function(i,o){return t(r,i,s,o)})(Ut(n(r,s)))},e):(typeof t=="number"&&(e=t),ne(function(r,s){return gb(r,s,n,e)}))}function hf(n){return n===void 0&&(n=1/0),$a(Gn,n)}function yb(){return hf(1)}function uf(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return yb()(Gr(n,Vr(n)))}var bb=["addListener","removeListener"],wb=["addEventListener","removeEventListener"],vb=["on","off"];function Ua(n,t,e,r){if(xt(e)&&(r=e,e=void 0),r)return Ua(n,t,e).pipe(Ba(r));var s=Ke(Sb(n)?wb.map(function(a){return function(c){return n[a](t,c,e)}}):xb(n)?bb.map(lf(n,t)):_b(n)?vb.map(lf(n,t)):[],2),i=s[0],o=s[1];if(!i&&za(n))return $a(function(a){return Ua(a,t,e)})(Ut(n));if(!i)throw new TypeError("Invalid event target");return new Rt(function(a){var c=function(){for(var h=[],u=0;u<arguments.length;u++)h[u]=arguments[u];return a.next(1<h.length?h:h[0])};return i(c),function(){return o(c)}})}function lf(n,t){return function(e){return function(r){return n[e](t,r)}}}function xb(n){return xt(n.addListener)&&xt(n.removeListener)}function _b(n){return xt(n.on)&&xt(n.off)}function Sb(n){return xt(n.addEventListener)&&xt(n.removeEventListener)}function Ot(n,t,e){return e?Ot(n,t).pipe(Ba(e)):new Rt(function(r){var s=function(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];return r.next(o.length===1?o[0]:o)},i=n(s);return xt(t)?function(){return t(s,i)}:void 0})}function Eb(n,t,e){n===void 0&&(n=0),e===void 0&&(e=B1);var r=-1;return t!=null&&(ql(t)?e=t:r=t),new Rt(function(s){var i=sb(n)?+n-e.now():n;i<0&&(i=0);var o=0;return e.schedule(function(){s.closed||(s.next(o++),0<=r?this.schedule(void 0,r):s.complete())},i)})}function fi(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Vr(n),r=U1(n,1/0),s=n;return s.length?s.length===1?Ut(s[0]):hf(r)(Gr(s,e)):Wl}var Cb=Array.isArray;function Tb(n){return n.length===1&&Cb(n[0])?n[0]:n}function Ya(n,t){return ne(function(e,r){var s=0;e.subscribe(Ft(r,function(i){return n.call(t,i,s++)&&r.next(i)}))})}function di(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return n=Tb(n),n.length===1?Ut(n[0]):new Rt(Pb(n))}function Pb(n){return function(t){for(var e=[],r=function(i){e.push(Ut(n[i]).subscribe(Ft(t,function(o){if(e){for(var a=0;a<e.length;a++)a!==i&&e[a].unsubscribe();e=null}t.next(o)})))},s=0;e&&!t.closed&&s<n.length;s++)r(s)}}function ff(n){return ne(function(t,e){var r=null,s=!1,i;r=t.subscribe(Ft(e,void 0,void 0,function(o){i=Ut(n(o,ff(n)(t))),r?(r.unsubscribe(),r=null,i.subscribe(e)):s=!0})),s&&(r.unsubscribe(),r=null,i.subscribe(e))})}function wn(n,t){return t===void 0&&(t=Gn),n=n??Ab,ne(function(e,r){var s,i=!0;e.subscribe(Ft(r,function(o){var a=t(o);(i||!n(s,a))&&(i=!1,s=a,r.next(o))}))})}function Ab(n,t){return n===t}function df(n,t){return t?function(e){return e.pipe(df(function(r,s){return Ut(n(r,s)).pipe(kt(function(i,o){return t(r,i,s,o)}))}))}:ne(function(e,r){var s=0,i=null,o=!1;e.subscribe(Ft(r,function(a){i||(i=Ft(r,void 0,function(){i=null,o&&r.complete()}),Ut(n(a,s++)).subscribe(i))},function(){o=!0,!i&&r.complete()}))})}function Mb(n){n===void 0&&(n={});var t=n.connector,e=t===void 0?function(){return new Ze}:t,r=n.resetOnError,s=r===void 0?!0:r,i=n.resetOnComplete,o=i===void 0?!0:i,a=n.resetOnRefCountZero,c=a===void 0?!0:a;return function(h){var u,l,d,f=0,p=!1,m=!1,v=function(){l?.unsubscribe(),l=void 0},g=function(){v(),u=d=void 0,p=m=!1},b=function(){var x=u;g(),x?.unsubscribe()};return ne(function(x,w){f++,!m&&!p&&v();var C=d=d??e();w.add(function(){f--,f===0&&!m&&!p&&(l=ja(b,c))}),C.subscribe(w),!u&&f>0&&(u=new mr({next:function(E){return C.next(E)},error:function(E){m=!0,v(),l=ja(g,s,E),C.error(E)},complete:function(){p=!0,v(),l=ja(g,o),C.complete()}}),Ut(x).subscribe(u))})(h)}}function ja(n,t){for(var e=[],r=2;r<arguments.length;r++)e[r-2]=arguments[r];if(t===!0){n();return}if(t!==!1){var s=new mr({next:function(){s.unsubscribe(),n()}});return Ut(t.apply(void 0,bn([],Ke(e)))).subscribe(s)}}function mf(n,t,e){var r,s,i,o,a=!1;return n&&typeof n=="object"?(r=n.bufferSize,o=r===void 0?1/0:r,s=n.windowTime,t=s===void 0?1/0:s,i=n.refCount,a=i===void 0?!1:i,e=n.scheduler):o=n??1/0,Mb({connector:function(){return new L1(o,t,e)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:a})}function Xn(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Vr(n);return ne(function(r,s){(e?uf(n,r,e):uf(n,r)).subscribe(s)})}function mi(n,t){return ne(function(e,r){var s=null,i=0,o=!1,a=function(){return o&&!s&&r.complete()};e.subscribe(Ft(r,function(c){s?.unsubscribe();var h=0,u=i++;Ut(n(c,u)).subscribe(s=Ft(r,function(l){return r.next(t?t(c,l,u,h++):l)},function(){s=null,a()}))},function(){o=!0,a()}))})}function Db(){return mi(Gn)}function Va(n){return ne(function(t,e){Ut(n).subscribe(Ft(e,function(){return e.complete()},jr)),!e.closed&&t.subscribe(e)})}function Hn(n,t,e){var r=xt(n)||t||e?{next:n,error:t,complete:e}:n;return r?ne(function(s,i){var o;(o=r.subscribe)===null||o===void 0||o.call(r);var a=!0;s.subscribe(Ft(i,function(c){var h;(h=r.next)===null||h===void 0||h.call(r,c),i.next(c)},function(){var c;a=!1,(c=r.complete)===null||c===void 0||c.call(r),i.complete()},function(c){var h;a=!1,(h=r.error)===null||h===void 0||h.call(r,c),i.error(c)},function(){var c,h;a&&((c=r.unsubscribe)===null||c===void 0||c.call(r)),(h=r.finalize)===null||h===void 0||h.call(r)}))}):Gn}function Ob(n,t){return ne(function(e,r){var s=t??{},i=s.leading,o=i===void 0?!0:i,a=s.trailing,c=a===void 0?!1:a,h=!1,u=null,l=null,d=!1,f=function(){l?.unsubscribe(),l=null,c&&(v(),d&&r.complete())},p=function(){l=null,d&&r.complete()},m=function(g){return l=Ut(n(g)).subscribe(Ft(r,f,p))},v=function(){if(h){h=!1;var g=u;u=null,r.next(g),!d&&m(g)}};e.subscribe(Ft(r,function(g){h=!0,u=g,!(l&&!l.closed)&&(o?v():m(g))},function(){d=!0,!(c&&h&&l&&!l.closed)&&r.complete()}))})}function Ib(n,t,e){t===void 0&&(t=La);var r=Eb(n,t);return Ob(function(){return r},e)}function Rb(n,t){return ne(function(e,r){var s=[],i=function(o){for(;0<s.length;)s.shift().error(o);r.error(o)};Ut(n).subscribe(Ft(r,function(o){var a=new Ze;s.push(a);var c=new dr,h=function(){Yr(s,a),a.complete(),c.unsubscribe()},u;try{u=Ut(t(o))}catch(l){i(l);return}r.next(a.asObservable()),c.add(u.subscribe(Ft(r,h,jr,i)))},jr)),e.subscribe(Ft(r,function(o){var a,c,h=s.slice();try{for(var u=Vn(h),l=u.next();!l.done;l=u.next()){var d=l.value;d.next(o)}}catch(f){a={error:f}}finally{try{l&&!l.done&&(c=u.return)&&c.call(u)}finally{if(a)throw a.error}}},function(){for(;0<s.length;)s.shift().complete();r.complete()},i,function(){for(;0<s.length;)s.shift().unsubscribe()}))})}function kb(n){return n.toElement?n.toElement:n.currentTarget?n.currentTarget:n.srcElement?n.srcElement:null}function _t(n,t,e,r=!1){const s=async i=>{await e(i)};try{n.addEventListener(t,s,r)}catch{n.attachEvent("on"+t,s)}return()=>{try{n.removeEventListener(t,s,r)}catch{n.detachEvent("on"+t,s)}}}function Lb(n,t,e,r,s=!1){return _t(n||document.body,e,i=>{i.target===t&&r(i)},s)}function Nb(n){n.replaceWith(n.cloneNode(!0))}function Q(n,t,e=!1){return Ua(n,t,{capture:e})}function zb(n){const t=Ot(e=>n.register(e),(e,r)=>{n.unregister?.(e,...r||[])},(...e)=>[...e]);return n.share?t.pipe(mf({bufferSize:n.bufferSize||1,refCount:!0})):t}function pf(n){if(n.stopPropagation){n.stopPropagation();return}try{n.cancelBubble=!0}catch{}}function vn(n){if(n.preventDefault){n.preventDefault();return}try{n.returnValue=!1}catch{}}const Fb=["click","dblclick","wheel","contextmenu","mousedown","mouseup","mousemove","mouseover","mouseout","mouseenter","mouseleave"],Bb=["keydown","keyup","keypress"],$b=["touchstart","touchend","touchcancel","touchmove"],Ub=["pointerdown","pointerup","pointercancel","pointermove"],Yb=["dragstart","drag","dragend","dragenter","dragover","dragleave","drop"],jb=["change"];function pi(n,t={bubbles:!0,detail:{}}){let e;try{const r=Object.assign({bubbles:!0,cancelable:!0,view:window,detail:1,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:null},t);Fb.includes(n)?e=new MouseEvent(n,r):Bb.includes(n)?e=new KeyboardEvent(n,r):$b.includes(n)?e=new TouchEvent(n,r):Ub.includes(n)?e=new PointerEvent(n,r):Yb.includes(n)?e=new DragEvent(n,r):jb.includes(n)?e=new Event(n,r):e=new CustomEvent(n,r)}catch{document.createEvent?e=document.createEvent("Event").initEvent(n,!0,!0):document.createEventObject&&(e=document.createEventObject())}return e}function Ga(n,t,e){if(n)if(n.dispatchEvent)n.dispatchEvent(e);else if(n.fireEvent&&document.createEventObject)n.fireEvent("on"+t,e);else throw new Error(`Can't dispatch event : ${t}`)}function Vb(n,t){const e=n.target,r=pi(t);Ga(e,t,r)}function Gb(n){const t=n.target,e="click";if(!/(SELECT|INPUT|TEXTAREA)/i.test(t.tagName)){const r=pi(e);r.view=n.view||window,r.detail=1,r.screenX=t.screenX||0,r.screenY=t.screenY||0,r.clientX=t.clientX||0,r.clientY=t.clientY||0,r.pageX=n.pageX,r.pageY=n.pageY,r.ctrlKey=!!n.ctrlKey,r.altKey=!!n.altKey,r.shiftKey=!!n.shiftKey,r.metaKey=!!n.metaKey,r.button=0,r.relatedTarget=null,r._constructed=!0,Ga(t,e,r)}}function Xb(n,t){const e=n.changedTouches[0];return pi(t,{bubbles:!0,cancelable:!0,view:window,detail:1,screenX:e.screenX,screenY:e.screenY,clientX:e.clientX,clientY:e.clientY,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:null})}function Hb(n,t,e,r,s){const i=t/e;let o=0,a=0;switch(n){case"aspectFit":i>=1?(o=r,a=o/i,a>s&&(a=s,o=a*i)):(a=s,o=a*i,o>r&&(o=r,a=o/i));break;case"aspectFill":i>=1?(a=s,o=a*i):(o=r,a=o/i);break;case"widthFix":o=r,a=o/i;break;case"heightFix":a=s,o=a*i;break;case"scaleToFill":default:o=r,a=s;break}return{width:o,height:a}}function gf(n){try{const t=document.createElement("canvas"),e=t.getContext("2d");return t.width=n.width,t.height=n.height,e.drawImage(n,0,0,t.width,t.height),e.getImageData(0,0,t.width,t.height)}catch{return new ImageData(n.width,n.height)}}const Wb=n=>{const t=n.width,e=n.height,r=t*e*3,s=r+54,i=[66,77,s&255,s>>8&255,s>>16&255,s>>24&255,0,0,0,0,54,0,0,0],o=[40,0,0,0,t&255,t>>8&255,t>>16&255,t>>24&255,e&255,e>>8&255,e>>16&255,e>>24&255,1,0,24,0,0,0,0,0,r&255,r>>8&255,r>>16&255,r>>24&255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],a=(4-t*3%4)%4,c=n.data;let h="";const u=t<<2;let l=e;const d=String.fromCharCode;do{const p=u*(l-1);let m="";for(let v=0;v<t;v++){const g=v<<2;m+=d(c[p+g+2])+d(c[p+g+1])+d(c[p+g])}for(let v=0;v<a;v++)m+=String.fromCharCode(0);h+=m}while(--l);function f(p){if(!window.btoa)throw"btoa undefined";let m="";if(typeof p=="string")m=p;else for(let v=0;v<p.length;v++)m+=String.fromCharCode(p[v]);return btoa(m)}return f(i.concat(o))+f(h)};function qb(n){const{width:t,height:e}=n,r=document.createElement("canvas"),s=r.getContext("2d");return r.width=t,r.height=e,s.putImageData(n,0,0,0,0,t,e),r.toDataURL("image/png")}const Jb=(n,t,e)=>{const{width:r,height:s}=n,i=document.createElement("canvas"),o=i.getContext("2d");i.width=r,i.height=s,o.putImageData(n,0,0,0,0,r,s);const a=`image/${t?t.toLowerCase():"png"}`;i.toBlob(c=>{e?.(null,c)},a,1)};function Kb(n,t){return createImageBitmap(n,t)}function Zb(n){const t=[],e=[],r=[];let s=0;for(let c=0,h=n.data.length;c<h;c+=4)t[s]=n.data[c],e[s]=n.data[c+1],r[s]=n.data[c+2],s+=1;const i=Xa(t),o=Xa(e),a=Xa(r);return"rgb("+i+","+o+","+a+")"}function Xa(n){const t={},e=[],r=[];for(let a=0;a<n.length;a++)t[n[a]]?e.push(n[a]):t[n[a]]=1;let s=0;for(let a=0;a<e.length;a++){s=0;for(let c=0;c<e.length;c++)e[a]===e[c]&&(s+=1),r[a]=s}const i=Math.max.apply(null,r);let o=0;for(;o<r.length;o++)if(r[o]===i)return;return e[o]}const Qb=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[(o*e+e-a-1)*4],s[c+1]=t[(o*e+e-a-1)*4+1],s[c+2]=t[(o*e+e-a-1)*4+2],s[c+3]=t[(o*e+e-a-1)*4+3]}return new ImageData(s,e,r)},tw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[((r-o-1)*e+a)*4],s[c+1]=t[((r-o-1)*e+a)*4+1],s[c+2]=t[((r-o-1)*e+a)*4+2],s[c+3]=t[((r-o-1)*e+a)*4+3]}return new ImageData(s,e,r)},ew=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<e;o++)for(let a=0;a<r;a++){const c=(o*r+a)*4;s[c]=t[(a*e+e-o-1)*4],s[c+1]=t[(a*e+e-o-1)*4+1],s[c+2]=t[(a*e+e-o-1)*4+2],s[c+3]=t[(a*e+e-o-1)*4+3]}return new ImageData(s,r,e)},nw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<e;o++)for(let a=0;a<r;a++){const c=(o*r+a)*4;s[c]=t[((r-a-1)*e+o)*4],s[c+1]=t[((r-a-1)*e+o)*4+1],s[c+2]=t[((r-a-1)*e+o)*4+2],s[c+3]=t[((r-a-1)*e+o)*4+3]}return new ImageData(s,r,e)},rw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+1]+t[c+2])/3;s[c]=h,s[c+1]=h,s[c+2]=h,s[c+3]=t[c+3]}return new ImageData(s,e,r)},sw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=.2126*t[c]+.7152*t[c+1]+.0722*t[c+2];s[c]=h,s[c+1]=h,s[c+2]=h,s[c+3]=t[c+3]}return new ImageData(s,e,r)},iw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,u=(t[c]+t[c+1]+t[c+2])/3>127?255:0;s[c]=u,s[c+1]=u,s[c+2]=u,s[c+3]=t[c+3]}return new ImageData(s,e,r)},ow=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=255-t[c],s[c+1]=255-t[c+1],s[c+2]=255-t[c+2],s[c+3]=t[c+3]}return new ImageData(s,e,r)},aw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[c],s[c+1]=0,s[c+2]=0,s[c+3]=t[c+3]}return new ImageData(s,e,r)},cw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=0,s[c+1]=t[c+1],s[c+2]=0,s[c+3]=t[c+3]}return new ImageData(s,e,r)},hw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=0,s[c+1]=0,s[c+2]=t[c+2],s[c+3]=t[c+3]}return new ImageData(s,e,r)},uw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[c],s[c+1]=t[c+1],s[c+2]=0,s[c+3]=t[c+3]}return new ImageData(s,e,r)},lw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[c],s[c+1]=0,s[c+2]=t[c+1],s[c+3]=t[c+3]}return new ImageData(s,e,r)},fw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=0,s[c+1]=t[c+1],s[c+2]=t[c+1],s[c+3]=t[c+3]}return new ImageData(s,e,r)},dw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c+1]+t[c+2])/2;s[c]=t[c],s[c+1]=h,s[c+2]=h,s[c+3]=t[c+3]}return new ImageData(s,e,r)},mw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+2])/2;s[c]=h,s[c+1]=t[c+1],s[c+2]=h,s[c+3]=t[c+3]}return new ImageData(s,e,r)},pw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+1])/2;s[c]=h,s[c+1]=h,s[c+2]=t[c+2],s[c+3]=t[c+3]}return new ImageData(s,e,r)},gw=n=>yf(n,[-1,-1,-1,-1,9,-1,-1,-1,-1]),yw=n=>yf(n,[-1,-1,-1,-1,8,-1,-1,-1,-1]),bw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[c],s[c+1]=t[c+1],s[c+2]=t[c+2],s[c+3]=255}return new ImageData(s,e,r)},ww=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;if(t[c+3]===0)s[c]=255,s[c+1]=255,s[c+2]=255,s[c+3]=255;else{const h=bf([t[c],t[c+1],t[c+2],t[c+3]],[255,255,255,255]);s[c]=h[0],s[c+1]=h[1],s[c+2]=h[2],s[c+3]=h[3]}}return new ImageData(s,e,r)};function vw(n,t,e,r,s,i=!1,o){const{data:a,width:c,height:h}=n;let u=s,l=r,d=t,f=e;if(u<0?u=0:u>c&&(u=c),l<0?l=0:l>h&&(l=h),d<1?d=1:d>c&&(d=c),f<1?f=1:f>h&&(f=h),u+d>c&&(d=c-u),l+f>h&&(f=h-l),i){const p=new Uint8ClampedArray(a.length);for(let v=0;v<h;v++)for(let g=0;g<c;g++){const b=(v*c+g)*4;g>=u&&g<=u+d&&v>=l&&v<=l+f?(p[b]=a[b],p[b+1]=a[b+1],p[b+2]=a[b+2],p[b+3]=a[b+3]):(p[b]=255,p[b+1]=255,p[b+2]=255,p[b+3]=o&&["JPG","JPEG"].includes(o.toUpperCase())?255:0)}return new ImageData(p,c,h)}else{const p=new Uint8ClampedArray(d*f*4);for(let v=l;v<=l+f;v++)for(let g=u;g<=u+d;g++){const b=((v-l)*d+g-u)*4,x=(v*c+g)*4;p[b]=a[x],p[b+1]=a[x+1],p[b+2]=a[x+2],p[b+3]=a[x+3]}return new ImageData(p,d,f)}}function xw(n,t,e,r){const{data:s,width:i,height:o}=n;let a=t;a>Math.floor(i/2)&&(a=Math.floor(i/2)),a>Math.floor(o/2)&&(a=Math.floor(o/2)),a<0&&(a=0);const c=new Uint8ClampedArray(s.length);for(let u=0;u<o;u++)for(let l=0;l<i;l++){const d=(u*i+l)*4;let f=-1;l<a?u<a?f=Math.sqrt(Math.pow(a-l-1,2)+Math.pow(a-u-1,2)):u>o-a-1&&(f=Math.sqrt(Math.pow(a-l-1,2)+Math.pow(u-(o-a),2))):l>i-a-1&&(u<a?f=Math.sqrt(Math.pow(l-(i-a),2)+Math.pow(a-u-1,2)):u>o-a-1&&(f=Math.sqrt(Math.pow(l-(i-a),2)+Math.pow(u-(o-a),2)))),Math.round(f)>a?(c[d]=255,c[d+1]=255,c[d+2]=255,c[d+3]=r||e.toUpperCase()==="PNG"?0:255):(c[d]=s[d],c[d+1]=s[d+1],c[d+2]=s[d+2],c[d+3]=r||e.toUpperCase()==="PNG"?s[d+3]:255)}return new ImageData(c,i,o)}function _w(n,t,e,r,s,i=1e4){const o=new Image;o.src=n;const a=document.createElement("canvas"),c=a.getContext("2d");return a.width=i,a.height=i,c.drawImage(o,0,0,t,e,0,0,r,s),c.getImageData(0,0,r,s)}function Sw(n,t){const{data:e,width:r,height:s}=n,i=new Uint8ClampedArray(e.length);for(let a=0;a<s;a++)for(let c=0;c<r;c++){const h=(a*r+c)*4;i[h]=Math.max(Math.min(e[h]+t,255),0),i[h+1]=Math.max(Math.min(e[h+1]+t,255),0),i[h+2]=Math.max(Math.min(e[h+2]+t,255),0),i[h+3]=e[h+3]}return new ImageData(i,r,s)}function Ew(n,t,e=!1){const{data:r,width:s,height:i}=n,o=new Uint8ClampedArray(r.length);for(let c=0;c<i;c++)for(let h=0;h<s;h++){const u=(c*s+h)*4;r[u+3]===0?(o[u]=255,o[u+1]=255,o[u+2]=255):(o[u]=r[u],o[u+1]=r[u+1],o[u+2]=r[u+2]);let l=r[u+3];e?l=Math.max(Math.min(Math.floor(255*t),255),0):l=Math.max(Math.min(Math.floor(l+255*t),255),0),o[u+3]=l}return new ImageData(o,s,i)}function Cw(n,t,e,r){const{data:s,width:i,height:o}=n,{data:a,width:c,height:h}=t;let u=e,l=r;e+h>o&&(u=o-h),r+c>i&&(l=i-c);const d=new Uint8ClampedArray(s.length);for(let p=0;p<o;p++)for(let m=0;m<i;m++){const v=(p*i+m)*4;if(m<l||m>l+c||p<=u||p>=u+h)d[v]=s[v],d[v+1]=s[v+1],d[v+2]=s[v+2],d[v+3]=s[v+3];else{const g=(p*i+m-((u+1)*i+(p-(u+1))*(i-c))+c-l-1)*4,b=[a[g],a[g+1],a[g+2],a[g+3]],x=[s[v],s[v+1],s[v+2],s[v+3]],w=bf(b,x);d[v]=w[0],d[v+1]=w[1],d[v+2]=w[2],d[v+3]=w[3]}}return new ImageData(d,i,o)}function Tw(n,t,e,r,s,i=10){const{data:o,width:a,height:c}=n;let h=s,u=r,l=t,d=e;h<0?h=0:h>a&&(h=a),u<0?u=0:u>c&&(u=c),l<1?l=1:l>a&&(l=a),d<1?d=1:d>c&&(d=c),h+l>a&&(l=a-h),u+d>c&&(d=c-u);const f=new Uint8ClampedArray(o.length);for(let m=0;m<c;m++)for(let v=0;v<a;v++){const g=(m*a+v)*4;if(v>=h&&v<=h+l&&m>=u&&m<=u+d){const b=Math.floor((v-h)/i),x=Math.floor((m-u)/i);let w=Math.floor(i*(b+1)-i/2+h),C=Math.floor(i*(x+1)-i/2+u);w>a-1&&(w=a-1),C>c-1&&(C=c-1);const E=(C*a+w)*4;f[g]=o[E],f[g+1]=o[E+1],f[g+2]=o[E+2],f[g+3]=o[E+3]}else f[g]=o[g],f[g+1]=o[g+1],f[g+2]=o[g+2],f[g+3]=o[g+3]}return new ImageData(f,a,c)}function Pw(n,t,e={backgroundColor:{r:0,g:0,b:0,a:255},changeIntoColor:{r:0,g:0,b:0,a:0}}){if(t&&e){const{data:r,width:s,height:i}=n,{data:o}=t,a=new Uint8ClampedArray(r.length),{backgroundColor:c,changeIntoColor:h}=e;for(let l=0;l<i;l++)for(let d=0;d<s;d++){const f=(l*s+d)*4,p=o[f],m=o[f+1],v=o[f+2],g=o[f+3];p===c.r&&m===c.g&&v===c.b&&g===c.a&&h.a!==0?(a[f]=h.r,a[f+1]=h.g,a[f+2]=h.b,a[f+3]=h.a):(a[f]=r[f],a[f+1]=r[f+1],a[f+2]=r[f+2],a[f+3]=r[f+3])}return new ImageData(a,s,i)}return n}function yf(n,t){const{data:e,width:r,height:s}=n,i=new Uint8ClampedArray(e.length);for(let a=0;a<s;a++)for(let c=0;c<r;c++){const h=(a*r+c)*4;for(let u=0;u<3;u++){const l=h+u;c===0||c===r-1||a===0||a===s-1?i[l]=e[l]:i[l]=t[0]*e[l-r*4-4]+t[1]*e[l-r*4]+t[2]*e[l-r*4+4]+t[3]*e[l-4]+t[4]*e[l]+t[5]*e[l+4]+t[6]*e[l+r*4-4]+t[7]*e[l+r*4]+t[8]*e[l+r*4+4]}i[h+3]=e[h+3]}return new ImageData(i,r,s)}function bf(n,t){if(n&&n.length===4&&t&&t.length===4){const e=n[3],r=t[3];if(e===255||r===0)return n;if(e===0)return t;{const s=e/255,i=r/255,o=Math.max(Math.min(Math.floor(n[0]*s+t[0]*i*(1-s)),255),0),a=Math.max(Math.min(Math.floor(n[1]*s+t[1]*i*(1-s)),255),0),c=Math.max(Math.min(Math.floor(n[2]*s+t[2]*i*(1-s)),255),0),h=Math.max(Math.min(Math.floor((s+i*(1-s))*255),255),0);return[o,a,c,h]}}return[255,255,255,255]}const Ha=function(){const n=[];return{writeByte(t){n.push(t&255)},writeShort(t){this.writeByte(t),this.writeByte(t>>>8)},writeBytes(t,e=0,r=t.length){for(let s=0;s<r;s++)this.writeByte(t[s+e])},writeString(t){for(let e=0,r=t.length;e<r;e++)this.writeByte(t.charCodeAt(e))},toByteArray(){return n},toString(){let t="[";for(let e=0,r=n.length;e<r;e++)e>0&&(t+=","),t+=n[e];return t+="]",t}}},wf=function(){let n=0,t=0,e=0,r="";const s=function(o){if(!(o<0)){if(o<26)return 65+o;if(o<52)return 97+(o-26);if(o<62)return 48+(o-52);if(o==62)return 43;if(o==63)return 47}throw new Error("n:"+o)},i=function(o){r+=String.fromCharCode(s(o&63))};return{writeByte(o){for(n=n<<8|o&255,t+=8,e+=1;t>=6;)i(n>>>t-6),t-=6},flush(){if(t>0&&(i(n<<6-t),n=0,t=0),e%3!=0){const o=3-e%3;for(let a=0;a<o;a++)r+="="}},toString(){return r}}},vf=function(n,t,e){const r=new Array(n*n),s=function(a){const c=a;let h=0,u=0;return{write(l,d){if(l>>>d)throw new Error("length over");for(;h+d>=8;)c.writeByte(255&(l<<h|u)),d-=8-h,l>>>=8-h,u=0,h=0;u=l<<h|u,h=h+d},flush(){h>0&&c.writeByte(u)}}},i=function(a){const c=1<<a,h=(1<<a)+1;let u=a+1;const l=o();for(let v=0;v<c;v++)l.add(String.fromCharCode(v));l.add(String.fromCharCode(c)),l.add(String.fromCharCode(h));const d=Ha(),f=s(d);f.write(c,u);let p=0,m=String.fromCharCode(r[p]);for(p+=1;p<r.length;){const v=String.fromCharCode(r[p]);p+=1,l.contains(m+v)?m=m+v:(f.write(l.indexOf(m),u),l.size()<4095&&(l.size()==1<<u&&(u+=1),l.add(m+v)),m=v)}return f.write(l.indexOf(m),u),f.write(h,u),f.flush(),d.toByteArray()},o=function(){const a={};let c=0;return{add(h){if(this.contains(h))throw new Error("dup key:"+h);a[h]=c,c+=1},size(){return c},indexOf(h){return a[h]},contains(h){return typeof a[h]<"u"}}};return{setPixel(a,c,h){r[c*n+a]=h},write(a){a.writeString("GIF87a"),a.writeShort(n),a.writeShort(n),a.writeByte(128),a.writeByte(0),a.writeByte(0),a.writeByte(ir("0x"+t[1]+t[2])),a.writeByte(ir("0x"+t[3]+t[4])),a.writeByte(ir("0x"+t[5]+t[6])),a.writeByte(ir("0x"+e[1]+e[2])),a.writeByte(ir("0x"+e[3]+e[4])),a.writeByte(ir("0x"+e[5]+e[6])),a.writeString(","),a.writeShort(0),a.writeShort(0),a.writeShort(n),a.writeShort(n),a.writeByte(0);const c=2,h=i(c);a.writeByte(c);let u=0;for(;h.length-u>255;)a.writeByte(255),a.writeBytes(h,u,255),u+=255;a.writeByte(h.length-u),a.writeBytes(h,u,h.length-u),a.writeByte(0),a.writeString(";")}}},xf=function(n,t,e,r){const s=vf(n,t,e);for(let h=0;h<n;h++)for(let u=0;u<n;u++)s.setPixel(u,h,r(u,h));const i=Ha();s.write(i);const o=wf(),a=i.toByteArray();for(let h=0,u=a.length;h<u;h++)o.writeByte(a[h]);o.flush();let c="";return c+="data:image/gif;base64,",c+=o,c},pe={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},Xr={M:0,L:1,H:2,Q:3},xn={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},Vt={glog:function(n){if(n<1)throw new Error("glog("+n+")");return Vt.LOG_TABLE[n]},gexp:function(n){for(;n<0;)n+=255;for(;n>=256;)n-=255;return Vt.EXP_TABLE[n]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)};for(let n=0;n<8;n++)Vt.EXP_TABLE[n]=1<<n;for(let n=8;n<256;n++)Vt.EXP_TABLE[n]=Vt.EXP_TABLE[n-4]^Vt.EXP_TABLE[n-5]^Vt.EXP_TABLE[n-6]^Vt.EXP_TABLE[n-8];for(let n=0;n<255;n++)Vt.LOG_TABLE[Vt.EXP_TABLE[n]]=n;const At={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(n){let t=n<<10;for(;At.getBCHDigit(t)-At.getBCHDigit(At.G15)>=0;)t^=At.G15<<At.getBCHDigit(t)-At.getBCHDigit(At.G15);return(n<<10|t)^At.G15_MASK},getBCHTypeNumber:function(n){let t=n<<12;for(;At.getBCHDigit(t)-At.getBCHDigit(At.G18)>=0;)t^=At.G18<<At.getBCHDigit(t)-At.getBCHDigit(At.G18);return n<<12|t},getBCHDigit:function(n){let t=0;for(;n!=0;)t++,n>>>=1;return t},getPatternPosition:function(n){return At.PATTERN_POSITION_TABLE[n-1]},getMask:function(n,t,e){switch(n){case xn.PATTERN000:return(t+e)%2==0;case xn.PATTERN001:return t%2==0;case xn.PATTERN010:return e%3==0;case xn.PATTERN011:return(t+e)%3==0;case xn.PATTERN100:return(Math.floor(t/2)+Math.floor(e/3))%2==0;case xn.PATTERN101:return t*e%2+t*e%3==0;case xn.PATTERN110:return(t*e%2+t*e%3)%2==0;case xn.PATTERN111:return(t*e%3+(t+e)%2)%2==0;default:throw new Error("bad maskPattern:"+n)}},getErrorCorrectPolynomial:function(n){let t=new pr([1],0);for(let e=0;e<n;e++)t=t.multiply(new pr([1,Vt.gexp(e)],0));return t},getLengthInBits:function(n,t){if(1<=t&&t<10)switch(n){case pe.MODE_NUMBER:return 10;case pe.MODE_ALPHA_NUM:return 9;case pe.MODE_8BIT_BYTE:return 8;case pe.MODE_KANJI:return 8;default:throw new Error("mode:"+n)}else if(t<27)switch(n){case pe.MODE_NUMBER:return 12;case pe.MODE_ALPHA_NUM:return 11;case pe.MODE_8BIT_BYTE:return 16;case pe.MODE_KANJI:return 10;default:throw new Error("mode:"+n)}else if(t<41)switch(n){case pe.MODE_NUMBER:return 14;case pe.MODE_ALPHA_NUM:return 13;case pe.MODE_8BIT_BYTE:return 16;case pe.MODE_KANJI:return 12;default:throw new Error("mode:"+n)}else throw new Error("type:"+t)},getLostPoint:function(n){const t=n.getModuleCount();let e=0;for(let i=0;i<t;i++)for(let o=0;o<t;o++){let a=0;const c=n.isDark(i,o);for(let h=-1;h<=1;h++)if(!(i+h<0||t<=i+h))for(let u=-1;u<=1;u++)o+u<0||t<=o+u||h==0&&u==0||c==n.isDark(i+h,o+u)&&a++;a>5&&(e+=3+a-5)}for(let i=0;i<t-1;i++)for(let o=0;o<t-1;o++){let a=0;n.isDark(i,o)&&a++,n.isDark(i+1,o)&&a++,n.isDark(i,o+1)&&a++,n.isDark(i+1,o+1)&&a++,(a==0||a==4)&&(e+=3)}for(let i=0;i<t;i++)for(let o=0;o<t-6;o++)n.isDark(i,o)&&!n.isDark(i,o+1)&&n.isDark(i,o+2)&&n.isDark(i,o+3)&&n.isDark(i,o+4)&&!n.isDark(i,o+5)&&n.isDark(i,o+6)&&(e+=40);for(let i=0;i<t;i++)for(let o=0;o<t-6;o++)n.isDark(o,i)&&!n.isDark(o+1,i)&&n.isDark(o+2,i)&&n.isDark(o+3,i)&&n.isDark(o+4,i)&&!n.isDark(o+5,i)&&n.isDark(o+6,i)&&(e+=40);let r=0;for(let i=0;i<t;i++)for(let o=0;o<t;o++)n.isDark(o,i)&&r++;const s=Math.abs(100*r/t/t-50)/5;return e+=s*10,e}};class pr{num;constructor(t,e){if(t.length==null)throw new Error(t.length+"/"+e);let r=0;for(;r<t.length&&t[r]==0;)r++;this.num=new Array(t.length-r+e);for(let s=0;s<t.length-r;s++)this.num[s]=t[s+r]}get(t){return this.num[t]}getLength(){return this.num.length}multiply(t){const e=new Array(this.getLength()+t.getLength()-1);for(let r=0;r<this.getLength();r++)for(let s=0;s<t.getLength();s++)e[r+s]^=Vt.gexp(Vt.glog(this.get(r))+Vt.glog(t.get(s)));return new pr(e,0)}mod(t){if(this.getLength()-t.getLength()<0)return this;const e=Vt.glog(this.get(0))-Vt.glog(t.get(0)),r=new Array(this.getLength());for(let s=0;s<this.getLength();s++)r[s]=this.get(s);for(let s=0;s<t.getLength();s++)r[s]^=Vt.gexp(Vt.glog(t.get(s))+e);return new pr(r,0).mod(t)}}class tn{totalCount;dataCount;constructor(t,e){this.totalCount=t,this.dataCount=e}static RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]];static getRSBlocks(t,e){const r=tn.getRsBlockTable(t,e);if(r==null)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+e);const s=r.length/3,i=[];for(let o=0;o<s;o++){const a=r[o*3+0],c=r[o*3+1],h=r[o*3+2];for(let u=0;u<a;u++)i.push(new tn(c,h))}return i}static getRsBlockTable(t,e){switch(e){case Xr.L:return tn.RS_BLOCK_TABLE[(t-1)*4+0];case Xr.M:return tn.RS_BLOCK_TABLE[(t-1)*4+1];case Xr.Q:return tn.RS_BLOCK_TABLE[(t-1)*4+2];case Xr.H:return tn.RS_BLOCK_TABLE[(t-1)*4+3];default:return}}}class _f{buffer;length;constructor(){this.buffer=[],this.length=0}get(t){const e=Math.floor(t/8);return(this.buffer[e]>>>7-t%8&1)==1}put(t,e){for(let r=0;r<e;r++)this.putBit((t>>>e-r-1&1)==1)}getLengthInBits(){return this.length}putBit(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}}class Aw{mode;data;constructor(t){this.mode=pe.MODE_8BIT_BYTE,this.data=t}getLength(){return this.data.length}write(t){for(let e=0,r=this.data.length;e<r;e++)t.put(this.data.charCodeAt(e),8)}}class _n{static PAD0=236;static PAD1=17;typeNumber;errorCorrectLevel;modules;moduleCount;dataCache;dataList;constructor(t,e){this.typeNumber=t,this.errorCorrectLevel=Xr[e],this.modules=[],this.moduleCount=0,this.dataCache=null,this.dataList=[]}addData(t){const e=new Aw(t);this.dataList.push(e),this.dataCache=null}isDark(t,e){if(t<0||this.moduleCount<=t||e<0||this.moduleCount<=e)throw new Error(t+","+e);return this.modules[t][e]}getModuleCount(){return this.moduleCount}make(){if(this.typeNumber<1){let t=1;for(t=1;t<40;t++){const e=tn.getRSBlocks(t,this.errorCorrectLevel),r=new _f;let s=0;for(let i=0;i<e.length;i++)s+=e[i].dataCount;for(let i=0;i<this.dataList.length;i++){const o=this.dataList[i];r.put(o.mode,4),r.put(o.getLength(),At.getLengthInBits(o.mode,t)),o.write(r)}if(r.getLengthInBits()<=s*8)break}this.typeNumber=t}this.makeImpl(!1,this.getBestMaskPattern())}makeImpl(t,e){this.moduleCount=this.typeNumber*4+17,this.modules=new Array(this.moduleCount);for(let r=0;r<this.moduleCount;r++){this.modules[r]=new Array(this.moduleCount);for(let s=0;s<this.moduleCount;s++)this.modules[r][s]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(t,e),this.typeNumber>=7&&this.setupTypeNumber(t),this.dataCache==null&&(this.dataCache=_n.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,e)}setupPositionProbePattern(t,e){for(let r=-1;r<=7;r++)if(!(t+r<=-1||this.moduleCount<=t+r))for(let s=-1;s<=7;s++)e+s<=-1||this.moduleCount<=e+s||(0<=r&&r<=6&&(s==0||s==6)||0<=s&&s<=6&&(r==0||r==6)||2<=r&&r<=4&&2<=s&&s<=4?this.modules[t+r][e+s]=!0:this.modules[t+r][e+s]=!1)}getBestMaskPattern(){let t=0,e=0;for(let r=0;r<8;r++){this.makeImpl(!0,r);const s=At.getLostPoint(this);(r==0||t>s)&&(t=s,e=r)}return e}createMovieClip(t,e,r){const s=t.createEmptyMovieClip(e,r),i=1;this.make();for(let o=0;o<this.modules.length;o++){const a=o*i;for(let c=0;c<this.modules[o].length;c++){const h=c*i;this.modules[o][c]&&(s.beginFill(0,100),s.moveTo(h,a),s.lineTo(h+i,a),s.lineTo(h+i,a+i),s.lineTo(h,a+i),s.endFill())}}return s}setupTimingPattern(){for(let t=8;t<this.moduleCount-8;t++)this.modules[t][6]==null&&(this.modules[t][6]=t%2==0);for(let t=8;t<this.moduleCount-8;t++)this.modules[6][t]==null&&(this.modules[6][t]=t%2==0)}setupPositionAdjustPattern(){const t=At.getPatternPosition(this.typeNumber);for(let e=0;e<t.length;e++)for(let r=0;r<t.length;r++){const s=t[e],i=t[r];if(this.modules[s][i]==null)for(let o=-2;o<=2;o++)for(let a=-2;a<=2;a++)o==-2||o==2||a==-2||a==2||o==0&&a==0?this.modules[s+o][i+a]=!0:this.modules[s+o][i+a]=!1}}setupTypeNumber(t){const e=At.getBCHTypeNumber(this.typeNumber);for(let r=0;r<18;r++){const s=!t&&(e>>r&1)==1;this.modules[Math.floor(r/3)][r%3+this.moduleCount-8-3]=s}for(let r=0;r<18;r++){const s=!t&&(e>>r&1)==1;this.modules[r%3+this.moduleCount-8-3][Math.floor(r/3)]=s}}setupTypeInfo(t,e){const r=this.errorCorrectLevel<<3|e,s=At.getBCHTypeInfo(r);for(let i=0;i<15;i++){const o=!t&&(s>>i&1)==1;i<6?this.modules[i][8]=o:i<8?this.modules[i+1][8]=o:this.modules[this.moduleCount-15+i][8]=o}for(let i=0;i<15;i++){const o=!t&&(s>>i&1)==1;i<8?this.modules[8][this.moduleCount-i-1]=o:i<9?this.modules[8][15-i-1+1]=o:this.modules[8][15-i-1]=o}this.modules[this.moduleCount-8][8]=!t}mapData(t,e){let r=-1,s=this.moduleCount-1,i=7,o=0;for(let a=this.moduleCount-1;a>0;a-=2)for(a==6&&a--;;){for(let c=0;c<2;c++)if(this.modules[s][a-c]==null){let h=!1;o<t.length&&(h=(t[o]>>>i&1)==1),At.getMask(e,s,a-c)&&(h=!h),this.modules[s][a-c]=h,i--,i==-1&&(o++,i=7)}if(s+=r,s<0||this.moduleCount<=s){s-=r,r=-r;break}}}static createData(t,e,r){const s=tn.getRSBlocks(t,e),i=new _f;for(let a=0;a<r.length;a++){const c=r[a];i.put(c.mode,4),i.put(c.getLength(),At.getLengthInBits(c.mode,t)),c.write(i)}let o=0;for(let a=0;a<s.length;a++)o+=s[a].dataCount;if(i.getLengthInBits()>o*8)throw new Error("code length overflow. ("+i.getLengthInBits()+">"+o*8+")");for(i.getLengthInBits()+4<=o*8&&i.put(0,4);i.getLengthInBits()%8!=0;)i.putBit(!1);for(;!(i.getLengthInBits()>=o*8||(i.put(_n.PAD0,8),i.getLengthInBits()>=o*8));)i.put(_n.PAD1,8);return _n.createBytes(i,s)}static createBytes(t,e){let r=0,s=0,i=0;const o=new Array(e.length),a=new Array(e.length);for(let l=0;l<e.length;l++){const d=e[l].dataCount,f=e[l].totalCount-d;s=Math.max(s,d),i=Math.max(i,f),o[l]=new Array(d);for(let g=0;g<o[l].length;g++)o[l][g]=255&t.buffer[g+r];r+=d;const p=At.getErrorCorrectPolynomial(f),v=new pr(o[l],p.getLength()-1).mod(p);a[l]=new Array(p.getLength()-1);for(let g=0;g<a[l].length;g++){const b=g+v.getLength()-a[l].length;a[l][g]=b>=0?v.get(b):0}}let c=0;for(let l=0;l<e.length;l++)c+=e[l].totalCount;const h=new Array(c);let u=0;for(let l=0;l<s;l++)for(let d=0;d<e.length;d++)l<o[d].length&&(h[u++]=o[d][l]);for(let l=0;l<i;l++)for(let d=0;d<e.length;d++)l<a[d].length&&(h[u++]=a[d][l]);return h}}const Sf=Math.ceil,Hr=Math.floor,Ef=Math.round;function Mw(n,t){const e=mu(n),r=t?.ecc||"H",s=t?.size||256,i=-1,o=t?.padding||0,a=t?.color||"#000000",c=t?.background||"#ffffff",h=new _n(i,r);h.addData(e),h.make();const u=h.getModuleCount(),l=(s-o*2)/u,d=o,f=s-o;return xf(s,a,c,function(p,m){if(d<=p&&p<f&&d<=m&&m<f){const v=Hr((p-d)/l),g=Hr((m-d)/l);return h.isDark(g,v)?0:1}else return 1})}function Dw(n,t){const e=t.x||0,r=t.y||0,s=mu(n),i=t.ctx,o=t.ecc||"H",a=typeof t.size=="number"?Hr(t.size):256,c=t.padding||0,h=-1,u=t.color||"#000000",l=t.background||"#ffffff",d=new _n(h,o);d.addData(s),d.make();const f=d.getModuleCount(),p=(a-c*2)/f;i.fillStyle=l,i.fillRect(e,r,a,a);for(let m=0;m<f;m++)for(let v=0;v<f;v++){const g=Sf((v+1)*p)-Hr(v*p),b=Sf((m+1)*p)-Hr(m*p);i.fillStyle=d.isDark(m,v)?u:l,i.fillRect(e+Ef(v*p)+c,r+Ef(m*p)+c,g,b)}}function pt(n){return n*Math.PI/180}function Gt(n){return n*180/Math.PI}function gr(n,t,e=0){return Math.sqrt(n*n+t*t+e*e)}function Sn(n,t,e,r){return gr(e-n,r-t)}function ge(n,t,e,r){let s=Math.atan2(r-t,e-n);return s<0&&(s+=Math.PI*2),s}function En(n,t){return{dx:Math.cos(n)*t,dy:Math.sin(n)*t}}function Ow(n,t,e){if(typeof e=="number"){const r=gr(n,t,e);return{x:n/=r,y:t/=r,z:e/=r}}else{const r=gr(n,t);return{x:n/=r,y:t/=r}}}function Iw(n,t,e,r,s=10){if(Math.abs(e-n)<s&&Math.abs(r-t)<s)return"no";const i=Gt(ge(n,t,e,r));return i>=-135&&i<=-45?"up":i>45&&i<135?"down":i>=135&&i<=180||i>=-180&&i<-135?"left":"right"}class gi{x=0;y=0;constructor(t=0,e=0){this.x=t,this.y=e}get width(){return this.x}set width(t){this.x=t}get height(){return this.y}set height(t){this.y=t}set(t=0,e=0){return this.x=t,this.y=e,this}setScalar(t){return this.x=t,this.y=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;default:throw new Error("index is out of range: "+t)}}copy(t){return this.x=t.x,this.y=t.y,this}clone(){return new gi(this.x,this.y)}add(t){return this.x+=t.x,this.y+=t.y,this}addScalar(t){return this.x+=t,this.y+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this}subScalar(t){return this.x-=t,this.y-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this}multiply(t){return this.x*=t.x,this.y*=t.y,this}multiplyScalar(t){return this.x*=t,this.y*=t,this}divide(t){return this.x/=t.x,this.y/=t.y,this}divideScalar(t){return this.multiplyScalar(1/t)}applyMatrix3(t){const e=this.x,r=this.y;return this.x=t.m11*e+t.m21*r+t.m31,this.y=t.m12*e+t.m22*r+t.m32,this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this}clamp(t,e){return this.x=Z(this.x,t.x,e.x),this.y=Z(this.y,t.y,e.y),this}clampScalar(t,e){return this.x=Z(this.x,t,e),this.y=Z(this.y,t,e),this}clampLength(t,e){const r=this.length();return this.divideScalar(r||1).multiplyScalar(Z(r,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this}negate(){return this.x=-this.x,this.y=-this.y,this}dot(t){return this.x*t.x+this.y*t.y}cross(t){return this.x*t.y-this.y*t.x}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0);const r=t.dot(this)/e;return this.copy(t).multiplyScalar(r)}perpendOnVector(t){return Cf.copy(this).projectOnVector(t),this.sub(Cf)}length(){return Math.sqrt(this.x*this.x+this.y*this.y)}lengthSq(){return this.x*this.x+this.y*this.y}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)}normalize(){return this.divideScalar(this.length()||1)}angle(){return Math.atan2(-this.y,-this.x)+Math.PI}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;const r=this.dot(t)/e;return Math.acos(Z(r,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,r=this.y-t.y;return e*e+r*r}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this}lerpVectors(t,e,r){return this.x=t.x+(e.x-t.x)*r,this.y=t.y+(e.y-t.y)*r,this}equals(t){return t.x===this.x&&t.y===this.y}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t}rotateAround(t,e){const r=Math.cos(e),s=Math.sin(e),i=this.x-t.x,o=this.y-t.y;return this.x=i*r-o*s+t.x,this.y=i*s+o*r+t.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}}class Be{x=0;y=0;z=0;constructor(t=0,e=0,r=0){this.x=t,this.y=e,this.z=r}set(t=0,e=0,r=0){return this.x=t,this.y=e,this.z=r,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("index is out of range: "+t)}}clone(){return new Be(this.x,this.y,this.z)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this}multiplyVectors(t,e){return this.x=t.x*e.x,this.y=t.y*e.y,this.z=t.z*e.z,this}applyMatrix3(t){const e=this.x,r=this.y,s=this.z,i=t.value;return this.x=i[0]*e+i[3]*r+i[6]*s,this.y=i[1]*e+i[4]*r+i[7]*s,this.z=i[2]*e+i[5]*r+i[8]*s,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const e=this.x,r=this.y,s=this.z,i=t.value,o=1/(i[3]*e+i[7]*r+i[11]*s+i[15]);return this.x=(i[0]*e+i[4]*r+i[8]*s+i[12])*o,this.y=(i[1]*e+i[5]*r+i[9]*s+i[13])*o,this.z=(i[2]*e+i[6]*r+i[10]*s+i[14])*o,this}transformDirection(t){const e=this.x,r=this.y,s=this.z,i=t.value;return this.x=i[0]*e+i[4]*r+i[8]*s,this.y=i[1]*e+i[5]*r+i[9]*s,this.z=i[2]*e+i[6]*r+i[10]*s,this.normalize()}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this}divideScalar(t){return this.multiplyScalar(1/t)}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this}clamp(t,e){return this.x=Z(this.x,t.x,e.x),this.y=Z(this.y,t.y,e.y),this.z=Z(this.z,t.z,e.z),this}clampScalar(t,e){return this.x=Z(this.x,t,e),this.y=Z(this.y,t,e),this.z=Z(this.z,t,e),this}clampLength(t,e){const r=this.length();return this.divideScalar(r||1).multiplyScalar(Z(r,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this}lerpVectors(t,e,r){return this.x=t.x+(e.x-t.x)*r,this.y=t.y+(e.y-t.y)*r,this.z=t.z+(e.z-t.z)*r,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,e){const r=t.x,s=t.y,i=t.z,o=e.x,a=e.y,c=e.z;return this.x=s*c-i*a,this.y=i*o-r*c,this.z=r*a-s*o,this}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0,0);const r=t.dot(this)/e;return this.copy(t).multiplyScalar(r)}perpendOnVector(t){return qa.copy(this).projectOnVector(t),this.sub(qa)}projectOnPlane(t){return this.perpendOnVector(t)}reflect(t){return this.sub(qa.copy(t).multiplyScalar(2*this.dot(t)))}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;const r=this.dot(t)/e;return Math.acos(Z(r,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,r=this.y-t.y,s=this.z-t.z;return e*e+r*r+s*s}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)}setFromMatrix4Position(t){const e=t.value;return this.x=e[12],this.y=e[13],this.z=e[14],this}setFromMatrix4Scale(t){const e=this.setFromMatrix4Column(t,0).length(),r=this.setFromMatrix4Column(t,1).length(),s=this.setFromMatrix4Column(t,2).length();return this.x=e,this.y=r,this.z=s,this}setFromMatrix4Column(t,e){return this.fromArray(t.value,e*4)}setFromMatrix3Column(t,e){return this.fromArray(t.value,e*3)}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this}randomDirection(){const t=Math.random()*Math.PI*2,e=Math.random()*2-1,r=Math.sqrt(1-e*e);return this.x=r*Math.cos(t),this.y=e,this.z=r*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}}class Wa{x=0;y=0;z=0;w=1;constructor(t=0,e=0,r=0,s=1){this.x=t,this.y=e,this.z=r,this.w=s}get width(){return this.z}set width(t){this.z=t}get height(){return this.w}set height(t){this.w=t}set(t=0,e=0,r=0,s=1){return this.x=t,this.y=e,this.z=r,this.w=s,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this.w=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setW(t){return this.w=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;case 3:this.w=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;case 3:return this.w;default:throw new Error("index is out of range: "+t)}}clone(){return new Wa(this.x,this.y,this.z,this.w)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this.w=t.w,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this.w+=t.w,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this.w+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this.w=t.w+e.w,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this.w+=t.w*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this.w-=t.w,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this.w-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this.w=t.w-e.w,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this.w*=t.w,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this.w*=t,this}applyMatrix4(t){const e=this.x,r=this.y,s=this.z,i=this.w,o=t.value;return this.x=o[0]*e+o[4]*r+o[8]*s+o[12]*i,this.y=o[1]*e+o[5]*r+o[9]*s+o[13]*i,this.z=o[2]*e+o[6]*r+o[10]*s+o[14]*i,this.w=o[3]*e+o[7]*r+o[11]*s+o[15]*i,this}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this.w/=t.w,this}divideScalar(t){return this.multiplyScalar(1/t)}setAxisAngleFromRotationMatrix4(t){let e,r,s,i;const c=t.value,h=c[0],u=c[4],l=c[8],d=c[1],f=c[5],p=c[9],m=c[2],v=c[6],g=c[10];if(Math.abs(u-d)<.01&&Math.abs(l-m)<.01&&Math.abs(p-v)<.01){if(Math.abs(u+d)<.1&&Math.abs(l+m)<.1&&Math.abs(p+v)<.1&&Math.abs(h+f+g-3)<.1)return this.set(1,0,0,0),this;e=Math.PI;const x=(h+1)/2,w=(f+1)/2,C=(g+1)/2,E=(u+d)/4,O=(l+m)/4,U=(p+v)/4;return x>w&&x>C?x<.01?(r=0,s=.707106781,i=.707106781):(r=Math.sqrt(x),s=E/r,i=O/r):w>C?w<.01?(r=.707106781,s=0,i=.707106781):(s=Math.sqrt(w),r=E/s,i=U/s):C<.01?(r=.707106781,s=.707106781,i=0):(i=Math.sqrt(C),r=O/i,s=U/i),this.set(r,s,i,e),this}let b=Math.sqrt((v-p)*(v-p)+(l-m)*(l-m)+(d-u)*(d-u));return Math.abs(b)<.001&&(b=1),this.x=(v-p)/b,this.y=(l-m)/b,this.z=(d-u)/b,this.w=Math.acos((h+f+g-1)/2),this}setFromMatrix4Position(t){const e=t.value;return this.x=e[12],this.y=e[13],this.z=e[14],this.w=e[15],this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this.w=Math.min(this.w,t.w),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this.w=Math.max(this.w,t.w),this}clamp(t,e){return this.x=Z(this.x,t.x,e.x),this.y=Z(this.y,t.y,e.y),this.z=Z(this.z,t.z,e.z),this.w=Z(this.w,t.w,e.w),this}clampScalar(t,e){return this.x=Z(this.x,t,e),this.y=Z(this.y,t,e),this.z=Z(this.z,t,e),this.w=Z(this.w,t,e),this}clampLength(t,e){const r=this.length();return this.divideScalar(r||1).multiplyScalar(Z(r,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this.w=Math.floor(this.w),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this.w=Math.ceil(this.w),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this.w=Math.round(this.w),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this.w=Math.trunc(this.w),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this.w=-this.w,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z+this.w*t.w}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)+Math.abs(this.w)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0,0,1);const r=t.dot(this)/e;return this.copy(t).multiplyScalar(r)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this.w+=(t.w-this.w)*e,this}lerpVectors(t,e,r){return this.x=t.x+(e.x-t.x)*r,this.y=t.y+(e.y-t.y)*r,this.z=t.z+(e.z-t.z)*r,this.w=t.w+(e.w-t.w)*r,this}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z&&t.w===this.w}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this.w=t[e+3],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t[e+3]=this.w,t}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this.w=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z,yield this.w}}const Cf=new gi,qa=new Be,Tf=Rw("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);function Rw(n,t=10){const e={},r=n.split(",");for(let s=0;s<r.length;s+=2){const i="&"+r[s+1]+";",o=parseInt(r[s],t);e[i]="&#"+o+";"}return e["\\xa0"]=" ",e}function re(n,t){const e=Object.keys(t);for(let r=0;r<e.length;r++)n=n.replace(new RegExp("{"+e[r]+"}","gi"),""+t[e[r]]);return n}function yi(n){let t,e;if(!n)throw new Error("cannot create a random attribute name for an undefined object");const r="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";t="";do for(t="",e=0;e<12;e++)t+=r[Math.floor(Math.random()*r.length)];while(n[t]);return t}function kw(n){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[n]||t.start}function Lw(n){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[n]||t.alphabetic}const Wr={strokeStyle:{svgAttr:"stroke",canvas:"#000000",svg:"none",apply:"stroke"},fillStyle:{svgAttr:"fill",canvas:"#000000",svg:null,apply:"fill"},lineCap:{svgAttr:"stroke-linecap",canvas:"butt",svg:"butt",apply:"stroke"},lineJoin:{svgAttr:"stroke-linejoin",canvas:"miter",svg:"miter",apply:"stroke"},miterLimit:{svgAttr:"stroke-miterlimit",canvas:10,svg:4,apply:"stroke"},lineWidth:{svgAttr:"stroke-width",canvas:1,svg:1,apply:"stroke"},globalAlpha:{svgAttr:"opacity",canvas:1,svg:1,apply:"fill stroke"},font:{canvas:"10px sans-serif"},shadowColor:{canvas:"#000000"},shadowOffsetX:{canvas:0},shadowOffsetY:{canvas:0},shadowBlur:{canvas:0},textAlign:{canvas:"start"},textBaseline:{canvas:"alphabetic"},lineDash:{svgAttr:"stroke-dasharray",canvas:[],svg:null,apply:"stroke"},lineDashOffset:{svgAttr:"stroke-dashoffset",canvas:0,svg:0,apply:"stroke"}};let bi=class{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}addColorStop(t,e){const r=this.__ctx.__createElement("stop");if(r.setAttribute("offset",""+t),e.indexOf("rgba")!==-1){const i=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(e);i&&(r.setAttribute("stop-color",re("rgb({r},{g},{b})",{r:i[1],g:i[2],b:i[3]})),r.setAttribute("stop-opacity",i[4]))}else r.setAttribute("stop-color",e);this.__root.appendChild(r)}},Ja=class{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}},Pf=class ou{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:t,width:e=500,height:r=500}){t?(this.__canvas=t,this.__ctx=t.getContext("2d"),this.width=t.width,this.height=t.height):(this.__canvas=this.__document.createElement("canvas"),this.__ctx=this.__canvas.getContext("2d"),this.width=e,this.height=r),this.__setDefaultStyles(),this.__styleStack=[this.__getStyleState()],this.__groupStack=[],this.__rootSVG=this.__document.createElementNS("http://www.w3.org/2000/svg","svg"),this.__rootSVG.setAttribute("version","1.1"),this.__rootSVG.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.__rootSVG.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),this.__rootSVG.setAttribute("width",""+this.width),this.__rootSVG.setAttribute("height",""+this.height),this.__ids={},this.__SVGdefs=this.__document.createElementNS("http://www.w3.org/2000/svg","defs"),this.__rootSVG.appendChild(this.__SVGdefs),this.__currentElement=this.__document.createElementNS("http://www.w3.org/2000/svg","g"),this.__rootSVG.appendChild(this.__currentElement)}__setDefaultStyles(){const t=Object.keys(Wr);for(let e=0,r=t.length;e<r;e++){const s=t[e];this[s]=Wr[s].canvas}}__getStyleState(){const t={},e=Object.keys(Wr);for(let r=0,s=e.length;r<s;r++){const i=e[r];t[i]=this[i]}return t}__applyStyleState(t){const e=Object.keys(t);for(let r=0,s=e.length;r<s;r++){const i=e[r];this[i]=t[i]}}__createElement(t,e={},r=!1){const s=this.__document.createElementNS("http://www.w3.org/2000/svg",t),i=Object.keys(e);r&&(s.setAttribute("fill","none"),s.setAttribute("stroke","none"));for(let o=0;o<i.length;o++){const a=i[o];s.setAttribute(a,e[a])}return s}__applyStyleToCurrentElement(t){let e=this.__currentElement;const r=this.__currentElementsToStyle;r&&(e.setAttribute(t,""),e=r.element,r.children.forEach(i=>{i.setAttribute(t,"")}));const s=Object.keys(Wr);for(let i=0;i<s.length;i++){const o=Wr[s[i]],a=this[s[i]];if(o.apply){if(a instanceof Ja){if(a.__ctx)for(;a.__ctx.__SVGdefs.childNodes.length;){const c=a.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[c]=c,this.__SVGdefs.appendChild(a.__ctx.__SVGdefs.childNodes[0])}e.setAttribute(o.apply,re("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof bi)e.setAttribute(o.apply,re("url(#{id})",{id:a.__root.getAttribute("id")}));else if(o.apply.indexOf(t)!==-1&&o.svg!==a)if((o.svgAttr==="stroke"||o.svgAttr==="fill")&&a.indexOf("rgba")!==-1){const h=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);if(h){e.setAttribute(o.svgAttr,re("rgb({r},{g},{b})",{r:h[1],g:h[2],b:h[3]}));let u=parseFloat(h[4]);const l=this.globalAlpha;l!=null&&(u*=l),e.setAttribute(o.svgAttr+"-opacity",""+u)}}else{let c=o.svgAttr;if(s[i]==="globalAlpha"&&(c=t+"-"+o.svgAttr,e.getAttribute(c)))continue;c&&e.setAttribute(c,a)}}}}__closestGroupOrSvg(t){return t=t||this.__currentElement,t.nodeName==="g"||t.nodeName==="svg"?t:this.__closestGroupOrSvg(t.parentNode)}getSerializedSvg(t){let e=new XMLSerializer().serializeToString(this.__rootSVG);if(/xmlns="http:\/\/www\.w3\.org\/2000\/svg".+xmlns="http:\/\/www\.w3\.org\/2000\/svg/gi.test(e)&&(e=e.replace('xmlns="http://www.w3.org/2000/svg','xmlns:xlink="http://www.w3.org/1999/xlink')),t){const s=Object.keys(Tf);for(let i=0,o=s.length;i<o;i++){const a=s[i],c=Tf[a],h=new RegExp(a,"gi");h.test(e)&&(e=e.replace(h,c))}}return e}getSvg(){return this.__rootSVG}save(){const t=this.__createElement("g"),e=this.__closestGroupOrSvg();this.__groupStack.push(e),e.appendChild(t),this.__currentElement=t,this.__styleStack.push(this.__getStyleState())}restore(){this.__currentElementsToStyle=null;const t=this.__groupStack.pop();t?this.__currentElement=t:this.__currentElement=this.__rootSVG.childNodes[1];const e=this.__styleStack.pop();e&&this.__applyStyleState(e)}__addTransform(t){const e=this.__closestGroupOrSvg();if(e.childNodes.length>0){this.__currentElement.nodeName==="path"&&(this.__currentElementsToStyle||(this.__currentElementsToStyle={element:e,children:[]}),this.__currentElementsToStyle.children.push(this.__currentElement),this.__applyCurrentDefaultPath());const s=this.__createElement("g");e.appendChild(s),this.__currentElement=s}let r=this.__currentElement.getAttribute("transform");r?r+=" ":r="",r+=t,this.__currentElement.setAttribute("transform",r)}scale(t,e){e===void 0&&(e=t),this.__addTransform(re("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(re("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(re("translate({x},{y})",{x:t,y:e}))}transform(t,e,r,s,i,o){this.__addTransform(re("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:r,d:s,e:i,f:o}))}beginPath(){this.__currentDefaultPath="",this.__currentPosition={};const t=this.__createElement("path",{},!0);this.__closestGroupOrSvg().appendChild(t),this.__currentElement=t}__applyCurrentDefaultPath(){const t=this.__currentElement;t.nodeName==="path"&&t.setAttribute("d",this.__currentDefaultPath)}__addPathCommand(t){this.__currentDefaultPath+=" ",this.__currentDefaultPath+=t}moveTo(t,e){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.__currentPosition={x:t,y:e},this.__addPathCommand(re("M {x} {y}",this.__currentPosition))}closePath(){this.__currentDefaultPath&&this.__addPathCommand("Z")}lineTo(t,e){this.__currentPosition={x:t,y:e},this.__currentDefaultPath.indexOf("M")>-1?this.__addPathCommand(re("L {x} {y}",this.__currentPosition)):this.__addPathCommand(re("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,r,s,i,o){this.__currentPosition={x:i,y:o},this.__addPathCommand(re("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:r,cp2y:s,x:i,y:o}))}quadraticCurveTo(t,e,r,s){this.__currentPosition={x:r,y:s},this.__addPathCommand(re("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:e,x:r,y:s}))}normalize(t){const e=Math.sqrt(t[0]*t[0]+t[1]*t[1]);return[t[0]/e,t[1]/e]}arcTo(t,e,r,s,i){const o=this.__currentPosition&&this.__currentPosition.x,a=this.__currentPosition&&this.__currentPosition.y;if(typeof o>"u"||typeof a>"u")return;if(i<0)throw new Error("IndexSizeError: The radius provided ("+i+") is negative.");if(o===t&&a===e||t===r&&e===s||i===0){this.lineTo(t,e);return}const c=this.normalize([o-t,a-e]),h=this.normalize([r-t,s-e]);if(c[0]*h[1]===c[1]*h[0]){this.lineTo(t,e);return}const u=c[0]*h[0]+c[1]*h[1],l=Math.acos(Math.abs(u)),d=this.normalize([c[0]+h[0],c[1]+h[1]]),f=i/Math.sin(l/2),p=t+f*d[0],m=e+f*d[1],v=[-c[1],c[0]],g=[h[1],-h[0]],b=function(C){const E=C[0];return C[1]>=0?Math.acos(E):-Math.acos(E)},x=b(v),w=b(g);this.lineTo(p+v[0]*i,m+v[1]*i),this.arc(p,m,i,x,w)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(t,e,r,s){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,e),this.lineTo(t+r,e),this.lineTo(t+r,e+s),this.lineTo(t,e+s),this.lineTo(t,e),this.closePath()}fillRect(t,e,r,s){const i=this.__createElement("rect",{x:t,y:e,width:r,height:s},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("fill")}strokeRect(t,e,r,s){const i=this.__createElement("rect",{x:t,y:e,width:r,height:s},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const e=this.__closestGroupOrSvg().getAttribute("transform"),r=this.__rootSVG.childNodes[1],s=r.childNodes;for(let i=s.length-1;i>=0;i--)s[i]&&r.removeChild(s[i]);this.__currentElement=r,this.__groupStack=[],e&&this.__addTransform(e)}clearRect(t,e,r,s){if(t===0&&e===0&&r===this.width&&s===this.height){this.__clearCanvas();return}const i=this.__closestGroupOrSvg(),o=this.__createElement("rect",{x:t,y:e,width:r,height:s,fill:"#FFFFFF"},!0);i.appendChild(o)}createLinearGradient(t,e,r,s){const i=this.__createElement("linearGradient",{id:yi(this.__ids),x1:t+"px",x2:r+"px",y1:e+"px",y2:s+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(i),new bi(i,this)}createRadialGradient(t,e,r,s,i,o){const a=this.__createElement("radialGradient",{id:yi(this.__ids),cx:s+"px",cy:i+"px",r:o+"px",fx:t+"px",fy:e+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(a),new bi(a,this)}__parseFont(){const e=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext]))(?:\s*\/\s*(normal|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext])))?\s*([-,'"\sa-z0-9]+?)\s*$/i.exec(this.font),r={style:e[1]||"normal",size:e[4]||"10px",family:e[6]||"sans-serif",weight:e[3]||"normal",decoration:e[2]||"normal",href:null};return this.__fontUnderline==="underline"&&(r.decoration="underline"),this.__fontHref&&(r.href=this.__fontHref),r}__wrapTextLink(t,e){if(t.href){const r=this.__createElement("a");return r.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.href),r.appendChild(e),r}return e}__applyText(t,e,r,s){const i=this.__parseFont(),o=this.__closestGroupOrSvg(),a=this.__createElement("text",{"font-family":i.family,"font-size":i.size,"font-style":i.style,"font-weight":i.weight,"text-decoration":i.decoration,x:e,y:r,"text-anchor":kw(this.textAlign),"dominant-baseline":Lw(this.textBaseline)},!0);a.appendChild(this.__document.createTextNode(t)),this.__currentElement=a,this.__applyStyleToCurrentElement(s),o.appendChild(this.__wrapTextLink(i,a))}fillText(t,e,r){this.__applyText(t,e,r,"fill")}strokeText(t,e,r){this.__applyText(t,e,r,"stroke")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,e,r,s,i,o){if(s===i)return;s=s%(2*Math.PI),i=i%(2*Math.PI),s===i&&(i=(i+2*Math.PI-.001*(o?-1:1))%(2*Math.PI));const a=t+r*Math.cos(i),c=e+r*Math.sin(i),h=t+r*Math.cos(s),u=e+r*Math.sin(s),l=o?0:1;let d=0,f=i-s;f<0&&(f+=2*Math.PI),o?d=f>Math.PI?0:1:d=f>Math.PI?1:0,this.lineTo(h,u),this.__addPathCommand(re("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:r,ry:r,xAxisRotation:0,largeArcFlag:d,sweepFlag:l,endX:a,endY:c})),this.__currentPosition={x:a,y:c}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),r=yi(this.__ids),s=this.__createElement("g");this.__applyCurrentDefaultPath(),t.removeChild(this.__currentElement),e.setAttribute("id",r),e.appendChild(this.__currentElement),this.__SVGdefs.appendChild(e),t.setAttribute("clip-path",re("url(#{id})",{id:r})),t.appendChild(s),this.__currentElement=s}drawImage(...t){let e=t[0],r,s,i,o,a=0,c=0,h,u,l,d,f,p,m,v;if(t.length===3)r=t[1],s=t[2],h=e.width,u=e.height,i=h,o=u;else if(t.length===5)r=t[1],s=t[2],i=t[3],o=t[4],h=e.width,u=e.height;else if(t.length===9)a=t[1],c=t[2],h=t[3],u=t[4],r=t[5],s=t[6],i=t[7],o=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const g=this.__closestGroupOrSvg();this.__currentElement;const b="translate("+r+", "+s+")";if(e instanceof ou){if(l=e.getSvg().cloneNode(!0),l.childNodes&&l.childNodes.length>1){for(d=l.childNodes[0];d.childNodes.length;)v=d.childNodes[0].getAttribute("id"),this.__ids[v]=v,this.__SVGdefs.appendChild(d.childNodes[0]);if(f=l.childNodes[1],f){const x=f.getAttribute("transform");let w;x?w=x+" "+b:w=b,f.setAttribute("transform",w),g.appendChild(f)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(p=this.__createElement("image"),p.setAttribute("width",i),p.setAttribute("height",o),p.setAttribute("preserveAspectRatio","none"),(a||c||h!==e.width||u!==e.height)&&(m=this.__document.createElement("canvas"),m.width=i,m.height=o,m.getContext("2d")?.drawImage(e,a,c,h,u,0,0,i,o),e=m),p.setAttribute("transform",b),p.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),g.appendChild(p))}createPattern(t,e){const r=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),s=yi(this.__ids);let i;return r.setAttribute("id",s),t.nodeName==="CANVAS"||t.nodeName==="IMG"?(i=this.__document.createElementNS("http://www.w3.org/2000/svg","image"),i.setAttribute("width",""+t.width),i.setAttribute("height",""+t.height),i.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.nodeName==="CANVAS"?t.toDataURL():t.getAttribute("src")),r.appendChild(i),this.__SVGdefs.appendChild(r)):t instanceof ou&&(r.setAttribute("width",""+t.width),r.setAttribute("height",""+t.height),r.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(r)),new Ja(r,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}},Ka=class{canvas;context;customContext;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;hasSetCustomStrokeStyle=!1;hasSetCustomFillStyle=!1;constructor(t,e,r,s=!1){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),s&&(this.customContext=new Pf({canvas:this.canvas,width:e||this.canvas.width,height:r||this.canvas.height}))}set lineWidth(t){this.hasSetCustomStrokeStyle=!0,this.context.lineWidth=t,this.customContext&&(this.customContext.lineWidth=t)}get lineWidth(){return this.context.lineWidth}set lineCap(t){this.hasSetCustomStrokeStyle=!0,this.context.lineCap=t,this.customContext&&(this.customContext.lineCap=t)}get lineCap(){return this.context.lineCap}set lineJoin(t){this.hasSetCustomStrokeStyle=!0,this.context.lineJoin=t,this.customContext&&(this.customContext.lineCap=t)}get lineJoin(){return this.context.lineJoin}set lineDashOffset(t){this.hasSetCustomStrokeStyle=!0,this.context.lineDashOffset=t,this.customContext&&(this.customContext.lineDashOffset=t)}get lineDashOffset(){return this.context.lineDashOffset}set miterLimit(t){this.hasSetCustomStrokeStyle=!0,this.context.miterLimit=t,this.customContext&&(this.customContext.miterLimit=t)}get miterLimit(){return this.context.miterLimit}set globalAlpha(t){this.context.globalAlpha=t,this.customContext&&(this.customContext.globalAlpha=t)}get globalAlpha(){return this.context.globalAlpha}set fillStyle(t){this.hasSetCustomFillStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.fillStyle=t,this.customContext&&(this.customContext.fillStyle=t)):(this.context.fillStyle=t.gradient,this.customContext&&(this.customContext.fillStyle=t.gradientCustom))}get fillStyle(){return this.context.fillStyle}set strokeStyle(t){this.hasSetCustomStrokeStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.strokeStyle=t,this.customContext&&(this.customContext.strokeStyle=t)):(this.context.strokeStyle=t.gradient,this.customContext&&(this.customContext.strokeStyle=t.gradientCustom))}get strokeStyle(){return this.context.strokeStyle}set font(t){this.context.font=t,this.customContext&&(this.customContext.font=t)}get font(){return this.context.font}set textBaseline(t){this.context.textBaseline=t,this.customContext&&(this.customContext.textBaseline=t)}get textBaseline(){return this.context.textBaseline}set textAlign(t){this.context.textAlign=t,this.customContext&&(this.customContext.textAlign=t)}get textAlign(){return this.context.textAlign}fill(t){return t?this.context.fill(t):(this.context.fill(),this.customContext&&this.customContext.fill()),this}fillRect(t,e,r,s){return this.context.fillRect(t,e,r,s),this.customContext&&this.customContext.fillRect(t,e,r,s),this}fillText(t,e,r,s){return this.hasSetCustomFillStyle=!1,this.context.fillText(t,e,r,s),this.customContext&&this.customContext.fillText(t,e,r),this}setLineDash(t){return this.context.setLineDash(t),this.customContext&&this.customContext.setLineDash(t),this}stroke(t){return t?this.context.stroke(t):(this.context.stroke(),this.customContext&&this.customContext.stroke()),this}strokeText(t,e,r,s){return this.context.strokeText(t,e,r,s),this.customContext&&this.customContext.strokeText(t,e,r),this}strokeRect(t,e,r,s){return this.context.strokeRect(t,e,r,s),this.customContext&&this.customContext.strokeRect(t,e,r,s),this}measureText(t){return this.context.measureText(t)}clearRect(t=0,e=0,r=this.canvas.width,s=this.canvas.height){return this.context.clearRect(t,e,r,s),this.customContext&&this.customContext.clearRect(t,e,r,s),this}save(){return this.context.save(),this.customContext&&this.customContext.save(),this.currentMatrix=new DOMMatrix,this.path2Ds.push(this.currentPath2D),this.currentPath2D=new Path2D,this}restore(){return this.context.restore(),this.customContext&&this.customContext.restore(),this.hasSetCustomStrokeStyle=!1,this.hasSetCustomFillStyle=!1,this.currentMatrix=new DOMMatrix,this.currentPath2D=this.path2Ds.pop()||new Path2D,this}beginPath(){return this.context.beginPath(),this.customContext&&this.customContext.beginPath(),this}closePath(){return this.context.closePath(),this.customContext&&this.customContext.closePath(),this.currentPath2D.closePath(),this}changePath2D(t=this.currentPath2D,e=this.currentMatrix){const r=new Path2D;r.addPath(t,e),this.currentPath2D=r}isPointInStroke(...t){return t[0]instanceof Path2D?this.context.isPointInStroke(t[0],t[1],t[2]):this.context.isPointInStroke(t[0],t[1])}isPointInPath(...t){return t[0]instanceof Path2D?this.context.isPointInPath(t[0],t[1],t[2]):this.context.isPointInPath(t[0],t[1])}translate(t,e){return this.context.translate(t,e),this.customContext&&this.customContext.translate(t,e),this.currentMatrix.translate(t,e),this.changePath2D(),this}rotate(t,e=0,r=0){return this.translate(e,r),this.context.rotate(t),this.customContext&&this.customContext.rotate(t),this.currentMatrix.rotate(t),this.translate(-e,-r),this.changePath2D(),this}scale(t,e=t,r=0,s=0){return this.translate(r,s),this.context.scale(t,e),this.customContext&&this.customContext.scale(t,e),this.currentMatrix.scale(t,e),this.translate(-r,-s),this.changePath2D(),this}moveTo(t,e){return this.context.moveTo(t,e),this.customContext&&this.customContext.moveTo(t,e),this.currentPath2D.moveTo(t,e),this}lineTo(t,e){return this.context.lineTo(t,e),this.customContext&&this.customContext.lineTo(t,e),this.currentPath2D.lineTo(t,e),this}arc(t,e,r,s,i,o){return this.context.arc(t,e,r,s,i,o),this.customContext&&this.customContext.arc(t,e,r,s,i,o?-1:1),this.currentPath2D.arc(t,e,r,s,i,o),this}arcTo(t,e,r,s,i){return this.context.arcTo(t,e,r,s,i),this.customContext&&this.customContext.arcTo(t,e,r,s,i),this.currentPath2D.arcTo(t,e,r,s,i),this}ellipse(t,e,r,s,i,o,a,c){return this.context.ellipse(t,e,r,s,i,o,a,c),this.currentPath2D.ellipse(t,e,r,s,i,o,a,c),this}quadraticCurveTo(t,e,r,s){return this.context.quadraticCurveTo(t,e,r,s),this.customContext&&this.customContext.quadraticCurveTo(t,e,r,s),this.currentPath2D.quadraticCurveTo(t,e,r,s),this}bezierCurveTo(t,e,r,s,i,o){return this.context.bezierCurveTo(t,e,r,s,i,o),this.customContext&&this.customContext.bezierCurveTo(t,e,r,s,i,o),this.currentPath2D.bezierCurveTo(t,e,r,s,i,o),this}rect(t,e,r,s){return this.context.rect(t,e,r,s),this.customContext&&this.customContext.rect(t,e,r,s),this.currentPath2D.rect(t,e,r,s),this}createLinearGradient(t,e,r,s,i){const o=this.context.createLinearGradient(t,e,r,s);return i&&Object.entries(i).forEach(([a,c])=>{o.addColorStop(parseFloat(a),c)}),o}createRadialGradient(t,e,r,s,i,o,a){const c=this.context.createRadialGradient(t,e,r,s,i,o);return a&&Object.entries(a).forEach(([h,u])=>{c.addColorStop(parseFloat(h),u)}),c}drawImage(t,...e){if(e.length===0)this.context.drawImage(t,0,0);else if(e.length===2){const r=e[0],s=e[1];this.context.drawImage(t,r,s)}else if(e.length===4){const r=e[0],s=e[1],i=e[2],o=e[3];this.context.drawImage(t,r,s,i,o)}else if(e.length===8){const r=e[0],s=e[1],i=e[2],o=e[3],a=e[4],c=e[5],h=e[6],u=e[7];this.context.drawImage(t,r,s,i,o,a,c,h,u)}else throw new Error("Invalid number of arguments passed to drawImage: "+e.length);return this.customContext&&this.customContext.drawImage(t,...e),this}getImageData(t=0,e=0,r=this.canvas.width,s=this.canvas.height,i){return this.context.getImageData(t,e,r,s,i)}putImageData(t,e=0,r=0){return this.context.putImageData(t,e,r)}createPattern(t,e){return this.context.createPattern(t,e)}toRawSVG(){if(this.customContext){const t=this.customContext.getSerializedSvg(!0),e=this.customContext.getSvg();return{raw:t,element:e}}else return{raw:"",element:null}}},Za=class{x;y;toX;toY;constructor(t){this.x=t?.x||0,this.y=t?.y||0,this.toX=t?.toX||0,this.toY=t?.toY||0}toSVGPathData(){return[["L",this.toX,this.toY]]}toCanvasContext(t){t.lineTo(this.toX,this.toY)}getBoundingClientRect(){const t=ge(this.x,this.y,this.toX,this.toY);if(t===0){const e=Math.min(this.x,this.toX),r=Math.min(this.y,this.toY),s=Math.max(this.x,this.toX),i=Math.max(this.y,this.toY);return{x:e,y:r,width:s-e,height:i-r}}else{const e=Math.sin(t),r=Math.cos(t),s=r*this.x-e*this.y,i=r*this.toX-e*this.toY,o=r*this.y+e*this.x,a=r*this.toY+e*this.toX;return{x:Math.min(s,i),y:Math.min(o,a),width:Math.max(s,i)-Math.min(s,i),height:Math.max(o,a)-Math.min(o,a)}}}interpolate(t){return{x:this.x+t*(this.toX-this.x),y:this.y+t*(this.toY-this.y)}}intersection(t){const e=this.x,r=this.y,s=t.toX,i=t.toY,o=this.toX-e,a=t.x-s;if(!o&&!a)return null;const c=(this.toY-r)/o,h=(t.y-i)/a;if(o){if(!a)return{x:s,y:c*(s-e)+r}}else return{x:e,y:h*(e-s)+i};const u=(-h*s+i+c*e-r)/(c-h),l=c*(u-e)+r;return isNaN(u)||isNaN(l)?null:{x:u,y:l}}};const Nw=class extends Za{rx;ry;xAxisRotate;largeArcFlag;sweepFlag;constructor(t){super(t),this.rx=t.rx,this.ry=t.ry,this.xAxisRotate=t?.xAxisRotate??0,this.largeArcFlag=t?.largeArcFlag??1,this.sweepFlag=t?.sweepFlag??1,this.toX=t.toX,this.toY=t.toY}toSVGPathData(){return[["A",this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag,this.toX,this.toY]]}toCanvasContext(t){const[e,r,s,i,o,a,c]=this.convert(this.x,this.y,this.toX,this.toY,this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag);t.ellipse(e,r,s,i,o,a,c,!this.sweepFlag)}convert(t,e,r,s,i,o,a,c,h){const u=a/180*Math.PI,l=(t-r)/2,d=(e-s)/2,f=Math.cos(u)*l+Math.sin(u)*d,p=-Math.sin(u)*l+Math.cos(u)*d,m=f*f/(i*i)+p*p/(o*o);if(m>1){const H=Math.sqrt(m);throw i=H*i,o=H*o,new Error(`Radii are too small to build an arc. Correcting them to ${i}/${o}.`)}const v=Math.sqrt((i*i*o*o-i*i*p*p-o*o*f*f)/(i*i*p*p+o*o*f*f)),g=c!=h?1:-1,b=g*v*i*p/o,x=g*v*-o*f/i,w=(t+r)/2,C=(e+s)/2,E=Math.cos(u)*b-Math.sin(u)*x+w,O=Math.sin(u)*b+Math.cos(u)*x+C,U=(H,V,lt,yt)=>(H*yt>=V*lt?1:-1)*Math.acos((H*lt+V*yt)/(Math.sqrt(H*H+V*V)*Math.sqrt(lt*lt+yt*yt))),R=U(1,0,t-E,e-O)-u,j=U(t-E,e-O,r-E,s-O);return[E,O,i,o,u,R,R+j]}},zw=class extends Za{cx;cy;isLineThrough;constructor(t){super(t),this.cx=t.cx,this.cy=t.cy,this.isLineThrough=typeof t.isLineThrough=="boolean"?t.isLineThrough:!1}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(this.x+this.toX)/2,e=this.cy*2-(this.y+this.toY)/2;return[["Q",t,e,this.toX,this.toY]]}else return[["Q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(this.isLineThrough){const e=this.cx*2-(this.x+this.toX)/2,r=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e,r,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}getBoundingClientRect(){const t=[this.x,this.toX],e=[this.y,this.toY];let r,s,i,o;for(let h=0;h<2;++h)r=h==0?this.x-2*this.cx+this.toX:this.y-2*this.cy+this.toY,s=h==0?-2*this.x+2*this.cx:-2*this.y+2*this.cy,i=h==0?this.x:this.y,Math.abs(r)>1e-12&&(o=-s/(2*r),0<o&&o<1&&[t,e][h].push(r*o*o+s*o+i));const a={x:Math.min.apply(0,t),y:Math.min.apply(0,e)},c={x:Math.max.apply(0,t),y:Math.max.apply(0,e)};return{x:a.x,y:a.y,width:c.x-a.x,height:c.y-a.y}}interpolate(t){return{x:(1-t)*(1-t)*this.x+2*(1-t)*t*this.cx+t*t*this.toX,y:(1-t)*(1-t)*this.y+2*(1-t)*t*this.cy+t*t*this.toY}}},Cn=class Rs extends Za{c1x;c1y;c2x;c2y;constructor(t){super(t),this.c1x=t.c1x,this.c1y=t.c1y,this.c2x=t.c2x,this.c2y=t.c2y}toSVGPathData(){return[["C",this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY]]}toCanvasContext(t){t.bezierCurveTo(this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY)}getBoundingClientRect(){let t=this.c2x-2*this.c1x+this.x-(this.toX-2*this.c2x+this.c1x),e=2*(this.c1x-this.x)-2*(this.c2x-this.c1x),r=this.x-this.c1x,s=(-e+Math.sqrt(e*e-4*t*r))/2/t,i=(-e-Math.sqrt(e*e-4*t*r))/2/t;const o=[this.y,this.toY],a=[this.x,this.toX];let c;const h=[];Math.abs(s)>1e12&&(s=.5),Math.abs(i)>1e12&&(i=.5),s>=0&&s<=1&&(c=this.interpolate(s),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),i>=0&&i<=1&&(c=this.interpolate(i),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),t=this.c2y-2*this.c1y+this.y-(this.toY-2*this.c2y+this.c1y),e=2*(this.c1y-this.y)-2*(this.c2y-this.c1y),r=this.y-this.c1y,s=(-e+Math.sqrt(e*e-4*t*r))/2/t,i=(-e-Math.sqrt(e*e-4*t*r))/2/t,Math.abs(s)>1e12&&(s=.5),Math.abs(i)>1e12&&(i=.5),s>=0&&s<=1&&(c=this.interpolate(s),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),i>=0&&i<=1&&(c=this.interpolate(i),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y}));const u=[],l=h.length;for(let p=0;p<l;p++){for(let m=p+1;m<l;m++)h[p].X===h[m].X&&h[p].Y===h[m].Y&&(m=++p);u.push({X:h[p].X,Y:h[p].Y})}const d={x:Math.min.apply(Math,a),y:Math.min.apply(Math,o)},f={x:Math.max.apply(Math,a),y:Math.max.apply(Math,o)};return{x:d.x,y:d.y,width:f.x-d.x,height:f.y-d.y,dots:u}}interpolate(t){return{x:Math.pow(1-t,3)*this.x+3*Math.pow(1-t,2)*t*this.c1x+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2x+Math.pow(t,3)*this.toX,y:Math.pow(1-t,3)*this.y+3*Math.pow(1-t,2)*t*this.c1y+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2y+Math.pow(t,3)*this.toY}}static base3(t,e,r,s,i){const o=-3*e+9*r-9*s+3*i,a=t*o+6*e-12*r+6*s;return t*a-3*e+3*r}static bezlen(t,e,r,s,i,o,a,c,h=1){h=Math.max(0,Math.min(h,1));const u=h/2,l=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],d=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let f=0;for(let p=0;p<12;p++){const m=u*l[p]+u,v=this.base3(m,t,r,i,a),g=this.base3(m,e,s,o,c);f+=d[p]*Math.sqrt(v*v+g*g)}return u*f}length(t=1){return Rs.bezlen(this.x,this.y,this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY,t)}getTatLen(t){const e=this.x,r=this.y,s=this.c1x,i=this.c1y,o=this.c2x,a=this.c2y,c=this.toX,h=this.toY;if(t<0||Rs.bezlen(e,r,s,i,o,a,c,h)<t)return 0;const u=1;let l=u/2,d=u-l,f=Rs.bezlen(e,r,s,i,o,a,c,h,d);for(;Math.abs(f-t)>.01;)l/=2,d+=(f<t?1:-1)*l,f=Rs.bezlen(e,r,s,i,o,a,c,h,d);return d}getPointAtSegmentLength(t){const e=this.getTatLen(t),r=1-e,s=Math.pow(r,3),i=Math.pow(r,2),o=e*e,a=o*e,c=s*this.x+i*3*e*this.c1x+r*3*e*e*this.c2x+a*this.toX,h=s*this.y+i*3*e*this.c1y+r*3*e*e*this.c2y+a*this.toY,u=this.x+2*e*(this.c1x-this.x)+o*(this.c2x-2*this.c1x+this.x),l=this.y+2*e*(this.c1y-this.y)+o*(this.c2y-2*this.c1y+this.y),d=this.c1x+2*e*(this.c2x-this.c1x)+o*(this.toX-2*this.c2x+this.c1x),f=this.c1y+2*e*(this.c2y-this.c1y)+o*(this.toY-2*this.c2y+this.c1y),p=r*this.x+e*this.c1x,m=r*this.y+e*this.c1y,v=r*this.c2x+e*this.toX,g=r*this.c2y+e*this.toY,b=90-Math.atan2(u-d,l-f)*180/Math.PI;return{x:c,y:h,m:{x:u,y:l},n:{x:d,y:f},start:{x:p,y:m},end:{x:v,y:g},alpha:b}}},qr=Math.PI*2;function Af(n,t,e,r){const s=n*r-t*e<0?-1:1;let i=n*e+t*r;return i>1&&(i=1),i<-1&&(i=-1),s*Math.acos(i)}function Fw(n,t,e,r,s,i,o,a,c,h){const u=h*(n-e)/2+c*(t-r)/2,l=-c*(n-e)/2+h*(t-r)/2,d=o*o,f=a*a,p=u*u,m=l*l;let v=d*f-d*m-f*p;v<0&&(v=0),v/=d*m+f*p,v=Math.sqrt(v)*(s===i?-1:1);const g=v*o/a*l,b=v*-a/o*u,x=h*g-c*b+(n+e)/2,w=c*g+h*b+(t+r)/2,C=(u-g)/o,E=(l-b)/a,O=(-u-g)/o,U=(-l-b)/a,R=Af(1,0,C,E);let j=Af(C,E,O,U);return i===0&&j>0&&(j-=qr),i===1&&j<0&&(j+=qr),[x,w,R,j]}function Bw(n,t){const e=1.3333333333333333*Math.tan(t/4),r=Math.cos(n),s=Math.sin(n),i=Math.cos(n+t),o=Math.sin(n+t);return[r,s,r-s*e,s+r*e,i+o*e,o-i*e,i,o]}function wi(n,t,e,r,s,i,o,a,c){const h=Math.sin(c*qr/360),u=Math.cos(c*qr/360),l=u*(n-e)/2+h*(t-r)/2,d=-h*(n-e)/2+u*(t-r)/2;if(l===0&&d===0)return[];if(o===0||a===0)return[];o=Math.abs(o),a=Math.abs(a);const f=l*l/(o*o)+d*d/(a*a);f>1&&(o*=Math.sqrt(f),a*=Math.sqrt(f));const p=Fw(n,t,e,r,s,i,o,a,h,u),m=[];let v=p[2],g=p[3];const b=Math.max(Math.ceil(Math.abs(g)/(qr/4)),1);g/=b;for(let x=0;x<b;x++)m.push(Bw(v,g)),v+=g;return m.map(x=>{for(let w=0;w<x.length;w+=2){let C=x[w+0],E=x[w+1];C*=o,E*=a;const O=u*C-h*E,U=h*C+u*E;x[w+0]=O+p[0],x[w+1]=U+p[1]}return x})}function Mf(n,t,e,r,s,i,o,a,c,h){const u=Math.PI*120/180,l=Math.PI/180*(+s||0);let d=[],f;const p=function(mt,ct,st){const Ct=mt*Math.cos(st)-ct*Math.sin(st),$=mt*Math.sin(st)+ct*Math.cos(st);return{x:Ct,y:$}};let m,v,g,b;if(h)m=h[0],v=h[1],g=h[2],b=h[3];else{f=p(n,t,-l),n=f.x,t=f.y,f=p(a,c,-l),a=f.x,c=f.y;const mt=(n-a)/2,ct=(t-c)/2;let st=mt*mt/(e*e)+ct*ct/(r*r);st>1&&(st=Math.sqrt(st),e=st*e,r=st*r);const Ct=e*e,$=r*r,z=(i==o?-1:1)*Math.sqrt(Math.abs((Ct*$-Ct*ct*ct-$*mt*mt)/(Ct*ct*ct+$*mt*mt)));g=z*e*ct/r+(n+a)/2,b=z*-r*mt/e+(t+c)/2,m=Math.asin(Number(((t-b)/r).toFixed(9))),v=Math.asin(Number(((c-b)/r).toFixed(9))),m=n<g?Math.PI-m:m,v=a<g?Math.PI-v:v,m<0&&(m=Math.PI*2+m),v<0&&(v=Math.PI*2+v),o&&m>v&&(m=m-Math.PI*2),!o&&v>m&&(v=v-Math.PI*2)}let x=v-m;if(Math.abs(x)>u){const mt=v,ct=a,st=c;v=m+u*(o&&v>m?1:-1),a=g+e*Math.cos(v),c=b+r*Math.sin(v),d=Mf(a,c,e,r,s,0,o,ct,st,[v,mt,g,b])}x=v-m;const w=Math.cos(m),C=Math.sin(m),E=Math.cos(v),O=Math.sin(v),U=Math.tan(x/4),R=4/3*e*U,j=4/3*r*U,H=[n,t],V=[n+R*C,t-j*w],lt=[a+R*O,c-j*E],yt=[a,c];return V[0]=2*H[0]-V[0],V[1]=2*H[1]-V[1],h?[[...V,...lt,...yt]].concat(d):[[...V,...lt,...yt]].concat(d).map(mt=>{const ct=[];for(let st=0,Ct=mt.length;st<Ct;st++)ct[st]=st%2?p(mt[st-1],mt[st],l).y:p(mt[st],mt[st+1],l).x;return ct})}function Jr(n,t,e,r,s,i){return[n/3+2/3*e,t/3+2/3*r,s/3+2/3*e,i/3+2/3*r,s,i]}function Wn(n,t,e,r){return[n,t,e,r,e,r]}const Kr={a:7,c:6,s:4,q:4,t:2,m:2,l:2,h:1,v:1,z:0};function Tn(n="path"){return document.createElementNS.call(document,"http://www.w3.org/2000/svg",n)}function Qa(){return Tn("path")}const Df=n=>n instanceof SVGElement&&n.tagName==="path";function Of(n,t="shape"){return Mh(Ml(n),`${t}.svg`)}function $w(n,t="shape"){return Mh(ko(n),`${t}.svg`)}function Uw(n){return _a(n)}function tc(n){return typeof n!="string"?!1:(n=n.trim(),/^[mlhvzaqtcs]\s*[-+.0-9][^mlhvzaqtcs]+/i.test(n)&&/[\dz]$/i.test(n))}function ec(n){return n.map(t=>{if(!t[0])return"";switch(t[0].toLowerCase()){case"a":return`${t[0]} ${t[1]},${t[2]} ${t[3]} ${t[4]},${t[5]} ${t[6]},${t[7]}`;case"c":return`${t[0]} ${t[1]},${t[2]} ${t[3]},${t[4]} ${t[5]},${t[6]}`;case"s":case"q":return`${t[0]} ${t[1]},${t[2]} ${t[3]},${t[4]}`;default:return t[0]+" "+t.slice(1).join(",")}}).join(" ")}function vi(n){const t=[];return tc(n)&&n.replace(/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi,(e,r,s)=>{let i=r.toLowerCase();const o=xu(s);for(i=="m"&&o.length>Kr[i]&&(t.push([r,...o.splice(0,Kr[i])]),i="l",r=r=="m"?"l":"L");o.length;){if(o.length<Kr[i])throw new Error(`parseSVGPath substring:{ ${e} } command:{ ${r} } args:{ ${o} }`);t.push([r,...o.splice(0,Kr[i])])}return i=="z"&&t.push([r]),""}),t}function xi(n){let t=0,e=0,r=0,s=0;return n.map(function(i){const o=i[0],a=o.toUpperCase();if(o!=a)switch(i[0]=a,o){case"a":i[6]+=r,i[7]+=s;break;case"v":i[1]+=s;break;case"h":i[1]+=r;break;default:for(let c=1;c<i.length;)i[c++]+=r,i[c++]+=s}switch(a){case"Z":r=t,s=e;break;case"H":r=i[1];break;case"V":s=i[1];break;case"M":r=t=i[1],s=e=i[2];break;default:r=i[i.length-2],s=i[i.length-1]}return i})}function Yw(n){let t=0,e=0,r=0,s=0;return n.map(function(i){const o=i[0],a=o.toLowerCase();if(o!=a)switch(i[0]=a,o){case"A":i[6]-=r,i[7]-=s;break;case"V":i[1]-=s;break;case"H":i[1]-=r;break;default:for(let c=1;c<i.length;)i[c++]-=r,i[c++]-=s}switch(a){case"z":r=t,s=e;break;case"h":r+=i[1];break;case"v":s+=i[1];break;case"m":r+=i[1],s+=i[2],t+=i[1],e+=i[2];break;default:r+=i[i.length-2],s+=i[i.length-1]}return i})}function nc(n){const t=[];let e=0,r=0,s=0,i=0,o=0,a=0,c=0,h=0,u;for(let l=0,d=n.length;l<d;l++){let f=n[l];const p=f[0];switch(p){case"M":e=f[1],r=f[2];break;case"A":const m=wi(s,i,f[6],f[7],f[4],f[5],f[1],f[2],f[3]);if(!m.length)continue;m.forEach((b,x)=>{const[w,C,E,O,U,R,j,H]=b;f=["C",E,O,U,R,j,H],x<m.length-1&&t.push(f)});break;case"S":let v=s,g=i;(u=="C"||u=="S")&&(v+=v-c,g+=g-h),f=["C",v,g,f[1],f[2],f[3],f[4]];break;case"T":u=="Q"||u=="T"?(o=s*2-o,a=i*2-a):(o=s,a=i),f=["C",...Jr(s,i,o,a,f[1],f[2])];break;case"Q":o=f[1],a=f[2],f=["C",...Jr(s,i,f[1],f[2],f[3],f[4])];break;case"L":f=["C",...Wn(s,i,f[1],f[2])];break;case"H":f=["C",...Wn(s,i,f[1],i)];break;case"V":f=["C",...Wn(s,i,s,f[1])];break;case"Z":f=["C",...Wn(s,i,e,r)];break}u=p,s=f[f.length-2],i=f[f.length-1],f.length>4?(c=f[f.length-4],h=f[f.length-3]):(c=s,h=i),t.push(f)}return t}function jw(n){const t=[];for(let e=0,r=n.length;r-2>e;e+=2){let s;e==0?s=[{x:n[e],y:n[e+1]},{x:n[e],y:n[e+1]},{x:n[e+2],y:n[e+3]},{x:n[e+4],y:n[e+5]}]:r-4==e?s=[{x:n[e-2],y:n[e-1]},{x:n[e],y:n[e+1]},{x:n[e+2],y:n[e+3]},{x:n[e+2],y:n[e+3]}]:s=[{x:n[e-2],y:n[e-1]},{x:n[e],y:n[e+1]},{x:n[e+2],y:n[e+3]},{x:n[e+4],y:n[e+5]}];const i=[{x:s[1].x,y:s[1].y},{x:(-s[0].x+6*s[1].x+s[2].x)/6,y:(-s[0].y+6*s[1].y+s[2].y)/6},{x:(s[1].x+6*s[2].x-s[3].x)/6,y:(s[1].y+6*s[2].y-s[3].y)/6},{x:s[2].x,y:s[2].y}];t.push(["C",i[1].x,i[1].y,i[2].x,i[2].y,i[3].x,i[3].y])}return t}function Vw(n){const t=[];let e=["L",0,0],r;for(let s=0,i=n.length;s<i;s++){const o=n[s];switch(o[0]){case"M":e=["L",o[1],o[2]],t.push(o);break;case"Z":t.push(e);break;case"H":r=t[t.length-1]||["L",0,0],t.push(["L",o[1],r[r.length-1]]);break;case"V":r=t[t.length-1]||["L",0,0],t.push(["L",r[r.length-2],o[1]]);break;default:t.push(o)}}return t}function Gw(n){const t={S:{to:"C",x:3},T:{to:"Q",x:1}};let e,r=0,s=0;for(let i=0,o=n.length;i<o;i++){const a=n[i],c=t[a[0]];c&&(a[0]=c.to,e&&(e[0]===c.to?(r=2*Number(e[c.x+2])-Number(e[c.x]),s=2*Number(e[c.x+3])-Number(e[c.x+1])):(r=Number(e[e.length-2]),s=Number(e[e.length-1]))),a.splice(1,0,r,s)),e=a}return n}let Xw=class pn{cX;cY;x;y;degree;scalarX;scalarY;startPathX=0;startPathY=0;prevPathX=0;prevPathY=0;normalizedLines=[];constructor(t){this.cX=0,this.cY=0,this.x=t?.x||0,this.y=t?.y||0,typeof t?.centerX=="number"&&typeof t?.centerY=="number"&&(this.cX=t.centerX-this.x,this.cY=t.centerY-this.y),this.degree=t?.degree||0,this.scalarX=1,this.scalarY=1,t?.scalar!==void 0&&(this.scalarX=t.scalar,this.scalarY=t.scalar),t?.scalarX!==void 0&&(this.scalarX=t.scalarX),t?.scalarY!==void 0&&(this.scalarY=t.scalarY),this.reset(t?.d,t?.originMatrix)}reset(t,e){typeof t=="string"?this.resetFromSVGPathData(vi(t),e):t instanceof pn?this.resetFromSVGPathData(t.toSVGPathData(),e):this.resetFromSVGPathData(t||[],e)}resetFromSVGPathData(t,e){this.normalizedLines=[];const r=nc(xi(t));this.prevPathX=this.startPathX=0,this.prevPathY=this.startPathY=0;let s=!1;for(let i=0,o=r.length;i<o;i++){const a=r[i];if(a[0]=="M"){s||(s=!0,this.startPathX=a[1],this.startPathY=a[2]),this.prevPathX=a[1],this.prevPathY=a[2];continue}this.appendLine(new Cn({c1x:a[1],c1y:a[2],c2x:a[3],c2y:a[4],toX:a[5],toY:a[6]}))}e&&({x:this.startPathX,y:this.startPathY}=e.transformPoint({x:this.startPathX,y:this.startPathY}),{x:this.prevPathX,y:this.prevPathY}=e.transformPoint({x:this.prevPathX,y:this.prevPathY}),this.normalizedLines.forEach(i=>{({x:i.x,y:i.y}=e.transformPoint({x:i.x,y:i.y})),{x:i.c1x,y:i.c1y}=e.transformPoint({x:i.c1x,y:i.c1y}),{x:i.c2x,y:i.c2y}=e.transformPoint({x:i.c2x,y:i.c2y}),{x:i.toX,y:i.toY}=e.transformPoint({x:i.toX,y:i.toY})}))}static fromPolymorphPoints(t){const e=new pn;e.prevPathX=e.startPathX=t[0]||0,e.prevPathY=e.startPathY=t[1]||0;for(let r=2,s=t.length;r+5<s;r+=6)e.appendLine(new Cn({c1x:t[r],c1y:t[r+1],c2x:t[r+2],c2y:t[r+3],toX:t[r+4],toY:t[r+5]}));return e}static fromLines(t){const e=new pn;e.prevPathX=e.startPathX=t[0].x||0,e.prevPathY=e.startPathY=t[0].y||0;for(let r=0,s=t.length;r<s;r++)e.appendLine(t[r]);return e}appendLine(t){if(t instanceof Nw){wi(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(h=>{const[u,l,d,f,p,m,v,g]=h;this.normalizedLines.push(new Cn({x:this.prevPathX,y:this.prevPathY,c1x:d,c1y:f,c2x:p,c2y:m,toX:v,toY:g})),this.prevPathX=v,this.prevPathY=g});return}let e,r,s,i,o,a;t instanceof Cn?(e=t.c1x,r=t.c1y,s=t.c2x,i=t.c2y,o=t.toX,a=t.toY):t instanceof zw?[e,r,s,i,o,a]=Jr(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,r,s,i,o,a]=Wn(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new Cn({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:r,c2x:s,c2y:i,toX:o,toY:a})),this.prevPathX=o,this.prevPathY=a}toSVGPathData(){const{startPathX:t,startPathY:e,normalizedLines:r}=this.updateTransform(),s=[];s.push(["M",t,e]);for(let i=0,o=r.length;i<o;i++)s.push(...r[i].toSVGPathData());return s}toSVGPathD(){return ec(this.toSVGPathData())}toCanvasContext(t){const{startPathX:e,startPathY:r,normalizedLines:s}=this.updateTransform();t.beginPath(),t.moveTo(e,r),s.forEach(i=>{i.toCanvasContext(t)})}getBoundingClientRect(){const{normalizedLines:t}=this.updateTransform(),e=[],r=[];if(t.forEach(c=>{const h=c.getBoundingClientRect();e.push(h.x,h.x+h.width),r.push(h.y,h.y+h.height)}),e.length==0||r.length==0)return{x:0,y:0,width:0,height:0};const s=Math.min.apply(0,e),i=Math.min.apply(0,r),o=Math.max.apply(0,e),a=Math.max.apply(0,r);return{x:s,y:i,width:o-s,height:a-i}}update(t){this.cX=typeof t.cX=="number"?t.cX:this.cX,this.cY=typeof t.cY=="number"?t.cY:this.cY,this.x=t.x,this.y=t.y,this.degree=t.degree,this.scalarX=t.scalarX,this.scalarY=t.scalarY}updateTransform(){const t=new qt;if(t.translate(this.x+this.cX,this.y+this.cY),t.rotate(this.degree),t.scale(this.scalarX,this.scalarY),t.translate(-this.cX,-this.cY),t.isIdentity)return{startPathX:this.startPathX,startPathY:this.startPathY,normalizedLines:this.normalizedLines};{let e=this.startPathX,r=this.startPathY;({x:e,y:r}=t.transformPoint({x:e,y:r}));const s=[];return this.normalizedLines.forEach(i=>{let o=i.x,a=i.y,c=i.c1x,h=i.c1y,u=i.c2x,l=i.c2y,d=i.toX,f=i.toY;({x:o,y:a}=t.transformPoint({x:o,y:a})),{x:c,y:h}=t.transformPoint({x:c,y:h}),{x:u,y:l}=t.transformPoint({x:u,y:l}),{x:d,y:f}=t.transformPoint({x:d,y:f}),s.push(new Cn({x:o,y:a,c1x:c,c1y:h,c2x:u,c2y:l,toX:d,toY:f}))}),{startPathX:e,startPathY:r,normalizedLines:s}}}getTotalLength(){const{normalizedLines:t}=this.updateTransform();return t.reduce((e,r)=>e+=r.length(),0)}getPointAtLength(t){const{normalizedLines:e}=this.updateTransform();let r=0;const s=e.length;for(let i=0;i<s;i++){const o=e[i],a=o.length();if(r+a>=t)return o.getPointAtSegmentLength(t-r);r+=a}return e[s-1].getPointAtSegmentLength(1)}interpolate(t){const{startPathX:e,startPathY:r,normalizedLines:s}=this.updateTransform(),i=s.length;if(i===0)return{x:e,y:r};if(i===1)return s[0].interpolate(t);{let o=t*i,a=s[0];if(o--,o>1)for(let c=1;c<i&&(a=s[c],o>1);c++)o-=1;return a.interpolate(o)}}getSubpath(t,e){if(this.getTotalLength()-e<1e-6)return this.getSubpathsAtLength(this,t);{const r=this.getSubpathsAtLength(this,e,1);return t?this.getSubpathsAtLength(r,t):r}}getSubpathsAtLength(t,e,r){const{startPathX:s,startPathY:i,normalizedLines:o}=t.updateTransform();let a=null,c=0;const h=new pn;h.prevPathX=h.startPathX=s,h.prevPathY=h.startPathY=i;for(let u=0,l=o.length;u<l;u++){const d=o[u],f=d.length();if(c+f>e&&!a){const p=d.getPointAtSegmentLength(e-c);if(h.appendLine(new Cn({c1x:p.start.x,c1y:p.start.y,c2x:p.m.x,c2y:p.m.y,toX:p.x,toY:p.y})),r)return h;a=h,h.appendLine(new Cn({c1x:p.n.x,c1y:p.n.y,c2x:p.end.x,c2y:p.end.y,toX:d.x,toY:d.y})),c+=f;continue}c+=f,h.appendLine(d)}return h}closestPoint(t,e){const r=this.getTotalLength();let s={x:t,y:e},i=0,o=1/0,a=8;for(let h=0;h<=r;h+=a){const u=this.getPointAtLength(h),l=Math.pow(Sn(u.x,u.y,t,e),2);l<o&&(s=u,i=h,o=l)}for(a/=2;a>.5;){const h=i-a,u=this.getPointAtLength(h),l=Math.pow(Sn(u.x,u.y,t,e),2),d=i+a,f=this.getPointAtLength(d),p=Math.pow(Sn(f.x,f.y,t,e),2);h>=0&&l<o?(s=u,i=h,o=l):d<=r&&p<o?(s=f,i=d,o=p):a/=2}const c=this.getPointAtLength(i+(i===r?-.1:.1));return{point:s,rotation:i>=r?ge(c.x,c.y,s.x,s.y):ge(s.x,s.y,c.x,c.y),distance:Math.sqrt(o)}}get polymorphPoints(){const{startPathX:t,startPathY:e,normalizedLines:r}=this.updateTransform();return[t,e].concat(r.reduce((s,i)=>s.concat([i.c1x,i.c1y,i.c2x,i.c2y,i.toX,i.toY]),[]))}perimeterPoints(){const t=this.polymorphPoints,e=t.length;let r=t[e-2],s=t[e-1],i=0;for(let o=0;o<e;o+=6)i+=Sn(t[o],t[o+1],r,s),r=t[o],s=t[o+1];return Math.floor(i)}expendFill(t){const e=this.polymorphPoints,r=e.length;let s=t-r;const i=Math.ceil(t/r),o=[];o.push(["M",e[0],e[1]]);let a=2;for(;a+5<=r-1;){const c=e[a++],h=e[a++],u=e[a++],l=e[a++],d=e[a++],f=e[a++];o.push(["C",c,h,u,l,d,f]);let p=0;for(;p<i&&s>0;)o.push(["C",d,f,d,f,d,f]),s-=6,p++}return o}static mixPoints(t,e,r){const s=t.length,i=new Array(s);for(let o=0;o<s;o++)i[o]=tt(t[o]+(e[o]-t[o])*r,6);return i}static getPathInterpolator(t,e){return r=>Math.abs(r-0)<Number.EPSILON?t:Math.abs(r-1)<Number.EPSILON?e:pn.fromPolymorphPoints(pn.mixPoints(new pn({d:t}).polymorphPoints,new pn({d:e}).polymorphPoints,r)).toSVGPathData()}};class Zr{static _nextId=0;static nextId(){return Zr._nextId++}}const G={Linear:{None:function(n){return n}},Ease:{In:function(n){return Math.pow(n,1.7)}},Quadratic:{In:function(n){return n*n},Out:function(n){return n*(2-n)},InOut:function(n){return(n*=2)<1?.5*n*n:-.5*(--n*(n-2)-1)},style:"cubic-bezier(0.25, 0.46, 0.45, 0.94)"},Cubic:{In:function(n){return n*n*n},Out:function(n){return--n*n*n+1},InOut:function(n){return(n*=2)<1?.5*n*n*n:.5*((n-=2)*n*n+2)}},Quartic:{In:function(n){return n*n*n*n},Out:function(n){return 1- --n*n*n*n},InOut:function(n){return(n*=2)<1?.5*n*n*n*n:-.5*((n-=2)*n*n*n-2)}},Quintic:{In:function(n){return n*n*n*n*n},Out:function(n){return--n*n*n*n*n+1},InOut:function(n){return(n*=2)<1?.5*n*n*n*n*n:.5*((n-=2)*n*n*n*n+2)}},Sinusoidal:{In:function(n){return 1-Math.sin((1-n)*Math.PI/2)},Out:function(n){return Math.sin(n*Math.PI/2)},InOut:function(n){return .5*(1-Math.sin(Math.PI*(.5-n)))}},Exponential:{In:function(n){return n===0?0:Math.pow(1024,n-1)},Out:function(n){return n===1?1:1-Math.pow(2,-10*n)},InOut:function(n){return n===0?0:n===1?1:(n*=2)<1?.5*Math.pow(1024,n-1):.5*(-Math.pow(2,-10*(n-1))+2)}},Circular:{In:function(n){return 1-Math.sqrt(1-n*n)},Out:function(n){return Math.sqrt(1- --n*n)},InOut:function(n){return(n*=2)<1?-.5*(Math.sqrt(1-n*n)-1):.5*(Math.sqrt(1-(n-=2)*n)+1)},style:"cubic-bezier(0.1, 0.57, 0.1, 1)"},Elastic:{In:function(n){return n===0?0:n===1?1:-Math.pow(2,10*(n-1))*Math.sin((n-1.1)*5*Math.PI)},Out:function(n){return n===0?0:n===1?1:Math.pow(2,-10*n)*Math.sin((n-.1)*5*Math.PI)+1},InOut:function(n){return n===0?0:n===1?1:(n*=2,n<1?-.5*Math.pow(2,10*(n-1))*Math.sin((n-1.1)*5*Math.PI):.5*Math.pow(2,-10*(n-1))*Math.sin((n-1.1)*5*Math.PI)+1)}},Back:{In:function(n){return n===1?1:n*n*((1.70158+1)*n-1.70158)},Out:function(n){return n===0?0:--n*n*((1.70158+1)*n+1.70158)+1},InOut:function(n){const t=2.5949095;return(n*=2)<1?.5*(n*n*((t+1)*n-t)):.5*((n-=2)*n*((t+1)*n+t)+2)},style:"cubic-bezier(0.175, 0.885, 0.32, 1.275)"},Bounce:{In:function(n){return 1-G.Bounce.Out(1-n)},Out:function(n){return n<1/2.75?7.5625*n*n:n<2/2.75?7.5625*(n-=1.5/2.75)*n+.75:n<2.5/2.75?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375},InOut:function(n){return n<.5?G.Bounce.In(n*2)*.5:G.Bounce.Out(n*2-1)*.5+.5}},generatePow:function(n=4){return n=n<Number.EPSILON?Number.EPSILON:n,n=n>1e4?1e4:n,{In:function(t){return t**n},Out:function(t){return 1-(1-t)**n},InOut:function(t){return t<.5?(t*2)**n/2:(1-(2-t*2)**n)/2+.5}}},random:function(n){return Math.random()},createStep:function(n){return function(t){return Math.floor(t*n)/n}},createNoisyEasing:function(n,t=.1){const e=1-t;return function(r){return t*Math.random()+e*n(r)}},swing:function(n){return n+Math.sin(n*Math.PI*2)/2},causeSeizures:function(n){return n+.2*Math.random()-.1}};function If(n){switch(n){case G.Quadratic.In:return G.Quadratic.Out;case G.Quadratic.Out:return G.Quadratic.In;case G.Quadratic.InOut:return G.Quadratic.InOut;case G.Cubic.In:return G.Cubic.Out;case G.Cubic.Out:return G.Cubic.In;case G.Cubic.InOut:return G.Cubic.InOut;case G.Quartic.In:return G.Quartic.Out;case G.Quartic.Out:return G.Quartic.In;case G.Quartic.InOut:return G.Quartic.InOut;case G.Quintic.In:return G.Quintic.Out;case G.Quintic.Out:return G.Quintic.In;case G.Quintic.InOut:return G.Quintic.InOut;case G.Sinusoidal.In:return G.Sinusoidal.Out;case G.Sinusoidal.Out:return G.Sinusoidal.In;case G.Sinusoidal.InOut:return G.Sinusoidal.InOut;case G.Exponential.In:return G.Exponential.Out;case G.Exponential.Out:return G.Exponential.In;case G.Exponential.InOut:return G.Exponential.InOut;case G.Circular.In:return G.Circular.Out;case G.Circular.Out:return G.Circular.In;case G.Circular.InOut:return G.Circular.InOut;case G.Elastic.In:return G.Elastic.Out;case G.Elastic.Out:return G.Elastic.In;case G.Elastic.InOut:return G.Elastic.InOut;case G.Back.In:return G.Back.Out;case G.Back.Out:return G.Back.In;case G.Back.InOut:return G.Back.InOut;case G.Bounce.In:return G.Bounce.Out;case G.Bounce.Out:return G.Bounce.In;case G.Bounce.InOut:return G.Bounce.InOut;default:return n}}const Hw=4,Ww=.001,qw=1e-7,Jw=10,Qr=11,_i=1/(Qr-1),Kw=typeof Float32Array=="function";function Rf(n,t){return 1-3*t+3*n}function kf(n,t){return 3*t-6*n}function Lf(n){return 3*n}function Si(n,t,e){return((Rf(t,e)*n+kf(t,e))*n+Lf(t))*n}function Nf(n,t,e){return 3*Rf(t,e)*n*n+2*kf(t,e)*n+Lf(t)}function Zw(n,t,e,r,s){let i,o,a=0;do o=t+(e-t)/2,i=Si(o,r,s)-n,i>0?e=o:t=o;while(Math.abs(i)>qw&&++a<Jw);return o}function Qw(n,t,e,r){for(let s=0;s<Hw;++s){const i=Nf(t,e,r);if(i===0)return t;const o=Si(t,e,r)-n;t-=o/i}return t}function tv(n){return n}function rc(n,t,e,r){if(!(0<=n&&n<=1&&0<=e&&e<=1))throw new Error("bezier x values must be in [0, 1] range");if(n===t&&e===r)return tv;const s=Kw?new Float32Array(Qr):new Array(Qr);for(let o=0;o<Qr;++o)s[o]=Si(o*_i,n,e);function i(o){let a=0,c=1;const h=Qr-1;for(;c!==h&&s[c]<=o;++c)a+=_i;--c;const u=(o-s[c])/(s[c+1]-s[c]),l=a+u*_i,d=Nf(l,n,e);return d>=Ww?Qw(o,l,n,e):d===0?l:Zw(o,a,a+_i,n,e)}return o=>o===0||o===1?o:Si(i(o),t,r)}function sc(n){switch(n){case"linear":return[0,0,1,1];case"ease":return[.25,.1,.25,1];case"ease-in":return[.42,0,1,1];case"ease-in-out":return[.42,0,.58,1];case"ease-out":return[0,0,.58,1]}}function zf(n){const[t,e,r,s]=sc(n);return[1-r,1-s,1-t,1-e]}function ev(n){return rc(...sc(n))}function nv(n){return rc(...zf(n))}const en={Utils:{Linear:function(n,t,e){return(t-n)*e+n},Factorial:function(){const n=[1];return function(t){let e=1;if(n[t])return n[t];for(let r=t;r>1;r--)e*=r;return n[t]=e,e}}(),Bernstein:function(n,t){const e=en.Utils.Factorial;return e(n)/e(t)/e(n-t)},CatmullRom:function(n,t,e,r,s){const i=(e-n)*.5,o=(r-t)*.5,a=s*s,c=s*a;return(2*t-2*e+i+o)*c+(-3*t+3*e-2*i-o)*a+i*s+t},QuadraticBezier:(n,t,e,r)=>{const s=1-r;return s*s*n+2*s*r*t+r*r*e},CubicBezier:(n,t,e,r,s)=>{const i=1-s;return i*i*i*n+3*i*i*s*t+3*i*s*s*e+s*s*s*r}},Linear:function(n,t){const e=n.length-1,r=e*t,s=Math.floor(r),i=en.Utils.Linear;return t<0?i(n[0],n[1],r):t>1?i(n[e],n[e-1],e-r):i(n[s],n[s+1>e?e:s+1],r-s)},Bezier:function(n,t){let e=0;const r=n.length-1,s=Math.pow,i=en.Utils.Bernstein;for(let o=0;o<=r;o++)e+=s(1-t,r-o)*s(t,o)*n[o]*i(r,o);return e},CatmullRom:function(n,t){const e=n.length-1;let r=e*t,s=Math.floor(r);const i=en.Utils.CatmullRom;return n[0]===n[e]?(t<0&&(s=Math.floor(r=e*(1+t))),i(n[(s-1+e)%e],n[s],n[(s+1)%e],n[(s+2)%e],r-s)):t<0?n[0]-(i(n[0],n[0],n[1],n[1],-r)-n[0]):t>1?n[e]-(i(n[e],n[e],n[e-1],n[e-1],r-e)-n[e]):i(n[s?s-1:0],n[s],n[e<s+1?e:s+1],n[e<s+2?e:s+2],r-s)}};class Ff{_tweens={};_tweensAddedDuringUpdate={};getAll(){return Object.keys(this._tweens).map(t=>this._tweens[t])}removeAll(){this._tweens={}}add(t){this._tweens[t.getId()]=t,this._tweensAddedDuringUpdate[t.getId()]=t}remove(t){delete this._tweens[t.getId()],delete this._tweensAddedDuringUpdate[t.getId()]}update(t=Dt(),e=!1){const r=Object.keys(this._tweens);for(let s=0;s<r.length;s++){const i=this._tweens[r[s]],o=!e;i&&i.update(t,o)===!1&&!e&&delete this._tweens[r[s]]}return!!Object.keys(this._tweens).length}}const Se=new Ff;class ic{constructor(t,e=Se){this._object=t,this._group=e}_id=Zr.nextId();_isPlaying=!1;_startTime=0;_delayTime=0;_durationTime=1e3;_isPaused=!1;_pauseStartTime=0;_initialRepeat=0;_repeat=0;_repeatDelayTime;_yoyo=!1;_reversed=!1;_valuesStart={};_valuesEnd={};_valuesStartRepeat={};_easingFunction=G.Linear.None;_interpolationFunction=en.Linear;_chainedTweens=[];_isChainStopped=!1;_onStartCallback;_onStartCallbackFired=!1;_onEveryStartCallback;_onEveryStartCallbackFired=!1;_onUpdateCallback;_onRepeatCallback;_onCompleteCallback;_onStopCallback;_goToEnd=!1;getId(){return this._id}isPlaying(){return this._isPlaying}isPaused(){return this._isPaused}to(t,e){return this._valuesEnd=Object.create(t),e!==void 0&&(this._durationTime=e),this}duration(t=1e3){return this._durationTime=t,this}start(t=Dt()){if(this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(const e in this._valuesStartRepeat)this._swapEndStartRepeatValues(e),this._valuesStart[e]=this._valuesStartRepeat[e]}return this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat),this}_setupProperties(t,e,r,s){for(const i in r){const o=t[i],a=Array.isArray(o),c=a?"array":typeof o,h=!a&&Array.isArray(r[i]);if(!(c==="undefined"||c==="function")){if(h){let u=r[i];if(u.length===0)continue;u=u.map(this._handleRelativeValue.bind(this,o)),r[i]=[o].concat(u)}if((c==="object"||a)&&o&&!h){e[i]=a?[]:{};for(const u in o)e[i][u]=o[u];s[i]=a?[]:{},this._setupProperties(o,e[i],r[i],s[i])}else typeof e[i]>"u"&&(e[i]=o),a||(e[i]*=1),h?s[i]=r[i].slice().reverse():s[i]=e[i]||0}}}stop(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this}end(){return this._goToEnd=!0,this.update(1/0),this}pause(t=Dt()){return this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStartTime=t,this._group&&this._group.remove(this),this)}resume(t=Dt()){return!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=t-this._pauseStartTime,this._pauseStartTime=0,this._group&&this._group.add(this),this)}stopChainedTweens(){for(let t=0,e=this._chainedTweens.length;t<e;t++)this._chainedTweens[t].stop();return this}group(t=Se){return this._group=t,this}delay(t=0){return this._delayTime=t,this}repeat(t=0){return this._initialRepeat=t,this._repeat=t,this}repeatDelay(t){return this._repeatDelayTime=t,this}yoyo(t=!1){return this._yoyo=t,this}easing(t=G.Linear.None){return this._easingFunction=t,this}interpolation(t=en.Linear){return this._interpolationFunction=t,this}chain(...t){return this._chainedTweens=t,this}onStart(t){return this._onStartCallback=t,this}onEveryStart(t){return this._onEveryStartCallback=t,this}onUpdate(t){return this._onUpdateCallback=t,this}onRepeat(t){return this._onRepeatCallback=t,this}onComplete(t){return this._onCompleteCallback=t,this}onStop(t){return this._onStopCallback=t,this}update(t=Dt(),e=!0){if(this._isPaused)return!0;let r,s;const i=this._startTime+this._durationTime;if(!this._goToEnd&&!this._isPlaying){if(t>i)return!1;e&&this.start(t)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0),s=(t-this._startTime)/this._durationTime,s=this._durationTime===0||s>1?1:s;const o=this._easingFunction(s);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,o),this._onUpdateCallback&&this._onUpdateCallback(this._object,s),s===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(r in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[r]=="string"&&(this._valuesStartRepeat[r]=this._valuesStartRepeat[r]+parseFloat(this._valuesEnd[r])),this._yoyo&&this._swapEndStartRepeatValues(r),this._valuesStart[r]=this._valuesStartRepeat[r];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=t+this._repeatDelayTime:this._startTime=t+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(let a=0,c=this._chainedTweens.length;a<c;a++)this._chainedTweens[a].start(this._startTime+this._durationTime);return this._isPlaying=!1,!1}return!0}_updateProperties(t,e,r,s){for(const i in r){if(e[i]===void 0)continue;const o=e[i]||0;let a=r[i];const c=Array.isArray(t[i]),h=Array.isArray(a);!c&&h?t[i]=this._interpolationFunction(a,s):typeof a=="object"&&a?this._updateProperties(t[i],o,a,s):(a=this._handleRelativeValue(o,a),typeof a=="number"&&(t[i]=o+(a-o)*s))}}_handleRelativeValue(t,e){return typeof e!="string"?e:e.charAt(0)==="+"||e.charAt(0)==="-"?t+parseFloat(e):parseFloat(e)}_swapEndStartRepeatValues(t){const e=this._valuesStartRepeat[t],r=this._valuesEnd[t];typeof r=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(r):this._valuesStartRepeat[t]=r,this._valuesEnd[t]=e}}const rv=Zr.nextId,sv=Se.getAll.bind(Se),iv=Se.removeAll.bind(Se),ov=Se.add.bind(Se),av=Se.remove.bind(Se),cv=Se.update.bind(Se),hv={now:Dt,Sequence:Zr,Easing:G,Interpolation:en,Group:Ff,Tween:ic,nextId:rv,getAll:sv,removeAll:iv,add:ov,remove:av,update:cv};class oc{autoStart;startTime;oldTime;elapsedTime;running;constructor(t=!0){this.autoStart=t,this.startTime=0,this.oldTime=0,this.elapsedTime=0,this.running=!1}start(){this.startTime=Dt(),this.oldTime=this.startTime,this.elapsedTime=0,this.running=!0}stop(){this.getElapsedTime(),this.running=!1,this.autoStart=!1}getElapsedTime(){return this.getDelta(),this.elapsedTime}getDelta(){let t=0;if(this.autoStart&&!this.running)return this.start(),0;if(this.running){const e=Dt();t=e-this.oldTime,this.oldTime=e,this.elapsedTime+=t}return t}}class ts{tweens=[];frameDuration;onGroupStart;onGroupComplete;constructor(t){this.frameDuration=t?.frameDuration||1e3,this.onGroupStart=t?.onGroupStart,this.onGroupComplete=t?.onGroupComplete}get count(){return this.tweens.length}clear(){this.tweens=[]}sort(t=!1){a1(this.tweens,(e,r)=>t?e.delay>r.delay:e.delay<=r.delay)}cloneTweens(t=this.tweens){const e=[];return t.forEach(r=>{const s={...r};delete s.tween,s.fromValues={...s.fromValues},s.toValues={...s.toValues},e.push(s)}),e}addTween(t,e,r){const s={fromValues:t,toValues:e,frames:typeof r?.frames=="number"?r.frames:1,delay:typeof r?.delay=="number"?r.delay:this.tweens.length,easeFunction:r?.easeFunction||G.Linear.None,interpolationFunction:r?.interpolationFunction||en.Linear,repeat:typeof r?.repeat=="number"?r.repeat:0,yoyo:r?.yoyo||!1,onStart:r?.onStart||(()=>{}),onUpdate:r?.onUpdate||(()=>{}),onComplete:r?.onComplete||(()=>{})};return this.tweens.push(s),this}cancelRequestAnimationCycle=()=>{};runTweens(t){this.cancelRequestAnimationCycle();const e=new oc,r=this.frameDuration;return new Promise(s=>{this.onGroupStart?.(),this.cancelRequestAnimationCycle=Xg(i=>{if(!this.isPaused){const a=Math.max(0,i-this.pausedDuration),c=Math.max(0,e.getElapsedTime()-this.pausedDuration);t.filter(h=>h.delay*r<=c).forEach(h=>{h.tween||(h.tween=new ic({...h.fromValues}).to({...h.toValues},h.frames*r).easing(h.easeFunction).interpolation(h.interpolationFunction).repeat(h.repeat).yoyo(h.yoyo).onStart(h.onStart).onUpdate(h.onUpdate).onComplete(h.onComplete),h.tween.start(a)),(h.delay+h.frames*(h.repeat+1))*r>c?h.tween.update(a):(h.tween.isPlaying()&&h.tween.end(),Su(t,h))})}const o=!!t.length;return o||(this.onGroupComplete?.(),s()),o})})}isPaused=!1;pausedClock=new oc;pausedDuration=0;play(t=this.cloneTweens(this.tweens)){this.isPaused=!1,this.pausedDuration=0,this.runTweens(t)}reverse(){const t=this.cloneTweens(this.tweens);let e=0;t.forEach(r=>{e=Math.max(e,r.delay+r.frames),r.easeFunction=If(r.easeFunction);const s={...r.toValues};r.toValues={...r.fromValues},r.fromValues={...s}}),t.forEach(r=>{r.delay=e-r.frames}),this.play(t)}pause(){this.pausedClock.start(),this.isPaused=!0}resume(){this.pausedDuration+=this.pausedClock.getElapsedTime(),this.pausedClock.stop(),this.isPaused=!1}}var ac={exports:{}},rt={};/**
|
|
29
|
+
`,t}function Tm(n){const t=[];for(let e=0,s=nl.length;e<s;e++){const i=qt(nl[e]+n);t.push(i)}return t}function Mi(n,t,e){const s=Sl(n);return s.props.style=s.props.style||{},t?s.props.style[t]||s.props.style[id(t)]||s.props.style[qt(t)]||"":s.props.style}function Us(n,t,e){Sa(n,s=>{s.props.style=s.props.style||{},typeof t=="string"&&e?s.props.style[t]=e:t instanceof Object&&Object.keys(t).forEach(i=>{s.props.style[i]=t[i]})}),_l()}function th(n,t=!1){const e={};if(!t)if(getComputedStyle){const s=getComputedStyle(n);for(let i=0,r=s.length;i<r;i++){const o=s[i];e[o]=s.getPropertyValue(o)}}else{const s=n.style||n.currentStyle;for(const i in s)Object.prototype.hasOwnProperty.call(s,i)&&(e[i]=s[i])}return n.style.cssText&&n.style.cssText.split(";").filter(s=>!!s).forEach(s=>{const[i,r]=s.split(":").map(o=>o.trim());i&&r&&(e[i]=r)}),e}function f2(n,t){const e=Tm(t),s=e.length;let i="";for(let r=0;r<s;r++){const o=e[r];if(i=n[o]||"",i)return i}return i}function d2(n,t,e){const s=Tm(t),i=s.length;let r="";for(let o=0;o<i;o++){const a=s[o];if(r="style"in n&&n.style[a]||"currentStyle"in n&&n.currentStyle[a]||"",r)return r}if(getComputedStyle){const o=getComputedStyle(n,e);for(let a=0;a<i;a++){const c=s[a];if(r=o.getPropertyValue(c).trim(),r)return r}}return r}function Di(n,t,e){if(t)if(typeof t=="string"&&e)try{n.style.setProperty(t,e.replace(/!important/i,""),e.toLowerCase().includes("!important")?"important":"")}catch{n.style[t]=e}else t instanceof Object&&Object.keys(t).forEach(s=>{Di(n,s,t[s])})}function eh(n,t){typeof t=="string"?n.style.removeProperty(qt(t)):Object.keys(t).forEach(e=>{eh(n,e)})}function Cm(n,t){let e;if(typeof t=="string"){const s=document.querySelector(t)?.shadowRoot;s?e=s:e=document.querySelector(t)}else e=t||document.getElementsByTagName("head")[0];if(e){const s=document.createElement("style");return s.innerHTML=n,e.appendChild(s),()=>{(e instanceof HTMLElement||e instanceof ShadowRoot)&&e.removeChild(s)}}else{const s=document.styleSheets[0].insertRule(n);return()=>{document.styleSheets[0].deleteRule(s)}}}class m2{selector;name;value;constructor(t,e,s){this.selector=t,this.name=e,this.value=s}toString(){return`${this.selector} { ${this.name}: ${this.value} }`}}class p2{propertyName;values=[];constructor(t){this.propertyName=t}add(t,e){this.values.push(new m2(t,this.propertyName,e))}}async function Pm(){const n=[],t=document.querySelectorAll("style, link");for(let e=0,s=t.length;e<s;e++){const i=t[e];let r=i.innerHTML;switch(i.nodeName.toLowerCase()){case"style":break;case"link":r=await Em(i.href,{method:"GET",responseType:"text"});break}r=r.replace(/\/\/.+?(?=\n|\r|$)|\/\*[\s\S]+?\*\//g,"").replace(/@[^{};]*;|@[^{};]*\{[^}]*\}/g,"").replace(/[\\n\n]+(?<=[\\n\n]+)\s+/g,""),n.push(r)}return n}async function g2(){const n={},t=await Pm();for(let e=0,s=t.length;e<s;e++){const r=t[e].match(/[^{]*{[^}]*}/g);if(r)for(let o=0,a=r.length;o<a;o++){const c=r[o].split(/[{}]/g),h=c[0].trim(),l=c[1].split(";");for(let f=0;f<l.length;f++)if(l[f].trim()!=""){const d=l[f].split(":"),p=d[0].trim().toLowerCase(),m=d[1];n[p]||(n[p]=new p2(p)),m&&n[p].add(h,m.trim())}}}return n}function Fn(n,t,e){if(t===void 0&&e===void 0)return nh(n);if(typeof t=="string"&&e===void 0)return Am(n,t);typeof t=="object"?Sa(n,s=>{for(const i in t)i=="style"?Us(n,i,t[i]):Object.prototype.hasOwnProperty.call(t,i)&&(s.props[i]=""+t[i])}):typeof t=="string"&&typeof e=="string"&&(t=="style"?Us(n,t,e):Sa(n,s=>{s.props[t]=""+e})),_l()}function nh(n){const t={};for(let e=0,s=n.attributes,i=s.length;e<i;e++){const r=s[e];r.nodeName&&r.nodeValue&&(r.nodeName==="style"?t[r.nodeName]=th(n,!0):t[r.nodeName]=r.nodeValue)}return t}function Am(n,t){return t==="style"?th(n,!0):n.getAttribute(qt(t))}function ps(n,t,e){return n.setAttribute(qt(t),""+e)}function y2(n,t){t.split(/[,\s]+/i).forEach(e=>{const s=qt(e.trim());s!=""&&n.removeAttribute(s)})}function Mm(n,t){for(const e in t){const s=t[e];switch(e){case"fill":s!=="none"&&(n.fillStyle=s);break;case"stroke":s!=="none"&&(n.strokeStyle=s);break;case"stroke-width":case"strokeWidth":n.lineWidth=Number(s);break;case"stroke-linecap":case"strokeLinecap":n.lineCap=s;break;case"stroke-linejoin":case"strokeLinejoin":switch(s){case"round":case"bevel":case"miter":n.lineJoin=s;break;default:n.lineJoin="miter";break}break;case"stroke-miterlimit":case"strokeMiterlimit":n.miterLimit=Number(s);break;case"stroke-opacity":case"strokeOpacity":break;case"stroke-dashoffset":case"strokeDashoffset":n.lineDashOffset=Number(s);break;case"stroke-dasharray":case"strokeDasharray":typeof s=="string"&&n.setLineDash(s.split(/\s+/).map(i=>Number(i)));break;case"cursor":break;case"font":typeof s=="string"&&(n.font=s);break;case"font-size":case"fontSize":n.font+=` ${s}`;break;case"font-family":case"fontFamily":n.font+=` ${s}`;break;case"font-weight":case"fontWeight":break;case"font-style":case"fontStyle":break;case"text-anchor":case"textAnchor":switch(s){case"middle":n.textAlign="center";break;case"end":n.textAlign="end";break;case"start":n.textAlign="start";break}break;case"alignment-baseline":case"alignmentBaseline":switch(s){case"middle":case"bottom":case"top":case"alphabetic":case"hanging":case"ideographic":n.textBaseline=s;break;default:n.textBaseline="alphabetic";break}break}}}var sh=function(n,t){return sh=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,s){e.__proto__=s}||function(e,s){for(var i in s)Object.prototype.hasOwnProperty.call(s,i)&&(e[i]=s[i])},sh(n,t)};function tn(n,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");sh(n,t);function e(){this.constructor=n}n.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}function v2(n,t,e,s){function i(r){return r instanceof e?r:new e(function(o){o(r)})}return new(e||(e=Promise))(function(r,o){function a(u){try{h(s.next(u))}catch(l){o(l)}}function c(u){try{h(s.throw(u))}catch(l){o(l)}}function h(u){u.done?r(u.value):i(u.value).then(a,c)}h((s=s.apply(n,t||[])).next())})}function Dm(n,t){var e={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},s,i,r,o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=a(0),o.throw=a(1),o.return=a(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(h){return function(u){return c([h,u])}}function c(h){if(s)throw new TypeError("Generator is already executing.");for(;o&&(o=0,h[0]&&(e=0)),e;)try{if(s=1,i&&(r=h[0]&2?i.return:h[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,h[1])).done)return r;switch(i=0,r&&(h=[h[0]&2,r.value]),h[0]){case 0:case 1:r=h;break;case 4:return e.label++,{value:h[1],done:!1};case 5:e.label++,i=h[1],h=[0];continue;case 7:h=e.ops.pop(),e.trys.pop();continue;default:if(r=e.trys,!(r=r.length>0&&r[r.length-1])&&(h[0]===6||h[0]===2)){e=0;continue}if(h[0]===3&&(!r||h[1]>r[0]&&h[1]<r[3])){e.label=h[1];break}if(h[0]===6&&e.label<r[1]){e.label=r[1],r=h;break}if(r&&e.label<r[2]){e.label=r[2],e.ops.push(h);break}r[2]&&e.ops.pop(),e.trys.pop();continue}h=t.call(n,e)}catch(u){h=[6,u],i=0}finally{s=r=0}if(h[0]&5)throw h[1];return{value:h[0]?h[1]:void 0,done:!0}}}function gs(n){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&n[t],s=0;if(e)return e.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&s>=n.length&&(n=void 0),{value:n&&n[s++],done:!n}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function vn(n,t){var e=typeof Symbol=="function"&&n[Symbol.iterator];if(!e)return n;var s=e.call(n),i,r=[],o;try{for(;(t===void 0||t-- >0)&&!(i=s.next()).done;)r.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(e=s.return)&&e.call(s)}finally{if(o)throw o.error}}return r}function Bn(n,t,e){if(e||arguments.length===2)for(var s=0,i=t.length,r;s<i;s++)(r||!(s in t))&&(r||(r=Array.prototype.slice.call(t,0,s)),r[s]=t[s]);return n.concat(r||Array.prototype.slice.call(t))}function Ys(n){return this instanceof Ys?(this.v=n,this):new Ys(n)}function b2(n,t,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var s=e.apply(n,t||[]),i,r=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",o),i[Symbol.asyncIterator]=function(){return this},i;function o(d){return function(p){return Promise.resolve(p).then(d,l)}}function a(d,p){s[d]&&(i[d]=function(m){return new Promise(function(y,g){r.push([d,m,y,g])>1||c(d,m)})},p&&(i[d]=p(i[d])))}function c(d,p){try{h(s[d](p))}catch(m){f(r[0][3],m)}}function h(d){d.value instanceof Ys?Promise.resolve(d.value.v).then(u,l):f(r[0][2],d)}function u(d){c("next",d)}function l(d){c("throw",d)}function f(d,p){d(p),r.shift(),r.length&&c(r[0][0],r[0][1])}}function w2(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=n[Symbol.asyncIterator],e;return t?t.call(n):(n=typeof gs=="function"?gs(n):n[Symbol.iterator](),e={},s("next"),s("throw"),s("return"),e[Symbol.asyncIterator]=function(){return this},e);function s(r){e[r]=n[r]&&function(o){return new Promise(function(a,c){o=n[r](o),i(a,c,o.done,o.value)})}}function i(r,o,a,c){Promise.resolve(c).then(function(h){r({value:h,done:a})},o)}}typeof SuppressedError=="function"&&SuppressedError;function Tt(n){return typeof n=="function"}function ih(n){var t=function(s){Error.call(s),s.stack=new Error().stack},e=n(t);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var rh=ih(function(n){return function(e){n(this),this.message=e?e.length+` errors occurred during unsubscription:
|
|
30
|
+
`+e.map(function(s,i){return i+1+") "+s.toString()}).join(`
|
|
31
|
+
`):"",this.name="UnsubscriptionError",this.errors=e}});function Ri(n,t){if(n){var e=n.indexOf(t);0<=e&&n.splice(e,1)}}var Gs=function(){function n(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return n.prototype.unsubscribe=function(){var t,e,s,i,r;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=gs(o),c=a.next();!c.done;c=a.next()){var h=c.value;h.remove(this)}}catch(m){t={error:m}}finally{try{c&&!c.done&&(e=a.return)&&e.call(a)}finally{if(t)throw t.error}}else o.remove(this);var u=this.initialTeardown;if(Tt(u))try{u()}catch(m){r=m instanceof rh?m.errors:[m]}var l=this._finalizers;if(l){this._finalizers=null;try{for(var f=gs(l),d=f.next();!d.done;d=f.next()){var p=d.value;try{Im(p)}catch(m){r=r??[],m instanceof rh?r=Bn(Bn([],vn(r)),vn(m.errors)):r.push(m)}}}catch(m){s={error:m}}finally{try{d&&!d.done&&(i=f.return)&&i.call(f)}finally{if(s)throw s.error}}}if(r)throw new rh(r)}},n.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)Im(t);else{if(t instanceof n){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},n.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},n.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},n.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Ri(e,t)},n.prototype.remove=function(t){var e=this._finalizers;e&&Ri(e,t),t instanceof n&&t._removeParent(this)},n.EMPTY=function(){var t=new n;return t.closed=!0,t}(),n}(),Rm=Gs.EMPTY;function Om(n){return n instanceof Gs||n&&"closed"in n&&Tt(n.remove)&&Tt(n.add)&&Tt(n.unsubscribe)}function Im(n){Tt(n)?n():n.unsubscribe()}var km={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},oh={setTimeout:function(n,t){for(var e=[],s=2;s<arguments.length;s++)e[s-2]=arguments[s];var i=oh.delegate;return i?.setTimeout?i.setTimeout.apply(i,Bn([n,t],vn(e))):setTimeout.apply(void 0,Bn([n,t],vn(e)))},clearTimeout:function(n){var t=oh.delegate;return(t?.clearTimeout||clearTimeout)(n)},delegate:void 0};function Lm(n){oh.setTimeout(function(){throw n})}function Oi(){}function mo(n){n()}var ah=function(n){tn(t,n);function t(e){var s=n.call(this)||this;return s.isStopped=!1,e?(s.destination=e,Om(e)&&e.add(s)):s.destination=E2,s}return t.create=function(e,s,i){return new Xs(e,s,i)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Gs),x2=Function.prototype.bind;function ch(n,t){return x2.call(n,t)}var S2=function(){function n(t){this.partialObserver=t}return n.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(s){po(s)}},n.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(s){po(s)}else po(t)},n.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){po(e)}},n}(),Xs=function(n){tn(t,n);function t(e,s,i){var r=n.call(this)||this,o;if(Tt(e)||!e)o={next:e??void 0,error:s??void 0,complete:i??void 0};else{var a;r&&km.useDeprecatedNextContext?(a=Object.create(e),a.unsubscribe=function(){return r.unsubscribe()},o={next:e.next&&ch(e.next,a),error:e.error&&ch(e.error,a),complete:e.complete&&ch(e.complete,a)}):o=e}return r.destination=new S2(o),r}return t}(ah);function po(n){Lm(n)}function _2(n){throw n}var E2={closed:!0,next:Oi,error:_2,complete:Oi},hh=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function ys(n){return n}function T2(n){return n.length===0?ys:n.length===1?n[0]:function(e){return n.reduce(function(s,i){return i(s)},e)}}var Nt=function(){function n(t){t&&(this._subscribe=t)}return n.prototype.lift=function(t){var e=new n;return e.source=this,e.operator=t,e},n.prototype.subscribe=function(t,e,s){var i=this,r=P2(t)?t:new Xs(t,e,s);return mo(function(){var o=i,a=o.operator,c=o.source;r.add(a?a.call(r,c):c?i._subscribe(r):i._trySubscribe(r))}),r},n.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},n.prototype.forEach=function(t,e){var s=this;return e=Vm(e),new e(function(i,r){var o=new Xs({next:function(a){try{t(a)}catch(c){r(c),o.unsubscribe()}},error:r,complete:i});s.subscribe(o)})},n.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},n.prototype[hh]=function(){return this},n.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return T2(t)(this)},n.prototype.toPromise=function(t){var e=this;return t=Vm(t),new t(function(s,i){var r;e.subscribe(function(o){return r=o},function(o){return i(o)},function(){return s(r)})})},n.create=function(t){return new n(t)},n}();function Vm(n){var t;return(t=n??km.Promise)!==null&&t!==void 0?t:Promise}function C2(n){return n&&Tt(n.next)&&Tt(n.error)&&Tt(n.complete)}function P2(n){return n&&n instanceof ah||C2(n)&&Om(n)}function A2(n){return Tt(n?.lift)}function ue(n){return function(t){if(A2(t))return t.lift(function(e){try{return n(e,this)}catch(s){this.error(s)}});throw new TypeError("Unable to lift unknown Observable type")}}function $t(n,t,e,s,i){return new M2(n,t,e,s,i)}var M2=function(n){tn(t,n);function t(e,s,i,r,o,a){var c=n.call(this,e)||this;return c.onFinalize=o,c.shouldUnsubscribe=a,c._next=s?function(h){try{s(h)}catch(u){e.error(u)}}:n.prototype._next,c._error=r?function(h){try{r(h)}catch(u){e.error(u)}finally{this.unsubscribe()}}:n.prototype._error,c._complete=i?function(){try{i()}catch(h){e.error(h)}finally{this.unsubscribe()}}:n.prototype._complete,c}return t.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var s=this.closed;n.prototype.unsubscribe.call(this),!s&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},t}(ah),D2=ih(function(n){return function(){n(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),bn=function(n){tn(t,n);function t(){var e=n.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return t.prototype.lift=function(e){var s=new Nm(this,this);return s.operator=e,s},t.prototype._throwIfClosed=function(){if(this.closed)throw new D2},t.prototype.next=function(e){var s=this;mo(function(){var i,r;if(s._throwIfClosed(),!s.isStopped){s.currentObservers||(s.currentObservers=Array.from(s.observers));try{for(var o=gs(s.currentObservers),a=o.next();!a.done;a=o.next()){var c=a.value;c.next(e)}}catch(h){i={error:h}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}}})},t.prototype.error=function(e){var s=this;mo(function(){if(s._throwIfClosed(),!s.isStopped){s.hasError=s.isStopped=!0,s.thrownError=e;for(var i=s.observers;i.length;)i.shift().error(e)}})},t.prototype.complete=function(){var e=this;mo(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var s=e.observers;s.length;)s.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(e){return this._throwIfClosed(),n.prototype._trySubscribe.call(this,e)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var s=this,i=this,r=i.hasError,o=i.isStopped,a=i.observers;return r||o?Rm:(this.currentObservers=null,a.push(e),new Gs(function(){s.currentObservers=null,Ri(a,e)}))},t.prototype._checkFinalizedStatuses=function(e){var s=this,i=s.hasError,r=s.thrownError,o=s.isStopped;i?e.error(r):o&&e.complete()},t.prototype.asObservable=function(){var e=new Nt;return e.source=this,e},t.create=function(e,s){return new Nm(e,s)},t}(Nt),Nm=function(n){tn(t,n);function t(e,s){var i=n.call(this)||this;return i.destination=e,i.source=s,i}return t.prototype.next=function(e){var s,i;(i=(s=this.destination)===null||s===void 0?void 0:s.next)===null||i===void 0||i.call(s,e)},t.prototype.error=function(e){var s,i;(i=(s=this.destination)===null||s===void 0?void 0:s.error)===null||i===void 0||i.call(s,e)},t.prototype.complete=function(){var e,s;(s=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||s===void 0||s.call(e)},t.prototype._subscribe=function(e){var s,i;return(i=(s=this.source)===null||s===void 0?void 0:s.subscribe(e))!==null&&i!==void 0?i:Rm},t}(bn),go=function(n){tn(t,n);function t(e){var s=n.call(this)||this;return s._value=e,s}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(e){var s=n.prototype._subscribe.call(this,e);return!s.closed&&e.next(this._value),s},t.prototype.getValue=function(){var e=this,s=e.hasError,i=e.thrownError,r=e._value;if(s)throw i;return this._throwIfClosed(),r},t.prototype.next=function(e){n.prototype.next.call(this,this._value=e)},t}(bn),uh={now:function(){return(uh.delegate||Date).now()},delegate:void 0},R2=function(n){tn(t,n);function t(e,s,i){e===void 0&&(e=1/0),s===void 0&&(s=1/0),i===void 0&&(i=uh);var r=n.call(this)||this;return r._bufferSize=e,r._windowTime=s,r._timestampProvider=i,r._buffer=[],r._infiniteTimeWindow=!0,r._infiniteTimeWindow=s===1/0,r._bufferSize=Math.max(1,e),r._windowTime=Math.max(1,s),r}return t.prototype.next=function(e){var s=this,i=s.isStopped,r=s._buffer,o=s._infiniteTimeWindow,a=s._timestampProvider,c=s._windowTime;i||(r.push(e),!o&&r.push(a.now()+c)),this._trimBuffer(),n.prototype.next.call(this,e)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var s=this._innerSubscribe(e),i=this,r=i._infiniteTimeWindow,o=i._buffer,a=o.slice(),c=0;c<a.length&&!e.closed;c+=r?1:2)e.next(a[c]);return this._checkFinalizedStatuses(e),s},t.prototype._trimBuffer=function(){var e=this,s=e._bufferSize,i=e._timestampProvider,r=e._buffer,o=e._infiniteTimeWindow,a=(o?1:2)*s;if(s<1/0&&a<r.length&&r.splice(0,r.length-a),!o){for(var c=i.now(),h=0,u=1;u<r.length&&r[u]<=c;u+=2)h=u;h&&r.splice(0,h+1)}},t}(bn),O2=function(n){tn(t,n);function t(e,s){return n.call(this)||this}return t.prototype.schedule=function(e,s){return this},t}(Gs),yo={setInterval:function(n,t){for(var e=[],s=2;s<arguments.length;s++)e[s-2]=arguments[s];var i=yo.delegate;return i?.setInterval?i.setInterval.apply(i,Bn([n,t],vn(e))):setInterval.apply(void 0,Bn([n,t],vn(e)))},clearInterval:function(n){var t=yo.delegate;return(t?.clearInterval||clearInterval)(n)},delegate:void 0},I2=function(n){tn(t,n);function t(e,s){var i=n.call(this,e,s)||this;return i.scheduler=e,i.work=s,i.pending=!1,i}return t.prototype.schedule=function(e,s){var i;if(s===void 0&&(s=0),this.closed)return this;this.state=e;var r=this.id,o=this.scheduler;return r!=null&&(this.id=this.recycleAsyncId(o,r,s)),this.pending=!0,this.delay=s,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(o,this.id,s),this},t.prototype.requestAsyncId=function(e,s,i){return i===void 0&&(i=0),yo.setInterval(e.flush.bind(e,this),i)},t.prototype.recycleAsyncId=function(e,s,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return s;s!=null&&yo.clearInterval(s)},t.prototype.execute=function(e,s){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(e,s);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(e,s){var i=!1,r;try{this.work(e)}catch(o){i=!0,r=o||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),r},t.prototype.unsubscribe=function(){if(!this.closed){var e=this,s=e.id,i=e.scheduler,r=i.actions;this.work=this.state=this.scheduler=null,this.pending=!1,Ri(r,this),s!=null&&(this.id=this.recycleAsyncId(i,s,null)),this.delay=null,n.prototype.unsubscribe.call(this)}},t}(O2),zm=function(){function n(t,e){e===void 0&&(e=n.now),this.schedulerActionCtor=t,this.now=e}return n.prototype.schedule=function(t,e,s){return e===void 0&&(e=0),new this.schedulerActionCtor(this,t).schedule(s,e)},n.now=uh.now,n}(),k2=function(n){tn(t,n);function t(e,s){s===void 0&&(s=zm.now);var i=n.call(this,e,s)||this;return i.actions=[],i._active=!1,i}return t.prototype.flush=function(e){var s=this.actions;if(this._active){s.push(e);return}var i;this._active=!0;do if(i=e.execute(e.state,e.delay))break;while(e=s.shift());if(this._active=!1,i){for(;e=s.shift();)e.unsubscribe();throw i}},t}(zm),lh=new k2(I2),L2=lh,Fm=new Nt(function(n){return n.complete()});function Bm(n){return n&&Tt(n.schedule)}function fh(n){return n[n.length-1]}function V2(n){return Tt(fh(n))?n.pop():void 0}function Ii(n){return Bm(fh(n))?n.pop():void 0}function N2(n,t){return typeof fh(n)=="number"?n.pop():t}var dh=function(n){return n&&typeof n.length=="number"&&typeof n!="function"};function jm(n){return Tt(n?.then)}function $m(n){return Tt(n[hh])}function Um(n){return Symbol.asyncIterator&&Tt(n?.[Symbol.asyncIterator])}function Ym(n){return new TypeError("You provided "+(n!==null&&typeof n=="object"?"an invalid object":"'"+n+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function z2(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Gm=z2();function Xm(n){return Tt(n?.[Gm])}function Wm(n){return b2(this,arguments,function(){var e,s,i,r;return Dm(this,function(o){switch(o.label){case 0:e=n.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,Ys(e.read())];case 3:return s=o.sent(),i=s.value,r=s.done,r?[4,Ys(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,Ys(i)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}})})}function Hm(n){return Tt(n?.getReader)}function Xt(n){if(n instanceof Nt)return n;if(n!=null){if($m(n))return F2(n);if(dh(n))return B2(n);if(jm(n))return j2(n);if(Um(n))return qm(n);if(Xm(n))return $2(n);if(Hm(n))return U2(n)}throw Ym(n)}function F2(n){return new Nt(function(t){var e=n[hh]();if(Tt(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function B2(n){return new Nt(function(t){for(var e=0;e<n.length&&!t.closed;e++)t.next(n[e]);t.complete()})}function j2(n){return new Nt(function(t){n.then(function(e){t.closed||(t.next(e),t.complete())},function(e){return t.error(e)}).then(null,Lm)})}function $2(n){return new Nt(function(t){var e,s;try{for(var i=gs(n),r=i.next();!r.done;r=i.next()){var o=r.value;if(t.next(o),t.closed)return}}catch(a){e={error:a}}finally{try{r&&!r.done&&(s=i.return)&&s.call(i)}finally{if(e)throw e.error}}t.complete()})}function qm(n){return new Nt(function(t){Y2(n,t).catch(function(e){return t.error(e)})})}function U2(n){return qm(Wm(n))}function Y2(n,t){var e,s,i,r;return v2(this,void 0,void 0,function(){var o,a;return Dm(this,function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),e=w2(n),c.label=1;case 1:return[4,e.next()];case 2:if(s=c.sent(),!!s.done)return[3,4];if(o=s.value,t.next(o),t.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return a=c.sent(),i={error:a},[3,11];case 6:return c.trys.push([6,,9,10]),s&&!s.done&&(r=e.return)?[4,r.call(e)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})}function wn(n,t,e,s,i){s===void 0&&(s=0),i===void 0&&(i=!1);var r=t.schedule(function(){e(),i?n.add(this.schedule(null,s)):this.unsubscribe()},s);if(n.add(r),!i)return r}function Km(n,t){return t===void 0&&(t=0),ue(function(e,s){e.subscribe($t(s,function(i){return wn(s,n,function(){return s.next(i)},t)},function(){return wn(s,n,function(){return s.complete()},t)},function(i){return wn(s,n,function(){return s.error(i)},t)}))})}function mh(n,t){return t===void 0&&(t=0),ue(function(e,s){s.add(n.schedule(function(){return e.subscribe(s)},t))})}function G2(n,t){return Xt(n).pipe(mh(t),Km(t))}function X2(n,t){return Xt(n).pipe(mh(t),Km(t))}function W2(n,t){return new Nt(function(e){var s=0;return t.schedule(function(){s===n.length?e.complete():(e.next(n[s++]),e.closed||this.schedule())})})}function H2(n,t){return new Nt(function(e){var s;return wn(e,t,function(){s=n[Gm](),wn(e,t,function(){var i,r,o;try{i=s.next(),r=i.value,o=i.done}catch(a){e.error(a);return}o?e.complete():e.next(r)},0,!0)}),function(){return Tt(s?.return)&&s.return()}})}function Jm(n,t){if(!n)throw new Error("Iterable cannot be null");return new Nt(function(e){wn(e,t,function(){var s=n[Symbol.asyncIterator]();wn(e,t,function(){s.next().then(function(i){i.done?e.complete():e.next(i.value)})},0,!0)})})}function q2(n,t){return Jm(Wm(n),t)}function K2(n,t){if(n!=null){if($m(n))return G2(n,t);if(dh(n))return W2(n,t);if(jm(n))return X2(n,t);if(Um(n))return Jm(n,t);if(Xm(n))return H2(n,t);if(Hm(n))return q2(n,t)}throw Ym(n)}function ki(n,t){return t?K2(n,t):Xt(n)}function J2(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Ii(n);return ki(n,e)}var Z2=ih(function(n){return function(){n(this),this.name="EmptyError",this.message="no elements in sequence"}});function Q2(n,t){var e=typeof t=="object";return new Promise(function(s,i){var r=new Xs({next:function(o){s(o),r.unsubscribe()},error:i,complete:function(){e?s(t.defaultValue):i(new Z2)}});n.subscribe(r)})}function t_(n){return n instanceof Date&&!isNaN(n)}function zt(n,t){return ue(function(e,s){var i=0;e.subscribe($t(s,function(r){s.next(n.call(t,r,i++))}))})}var e_=Array.isArray;function n_(n,t){return e_(t)?n.apply(void 0,Bn([],vn(t))):n(t)}function ph(n){return zt(function(t){return n_(n,t)})}var s_=Array.isArray,i_=Object.getPrototypeOf,r_=Object.prototype,o_=Object.keys;function a_(n){if(n.length===1){var t=n[0];if(s_(t))return{args:t,keys:null};if(c_(t)){var e=o_(t);return{args:e.map(function(s){return t[s]}),keys:e}}}return{args:n,keys:null}}function c_(n){return n&&typeof n=="object"&&i_(n)===r_}function h_(n,t){return n.reduce(function(e,s,i){return e[s]=t[i],e},{})}function u_(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Ii(n),s=V2(n),i=a_(n),r=i.args,o=i.keys;if(r.length===0)return ki([],e);var a=new Nt(l_(r,e,o?function(c){return h_(o,c)}:ys));return s?a.pipe(ph(s)):a}function l_(n,t,e){return e===void 0&&(e=ys),function(s){Zm(t,function(){for(var i=n.length,r=new Array(i),o=i,a=i,c=function(u){Zm(t,function(){var l=ki(n[u],t),f=!1;l.subscribe($t(s,function(d){r[u]=d,f||(f=!0,a--),a||s.next(e(r.slice()))},function(){--o||s.complete()}))},s)},h=0;h<i;h++)c(h)},s)}}function Zm(n,t,e){n?wn(e,n,t):t()}function f_(n,t,e,s,i,r,o,a){var c=[],h=0,u=0,l=!1,f=function(){l&&!c.length&&!h&&t.complete()},d=function(m){return h<s?p(m):c.push(m)},p=function(m){r&&t.next(m),h++;var y=!1;Xt(e(m,u++)).subscribe($t(t,function(g){i?.(g),r?d(g):t.next(g)},function(){y=!0},void 0,function(){if(y)try{h--;for(var g=function(){var v=c.shift();o?wn(t,o,function(){return p(v)}):p(v)};c.length&&h<s;)g();f()}catch(v){t.error(v)}}))};return n.subscribe($t(t,d,function(){l=!0,f()})),function(){a?.()}}function gh(n,t,e){return e===void 0&&(e=1/0),Tt(t)?gh(function(s,i){return zt(function(r,o){return t(s,r,i,o)})(Xt(n(s,i)))},e):(typeof t=="number"&&(e=t),ue(function(s,i){return f_(s,i,n,e)}))}function Qm(n){return n===void 0&&(n=1/0),gh(ys,n)}function d_(){return Qm(1)}function tp(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return d_()(ki(n,Ii(n)))}var m_=["addListener","removeListener"],p_=["addEventListener","removeEventListener"],g_=["on","off"];function yh(n,t,e,s){if(Tt(e)&&(s=e,e=void 0),s)return yh(n,t,e).pipe(ph(s));var i=vn(b_(n)?p_.map(function(a){return function(c){return n[a](t,c,e)}}):y_(n)?m_.map(ep(n,t)):v_(n)?g_.map(ep(n,t)):[],2),r=i[0],o=i[1];if(!r&&dh(n))return gh(function(a){return yh(a,t,e)})(Xt(n));if(!r)throw new TypeError("Invalid event target");return new Nt(function(a){var c=function(){for(var h=[],u=0;u<arguments.length;u++)h[u]=arguments[u];return a.next(1<h.length?h:h[0])};return r(c),function(){return o(c)}})}function ep(n,t){return function(e){return function(s){return n[e](t,s)}}}function y_(n){return Tt(n.addListener)&&Tt(n.removeListener)}function v_(n){return Tt(n.on)&&Tt(n.off)}function b_(n){return Tt(n.addEventListener)&&Tt(n.removeEventListener)}function Lt(n,t,e){return e?Lt(n,t).pipe(ph(e)):new Nt(function(s){var i=function(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];return s.next(o.length===1?o[0]:o)},r=n(i);return Tt(t)?function(){return t(i,r)}:void 0})}function w_(n,t,e){n===void 0&&(n=0),e===void 0&&(e=L2);var s=-1;return t!=null&&(Bm(t)?e=t:s=t),new Nt(function(i){var r=t_(n)?+n-e.now():n;r<0&&(r=0);var o=0;return e.schedule(function(){i.closed||(i.next(o++),0<=s?this.schedule(void 0,s):i.complete())},r)})}function vo(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Ii(n),s=N2(n,1/0),i=n;return i.length?i.length===1?Xt(i[0]):Qm(s)(ki(i,e)):Fm}var x_=Array.isArray;function S_(n){return n.length===1&&x_(n[0])?n[0]:n}function vh(n,t){return ue(function(e,s){var i=0;e.subscribe($t(s,function(r){return n.call(t,r,i++)&&s.next(r)}))})}function bo(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return n=S_(n),n.length===1?Xt(n[0]):new Nt(__(n))}function __(n){return function(t){for(var e=[],s=function(r){e.push(Xt(n[r]).subscribe($t(t,function(o){if(e){for(var a=0;a<e.length;a++)a!==r&&e[a].unsubscribe();e=null}t.next(o)})))},i=0;e&&!t.closed&&i<n.length;i++)s(i)}}function np(n){return ue(function(t,e){var s=null,i=!1,r;s=t.subscribe($t(e,void 0,void 0,function(o){r=Xt(n(o,np(n)(t))),s?(s.unsubscribe(),s=null,r.subscribe(e)):i=!0})),i&&(s.unsubscribe(),s=null,r.subscribe(e))})}function jn(n,t){return t===void 0&&(t=ys),n=n??E_,ue(function(e,s){var i,r=!0;e.subscribe($t(s,function(o){var a=t(o);(r||!n(i,a))&&(r=!1,i=a,s.next(o))}))})}function E_(n,t){return n===t}function sp(n,t){return t?function(e){return e.pipe(sp(function(s,i){return Xt(n(s,i)).pipe(zt(function(r,o){return t(s,r,i,o)}))}))}:ue(function(e,s){var i=0,r=null,o=!1;e.subscribe($t(s,function(a){r||(r=$t(s,void 0,function(){r=null,o&&s.complete()}),Xt(n(a,i++)).subscribe(r))},function(){o=!0,!r&&s.complete()}))})}function T_(n){n===void 0&&(n={});var t=n.connector,e=t===void 0?function(){return new bn}:t,s=n.resetOnError,i=s===void 0?!0:s,r=n.resetOnComplete,o=r===void 0?!0:r,a=n.resetOnRefCountZero,c=a===void 0?!0:a;return function(h){var u,l,f,d=0,p=!1,m=!1,y=function(){l?.unsubscribe(),l=void 0},g=function(){y(),u=f=void 0,p=m=!1},v=function(){var x=u;g(),x?.unsubscribe()};return ue(function(x,b){d++,!m&&!p&&y();var E=f=f??e();b.add(function(){d--,d===0&&!m&&!p&&(l=bh(v,c))}),E.subscribe(b),!u&&d>0&&(u=new Xs({next:function(_){return E.next(_)},error:function(_){m=!0,y(),l=bh(g,i,_),E.error(_)},complete:function(){p=!0,y(),l=bh(g,o),E.complete()}}),Xt(x).subscribe(u))})(h)}}function bh(n,t){for(var e=[],s=2;s<arguments.length;s++)e[s-2]=arguments[s];if(t===!0){n();return}if(t!==!1){var i=new Xs({next:function(){i.unsubscribe(),n()}});return Xt(t.apply(void 0,Bn([],vn(e)))).subscribe(i)}}function ip(n,t,e){var s,i,r,o,a=!1;return n&&typeof n=="object"?(s=n.bufferSize,o=s===void 0?1/0:s,i=n.windowTime,t=i===void 0?1/0:i,r=n.refCount,a=r===void 0?!1:r,e=n.scheduler):o=n??1/0,T_({connector:function(){return new R2(o,t,e)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:a})}function vs(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Ii(n);return ue(function(s,i){(e?tp(n,s,e):tp(n,s)).subscribe(i)})}function wo(n,t){return ue(function(e,s){var i=null,r=0,o=!1,a=function(){return o&&!i&&s.complete()};e.subscribe($t(s,function(c){i?.unsubscribe();var h=0,u=r++;Xt(n(c,u)).subscribe(i=$t(s,function(l){return s.next(t?t(c,l,u,h++):l)},function(){i=null,a()}))},function(){o=!0,a()}))})}function C_(){return wo(ys)}function wh(n){return ue(function(t,e){Xt(n).subscribe($t(e,function(){return e.complete()},Oi)),!e.closed&&t.subscribe(e)})}function bs(n,t,e){var s=Tt(n)||t||e?{next:n,error:t,complete:e}:n;return s?ue(function(i,r){var o;(o=s.subscribe)===null||o===void 0||o.call(s);var a=!0;i.subscribe($t(r,function(c){var h;(h=s.next)===null||h===void 0||h.call(s,c),r.next(c)},function(){var c;a=!1,(c=s.complete)===null||c===void 0||c.call(s),r.complete()},function(c){var h;a=!1,(h=s.error)===null||h===void 0||h.call(s,c),r.error(c)},function(){var c,h;a&&((c=s.unsubscribe)===null||c===void 0||c.call(s)),(h=s.finalize)===null||h===void 0||h.call(s)}))}):ys}function P_(n,t){return ue(function(e,s){var i=t??{},r=i.leading,o=r===void 0?!0:r,a=i.trailing,c=a===void 0?!1:a,h=!1,u=null,l=null,f=!1,d=function(){l?.unsubscribe(),l=null,c&&(y(),f&&s.complete())},p=function(){l=null,f&&s.complete()},m=function(g){return l=Xt(n(g)).subscribe($t(s,d,p))},y=function(){if(h){h=!1;var g=u;u=null,s.next(g),!f&&m(g)}};e.subscribe($t(s,function(g){h=!0,u=g,!(l&&!l.closed)&&(o?y():m(g))},function(){f=!0,!(c&&h&&l&&!l.closed)&&s.complete()}))})}function A_(n,t,e){t===void 0&&(t=lh);var s=w_(n,t);return P_(function(){return s},e)}function M_(n,t){return ue(function(e,s){var i=[],r=function(o){for(;0<i.length;)i.shift().error(o);s.error(o)};Xt(n).subscribe($t(s,function(o){var a=new bn;i.push(a);var c=new Gs,h=function(){Ri(i,a),a.complete(),c.unsubscribe()},u;try{u=Xt(t(o))}catch(l){r(l);return}s.next(a.asObservable()),c.add(u.subscribe($t(s,h,Oi,r)))},Oi)),e.subscribe($t(s,function(o){var a,c,h=i.slice();try{for(var u=gs(h),l=u.next();!l.done;l=u.next()){var f=l.value;f.next(o)}}catch(d){a={error:d}}finally{try{l&&!l.done&&(c=u.return)&&c.call(u)}finally{if(a)throw a.error}}},function(){for(;0<i.length;)i.shift().complete();s.complete()},r,function(){for(;0<i.length;)i.shift().unsubscribe()}))})}function D_(n){return n.toElement?n.toElement:n.currentTarget?n.currentTarget:n.srcElement?n.srcElement:null}function Ct(n,t,e,s=!1){const i=async r=>{await e(r)};try{n.addEventListener(t,i,s)}catch{n.attachEvent("on"+t,i)}return()=>{try{n.removeEventListener(t,i,s)}catch{n.detachEvent("on"+t,i)}}}function R_(n,t,e,s,i=!1){return Ct(n||document.body,e,r=>{r.target===t&&s(r)},i)}function O_(n){n.replaceWith(n.cloneNode(!0))}function ot(n,t,e=!1){return yh(n,t,{capture:e})}function I_(n){const t=Lt(e=>n.register(e),(e,s)=>{n.unregister?.(e,...s||[])},(...e)=>[...e]);return n.share?t.pipe(ip({bufferSize:n.bufferSize||1,refCount:!0})):t}function rp(n){if(n.stopPropagation){n.stopPropagation();return}try{n.cancelBubble=!0}catch{}}function $n(n){if(n.preventDefault){n.preventDefault();return}try{n.returnValue=!1}catch{}}const k_=["click","dblclick","wheel","contextmenu","mousedown","mouseup","mousemove","mouseover","mouseout","mouseenter","mouseleave"],L_=["keydown","keyup","keypress"],V_=["touchstart","touchend","touchcancel","touchmove"],N_=["pointerdown","pointerup","pointercancel","pointermove"],z_=["dragstart","drag","dragend","dragenter","dragover","dragleave","drop"],F_=["change"];function xo(n,t={bubbles:!0,detail:{}}){let e;try{const s=Object.assign({bubbles:!0,cancelable:!0,view:window,detail:1,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:null},t);k_.includes(n)?e=new MouseEvent(n,s):L_.includes(n)?e=new KeyboardEvent(n,s):V_.includes(n)?e=new TouchEvent(n,s):N_.includes(n)?e=new PointerEvent(n,s):z_.includes(n)?e=new DragEvent(n,s):F_.includes(n)?e=new Event(n,s):e=new CustomEvent(n,s)}catch{document.createEvent?e=document.createEvent("Event").initEvent(n,!0,!0):document.createEventObject&&(e=document.createEventObject())}return e}function xh(n,t,e){if(n)if(n.dispatchEvent)n.dispatchEvent(e);else if(n.fireEvent&&document.createEventObject)n.fireEvent("on"+t,e);else throw new Error(`Can't dispatch event : ${t}`)}function B_(n,t){const e=n.target,s=xo(t);xh(e,t,s)}function j_(n){const t=n.target,e="click";if(!/(SELECT|INPUT|TEXTAREA)/i.test(t.tagName)){const s=xo(e);s.view=n.view||window,s.detail=1,s.screenX=t.screenX||0,s.screenY=t.screenY||0,s.clientX=t.clientX||0,s.clientY=t.clientY||0,s.pageX=n.pageX,s.pageY=n.pageY,s.ctrlKey=!!n.ctrlKey,s.altKey=!!n.altKey,s.shiftKey=!!n.shiftKey,s.metaKey=!!n.metaKey,s.button=0,s.relatedTarget=null,s._constructed=!0,xh(t,e,s)}}function $_(n,t){const e=n.changedTouches[0];return xo(t,{bubbles:!0,cancelable:!0,view:window,detail:1,screenX:e.screenX,screenY:e.screenY,clientX:e.clientX,clientY:e.clientY,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:null})}function U_(n,t,e,s,i){const r=t/e;let o=0,a=0;switch(n){case"aspectFit":r>=1?(o=s,a=o/r,a>i&&(a=i,o=a*r)):(a=i,o=a*r,o>s&&(o=s,a=o/r));break;case"aspectFill":r>=1?(a=i,o=a*r):(o=s,a=o/r);break;case"widthFix":o=s,a=o/r;break;case"heightFix":a=i,o=a*r;break;case"scaleToFill":default:o=s,a=i;break}return{width:o,height:a}}function op(n){try{const t=document.createElement("canvas"),e=t.getContext("2d");return t.width=n.width,t.height=n.height,e.drawImage(n,0,0,t.width,t.height),e.getImageData(0,0,t.width,t.height)}catch{return new ImageData(n.width,n.height)}}const Y_=n=>{const t=n.width,e=n.height,s=t*e*3,i=s+54,r=[66,77,i&255,i>>8&255,i>>16&255,i>>24&255,0,0,0,0,54,0,0,0],o=[40,0,0,0,t&255,t>>8&255,t>>16&255,t>>24&255,e&255,e>>8&255,e>>16&255,e>>24&255,1,0,24,0,0,0,0,0,s&255,s>>8&255,s>>16&255,s>>24&255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],a=(4-t*3%4)%4,c=n.data;let h="";const u=t<<2;let l=e;const f=String.fromCharCode;do{const p=u*(l-1);let m="";for(let y=0;y<t;y++){const g=y<<2;m+=f(c[p+g+2])+f(c[p+g+1])+f(c[p+g])}for(let y=0;y<a;y++)m+=String.fromCharCode(0);h+=m}while(--l);function d(p){if(!window.btoa)throw"btoa undefined";let m="";if(typeof p=="string")m=p;else for(let y=0;y<p.length;y++)m+=String.fromCharCode(p[y]);return btoa(m)}return d(r.concat(o))+d(h)};function G_(n){const{width:t,height:e}=n,s=document.createElement("canvas"),i=s.getContext("2d");return s.width=t,s.height=e,i.putImageData(n,0,0,0,0,t,e),s.toDataURL("image/png")}const X_=(n,t,e)=>{const{width:s,height:i}=n,r=document.createElement("canvas"),o=r.getContext("2d");r.width=s,r.height=i,o.putImageData(n,0,0,0,0,s,i);const a=`image/${t?t.toLowerCase():"png"}`;r.toBlob(c=>{e?.(null,c)},a,1)};function W_(n,t){return createImageBitmap(n,t)}function H_(n){const t=[],e=[],s=[];let i=0;for(let c=0,h=n.data.length;c<h;c+=4)t[i]=n.data[c],e[i]=n.data[c+1],s[i]=n.data[c+2],i+=1;const r=Sh(t),o=Sh(e),a=Sh(s);return"rgb("+r+","+o+","+a+")"}function Sh(n){const t={},e=[],s=[];for(let a=0;a<n.length;a++)t[n[a]]?e.push(n[a]):t[n[a]]=1;let i=0;for(let a=0;a<e.length;a++){i=0;for(let c=0;c<e.length;c++)e[a]===e[c]&&(i+=1),s[a]=i}const r=Math.max.apply(null,s);let o=0;for(;o<s.length;o++)if(s[o]===r)return;return e[o]}const q_=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;i[c]=t[(o*e+e-a-1)*4],i[c+1]=t[(o*e+e-a-1)*4+1],i[c+2]=t[(o*e+e-a-1)*4+2],i[c+3]=t[(o*e+e-a-1)*4+3]}return new ImageData(i,e,s)},K_=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;i[c]=t[((s-o-1)*e+a)*4],i[c+1]=t[((s-o-1)*e+a)*4+1],i[c+2]=t[((s-o-1)*e+a)*4+2],i[c+3]=t[((s-o-1)*e+a)*4+3]}return new ImageData(i,e,s)},J_=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<e;o++)for(let a=0;a<s;a++){const c=(o*s+a)*4;i[c]=t[(a*e+e-o-1)*4],i[c+1]=t[(a*e+e-o-1)*4+1],i[c+2]=t[(a*e+e-o-1)*4+2],i[c+3]=t[(a*e+e-o-1)*4+3]}return new ImageData(i,s,e)},Z_=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<e;o++)for(let a=0;a<s;a++){const c=(o*s+a)*4;i[c]=t[((s-a-1)*e+o)*4],i[c+1]=t[((s-a-1)*e+o)*4+1],i[c+2]=t[((s-a-1)*e+o)*4+2],i[c+3]=t[((s-a-1)*e+o)*4+3]}return new ImageData(i,s,e)},Q_=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+1]+t[c+2])/3;i[c]=h,i[c+1]=h,i[c+2]=h,i[c+3]=t[c+3]}return new ImageData(i,e,s)},tE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=.2126*t[c]+.7152*t[c+1]+.0722*t[c+2];i[c]=h,i[c+1]=h,i[c+2]=h,i[c+3]=t[c+3]}return new ImageData(i,e,s)},eE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,u=(t[c]+t[c+1]+t[c+2])/3>127?255:0;i[c]=u,i[c+1]=u,i[c+2]=u,i[c+3]=t[c+3]}return new ImageData(i,e,s)},nE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;i[c]=255-t[c],i[c+1]=255-t[c+1],i[c+2]=255-t[c+2],i[c+3]=t[c+3]}return new ImageData(i,e,s)},sE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;i[c]=t[c],i[c+1]=0,i[c+2]=0,i[c+3]=t[c+3]}return new ImageData(i,e,s)},iE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;i[c]=0,i[c+1]=t[c+1],i[c+2]=0,i[c+3]=t[c+3]}return new ImageData(i,e,s)},rE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;i[c]=0,i[c+1]=0,i[c+2]=t[c+2],i[c+3]=t[c+3]}return new ImageData(i,e,s)},oE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;i[c]=t[c],i[c+1]=t[c+1],i[c+2]=0,i[c+3]=t[c+3]}return new ImageData(i,e,s)},aE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;i[c]=t[c],i[c+1]=0,i[c+2]=t[c+1],i[c+3]=t[c+3]}return new ImageData(i,e,s)},cE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;i[c]=0,i[c+1]=t[c+1],i[c+2]=t[c+1],i[c+3]=t[c+3]}return new ImageData(i,e,s)},hE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c+1]+t[c+2])/2;i[c]=t[c],i[c+1]=h,i[c+2]=h,i[c+3]=t[c+3]}return new ImageData(i,e,s)},uE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+2])/2;i[c]=h,i[c+1]=t[c+1],i[c+2]=h,i[c+3]=t[c+3]}return new ImageData(i,e,s)},lE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+1])/2;i[c]=h,i[c+1]=h,i[c+2]=t[c+2],i[c+3]=t[c+3]}return new ImageData(i,e,s)},fE=n=>cp(n,[-1,-1,-1,-1,9,-1,-1,-1,-1]),dE=n=>cp(n,[-1,-1,-1,-1,8,-1,-1,-1,-1]),mE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;i[c]=t[c],i[c+1]=t[c+1],i[c+2]=t[c+2],i[c+3]=255}return new ImageData(i,e,s)},pE=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let o=0;o<s;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;if(t[c+3]===0)i[c]=255,i[c+1]=255,i[c+2]=255,i[c+3]=255;else{const h=hp([t[c],t[c+1],t[c+2],t[c+3]],[255,255,255,255]);i[c]=h[0],i[c+1]=h[1],i[c+2]=h[2],i[c+3]=h[3]}}return new ImageData(i,e,s)};function gE(n,t,e,s,i,r=!1,o){const{data:a,width:c,height:h}=n;let u=i,l=s,f=t,d=e;if(u<0?u=0:u>c&&(u=c),l<0?l=0:l>h&&(l=h),f<1?f=1:f>c&&(f=c),d<1?d=1:d>h&&(d=h),u+f>c&&(f=c-u),l+d>h&&(d=h-l),r){const p=new Uint8ClampedArray(a.length);for(let y=0;y<h;y++)for(let g=0;g<c;g++){const v=(y*c+g)*4;g>=u&&g<=u+f&&y>=l&&y<=l+d?(p[v]=a[v],p[v+1]=a[v+1],p[v+2]=a[v+2],p[v+3]=a[v+3]):(p[v]=255,p[v+1]=255,p[v+2]=255,p[v+3]=o&&["JPG","JPEG"].includes(o.toUpperCase())?255:0)}return new ImageData(p,c,h)}else{const p=new Uint8ClampedArray(f*d*4);for(let y=l;y<=l+d;y++)for(let g=u;g<=u+f;g++){const v=((y-l)*f+g-u)*4,x=(y*c+g)*4;p[v]=a[x],p[v+1]=a[x+1],p[v+2]=a[x+2],p[v+3]=a[x+3]}return new ImageData(p,f,d)}}function yE(n,t,e,s){const{data:i,width:r,height:o}=n;let a=t;a>Math.floor(r/2)&&(a=Math.floor(r/2)),a>Math.floor(o/2)&&(a=Math.floor(o/2)),a<0&&(a=0);const c=new Uint8ClampedArray(i.length);for(let u=0;u<o;u++)for(let l=0;l<r;l++){const f=(u*r+l)*4;let d=-1;l<a?u<a?d=Math.sqrt(Math.pow(a-l-1,2)+Math.pow(a-u-1,2)):u>o-a-1&&(d=Math.sqrt(Math.pow(a-l-1,2)+Math.pow(u-(o-a),2))):l>r-a-1&&(u<a?d=Math.sqrt(Math.pow(l-(r-a),2)+Math.pow(a-u-1,2)):u>o-a-1&&(d=Math.sqrt(Math.pow(l-(r-a),2)+Math.pow(u-(o-a),2)))),Math.round(d)>a?(c[f]=255,c[f+1]=255,c[f+2]=255,c[f+3]=s||e.toUpperCase()==="PNG"?0:255):(c[f]=i[f],c[f+1]=i[f+1],c[f+2]=i[f+2],c[f+3]=s||e.toUpperCase()==="PNG"?i[f+3]:255)}return new ImageData(c,r,o)}function vE(n,t,e,s,i,r=1e4){const o=new Image;o.src=n;const a=document.createElement("canvas"),c=a.getContext("2d");return a.width=r,a.height=r,c.drawImage(o,0,0,t,e,0,0,s,i),c.getImageData(0,0,s,i)}function bE(n,t){const{data:e,width:s,height:i}=n,r=new Uint8ClampedArray(e.length);for(let a=0;a<i;a++)for(let c=0;c<s;c++){const h=(a*s+c)*4;r[h]=Math.max(Math.min(e[h]+t,255),0),r[h+1]=Math.max(Math.min(e[h+1]+t,255),0),r[h+2]=Math.max(Math.min(e[h+2]+t,255),0),r[h+3]=e[h+3]}return new ImageData(r,s,i)}function wE(n,t,e=!1){const{data:s,width:i,height:r}=n,o=new Uint8ClampedArray(s.length);for(let c=0;c<r;c++)for(let h=0;h<i;h++){const u=(c*i+h)*4;s[u+3]===0?(o[u]=255,o[u+1]=255,o[u+2]=255):(o[u]=s[u],o[u+1]=s[u+1],o[u+2]=s[u+2]);let l=s[u+3];e?l=Math.max(Math.min(Math.floor(255*t),255),0):l=Math.max(Math.min(Math.floor(l+255*t),255),0),o[u+3]=l}return new ImageData(o,i,r)}function xE(n,t,e,s){const{data:i,width:r,height:o}=n,{data:a,width:c,height:h}=t;let u=e,l=s;e+h>o&&(u=o-h),s+c>r&&(l=r-c);const f=new Uint8ClampedArray(i.length);for(let p=0;p<o;p++)for(let m=0;m<r;m++){const y=(p*r+m)*4;if(m<l||m>l+c||p<=u||p>=u+h)f[y]=i[y],f[y+1]=i[y+1],f[y+2]=i[y+2],f[y+3]=i[y+3];else{const g=(p*r+m-((u+1)*r+(p-(u+1))*(r-c))+c-l-1)*4,v=[a[g],a[g+1],a[g+2],a[g+3]],x=[i[y],i[y+1],i[y+2],i[y+3]],b=hp(v,x);f[y]=b[0],f[y+1]=b[1],f[y+2]=b[2],f[y+3]=b[3]}}return new ImageData(f,r,o)}function SE(n,t,e,s,i,r=10){const{data:o,width:a,height:c}=n;let h=i,u=s,l=t,f=e;h<0?h=0:h>a&&(h=a),u<0?u=0:u>c&&(u=c),l<1?l=1:l>a&&(l=a),f<1?f=1:f>c&&(f=c),h+l>a&&(l=a-h),u+f>c&&(f=c-u);const d=new Uint8ClampedArray(o.length);for(let m=0;m<c;m++)for(let y=0;y<a;y++){const g=(m*a+y)*4;if(y>=h&&y<=h+l&&m>=u&&m<=u+f){const v=Math.floor((y-h)/r),x=Math.floor((m-u)/r);let b=Math.floor(r*(v+1)-r/2+h),E=Math.floor(r*(x+1)-r/2+u);b>a-1&&(b=a-1),E>c-1&&(E=c-1);const _=(E*a+b)*4;d[g]=o[_],d[g+1]=o[_+1],d[g+2]=o[_+2],d[g+3]=o[_+3]}else d[g]=o[g],d[g+1]=o[g+1],d[g+2]=o[g+2],d[g+3]=o[g+3]}return new ImageData(d,a,c)}function _E(n,t,e={backgroundColor:{r:0,g:0,b:0,a:255},changeIntoColor:{r:0,g:0,b:0,a:0}}){if(t&&e){const{data:s,width:i,height:r}=n,{data:o}=t,a=new Uint8ClampedArray(s.length),{backgroundColor:c,changeIntoColor:h}=e;for(let l=0;l<r;l++)for(let f=0;f<i;f++){const d=(l*i+f)*4,p=o[d],m=o[d+1],y=o[d+2],g=o[d+3];p===c.r&&m===c.g&&y===c.b&&g===c.a&&h.a!==0?(a[d]=h.r,a[d+1]=h.g,a[d+2]=h.b,a[d+3]=h.a):(a[d]=s[d],a[d+1]=s[d+1],a[d+2]=s[d+2],a[d+3]=s[d+3])}return new ImageData(a,i,r)}return n}function cp(n,t){const{data:e,width:s,height:i}=n,r=new Uint8ClampedArray(e.length);for(let a=0;a<i;a++)for(let c=0;c<s;c++){const h=(a*s+c)*4;for(let u=0;u<3;u++){const l=h+u;c===0||c===s-1||a===0||a===i-1?r[l]=e[l]:r[l]=t[0]*e[l-s*4-4]+t[1]*e[l-s*4]+t[2]*e[l-s*4+4]+t[3]*e[l-4]+t[4]*e[l]+t[5]*e[l+4]+t[6]*e[l+s*4-4]+t[7]*e[l+s*4]+t[8]*e[l+s*4+4]}r[h+3]=e[h+3]}return new ImageData(r,s,i)}function hp(n,t){if(n&&n.length===4&&t&&t.length===4){const e=n[3],s=t[3];if(e===255||s===0)return n;if(e===0)return t;{const i=e/255,r=s/255,o=Math.max(Math.min(Math.floor(n[0]*i+t[0]*r*(1-i)),255),0),a=Math.max(Math.min(Math.floor(n[1]*i+t[1]*r*(1-i)),255),0),c=Math.max(Math.min(Math.floor(n[2]*i+t[2]*r*(1-i)),255),0),h=Math.max(Math.min(Math.floor((i+r*(1-i))*255),255),0);return[o,a,c,h]}}return[255,255,255,255]}const _h=function(){const n=[];return{writeByte(t){n.push(t&255)},writeShort(t){this.writeByte(t),this.writeByte(t>>>8)},writeBytes(t,e=0,s=t.length){for(let i=0;i<s;i++)this.writeByte(t[i+e])},writeString(t){for(let e=0,s=t.length;e<s;e++)this.writeByte(t.charCodeAt(e))},toByteArray(){return n},toString(){let t="[";for(let e=0,s=n.length;e<s;e++)e>0&&(t+=","),t+=n[e];return t+="]",t}}},up=function(){let n=0,t=0,e=0,s="";const i=function(o){if(!(o<0)){if(o<26)return 65+o;if(o<52)return 97+(o-26);if(o<62)return 48+(o-52);if(o==62)return 43;if(o==63)return 47}throw new Error("n:"+o)},r=function(o){s+=String.fromCharCode(i(o&63))};return{writeByte(o){for(n=n<<8|o&255,t+=8,e+=1;t>=6;)r(n>>>t-6),t-=6},flush(){if(t>0&&(r(n<<6-t),n=0,t=0),e%3!=0){const o=3-e%3;for(let a=0;a<o;a++)s+="="}},toString(){return s}}},lp=function(n,t,e){const s=new Array(n*n),i=function(a){const c=a;let h=0,u=0;return{write(l,f){if(l>>>f)throw new Error("length over");for(;h+f>=8;)c.writeByte(255&(l<<h|u)),f-=8-h,l>>>=8-h,u=0,h=0;u=l<<h|u,h=h+f},flush(){h>0&&c.writeByte(u)}}},r=function(a){const c=1<<a,h=(1<<a)+1;let u=a+1;const l=o();for(let y=0;y<c;y++)l.add(String.fromCharCode(y));l.add(String.fromCharCode(c)),l.add(String.fromCharCode(h));const f=_h(),d=i(f);d.write(c,u);let p=0,m=String.fromCharCode(s[p]);for(p+=1;p<s.length;){const y=String.fromCharCode(s[p]);p+=1,l.contains(m+y)?m=m+y:(d.write(l.indexOf(m),u),l.size()<4095&&(l.size()==1<<u&&(u+=1),l.add(m+y)),m=y)}return d.write(l.indexOf(m),u),d.write(h,u),d.flush(),f.toByteArray()},o=function(){const a={};let c=0;return{add(h){if(this.contains(h))throw new Error("dup key:"+h);a[h]=c,c+=1},size(){return c},indexOf(h){return a[h]},contains(h){return typeof a[h]<"u"}}};return{setPixel(a,c,h){s[c*n+a]=h},write(a){a.writeString("GIF87a"),a.writeShort(n),a.writeShort(n),a.writeByte(128),a.writeByte(0),a.writeByte(0),a.writeByte(Ns("0x"+t[1]+t[2])),a.writeByte(Ns("0x"+t[3]+t[4])),a.writeByte(Ns("0x"+t[5]+t[6])),a.writeByte(Ns("0x"+e[1]+e[2])),a.writeByte(Ns("0x"+e[3]+e[4])),a.writeByte(Ns("0x"+e[5]+e[6])),a.writeString(","),a.writeShort(0),a.writeShort(0),a.writeShort(n),a.writeShort(n),a.writeByte(0);const c=2,h=r(c);a.writeByte(c);let u=0;for(;h.length-u>255;)a.writeByte(255),a.writeBytes(h,u,255),u+=255;a.writeByte(h.length-u),a.writeBytes(h,u,h.length-u),a.writeByte(0),a.writeString(";")}}},fp=function(n,t,e,s){const i=lp(n,t,e);for(let h=0;h<n;h++)for(let u=0;u<n;u++)i.setPixel(u,h,s(u,h));const r=_h();i.write(r);const o=up(),a=r.toByteArray();for(let h=0,u=a.length;h<u;h++)o.writeByte(a[h]);o.flush();let c="";return c+="data:image/gif;base64,",c+=o,c},Ce={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},Li={M:0,L:1,H:2,Q:3},Un={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},Kt={glog:function(n){if(n<1)throw new Error("glog("+n+")");return Kt.LOG_TABLE[n]},gexp:function(n){for(;n<0;)n+=255;for(;n>=256;)n-=255;return Kt.EXP_TABLE[n]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)};for(let n=0;n<8;n++)Kt.EXP_TABLE[n]=1<<n;for(let n=8;n<256;n++)Kt.EXP_TABLE[n]=Kt.EXP_TABLE[n-4]^Kt.EXP_TABLE[n-5]^Kt.EXP_TABLE[n-6]^Kt.EXP_TABLE[n-8];for(let n=0;n<255;n++)Kt.LOG_TABLE[Kt.EXP_TABLE[n]]=n;const It={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(n){let t=n<<10;for(;It.getBCHDigit(t)-It.getBCHDigit(It.G15)>=0;)t^=It.G15<<It.getBCHDigit(t)-It.getBCHDigit(It.G15);return(n<<10|t)^It.G15_MASK},getBCHTypeNumber:function(n){let t=n<<12;for(;It.getBCHDigit(t)-It.getBCHDigit(It.G18)>=0;)t^=It.G18<<It.getBCHDigit(t)-It.getBCHDigit(It.G18);return n<<12|t},getBCHDigit:function(n){let t=0;for(;n!=0;)t++,n>>>=1;return t},getPatternPosition:function(n){return It.PATTERN_POSITION_TABLE[n-1]},getMask:function(n,t,e){switch(n){case Un.PATTERN000:return(t+e)%2==0;case Un.PATTERN001:return t%2==0;case Un.PATTERN010:return e%3==0;case Un.PATTERN011:return(t+e)%3==0;case Un.PATTERN100:return(Math.floor(t/2)+Math.floor(e/3))%2==0;case Un.PATTERN101:return t*e%2+t*e%3==0;case Un.PATTERN110:return(t*e%2+t*e%3)%2==0;case Un.PATTERN111:return(t*e%3+(t+e)%2)%2==0;default:throw new Error("bad maskPattern:"+n)}},getErrorCorrectPolynomial:function(n){let t=new Ws([1],0);for(let e=0;e<n;e++)t=t.multiply(new Ws([1,Kt.gexp(e)],0));return t},getLengthInBits:function(n,t){if(1<=t&&t<10)switch(n){case Ce.MODE_NUMBER:return 10;case Ce.MODE_ALPHA_NUM:return 9;case Ce.MODE_8BIT_BYTE:return 8;case Ce.MODE_KANJI:return 8;default:throw new Error("mode:"+n)}else if(t<27)switch(n){case Ce.MODE_NUMBER:return 12;case Ce.MODE_ALPHA_NUM:return 11;case Ce.MODE_8BIT_BYTE:return 16;case Ce.MODE_KANJI:return 10;default:throw new Error("mode:"+n)}else if(t<41)switch(n){case Ce.MODE_NUMBER:return 14;case Ce.MODE_ALPHA_NUM:return 13;case Ce.MODE_8BIT_BYTE:return 16;case Ce.MODE_KANJI:return 12;default:throw new Error("mode:"+n)}else throw new Error("type:"+t)},getLostPoint:function(n){const t=n.getModuleCount();let e=0;for(let r=0;r<t;r++)for(let o=0;o<t;o++){let a=0;const c=n.isDark(r,o);for(let h=-1;h<=1;h++)if(!(r+h<0||t<=r+h))for(let u=-1;u<=1;u++)o+u<0||t<=o+u||h==0&&u==0||c==n.isDark(r+h,o+u)&&a++;a>5&&(e+=3+a-5)}for(let r=0;r<t-1;r++)for(let o=0;o<t-1;o++){let a=0;n.isDark(r,o)&&a++,n.isDark(r+1,o)&&a++,n.isDark(r,o+1)&&a++,n.isDark(r+1,o+1)&&a++,(a==0||a==4)&&(e+=3)}for(let r=0;r<t;r++)for(let o=0;o<t-6;o++)n.isDark(r,o)&&!n.isDark(r,o+1)&&n.isDark(r,o+2)&&n.isDark(r,o+3)&&n.isDark(r,o+4)&&!n.isDark(r,o+5)&&n.isDark(r,o+6)&&(e+=40);for(let r=0;r<t;r++)for(let o=0;o<t-6;o++)n.isDark(o,r)&&!n.isDark(o+1,r)&&n.isDark(o+2,r)&&n.isDark(o+3,r)&&n.isDark(o+4,r)&&!n.isDark(o+5,r)&&n.isDark(o+6,r)&&(e+=40);let s=0;for(let r=0;r<t;r++)for(let o=0;o<t;o++)n.isDark(o,r)&&s++;const i=Math.abs(100*s/t/t-50)/5;return e+=i*10,e}};class Ws{num;constructor(t,e){if(t.length==null)throw new Error(t.length+"/"+e);let s=0;for(;s<t.length&&t[s]==0;)s++;this.num=new Array(t.length-s+e);for(let i=0;i<t.length-s;i++)this.num[i]=t[i+s]}get(t){return this.num[t]}getLength(){return this.num.length}multiply(t){const e=new Array(this.getLength()+t.getLength()-1);for(let s=0;s<this.getLength();s++)for(let i=0;i<t.getLength();i++)e[s+i]^=Kt.gexp(Kt.glog(this.get(s))+Kt.glog(t.get(i)));return new Ws(e,0)}mod(t){if(this.getLength()-t.getLength()<0)return this;const e=Kt.glog(this.get(0))-Kt.glog(t.get(0)),s=new Array(this.getLength());for(let i=0;i<this.getLength();i++)s[i]=this.get(i);for(let i=0;i<t.getLength();i++)s[i]^=Kt.gexp(Kt.glog(t.get(i))+e);return new Ws(s,0).mod(t)}}class xn{totalCount;dataCount;constructor(t,e){this.totalCount=t,this.dataCount=e}static RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]];static getRSBlocks(t,e){const s=xn.getRsBlockTable(t,e);if(s==null)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+e);const i=s.length/3,r=[];for(let o=0;o<i;o++){const a=s[o*3+0],c=s[o*3+1],h=s[o*3+2];for(let u=0;u<a;u++)r.push(new xn(c,h))}return r}static getRsBlockTable(t,e){switch(e){case Li.L:return xn.RS_BLOCK_TABLE[(t-1)*4+0];case Li.M:return xn.RS_BLOCK_TABLE[(t-1)*4+1];case Li.Q:return xn.RS_BLOCK_TABLE[(t-1)*4+2];case Li.H:return xn.RS_BLOCK_TABLE[(t-1)*4+3];default:return}}}class dp{buffer;length;constructor(){this.buffer=[],this.length=0}get(t){const e=Math.floor(t/8);return(this.buffer[e]>>>7-t%8&1)==1}put(t,e){for(let s=0;s<e;s++)this.putBit((t>>>e-s-1&1)==1)}getLengthInBits(){return this.length}putBit(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}}class EE{mode;data;constructor(t){this.mode=Ce.MODE_8BIT_BYTE,this.data=t}getLength(){return this.data.length}write(t){for(let e=0,s=this.data.length;e<s;e++)t.put(this.data.charCodeAt(e),8)}}class Yn{static PAD0=236;static PAD1=17;typeNumber;errorCorrectLevel;modules;moduleCount;dataCache;dataList;constructor(t,e){this.typeNumber=t,this.errorCorrectLevel=Li[e],this.modules=[],this.moduleCount=0,this.dataCache=null,this.dataList=[]}addData(t){const e=new EE(t);this.dataList.push(e),this.dataCache=null}isDark(t,e){if(t<0||this.moduleCount<=t||e<0||this.moduleCount<=e)throw new Error(t+","+e);return this.modules[t][e]}getModuleCount(){return this.moduleCount}make(){if(this.typeNumber<1){let t=1;for(t=1;t<40;t++){const e=xn.getRSBlocks(t,this.errorCorrectLevel),s=new dp;let i=0;for(let r=0;r<e.length;r++)i+=e[r].dataCount;for(let r=0;r<this.dataList.length;r++){const o=this.dataList[r];s.put(o.mode,4),s.put(o.getLength(),It.getLengthInBits(o.mode,t)),o.write(s)}if(s.getLengthInBits()<=i*8)break}this.typeNumber=t}this.makeImpl(!1,this.getBestMaskPattern())}makeImpl(t,e){this.moduleCount=this.typeNumber*4+17,this.modules=new Array(this.moduleCount);for(let s=0;s<this.moduleCount;s++){this.modules[s]=new Array(this.moduleCount);for(let i=0;i<this.moduleCount;i++)this.modules[s][i]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(t,e),this.typeNumber>=7&&this.setupTypeNumber(t),this.dataCache==null&&(this.dataCache=Yn.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,e)}setupPositionProbePattern(t,e){for(let s=-1;s<=7;s++)if(!(t+s<=-1||this.moduleCount<=t+s))for(let i=-1;i<=7;i++)e+i<=-1||this.moduleCount<=e+i||(0<=s&&s<=6&&(i==0||i==6)||0<=i&&i<=6&&(s==0||s==6)||2<=s&&s<=4&&2<=i&&i<=4?this.modules[t+s][e+i]=!0:this.modules[t+s][e+i]=!1)}getBestMaskPattern(){let t=0,e=0;for(let s=0;s<8;s++){this.makeImpl(!0,s);const i=It.getLostPoint(this);(s==0||t>i)&&(t=i,e=s)}return e}createMovieClip(t,e,s){const i=t.createEmptyMovieClip(e,s),r=1;this.make();for(let o=0;o<this.modules.length;o++){const a=o*r;for(let c=0;c<this.modules[o].length;c++){const h=c*r;this.modules[o][c]&&(i.beginFill(0,100),i.moveTo(h,a),i.lineTo(h+r,a),i.lineTo(h+r,a+r),i.lineTo(h,a+r),i.endFill())}}return i}setupTimingPattern(){for(let t=8;t<this.moduleCount-8;t++)this.modules[t][6]==null&&(this.modules[t][6]=t%2==0);for(let t=8;t<this.moduleCount-8;t++)this.modules[6][t]==null&&(this.modules[6][t]=t%2==0)}setupPositionAdjustPattern(){const t=It.getPatternPosition(this.typeNumber);for(let e=0;e<t.length;e++)for(let s=0;s<t.length;s++){const i=t[e],r=t[s];if(this.modules[i][r]==null)for(let o=-2;o<=2;o++)for(let a=-2;a<=2;a++)o==-2||o==2||a==-2||a==2||o==0&&a==0?this.modules[i+o][r+a]=!0:this.modules[i+o][r+a]=!1}}setupTypeNumber(t){const e=It.getBCHTypeNumber(this.typeNumber);for(let s=0;s<18;s++){const i=!t&&(e>>s&1)==1;this.modules[Math.floor(s/3)][s%3+this.moduleCount-8-3]=i}for(let s=0;s<18;s++){const i=!t&&(e>>s&1)==1;this.modules[s%3+this.moduleCount-8-3][Math.floor(s/3)]=i}}setupTypeInfo(t,e){const s=this.errorCorrectLevel<<3|e,i=It.getBCHTypeInfo(s);for(let r=0;r<15;r++){const o=!t&&(i>>r&1)==1;r<6?this.modules[r][8]=o:r<8?this.modules[r+1][8]=o:this.modules[this.moduleCount-15+r][8]=o}for(let r=0;r<15;r++){const o=!t&&(i>>r&1)==1;r<8?this.modules[8][this.moduleCount-r-1]=o:r<9?this.modules[8][15-r-1+1]=o:this.modules[8][15-r-1]=o}this.modules[this.moduleCount-8][8]=!t}mapData(t,e){let s=-1,i=this.moduleCount-1,r=7,o=0;for(let a=this.moduleCount-1;a>0;a-=2)for(a==6&&a--;;){for(let c=0;c<2;c++)if(this.modules[i][a-c]==null){let h=!1;o<t.length&&(h=(t[o]>>>r&1)==1),It.getMask(e,i,a-c)&&(h=!h),this.modules[i][a-c]=h,r--,r==-1&&(o++,r=7)}if(i+=s,i<0||this.moduleCount<=i){i-=s,s=-s;break}}}static createData(t,e,s){const i=xn.getRSBlocks(t,e),r=new dp;for(let a=0;a<s.length;a++){const c=s[a];r.put(c.mode,4),r.put(c.getLength(),It.getLengthInBits(c.mode,t)),c.write(r)}let o=0;for(let a=0;a<i.length;a++)o+=i[a].dataCount;if(r.getLengthInBits()>o*8)throw new Error("code length overflow. ("+r.getLengthInBits()+">"+o*8+")");for(r.getLengthInBits()+4<=o*8&&r.put(0,4);r.getLengthInBits()%8!=0;)r.putBit(!1);for(;!(r.getLengthInBits()>=o*8||(r.put(Yn.PAD0,8),r.getLengthInBits()>=o*8));)r.put(Yn.PAD1,8);return Yn.createBytes(r,i)}static createBytes(t,e){let s=0,i=0,r=0;const o=new Array(e.length),a=new Array(e.length);for(let l=0;l<e.length;l++){const f=e[l].dataCount,d=e[l].totalCount-f;i=Math.max(i,f),r=Math.max(r,d),o[l]=new Array(f);for(let g=0;g<o[l].length;g++)o[l][g]=255&t.buffer[g+s];s+=f;const p=It.getErrorCorrectPolynomial(d),y=new Ws(o[l],p.getLength()-1).mod(p);a[l]=new Array(p.getLength()-1);for(let g=0;g<a[l].length;g++){const v=g+y.getLength()-a[l].length;a[l][g]=v>=0?y.get(v):0}}let c=0;for(let l=0;l<e.length;l++)c+=e[l].totalCount;const h=new Array(c);let u=0;for(let l=0;l<i;l++)for(let f=0;f<e.length;f++)l<o[f].length&&(h[u++]=o[f][l]);for(let l=0;l<r;l++)for(let f=0;f<e.length;f++)l<a[f].length&&(h[u++]=a[f][l]);return h}}const mp=Math.ceil,Vi=Math.floor,pp=Math.round;function TE(n,t){const e=rd(n),s=t?.ecc||"H",i=t?.size||256,r=-1,o=t?.padding||0,a=t?.color||"#000000",c=t?.background||"#ffffff",h=new Yn(r,s);h.addData(e),h.make();const u=h.getModuleCount(),l=(i-o*2)/u,f=o,d=i-o;return fp(i,a,c,function(p,m){if(f<=p&&p<d&&f<=m&&m<d){const y=Vi((p-f)/l),g=Vi((m-f)/l);return h.isDark(g,y)?0:1}else return 1})}function CE(n,t){const e=t.x||0,s=t.y||0,i=rd(n),r=t.ctx,o=t.ecc||"H",a=typeof t.size=="number"?Vi(t.size):256,c=t.padding||0,h=-1,u=t.color||"#000000",l=t.background||"#ffffff",f=new Yn(h,o);f.addData(i),f.make();const d=f.getModuleCount(),p=(a-c*2)/d;r.fillStyle=l,r.fillRect(e,s,a,a);for(let m=0;m<d;m++)for(let y=0;y<d;y++){const g=mp((y+1)*p)-Vi(y*p),v=mp((m+1)*p)-Vi(m*p);r.fillStyle=f.isDark(m,y)?u:l,r.fillRect(e+pp(y*p)+c,s+pp(m*p)+c,g,v)}}function wt(n){return n*Math.PI/180}function Jt(n){return n*180/Math.PI}function Hs(n,t,e=0){return Math.sqrt(n*n+t*t+e*e)}function Gn(n,t,e,s){return Hs(e-n,s-t)}function Pe(n,t,e,s){let i=Math.atan2(s-t,e-n);return i<0&&(i+=Math.PI*2),i}function Xn(n,t){return{dx:Math.cos(n)*t,dy:Math.sin(n)*t}}function PE(n,t,e){if(typeof e=="number"){const s=Hs(n,t,e);return{x:n/=s,y:t/=s,z:e/=s}}else{const s=Hs(n,t);return{x:n/=s,y:t/=s}}}function AE(n,t,e,s,i=10){if(Math.abs(e-n)<i&&Math.abs(s-t)<i)return"no";const r=Jt(Pe(n,t,e,s));return r>=-135&&r<=-45?"up":r>45&&r<135?"down":r>=135&&r<=180||r>=-180&&r<-135?"left":"right"}class So{x=0;y=0;constructor(t=0,e=0){this.x=t,this.y=e}get width(){return this.x}set width(t){this.x=t}get height(){return this.y}set height(t){this.y=t}set(t=0,e=0){return this.x=t,this.y=e,this}setScalar(t){return this.x=t,this.y=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;default:throw new Error("index is out of range: "+t)}}copy(t){return this.x=t.x,this.y=t.y,this}clone(){return new So(this.x,this.y)}add(t){return this.x+=t.x,this.y+=t.y,this}addScalar(t){return this.x+=t,this.y+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this}subScalar(t){return this.x-=t,this.y-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this}multiply(t){return this.x*=t.x,this.y*=t.y,this}multiplyScalar(t){return this.x*=t,this.y*=t,this}divide(t){return this.x/=t.x,this.y/=t.y,this}divideScalar(t){return this.multiplyScalar(1/t)}applyMatrix3(t){const e=this.x,s=this.y;return this.x=t.m11*e+t.m21*s+t.m31,this.y=t.m12*e+t.m22*s+t.m32,this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this}clamp(t,e){return this.x=rt(this.x,t.x,e.x),this.y=rt(this.y,t.y,e.y),this}clampScalar(t,e){return this.x=rt(this.x,t,e),this.y=rt(this.y,t,e),this}clampLength(t,e){const s=this.length();return this.divideScalar(s||1).multiplyScalar(rt(s,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this}negate(){return this.x=-this.x,this.y=-this.y,this}dot(t){return this.x*t.x+this.y*t.y}cross(t){return this.x*t.y-this.y*t.x}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0);const s=t.dot(this)/e;return this.copy(t).multiplyScalar(s)}perpendOnVector(t){return gp.copy(this).projectOnVector(t),this.sub(gp)}length(){return Math.sqrt(this.x*this.x+this.y*this.y)}lengthSq(){return this.x*this.x+this.y*this.y}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)}normalize(){return this.divideScalar(this.length()||1)}angle(){return Math.atan2(-this.y,-this.x)+Math.PI}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;const s=this.dot(t)/e;return Math.acos(rt(s,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,s=this.y-t.y;return e*e+s*s}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this}lerpVectors(t,e,s){return this.x=t.x+(e.x-t.x)*s,this.y=t.y+(e.y-t.y)*s,this}equals(t){return t.x===this.x&&t.y===this.y}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t}rotateAround(t,e){const s=Math.cos(e),i=Math.sin(e),r=this.x-t.x,o=this.y-t.y;return this.x=r*s-o*i+t.x,this.y=r*i+o*s+t.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}}class en{x=0;y=0;z=0;constructor(t=0,e=0,s=0){this.x=t,this.y=e,this.z=s}set(t=0,e=0,s=0){return this.x=t,this.y=e,this.z=s,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("index is out of range: "+t)}}clone(){return new en(this.x,this.y,this.z)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this}multiplyVectors(t,e){return this.x=t.x*e.x,this.y=t.y*e.y,this.z=t.z*e.z,this}applyMatrix3(t){const e=this.x,s=this.y,i=this.z,r=t.value;return this.x=r[0]*e+r[3]*s+r[6]*i,this.y=r[1]*e+r[4]*s+r[7]*i,this.z=r[2]*e+r[5]*s+r[8]*i,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const e=this.x,s=this.y,i=this.z,r=t.value,o=1/(r[3]*e+r[7]*s+r[11]*i+r[15]);return this.x=(r[0]*e+r[4]*s+r[8]*i+r[12])*o,this.y=(r[1]*e+r[5]*s+r[9]*i+r[13])*o,this.z=(r[2]*e+r[6]*s+r[10]*i+r[14])*o,this}transformDirection(t){const e=this.x,s=this.y,i=this.z,r=t.value;return this.x=r[0]*e+r[4]*s+r[8]*i,this.y=r[1]*e+r[5]*s+r[9]*i,this.z=r[2]*e+r[6]*s+r[10]*i,this.normalize()}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this}divideScalar(t){return this.multiplyScalar(1/t)}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this}clamp(t,e){return this.x=rt(this.x,t.x,e.x),this.y=rt(this.y,t.y,e.y),this.z=rt(this.z,t.z,e.z),this}clampScalar(t,e){return this.x=rt(this.x,t,e),this.y=rt(this.y,t,e),this.z=rt(this.z,t,e),this}clampLength(t,e){const s=this.length();return this.divideScalar(s||1).multiplyScalar(rt(s,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this}lerpVectors(t,e,s){return this.x=t.x+(e.x-t.x)*s,this.y=t.y+(e.y-t.y)*s,this.z=t.z+(e.z-t.z)*s,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,e){const s=t.x,i=t.y,r=t.z,o=e.x,a=e.y,c=e.z;return this.x=i*c-r*a,this.y=r*o-s*c,this.z=s*a-i*o,this}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0,0);const s=t.dot(this)/e;return this.copy(t).multiplyScalar(s)}perpendOnVector(t){return Th.copy(this).projectOnVector(t),this.sub(Th)}projectOnPlane(t){return this.perpendOnVector(t)}reflect(t){return this.sub(Th.copy(t).multiplyScalar(2*this.dot(t)))}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;const s=this.dot(t)/e;return Math.acos(rt(s,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,s=this.y-t.y,i=this.z-t.z;return e*e+s*s+i*i}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)}setFromMatrix4Position(t){const e=t.value;return this.x=e[12],this.y=e[13],this.z=e[14],this}setFromMatrix4Scale(t){const e=this.setFromMatrix4Column(t,0).length(),s=this.setFromMatrix4Column(t,1).length(),i=this.setFromMatrix4Column(t,2).length();return this.x=e,this.y=s,this.z=i,this}setFromMatrix4Column(t,e){return this.fromArray(t.value,e*4)}setFromMatrix3Column(t,e){return this.fromArray(t.value,e*3)}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this}randomDirection(){const t=Math.random()*Math.PI*2,e=Math.random()*2-1,s=Math.sqrt(1-e*e);return this.x=s*Math.cos(t),this.y=e,this.z=s*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}}class Eh{x=0;y=0;z=0;w=1;constructor(t=0,e=0,s=0,i=1){this.x=t,this.y=e,this.z=s,this.w=i}get width(){return this.z}set width(t){this.z=t}get height(){return this.w}set height(t){this.w=t}set(t=0,e=0,s=0,i=1){return this.x=t,this.y=e,this.z=s,this.w=i,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this.w=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setW(t){return this.w=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;case 3:this.w=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;case 3:return this.w;default:throw new Error("index is out of range: "+t)}}clone(){return new Eh(this.x,this.y,this.z,this.w)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this.w=t.w,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this.w+=t.w,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this.w+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this.w=t.w+e.w,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this.w+=t.w*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this.w-=t.w,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this.w-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this.w=t.w-e.w,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this.w*=t.w,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this.w*=t,this}applyMatrix4(t){const e=this.x,s=this.y,i=this.z,r=this.w,o=t.value;return this.x=o[0]*e+o[4]*s+o[8]*i+o[12]*r,this.y=o[1]*e+o[5]*s+o[9]*i+o[13]*r,this.z=o[2]*e+o[6]*s+o[10]*i+o[14]*r,this.w=o[3]*e+o[7]*s+o[11]*i+o[15]*r,this}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this.w/=t.w,this}divideScalar(t){return this.multiplyScalar(1/t)}setAxisAngleFromRotationMatrix4(t){let e,s,i,r;const c=t.value,h=c[0],u=c[4],l=c[8],f=c[1],d=c[5],p=c[9],m=c[2],y=c[6],g=c[10];if(Math.abs(u-f)<.01&&Math.abs(l-m)<.01&&Math.abs(p-y)<.01){if(Math.abs(u+f)<.1&&Math.abs(l+m)<.1&&Math.abs(p+y)<.1&&Math.abs(h+d+g-3)<.1)return this.set(1,0,0,0),this;e=Math.PI;const x=(h+1)/2,b=(d+1)/2,E=(g+1)/2,_=(u+f)/4,D=(l+m)/4,V=(p+y)/4;return x>b&&x>E?x<.01?(s=0,i=.707106781,r=.707106781):(s=Math.sqrt(x),i=_/s,r=D/s):b>E?b<.01?(s=.707106781,i=0,r=.707106781):(i=Math.sqrt(b),s=_/i,r=V/i):E<.01?(s=.707106781,i=.707106781,r=0):(r=Math.sqrt(E),s=D/r,i=V/r),this.set(s,i,r,e),this}let v=Math.sqrt((y-p)*(y-p)+(l-m)*(l-m)+(f-u)*(f-u));return Math.abs(v)<.001&&(v=1),this.x=(y-p)/v,this.y=(l-m)/v,this.z=(f-u)/v,this.w=Math.acos((h+d+g-1)/2),this}setFromMatrix4Position(t){const e=t.value;return this.x=e[12],this.y=e[13],this.z=e[14],this.w=e[15],this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this.w=Math.min(this.w,t.w),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this.w=Math.max(this.w,t.w),this}clamp(t,e){return this.x=rt(this.x,t.x,e.x),this.y=rt(this.y,t.y,e.y),this.z=rt(this.z,t.z,e.z),this.w=rt(this.w,t.w,e.w),this}clampScalar(t,e){return this.x=rt(this.x,t,e),this.y=rt(this.y,t,e),this.z=rt(this.z,t,e),this.w=rt(this.w,t,e),this}clampLength(t,e){const s=this.length();return this.divideScalar(s||1).multiplyScalar(rt(s,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this.w=Math.floor(this.w),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this.w=Math.ceil(this.w),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this.w=Math.round(this.w),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this.w=Math.trunc(this.w),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this.w=-this.w,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z+this.w*t.w}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)+Math.abs(this.w)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0,0,1);const s=t.dot(this)/e;return this.copy(t).multiplyScalar(s)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this.w+=(t.w-this.w)*e,this}lerpVectors(t,e,s){return this.x=t.x+(e.x-t.x)*s,this.y=t.y+(e.y-t.y)*s,this.z=t.z+(e.z-t.z)*s,this.w=t.w+(e.w-t.w)*s,this}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z&&t.w===this.w}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this.w=t[e+3],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t[e+3]=this.w,t}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this.w=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z,yield this.w}}const gp=new So,Th=new en,yp=ME("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);function ME(n,t=10){const e={},s=n.split(",");for(let i=0;i<s.length;i+=2){const r="&"+s[i+1]+";",o=parseInt(s[i],t);e[r]="&#"+o+";"}return e["\\xa0"]=" ",e}function le(n,t){const e=Object.keys(t);for(let s=0;s<e.length;s++)n=n.replace(new RegExp("{"+e[s]+"}","gi"),""+t[e[s]]);return n}function _o(n){let t,e;if(!n)throw new Error("cannot create a random attribute name for an undefined object");const s="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";t="";do for(t="",e=0;e<12;e++)t+=s[Math.floor(Math.random()*s.length)];while(n[t]);return t}function DE(n){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[n]||t.start}function RE(n){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[n]||t.alphabetic}const Ni={strokeStyle:{svgAttr:"stroke",canvas:"#000000",svg:"none",apply:"stroke"},fillStyle:{svgAttr:"fill",canvas:"#000000",svg:null,apply:"fill"},lineCap:{svgAttr:"stroke-linecap",canvas:"butt",svg:"butt",apply:"stroke"},lineJoin:{svgAttr:"stroke-linejoin",canvas:"miter",svg:"miter",apply:"stroke"},miterLimit:{svgAttr:"stroke-miterlimit",canvas:10,svg:4,apply:"stroke"},lineWidth:{svgAttr:"stroke-width",canvas:1,svg:1,apply:"stroke"},globalAlpha:{svgAttr:"opacity",canvas:1,svg:1,apply:"fill stroke"},font:{canvas:"10px sans-serif"},shadowColor:{canvas:"#000000"},shadowOffsetX:{canvas:0},shadowOffsetY:{canvas:0},shadowBlur:{canvas:0},textAlign:{canvas:"start"},textBaseline:{canvas:"alphabetic"},lineDash:{svgAttr:"stroke-dasharray",canvas:[],svg:null,apply:"stroke"},lineDashOffset:{svgAttr:"stroke-dashoffset",canvas:0,svg:0,apply:"stroke"}};let Eo=class{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}addColorStop(t,e){const s=this.__ctx.__createElement("stop");if(s.setAttribute("offset",""+t),e.indexOf("rgba")!==-1){const r=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(e);r&&(s.setAttribute("stop-color",le("rgb({r},{g},{b})",{r:r[1],g:r[2],b:r[3]})),s.setAttribute("stop-opacity",r[4]))}else s.setAttribute("stop-color",e);this.__root.appendChild(s)}},Ch=class{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}},vp=class Jf{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:t,width:e=500,height:s=500}){t?(this.__canvas=t,this.__ctx=t.getContext("2d"),this.width=t.width,this.height=t.height):(this.__canvas=this.__document.createElement("canvas"),this.__ctx=this.__canvas.getContext("2d"),this.width=e,this.height=s),this.__setDefaultStyles(),this.__styleStack=[this.__getStyleState()],this.__groupStack=[],this.__rootSVG=this.__document.createElementNS("http://www.w3.org/2000/svg","svg"),this.__rootSVG.setAttribute("version","1.1"),this.__rootSVG.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.__rootSVG.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),this.__rootSVG.setAttribute("width",""+this.width),this.__rootSVG.setAttribute("height",""+this.height),this.__ids={},this.__SVGdefs=this.__document.createElementNS("http://www.w3.org/2000/svg","defs"),this.__rootSVG.appendChild(this.__SVGdefs),this.__currentElement=this.__document.createElementNS("http://www.w3.org/2000/svg","g"),this.__rootSVG.appendChild(this.__currentElement)}__setDefaultStyles(){const t=Object.keys(Ni);for(let e=0,s=t.length;e<s;e++){const i=t[e];this[i]=Ni[i].canvas}}__getStyleState(){const t={},e=Object.keys(Ni);for(let s=0,i=e.length;s<i;s++){const r=e[s];t[r]=this[r]}return t}__applyStyleState(t){const e=Object.keys(t);for(let s=0,i=e.length;s<i;s++){const r=e[s];this[r]=t[r]}}__createElement(t,e={},s=!1){const i=this.__document.createElementNS("http://www.w3.org/2000/svg",t),r=Object.keys(e);s&&(i.setAttribute("fill","none"),i.setAttribute("stroke","none"));for(let o=0;o<r.length;o++){const a=r[o];i.setAttribute(a,e[a])}return i}__applyStyleToCurrentElement(t){let e=this.__currentElement;const s=this.__currentElementsToStyle;s&&(e.setAttribute(t,""),e=s.element,s.children.forEach(r=>{r.setAttribute(t,"")}));const i=Object.keys(Ni);for(let r=0;r<i.length;r++){const o=Ni[i[r]],a=this[i[r]];if(o.apply){if(a instanceof Ch){if(a.__ctx)for(;a.__ctx.__SVGdefs.childNodes.length;){const c=a.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[c]=c,this.__SVGdefs.appendChild(a.__ctx.__SVGdefs.childNodes[0])}e.setAttribute(o.apply,le("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof Eo)e.setAttribute(o.apply,le("url(#{id})",{id:a.__root.getAttribute("id")}));else if(o.apply.indexOf(t)!==-1&&o.svg!==a)if((o.svgAttr==="stroke"||o.svgAttr==="fill")&&a.indexOf("rgba")!==-1){const h=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);if(h){e.setAttribute(o.svgAttr,le("rgb({r},{g},{b})",{r:h[1],g:h[2],b:h[3]}));let u=parseFloat(h[4]);const l=this.globalAlpha;l!=null&&(u*=l),e.setAttribute(o.svgAttr+"-opacity",""+u)}}else{let c=o.svgAttr;if(i[r]==="globalAlpha"&&(c=t+"-"+o.svgAttr,e.getAttribute(c)))continue;c&&e.setAttribute(c,a)}}}}__closestGroupOrSvg(t){return t=t||this.__currentElement,t.nodeName==="g"||t.nodeName==="svg"?t:this.__closestGroupOrSvg(t.parentNode)}getSerializedSvg(t){let e=new XMLSerializer().serializeToString(this.__rootSVG);if(/xmlns="http:\/\/www\.w3\.org\/2000\/svg".+xmlns="http:\/\/www\.w3\.org\/2000\/svg/gi.test(e)&&(e=e.replace('xmlns="http://www.w3.org/2000/svg','xmlns:xlink="http://www.w3.org/1999/xlink')),t){const i=Object.keys(yp);for(let r=0,o=i.length;r<o;r++){const a=i[r],c=yp[a],h=new RegExp(a,"gi");h.test(e)&&(e=e.replace(h,c))}}return e}getSvg(){return this.__rootSVG}save(){const t=this.__createElement("g"),e=this.__closestGroupOrSvg();this.__groupStack.push(e),e.appendChild(t),this.__currentElement=t,this.__styleStack.push(this.__getStyleState())}restore(){this.__currentElementsToStyle=null;const t=this.__groupStack.pop();t?this.__currentElement=t:this.__currentElement=this.__rootSVG.childNodes[1];const e=this.__styleStack.pop();e&&this.__applyStyleState(e)}__addTransform(t){const e=this.__closestGroupOrSvg();if(e.childNodes.length>0){this.__currentElement.nodeName==="path"&&(this.__currentElementsToStyle||(this.__currentElementsToStyle={element:e,children:[]}),this.__currentElementsToStyle.children.push(this.__currentElement),this.__applyCurrentDefaultPath());const i=this.__createElement("g");e.appendChild(i),this.__currentElement=i}let s=this.__currentElement.getAttribute("transform");s?s+=" ":s="",s+=t,this.__currentElement.setAttribute("transform",s)}scale(t,e){e===void 0&&(e=t),this.__addTransform(le("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(le("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(le("translate({x},{y})",{x:t,y:e}))}transform(t,e,s,i,r,o){this.__addTransform(le("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:s,d:i,e:r,f:o}))}beginPath(){this.__currentDefaultPath="",this.__currentPosition={};const t=this.__createElement("path",{},!0);this.__closestGroupOrSvg().appendChild(t),this.__currentElement=t}__applyCurrentDefaultPath(){const t=this.__currentElement;t.nodeName==="path"&&t.setAttribute("d",this.__currentDefaultPath)}__addPathCommand(t){this.__currentDefaultPath+=" ",this.__currentDefaultPath+=t}moveTo(t,e){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.__currentPosition={x:t,y:e},this.__addPathCommand(le("M {x} {y}",this.__currentPosition))}closePath(){this.__currentDefaultPath&&this.__addPathCommand("Z")}lineTo(t,e){this.__currentPosition={x:t,y:e},this.__currentDefaultPath.indexOf("M")>-1?this.__addPathCommand(le("L {x} {y}",this.__currentPosition)):this.__addPathCommand(le("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,s,i,r,o){this.__currentPosition={x:r,y:o},this.__addPathCommand(le("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:s,cp2y:i,x:r,y:o}))}quadraticCurveTo(t,e,s,i){this.__currentPosition={x:s,y:i},this.__addPathCommand(le("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:e,x:s,y:i}))}normalize(t){const e=Math.sqrt(t[0]*t[0]+t[1]*t[1]);return[t[0]/e,t[1]/e]}arcTo(t,e,s,i,r){const o=this.__currentPosition&&this.__currentPosition.x,a=this.__currentPosition&&this.__currentPosition.y;if(typeof o>"u"||typeof a>"u")return;if(r<0)throw new Error("IndexSizeError: The radius provided ("+r+") is negative.");if(o===t&&a===e||t===s&&e===i||r===0){this.lineTo(t,e);return}const c=this.normalize([o-t,a-e]),h=this.normalize([s-t,i-e]);if(c[0]*h[1]===c[1]*h[0]){this.lineTo(t,e);return}const u=c[0]*h[0]+c[1]*h[1],l=Math.acos(Math.abs(u)),f=this.normalize([c[0]+h[0],c[1]+h[1]]),d=r/Math.sin(l/2),p=t+d*f[0],m=e+d*f[1],y=[-c[1],c[0]],g=[h[1],-h[0]],v=function(E){const _=E[0];return E[1]>=0?Math.acos(_):-Math.acos(_)},x=v(y),b=v(g);this.lineTo(p+y[0]*r,m+y[1]*r),this.arc(p,m,r,x,b)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(t,e,s,i){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,e),this.lineTo(t+s,e),this.lineTo(t+s,e+i),this.lineTo(t,e+i),this.lineTo(t,e),this.closePath()}fillRect(t,e,s,i){const r=this.__createElement("rect",{x:t,y:e,width:s,height:i},!0);this.__closestGroupOrSvg().appendChild(r),this.__currentElement=r,this.__applyStyleToCurrentElement("fill")}strokeRect(t,e,s,i){const r=this.__createElement("rect",{x:t,y:e,width:s,height:i},!0);this.__closestGroupOrSvg().appendChild(r),this.__currentElement=r,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const e=this.__closestGroupOrSvg().getAttribute("transform"),s=this.__rootSVG.childNodes[1],i=s.childNodes;for(let r=i.length-1;r>=0;r--)i[r]&&s.removeChild(i[r]);this.__currentElement=s,this.__groupStack=[],e&&this.__addTransform(e)}clearRect(t,e,s,i){if(t===0&&e===0&&s===this.width&&i===this.height){this.__clearCanvas();return}const r=this.__closestGroupOrSvg(),o=this.__createElement("rect",{x:t,y:e,width:s,height:i,fill:"#FFFFFF"},!0);r.appendChild(o)}createLinearGradient(t,e,s,i){const r=this.__createElement("linearGradient",{id:_o(this.__ids),x1:t+"px",x2:s+"px",y1:e+"px",y2:i+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(r),new Eo(r,this)}createRadialGradient(t,e,s,i,r,o){const a=this.__createElement("radialGradient",{id:_o(this.__ids),cx:i+"px",cy:r+"px",r:o+"px",fx:t+"px",fy:e+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(a),new Eo(a,this)}__parseFont(){const e=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext]))(?:\s*\/\s*(normal|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext])))?\s*([-,'"\sa-z0-9]+?)\s*$/i.exec(this.font),s={style:e[1]||"normal",size:e[4]||"10px",family:e[6]||"sans-serif",weight:e[3]||"normal",decoration:e[2]||"normal",href:null};return this.__fontUnderline==="underline"&&(s.decoration="underline"),this.__fontHref&&(s.href=this.__fontHref),s}__wrapTextLink(t,e){if(t.href){const s=this.__createElement("a");return s.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.href),s.appendChild(e),s}return e}__applyText(t,e,s,i){const r=this.__parseFont(),o=this.__closestGroupOrSvg(),a=this.__createElement("text",{"font-family":r.family,"font-size":r.size,"font-style":r.style,"font-weight":r.weight,"text-decoration":r.decoration,x:e,y:s,"text-anchor":DE(this.textAlign),"dominant-baseline":RE(this.textBaseline)},!0);a.appendChild(this.__document.createTextNode(t)),this.__currentElement=a,this.__applyStyleToCurrentElement(i),o.appendChild(this.__wrapTextLink(r,a))}fillText(t,e,s){this.__applyText(t,e,s,"fill")}strokeText(t,e,s){this.__applyText(t,e,s,"stroke")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,e,s,i,r,o){if(i===r)return;i=i%(2*Math.PI),r=r%(2*Math.PI),i===r&&(r=(r+2*Math.PI-.001*(o?-1:1))%(2*Math.PI));const a=t+s*Math.cos(r),c=e+s*Math.sin(r),h=t+s*Math.cos(i),u=e+s*Math.sin(i),l=o?0:1;let f=0,d=r-i;d<0&&(d+=2*Math.PI),o?f=d>Math.PI?0:1:f=d>Math.PI?1:0,this.lineTo(h,u),this.__addPathCommand(le("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:s,ry:s,xAxisRotation:0,largeArcFlag:f,sweepFlag:l,endX:a,endY:c})),this.__currentPosition={x:a,y:c}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),s=_o(this.__ids),i=this.__createElement("g");this.__applyCurrentDefaultPath(),t.removeChild(this.__currentElement),e.setAttribute("id",s),e.appendChild(this.__currentElement),this.__SVGdefs.appendChild(e),t.setAttribute("clip-path",le("url(#{id})",{id:s})),t.appendChild(i),this.__currentElement=i}drawImage(...t){let e=t[0],s,i,r,o,a=0,c=0,h,u,l,f,d,p,m,y;if(t.length===3)s=t[1],i=t[2],h=e.width,u=e.height,r=h,o=u;else if(t.length===5)s=t[1],i=t[2],r=t[3],o=t[4],h=e.width,u=e.height;else if(t.length===9)a=t[1],c=t[2],h=t[3],u=t[4],s=t[5],i=t[6],r=t[7],o=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const g=this.__closestGroupOrSvg();this.__currentElement;const v="translate("+s+", "+i+")";if(e instanceof Jf){if(l=e.getSvg().cloneNode(!0),l.childNodes&&l.childNodes.length>1){for(f=l.childNodes[0];f.childNodes.length;)y=f.childNodes[0].getAttribute("id"),this.__ids[y]=y,this.__SVGdefs.appendChild(f.childNodes[0]);if(d=l.childNodes[1],d){const x=d.getAttribute("transform");let b;x?b=x+" "+v:b=v,d.setAttribute("transform",b),g.appendChild(d)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(p=this.__createElement("image"),p.setAttribute("width",r),p.setAttribute("height",o),p.setAttribute("preserveAspectRatio","none"),(a||c||h!==e.width||u!==e.height)&&(m=this.__document.createElement("canvas"),m.width=r,m.height=o,m.getContext("2d")?.drawImage(e,a,c,h,u,0,0,r,o),e=m),p.setAttribute("transform",v),p.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),g.appendChild(p))}createPattern(t,e){const s=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),i=_o(this.__ids);let r;return s.setAttribute("id",i),t.nodeName==="CANVAS"||t.nodeName==="IMG"?(r=this.__document.createElementNS("http://www.w3.org/2000/svg","image"),r.setAttribute("width",""+t.width),r.setAttribute("height",""+t.height),r.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.nodeName==="CANVAS"?t.toDataURL():t.getAttribute("src")),s.appendChild(r),this.__SVGdefs.appendChild(s)):t instanceof Jf&&(s.setAttribute("width",""+t.width),s.setAttribute("height",""+t.height),s.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(s)),new Ch(s,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}},Ph=class{canvas;context;customContext;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;hasSetCustomStrokeStyle=!1;hasSetCustomFillStyle=!1;constructor(t,e,s,i=!1){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),i&&(this.customContext=new vp({canvas:this.canvas,width:e||this.canvas.width,height:s||this.canvas.height}))}set lineWidth(t){this.hasSetCustomStrokeStyle=!0,this.context.lineWidth=t,this.customContext&&(this.customContext.lineWidth=t)}get lineWidth(){return this.context.lineWidth}set lineCap(t){this.hasSetCustomStrokeStyle=!0,this.context.lineCap=t,this.customContext&&(this.customContext.lineCap=t)}get lineCap(){return this.context.lineCap}set lineJoin(t){this.hasSetCustomStrokeStyle=!0,this.context.lineJoin=t,this.customContext&&(this.customContext.lineCap=t)}get lineJoin(){return this.context.lineJoin}set lineDashOffset(t){this.hasSetCustomStrokeStyle=!0,this.context.lineDashOffset=t,this.customContext&&(this.customContext.lineDashOffset=t)}get lineDashOffset(){return this.context.lineDashOffset}set miterLimit(t){this.hasSetCustomStrokeStyle=!0,this.context.miterLimit=t,this.customContext&&(this.customContext.miterLimit=t)}get miterLimit(){return this.context.miterLimit}set globalAlpha(t){this.context.globalAlpha=t,this.customContext&&(this.customContext.globalAlpha=t)}get globalAlpha(){return this.context.globalAlpha}set fillStyle(t){this.hasSetCustomFillStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.fillStyle=t,this.customContext&&(this.customContext.fillStyle=t)):(this.context.fillStyle=t.gradient,this.customContext&&(this.customContext.fillStyle=t.gradientCustom))}get fillStyle(){return this.context.fillStyle}set strokeStyle(t){this.hasSetCustomStrokeStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.strokeStyle=t,this.customContext&&(this.customContext.strokeStyle=t)):(this.context.strokeStyle=t.gradient,this.customContext&&(this.customContext.strokeStyle=t.gradientCustom))}get strokeStyle(){return this.context.strokeStyle}set font(t){this.context.font=t,this.customContext&&(this.customContext.font=t)}get font(){return this.context.font}set textBaseline(t){this.context.textBaseline=t,this.customContext&&(this.customContext.textBaseline=t)}get textBaseline(){return this.context.textBaseline}set textAlign(t){this.context.textAlign=t,this.customContext&&(this.customContext.textAlign=t)}get textAlign(){return this.context.textAlign}fill(t){return t?this.context.fill(t):(this.context.fill(),this.customContext&&this.customContext.fill()),this}fillRect(t,e,s,i){return this.context.fillRect(t,e,s,i),this.customContext&&this.customContext.fillRect(t,e,s,i),this}fillText(t,e,s,i){return this.hasSetCustomFillStyle=!1,this.context.fillText(t,e,s,i),this.customContext&&this.customContext.fillText(t,e,s),this}setLineDash(t){return this.context.setLineDash(t),this.customContext&&this.customContext.setLineDash(t),this}stroke(t){return t?this.context.stroke(t):(this.context.stroke(),this.customContext&&this.customContext.stroke()),this}strokeText(t,e,s,i){return this.context.strokeText(t,e,s,i),this.customContext&&this.customContext.strokeText(t,e,s),this}strokeRect(t,e,s,i){return this.context.strokeRect(t,e,s,i),this.customContext&&this.customContext.strokeRect(t,e,s,i),this}measureText(t){return this.context.measureText(t)}clearRect(t=0,e=0,s=this.canvas.width,i=this.canvas.height){return this.context.clearRect(t,e,s,i),this.customContext&&this.customContext.clearRect(t,e,s,i),this}save(){return this.context.save(),this.customContext&&this.customContext.save(),this.currentMatrix=new DOMMatrix,this.path2Ds.push(this.currentPath2D),this.currentPath2D=new Path2D,this}restore(){return this.context.restore(),this.customContext&&this.customContext.restore(),this.hasSetCustomStrokeStyle=!1,this.hasSetCustomFillStyle=!1,this.currentMatrix=new DOMMatrix,this.currentPath2D=this.path2Ds.pop()||new Path2D,this}beginPath(){return this.context.beginPath(),this.customContext&&this.customContext.beginPath(),this}closePath(){return this.context.closePath(),this.customContext&&this.customContext.closePath(),this.currentPath2D.closePath(),this}changePath2D(t=this.currentPath2D,e=this.currentMatrix){const s=new Path2D;s.addPath(t,e),this.currentPath2D=s}isPointInStroke(...t){return t[0]instanceof Path2D?this.context.isPointInStroke(t[0],t[1],t[2]):this.context.isPointInStroke(t[0],t[1])}isPointInPath(...t){return t[0]instanceof Path2D?this.context.isPointInPath(t[0],t[1],t[2]):this.context.isPointInPath(t[0],t[1])}translate(t,e){return this.context.translate(t,e),this.customContext&&this.customContext.translate(t,e),this.currentMatrix.translate(t,e),this.changePath2D(),this}rotate(t,e=0,s=0){return this.translate(e,s),this.context.rotate(t),this.customContext&&this.customContext.rotate(t),this.currentMatrix.rotate(t),this.translate(-e,-s),this.changePath2D(),this}scale(t,e=t,s=0,i=0){return this.translate(s,i),this.context.scale(t,e),this.customContext&&this.customContext.scale(t,e),this.currentMatrix.scale(t,e),this.translate(-s,-i),this.changePath2D(),this}moveTo(t,e){return this.context.moveTo(t,e),this.customContext&&this.customContext.moveTo(t,e),this.currentPath2D.moveTo(t,e),this}lineTo(t,e){return this.context.lineTo(t,e),this.customContext&&this.customContext.lineTo(t,e),this.currentPath2D.lineTo(t,e),this}arc(t,e,s,i,r,o){return this.context.arc(t,e,s,i,r,o),this.customContext&&this.customContext.arc(t,e,s,i,r,o?-1:1),this.currentPath2D.arc(t,e,s,i,r,o),this}arcTo(t,e,s,i,r){return this.context.arcTo(t,e,s,i,r),this.customContext&&this.customContext.arcTo(t,e,s,i,r),this.currentPath2D.arcTo(t,e,s,i,r),this}ellipse(t,e,s,i,r,o,a,c){return this.context.ellipse(t,e,s,i,r,o,a,c),this.currentPath2D.ellipse(t,e,s,i,r,o,a,c),this}quadraticCurveTo(t,e,s,i){return this.context.quadraticCurveTo(t,e,s,i),this.customContext&&this.customContext.quadraticCurveTo(t,e,s,i),this.currentPath2D.quadraticCurveTo(t,e,s,i),this}bezierCurveTo(t,e,s,i,r,o){return this.context.bezierCurveTo(t,e,s,i,r,o),this.customContext&&this.customContext.bezierCurveTo(t,e,s,i,r,o),this.currentPath2D.bezierCurveTo(t,e,s,i,r,o),this}rect(t,e,s,i){return this.context.rect(t,e,s,i),this.customContext&&this.customContext.rect(t,e,s,i),this.currentPath2D.rect(t,e,s,i),this}createLinearGradient(t,e,s,i,r){const o=this.context.createLinearGradient(t,e,s,i);return r&&Object.entries(r).forEach(([a,c])=>{o.addColorStop(parseFloat(a),c)}),o}createRadialGradient(t,e,s,i,r,o,a){const c=this.context.createRadialGradient(t,e,s,i,r,o);return a&&Object.entries(a).forEach(([h,u])=>{c.addColorStop(parseFloat(h),u)}),c}drawImage(t,...e){if(e.length===0)this.context.drawImage(t,0,0);else if(e.length===2){const s=e[0],i=e[1];this.context.drawImage(t,s,i)}else if(e.length===4){const s=e[0],i=e[1],r=e[2],o=e[3];this.context.drawImage(t,s,i,r,o)}else if(e.length===8){const s=e[0],i=e[1],r=e[2],o=e[3],a=e[4],c=e[5],h=e[6],u=e[7];this.context.drawImage(t,s,i,r,o,a,c,h,u)}else throw new Error("Invalid number of arguments passed to drawImage: "+e.length);return this.customContext&&this.customContext.drawImage(t,...e),this}getImageData(t=0,e=0,s=this.canvas.width,i=this.canvas.height,r){return this.context.getImageData(t,e,s,i,r)}putImageData(t,e=0,s=0){return this.context.putImageData(t,e,s)}createPattern(t,e){return this.context.createPattern(t,e)}toRawSVG(){if(this.customContext){const t=this.customContext.getSerializedSvg(!0),e=this.customContext.getSvg();return{raw:t,element:e}}else return{raw:"",element:null}}},Ah=class{x;y;toX;toY;constructor(t){this.x=t?.x||0,this.y=t?.y||0,this.toX=t?.toX||0,this.toY=t?.toY||0}toSVGPathData(){return[["L",this.toX,this.toY]]}toCanvasContext(t){t.lineTo(this.toX,this.toY)}getBoundingClientRect(){const t=Pe(this.x,this.y,this.toX,this.toY);if(t===0){const e=Math.min(this.x,this.toX),s=Math.min(this.y,this.toY),i=Math.max(this.x,this.toX),r=Math.max(this.y,this.toY);return{x:e,y:s,width:i-e,height:r-s}}else{const e=Math.sin(t),s=Math.cos(t),i=s*this.x-e*this.y,r=s*this.toX-e*this.toY,o=s*this.y+e*this.x,a=s*this.toY+e*this.toX;return{x:Math.min(i,r),y:Math.min(o,a),width:Math.max(i,r)-Math.min(i,r),height:Math.max(o,a)-Math.min(o,a)}}}interpolate(t){return{x:this.x+t*(this.toX-this.x),y:this.y+t*(this.toY-this.y)}}intersection(t){const e=this.x,s=this.y,i=t.toX,r=t.toY,o=this.toX-e,a=t.x-i;if(!o&&!a)return null;const c=(this.toY-s)/o,h=(t.y-r)/a;if(o){if(!a)return{x:i,y:c*(i-e)+s}}else return{x:e,y:h*(e-i)+r};const u=(-h*i+r+c*e-s)/(c-h),l=c*(u-e)+s;return isNaN(u)||isNaN(l)?null:{x:u,y:l}}};const OE=class extends Ah{rx;ry;xAxisRotate;largeArcFlag;sweepFlag;constructor(t){super(t),this.rx=t.rx,this.ry=t.ry,this.xAxisRotate=t?.xAxisRotate??0,this.largeArcFlag=t?.largeArcFlag??1,this.sweepFlag=t?.sweepFlag??1,this.toX=t.toX,this.toY=t.toY}toSVGPathData(){return[["A",this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag,this.toX,this.toY]]}toCanvasContext(t){const[e,s,i,r,o,a,c]=this.convert(this.x,this.y,this.toX,this.toY,this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag);t.ellipse(e,s,i,r,o,a,c,!this.sweepFlag)}convert(t,e,s,i,r,o,a,c,h){const u=a/180*Math.PI,l=(t-s)/2,f=(e-i)/2,d=Math.cos(u)*l+Math.sin(u)*f,p=-Math.sin(u)*l+Math.cos(u)*f,m=d*d/(r*r)+p*p/(o*o);if(m>1){const U=Math.sqrt(m);throw r=U*r,o=U*o,new Error(`Radii are too small to build an arc. Correcting them to ${r}/${o}.`)}const y=Math.sqrt((r*r*o*o-r*r*p*p-o*o*d*d)/(r*r*p*p+o*o*d*d)),g=c!=h?1:-1,v=g*y*r*p/o,x=g*y*-o*d/r,b=(t+s)/2,E=(e+i)/2,_=Math.cos(u)*v-Math.sin(u)*x+b,D=Math.sin(u)*v+Math.cos(u)*x+E,V=(U,Y,st,it)=>(U*it>=Y*st?1:-1)*Math.acos((U*st+Y*it)/(Math.sqrt(U*U+Y*Y)*Math.sqrt(st*st+it*it))),O=V(1,0,t-_,e-D)-u,N=V(t-_,e-D,s-_,i-D);return[_,D,r,o,u,O,O+N]}},IE=class extends Ah{cx;cy;isLineThrough;constructor(t){super(t),this.cx=t.cx,this.cy=t.cy,this.isLineThrough=typeof t.isLineThrough=="boolean"?t.isLineThrough:!1}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(this.x+this.toX)/2,e=this.cy*2-(this.y+this.toY)/2;return[["Q",t,e,this.toX,this.toY]]}else return[["Q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(this.isLineThrough){const e=this.cx*2-(this.x+this.toX)/2,s=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e,s,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}getBoundingClientRect(){const t=[this.x,this.toX],e=[this.y,this.toY];let s,i,r,o;for(let h=0;h<2;++h)s=h==0?this.x-2*this.cx+this.toX:this.y-2*this.cy+this.toY,i=h==0?-2*this.x+2*this.cx:-2*this.y+2*this.cy,r=h==0?this.x:this.y,Math.abs(s)>1e-12&&(o=-i/(2*s),0<o&&o<1&&[t,e][h].push(s*o*o+i*o+r));const a={x:Math.min.apply(0,t),y:Math.min.apply(0,e)},c={x:Math.max.apply(0,t),y:Math.max.apply(0,e)};return{x:a.x,y:a.y,width:c.x-a.x,height:c.y-a.y}}interpolate(t){return{x:(1-t)*(1-t)*this.x+2*(1-t)*t*this.cx+t*t*this.toX,y:(1-t)*(1-t)*this.y+2*(1-t)*t*this.cy+t*t*this.toY}}},Wn=class zr extends Ah{c1x;c1y;c2x;c2y;constructor(t){super(t),this.c1x=t.c1x,this.c1y=t.c1y,this.c2x=t.c2x,this.c2y=t.c2y}toSVGPathData(){return[["C",this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY]]}toCanvasContext(t){t.bezierCurveTo(this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY)}getBoundingClientRect(){let t=this.c2x-2*this.c1x+this.x-(this.toX-2*this.c2x+this.c1x),e=2*(this.c1x-this.x)-2*(this.c2x-this.c1x),s=this.x-this.c1x,i=(-e+Math.sqrt(e*e-4*t*s))/2/t,r=(-e-Math.sqrt(e*e-4*t*s))/2/t;const o=[this.y,this.toY],a=[this.x,this.toX];let c;const h=[];Math.abs(i)>1e12&&(i=.5),Math.abs(r)>1e12&&(r=.5),i>=0&&i<=1&&(c=this.interpolate(i),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),r>=0&&r<=1&&(c=this.interpolate(r),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),t=this.c2y-2*this.c1y+this.y-(this.toY-2*this.c2y+this.c1y),e=2*(this.c1y-this.y)-2*(this.c2y-this.c1y),s=this.y-this.c1y,i=(-e+Math.sqrt(e*e-4*t*s))/2/t,r=(-e-Math.sqrt(e*e-4*t*s))/2/t,Math.abs(i)>1e12&&(i=.5),Math.abs(r)>1e12&&(r=.5),i>=0&&i<=1&&(c=this.interpolate(i),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),r>=0&&r<=1&&(c=this.interpolate(r),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y}));const u=[],l=h.length;for(let p=0;p<l;p++){for(let m=p+1;m<l;m++)h[p].X===h[m].X&&h[p].Y===h[m].Y&&(m=++p);u.push({X:h[p].X,Y:h[p].Y})}const f={x:Math.min.apply(Math,a),y:Math.min.apply(Math,o)},d={x:Math.max.apply(Math,a),y:Math.max.apply(Math,o)};return{x:f.x,y:f.y,width:d.x-f.x,height:d.y-f.y,dots:u}}interpolate(t){return{x:Math.pow(1-t,3)*this.x+3*Math.pow(1-t,2)*t*this.c1x+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2x+Math.pow(t,3)*this.toX,y:Math.pow(1-t,3)*this.y+3*Math.pow(1-t,2)*t*this.c1y+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2y+Math.pow(t,3)*this.toY}}static base3(t,e,s,i,r){const o=-3*e+9*s-9*i+3*r,a=t*o+6*e-12*s+6*i;return t*a-3*e+3*s}static bezlen(t,e,s,i,r,o,a,c,h=1){h=Math.max(0,Math.min(h,1));const u=h/2,l=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],f=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let d=0;for(let p=0;p<12;p++){const m=u*l[p]+u,y=this.base3(m,t,s,r,a),g=this.base3(m,e,i,o,c);d+=f[p]*Math.sqrt(y*y+g*g)}return u*d}length(t=1){return zr.bezlen(this.x,this.y,this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY,t)}getTatLen(t){const e=this.x,s=this.y,i=this.c1x,r=this.c1y,o=this.c2x,a=this.c2y,c=this.toX,h=this.toY;if(t<0||zr.bezlen(e,s,i,r,o,a,c,h)<t)return 0;const u=1;let l=u/2,f=u-l,d=zr.bezlen(e,s,i,r,o,a,c,h,f);for(;Math.abs(d-t)>.01;)l/=2,f+=(d<t?1:-1)*l,d=zr.bezlen(e,s,i,r,o,a,c,h,f);return f}getPointAtSegmentLength(t){const e=this.getTatLen(t),s=1-e,i=Math.pow(s,3),r=Math.pow(s,2),o=e*e,a=o*e,c=i*this.x+r*3*e*this.c1x+s*3*e*e*this.c2x+a*this.toX,h=i*this.y+r*3*e*this.c1y+s*3*e*e*this.c2y+a*this.toY,u=this.x+2*e*(this.c1x-this.x)+o*(this.c2x-2*this.c1x+this.x),l=this.y+2*e*(this.c1y-this.y)+o*(this.c2y-2*this.c1y+this.y),f=this.c1x+2*e*(this.c2x-this.c1x)+o*(this.toX-2*this.c2x+this.c1x),d=this.c1y+2*e*(this.c2y-this.c1y)+o*(this.toY-2*this.c2y+this.c1y),p=s*this.x+e*this.c1x,m=s*this.y+e*this.c1y,y=s*this.c2x+e*this.toX,g=s*this.c2y+e*this.toY,v=90-Math.atan2(u-f,l-d)*180/Math.PI;return{x:c,y:h,m:{x:u,y:l},n:{x:f,y:d},start:{x:p,y:m},end:{x:y,y:g},alpha:v}}},zi=Math.PI*2;function bp(n,t,e,s){const i=n*s-t*e<0?-1:1;let r=n*e+t*s;return r>1&&(r=1),r<-1&&(r=-1),i*Math.acos(r)}function kE(n,t,e,s,i,r,o,a,c,h){const u=h*(n-e)/2+c*(t-s)/2,l=-c*(n-e)/2+h*(t-s)/2,f=o*o,d=a*a,p=u*u,m=l*l;let y=f*d-f*m-d*p;y<0&&(y=0),y/=f*m+d*p,y=Math.sqrt(y)*(i===r?-1:1);const g=y*o/a*l,v=y*-a/o*u,x=h*g-c*v+(n+e)/2,b=c*g+h*v+(t+s)/2,E=(u-g)/o,_=(l-v)/a,D=(-u-g)/o,V=(-l-v)/a,O=bp(1,0,E,_);let N=bp(E,_,D,V);return r===0&&N>0&&(N-=zi),r===1&&N<0&&(N+=zi),[x,b,O,N]}function LE(n,t){const e=1.3333333333333333*Math.tan(t/4),s=Math.cos(n),i=Math.sin(n),r=Math.cos(n+t),o=Math.sin(n+t);return[s,i,s-i*e,i+s*e,r+o*e,o-r*e,r,o]}function To(n,t,e,s,i,r,o,a,c){const h=Math.sin(c*zi/360),u=Math.cos(c*zi/360),l=u*(n-e)/2+h*(t-s)/2,f=-h*(n-e)/2+u*(t-s)/2;if(l===0&&f===0)return[];if(o===0||a===0)return[];o=Math.abs(o),a=Math.abs(a);const d=l*l/(o*o)+f*f/(a*a);d>1&&(o*=Math.sqrt(d),a*=Math.sqrt(d));const p=kE(n,t,e,s,i,r,o,a,h,u),m=[];let y=p[2],g=p[3];const v=Math.max(Math.ceil(Math.abs(g)/(zi/4)),1);g/=v;for(let x=0;x<v;x++)m.push(LE(y,g)),y+=g;return m.map(x=>{for(let b=0;b<x.length;b+=2){let E=x[b+0],_=x[b+1];E*=o,_*=a;const D=u*E-h*_,V=h*E+u*_;x[b+0]=D+p[0],x[b+1]=V+p[1]}return x})}function wp(n,t,e,s,i,r,o,a,c,h){const u=Math.PI*120/180,l=Math.PI/180*(+i||0);let f=[],d;const p=function(nt,et,ct){const ht=nt*Math.cos(ct)-et*Math.sin(ct),B=nt*Math.sin(ct)+et*Math.cos(ct);return{x:ht,y:B}};let m,y,g,v;if(h)m=h[0],y=h[1],g=h[2],v=h[3];else{d=p(n,t,-l),n=d.x,t=d.y,d=p(a,c,-l),a=d.x,c=d.y;const nt=(n-a)/2,et=(t-c)/2;let ct=nt*nt/(e*e)+et*et/(s*s);ct>1&&(ct=Math.sqrt(ct),e=ct*e,s=ct*s);const ht=e*e,B=s*s,z=(r==o?-1:1)*Math.sqrt(Math.abs((ht*B-ht*et*et-B*nt*nt)/(ht*et*et+B*nt*nt)));g=z*e*et/s+(n+a)/2,v=z*-s*nt/e+(t+c)/2,m=Math.asin(Number(((t-v)/s).toFixed(9))),y=Math.asin(Number(((c-v)/s).toFixed(9))),m=n<g?Math.PI-m:m,y=a<g?Math.PI-y:y,m<0&&(m=Math.PI*2+m),y<0&&(y=Math.PI*2+y),o&&m>y&&(m=m-Math.PI*2),!o&&y>m&&(y=y-Math.PI*2)}let x=y-m;if(Math.abs(x)>u){const nt=y,et=a,ct=c;y=m+u*(o&&y>m?1:-1),a=g+e*Math.cos(y),c=v+s*Math.sin(y),f=wp(a,c,e,s,i,0,o,et,ct,[y,nt,g,v])}x=y-m;const b=Math.cos(m),E=Math.sin(m),_=Math.cos(y),D=Math.sin(y),V=Math.tan(x/4),O=4/3*e*V,N=4/3*s*V,U=[n,t],Y=[n+O*E,t-N*b],st=[a+O*D,c-N*_],it=[a,c];return Y[0]=2*U[0]-Y[0],Y[1]=2*U[1]-Y[1],h?[[...Y,...st,...it]].concat(f):[[...Y,...st,...it]].concat(f).map(nt=>{const et=[];for(let ct=0,ht=nt.length;ct<ht;ct++)et[ct]=ct%2?p(nt[ct-1],nt[ct],l).y:p(nt[ct],nt[ct+1],l).x;return et})}function Fi(n,t,e,s,i,r){return[n/3+2/3*e,t/3+2/3*s,i/3+2/3*e,r/3+2/3*s,i,r]}function ws(n,t,e,s){return[n,t,e,s,e,s]}const Bi={a:7,c:6,s:4,q:4,t:2,m:2,l:2,h:1,v:1,z:0};function Hn(n="path"){return document.createElementNS.call(document,"http://www.w3.org/2000/svg",n)}function Mh(){return Hn("path")}const xp=n=>n instanceof SVGElement&&n.tagName==="path";function Sp(n,t="shape"){return rl(wm(n),`${t}.svg`)}function VE(n,t="shape"){return rl(uc(n),`${t}.svg`)}function NE(n){return Zc(n)}function Dh(n){return typeof n!="string"?!1:(n=n.trim(),/^[mlhvzaqtcs]\s*[-+.0-9][^mlhvzaqtcs]+/i.test(n)&&/[\dz]$/i.test(n))}function Rh(n){return n.map(t=>{if(!t[0])return"";switch(t[0].toLowerCase()){case"a":return`${t[0]} ${t[1]},${t[2]} ${t[3]} ${t[4]},${t[5]} ${t[6]},${t[7]}`;case"c":return`${t[0]} ${t[1]},${t[2]} ${t[3]},${t[4]} ${t[5]},${t[6]}`;case"s":case"q":return`${t[0]} ${t[1]},${t[2]} ${t[3]},${t[4]}`;default:return t[0]+" "+t.slice(1).join(",")}}).join(" ")}function Co(n){const t=[];return Dh(n)&&n.replace(/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi,(e,s,i)=>{let r=s.toLowerCase();const o=fd(i);for(r=="m"&&o.length>Bi[r]&&(t.push([s,...o.splice(0,Bi[r])]),r="l",s=s=="m"?"l":"L");o.length;){if(o.length<Bi[r])throw new Error(`parseSVGPath substring:{ ${e} } command:{ ${s} } args:{ ${o} }`);t.push([s,...o.splice(0,Bi[r])])}return r=="z"&&t.push([s]),""}),t}function Po(n){let t=0,e=0,s=0,i=0;return n.map(function(r){const o=r[0],a=o.toUpperCase();if(o!=a)switch(r[0]=a,o){case"a":r[6]+=s,r[7]+=i;break;case"v":r[1]+=i;break;case"h":r[1]+=s;break;default:for(let c=1;c<r.length;)r[c++]+=s,r[c++]+=i}switch(a){case"Z":s=t,i=e;break;case"H":s=r[1];break;case"V":i=r[1];break;case"M":s=t=r[1],i=e=r[2];break;default:s=r[r.length-2],i=r[r.length-1]}return r})}function zE(n){let t=0,e=0,s=0,i=0;return n.map(function(r){const o=r[0],a=o.toLowerCase();if(o!=a)switch(r[0]=a,o){case"A":r[6]-=s,r[7]-=i;break;case"V":r[1]-=i;break;case"H":r[1]-=s;break;default:for(let c=1;c<r.length;)r[c++]-=s,r[c++]-=i}switch(a){case"z":s=t,i=e;break;case"h":s+=r[1];break;case"v":i+=r[1];break;case"m":s+=r[1],i+=r[2],t+=r[1],e+=r[2];break;default:s+=r[r.length-2],i+=r[r.length-1]}return r})}function Oh(n){const t=[];let e=0,s=0,i=0,r=0,o=0,a=0,c=0,h=0,u;for(let l=0,f=n.length;l<f;l++){let d=n[l];const p=d[0];switch(p){case"M":e=d[1],s=d[2];break;case"A":const m=To(i,r,d[6],d[7],d[4],d[5],d[1],d[2],d[3]);if(!m.length)continue;m.forEach((v,x)=>{const[b,E,_,D,V,O,N,U]=v;d=["C",_,D,V,O,N,U],x<m.length-1&&t.push(d)});break;case"S":let y=i,g=r;(u=="C"||u=="S")&&(y+=y-c,g+=g-h),d=["C",y,g,d[1],d[2],d[3],d[4]];break;case"T":u=="Q"||u=="T"?(o=i*2-o,a=r*2-a):(o=i,a=r),d=["C",...Fi(i,r,o,a,d[1],d[2])];break;case"Q":o=d[1],a=d[2],d=["C",...Fi(i,r,d[1],d[2],d[3],d[4])];break;case"L":d=["C",...ws(i,r,d[1],d[2])];break;case"H":d=["C",...ws(i,r,d[1],r)];break;case"V":d=["C",...ws(i,r,i,d[1])];break;case"Z":d=["C",...ws(i,r,e,s)];break}u=p,i=d[d.length-2],r=d[d.length-1],d.length>4?(c=d[d.length-4],h=d[d.length-3]):(c=i,h=r),t.push(d)}return t}function FE(n){const t=[];for(let e=0,s=n.length;s-2>e;e+=2){let i;e==0?i=[{x:n[e],y:n[e+1]},{x:n[e],y:n[e+1]},{x:n[e+2],y:n[e+3]},{x:n[e+4],y:n[e+5]}]:s-4==e?i=[{x:n[e-2],y:n[e-1]},{x:n[e],y:n[e+1]},{x:n[e+2],y:n[e+3]},{x:n[e+2],y:n[e+3]}]:i=[{x:n[e-2],y:n[e-1]},{x:n[e],y:n[e+1]},{x:n[e+2],y:n[e+3]},{x:n[e+4],y:n[e+5]}];const r=[{x:i[1].x,y:i[1].y},{x:(-i[0].x+6*i[1].x+i[2].x)/6,y:(-i[0].y+6*i[1].y+i[2].y)/6},{x:(i[1].x+6*i[2].x-i[3].x)/6,y:(i[1].y+6*i[2].y-i[3].y)/6},{x:i[2].x,y:i[2].y}];t.push(["C",r[1].x,r[1].y,r[2].x,r[2].y,r[3].x,r[3].y])}return t}function BE(n){const t=[];let e=["L",0,0],s;for(let i=0,r=n.length;i<r;i++){const o=n[i];switch(o[0]){case"M":e=["L",o[1],o[2]],t.push(o);break;case"Z":t.push(e);break;case"H":s=t[t.length-1]||["L",0,0],t.push(["L",o[1],s[s.length-1]]);break;case"V":s=t[t.length-1]||["L",0,0],t.push(["L",s[s.length-2],o[1]]);break;default:t.push(o)}}return t}function jE(n){const t={S:{to:"C",x:3},T:{to:"Q",x:1}};let e,s=0,i=0;for(let r=0,o=n.length;r<o;r++){const a=n[r],c=t[a[0]];c&&(a[0]=c.to,e&&(e[0]===c.to?(s=2*Number(e[c.x+2])-Number(e[c.x]),i=2*Number(e[c.x+3])-Number(e[c.x+1])):(s=Number(e[e.length-2]),i=Number(e[e.length-1]))),a.splice(1,0,s,i)),e=a}return n}let $E=class Nn{cX;cY;x;y;degree;scalarX;scalarY;startPathX=0;startPathY=0;prevPathX=0;prevPathY=0;normalizedLines=[];constructor(t){this.cX=0,this.cY=0,this.x=t?.x||0,this.y=t?.y||0,typeof t?.centerX=="number"&&typeof t?.centerY=="number"&&(this.cX=t.centerX-this.x,this.cY=t.centerY-this.y),this.degree=t?.degree||0,this.scalarX=1,this.scalarY=1,t?.scalar!==void 0&&(this.scalarX=t.scalar,this.scalarY=t.scalar),t?.scalarX!==void 0&&(this.scalarX=t.scalarX),t?.scalarY!==void 0&&(this.scalarY=t.scalarY),this.reset(t?.d,t?.originMatrix)}reset(t,e){typeof t=="string"?this.resetFromSVGPathData(Co(t),e):t instanceof Nn?this.resetFromSVGPathData(t.toSVGPathData(),e):this.resetFromSVGPathData(t||[],e)}resetFromSVGPathData(t,e){this.normalizedLines=[];const s=Oh(Po(t));this.prevPathX=this.startPathX=0,this.prevPathY=this.startPathY=0;let i=!1;for(let r=0,o=s.length;r<o;r++){const a=s[r];if(a[0]=="M"){i||(i=!0,this.startPathX=a[1],this.startPathY=a[2]),this.prevPathX=a[1],this.prevPathY=a[2];continue}this.appendLine(new Wn({c1x:a[1],c1y:a[2],c2x:a[3],c2y:a[4],toX:a[5],toY:a[6]}))}e&&({x:this.startPathX,y:this.startPathY}=e.transformPoint({x:this.startPathX,y:this.startPathY}),{x:this.prevPathX,y:this.prevPathY}=e.transformPoint({x:this.prevPathX,y:this.prevPathY}),this.normalizedLines.forEach(r=>{({x:r.x,y:r.y}=e.transformPoint({x:r.x,y:r.y})),{x:r.c1x,y:r.c1y}=e.transformPoint({x:r.c1x,y:r.c1y}),{x:r.c2x,y:r.c2y}=e.transformPoint({x:r.c2x,y:r.c2y}),{x:r.toX,y:r.toY}=e.transformPoint({x:r.toX,y:r.toY})}))}static fromPolymorphPoints(t){const e=new Nn;e.prevPathX=e.startPathX=t[0]||0,e.prevPathY=e.startPathY=t[1]||0;for(let s=2,i=t.length;s+5<i;s+=6)e.appendLine(new Wn({c1x:t[s],c1y:t[s+1],c2x:t[s+2],c2y:t[s+3],toX:t[s+4],toY:t[s+5]}));return e}static fromLines(t){const e=new Nn;e.prevPathX=e.startPathX=t[0].x||0,e.prevPathY=e.startPathY=t[0].y||0;for(let s=0,i=t.length;s<i;s++)e.appendLine(t[s]);return e}appendLine(t){if(t instanceof OE){To(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(h=>{const[u,l,f,d,p,m,y,g]=h;this.normalizedLines.push(new Wn({x:this.prevPathX,y:this.prevPathY,c1x:f,c1y:d,c2x:p,c2y:m,toX:y,toY:g})),this.prevPathX=y,this.prevPathY=g});return}let e,s,i,r,o,a;t instanceof Wn?(e=t.c1x,s=t.c1y,i=t.c2x,r=t.c2y,o=t.toX,a=t.toY):t instanceof IE?[e,s,i,r,o,a]=Fi(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,s,i,r,o,a]=ws(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new Wn({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:s,c2x:i,c2y:r,toX:o,toY:a})),this.prevPathX=o,this.prevPathY=a}toSVGPathData(){const{startPathX:t,startPathY:e,normalizedLines:s}=this.updateTransform(),i=[];i.push(["M",t,e]);for(let r=0,o=s.length;r<o;r++)i.push(...s[r].toSVGPathData());return i}toSVGPathD(){return Rh(this.toSVGPathData())}toCanvasContext(t){const{startPathX:e,startPathY:s,normalizedLines:i}=this.updateTransform();t.beginPath(),t.moveTo(e,s),i.forEach(r=>{r.toCanvasContext(t)})}getBoundingClientRect(){const{normalizedLines:t}=this.updateTransform(),e=[],s=[];if(t.forEach(c=>{const h=c.getBoundingClientRect();e.push(h.x,h.x+h.width),s.push(h.y,h.y+h.height)}),e.length==0||s.length==0)return{x:0,y:0,width:0,height:0};const i=Math.min.apply(0,e),r=Math.min.apply(0,s),o=Math.max.apply(0,e),a=Math.max.apply(0,s);return{x:i,y:r,width:o-i,height:a-r}}update(t){this.cX=typeof t.cX=="number"?t.cX:this.cX,this.cY=typeof t.cY=="number"?t.cY:this.cY,this.x=t.x,this.y=t.y,this.degree=t.degree,this.scalarX=t.scalarX,this.scalarY=t.scalarY}updateTransform(){const t=new ee;if(t.translate(this.x+this.cX,this.y+this.cY),t.rotate(this.degree),t.scale(this.scalarX,this.scalarY),t.translate(-this.cX,-this.cY),t.isIdentity)return{startPathX:this.startPathX,startPathY:this.startPathY,normalizedLines:this.normalizedLines};{let e=this.startPathX,s=this.startPathY;({x:e,y:s}=t.transformPoint({x:e,y:s}));const i=[];return this.normalizedLines.forEach(r=>{let o=r.x,a=r.y,c=r.c1x,h=r.c1y,u=r.c2x,l=r.c2y,f=r.toX,d=r.toY;({x:o,y:a}=t.transformPoint({x:o,y:a})),{x:c,y:h}=t.transformPoint({x:c,y:h}),{x:u,y:l}=t.transformPoint({x:u,y:l}),{x:f,y:d}=t.transformPoint({x:f,y:d}),i.push(new Wn({x:o,y:a,c1x:c,c1y:h,c2x:u,c2y:l,toX:f,toY:d}))}),{startPathX:e,startPathY:s,normalizedLines:i}}}getTotalLength(){const{normalizedLines:t}=this.updateTransform();return t.reduce((e,s)=>e+=s.length(),0)}getPointAtLength(t){const{normalizedLines:e}=this.updateTransform();let s=0;const i=e.length;for(let r=0;r<i;r++){const o=e[r],a=o.length();if(s+a>=t)return o.getPointAtSegmentLength(t-s);s+=a}return e[i-1].getPointAtSegmentLength(1)}interpolate(t){const{startPathX:e,startPathY:s,normalizedLines:i}=this.updateTransform(),r=i.length;if(r===0)return{x:e,y:s};if(r===1)return i[0].interpolate(t);{let o=t*r,a=i[0];if(o--,o>1)for(let c=1;c<r&&(a=i[c],o>1);c++)o-=1;return a.interpolate(o)}}getSubpath(t,e){if(this.getTotalLength()-e<1e-6)return this.getSubpathsAtLength(this,t);{const s=this.getSubpathsAtLength(this,e,1);return t?this.getSubpathsAtLength(s,t):s}}getSubpathsAtLength(t,e,s){const{startPathX:i,startPathY:r,normalizedLines:o}=t.updateTransform();let a=null,c=0;const h=new Nn;h.prevPathX=h.startPathX=i,h.prevPathY=h.startPathY=r;for(let u=0,l=o.length;u<l;u++){const f=o[u],d=f.length();if(c+d>e&&!a){const p=f.getPointAtSegmentLength(e-c);if(h.appendLine(new Wn({c1x:p.start.x,c1y:p.start.y,c2x:p.m.x,c2y:p.m.y,toX:p.x,toY:p.y})),s)return h;a=h,h.appendLine(new Wn({c1x:p.n.x,c1y:p.n.y,c2x:p.end.x,c2y:p.end.y,toX:f.x,toY:f.y})),c+=d;continue}c+=d,h.appendLine(f)}return h}closestPoint(t,e){const s=this.getTotalLength();let i={x:t,y:e},r=0,o=1/0,a=8;for(let h=0;h<=s;h+=a){const u=this.getPointAtLength(h),l=Math.pow(Gn(u.x,u.y,t,e),2);l<o&&(i=u,r=h,o=l)}for(a/=2;a>.5;){const h=r-a,u=this.getPointAtLength(h),l=Math.pow(Gn(u.x,u.y,t,e),2),f=r+a,d=this.getPointAtLength(f),p=Math.pow(Gn(d.x,d.y,t,e),2);h>=0&&l<o?(i=u,r=h,o=l):f<=s&&p<o?(i=d,r=f,o=p):a/=2}const c=this.getPointAtLength(r+(r===s?-.1:.1));return{point:i,rotation:r>=s?Pe(c.x,c.y,i.x,i.y):Pe(i.x,i.y,c.x,c.y),distance:Math.sqrt(o)}}get polymorphPoints(){const{startPathX:t,startPathY:e,normalizedLines:s}=this.updateTransform();return[t,e].concat(s.reduce((i,r)=>i.concat([r.c1x,r.c1y,r.c2x,r.c2y,r.toX,r.toY]),[]))}perimeterPoints(){const t=this.polymorphPoints,e=t.length;let s=t[e-2],i=t[e-1],r=0;for(let o=0;o<e;o+=6)r+=Gn(t[o],t[o+1],s,i),s=t[o],i=t[o+1];return Math.floor(r)}expendFill(t){const e=this.polymorphPoints,s=e.length;let i=t-s;const r=Math.ceil(t/s),o=[];o.push(["M",e[0],e[1]]);let a=2;for(;a+5<=s-1;){const c=e[a++],h=e[a++],u=e[a++],l=e[a++],f=e[a++],d=e[a++];o.push(["C",c,h,u,l,f,d]);let p=0;for(;p<r&&i>0;)o.push(["C",f,d,f,d,f,d]),i-=6,p++}return o}static mixPoints(t,e,s){const i=t.length,r=new Array(i);for(let o=0;o<i;o++)r[o]=at(t[o]+(e[o]-t[o])*s,6);return r}static getPathInterpolator(t,e){return s=>Math.abs(s-0)<Number.EPSILON?t:Math.abs(s-1)<Number.EPSILON?e:Nn.fromPolymorphPoints(Nn.mixPoints(new Nn({d:t}).polymorphPoints,new Nn({d:e}).polymorphPoints,s)).toSVGPathData()}};class ji{static _nextId=0;static nextId(){return ji._nextId++}}const q={Linear:{None:function(n){return n}},Ease:{In:function(n){return Math.pow(n,1.7)}},Quadratic:{In:function(n){return n*n},Out:function(n){return n*(2-n)},InOut:function(n){return(n*=2)<1?.5*n*n:-.5*(--n*(n-2)-1)},style:"cubic-bezier(0.25, 0.46, 0.45, 0.94)"},Cubic:{In:function(n){return n*n*n},Out:function(n){return--n*n*n+1},InOut:function(n){return(n*=2)<1?.5*n*n*n:.5*((n-=2)*n*n+2)}},Quartic:{In:function(n){return n*n*n*n},Out:function(n){return 1- --n*n*n*n},InOut:function(n){return(n*=2)<1?.5*n*n*n*n:-.5*((n-=2)*n*n*n-2)}},Quintic:{In:function(n){return n*n*n*n*n},Out:function(n){return--n*n*n*n*n+1},InOut:function(n){return(n*=2)<1?.5*n*n*n*n*n:.5*((n-=2)*n*n*n*n+2)}},Sinusoidal:{In:function(n){return 1-Math.sin((1-n)*Math.PI/2)},Out:function(n){return Math.sin(n*Math.PI/2)},InOut:function(n){return .5*(1-Math.sin(Math.PI*(.5-n)))}},Exponential:{In:function(n){return n===0?0:Math.pow(1024,n-1)},Out:function(n){return n===1?1:1-Math.pow(2,-10*n)},InOut:function(n){return n===0?0:n===1?1:(n*=2)<1?.5*Math.pow(1024,n-1):.5*(-Math.pow(2,-10*(n-1))+2)}},Circular:{In:function(n){return 1-Math.sqrt(1-n*n)},Out:function(n){return Math.sqrt(1- --n*n)},InOut:function(n){return(n*=2)<1?-.5*(Math.sqrt(1-n*n)-1):.5*(Math.sqrt(1-(n-=2)*n)+1)},style:"cubic-bezier(0.1, 0.57, 0.1, 1)"},Elastic:{In:function(n){return n===0?0:n===1?1:-Math.pow(2,10*(n-1))*Math.sin((n-1.1)*5*Math.PI)},Out:function(n){return n===0?0:n===1?1:Math.pow(2,-10*n)*Math.sin((n-.1)*5*Math.PI)+1},InOut:function(n){return n===0?0:n===1?1:(n*=2,n<1?-.5*Math.pow(2,10*(n-1))*Math.sin((n-1.1)*5*Math.PI):.5*Math.pow(2,-10*(n-1))*Math.sin((n-1.1)*5*Math.PI)+1)}},Back:{In:function(n){return n===1?1:n*n*((1.70158+1)*n-1.70158)},Out:function(n){return n===0?0:--n*n*((1.70158+1)*n+1.70158)+1},InOut:function(n){const t=2.5949095;return(n*=2)<1?.5*(n*n*((t+1)*n-t)):.5*((n-=2)*n*((t+1)*n+t)+2)},style:"cubic-bezier(0.175, 0.885, 0.32, 1.275)"},Bounce:{In:function(n){return 1-q.Bounce.Out(1-n)},Out:function(n){return n<1/2.75?7.5625*n*n:n<2/2.75?7.5625*(n-=1.5/2.75)*n+.75:n<2.5/2.75?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375},InOut:function(n){return n<.5?q.Bounce.In(n*2)*.5:q.Bounce.Out(n*2-1)*.5+.5}},generatePow:function(n=4){return n=n<Number.EPSILON?Number.EPSILON:n,n=n>1e4?1e4:n,{In:function(t){return t**n},Out:function(t){return 1-(1-t)**n},InOut:function(t){return t<.5?(t*2)**n/2:(1-(2-t*2)**n)/2+.5}}},random:function(n){return Math.random()},createStep:function(n){return function(t){return Math.floor(t*n)/n}},createNoisyEasing:function(n,t=.1){const e=1-t;return function(s){return t*Math.random()+e*n(s)}},swing:function(n){return n+Math.sin(n*Math.PI*2)/2},causeSeizures:function(n){return n+.2*Math.random()-.1}};function _p(n){switch(n){case q.Quadratic.In:return q.Quadratic.Out;case q.Quadratic.Out:return q.Quadratic.In;case q.Quadratic.InOut:return q.Quadratic.InOut;case q.Cubic.In:return q.Cubic.Out;case q.Cubic.Out:return q.Cubic.In;case q.Cubic.InOut:return q.Cubic.InOut;case q.Quartic.In:return q.Quartic.Out;case q.Quartic.Out:return q.Quartic.In;case q.Quartic.InOut:return q.Quartic.InOut;case q.Quintic.In:return q.Quintic.Out;case q.Quintic.Out:return q.Quintic.In;case q.Quintic.InOut:return q.Quintic.InOut;case q.Sinusoidal.In:return q.Sinusoidal.Out;case q.Sinusoidal.Out:return q.Sinusoidal.In;case q.Sinusoidal.InOut:return q.Sinusoidal.InOut;case q.Exponential.In:return q.Exponential.Out;case q.Exponential.Out:return q.Exponential.In;case q.Exponential.InOut:return q.Exponential.InOut;case q.Circular.In:return q.Circular.Out;case q.Circular.Out:return q.Circular.In;case q.Circular.InOut:return q.Circular.InOut;case q.Elastic.In:return q.Elastic.Out;case q.Elastic.Out:return q.Elastic.In;case q.Elastic.InOut:return q.Elastic.InOut;case q.Back.In:return q.Back.Out;case q.Back.Out:return q.Back.In;case q.Back.InOut:return q.Back.InOut;case q.Bounce.In:return q.Bounce.Out;case q.Bounce.Out:return q.Bounce.In;case q.Bounce.InOut:return q.Bounce.InOut;default:return n}}const UE=4,YE=.001,GE=1e-7,XE=10,$i=11,Ao=1/($i-1),WE=typeof Float32Array=="function";function Ep(n,t){return 1-3*t+3*n}function Tp(n,t){return 3*t-6*n}function Cp(n){return 3*n}function Mo(n,t,e){return((Ep(t,e)*n+Tp(t,e))*n+Cp(t))*n}function Pp(n,t,e){return 3*Ep(t,e)*n*n+2*Tp(t,e)*n+Cp(t)}function HE(n,t,e,s,i){let r,o,a=0;do o=t+(e-t)/2,r=Mo(o,s,i)-n,r>0?e=o:t=o;while(Math.abs(r)>GE&&++a<XE);return o}function qE(n,t,e,s){for(let i=0;i<UE;++i){const r=Pp(t,e,s);if(r===0)return t;const o=Mo(t,e,s)-n;t-=o/r}return t}function KE(n){return n}function Ih(n,t,e,s){if(!(0<=n&&n<=1&&0<=e&&e<=1))throw new Error("bezier x values must be in [0, 1] range");if(n===t&&e===s)return KE;const i=WE?new Float32Array($i):new Array($i);for(let o=0;o<$i;++o)i[o]=Mo(o*Ao,n,e);function r(o){let a=0,c=1;const h=$i-1;for(;c!==h&&i[c]<=o;++c)a+=Ao;--c;const u=(o-i[c])/(i[c+1]-i[c]),l=a+u*Ao,f=Pp(l,n,e);return f>=YE?qE(o,l,n,e):f===0?l:HE(o,a,a+Ao,n,e)}return o=>o===0||o===1?o:Mo(r(o),t,s)}function kh(n){switch(n){case"linear":return[0,0,1,1];case"ease":return[.25,.1,.25,1];case"ease-in":return[.42,0,1,1];case"ease-in-out":return[.42,0,.58,1];case"ease-out":return[0,0,.58,1]}}function Ap(n){const[t,e,s,i]=kh(n);return[1-s,1-i,1-t,1-e]}function JE(n){return Ih(...kh(n))}function ZE(n){return Ih(...Ap(n))}const Sn={Utils:{Linear:function(n,t,e){return(t-n)*e+n},Factorial:function(){const n=[1];return function(t){let e=1;if(n[t])return n[t];for(let s=t;s>1;s--)e*=s;return n[t]=e,e}}(),Bernstein:function(n,t){const e=Sn.Utils.Factorial;return e(n)/e(t)/e(n-t)},CatmullRom:function(n,t,e,s,i){const r=(e-n)*.5,o=(s-t)*.5,a=i*i,c=i*a;return(2*t-2*e+r+o)*c+(-3*t+3*e-2*r-o)*a+r*i+t},QuadraticBezier:(n,t,e,s)=>{const i=1-s;return i*i*n+2*i*s*t+s*s*e},CubicBezier:(n,t,e,s,i)=>{const r=1-i;return r*r*r*n+3*r*r*i*t+3*r*i*i*e+i*i*i*s}},Linear:function(n,t){const e=n.length-1,s=e*t,i=Math.floor(s),r=Sn.Utils.Linear;return t<0?r(n[0],n[1],s):t>1?r(n[e],n[e-1],e-s):r(n[i],n[i+1>e?e:i+1],s-i)},Bezier:function(n,t){let e=0;const s=n.length-1,i=Math.pow,r=Sn.Utils.Bernstein;for(let o=0;o<=s;o++)e+=i(1-t,s-o)*i(t,o)*n[o]*r(s,o);return e},CatmullRom:function(n,t){const e=n.length-1;let s=e*t,i=Math.floor(s);const r=Sn.Utils.CatmullRom;return n[0]===n[e]?(t<0&&(i=Math.floor(s=e*(1+t))),r(n[(i-1+e)%e],n[i],n[(i+1)%e],n[(i+2)%e],s-i)):t<0?n[0]-(r(n[0],n[0],n[1],n[1],-s)-n[0]):t>1?n[e]-(r(n[e],n[e],n[e-1],n[e-1],s-e)-n[e]):r(n[i?i-1:0],n[i],n[e<i+1?e:i+1],n[e<i+2?e:i+2],s-i)}};class Mp{_tweens={};_tweensAddedDuringUpdate={};getAll(){return Object.keys(this._tweens).map(t=>this._tweens[t])}removeAll(){this._tweens={}}add(t){this._tweens[t.getId()]=t,this._tweensAddedDuringUpdate[t.getId()]=t}remove(t){delete this._tweens[t.getId()],delete this._tweensAddedDuringUpdate[t.getId()]}update(t=kt(),e=!1){const s=Object.keys(this._tweens);for(let i=0;i<s.length;i++){const r=this._tweens[s[i]],o=!e;r&&r.update(t,o)===!1&&!e&&delete this._tweens[s[i]]}return!!Object.keys(this._tweens).length}}const ke=new Mp;class Lh{constructor(t,e=ke){this._object=t,this._group=e}_id=ji.nextId();_isPlaying=!1;_startTime=0;_delayTime=0;_durationTime=1e3;_isPaused=!1;_pauseStartTime=0;_initialRepeat=0;_repeat=0;_repeatDelayTime;_yoyo=!1;_reversed=!1;_valuesStart={};_valuesEnd={};_valuesStartRepeat={};_easingFunction=q.Linear.None;_interpolationFunction=Sn.Linear;_chainedTweens=[];_isChainStopped=!1;_onStartCallback;_onStartCallbackFired=!1;_onEveryStartCallback;_onEveryStartCallbackFired=!1;_onUpdateCallback;_onRepeatCallback;_onCompleteCallback;_onStopCallback;_goToEnd=!1;getId(){return this._id}isPlaying(){return this._isPlaying}isPaused(){return this._isPaused}to(t,e){return this._valuesEnd=Object.create(t),e!==void 0&&(this._durationTime=e),this}duration(t=1e3){return this._durationTime=t,this}start(t=kt()){if(this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(const e in this._valuesStartRepeat)this._swapEndStartRepeatValues(e),this._valuesStart[e]=this._valuesStartRepeat[e]}return this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat),this}_setupProperties(t,e,s,i){for(const r in s){const o=t[r],a=Array.isArray(o),c=a?"array":typeof o,h=!a&&Array.isArray(s[r]);if(!(c==="undefined"||c==="function")){if(h){let u=s[r];if(u.length===0)continue;u=u.map(this._handleRelativeValue.bind(this,o)),s[r]=[o].concat(u)}if((c==="object"||a)&&o&&!h){e[r]=a?[]:{};for(const u in o)e[r][u]=o[u];i[r]=a?[]:{},this._setupProperties(o,e[r],s[r],i[r])}else typeof e[r]>"u"&&(e[r]=o),a||(e[r]*=1),h?i[r]=s[r].slice().reverse():i[r]=e[r]||0}}}stop(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this}end(){return this._goToEnd=!0,this.update(1/0),this}pause(t=kt()){return this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStartTime=t,this._group&&this._group.remove(this),this)}resume(t=kt()){return!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=t-this._pauseStartTime,this._pauseStartTime=0,this._group&&this._group.add(this),this)}stopChainedTweens(){for(let t=0,e=this._chainedTweens.length;t<e;t++)this._chainedTweens[t].stop();return this}group(t=ke){return this._group=t,this}delay(t=0){return this._delayTime=t,this}repeat(t=0){return this._initialRepeat=t,this._repeat=t,this}repeatDelay(t){return this._repeatDelayTime=t,this}yoyo(t=!1){return this._yoyo=t,this}easing(t=q.Linear.None){return this._easingFunction=t,this}interpolation(t=Sn.Linear){return this._interpolationFunction=t,this}chain(...t){return this._chainedTweens=t,this}onStart(t){return this._onStartCallback=t,this}onEveryStart(t){return this._onEveryStartCallback=t,this}onUpdate(t){return this._onUpdateCallback=t,this}onRepeat(t){return this._onRepeatCallback=t,this}onComplete(t){return this._onCompleteCallback=t,this}onStop(t){return this._onStopCallback=t,this}update(t=kt(),e=!0){if(this._isPaused)return!0;let s,i;const r=this._startTime+this._durationTime;if(!this._goToEnd&&!this._isPlaying){if(t>r)return!1;e&&this.start(t)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0),i=(t-this._startTime)/this._durationTime,i=this._durationTime===0||i>1?1:i;const o=this._easingFunction(i);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,o),this._onUpdateCallback&&this._onUpdateCallback(this._object,i),i===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(s in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[s]=="string"&&(this._valuesStartRepeat[s]=this._valuesStartRepeat[s]+parseFloat(this._valuesEnd[s])),this._yoyo&&this._swapEndStartRepeatValues(s),this._valuesStart[s]=this._valuesStartRepeat[s];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=t+this._repeatDelayTime:this._startTime=t+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(let a=0,c=this._chainedTweens.length;a<c;a++)this._chainedTweens[a].start(this._startTime+this._durationTime);return this._isPlaying=!1,!1}return!0}_updateProperties(t,e,s,i){for(const r in s){if(e[r]===void 0)continue;const o=e[r]||0;let a=s[r];const c=Array.isArray(t[r]),h=Array.isArray(a);!c&&h?t[r]=this._interpolationFunction(a,i):typeof a=="object"&&a?this._updateProperties(t[r],o,a,i):(a=this._handleRelativeValue(o,a),typeof a=="number"&&(t[r]=o+(a-o)*i))}}_handleRelativeValue(t,e){return typeof e!="string"?e:e.charAt(0)==="+"||e.charAt(0)==="-"?t+parseFloat(e):parseFloat(e)}_swapEndStartRepeatValues(t){const e=this._valuesStartRepeat[t],s=this._valuesEnd[t];typeof s=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(s):this._valuesStartRepeat[t]=s,this._valuesEnd[t]=e}}const QE=ji.nextId,tT=ke.getAll.bind(ke),eT=ke.removeAll.bind(ke),nT=ke.add.bind(ke),sT=ke.remove.bind(ke),iT=ke.update.bind(ke),rT={now:kt,Sequence:ji,Easing:q,Interpolation:Sn,Group:Mp,Tween:Lh,nextId:QE,getAll:tT,removeAll:eT,add:nT,remove:sT,update:iT};class Vh{autoStart;startTime;oldTime;elapsedTime;running;constructor(t=!0){this.autoStart=t,this.startTime=0,this.oldTime=0,this.elapsedTime=0,this.running=!1}start(){this.startTime=kt(),this.oldTime=this.startTime,this.elapsedTime=0,this.running=!0}stop(){this.getElapsedTime(),this.running=!1,this.autoStart=!1}getElapsedTime(){return this.getDelta(),this.elapsedTime}getDelta(){let t=0;if(this.autoStart&&!this.running)return this.start(),0;if(this.running){const e=kt();t=e-this.oldTime,this.oldTime=e,this.elapsedTime+=t}return t}}class Ui{tweens=[];frameDuration;onGroupStart;onGroupComplete;constructor(t){this.frameDuration=t?.frameDuration||1e3,this.onGroupStart=t?.onGroupStart,this.onGroupComplete=t?.onGroupComplete}get count(){return this.tweens.length}clear(){this.tweens=[]}sort(t=!1){s2(this.tweens,(e,s)=>t?e.delay>s.delay:e.delay<=s.delay)}cloneTweens(t=this.tweens){const e=[];return t.forEach(s=>{const i={...s};delete i.tween,i.fromValues={...i.fromValues},i.toValues={...i.toValues},e.push(i)}),e}addTween(t,e,s){const i={fromValues:t,toValues:e,frames:typeof s?.frames=="number"?s.frames:1,delay:typeof s?.delay=="number"?s.delay:this.tweens.length,easeFunction:s?.easeFunction||q.Linear.None,interpolationFunction:s?.interpolationFunction||Sn.Linear,repeat:typeof s?.repeat=="number"?s.repeat:0,yoyo:s?.yoyo||!1,onStart:s?.onStart||(()=>{}),onUpdate:s?.onUpdate||(()=>{}),onComplete:s?.onComplete||(()=>{})};return this.tweens.push(i),this}cancelRequestAnimationCycle=()=>{};runTweens(t){this.cancelRequestAnimationCycle();const e=new Vh,s=this.frameDuration;return new Promise(i=>{this.onGroupStart?.(),this.cancelRequestAnimationCycle=jw(r=>{if(!this.isPaused){const a=Math.max(0,r-this.pausedDuration),c=Math.max(0,e.getElapsedTime()-this.pausedDuration);t.filter(h=>h.delay*s<=c).forEach(h=>{h.tween||(h.tween=new Lh({...h.fromValues}).to({...h.toValues},h.frames*s).easing(h.easeFunction).interpolation(h.interpolationFunction).repeat(h.repeat).yoyo(h.yoyo).onStart(h.onStart).onUpdate(h.onUpdate).onComplete(h.onComplete),h.tween.start(a)),(h.delay+h.frames*(h.repeat+1))*s>c?h.tween.update(a):(h.tween.isPlaying()&&h.tween.end(),md(t,h))})}const o=!!t.length;return o||(this.onGroupComplete?.(),i()),o})})}isPaused=!1;pausedClock=new Vh;pausedDuration=0;play(t=this.cloneTweens(this.tweens)){this.isPaused=!1,this.pausedDuration=0,this.runTweens(t)}reverse(){const t=this.cloneTweens(this.tweens);let e=0;t.forEach(s=>{e=Math.max(e,s.delay+s.frames),s.easeFunction=_p(s.easeFunction);const i={...s.toValues};s.toValues={...s.fromValues},s.fromValues={...i}}),t.forEach(s=>{s.delay=e-s.frames}),this.play(t)}pause(){this.pausedClock.start(),this.isPaused=!0}resume(){this.pausedDuration+=this.pausedClock.getElapsedTime(),this.pausedClock.stop(),this.isPaused=!1}}var Nh={exports:{}},ft={};/**
|
|
32
32
|
* @license React
|
|
33
33
|
* react.production.js
|
|
34
34
|
*
|
|
@@ -36,7 +36,7 @@ Content-Type: `+f.type+`\r
|
|
|
36
36
|
*
|
|
37
37
|
* This source code is licensed under the MIT license found in the
|
|
38
38
|
* LICENSE file in the root directory of this source tree.
|
|
39
|
-
*/var
|
|
39
|
+
*/var Dp;function oT(){if(Dp)return ft;Dp=1;var n=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),e=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),r=Symbol.for("react.consumer"),o=Symbol.for("react.context"),a=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),h=Symbol.for("react.memo"),u=Symbol.for("react.lazy"),l=Symbol.for("react.activity"),f=Symbol.iterator;function d(P){return P===null||typeof P!="object"?null:(P=f&&P[f]||P["@@iterator"],typeof P=="function"?P:null)}var p={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},m=Object.assign,y={};function g(P,I,G){this.props=P,this.context=I,this.refs=y,this.updater=G||p}g.prototype.isReactComponent={},g.prototype.setState=function(P,I){if(typeof P!="object"&&typeof P!="function"&&P!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,P,I,"setState")},g.prototype.forceUpdate=function(P){this.updater.enqueueForceUpdate(this,P,"forceUpdate")};function v(){}v.prototype=g.prototype;function x(P,I,G){this.props=P,this.context=I,this.refs=y,this.updater=G||p}var b=x.prototype=new v;b.constructor=x,m(b,g.prototype),b.isPureReactComponent=!0;var E=Array.isArray;function _(){}var D={H:null,A:null,T:null,S:null},V=Object.prototype.hasOwnProperty;function O(P,I,G){var X=G.ref;return{$$typeof:n,type:P,key:I,ref:X!==void 0?X:null,props:G}}function N(P,I){return O(P.type,I,P.props)}function U(P){return typeof P=="object"&&P!==null&&P.$$typeof===n}function Y(P){var I={"=":"=0",":":"=2"};return"$"+P.replace(/[=:]/g,function(G){return I[G]})}var st=/\/+/g;function it(P,I){return typeof P=="object"&&P!==null&&P.key!=null?Y(""+P.key):I.toString(36)}function nt(P){switch(P.status){case"fulfilled":return P.value;case"rejected":throw P.reason;default:switch(typeof P.status=="string"?P.then(_,_):(P.status="pending",P.then(function(I){P.status==="pending"&&(P.status="fulfilled",P.value=I)},function(I){P.status==="pending"&&(P.status="rejected",P.reason=I)})),P.status){case"fulfilled":return P.value;case"rejected":throw P.reason}}throw P}function et(P,I,G,X,dt){var vt=typeof P;(vt==="undefined"||vt==="boolean")&&(P=null);var J=!1;if(P===null)J=!0;else switch(vt){case"bigint":case"string":case"number":J=!0;break;case"object":switch(P.$$typeof){case n:case t:J=!0;break;case u:return J=P._init,et(J(P._payload),I,G,X,dt)}}if(J)return dt=dt(P),J=X===""?"."+it(P,0):X,E(dt)?(G="",J!=null&&(G=J.replace(st,"$&/")+"/"),et(dt,I,G,"",function(Dt){return Dt})):dt!=null&&(U(dt)&&(dt=N(dt,G+(dt.key==null||P&&P.key===dt.key?"":(""+dt.key).replace(st,"$&/")+"/")+J)),I.push(dt)),1;J=0;var Et=X===""?".":X+":";if(E(P))for(var lt=0;lt<P.length;lt++)X=P[lt],vt=Et+it(X,lt),J+=et(X,I,G,vt,dt);else if(lt=d(P),typeof lt=="function")for(P=lt.call(P),lt=0;!(X=P.next()).done;)X=X.value,vt=Et+it(X,lt++),J+=et(X,I,G,vt,dt);else if(vt==="object"){if(typeof P.then=="function")return et(nt(P),I,G,X,dt);throw I=String(P),Error("Objects are not valid as a React child (found: "+(I==="[object Object]"?"object with keys {"+Object.keys(P).join(", ")+"}":I)+"). If you meant to render a collection of children, use an array instead.")}return J}function ct(P,I,G){if(P==null)return P;var X=[],dt=0;return et(P,X,"","",function(vt){return I.call(G,vt,dt++)}),X}function ht(P){if(P._status===-1){var I=P._result;I=I(),I.then(function(G){(P._status===0||P._status===-1)&&(P._status=1,P._result=G)},function(G){(P._status===0||P._status===-1)&&(P._status=2,P._result=G)}),P._status===-1&&(P._status=0,P._result=I)}if(P._status===1)return P._result.default;throw P._result}var B=typeof reportError=="function"?reportError:function(P){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var I=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof P=="object"&&P!==null&&typeof P.message=="string"?String(P.message):String(P),error:P});if(!window.dispatchEvent(I))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",P);return}console.error(P)},z={map:ct,forEach:function(P,I,G){ct(P,function(){I.apply(this,arguments)},G)},count:function(P){var I=0;return ct(P,function(){I++}),I},toArray:function(P){return ct(P,function(I){return I})||[]},only:function(P){if(!U(P))throw Error("React.Children.only expected to receive a single React element child.");return P}};return ft.Activity=l,ft.Children=z,ft.Component=g,ft.Fragment=e,ft.Profiler=i,ft.PureComponent=x,ft.StrictMode=s,ft.Suspense=c,ft.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=D,ft.__COMPILER_RUNTIME={__proto__:null,c:function(P){return D.H.useMemoCache(P)}},ft.cache=function(P){return function(){return P.apply(null,arguments)}},ft.cacheSignal=function(){return null},ft.cloneElement=function(P,I,G){if(P==null)throw Error("The argument must be a React element, but you passed "+P+".");var X=m({},P.props),dt=P.key;if(I!=null)for(vt in I.key!==void 0&&(dt=""+I.key),I)!V.call(I,vt)||vt==="key"||vt==="__self"||vt==="__source"||vt==="ref"&&I.ref===void 0||(X[vt]=I[vt]);var vt=arguments.length-2;if(vt===1)X.children=G;else if(1<vt){for(var J=Array(vt),Et=0;Et<vt;Et++)J[Et]=arguments[Et+2];X.children=J}return O(P.type,dt,X)},ft.createContext=function(P){return P={$$typeof:o,_currentValue:P,_currentValue2:P,_threadCount:0,Provider:null,Consumer:null},P.Provider=P,P.Consumer={$$typeof:r,_context:P},P},ft.createElement=function(P,I,G){var X,dt={},vt=null;if(I!=null)for(X in I.key!==void 0&&(vt=""+I.key),I)V.call(I,X)&&X!=="key"&&X!=="__self"&&X!=="__source"&&(dt[X]=I[X]);var J=arguments.length-2;if(J===1)dt.children=G;else if(1<J){for(var Et=Array(J),lt=0;lt<J;lt++)Et[lt]=arguments[lt+2];dt.children=Et}if(P&&P.defaultProps)for(X in J=P.defaultProps,J)dt[X]===void 0&&(dt[X]=J[X]);return O(P,vt,dt)},ft.createRef=function(){return{current:null}},ft.forwardRef=function(P){return{$$typeof:a,render:P}},ft.isValidElement=U,ft.lazy=function(P){return{$$typeof:u,_payload:{_status:-1,_result:P},_init:ht}},ft.memo=function(P,I){return{$$typeof:h,type:P,compare:I===void 0?null:I}},ft.startTransition=function(P){var I=D.T,G={};D.T=G;try{var X=P(),dt=D.S;dt!==null&&dt(G,X),typeof X=="object"&&X!==null&&typeof X.then=="function"&&X.then(_,B)}catch(vt){B(vt)}finally{I!==null&&G.types!==null&&(I.types=G.types),D.T=I}},ft.unstable_useCacheRefresh=function(){return D.H.useCacheRefresh()},ft.use=function(P){return D.H.use(P)},ft.useActionState=function(P,I,G){return D.H.useActionState(P,I,G)},ft.useCallback=function(P,I){return D.H.useCallback(P,I)},ft.useContext=function(P){return D.H.useContext(P)},ft.useDebugValue=function(){},ft.useDeferredValue=function(P,I){return D.H.useDeferredValue(P,I)},ft.useEffect=function(P,I){return D.H.useEffect(P,I)},ft.useEffectEvent=function(P){return D.H.useEffectEvent(P)},ft.useId=function(){return D.H.useId()},ft.useImperativeHandle=function(P,I,G){return D.H.useImperativeHandle(P,I,G)},ft.useInsertionEffect=function(P,I){return D.H.useInsertionEffect(P,I)},ft.useLayoutEffect=function(P,I){return D.H.useLayoutEffect(P,I)},ft.useMemo=function(P,I){return D.H.useMemo(P,I)},ft.useOptimistic=function(P,I){return D.H.useOptimistic(P,I)},ft.useReducer=function(P,I,G){return D.H.useReducer(P,I,G)},ft.useRef=function(P){return D.H.useRef(P)},ft.useState=function(P){return D.H.useState(P)},ft.useSyncExternalStore=function(P,I,G){return D.H.useSyncExternalStore(P,I,G)},ft.useTransition=function(){return D.H.useTransition()},ft.version="19.2.5",ft}var Yi={exports:{}};/**
|
|
40
40
|
* @license React
|
|
41
41
|
* react.development.js
|
|
42
42
|
*
|
|
@@ -44,38 +44,38 @@ Content-Type: `+f.type+`\r
|
|
|
44
44
|
*
|
|
45
45
|
* This source code is licensed under the MIT license found in the
|
|
46
46
|
* LICENSE file in the root directory of this source tree.
|
|
47
|
-
*/
|
|
47
|
+
*/Yi.exports;var Rp;function aT(){return Rp||(Rp=1,function(n,t){({}).NODE_ENV!=="production"&&function(){function e(S,R){Object.defineProperty(r.prototype,S,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",R[0],R[1])}})}function s(S){return S===null||typeof S!="object"?null:(S=hn&&S[hn]||S["@@iterator"],typeof S=="function"?S:null)}function i(S,R){S=(S=S.constructor)&&(S.displayName||S.name)||"ReactClass";var $=S+"."+R;un[$]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",R,S),un[$]=!0)}function r(S,R,$){this.props=S,this.context=R,this.refs=Rt,this.updater=$||qe}function o(){}function a(S,R,$){this.props=S,this.context=R,this.refs=Rt,this.updater=$||qe}function c(){}function h(S){return""+S}function u(S){try{h(S);var R=!1}catch{R=!0}if(R){R=console;var $=R.error,W=typeof Symbol=="function"&&Symbol.toStringTag&&S[Symbol.toStringTag]||S.constructor.name||"Object";return $.call(R,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",W),h(S)}}function l(S){if(S==null)return null;if(typeof S=="function")return S.$$typeof===qa?null:S.displayName||S.name||null;if(typeof S=="string")return S;switch(S){case P:return"Fragment";case G:return"Profiler";case I:return"StrictMode";case J:return"Suspense";case Et:return"SuspenseList";case In:return"Activity"}if(typeof S=="object")switch(typeof S.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),S.$$typeof){case z:return"Portal";case dt:return S.displayName||"Context";case X:return(S._context.displayName||"Context")+".Consumer";case vt:var R=S.render;return S=S.displayName,S||(S=R.displayName||R.name||"",S=S!==""?"ForwardRef("+S+")":"ForwardRef"),S;case lt:return R=S.displayName||null,R!==null?R:l(S.type)||"Memo";case Dt:R=S._payload,S=S._init;try{return l(S(R))}catch{}}return null}function f(S){if(S===P)return"<>";if(typeof S=="object"&&S!==null&&S.$$typeof===Dt)return"<...>";try{var R=l(S);return R?"<"+R+">":"<...>"}catch{return"<...>"}}function d(){var S=mt.A;return S===null?null:S.getOwner()}function p(){return Error("react-stack-top-frame")}function m(S){if(ie.call(S,"key")){var R=Object.getOwnPropertyDescriptor(S,"key").get;if(R&&R.isReactWarning)return!1}return S.key!==void 0}function y(S,R){function $(){Ja||(Ja=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",R))}$.isReactWarning=!0,Object.defineProperty(S,"key",{get:$,configurable:!0})}function g(){var S=l(this.type);return Qa[S]||(Qa[S]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),S=this.props.ref,S!==void 0?S:null}function v(S,R,$,W,Q,yt){var gt=$.ref;return S={$$typeof:B,type:S,key:R,props:$,_owner:W},(gt!==void 0?gt:null)!==null?Object.defineProperty(S,"ref",{enumerable:!1,get:g}):Object.defineProperty(S,"ref",{enumerable:!1,value:null}),S._store={},Object.defineProperty(S._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(S,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(S,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Q}),Object.defineProperty(S,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:yt}),Object.freeze&&(Object.freeze(S.props),Object.freeze(S)),S}function x(S,R){return R=v(S.type,R,S.props,S._owner,S._debugStack,S._debugTask),S._store&&(R._store.validated=S._store.validated),R}function b(S){E(S)?S._store&&(S._store.validated=1):typeof S=="object"&&S!==null&&S.$$typeof===Dt&&(S._payload.status==="fulfilled"?E(S._payload.value)&&S._payload.value._store&&(S._payload.value._store.validated=1):S._store&&(S._store.validated=1))}function E(S){return typeof S=="object"&&S!==null&&S.$$typeof===B}function _(S){var R={"=":"=0",":":"=2"};return"$"+S.replace(/[=:]/g,function($){return R[$]})}function D(S,R){return typeof S=="object"&&S!==null&&S.key!=null?(u(S.key),_(""+S.key)):R.toString(36)}function V(S){switch(S.status){case"fulfilled":return S.value;case"rejected":throw S.reason;default:switch(typeof S.status=="string"?S.then(c,c):(S.status="pending",S.then(function(R){S.status==="pending"&&(S.status="fulfilled",S.value=R)},function(R){S.status==="pending"&&(S.status="rejected",S.reason=R)})),S.status){case"fulfilled":return S.value;case"rejected":throw S.reason}}throw S}function O(S,R,$,W,Q){var yt=typeof S;(yt==="undefined"||yt==="boolean")&&(S=null);var gt=!1;if(S===null)gt=!0;else switch(yt){case"bigint":case"string":case"number":gt=!0;break;case"object":switch(S.$$typeof){case B:case z:gt=!0;break;case Dt:return gt=S._init,O(gt(S._payload),R,$,W,Q)}}if(gt){gt=S,Q=Q(gt);var Pt=W===""?"."+D(gt,0):W;return Dr(Q)?($="",Pt!=null&&($=Pt.replace(Or,"$&/")+"/"),O(Q,R,$,"",function(Ke){return Ke})):Q!=null&&(E(Q)&&(Q.key!=null&&(gt&>.key===Q.key||u(Q.key)),$=x(Q,$+(Q.key==null||gt&>.key===Q.key?"":(""+Q.key).replace(Or,"$&/")+"/")+Pt),W!==""&>!=null&&E(gt)&>.key==null&>._store&&!gt._store.validated&&($._store.validated=2),Q=$),R.push(Q)),1}if(gt=0,Pt=W===""?".":W+":",Dr(S))for(var bt=0;bt<S.length;bt++)W=S[bt],yt=Pt+D(W,bt),gt+=O(W,R,$,yt,Q);else if(bt=s(S),typeof bt=="function")for(bt===S.entries&&(Rr||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Rr=!0),S=bt.call(S),bt=0;!(W=S.next()).done;)W=W.value,yt=Pt+D(W,bt++),gt+=O(W,R,$,yt,Q);else if(yt==="object"){if(typeof S.then=="function")return O(V(S),R,$,W,Q);throw R=String(S),Error("Objects are not valid as a React child (found: "+(R==="[object Object]"?"object with keys {"+Object.keys(S).join(", ")+"}":R)+"). If you meant to render a collection of children, use an array instead.")}return gt}function N(S,R,$){if(S==null)return S;var W=[],Q=0;return O(S,W,"","",function(yt){return R.call($,yt,Q++)}),W}function U(S){if(S._status===-1){var R=S._ioInfo;R!=null&&(R.start=R.end=performance.now()),R=S._result;var $=R();if($.then(function(Q){if(S._status===0||S._status===-1){S._status=1,S._result=Q;var yt=S._ioInfo;yt!=null&&(yt.end=performance.now()),$.status===void 0&&($.status="fulfilled",$.value=Q)}},function(Q){if(S._status===0||S._status===-1){S._status=2,S._result=Q;var yt=S._ioInfo;yt!=null&&(yt.end=performance.now()),$.status===void 0&&($.status="rejected",$.reason=Q)}}),R=S._ioInfo,R!=null){R.value=$;var W=$.displayName;typeof W=="string"&&(R.name=W)}S._status===-1&&(S._status=0,S._result=$)}if(S._status===1)return R=S._result,R===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
48
48
|
|
|
49
49
|
Your code should look like:
|
|
50
50
|
const MyComponent = lazy(() => import('./MyComponent'))
|
|
51
51
|
|
|
52
|
-
Did you accidentally put curly braces around the import?`,
|
|
52
|
+
Did you accidentally put curly braces around the import?`,R),"default"in R||console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
53
53
|
|
|
54
54
|
Your code should look like:
|
|
55
|
-
const MyComponent = lazy(() => import('./MyComponent'))`,
|
|
55
|
+
const MyComponent = lazy(() => import('./MyComponent'))`,R),R.default;throw S._result}function Y(){var S=mt.H;return S===null&&console.error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
56
56
|
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
57
57
|
2. You might be breaking the Rules of Hooks
|
|
58
58
|
3. You might have more than one copy of React in the same app
|
|
59
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),_}function lt(){it.asyncTransitions--}function yt(_){if(Ln===null)try{var D=("require"+Math.random()).slice(0,7);Ln=(n&&n[D]).call(n,"timers").setImmediate}catch{Ln=function(Y){nr===!1&&(nr=!0,typeof MessageChannel>"u"&&console.error("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));var J=new MessageChannel;J.port1.onmessage=Y,J.port2.postMessage(void 0)}}return Ln(_)}function mt(_){return 1<_.length&&typeof AggregateError=="function"?new AggregateError(_):_[0]}function ct(_,D){D!==Pr-1&&console.error("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),Pr=D}function st(_,D,B){var Y=it.actQueue;if(Y!==null)if(Y.length!==0)try{Ct(Y),yt(function(){return st(_,D,B)});return}catch(J){it.thrownErrors.push(J)}else it.actQueue=null;0<it.thrownErrors.length?(Y=mt(it.thrownErrors),it.thrownErrors.length=0,B(Y)):D(_)}function Ct(_){if(!Ms){Ms=!0;var D=0;try{for(;D<_.length;D++){var B=_[D];do{it.didUsePromise=!1;var Y=B(!1);if(Y!==null){if(it.didUsePromise){_[D]=B,_.splice(0,D);return}B=Y}else break}while(1)}_.length=0}catch(J){_.splice(0,D+1),it.thrownErrors.push(J)}finally{Ms=!1}}}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var $=Symbol.for("react.transitional.element"),z=Symbol.for("react.portal"),A=Symbol.for("react.fragment"),L=Symbol.for("react.strict_mode"),W=Symbol.for("react.profiler"),q=Symbol.for("react.consumer"),ft=Symbol.for("react.context"),bt=Symbol.for("react.forward_ref"),et=Symbol.for("react.suspense"),It=Symbol.for("react.suspense_list"),ht=Symbol.for("react.memo"),Mt=Symbol.for("react.lazy"),ln=Symbol.for("react.activity"),Ye=Symbol.iterator,je={},Re={isMounted:function(){return!1},enqueueForceUpdate:function(_){s(_,"forceUpdate")},enqueueReplaceState:function(_){s(_,"replaceState")},enqueueSetState:function(_){s(_,"setState")}},N=Object.assign,Tt={};Object.freeze(Tt),i.prototype.isReactComponent={},i.prototype.setState=function(_,D){if(typeof _!="object"&&typeof _!="function"&&_!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,_,D,"setState")},i.prototype.forceUpdate=function(_){this.updater.enqueueForceUpdate(this,_,"forceUpdate")};var $t={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]};for(rr in $t)$t.hasOwnProperty(rr)&&e(rr,$t[rr]);o.prototype=i.prototype,$t=a.prototype=new o,$t.constructor=a,N($t,i.prototype),$t.isPureReactComponent=!0;var Cs=Array.isArray,wo=Symbol.for("react.client.reference"),it={H:null,A:null,T:null,S:null,actQueue:null,asyncTransitions:0,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1,didUsePromise:!1,thrownErrors:[],getCurrentStack:null,recentlyCreatedOwnerStacks:0},Jt=Object.prototype.hasOwnProperty,vo=console.createTask?console.createTask:function(){return null};$t={react_stack_bottom_frame:function(_){return _()}};var xo,_o,So={},qh=$t.react_stack_bottom_frame.bind($t,p)(),Eo=vo(d(p)),Ts=!1,Ps=/\/+/g,As=typeof reportError=="function"?reportError:function(_){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var D=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof _=="object"&&_!==null&&typeof _.message=="string"?String(_.message):String(_),error:_});if(!window.dispatchEvent(D))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",_);return}console.error(_)},nr=!1,Ln=null,Pr=0,Ar=!1,Ms=!1,Co=typeof queueMicrotask=="function"?function(_){queueMicrotask(function(){return queueMicrotask(_)})}:yt;$t=Object.freeze({__proto__:null,c:function(_){return V().useMemoCache(_)}});var rr={map:j,forEach:function(_,D,B){j(_,function(){D.apply(this,arguments)},B)},count:function(_){var D=0;return j(_,function(){D++}),D},toArray:function(_){return j(_,function(D){return D})||[]},only:function(_){if(!C(_))throw Error("React.Children.only expected to receive a single React element child.");return _}};t.Activity=ln,t.Children=rr,t.Component=i,t.Fragment=A,t.Profiler=W,t.PureComponent=a,t.StrictMode=L,t.Suspense=et,t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=it,t.__COMPILER_RUNTIME=$t,t.act=function(_){var D=it.actQueue,B=Pr;Pr++;var Y=it.actQueue=D!==null?D:[],J=!1;try{var ut=_()}catch(dt){it.thrownErrors.push(dt)}if(0<it.thrownErrors.length)throw ct(D,B),_=mt(it.thrownErrors),it.thrownErrors.length=0,_;if(ut!==null&&typeof ut=="object"&&typeof ut.then=="function"){var at=ut;return Co(function(){J||Ar||(Ar=!0,console.error("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))}),{then:function(dt,ke){J=!0,at.then(function(Nn){if(ct(D,B),B===0){try{Ct(Y),yt(function(){return st(Nn,dt,ke)})}catch(Kh){it.thrownErrors.push(Kh)}if(0<it.thrownErrors.length){var Jh=mt(it.thrownErrors);it.thrownErrors.length=0,ke(Jh)}}else dt(Nn)},function(Nn){ct(D,B),0<it.thrownErrors.length&&(Nn=mt(it.thrownErrors),it.thrownErrors.length=0),ke(Nn)})}}}var St=ut;if(ct(D,B),B===0&&(Ct(Y),Y.length!==0&&Co(function(){J||Ar||(Ar=!0,console.error("A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"))}),it.actQueue=null),0<it.thrownErrors.length)throw _=mt(it.thrownErrors),it.thrownErrors.length=0,_;return{then:function(dt,ke){J=!0,B===0?(it.actQueue=Y,yt(function(){return st(St,dt,ke)})):dt(St)}}},t.cache=function(_){return function(){return _.apply(null,arguments)}},t.cacheSignal=function(){return null},t.captureOwnerStack=function(){var _=it.getCurrentStack;return _===null?null:_()},t.cloneElement=function(_,D,B){if(_==null)throw Error("The argument must be a React element, but you passed "+_+".");var Y=N({},_.props),J=_.key,ut=_._owner;if(D!=null){var at;t:{if(Jt.call(D,"ref")&&(at=Object.getOwnPropertyDescriptor(D,"ref").get)&&at.isReactWarning){at=!1;break t}at=D.ref!==void 0}at&&(ut=f()),m(D)&&(u(D.key),J=""+D.key);for(St in D)!Jt.call(D,St)||St==="key"||St==="__self"||St==="__source"||St==="ref"&&D.ref===void 0||(Y[St]=D[St])}var St=arguments.length-2;if(St===1)Y.children=B;else if(1<St){at=Array(St);for(var dt=0;dt<St;dt++)at[dt]=arguments[dt+2];Y.children=at}for(Y=b(_.type,J,Y,ut,_._debugStack,_._debugTask),J=2;J<arguments.length;J++)w(arguments[J]);return Y},t.createContext=function(_){return _={$$typeof:ft,_currentValue:_,_currentValue2:_,_threadCount:0,Provider:null,Consumer:null},_.Provider=_,_.Consumer={$$typeof:q,_context:_},_._currentRenderer=null,_._currentRenderer2=null,_},t.createElement=function(_,D,B){for(var Y=2;Y<arguments.length;Y++)w(arguments[Y]);Y={};var J=null;if(D!=null)for(dt in _o||!("__self"in D)||"key"in D||(_o=!0,console.warn("Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform")),m(D)&&(u(D.key),J=""+D.key),D)Jt.call(D,dt)&&dt!=="key"&&dt!=="__self"&&dt!=="__source"&&(Y[dt]=D[dt]);var ut=arguments.length-2;if(ut===1)Y.children=B;else if(1<ut){for(var at=Array(ut),St=0;St<ut;St++)at[St]=arguments[St+2];Object.freeze&&Object.freeze(at),Y.children=at}if(_&&_.defaultProps)for(dt in ut=_.defaultProps,ut)Y[dt]===void 0&&(Y[dt]=ut[dt]);J&&v(Y,typeof _=="function"?_.displayName||_.name||"Unknown":_);var dt=1e4>it.recentlyCreatedOwnerStacks++;return b(_,J,Y,f(),dt?Error("react-stack-top-frame"):qh,dt?vo(d(_)):Eo)},t.createRef=function(){var _={current:null};return Object.seal(_),_},t.forwardRef=function(_){_!=null&&_.$$typeof===ht?console.error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof _!="function"?console.error("forwardRef requires a render function but was given %s.",_===null?"null":typeof _):_.length!==0&&_.length!==2&&console.error("forwardRef render functions accept exactly two parameters: props and ref. %s",_.length===1?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),_!=null&&_.defaultProps!=null&&console.error("forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?");var D={$$typeof:bt,render:_},B;return Object.defineProperty(D,"displayName",{enumerable:!1,configurable:!0,get:function(){return B},set:function(Y){B=Y,_.name||_.displayName||(Object.defineProperty(_,"name",{value:Y}),_.displayName=Y)}}),D},t.isValidElement=C,t.lazy=function(_){_={_status:-1,_result:_};var D={$$typeof:Mt,_payload:_,_init:H},B={name:"lazy",start:-1,end:-1,value:null,owner:null,debugStack:Error("react-stack-top-frame"),debugTask:console.createTask?console.createTask("lazy()"):null};return _._ioInfo=B,D._debugInfo=[{awaited:B}],D},t.memo=function(_,D){_==null&&console.error("memo: The first argument must be a component. Instead received: %s",_===null?"null":typeof _),D={$$typeof:ht,type:_,compare:D===void 0?null:D};var B;return Object.defineProperty(D,"displayName",{enumerable:!1,configurable:!0,get:function(){return B},set:function(Y){B=Y,_.name||_.displayName||(Object.defineProperty(_,"name",{value:Y}),_.displayName=Y)}}),D},t.startTransition=function(_){var D=it.T,B={};B._updatedFibers=new Set,it.T=B;try{var Y=_(),J=it.S;J!==null&&J(B,Y),typeof Y=="object"&&Y!==null&&typeof Y.then=="function"&&(it.asyncTransitions++,Y.then(lt,lt),Y.then(c,As))}catch(ut){As(ut)}finally{D===null&&B._updatedFibers&&(_=B._updatedFibers.size,B._updatedFibers.clear(),10<_&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table.")),D!==null&&B.types!==null&&(D.types!==null&&D.types!==B.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),D.types=B.types),it.T=D}},t.unstable_useCacheRefresh=function(){return V().useCacheRefresh()},t.use=function(_){return V().use(_)},t.useActionState=function(_,D,B){return V().useActionState(_,D,B)},t.useCallback=function(_,D){return V().useCallback(_,D)},t.useContext=function(_){var D=V();return _.$$typeof===q&&console.error("Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"),D.useContext(_)},t.useDebugValue=function(_,D){return V().useDebugValue(_,D)},t.useDeferredValue=function(_,D){return V().useDeferredValue(_,D)},t.useEffect=function(_,D){return _==null&&console.warn("React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?"),V().useEffect(_,D)},t.useEffectEvent=function(_){return V().useEffectEvent(_)},t.useId=function(){return V().useId()},t.useImperativeHandle=function(_,D,B){return V().useImperativeHandle(_,D,B)},t.useInsertionEffect=function(_,D){return _==null&&console.warn("React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"),V().useInsertionEffect(_,D)},t.useLayoutEffect=function(_,D){return _==null&&console.warn("React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"),V().useLayoutEffect(_,D)},t.useMemo=function(_,D){return V().useMemo(_,D)},t.useOptimistic=function(_,D){return V().useOptimistic(_,D)},t.useReducer=function(_,D,B){return V().useReducer(_,D,B)},t.useRef=function(_){return V().useRef(_)},t.useState=function(_){return V().useState(_)},t.useSyncExternalStore=function(_,D,B){return V().useSyncExternalStore(_,D,B)},t.useTransition=function(){return V().useTransition()},t.version="19.2.5",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()}(es,es.exports)),es.exports}({}).NODE_ENV==="production"?ac.exports=uv():ac.exports=lv();var Et=ac.exports;const fv=Dr({__proto__:null,default:xa(Et)},[Et]);/**
|
|
59
|
+
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),S}function st(){mt.asyncTransitions--}function it(S){if(as===null)try{var R=("require"+Math.random()).slice(0,7);as=(n&&n[R]).call(n,"timers").setImmediate}catch{as=function(W){ks===!1&&(ks=!0,typeof MessageChannel>"u"&&console.error("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));var Q=new MessageChannel;Q.port1.onmessage=W,Q.port2.postMessage(void 0)}}return as(S)}function nt(S){return 1<S.length&&typeof AggregateError=="function"?new AggregateError(S):S[0]}function et(S,R){R!==gi-1&&console.error("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),gi=R}function ct(S,R,$){var W=mt.actQueue;if(W!==null)if(W.length!==0)try{ht(W),it(function(){return ct(S,R,$)});return}catch(Q){mt.thrownErrors.push(Q)}else mt.actQueue=null;0<mt.thrownErrors.length?(W=nt(mt.thrownErrors),mt.thrownErrors.length=0,$(W)):R(S)}function ht(S){if(!kr){kr=!0;var R=0;try{for(;R<S.length;R++){var $=S[R];do{mt.didUsePromise=!1;var W=$(!1);if(W!==null){if(mt.didUsePromise){S[R]=$,S.splice(0,R);return}$=W}else break}while(1)}S.length=0}catch(Q){S.splice(0,R+1),mt.thrownErrors.push(Q)}finally{kr=!1}}}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var B=Symbol.for("react.transitional.element"),z=Symbol.for("react.portal"),P=Symbol.for("react.fragment"),I=Symbol.for("react.strict_mode"),G=Symbol.for("react.profiler"),X=Symbol.for("react.consumer"),dt=Symbol.for("react.context"),vt=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),Et=Symbol.for("react.suspense_list"),lt=Symbol.for("react.memo"),Dt=Symbol.for("react.lazy"),In=Symbol.for("react.activity"),hn=Symbol.iterator,un={},qe={isMounted:function(){return!1},enqueueForceUpdate:function(S){i(S,"forceUpdate")},enqueueReplaceState:function(S){i(S,"replaceState")},enqueueSetState:function(S){i(S,"setState")}},F=Object.assign,Rt={};Object.freeze(Rt),r.prototype.isReactComponent={},r.prototype.setState=function(S,R){if(typeof S!="object"&&typeof S!="function"&&S!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,S,R,"setState")},r.prototype.forceUpdate=function(S){this.updater.enqueueForceUpdate(this,S,"forceUpdate")};var Gt={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]};for(Ls in Gt)Gt.hasOwnProperty(Ls)&&e(Ls,Gt[Ls]);o.prototype=r.prototype,Gt=a.prototype=new o,Gt.constructor=a,F(Gt,r.prototype),Gt.isPureReactComponent=!0;var Dr=Array.isArray,qa=Symbol.for("react.client.reference"),mt={H:null,A:null,T:null,S:null,actQueue:null,asyncTransitions:0,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1,didUsePromise:!1,thrownErrors:[],getCurrentStack:null,recentlyCreatedOwnerStacks:0},ie=Object.prototype.hasOwnProperty,Ka=console.createTask?console.createTask:function(){return null};Gt={react_stack_bottom_frame:function(S){return S()}};var Ja,Za,Qa={},Bf=Gt.react_stack_bottom_frame.bind(Gt,p)(),tc=Ka(f(p)),Rr=!1,Or=/\/+/g,Ir=typeof reportError=="function"?reportError:function(S){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var R=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof S=="object"&&S!==null&&typeof S.message=="string"?String(S.message):String(S),error:S});if(!window.dispatchEvent(R))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",S);return}console.error(S)},ks=!1,as=null,gi=0,yi=!1,kr=!1,ec=typeof queueMicrotask=="function"?function(S){queueMicrotask(function(){return queueMicrotask(S)})}:it;Gt=Object.freeze({__proto__:null,c:function(S){return Y().useMemoCache(S)}});var Ls={map:N,forEach:function(S,R,$){N(S,function(){R.apply(this,arguments)},$)},count:function(S){var R=0;return N(S,function(){R++}),R},toArray:function(S){return N(S,function(R){return R})||[]},only:function(S){if(!E(S))throw Error("React.Children.only expected to receive a single React element child.");return S}};t.Activity=In,t.Children=Ls,t.Component=r,t.Fragment=P,t.Profiler=G,t.PureComponent=a,t.StrictMode=I,t.Suspense=J,t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=mt,t.__COMPILER_RUNTIME=Gt,t.act=function(S){var R=mt.actQueue,$=gi;gi++;var W=mt.actQueue=R!==null?R:[],Q=!1;try{var yt=S()}catch(bt){mt.thrownErrors.push(bt)}if(0<mt.thrownErrors.length)throw et(R,$),S=nt(mt.thrownErrors),mt.thrownErrors.length=0,S;if(yt!==null&&typeof yt=="object"&&typeof yt.then=="function"){var gt=yt;return ec(function(){Q||yi||(yi=!0,console.error("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))}),{then:function(bt,Ke){Q=!0,gt.then(function(cs){if(et(R,$),$===0){try{ht(W),it(function(){return ct(cs,bt,Ke)})}catch($f){mt.thrownErrors.push($f)}if(0<mt.thrownErrors.length){var jf=nt(mt.thrownErrors);mt.thrownErrors.length=0,Ke(jf)}}else bt(cs)},function(cs){et(R,$),0<mt.thrownErrors.length&&(cs=nt(mt.thrownErrors),mt.thrownErrors.length=0),Ke(cs)})}}}var Pt=yt;if(et(R,$),$===0&&(ht(W),W.length!==0&&ec(function(){Q||yi||(yi=!0,console.error("A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"))}),mt.actQueue=null),0<mt.thrownErrors.length)throw S=nt(mt.thrownErrors),mt.thrownErrors.length=0,S;return{then:function(bt,Ke){Q=!0,$===0?(mt.actQueue=W,it(function(){return ct(Pt,bt,Ke)})):bt(Pt)}}},t.cache=function(S){return function(){return S.apply(null,arguments)}},t.cacheSignal=function(){return null},t.captureOwnerStack=function(){var S=mt.getCurrentStack;return S===null?null:S()},t.cloneElement=function(S,R,$){if(S==null)throw Error("The argument must be a React element, but you passed "+S+".");var W=F({},S.props),Q=S.key,yt=S._owner;if(R!=null){var gt;t:{if(ie.call(R,"ref")&&(gt=Object.getOwnPropertyDescriptor(R,"ref").get)&>.isReactWarning){gt=!1;break t}gt=R.ref!==void 0}gt&&(yt=d()),m(R)&&(u(R.key),Q=""+R.key);for(Pt in R)!ie.call(R,Pt)||Pt==="key"||Pt==="__self"||Pt==="__source"||Pt==="ref"&&R.ref===void 0||(W[Pt]=R[Pt])}var Pt=arguments.length-2;if(Pt===1)W.children=$;else if(1<Pt){gt=Array(Pt);for(var bt=0;bt<Pt;bt++)gt[bt]=arguments[bt+2];W.children=gt}for(W=v(S.type,Q,W,yt,S._debugStack,S._debugTask),Q=2;Q<arguments.length;Q++)b(arguments[Q]);return W},t.createContext=function(S){return S={$$typeof:dt,_currentValue:S,_currentValue2:S,_threadCount:0,Provider:null,Consumer:null},S.Provider=S,S.Consumer={$$typeof:X,_context:S},S._currentRenderer=null,S._currentRenderer2=null,S},t.createElement=function(S,R,$){for(var W=2;W<arguments.length;W++)b(arguments[W]);W={};var Q=null;if(R!=null)for(bt in Za||!("__self"in R)||"key"in R||(Za=!0,console.warn("Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform")),m(R)&&(u(R.key),Q=""+R.key),R)ie.call(R,bt)&&bt!=="key"&&bt!=="__self"&&bt!=="__source"&&(W[bt]=R[bt]);var yt=arguments.length-2;if(yt===1)W.children=$;else if(1<yt){for(var gt=Array(yt),Pt=0;Pt<yt;Pt++)gt[Pt]=arguments[Pt+2];Object.freeze&&Object.freeze(gt),W.children=gt}if(S&&S.defaultProps)for(bt in yt=S.defaultProps,yt)W[bt]===void 0&&(W[bt]=yt[bt]);Q&&y(W,typeof S=="function"?S.displayName||S.name||"Unknown":S);var bt=1e4>mt.recentlyCreatedOwnerStacks++;return v(S,Q,W,d(),bt?Error("react-stack-top-frame"):Bf,bt?Ka(f(S)):tc)},t.createRef=function(){var S={current:null};return Object.seal(S),S},t.forwardRef=function(S){S!=null&&S.$$typeof===lt?console.error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof S!="function"?console.error("forwardRef requires a render function but was given %s.",S===null?"null":typeof S):S.length!==0&&S.length!==2&&console.error("forwardRef render functions accept exactly two parameters: props and ref. %s",S.length===1?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),S!=null&&S.defaultProps!=null&&console.error("forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?");var R={$$typeof:vt,render:S},$;return Object.defineProperty(R,"displayName",{enumerable:!1,configurable:!0,get:function(){return $},set:function(W){$=W,S.name||S.displayName||(Object.defineProperty(S,"name",{value:W}),S.displayName=W)}}),R},t.isValidElement=E,t.lazy=function(S){S={_status:-1,_result:S};var R={$$typeof:Dt,_payload:S,_init:U},$={name:"lazy",start:-1,end:-1,value:null,owner:null,debugStack:Error("react-stack-top-frame"),debugTask:console.createTask?console.createTask("lazy()"):null};return S._ioInfo=$,R._debugInfo=[{awaited:$}],R},t.memo=function(S,R){S==null&&console.error("memo: The first argument must be a component. Instead received: %s",S===null?"null":typeof S),R={$$typeof:lt,type:S,compare:R===void 0?null:R};var $;return Object.defineProperty(R,"displayName",{enumerable:!1,configurable:!0,get:function(){return $},set:function(W){$=W,S.name||S.displayName||(Object.defineProperty(S,"name",{value:W}),S.displayName=W)}}),R},t.startTransition=function(S){var R=mt.T,$={};$._updatedFibers=new Set,mt.T=$;try{var W=S(),Q=mt.S;Q!==null&&Q($,W),typeof W=="object"&&W!==null&&typeof W.then=="function"&&(mt.asyncTransitions++,W.then(st,st),W.then(c,Ir))}catch(yt){Ir(yt)}finally{R===null&&$._updatedFibers&&(S=$._updatedFibers.size,$._updatedFibers.clear(),10<S&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table.")),R!==null&&$.types!==null&&(R.types!==null&&R.types!==$.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),R.types=$.types),mt.T=R}},t.unstable_useCacheRefresh=function(){return Y().useCacheRefresh()},t.use=function(S){return Y().use(S)},t.useActionState=function(S,R,$){return Y().useActionState(S,R,$)},t.useCallback=function(S,R){return Y().useCallback(S,R)},t.useContext=function(S){var R=Y();return S.$$typeof===X&&console.error("Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"),R.useContext(S)},t.useDebugValue=function(S,R){return Y().useDebugValue(S,R)},t.useDeferredValue=function(S,R){return Y().useDeferredValue(S,R)},t.useEffect=function(S,R){return S==null&&console.warn("React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?"),Y().useEffect(S,R)},t.useEffectEvent=function(S){return Y().useEffectEvent(S)},t.useId=function(){return Y().useId()},t.useImperativeHandle=function(S,R,$){return Y().useImperativeHandle(S,R,$)},t.useInsertionEffect=function(S,R){return S==null&&console.warn("React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"),Y().useInsertionEffect(S,R)},t.useLayoutEffect=function(S,R){return S==null&&console.warn("React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"),Y().useLayoutEffect(S,R)},t.useMemo=function(S,R){return Y().useMemo(S,R)},t.useOptimistic=function(S,R){return Y().useOptimistic(S,R)},t.useReducer=function(S,R,$){return Y().useReducer(S,R,$)},t.useRef=function(S){return Y().useRef(S)},t.useState=function(S){return Y().useState(S)},t.useSyncExternalStore=function(S,R,$){return Y().useSyncExternalStore(S,R,$)},t.useTransition=function(){return Y().useTransition()},t.version="19.2.5",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()}(Yi,Yi.exports)),Yi.exports}({}).NODE_ENV==="production"?Nh.exports=oT():Nh.exports=aT();var H=Nh.exports;const cT=bi({__proto__:null,default:Jc(H)},[H]);/**
|
|
60
60
|
* @vue/shared v3.5.13
|
|
61
61
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
62
62
|
* @license MIT
|
|
63
|
-
**//*! #__NO_SIDE_EFFECTS__ */function
|
|
63
|
+
**//*! #__NO_SIDE_EFFECTS__ */function hT(n){const t=Object.create(null);for(const e of n.split(","))t[e]=1;return e=>e in t}const Le={}.NODE_ENV!=="production"?Object.freeze({}):{},Gi=()=>{},Ue=Object.assign,uT=Object.prototype.hasOwnProperty,Ut=(n,t)=>uT.call(n,t),ae=Array.isArray,qs=n=>Ro(n)==="[object Map]",lT=n=>Ro(n)==="[object Set]",ce=n=>typeof n=="function",Do=n=>typeof n=="string",Xi=n=>typeof n=="symbol",nn=n=>n!==null&&typeof n=="object",fT=n=>(nn(n)||ce(n))&&ce(n.then)&&ce(n.catch),dT=Object.prototype.toString,Ro=n=>dT.call(n),Op=n=>Ro(n).slice(8,-1),mT=n=>Ro(n)==="[object Object]",zh=n=>Do(n)&&n!=="NaN"&&n[0]!=="-"&&""+parseInt(n,10)===n,pT=(n=>{const t=Object.create(null);return e=>t[e]||(t[e]=n(e))})(n=>n.charAt(0).toUpperCase()+n.slice(1)),qn=(n,t)=>!Object.is(n,t),gT=(n,t,e,s=!1)=>{Object.defineProperty(n,t,{configurable:!0,enumerable:!1,writable:s,value:e})};let Ip;const Oo=()=>Ip||(Ip=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});/**
|
|
64
64
|
* @vue/reactivity v3.5.13
|
|
65
65
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
66
66
|
* @license MIT
|
|
67
|
-
**/function nn(n,...t){console.warn(`[Vue warn] ${n}`,...t)}let vt;const hc=new WeakSet;class xv{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,hc.has(this)&&(hc.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Vf(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,qf(this),Gf(this);const t=vt,e=Oe;vt=this,Oe=!0;try{return this.fn()}finally{({}).NODE_ENV!=="production"&&vt!==this&&nn("Active effect was not restored correctly - this is likely a Vue internal bug."),Xf(this),vt=t,Oe=e,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)dc(t);this.deps=this.depsTail=void 0,qf(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?hc.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){fc(this)&&this.run()}get dirty(){return fc(this)}}let jf=0,ss,is;function Vf(n,t=!1){if(n.flags|=8,t){n.next=is,is=n;return}n.next=ss,ss=n}function uc(){jf++}function lc(){if(--jf>0)return;if(is){let t=is;for(is=void 0;t;){const e=t.next;t.next=void 0,t.flags&=-9,t=e}}let n;for(;ss;){let t=ss;for(ss=void 0;t;){const e=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){n||(n=r)}t=e}}if(n)throw n}function Gf(n){for(let t=n.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Xf(n){let t,e=n.depsTail,r=e;for(;r;){const s=r.prevDep;r.version===-1?(r===e&&(e=s),dc(r),_v(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}n.deps=t,n.depsTail=e}function fc(n){for(let t=n.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Hf(t.dep.computed)||t.dep.version!==t.version))return!0;return!!n._dirty}function Hf(n){if(n.flags&4&&!(n.flags&16)||(n.flags&=-17,n.globalVersion===os))return;n.globalVersion=os;const t=n.dep;if(n.flags|=2,t.version>0&&!n.isSSR&&n.deps&&!fc(n)){n.flags&=-3;return}const e=vt,r=Oe;vt=n,Oe=!0;try{Gf(n);const s=n.fn(n._value);(t.version===0||Pn(s,n._value))&&(n._value=s,t.version++)}catch(s){throw t.version++,s}finally{vt=e,Oe=r,Xf(n),n.flags&=-3}}function dc(n,t=!1){const{dep:e,prevSub:r,nextSub:s}=n;if(r&&(r.nextSub=s,n.prevSub=void 0),s&&(s.prevSub=r,n.nextSub=void 0),{}.NODE_ENV!=="production"&&e.subsHead===n&&(e.subsHead=s),e.subs===n&&(e.subs=r,!r&&e.computed)){e.computed.flags&=-5;for(let i=e.computed.deps;i;i=i.nextDep)dc(i,!0)}!t&&!--e.sc&&e.map&&e.map.delete(e.key)}function _v(n){const{prevDep:t,nextDep:e}=n;t&&(t.nextDep=e,n.prevDep=void 0),e&&(e.prevDep=t,n.nextDep=void 0)}let Oe=!0;const Wf=[];function Pi(){Wf.push(Oe),Oe=!1}function Ai(){const n=Wf.pop();Oe=n===void 0?!0:n}function qf(n){const{cleanup:t}=n;if(n.cleanup=void 0,t){const e=vt;vt=void 0;try{t()}finally{vt=e}}}let os=0;class Sv{constructor(t,e){this.sub=t,this.dep=e,this.version=e.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class mc{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,{}.NODE_ENV!=="production"&&(this.subsHead=void 0)}track(t){if(!vt||!Oe||vt===this.computed)return;let e=this.activeLink;if(e===void 0||e.sub!==vt)e=this.activeLink=new Sv(vt,this),vt.deps?(e.prevDep=vt.depsTail,vt.depsTail.nextDep=e,vt.depsTail=e):vt.deps=vt.depsTail=e,Jf(e);else if(e.version===-1&&(e.version=this.version,e.nextDep)){const r=e.nextDep;r.prevDep=e.prevDep,e.prevDep&&(e.prevDep.nextDep=r),e.prevDep=vt.depsTail,e.nextDep=void 0,vt.depsTail.nextDep=e,vt.depsTail=e,vt.deps===e&&(vt.deps=r)}return{}.NODE_ENV!=="production"&&vt.onTrack&&vt.onTrack(De({effect:vt},t)),e}trigger(t){this.version++,os++,this.notify(t)}notify(t){uc();try{if({}.NODE_ENV!=="production")for(let e=this.subsHead;e;e=e.nextSub)e.sub.onTrigger&&!(e.sub.flags&8)&&e.sub.onTrigger(De({effect:e.sub},t));for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{lc()}}}function Jf(n){if(n.dep.sc++,n.sub.flags&4){const t=n.dep.computed;if(t&&!n.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)Jf(r)}const e=n.dep.subs;e!==n&&(n.prevSub=e,e&&(e.nextSub=n)),{}.NODE_ENV!=="production"&&n.dep.subsHead===void 0&&(n.dep.subsHead=n),n.dep.subs=n}}const pc=new WeakMap,qn=Symbol({}.NODE_ENV!=="production"?"Object iterate":""),gc=Symbol({}.NODE_ENV!=="production"?"Map keys iterate":""),as=Symbol({}.NODE_ENV!=="production"?"Array iterate":"");function ee(n,t,e){if(Oe&&vt){let r=pc.get(n);r||pc.set(n,r=new Map);let s=r.get(e);s||(r.set(e,s=new mc),s.map=r,s.key=e),{}.NODE_ENV!=="production"?s.track({target:n,type:t,key:e}):s.track()}}function An(n,t,e,r,s,i){const o=pc.get(n);if(!o){os++;return}const a=c=>{c&&({}.NODE_ENV!=="production"?c.trigger({target:n,type:t,key:e,newValue:r,oldValue:s,oldTarget:i}):c.trigger())};if(uc(),t==="clear")o.forEach(a);else{const c=Qt(n),h=c&&cc(e);if(c&&e==="length"){const u=Number(r);o.forEach((l,d)=>{(d==="length"||d===as||!rs(d)&&d>=u)&&a(l)})}else switch((e!==void 0||o.has(void 0))&&a(o.get(e)),h&&a(o.get(as)),t){case"add":c?h&&a(o.get("length")):(a(o.get(qn)),yr(n)&&a(o.get(gc)));break;case"delete":c||(a(o.get(qn)),yr(n)&&a(o.get(gc)));break;case"set":yr(n)&&a(o.get(qn));break}}lc()}function br(n){const t=wt(n);return t===n?t:(ee(t,"iterate",as),ue(n)?t:t.map(se))}function yc(n){return ee(n=wt(n),"iterate",as),n}const Ev={__proto__:null,[Symbol.iterator](){return bc(this,Symbol.iterator,se)},concat(...n){return br(this).concat(...n.map(t=>Qt(t)?br(t):t))},entries(){return bc(this,"entries",n=>(n[1]=se(n[1]),n))},every(n,t){return rn(this,"every",n,t,void 0,arguments)},filter(n,t){return rn(this,"filter",n,t,e=>e.map(se),arguments)},find(n,t){return rn(this,"find",n,t,se,arguments)},findIndex(n,t){return rn(this,"findIndex",n,t,void 0,arguments)},findLast(n,t){return rn(this,"findLast",n,t,se,arguments)},findLastIndex(n,t){return rn(this,"findLastIndex",n,t,void 0,arguments)},forEach(n,t){return rn(this,"forEach",n,t,void 0,arguments)},includes(...n){return wc(this,"includes",n)},indexOf(...n){return wc(this,"indexOf",n)},join(n){return br(this).join(n)},lastIndexOf(...n){return wc(this,"lastIndexOf",n)},map(n,t){return rn(this,"map",n,t,void 0,arguments)},pop(){return cs(this,"pop")},push(...n){return cs(this,"push",n)},reduce(n,...t){return Kf(this,"reduce",n,t)},reduceRight(n,...t){return Kf(this,"reduceRight",n,t)},shift(){return cs(this,"shift")},some(n,t){return rn(this,"some",n,t,void 0,arguments)},splice(...n){return cs(this,"splice",n)},toReversed(){return br(this).toReversed()},toSorted(n){return br(this).toSorted(n)},toSpliced(...n){return br(this).toSpliced(...n)},unshift(...n){return cs(this,"unshift",n)},values(){return bc(this,"values",se)}};function bc(n,t,e){const r=yc(n),s=r[t]();return r!==n&&!ue(n)&&(s._next=s.next,s.next=()=>{const i=s._next();return i.value&&(i.value=e(i.value)),i}),s}const Cv=Array.prototype;function rn(n,t,e,r,s,i){const o=yc(n),a=o!==n&&!ue(n),c=o[t];if(c!==Cv[t]){const l=c.apply(n,i);return a?se(l):l}let h=e;o!==n&&(a?h=function(l,d){return e.call(this,se(l),d,n)}:e.length>2&&(h=function(l,d){return e.call(this,l,d,n)}));const u=c.call(o,h,r);return a&&s?s(u):u}function Kf(n,t,e,r){const s=yc(n);let i=e;return s!==n&&(ue(n)?e.length>3&&(i=function(o,a,c){return e.call(this,o,a,c,n)}):i=function(o,a,c){return e.call(this,o,se(a),c,n)}),s[t](i,...r)}function wc(n,t,e){const r=wt(n);ee(r,"iterate",as);const s=r[t](...e);return(s===-1||s===!1)&&$v(e[0])?(e[0]=wt(e[0]),r[t](...e)):s}function cs(n,t,e=[]){Pi(),uc();const r=wt(n)[t].apply(n,e);return lc(),Ai(),r}const Tv=dv("__proto__,__v_isRef,__isVue"),Zf=new Set(Object.getOwnPropertyNames(Symbol).filter(n=>n!=="arguments"&&n!=="caller").map(n=>Symbol[n]).filter(rs));function Pv(n){rs(n)||(n=String(n));const t=wt(this);return ee(t,"has",n),t.hasOwnProperty(n)}class Qf{constructor(t=!1,e=!1){this._isReadonly=t,this._isShallow=e}get(t,e,r){if(e==="__v_skip")return t.__v_skip;const s=this._isReadonly,i=this._isShallow;if(e==="__v_isReactive")return!s;if(e==="__v_isReadonly")return s;if(e==="__v_isShallow")return i;if(e==="__v_raw")return r===(s?i?sd:rd:i?zv:nd).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=Qt(t);if(!s){let c;if(o&&(c=Ev[e]))return c;if(e==="hasOwnProperty")return Pv}const a=Reflect.get(t,e,le(t)?t:r);return(rs(e)?Zf.has(e):Tv(e))||(s||ee(t,"get",e),i)?a:le(a)?o&&cc(e)?a:a.value:$e(a)?s?_c(a):id(a):a}}class Av extends Qf{constructor(t=!1){super(!1,t)}set(t,e,r,s){let i=t[e];if(!this._isShallow){const c=sn(i);if(!ue(r)&&!sn(r)&&(i=wt(i),r=wt(r)),!Qt(t)&&le(i)&&!le(r))return c?!1:(i.value=r,!0)}const o=Qt(t)&&cc(e)?Number(e)<t.length:Bt(t,e),a=Reflect.set(t,e,r,le(t)?t:s);return t===wt(s)&&(o?Pn(r,i)&&An(t,"set",e,r,i):An(t,"add",e,r)),a}deleteProperty(t,e){const r=Bt(t,e),s=t[e],i=Reflect.deleteProperty(t,e);return i&&r&&An(t,"delete",e,void 0,s),i}has(t,e){const r=Reflect.has(t,e);return(!rs(e)||!Zf.has(e))&&ee(t,"has",e),r}ownKeys(t){return ee(t,"iterate",Qt(t)?"length":qn),Reflect.ownKeys(t)}}class td extends Qf{constructor(t=!1){super(!0,t)}set(t,e){return{}.NODE_ENV!=="production"&&nn(`Set operation on key "${String(e)}" failed: target is readonly.`,t),!0}deleteProperty(t,e){return{}.NODE_ENV!=="production"&&nn(`Delete operation on key "${String(e)}" failed: target is readonly.`,t),!0}}const Mv=new Av,Dv=new td,Ov=new td(!0),vc=n=>n,Mi=n=>Reflect.getPrototypeOf(n);function Iv(n,t,e){return function(...r){const s=this.__v_raw,i=wt(s),o=yr(i),a=n==="entries"||n===Symbol.iterator&&o,c=n==="keys"&&o,h=s[n](...r),u=e?vc:t?Ec:se;return!t&&ee(i,"iterate",c?gc:qn),{next(){const{value:l,done:d}=h.next();return d?{value:l,done:d}:{value:a?[u(l[0]),u(l[1])]:u(l),done:d}},[Symbol.iterator](){return this}}}}function Di(n){return function(...t){if({}.NODE_ENV!=="production"){const e=t[0]?`on key "${t[0]}" `:"";nn(`${wv(n)} operation ${e}failed: target is readonly.`,wt(this))}return n==="delete"?!1:n==="clear"?void 0:this}}function Rv(n,t){const e={get(s){const i=this.__v_raw,o=wt(i),a=wt(s);n||(Pn(s,a)&&ee(o,"get",s),ee(o,"get",a));const{has:c}=Mi(o),h=t?vc:n?Ec:se;if(c.call(o,s))return h(i.get(s));if(c.call(o,a))return h(i.get(a));i!==o&&i.get(s)},get size(){const s=this.__v_raw;return!n&&ee(wt(s),"iterate",qn),Reflect.get(s,"size",s)},has(s){const i=this.__v_raw,o=wt(i),a=wt(s);return n||(Pn(s,a)&&ee(o,"has",s),ee(o,"has",a)),s===a?i.has(s):i.has(s)||i.has(a)},forEach(s,i){const o=this,a=o.__v_raw,c=wt(a),h=t?vc:n?Ec:se;return!n&&ee(c,"iterate",qn),a.forEach((u,l)=>s.call(i,h(u),h(l),o))}};return De(e,n?{add:Di("add"),set:Di("set"),delete:Di("delete"),clear:Di("clear")}:{add(s){!t&&!ue(s)&&!sn(s)&&(s=wt(s));const i=wt(this);return Mi(i).has.call(i,s)||(i.add(s),An(i,"add",s,s)),this},set(s,i){!t&&!ue(i)&&!sn(i)&&(i=wt(i));const o=wt(this),{has:a,get:c}=Mi(o);let h=a.call(o,s);h?{}.NODE_ENV!=="production"&&ed(o,a,s):(s=wt(s),h=a.call(o,s));const u=c.call(o,s);return o.set(s,i),h?Pn(i,u)&&An(o,"set",s,i,u):An(o,"add",s,i),this},delete(s){const i=wt(this),{has:o,get:a}=Mi(i);let c=o.call(i,s);c?{}.NODE_ENV!=="production"&&ed(i,o,s):(s=wt(s),c=o.call(i,s));const h=a?a.call(i,s):void 0,u=i.delete(s);return c&&An(i,"delete",s,void 0,h),u},clear(){const s=wt(this),i=s.size!==0,o={}.NODE_ENV!=="production"?yr(s)?new Map(s):new Set(s):void 0,a=s.clear();return i&&An(s,"clear",void 0,void 0,o),a}}),["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=Iv(s,n,t)}),e}function xc(n,t){const e=Rv(n,t);return(r,s,i)=>s==="__v_isReactive"?!n:s==="__v_isReadonly"?n:s==="__v_raw"?r:Reflect.get(Bt(e,s)&&s in r?e:r,s,i)}const kv={get:xc(!1,!1)},Lv={get:xc(!0,!1)},Nv={get:xc(!0,!0)};function ed(n,t,e){const r=wt(e);if(r!==e&&t.call(n,r)){const s=Uf(n);nn(`Reactive ${s} contains both the raw and reactive versions of the same object${s==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const nd=new WeakMap,zv=new WeakMap,rd=new WeakMap,sd=new WeakMap;function Fv(n){switch(n){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Bv(n){return n.__v_skip||!Object.isExtensible(n)?0:Fv(Uf(n))}function id(n){return sn(n)?n:Sc(n,!1,Mv,kv,nd)}function _c(n){return Sc(n,!0,Dv,Lv,rd)}function Oi(n){return Sc(n,!0,Ov,Nv,sd)}function Sc(n,t,e,r,s){if(!$e(n))return{}.NODE_ENV!=="production"&&nn(`value cannot be made ${t?"readonly":"reactive"}: ${String(n)}`),n;if(n.__v_raw&&!(t&&n.__v_isReactive))return n;const i=s.get(n);if(i)return i;const o=Bv(n);if(o===0)return n;const a=new Proxy(n,o===2?r:e);return s.set(n,a),a}function wr(n){return sn(n)?wr(n.__v_raw):!!(n&&n.__v_isReactive)}function sn(n){return!!(n&&n.__v_isReadonly)}function ue(n){return!!(n&&n.__v_isShallow)}function $v(n){return n?!!n.__v_raw:!1}function wt(n){const t=n&&n.__v_raw;return t?wt(t):n}function Uv(n){return!Bt(n,"__v_skip")&&Object.isExtensible(n)&&vv(n,"__v_skip",!0),n}const se=n=>$e(n)?id(n):n,Ec=n=>$e(n)?_c(n):n;function le(n){return n?n.__v_isRef===!0:!1}function od(n){return ad(n,!1)}function Yv(n){return ad(n,!0)}function ad(n,t){return le(n)?n:new jv(n,t)}class jv{constructor(t,e){this.dep=new mc,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=e?t:wt(t),this._value=e?t:se(t),this.__v_isShallow=e}get value(){return{}.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track(),this._value}set value(t){const e=this._rawValue,r=this.__v_isShallow||ue(t)||sn(t);t=r?t:wt(t),Pn(t,e)&&(this._rawValue=t,this._value=r?t:se(t),{}.NODE_ENV!=="production"?this.dep.trigger({target:this,type:"set",key:"value",newValue:t,oldValue:e}):this.dep.trigger())}}function Vv(n){return le(n)?n.value:n}const Gv={get:(n,t,e)=>t==="__v_raw"?n:Vv(Reflect.get(n,t,e)),set:(n,t,e,r)=>{const s=n[t];return le(s)&&!le(e)?(s.value=e,!0):Reflect.set(n,t,e,r)}};function Xv(n){return wr(n)?n:new Proxy(n,Gv)}class Hv{constructor(t,e,r){this.fn=t,this.setter=e,this._value=void 0,this.dep=new mc(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=os-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!e,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&vt!==this)return Vf(this,!0),!0}get value(){const t={}.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track();return Hf(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter?this.setter(t):{}.NODE_ENV!=="production"&&nn("Write operation failed: computed value is readonly")}}function Wv(n,t,e=!1){let r,s;te(n)?r=n:(r=n.get,s=n.set);const i=new Hv(r,s,e);return{}.NODE_ENV!=="production"&&t&&!e&&(i.onTrack=t.onTrack,i.onTrigger=t.onTrigger),i}const Ii={},Ri=new WeakMap;let Jn;function qv(n,t=!1,e=Jn){if(e){let r=Ri.get(e);r||Ri.set(e,r=[]),r.push(n)}else({}).NODE_ENV!=="production"&&!t&&nn("onWatcherCleanup() was called when there was no active watcher to associate with.")}function Jv(n,t,e=Ee){const{immediate:r,deep:s,once:i,scheduler:o,augmentJob:a,call:c}=e,h=w=>{(e.onWarn||nn)("Invalid watch source: ",w,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},u=w=>s?w:ue(w)||s===!1||s===0?Mn(w,1):Mn(w);let l,d,f,p,m=!1,v=!1;if(le(n)?(d=()=>n.value,m=ue(n)):wr(n)?(d=()=>u(n),m=!0):Qt(n)?(v=!0,m=n.some(w=>wr(w)||ue(w)),d=()=>n.map(w=>{if(le(w))return w.value;if(wr(w))return u(w);if(te(w))return c?c(w,2):w();({}).NODE_ENV!=="production"&&h(w)})):te(n)?t?d=c?()=>c(n,2):n:d=()=>{if(f){Pi();try{f()}finally{Ai()}}const w=Jn;Jn=l;try{return c?c(n,3,[p]):n(p)}finally{Jn=w}}:(d=ns,{}.NODE_ENV!=="production"&&h(n)),t&&s){const w=d,C=s===!0?1/0:s;d=()=>Mn(w(),C)}const g=()=>{l.stop()};if(i&&t){const w=t;t=(...C)=>{w(...C),g()}}let b=v?new Array(n.length).fill(Ii):Ii;const x=w=>{if(!(!(l.flags&1)||!l.dirty&&!w))if(t){const C=l.run();if(s||m||(v?C.some((E,O)=>Pn(E,b[O])):Pn(C,b))){f&&f();const E=Jn;Jn=l;try{const O=[C,b===Ii?void 0:v&&b[0]===Ii?[]:b,p];c?c(t,3,O):t(...O),b=C}finally{Jn=E}}}else l.run()};return a&&a(x),l=new xv(d),l.scheduler=o?()=>o(x,!1):x,p=w=>qv(w,!1,l),f=l.onStop=()=>{const w=Ri.get(l);if(w){if(c)c(w,4);else for(const C of w)C();Ri.delete(l)}},{}.NODE_ENV!=="production"&&(l.onTrack=e.onTrack,l.onTrigger=e.onTrigger),t?r?x(!0):b=l.run():o?o(x.bind(null,!0),!0):l.run(),g.pause=l.pause.bind(l),g.resume=l.resume.bind(l),g.stop=g,g}function Mn(n,t=1/0,e){if(t<=0||!$e(n)||n.__v_skip||(e=e||new Set,e.has(n)))return n;if(e.add(n),t--,le(n))Mn(n.value,t,e);else if(Qt(n))for(let r=0;r<n.length;r++)Mn(n[r],t,e);else if(pv(n)||yr(n))n.forEach(r=>{Mn(r,t,e)});else if(bv(n)){for(const r in n)Mn(n[r],t,e);for(const r of Object.getOwnPropertySymbols(n))Object.prototype.propertyIsEnumerable.call(n,r)&&Mn(n[r],t,e)}return n}/**
|
|
67
|
+
**/function _n(n,...t){console.warn(`[Vue warn] ${n}`,...t)}let _t;const Fh=new WeakSet;class yT{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Fh.has(this)&&(Fh.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Lp(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Bp(this),Vp(this);const t=_t,e=Ye;_t=this,Ye=!0;try{return this.fn()}finally{({}).NODE_ENV!=="production"&&_t!==this&&_n("Active effect was not restored correctly - this is likely a Vue internal bug."),Np(this),_t=t,Ye=e,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Uh(t);this.deps=this.depsTail=void 0,Bp(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Fh.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){$h(this)&&this.run()}get dirty(){return $h(this)}}let kp=0,Wi,Hi;function Lp(n,t=!1){if(n.flags|=8,t){n.next=Hi,Hi=n;return}n.next=Wi,Wi=n}function Bh(){kp++}function jh(){if(--kp>0)return;if(Hi){let t=Hi;for(Hi=void 0;t;){const e=t.next;t.next=void 0,t.flags&=-9,t=e}}let n;for(;Wi;){let t=Wi;for(Wi=void 0;t;){const e=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){n||(n=s)}t=e}}if(n)throw n}function Vp(n){for(let t=n.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Np(n){let t,e=n.depsTail,s=e;for(;s;){const i=s.prevDep;s.version===-1?(s===e&&(e=i),Uh(s),vT(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=i}n.deps=t,n.depsTail=e}function $h(n){for(let t=n.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(zp(t.dep.computed)||t.dep.version!==t.version))return!0;return!!n._dirty}function zp(n){if(n.flags&4&&!(n.flags&16)||(n.flags&=-17,n.globalVersion===qi))return;n.globalVersion=qi;const t=n.dep;if(n.flags|=2,t.version>0&&!n.isSSR&&n.deps&&!$h(n)){n.flags&=-3;return}const e=_t,s=Ye;_t=n,Ye=!0;try{Vp(n);const i=n.fn(n._value);(t.version===0||qn(i,n._value))&&(n._value=i,t.version++)}catch(i){throw t.version++,i}finally{_t=e,Ye=s,Np(n),n.flags&=-3}}function Uh(n,t=!1){const{dep:e,prevSub:s,nextSub:i}=n;if(s&&(s.nextSub=i,n.prevSub=void 0),i&&(i.prevSub=s,n.nextSub=void 0),{}.NODE_ENV!=="production"&&e.subsHead===n&&(e.subsHead=i),e.subs===n&&(e.subs=s,!s&&e.computed)){e.computed.flags&=-5;for(let r=e.computed.deps;r;r=r.nextDep)Uh(r,!0)}!t&&!--e.sc&&e.map&&e.map.delete(e.key)}function vT(n){const{prevDep:t,nextDep:e}=n;t&&(t.nextDep=e,n.prevDep=void 0),e&&(e.prevDep=t,n.nextDep=void 0)}let Ye=!0;const Fp=[];function Io(){Fp.push(Ye),Ye=!1}function ko(){const n=Fp.pop();Ye=n===void 0?!0:n}function Bp(n){const{cleanup:t}=n;if(n.cleanup=void 0,t){const e=_t;_t=void 0;try{t()}finally{_t=e}}}let qi=0;class bT{constructor(t,e){this.sub=t,this.dep=e,this.version=e.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Yh{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,{}.NODE_ENV!=="production"&&(this.subsHead=void 0)}track(t){if(!_t||!Ye||_t===this.computed)return;let e=this.activeLink;if(e===void 0||e.sub!==_t)e=this.activeLink=new bT(_t,this),_t.deps?(e.prevDep=_t.depsTail,_t.depsTail.nextDep=e,_t.depsTail=e):_t.deps=_t.depsTail=e,jp(e);else if(e.version===-1&&(e.version=this.version,e.nextDep)){const s=e.nextDep;s.prevDep=e.prevDep,e.prevDep&&(e.prevDep.nextDep=s),e.prevDep=_t.depsTail,e.nextDep=void 0,_t.depsTail.nextDep=e,_t.depsTail=e,_t.deps===e&&(_t.deps=s)}return{}.NODE_ENV!=="production"&&_t.onTrack&&_t.onTrack(Ue({effect:_t},t)),e}trigger(t){this.version++,qi++,this.notify(t)}notify(t){Bh();try{if({}.NODE_ENV!=="production")for(let e=this.subsHead;e;e=e.nextSub)e.sub.onTrigger&&!(e.sub.flags&8)&&e.sub.onTrigger(Ue({effect:e.sub},t));for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{jh()}}}function jp(n){if(n.dep.sc++,n.sub.flags&4){const t=n.dep.computed;if(t&&!n.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)jp(s)}const e=n.dep.subs;e!==n&&(n.prevSub=e,e&&(e.nextSub=n)),{}.NODE_ENV!=="production"&&n.dep.subsHead===void 0&&(n.dep.subsHead=n),n.dep.subs=n}}const Gh=new WeakMap,xs=Symbol({}.NODE_ENV!=="production"?"Object iterate":""),Xh=Symbol({}.NODE_ENV!=="production"?"Map keys iterate":""),Ki=Symbol({}.NODE_ENV!=="production"?"Array iterate":"");function he(n,t,e){if(Ye&&_t){let s=Gh.get(n);s||Gh.set(n,s=new Map);let i=s.get(e);i||(s.set(e,i=new Yh),i.map=s,i.key=e),{}.NODE_ENV!=="production"?i.track({target:n,type:t,key:e}):i.track()}}function Kn(n,t,e,s,i,r){const o=Gh.get(n);if(!o){qi++;return}const a=c=>{c&&({}.NODE_ENV!=="production"?c.trigger({target:n,type:t,key:e,newValue:s,oldValue:i,oldTarget:r}):c.trigger())};if(Bh(),t==="clear")o.forEach(a);else{const c=ae(n),h=c&&zh(e);if(c&&e==="length"){const u=Number(s);o.forEach((l,f)=>{(f==="length"||f===Ki||!Xi(f)&&f>=u)&&a(l)})}else switch((e!==void 0||o.has(void 0))&&a(o.get(e)),h&&a(o.get(Ki)),t){case"add":c?h&&a(o.get("length")):(a(o.get(xs)),qs(n)&&a(o.get(Xh)));break;case"delete":c||(a(o.get(xs)),qs(n)&&a(o.get(Xh)));break;case"set":qs(n)&&a(o.get(xs));break}}jh()}function Ks(n){const t=St(n);return t===n?t:(he(t,"iterate",Ki),we(n)?t:t.map(fe))}function Wh(n){return he(n=St(n),"iterate",Ki),n}const wT={__proto__:null,[Symbol.iterator](){return Hh(this,Symbol.iterator,fe)},concat(...n){return Ks(this).concat(...n.map(t=>ae(t)?Ks(t):t))},entries(){return Hh(this,"entries",n=>(n[1]=fe(n[1]),n))},every(n,t){return En(this,"every",n,t,void 0,arguments)},filter(n,t){return En(this,"filter",n,t,e=>e.map(fe),arguments)},find(n,t){return En(this,"find",n,t,fe,arguments)},findIndex(n,t){return En(this,"findIndex",n,t,void 0,arguments)},findLast(n,t){return En(this,"findLast",n,t,fe,arguments)},findLastIndex(n,t){return En(this,"findLastIndex",n,t,void 0,arguments)},forEach(n,t){return En(this,"forEach",n,t,void 0,arguments)},includes(...n){return qh(this,"includes",n)},indexOf(...n){return qh(this,"indexOf",n)},join(n){return Ks(this).join(n)},lastIndexOf(...n){return qh(this,"lastIndexOf",n)},map(n,t){return En(this,"map",n,t,void 0,arguments)},pop(){return Ji(this,"pop")},push(...n){return Ji(this,"push",n)},reduce(n,...t){return $p(this,"reduce",n,t)},reduceRight(n,...t){return $p(this,"reduceRight",n,t)},shift(){return Ji(this,"shift")},some(n,t){return En(this,"some",n,t,void 0,arguments)},splice(...n){return Ji(this,"splice",n)},toReversed(){return Ks(this).toReversed()},toSorted(n){return Ks(this).toSorted(n)},toSpliced(...n){return Ks(this).toSpliced(...n)},unshift(...n){return Ji(this,"unshift",n)},values(){return Hh(this,"values",fe)}};function Hh(n,t,e){const s=Wh(n),i=s[t]();return s!==n&&!we(n)&&(i._next=i.next,i.next=()=>{const r=i._next();return r.value&&(r.value=e(r.value)),r}),i}const xT=Array.prototype;function En(n,t,e,s,i,r){const o=Wh(n),a=o!==n&&!we(n),c=o[t];if(c!==xT[t]){const l=c.apply(n,r);return a?fe(l):l}let h=e;o!==n&&(a?h=function(l,f){return e.call(this,fe(l),f,n)}:e.length>2&&(h=function(l,f){return e.call(this,l,f,n)}));const u=c.call(o,h,s);return a&&i?i(u):u}function $p(n,t,e,s){const i=Wh(n);let r=e;return i!==n&&(we(n)?e.length>3&&(r=function(o,a,c){return e.call(this,o,a,c,n)}):r=function(o,a,c){return e.call(this,o,fe(a),c,n)}),i[t](r,...s)}function qh(n,t,e){const s=St(n);he(s,"iterate",Ki);const i=s[t](...e);return(i===-1||i===!1)&&VT(e[0])?(e[0]=St(e[0]),s[t](...e)):i}function Ji(n,t,e=[]){Io(),Bh();const s=St(n)[t].apply(n,e);return jh(),ko(),s}const ST=hT("__proto__,__v_isRef,__isVue"),Up=new Set(Object.getOwnPropertyNames(Symbol).filter(n=>n!=="arguments"&&n!=="caller").map(n=>Symbol[n]).filter(Xi));function _T(n){Xi(n)||(n=String(n));const t=St(this);return he(t,"has",n),t.hasOwnProperty(n)}class Yp{constructor(t=!1,e=!1){this._isReadonly=t,this._isShallow=e}get(t,e,s){if(e==="__v_skip")return t.__v_skip;const i=this._isReadonly,r=this._isShallow;if(e==="__v_isReactive")return!i;if(e==="__v_isReadonly")return i;if(e==="__v_isShallow")return r;if(e==="__v_raw")return s===(i?r?qp:Hp:r?IT:Wp).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const o=ae(t);if(!i){let c;if(o&&(c=wT[e]))return c;if(e==="hasOwnProperty")return _T}const a=Reflect.get(t,e,xe(t)?t:s);return(Xi(e)?Up.has(e):ST(e))||(i||he(t,"get",e),r)?a:xe(a)?o&&zh(e)?a:a.value:nn(a)?i?Zh(a):Kp(a):a}}class ET extends Yp{constructor(t=!1){super(!1,t)}set(t,e,s,i){let r=t[e];if(!this._isShallow){const c=Tn(r);if(!we(s)&&!Tn(s)&&(r=St(r),s=St(s)),!ae(t)&&xe(r)&&!xe(s))return c?!1:(r.value=s,!0)}const o=ae(t)&&zh(e)?Number(e)<t.length:Ut(t,e),a=Reflect.set(t,e,s,xe(t)?t:i);return t===St(i)&&(o?qn(s,r)&&Kn(t,"set",e,s,r):Kn(t,"add",e,s)),a}deleteProperty(t,e){const s=Ut(t,e),i=t[e],r=Reflect.deleteProperty(t,e);return r&&s&&Kn(t,"delete",e,void 0,i),r}has(t,e){const s=Reflect.has(t,e);return(!Xi(e)||!Up.has(e))&&he(t,"has",e),s}ownKeys(t){return he(t,"iterate",ae(t)?"length":xs),Reflect.ownKeys(t)}}class Gp extends Yp{constructor(t=!1){super(!0,t)}set(t,e){return{}.NODE_ENV!=="production"&&_n(`Set operation on key "${String(e)}" failed: target is readonly.`,t),!0}deleteProperty(t,e){return{}.NODE_ENV!=="production"&&_n(`Delete operation on key "${String(e)}" failed: target is readonly.`,t),!0}}const TT=new ET,CT=new Gp,PT=new Gp(!0),Kh=n=>n,Lo=n=>Reflect.getPrototypeOf(n);function AT(n,t,e){return function(...s){const i=this.__v_raw,r=St(i),o=qs(r),a=n==="entries"||n===Symbol.iterator&&o,c=n==="keys"&&o,h=i[n](...s),u=e?Kh:t?tu:fe;return!t&&he(r,"iterate",c?Xh:xs),{next(){const{value:l,done:f}=h.next();return f?{value:l,done:f}:{value:a?[u(l[0]),u(l[1])]:u(l),done:f}},[Symbol.iterator](){return this}}}}function Vo(n){return function(...t){if({}.NODE_ENV!=="production"){const e=t[0]?`on key "${t[0]}" `:"";_n(`${pT(n)} operation ${e}failed: target is readonly.`,St(this))}return n==="delete"?!1:n==="clear"?void 0:this}}function MT(n,t){const e={get(i){const r=this.__v_raw,o=St(r),a=St(i);n||(qn(i,a)&&he(o,"get",i),he(o,"get",a));const{has:c}=Lo(o),h=t?Kh:n?tu:fe;if(c.call(o,i))return h(r.get(i));if(c.call(o,a))return h(r.get(a));r!==o&&r.get(i)},get size(){const i=this.__v_raw;return!n&&he(St(i),"iterate",xs),Reflect.get(i,"size",i)},has(i){const r=this.__v_raw,o=St(r),a=St(i);return n||(qn(i,a)&&he(o,"has",i),he(o,"has",a)),i===a?r.has(i):r.has(i)||r.has(a)},forEach(i,r){const o=this,a=o.__v_raw,c=St(a),h=t?Kh:n?tu:fe;return!n&&he(c,"iterate",xs),a.forEach((u,l)=>i.call(r,h(u),h(l),o))}};return Ue(e,n?{add:Vo("add"),set:Vo("set"),delete:Vo("delete"),clear:Vo("clear")}:{add(i){!t&&!we(i)&&!Tn(i)&&(i=St(i));const r=St(this);return Lo(r).has.call(r,i)||(r.add(i),Kn(r,"add",i,i)),this},set(i,r){!t&&!we(r)&&!Tn(r)&&(r=St(r));const o=St(this),{has:a,get:c}=Lo(o);let h=a.call(o,i);h?{}.NODE_ENV!=="production"&&Xp(o,a,i):(i=St(i),h=a.call(o,i));const u=c.call(o,i);return o.set(i,r),h?qn(r,u)&&Kn(o,"set",i,r,u):Kn(o,"add",i,r),this},delete(i){const r=St(this),{has:o,get:a}=Lo(r);let c=o.call(r,i);c?{}.NODE_ENV!=="production"&&Xp(r,o,i):(i=St(i),c=o.call(r,i));const h=a?a.call(r,i):void 0,u=r.delete(i);return c&&Kn(r,"delete",i,void 0,h),u},clear(){const i=St(this),r=i.size!==0,o={}.NODE_ENV!=="production"?qs(i)?new Map(i):new Set(i):void 0,a=i.clear();return r&&Kn(i,"clear",void 0,void 0,o),a}}),["keys","values","entries",Symbol.iterator].forEach(i=>{e[i]=AT(i,n,t)}),e}function Jh(n,t){const e=MT(n,t);return(s,i,r)=>i==="__v_isReactive"?!n:i==="__v_isReadonly"?n:i==="__v_raw"?s:Reflect.get(Ut(e,i)&&i in s?e:s,i,r)}const DT={get:Jh(!1,!1)},RT={get:Jh(!0,!1)},OT={get:Jh(!0,!0)};function Xp(n,t,e){const s=St(e);if(s!==e&&t.call(n,s)){const i=Op(n);_n(`Reactive ${i} contains both the raw and reactive versions of the same object${i==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const Wp=new WeakMap,IT=new WeakMap,Hp=new WeakMap,qp=new WeakMap;function kT(n){switch(n){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function LT(n){return n.__v_skip||!Object.isExtensible(n)?0:kT(Op(n))}function Kp(n){return Tn(n)?n:Qh(n,!1,TT,DT,Wp)}function Zh(n){return Qh(n,!0,CT,RT,Hp)}function No(n){return Qh(n,!0,PT,OT,qp)}function Qh(n,t,e,s,i){if(!nn(n))return{}.NODE_ENV!=="production"&&_n(`value cannot be made ${t?"readonly":"reactive"}: ${String(n)}`),n;if(n.__v_raw&&!(t&&n.__v_isReactive))return n;const r=i.get(n);if(r)return r;const o=LT(n);if(o===0)return n;const a=new Proxy(n,o===2?s:e);return i.set(n,a),a}function Js(n){return Tn(n)?Js(n.__v_raw):!!(n&&n.__v_isReactive)}function Tn(n){return!!(n&&n.__v_isReadonly)}function we(n){return!!(n&&n.__v_isShallow)}function VT(n){return n?!!n.__v_raw:!1}function St(n){const t=n&&n.__v_raw;return t?St(t):n}function NT(n){return!Ut(n,"__v_skip")&&Object.isExtensible(n)&&gT(n,"__v_skip",!0),n}const fe=n=>nn(n)?Kp(n):n,tu=n=>nn(n)?Zh(n):n;function xe(n){return n?n.__v_isRef===!0:!1}function Jp(n){return Zp(n,!1)}function zT(n){return Zp(n,!0)}function Zp(n,t){return xe(n)?n:new FT(n,t)}class FT{constructor(t,e){this.dep=new Yh,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=e?t:St(t),this._value=e?t:fe(t),this.__v_isShallow=e}get value(){return{}.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track(),this._value}set value(t){const e=this._rawValue,s=this.__v_isShallow||we(t)||Tn(t);t=s?t:St(t),qn(t,e)&&(this._rawValue=t,this._value=s?t:fe(t),{}.NODE_ENV!=="production"?this.dep.trigger({target:this,type:"set",key:"value",newValue:t,oldValue:e}):this.dep.trigger())}}function BT(n){return xe(n)?n.value:n}const jT={get:(n,t,e)=>t==="__v_raw"?n:BT(Reflect.get(n,t,e)),set:(n,t,e,s)=>{const i=n[t];return xe(i)&&!xe(e)?(i.value=e,!0):Reflect.set(n,t,e,s)}};function $T(n){return Js(n)?n:new Proxy(n,jT)}class UT{constructor(t,e,s){this.fn=t,this.setter=e,this._value=void 0,this.dep=new Yh(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=qi-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!e,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&_t!==this)return Lp(this,!0),!0}get value(){const t={}.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track();return zp(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter?this.setter(t):{}.NODE_ENV!=="production"&&_n("Write operation failed: computed value is readonly")}}function YT(n,t,e=!1){let s,i;ce(n)?s=n:(s=n.get,i=n.set);const r=new UT(s,i,e);return{}.NODE_ENV!=="production"&&t&&!e&&(r.onTrack=t.onTrack,r.onTrigger=t.onTrigger),r}const zo={},Fo=new WeakMap;let Ss;function GT(n,t=!1,e=Ss){if(e){let s=Fo.get(e);s||Fo.set(e,s=[]),s.push(n)}else({}).NODE_ENV!=="production"&&!t&&_n("onWatcherCleanup() was called when there was no active watcher to associate with.")}function XT(n,t,e=Le){const{immediate:s,deep:i,once:r,scheduler:o,augmentJob:a,call:c}=e,h=b=>{(e.onWarn||_n)("Invalid watch source: ",b,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},u=b=>i?b:we(b)||i===!1||i===0?Jn(b,1):Jn(b);let l,f,d,p,m=!1,y=!1;if(xe(n)?(f=()=>n.value,m=we(n)):Js(n)?(f=()=>u(n),m=!0):ae(n)?(y=!0,m=n.some(b=>Js(b)||we(b)),f=()=>n.map(b=>{if(xe(b))return b.value;if(Js(b))return u(b);if(ce(b))return c?c(b,2):b();({}).NODE_ENV!=="production"&&h(b)})):ce(n)?t?f=c?()=>c(n,2):n:f=()=>{if(d){Io();try{d()}finally{ko()}}const b=Ss;Ss=l;try{return c?c(n,3,[p]):n(p)}finally{Ss=b}}:(f=Gi,{}.NODE_ENV!=="production"&&h(n)),t&&i){const b=f,E=i===!0?1/0:i;f=()=>Jn(b(),E)}const g=()=>{l.stop()};if(r&&t){const b=t;t=(...E)=>{b(...E),g()}}let v=y?new Array(n.length).fill(zo):zo;const x=b=>{if(!(!(l.flags&1)||!l.dirty&&!b))if(t){const E=l.run();if(i||m||(y?E.some((_,D)=>qn(_,v[D])):qn(E,v))){d&&d();const _=Ss;Ss=l;try{const D=[E,v===zo?void 0:y&&v[0]===zo?[]:v,p];c?c(t,3,D):t(...D),v=E}finally{Ss=_}}}else l.run()};return a&&a(x),l=new yT(f),l.scheduler=o?()=>o(x,!1):x,p=b=>GT(b,!1,l),d=l.onStop=()=>{const b=Fo.get(l);if(b){if(c)c(b,4);else for(const E of b)E();Fo.delete(l)}},{}.NODE_ENV!=="production"&&(l.onTrack=e.onTrack,l.onTrigger=e.onTrigger),t?s?x(!0):v=l.run():o?o(x.bind(null,!0),!0):l.run(),g.pause=l.pause.bind(l),g.resume=l.resume.bind(l),g.stop=g,g}function Jn(n,t=1/0,e){if(t<=0||!nn(n)||n.__v_skip||(e=e||new Set,e.has(n)))return n;if(e.add(n),t--,xe(n))Jn(n.value,t,e);else if(ae(n))for(let s=0;s<n.length;s++)Jn(n[s],t,e);else if(lT(n)||qs(n))n.forEach(s=>{Jn(s,t,e)});else if(mT(n)){for(const s in n)Jn(n[s],t,e);for(const s of Object.getOwnPropertySymbols(n))Object.prototype.propertyIsEnumerable.call(n,s)&&Jn(n[s],t,e)}return n}/**
|
|
68
68
|
* @vue/runtime-core v3.5.13
|
|
69
69
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
70
70
|
* @license MIT
|
|
71
|
-
**/const
|
|
72
|
-
`),
|
|
73
|
-
`,...
|
|
74
|
-
`],...ex(e))}),t}function ex({vnode:n,recurseCount:t}){const e=t>0?`... (${t} recursive calls)`:"",r=n.component?n.component.parent==null:!1,s=` at <${Td(n.component,n.type,r)}`,i=">"+e;return n.props?[s,...nx(n.props),i]:[s+i]}function nx(n){const t=[],e=Object.keys(n);return e.slice(0,3).forEach(r=>{t.push(...cd(r,n[r]))}),e.length>3&&t.push(" ..."),t}function cd(n,t,e){return Ei(t)?(t=JSON.stringify(t),e?t:[`${n}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?e?t:[`${n}=${t}`]:le(t)?(t=cd(n,wt(t.value),!0),e?t:[`${n}=Ref<`,t,">"]):te(t)?[`${n}=fn${t.name?`<${t.name}>`:""}`]:(t=wt(t),e?t:[`${n}=`,t])}const hd={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function ki(n,t,e,r){try{return r?n(...r):n()}catch(s){Tc(s,t,e)}}function ud(n,t,e,r){if(te(n)){const s=ki(n,t,e,r);return s&&gv(s)&&s.catch(i=>{Tc(i,t,e)}),s}if(Qt(n)){const s=[];for(let i=0;i<n.length;i++)s.push(ud(n[i],t,e,r));return s}else({}).NODE_ENV!=="production"&&Ht(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof n}`)}function Tc(n,t,e,r=!0){const s=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||Ee;if(t){let a=t.parent;const c=t.proxy,h={}.NODE_ENV!=="production"?hd[e]:`https://vuejs.org/error-reference/#runtime-${e}`;for(;a;){const u=a.ec;if(u){for(let l=0;l<u.length;l++)if(u[l](n,c,h)===!1)return}a=a.parent}if(i){Pi(),ki(i,null,10,[n,c,h]),Ai();return}}rx(n,e,s,r,o)}function rx(n,t,e,r=!0,s=!1){if({}.NODE_ENV!=="production"){const i=hd[t];if(e&&Kv(e),Ht(`Unhandled error${i?` during execution of ${i}`:""}`),e&&Zv(),r)throw n;console.error(n)}else{if(s)throw n;console.error(n)}}const Ce=[];let on=-1;const vr=[];let Dn=null,xr=0;const ld=Promise.resolve();let Li=null;const sx=100;function fd(n){const t=Li||ld;return n?t.then(this?n.bind(this):n):t}function ix(n){let t=on+1,e=Ce.length;for(;t<e;){const r=t+e>>>1,s=Ce[r],i=hs(s);i<n||i===n&&s.flags&2?t=r+1:e=r}return t}function Pc(n){if(!(n.flags&1)){const t=hs(n),e=Ce[Ce.length-1];!e||!(n.flags&2)&&t>=hs(e)?Ce.push(n):Ce.splice(ix(t),0,n),n.flags|=1,dd()}}function dd(){Li||(Li=ld.then(pd))}function md(n){Qt(n)?vr.push(...n):Dn&&n.id===-1?Dn.splice(xr+1,0,n):n.flags&1||(vr.push(n),n.flags|=1),dd()}function ox(n){if(vr.length){const t=[...new Set(vr)].sort((e,r)=>hs(e)-hs(r));if(vr.length=0,Dn){Dn.push(...t);return}for(Dn=t,{}.NODE_ENV!=="production"&&(n=n||new Map),xr=0;xr<Dn.length;xr++){const e=Dn[xr];({}).NODE_ENV!=="production"&&gd(n,e)||(e.flags&4&&(e.flags&=-2),e.flags&8||e(),e.flags&=-2)}Dn=null,xr=0}}const hs=n=>n.id==null?n.flags&2?-1:1/0:n.id;function pd(n){({}).NODE_ENV!=="production"&&(n=n||new Map);const t={}.NODE_ENV!=="production"?e=>gd(n,e):ns;try{for(on=0;on<Ce.length;on++){const e=Ce[on];if(e&&!(e.flags&8)){if({}.NODE_ENV!=="production"&&t(e))continue;e.flags&4&&(e.flags&=-2),ki(e,e.i,e.i?15:14),e.flags&4||(e.flags&=-2)}}}finally{for(;on<Ce.length;on++){const e=Ce[on];e&&(e.flags&=-2)}on=-1,Ce.length=0,ox(n),Li=null,(Ce.length||vr.length)&&pd(n)}}function gd(n,t){const e=n.get(t)||0;if(e>sx){const r=t.i,s=r&&Cd(r.type);return Tc(`Maximum recursive updates exceeded${s?` in component <${s}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}return n.set(t,e+1),!1}const Ac=new Map;({}).NODE_ENV!=="production"&&(Ti().__VUE_HMR_RUNTIME__={createRecord:Mc(ax),rerender:Mc(cx),reload:Mc(hx)});const Ni=new Map;function ax(n,t){return Ni.has(n)?!1:(Ni.set(n,{initialDef:zi(t),instances:new Set}),!0)}function zi(n){return Dx(n)?n.__vccOpts:n}function cx(n,t){const e=Ni.get(n);e&&(e.initialDef.render=t,[...e.instances].forEach(r=>{t&&(r.render=t,zi(r.type).render=t),r.renderCache=[],r.update()}))}function hx(n,t){const e=Ni.get(n);if(!e)return;t=zi(t),yd(e.initialDef,t);const r=[...e.instances];for(let s=0;s<r.length;s++){const i=r[s],o=zi(i.type);let a=Ac.get(o);a||(o!==e.initialDef&&yd(o,t),Ac.set(o,a=new Set)),a.add(i),i.appContext.propsCache.delete(i.type),i.appContext.emitsCache.delete(i.type),i.appContext.optionsCache.delete(i.type),i.ceReload?(a.add(i),i.ceReload(t.styles),a.delete(i)):i.parent?Pc(()=>{i.parent.update(),a.delete(i)}):i.appContext.reload?i.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),i.root.ce&&i!==i.root&&i.root.ce._removeChildStyle(o)}md(()=>{Ac.clear()})}function yd(n,t){De(n,t);for(const e in n)e!=="__file"&&!(e in t)&&delete n[e]}function Mc(n){return(t,e)=>{try{return n(t,e)}catch(r){console.error(r),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let Fi=null;Ti().requestIdleCallback,Ti().cancelIdleCallback;const Dc=n=>n?Tx(n)?Px(n):Dc(n.parent):null,us=De(Object.create(null),{$:n=>n,$el:n=>n.vnode.el,$data:n=>n.data,$props:n=>({}).NODE_ENV!=="production"?Oi(n.props):n.props,$attrs:n=>({}).NODE_ENV!=="production"?Oi(n.attrs):n.attrs,$slots:n=>({}).NODE_ENV!=="production"?Oi(n.slots):n.slots,$refs:n=>({}).NODE_ENV!=="production"?Oi(n.refs):n.refs,$parent:n=>Dc(n.parent),$root:n=>Dc(n.root),$host:n=>n.ce,$emit:n=>n.emit,$options:n=>fx(n),$forceUpdate:n=>n.f||(n.f=()=>{Pc(n.update)}),$nextTick:n=>n.n||(n.n=fd.bind(n.proxy)),$watch:n=>_x.bind(n)}),ux=n=>n==="_"||n==="$",Oc=(n,t)=>n!==Ee&&!n.__isScriptSetup&&Bt(n,t),lx={get({_:n},t){if(t==="__v_skip")return!0;const{ctx:e,setupState:r,data:s,props:i,accessCache:o,type:a,appContext:c}=n;if({}.NODE_ENV!=="production"&&t==="__isVue")return!0;let h;if(t[0]!=="$"){const f=o[t];if(f!==void 0)switch(f){case 1:return r[t];case 2:return s[t];case 4:return e[t];case 3:return i[t]}else{if(Oc(r,t))return o[t]=1,r[t];if(s!==Ee&&Bt(s,t))return o[t]=2,s[t];if((h=n.propsOptions[0])&&Bt(h,t))return o[t]=3,i[t];if(e!==Ee&&Bt(e,t))return o[t]=4,e[t];o[t]=0}}const u=us[t];let l,d;if(u)return t==="$attrs"?ee(n.attrs,"get",""):{}.NODE_ENV!=="production"&&t==="$slots"&&ee(n,"get",t),u(n);if((l=a.__cssModules)&&(l=l[t]))return l;if(e!==Ee&&Bt(e,t))return o[t]=4,e[t];if(d=c.config.globalProperties,Bt(d,t))return d[t];({}).NODE_ENV!=="production"&&Fi&&(!Ei(t)||t.indexOf("__v")!==0)&&(s!==Ee&&ux(t[0])&&Bt(s,t)?Ht(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):n===Fi&&Ht(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:n},t,e){const{data:r,setupState:s,ctx:i}=n;return Oc(s,t)?(s[t]=e,!0):{}.NODE_ENV!=="production"&&s.__isScriptSetup&&Bt(s,t)?(Ht(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):r!==Ee&&Bt(r,t)?(r[t]=e,!0):Bt(n.props,t)?({}.NODE_ENV!=="production"&&Ht(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in n?({}.NODE_ENV!=="production"&&Ht(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):({}.NODE_ENV!=="production"&&t in n.appContext.config.globalProperties?Object.defineProperty(i,t,{enumerable:!0,configurable:!0,value:e}):i[t]=e,!0)},has({_:{data:n,setupState:t,accessCache:e,ctx:r,appContext:s,propsOptions:i}},o){let a;return!!e[o]||n!==Ee&&Bt(n,o)||Oc(t,o)||(a=i[0])&&Bt(a,o)||Bt(r,o)||Bt(us,o)||Bt(s.config.globalProperties,o)},defineProperty(n,t,e){return e.get!=null?n._.accessCache[t]=0:Bt(e,"value")&&this.set(n,t,e.value,null),Reflect.defineProperty(n,t,e)}};({}).NODE_ENV!=="production"&&(lx.ownKeys=n=>(Ht("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(n)));function bd(n){return Qt(n)?n.reduce((t,e)=>(t[e]=null,t),{}):n}function fx(n){const t=n.type,{mixins:e,extends:r}=t,{mixins:s,optionsCache:i,config:{optionMergeStrategies:o}}=n.appContext,a=i.get(t);let c;return a?c=a:!s.length&&!e&&!r?c=t:(c={},s.length&&s.forEach(h=>Bi(c,h,o,!0)),Bi(c,t,o)),$e(t)&&i.set(t,c),c}function Bi(n,t,e,r=!1){const{mixins:s,extends:i}=t;i&&Bi(n,i,e,!0),s&&s.forEach(o=>Bi(n,o,e,!0));for(const o in t)if(r&&o==="expose")({}).NODE_ENV!=="production"&&Ht('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const a=dx[o]||e&&e[o];n[o]=a?a(n[o],t[o]):t[o]}return n}const dx={data:wd,props:xd,emits:xd,methods:ls,computed:ls,beforeCreate:ie,created:ie,beforeMount:ie,mounted:ie,beforeUpdate:ie,updated:ie,beforeDestroy:ie,beforeUnmount:ie,destroyed:ie,unmounted:ie,activated:ie,deactivated:ie,errorCaptured:ie,serverPrefetch:ie,components:ls,directives:ls,watch:px,provide:wd,inject:mx};function wd(n,t){return t?n?function(){return De(te(n)?n.call(this,this):n,te(t)?t.call(this,this):t)}:t:n}function mx(n,t){return ls(vd(n),vd(t))}function vd(n){if(Qt(n)){const t={};for(let e=0;e<n.length;e++)t[n[e]]=n[e];return t}return n}function ie(n,t){return n?[...new Set([].concat(n,t))]:t}function ls(n,t){return n?De(Object.create(null),n,t):t}function xd(n,t){return n?Qt(n)&&Qt(t)?[...new Set([...n,...t])]:De(Object.create(null),bd(n),bd(t??{})):t}function px(n,t){if(!n)return t;if(!t)return n;const e=De(Object.create(null),n);for(const r in t)e[r]=ie(n[r],t[r]);return e}let gx=null;function _d(n,t,e=!1){const r=fs||Fi;if(r||gx){const s=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&n in s)return s[n];if(arguments.length>1)return e&&te(t)?t.call(r&&r.proxy):t;({}).NODE_ENV!=="production"&&Ht(`injection "${String(n)}" not found.`)}else({}).NODE_ENV!=="production"&&Ht("inject() can only be used inside setup() or functional components.")}const yx=Ex,bx=Symbol.for("v-scx"),vx=()=>{{const n=_d(bx);return n||{}.NODE_ENV!=="production"&&Ht("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),n}};function xx(n,t,e){return{}.NODE_ENV!=="production"&&!te(t)&&Ht("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),Sd(n,t,e)}function Sd(n,t,e=Ee){const{immediate:r,deep:s,flush:i,once:o}=e;({}).NODE_ENV!=="production"&&!t&&(r!==void 0&&Ht('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),s!==void 0&&Ht('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&Ht('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const a=De({},e);({}).NODE_ENV!=="production"&&(a.onWarn=Ht);const c=t&&r||!t&&i!=="post";let h;if($i){if(i==="sync"){const f=vx();h=f.__watcherHandles||(f.__watcherHandles=[])}else if(!c){const f=()=>{};return f.stop=ns,f.resume=ns,f.pause=ns,f}}const u=fs;a.call=(f,p,m)=>ud(f,u,p,m);let l=!1;i==="post"?a.scheduler=f=>{yx(f,u&&u.suspense)}:i!=="sync"&&(l=!0,a.scheduler=(f,p)=>{p?f():Pc(f)}),a.augmentJob=f=>{t&&(f.flags|=4),l&&(f.flags|=2,u&&(f.id=u.uid,f.i=u))};const d=Jv(n,t,a);return $i&&(h?h.push(d):c&&d()),d}function _x(n,t,e){const r=this.proxy,s=Ei(n)?n.includes(".")?Sx(r,n):()=>r[n]:n.bind(r,r);let i;te(t)?i=t:(i=t.handler,e=t);const o=Cx(this),a=Sd(s,i.bind(r),e);return o(),a}function Sx(n,t){const e=t.split(".");return()=>{let r=n;for(let s=0;s<e.length&&r;s++)r=r[e[s]];return r}}function Ex(n,t){t&&t.pendingBranch?Qt(n)?t.effects.push(...n):t.effects.push(n):md(n)}let fs=null;const Ed=()=>fs||Fi;let Ic;{const n=Ti(),t=(e,r)=>{let s;return(s=n[e])||(s=n[e]=[]),s.push(r),i=>{s.length>1?s.forEach(o=>o(i)):s[0](i)}};Ic=t("__VUE_INSTANCE_SETTERS__",e=>fs=e),t("__VUE_SSR_SETTERS__",e=>$i=e)}const Cx=n=>{const t=fs;return Ic(n),n.scope.on(),()=>{n.scope.off(),Ic(t)}};function Tx(n){return n.vnode.shapeFlag&4}let $i=!1;function Px(n){return n.exposed?n.exposeProxy||(n.exposeProxy=new Proxy(Xv(Uv(n.exposed)),{get(t,e){if(e in t)return t[e];if(e in us)return us[e](n)},has(t,e){return e in t||e in us}})):n.proxy}const Ax=/(?:^|[-_])(\w)/g,Mx=n=>n.replace(Ax,t=>t.toUpperCase()).replace(/[-_]/g,"");function Cd(n,t=!0){return te(n)?n.displayName||n.name:n.name||t&&n.__name}function Td(n,t,e=!1){let r=Cd(t);if(!r&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(r=s[1])}if(!r&&n&&n.parent){const s=i=>{for(const o in i)if(i[o]===t)return o};r=s(n.components||n.parent.type.components)||s(n.appContext.components)}return r?Mx(r):e?"App":"Anonymous"}function Dx(n){return te(n)&&"__vccOpts"in n}const Pd=(n,t)=>{const e=Wv(n,t,$i);if({}.NODE_ENV!=="production"){const r=Ed();r&&r.appContext.config.warnRecursiveComputed&&(e._warnRecursive=!0)}return e};function Ox(){if({}.NODE_ENV==="production"||typeof window>"u")return;const n={style:"color:#3ba776"},t={style:"color:#1677ff"},e={style:"color:#f5222d"},r={style:"color:#eb2f96"},s={__vue_custom_formatter:!0,header(l){return $e(l)?l.__isVue?["div",n,"VueInstance"]:le(l)?["div",{},["span",n,u(l)],"<",a("_value"in l?l._value:l),">"]:wr(l)?["div",{},["span",n,ue(l)?"ShallowReactive":"Reactive"],"<",a(l),`>${sn(l)?" (readonly)":""}`]:sn(l)?["div",{},["span",n,ue(l)?"ShallowReadonly":"Readonly"],"<",a(l),">"]:null:null},hasBody(l){return l&&l.__isVue},body(l){if(l&&l.__isVue)return["div",{},...i(l.$)]}};function i(l){const d=[];l.type.props&&l.props&&d.push(o("props",wt(l.props))),l.setupState!==Ee&&d.push(o("setup",l.setupState)),l.data!==Ee&&d.push(o("data",wt(l.data)));const f=c(l,"computed");f&&d.push(o("computed",f));const p=c(l,"inject");return p&&d.push(o("injected",p)),d.push(["div",{},["span",{style:r.style+";opacity:0.66"},"$ (internal): "],["object",{object:l}]]),d}function o(l,d){return d=De({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},l],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(f=>["div",{},["span",r,f+": "],a(d[f],!1)])]]:["span",{}]}function a(l,d=!0){return typeof l=="number"?["span",t,l]:typeof l=="string"?["span",e,JSON.stringify(l)]:typeof l=="boolean"?["span",r,l]:$e(l)?["object",{object:d?wt(l):l}]:["span",e,String(l)]}function c(l,d){const f=l.type;if(te(f))return;const p={};for(const m in l.ctx)h(f,m,d)&&(p[m]=l.ctx[m]);return p}function h(l,d,f){const p=l[f];if(Qt(p)&&p.includes(d)||$e(p)&&d in p||l.extends&&h(l.extends,d,f)||l.mixins&&l.mixins.some(m=>h(m,d,f)))return!0}function u(l){return ue(l)?"ShallowRef":l.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(s):window.devtoolsFormatters=[s]}/**
|
|
71
|
+
**/const _s=[];function WT(n){_s.push(n)}function HT(){_s.pop()}let eu=!1;function Qt(n,...t){if(eu)return;eu=!0,Io();const e=_s.length?_s[_s.length-1].component:null,s=e&&e.appContext.config.warnHandler,i=qT();if(s)Bo(s,e,11,[n+t.map(r=>{var o,a;return(a=(o=r.toString)==null?void 0:o.call(r))!=null?a:JSON.stringify(r)}).join(""),e&&e.proxy,i.map(({vnode:r})=>`at <${yg(e,r.type)}>`).join(`
|
|
72
|
+
`),i]);else{const r=[`[Vue warn]: ${n}`,...t];i.length&&r.push(`
|
|
73
|
+
`,...KT(i)),console.warn(...r)}ko(),eu=!1}function qT(){let n=_s[_s.length-1];if(!n)return[];const t=[];for(;n;){const e=t[0];e&&e.vnode===n?e.recurseCount++:t.push({vnode:n,recurseCount:0});const s=n.component&&n.component.parent;n=s&&s.vnode}return t}function KT(n){const t=[];return n.forEach((e,s)=>{t.push(...s===0?[]:[`
|
|
74
|
+
`],...JT(e))}),t}function JT({vnode:n,recurseCount:t}){const e=t>0?`... (${t} recursive calls)`:"",s=n.component?n.component.parent==null:!1,i=` at <${yg(n.component,n.type,s)}`,r=">"+e;return n.props?[i,...ZT(n.props),r]:[i+r]}function ZT(n){const t=[],e=Object.keys(n);return e.slice(0,3).forEach(s=>{t.push(...Qp(s,n[s]))}),e.length>3&&t.push(" ..."),t}function Qp(n,t,e){return Do(t)?(t=JSON.stringify(t),e?t:[`${n}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?e?t:[`${n}=${t}`]:xe(t)?(t=Qp(n,St(t.value),!0),e?t:[`${n}=Ref<`,t,">"]):ce(t)?[`${n}=fn${t.name?`<${t.name}>`:""}`]:(t=St(t),e?t:[`${n}=`,t])}const tg={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function Bo(n,t,e,s){try{return s?n(...s):n()}catch(i){nu(i,t,e)}}function eg(n,t,e,s){if(ce(n)){const i=Bo(n,t,e,s);return i&&fT(i)&&i.catch(r=>{nu(r,t,e)}),i}if(ae(n)){const i=[];for(let r=0;r<n.length;r++)i.push(eg(n[r],t,e,s));return i}else({}).NODE_ENV!=="production"&&Qt(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof n}`)}function nu(n,t,e,s=!0){const i=t?t.vnode:null,{errorHandler:r,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||Le;if(t){let a=t.parent;const c=t.proxy,h={}.NODE_ENV!=="production"?tg[e]:`https://vuejs.org/error-reference/#runtime-${e}`;for(;a;){const u=a.ec;if(u){for(let l=0;l<u.length;l++)if(u[l](n,c,h)===!1)return}a=a.parent}if(r){Io(),Bo(r,null,10,[n,c,h]),ko();return}}QT(n,e,i,s,o)}function QT(n,t,e,s=!0,i=!1){if({}.NODE_ENV!=="production"){const r=tg[t];if(e&&WT(e),Qt(`Unhandled error${r?` during execution of ${r}`:""}`),e&&HT(),s)throw n;console.error(n)}else{if(i)throw n;console.error(n)}}const Ve=[];let Cn=-1;const Zs=[];let Zn=null,Qs=0;const ng=Promise.resolve();let jo=null;const tC=100;function sg(n){const t=jo||ng;return n?t.then(this?n.bind(this):n):t}function eC(n){let t=Cn+1,e=Ve.length;for(;t<e;){const s=t+e>>>1,i=Ve[s],r=Zi(i);r<n||r===n&&i.flags&2?t=s+1:e=s}return t}function su(n){if(!(n.flags&1)){const t=Zi(n),e=Ve[Ve.length-1];!e||!(n.flags&2)&&t>=Zi(e)?Ve.push(n):Ve.splice(eC(t),0,n),n.flags|=1,ig()}}function ig(){jo||(jo=ng.then(og))}function rg(n){ae(n)?Zs.push(...n):Zn&&n.id===-1?Zn.splice(Qs+1,0,n):n.flags&1||(Zs.push(n),n.flags|=1),ig()}function nC(n){if(Zs.length){const t=[...new Set(Zs)].sort((e,s)=>Zi(e)-Zi(s));if(Zs.length=0,Zn){Zn.push(...t);return}for(Zn=t,{}.NODE_ENV!=="production"&&(n=n||new Map),Qs=0;Qs<Zn.length;Qs++){const e=Zn[Qs];({}).NODE_ENV!=="production"&&ag(n,e)||(e.flags&4&&(e.flags&=-2),e.flags&8||e(),e.flags&=-2)}Zn=null,Qs=0}}const Zi=n=>n.id==null?n.flags&2?-1:1/0:n.id;function og(n){({}).NODE_ENV!=="production"&&(n=n||new Map);const t={}.NODE_ENV!=="production"?e=>ag(n,e):Gi;try{for(Cn=0;Cn<Ve.length;Cn++){const e=Ve[Cn];if(e&&!(e.flags&8)){if({}.NODE_ENV!=="production"&&t(e))continue;e.flags&4&&(e.flags&=-2),Bo(e,e.i,e.i?15:14),e.flags&4||(e.flags&=-2)}}}finally{for(;Cn<Ve.length;Cn++){const e=Ve[Cn];e&&(e.flags&=-2)}Cn=-1,Ve.length=0,nC(n),jo=null,(Ve.length||Zs.length)&&og(n)}}function ag(n,t){const e=n.get(t)||0;if(e>tC){const s=t.i,i=s&&gg(s.type);return nu(`Maximum recursive updates exceeded${i?` in component <${i}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}return n.set(t,e+1),!1}const iu=new Map;({}).NODE_ENV!=="production"&&(Oo().__VUE_HMR_RUNTIME__={createRecord:ru(sC),rerender:ru(iC),reload:ru(rC)});const $o=new Map;function sC(n,t){return $o.has(n)?!1:($o.set(n,{initialDef:Uo(t),instances:new Set}),!0)}function Uo(n){return TC(n)?n.__vccOpts:n}function iC(n,t){const e=$o.get(n);e&&(e.initialDef.render=t,[...e.instances].forEach(s=>{t&&(s.render=t,Uo(s.type).render=t),s.renderCache=[],s.update()}))}function rC(n,t){const e=$o.get(n);if(!e)return;t=Uo(t),cg(e.initialDef,t);const s=[...e.instances];for(let i=0;i<s.length;i++){const r=s[i],o=Uo(r.type);let a=iu.get(o);a||(o!==e.initialDef&&cg(o,t),iu.set(o,a=new Set)),a.add(r),r.appContext.propsCache.delete(r.type),r.appContext.emitsCache.delete(r.type),r.appContext.optionsCache.delete(r.type),r.ceReload?(a.add(r),r.ceReload(t.styles),a.delete(r)):r.parent?su(()=>{r.parent.update(),a.delete(r)}):r.appContext.reload?r.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),r.root.ce&&r!==r.root&&r.root.ce._removeChildStyle(o)}rg(()=>{iu.clear()})}function cg(n,t){Ue(n,t);for(const e in n)e!=="__file"&&!(e in t)&&delete n[e]}function ru(n){return(t,e)=>{try{return n(t,e)}catch(s){console.error(s),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let Yo=null;Oo().requestIdleCallback,Oo().cancelIdleCallback;const ou=n=>n?xC(n)?SC(n):ou(n.parent):null,Qi=Ue(Object.create(null),{$:n=>n,$el:n=>n.vnode.el,$data:n=>n.data,$props:n=>({}).NODE_ENV!=="production"?No(n.props):n.props,$attrs:n=>({}).NODE_ENV!=="production"?No(n.attrs):n.attrs,$slots:n=>({}).NODE_ENV!=="production"?No(n.slots):n.slots,$refs:n=>({}).NODE_ENV!=="production"?No(n.refs):n.refs,$parent:n=>ou(n.parent),$root:n=>ou(n.root),$host:n=>n.ce,$emit:n=>n.emit,$options:n=>cC(n),$forceUpdate:n=>n.f||(n.f=()=>{su(n.update)}),$nextTick:n=>n.n||(n.n=sg.bind(n.proxy)),$watch:n=>yC.bind(n)}),oC=n=>n==="_"||n==="$",au=(n,t)=>n!==Le&&!n.__isScriptSetup&&Ut(n,t),aC={get({_:n},t){if(t==="__v_skip")return!0;const{ctx:e,setupState:s,data:i,props:r,accessCache:o,type:a,appContext:c}=n;if({}.NODE_ENV!=="production"&&t==="__isVue")return!0;let h;if(t[0]!=="$"){const d=o[t];if(d!==void 0)switch(d){case 1:return s[t];case 2:return i[t];case 4:return e[t];case 3:return r[t]}else{if(au(s,t))return o[t]=1,s[t];if(i!==Le&&Ut(i,t))return o[t]=2,i[t];if((h=n.propsOptions[0])&&Ut(h,t))return o[t]=3,r[t];if(e!==Le&&Ut(e,t))return o[t]=4,e[t];o[t]=0}}const u=Qi[t];let l,f;if(u)return t==="$attrs"?he(n.attrs,"get",""):{}.NODE_ENV!=="production"&&t==="$slots"&&he(n,"get",t),u(n);if((l=a.__cssModules)&&(l=l[t]))return l;if(e!==Le&&Ut(e,t))return o[t]=4,e[t];if(f=c.config.globalProperties,Ut(f,t))return f[t];({}).NODE_ENV!=="production"&&Yo&&(!Do(t)||t.indexOf("__v")!==0)&&(i!==Le&&oC(t[0])&&Ut(i,t)?Qt(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):n===Yo&&Qt(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:n},t,e){const{data:s,setupState:i,ctx:r}=n;return au(i,t)?(i[t]=e,!0):{}.NODE_ENV!=="production"&&i.__isScriptSetup&&Ut(i,t)?(Qt(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):s!==Le&&Ut(s,t)?(s[t]=e,!0):Ut(n.props,t)?({}.NODE_ENV!=="production"&&Qt(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in n?({}.NODE_ENV!=="production"&&Qt(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):({}.NODE_ENV!=="production"&&t in n.appContext.config.globalProperties?Object.defineProperty(r,t,{enumerable:!0,configurable:!0,value:e}):r[t]=e,!0)},has({_:{data:n,setupState:t,accessCache:e,ctx:s,appContext:i,propsOptions:r}},o){let a;return!!e[o]||n!==Le&&Ut(n,o)||au(t,o)||(a=r[0])&&Ut(a,o)||Ut(s,o)||Ut(Qi,o)||Ut(i.config.globalProperties,o)},defineProperty(n,t,e){return e.get!=null?n._.accessCache[t]=0:Ut(e,"value")&&this.set(n,t,e.value,null),Reflect.defineProperty(n,t,e)}};({}).NODE_ENV!=="production"&&(aC.ownKeys=n=>(Qt("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(n)));function hg(n){return ae(n)?n.reduce((t,e)=>(t[e]=null,t),{}):n}function cC(n){const t=n.type,{mixins:e,extends:s}=t,{mixins:i,optionsCache:r,config:{optionMergeStrategies:o}}=n.appContext,a=r.get(t);let c;return a?c=a:!i.length&&!e&&!s?c=t:(c={},i.length&&i.forEach(h=>Go(c,h,o,!0)),Go(c,t,o)),nn(t)&&r.set(t,c),c}function Go(n,t,e,s=!1){const{mixins:i,extends:r}=t;r&&Go(n,r,e,!0),i&&i.forEach(o=>Go(n,o,e,!0));for(const o in t)if(s&&o==="expose")({}).NODE_ENV!=="production"&&Qt('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const a=hC[o]||e&&e[o];n[o]=a?a(n[o],t[o]):t[o]}return n}const hC={data:ug,props:fg,emits:fg,methods:tr,computed:tr,beforeCreate:de,created:de,beforeMount:de,mounted:de,beforeUpdate:de,updated:de,beforeDestroy:de,beforeUnmount:de,destroyed:de,unmounted:de,activated:de,deactivated:de,errorCaptured:de,serverPrefetch:de,components:tr,directives:tr,watch:lC,provide:ug,inject:uC};function ug(n,t){return t?n?function(){return Ue(ce(n)?n.call(this,this):n,ce(t)?t.call(this,this):t)}:t:n}function uC(n,t){return tr(lg(n),lg(t))}function lg(n){if(ae(n)){const t={};for(let e=0;e<n.length;e++)t[n[e]]=n[e];return t}return n}function de(n,t){return n?[...new Set([].concat(n,t))]:t}function tr(n,t){return n?Ue(Object.create(null),n,t):t}function fg(n,t){return n?ae(n)&&ae(t)?[...new Set([...n,...t])]:Ue(Object.create(null),hg(n),hg(t??{})):t}function lC(n,t){if(!n)return t;if(!t)return n;const e=Ue(Object.create(null),n);for(const s in t)e[s]=de(n[s],t[s]);return e}let fC=null;function dg(n,t,e=!1){const s=er||Yo;if(s||fC){const i=s?s.parent==null?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(i&&n in i)return i[n];if(arguments.length>1)return e&&ce(t)?t.call(s&&s.proxy):t;({}).NODE_ENV!=="production"&&Qt(`injection "${String(n)}" not found.`)}else({}).NODE_ENV!=="production"&&Qt("inject() can only be used inside setup() or functional components.")}const dC=bC,mC=Symbol.for("v-scx"),pC=()=>{{const n=dg(mC);return n||{}.NODE_ENV!=="production"&&Qt("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),n}};function gC(n,t,e){return{}.NODE_ENV!=="production"&&!ce(t)&&Qt("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),mg(n,t,e)}function mg(n,t,e=Le){const{immediate:s,deep:i,flush:r,once:o}=e;({}).NODE_ENV!=="production"&&!t&&(s!==void 0&&Qt('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),i!==void 0&&Qt('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&Qt('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const a=Ue({},e);({}).NODE_ENV!=="production"&&(a.onWarn=Qt);const c=t&&s||!t&&r!=="post";let h;if(Xo){if(r==="sync"){const d=pC();h=d.__watcherHandles||(d.__watcherHandles=[])}else if(!c){const d=()=>{};return d.stop=Gi,d.resume=Gi,d.pause=Gi,d}}const u=er;a.call=(d,p,m)=>eg(d,u,p,m);let l=!1;r==="post"?a.scheduler=d=>{dC(d,u&&u.suspense)}:r!=="sync"&&(l=!0,a.scheduler=(d,p)=>{p?d():su(d)}),a.augmentJob=d=>{t&&(d.flags|=4),l&&(d.flags|=2,u&&(d.id=u.uid,d.i=u))};const f=XT(n,t,a);return Xo&&(h?h.push(f):c&&f()),f}function yC(n,t,e){const s=this.proxy,i=Do(n)?n.includes(".")?vC(s,n):()=>s[n]:n.bind(s,s);let r;ce(t)?r=t:(r=t.handler,e=t);const o=wC(this),a=mg(i,r.bind(s),e);return o(),a}function vC(n,t){const e=t.split(".");return()=>{let s=n;for(let i=0;i<e.length&&s;i++)s=s[e[i]];return s}}function bC(n,t){t&&t.pendingBranch?ae(n)?t.effects.push(...n):t.effects.push(n):rg(n)}let er=null;const pg=()=>er||Yo;let cu;{const n=Oo(),t=(e,s)=>{let i;return(i=n[e])||(i=n[e]=[]),i.push(s),r=>{i.length>1?i.forEach(o=>o(r)):i[0](r)}};cu=t("__VUE_INSTANCE_SETTERS__",e=>er=e),t("__VUE_SSR_SETTERS__",e=>Xo=e)}const wC=n=>{const t=er;return cu(n),n.scope.on(),()=>{n.scope.off(),cu(t)}};function xC(n){return n.vnode.shapeFlag&4}let Xo=!1;function SC(n){return n.exposed?n.exposeProxy||(n.exposeProxy=new Proxy($T(NT(n.exposed)),{get(t,e){if(e in t)return t[e];if(e in Qi)return Qi[e](n)},has(t,e){return e in t||e in Qi}})):n.proxy}const _C=/(?:^|[-_])(\w)/g,EC=n=>n.replace(_C,t=>t.toUpperCase()).replace(/[-_]/g,"");function gg(n,t=!0){return ce(n)?n.displayName||n.name:n.name||t&&n.__name}function yg(n,t,e=!1){let s=gg(t);if(!s&&t.__file){const i=t.__file.match(/([^/\\]+)\.\w+$/);i&&(s=i[1])}if(!s&&n&&n.parent){const i=r=>{for(const o in r)if(r[o]===t)return o};s=i(n.components||n.parent.type.components)||i(n.appContext.components)}return s?EC(s):e?"App":"Anonymous"}function TC(n){return ce(n)&&"__vccOpts"in n}const vg=(n,t)=>{const e=YT(n,t,Xo);if({}.NODE_ENV!=="production"){const s=pg();s&&s.appContext.config.warnRecursiveComputed&&(e._warnRecursive=!0)}return e};function CC(){if({}.NODE_ENV==="production"||typeof window>"u")return;const n={style:"color:#3ba776"},t={style:"color:#1677ff"},e={style:"color:#f5222d"},s={style:"color:#eb2f96"},i={__vue_custom_formatter:!0,header(l){return nn(l)?l.__isVue?["div",n,"VueInstance"]:xe(l)?["div",{},["span",n,u(l)],"<",a("_value"in l?l._value:l),">"]:Js(l)?["div",{},["span",n,we(l)?"ShallowReactive":"Reactive"],"<",a(l),`>${Tn(l)?" (readonly)":""}`]:Tn(l)?["div",{},["span",n,we(l)?"ShallowReadonly":"Readonly"],"<",a(l),">"]:null:null},hasBody(l){return l&&l.__isVue},body(l){if(l&&l.__isVue)return["div",{},...r(l.$)]}};function r(l){const f=[];l.type.props&&l.props&&f.push(o("props",St(l.props))),l.setupState!==Le&&f.push(o("setup",l.setupState)),l.data!==Le&&f.push(o("data",St(l.data)));const d=c(l,"computed");d&&f.push(o("computed",d));const p=c(l,"inject");return p&&f.push(o("injected",p)),f.push(["div",{},["span",{style:s.style+";opacity:0.66"},"$ (internal): "],["object",{object:l}]]),f}function o(l,f){return f=Ue({},f),Object.keys(f).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},l],["div",{style:"padding-left:1.25em"},...Object.keys(f).map(d=>["div",{},["span",s,d+": "],a(f[d],!1)])]]:["span",{}]}function a(l,f=!0){return typeof l=="number"?["span",t,l]:typeof l=="string"?["span",e,JSON.stringify(l)]:typeof l=="boolean"?["span",s,l]:nn(l)?["object",{object:f?St(l):l}]:["span",e,String(l)]}function c(l,f){const d=l.type;if(ce(d))return;const p={};for(const m in l.ctx)h(d,m,f)&&(p[m]=l.ctx[m]);return p}function h(l,f,d){const p=l[d];if(ae(p)&&p.includes(f)||nn(p)&&f in p||l.extends&&h(l.extends,f,d)||l.mixins&&l.mixins.some(m=>h(m,f,d)))return!0}function u(l){return we(l)?"ShallowRef":l.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(i):window.devtoolsFormatters=[i]}/**
|
|
75
75
|
* vue v3.5.13
|
|
76
76
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
77
77
|
* @license MIT
|
|
78
|
-
**/function
|
|
78
|
+
**/function PC(){CC()}({}).NODE_ENV!=="production"&&PC();function AC(n){const[t,e]=H.useState(n),s=H.useRef(t),i=H.useRef(wc()),r=H.useCallback(o=>{e(a=>{const c=typeof o=="function"?o(a):o;return Object.is(a,c)?a:(s.current=c,i.current.emit(c),c)})},[]);return H.useMemo(()=>({getState:()=>s.current,setState:r,subscribe:o=>{ls(()=>o(s.current));const a=i.current.subscribe(c=>{ls(()=>o(c))});return()=>a()}}),[])}function MC(n){const t=Jp(n),e=wc();return{getState:()=>t.value,setState:i=>{const r=typeof i=="function"?i(t.value):i;Object.is(t.value,r)||(t.value=r,e.emit(r))},subscribe:i=>(ls(()=>i(t.value)),e.subscribe(r=>{ls(()=>i(r))}))}}function DC(n){const t=new go(n);return{getState:()=>t.value,setState:e=>{const s=t.value,i=typeof e=="function"?e(s):e;Object.is(s,i)||t.next(i)},subscribe:e=>{const s=t.subscribe(i=>{ls(()=>e(i))});return()=>s.unsubscribe()}}}function hu(n,t){let e=n;const s=wc();return{getState:()=>e,setState:i=>{const r=typeof i=="function"?i(e):i;Object.is(e,r)||t?.beforeChange&&!t.beforeChange(r)||(e=r,s.emit(e))},subscribe:i=>{ls(()=>i(e));const r=s.subscribe(o=>{ls(()=>i(o))});return()=>r()}}}function bg(n){const t=n.initState||{};let e=n.reducer;if(n.enhancer)return n.enhancer(bg)({reducer:e,initState:t});const s=hu(t),i=o=>{const a=e(s.getState(),o);s.setState(a)},r=o=>{e=o,i({type:Symbol()})};return i({type:Symbol()}),{getState:s.getState,dispatch:i,subscribe:s.subscribe,replaceReducer:r}}function RC(n,t=!0){const e=Object.keys(n);return(s={},i)=>{const r=t?{...s}:s;for(const o of e){const a=n[o](r[o]??{},i);if(a===void 0)throw new Error(`Reducer "${o}" returned undefined`);r[o]=a}return r}}function OC(...n){return t=>e=>{const s=t(e);let i=s.dispatch;const r={getState:s.getState,dispatch:i},o=n.map(a=>a(r));return i=Cw(...o)(i),s.dispatch=i,s}}function IC(n){const t=new go(void 0),e=new bn;let s=null,i=!1,r=!1;return{middleware(o){return i?a=>a:(i=!0,t.next(o.getState()),a=>c=>{const h=a(c);return t.next(o.getState()),e.next(c),h})},run(o,a){if(!i)throw new Error("EpicMiddleware should applyMiddleware() to store before");if(r)throw new Error("EpicMiddleware destroyed");return s||(s=o(e,t,{...n?.dependencies??{},dispatch:a.dispatch}).pipe(np((c,h)=>(zw("[Epic Error]",c),h))).subscribe({next(c){a.dispatch(c)},error(c){console.error("[Epic Fatal Error]",c)}}),s)},destroy(){r=!0,s?.unsubscribe(),s=null,e.complete(),t.complete()}}}function kC(...n){return(t,e,s)=>vo(...n.map(i=>i(t,e,s)))}function LC(...n){return vh(t=>n.includes(t.type))}function VC(){return{middleware(n){return t=>e=>typeof e=="function"?e(n.dispatch,n.getState):t(e)}}}const NC=n=>{let t=0;return e=>s=>{xd.start(`--- ${++t}: action(${String(s.type)}) ---`),zn(`action: ${Wr(s)}`),zn(`old-state: ${Wr(n.getState())}`),e(s),zn(`new-state: ${Wr(n.getState())}`),xd.end()}},zC=n=>t=>e=>{try{t(e)}catch(s){throw zn(`Reducer错误报告: ${s}`),s}},FC=n=>t=>e=>{const s=`dispatch(${String(e.type)}) execute time`;Sd.start(s),t(e),Sd.end(s)};function BC(n="",t){const{OPERATION_DELIMITER:e="/",KEY_DELIMITER:s=",",KEY_VALUE_DELIMITER:i=":"}=t||{};return n.split(e).filter(r=>r!=="").reduce((r,o)=>{const[a,...c]=o.split(s);if(c.length===0){const[h,u]=a.split(i);r.push({type:h,payload:u!==void 0?decodeURIComponent(u):!0})}else{if(a.indexOf(i)!==-1)throw new Error(`"${a}" is invalid`);r.push(c.reduce((h,u)=>{const[l,f]=u.split(i);return h[l]=f!==void 0?decodeURIComponent(f):!0,h},{type:a}))}return r},[])}var uu={exports:{}},lu={};const nr=i2(cT);var Wo={exports:{}},fu={};/**
|
|
79
79
|
* @license React
|
|
80
80
|
* use-sync-external-store-shim.production.js
|
|
81
81
|
*
|
|
@@ -83,7 +83,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
83
83
|
*
|
|
84
84
|
* This source code is licensed under the MIT license found in the
|
|
85
85
|
* LICENSE file in the root directory of this source tree.
|
|
86
|
-
*/var
|
|
86
|
+
*/var wg;function jC(){if(wg)return fu;wg=1;var n=nr;function t(l,f){return l===f&&(l!==0||1/l===1/f)||l!==l&&f!==f}var e=typeof Object.is=="function"?Object.is:t,s=n.useState,i=n.useEffect,r=n.useLayoutEffect,o=n.useDebugValue;function a(l,f){var d=f(),p=s({inst:{value:d,getSnapshot:f}}),m=p[0].inst,y=p[1];return r(function(){m.value=d,m.getSnapshot=f,c(m)&&y({inst:m})},[l,d,f]),i(function(){return c(m)&&y({inst:m}),l(function(){c(m)&&y({inst:m})})},[l]),o(d),d}function c(l){var f=l.getSnapshot;l=l.value;try{var d=f();return!e(l,d)}catch{return!0}}function h(l,f){return f()}var u=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?h:a;return fu.useSyncExternalStore=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:u,fu}var du={};/**
|
|
87
87
|
* @license React
|
|
88
88
|
* use-sync-external-store-shim.development.js
|
|
89
89
|
*
|
|
@@ -91,7 +91,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
91
91
|
*
|
|
92
92
|
* This source code is licensed under the MIT license found in the
|
|
93
93
|
* LICENSE file in the root directory of this source tree.
|
|
94
|
-
*/var
|
|
94
|
+
*/var xg;function $C(){return xg||(xg=1,{}.NODE_ENV!=="production"&&function(){function n(d,p){return d===p&&(d!==0||1/d===1/p)||d!==d&&p!==p}function t(d,p){u||i.startTransition===void 0||(u=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var m=p();if(!l){var y=p();r(m,y)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),l=!0)}y=o({inst:{value:m,getSnapshot:p}});var g=y[0].inst,v=y[1];return c(function(){g.value=m,g.getSnapshot=p,e(g)&&v({inst:g})},[d,m,p]),a(function(){return e(g)&&v({inst:g}),d(function(){e(g)&&v({inst:g})})},[d]),h(m),m}function e(d){var p=d.getSnapshot;d=d.value;try{var m=p();return!r(d,m)}catch{return!0}}function s(d,p){return p()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var i=nr,r=typeof Object.is=="function"?Object.is:n,o=i.useState,a=i.useEffect,c=i.useLayoutEffect,h=i.useDebugValue,u=!1,l=!1,f=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?s:t;du.useSyncExternalStore=i.useSyncExternalStore!==void 0?i.useSyncExternalStore:f,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),du}var Sg;function _g(){return Sg||(Sg=1,{}.NODE_ENV==="production"?Wo.exports=jC():Wo.exports=$C()),Wo.exports}/**
|
|
95
95
|
* @license React
|
|
96
96
|
* use-sync-external-store-shim/with-selector.production.js
|
|
97
97
|
*
|
|
@@ -99,7 +99,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
99
99
|
*
|
|
100
100
|
* This source code is licensed under the MIT license found in the
|
|
101
101
|
* LICENSE file in the root directory of this source tree.
|
|
102
|
-
*/var
|
|
102
|
+
*/var Eg;function UC(){if(Eg)return lu;Eg=1;var n=nr,t=_g();function e(h,u){return h===u&&(h!==0||1/h===1/u)||h!==h&&u!==u}var s=typeof Object.is=="function"?Object.is:e,i=t.useSyncExternalStore,r=n.useRef,o=n.useEffect,a=n.useMemo,c=n.useDebugValue;return lu.useSyncExternalStoreWithSelector=function(h,u,l,f,d){var p=r(null);if(p.current===null){var m={hasValue:!1,value:null};p.current=m}else m=p.current;p=a(function(){function g(_){if(!v){if(v=!0,x=_,_=f(_),d!==void 0&&m.hasValue){var D=m.value;if(d(D,_))return b=D}return b=_}if(D=b,s(x,_))return D;var V=f(_);return d!==void 0&&d(D,V)?(x=_,D):(x=_,b=V)}var v=!1,x,b,E=l===void 0?null:l;return[function(){return g(u())},E===null?void 0:function(){return g(E())}]},[u,l,f,d]);var y=i(h,p[0],p[1]);return o(function(){m.hasValue=!0,m.value=y},[y]),c(y),y},lu}var mu={};/**
|
|
103
103
|
* @license React
|
|
104
104
|
* use-sync-external-store-shim/with-selector.development.js
|
|
105
105
|
*
|
|
@@ -107,24 +107,24 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
107
107
|
*
|
|
108
108
|
* This source code is licensed under the MIT license found in the
|
|
109
109
|
* LICENSE file in the root directory of this source tree.
|
|
110
|
-
*/var kd;function qx(){return kd||(kd=1,{}.NODE_ENV!=="production"&&function(){function n(h,u){return h===u&&(h!==0||1/h===1/u)||h!==h&&u!==u}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=Ui,e=Id(),r=typeof Object.is=="function"?Object.is:n,s=e.useSyncExternalStore,i=t.useRef,o=t.useEffect,a=t.useMemo,c=t.useDebugValue;Fc.useSyncExternalStoreWithSelector=function(h,u,l,d,f){var p=i(null);if(p.current===null){var m={hasValue:!1,value:null};p.current=m}else m=p.current;p=a(function(){function g(E){if(!b){if(b=!0,x=E,E=d(E),f!==void 0&&m.hasValue){var O=m.value;if(f(O,E))return w=O}return w=E}if(O=w,r(x,E))return O;var U=d(E);return f!==void 0&&f(O,U)?(x=E,O):(x=E,w=U)}var b=!1,x,w,C=l===void 0?null:l;return[function(){return g(u())},C===null?void 0:function(){return g(C())}]},[u,l,d,f]);var v=s(h,p[0],p[1]);return o(function(){m.hasValue=!0,m.value=v},[v]),c(v),v},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),Fc}({}).NODE_ENV==="production"?kc.exports=Wx():kc.exports=qx();var Jx=kc.exports;function Kx(n){const t=Et.createContext(null);function e({children:a}){return React.createElement(t.Provider,{value:n},a)}function r(){const a=Et.useContext(t);if(!a)throw new ReferenceError("createReactAppStoreContext's hooks cannot be called outside of AppStoreProvider");return a}function s(a,c){const h=r(),u=l=>h.subscribe(()=>l());return a?Jx.useSyncExternalStoreWithSelector(u,h.getState,h.getState,a,c):Et.useSyncExternalStore(u,h.getState,h.getState)}function i(){const a=r();if(Ls(a))throw new Error("useSetAppState is only supported for StateStoreLike");return a.setState.bind(a)}function o(){const a=r();if(!Ls(a))throw new Error("useDispatch is only supported for ReduxStore");return a.dispatch.bind(a)}return{AppStoreProvider:e,useAppStore:r,useAppState:s,useSetAppState:i,useDispatch:o}}function Zx(n){const e=Et.useRef(Or(n.value)).current;if(!e&&!("defaultValue"in n))throw new Error("defaultValue is required in uncontrolled mode");if(e&&!("onChange"in n))throw new Error("onChange is required in controlled mode");const[r,s]=Et.useState(()=>e?n.value:n.defaultValue),i=e?n.value:r,o=Et.useRef(i);o.current=i;const a=Et.useRef(!1);Et.useEffect(()=>{!a.current&&Or(n.value)!==e&&(a.current=!0,console.warn("[useReactControllableState] can't switch between controlled and uncontrolled mode."))},[n.value]);const c=Et.useRef(n.beforeChange);c.current=n.beforeChange;const h=Et.useRef(n.onChange);h.current=n.onChange;const u=Et.useRef(0),l=Et.useCallback(async d=>{const f=++u.current,p=typeof d=="function"?d(o.current):d;c.current&&!await c.current(p)||f===u.current&&(e||s(p),h.current?.(p))},[]);return[i,l]}var Ld=Symbol.for("immer-nothing"),Nd=Symbol.for("immer-draftable"),oe=Symbol.for("immer-state"),Qx={}.NODE_ENV!=="production"?[function(n){return`The plugin for '${n}' has not been loaded into Immer. To enable the plugin, import and call \`enable${n}()\` when initializing your application.`},function(n){return`produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '${n}'`},"This object has been frozen and should not be mutated",function(n){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+n},"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.","Immer forbids circular references","The first or second argument to `produce` must be a function","The third argument to `produce` must be a function or undefined","First argument to `createDraft` must be a plain object, an array, or an immerable object","First argument to `finishDraft` must be a draft returned by `createDraft`",function(n){return`'current' expects a draft, got: ${n}`},"Object.defineProperty() cannot be used on an Immer draft","Object.setPrototypeOf() cannot be used on an Immer draft","Immer only supports deleting array indices","Immer only supports setting array indices and the 'length' property",function(n){return`'original' expects a draft, got: ${n}`}]:[];function ye(n,...t){if({}.NODE_ENV!=="production"){const e=Qx[n],r=Zn(e)?e.apply(null,t):e;throw new Error(`[Immer] ${r}`)}throw new Error(`[Immer] minified error nr: ${n}. Full error at: https://bit.ly/3cXEKWf`)}var be=Object,_r=be.getPrototypeOf,ji="constructor",Vi="prototype",Bc="configurable",Gi="enumerable",Xi="writable",ds="value",On=n=>!!n&&!!n[oe];function an(n){return n?Fd(n)||qi(n)||!!n[Nd]||!!n[ji]?.[Nd]||Ji(n)||Ki(n):!1}var t2=be[Vi][ji].toString(),zd=new WeakMap;function Fd(n){if(!n||!Uc(n))return!1;const t=_r(n);if(t===null||t===be[Vi])return!0;const e=be.hasOwnProperty.call(t,ji)&&t[ji];if(e===Object)return!0;if(!Zn(e))return!1;let r=zd.get(e);return r===void 0&&(r=Function.toString.call(e),zd.set(e,r)),r===t2}function Hi(n,t,e=!0){ms(n)===0?(e?Reflect.ownKeys(n):be.keys(n)).forEach(s=>{t(s,n[s],n)}):n.forEach((r,s)=>t(s,r,n))}function ms(n){const t=n[oe];return t?t.type_:qi(n)?1:Ji(n)?2:Ki(n)?3:0}var Bd=(n,t,e=ms(n))=>e===2?n.has(t):be[Vi].hasOwnProperty.call(n,t),$c=(n,t,e=ms(n))=>e===2?n.get(t):n[t],Wi=(n,t,e,r=ms(n))=>{r===2?n.set(t,e):r===3?n.add(e):n[t]=e};function e2(n,t){return n===t?n!==0||1/n===1/t:n!==n&&t!==t}var qi=Array.isArray,Ji=n=>n instanceof Map,Ki=n=>n instanceof Set,Uc=n=>typeof n=="object",Zn=n=>typeof n=="function",Yc=n=>typeof n=="boolean";function n2(n){const t=+n;return Number.isInteger(t)&&String(t)===n}var cn=n=>n.copy_||n.base_,jc=n=>n.modified_?n.copy_:n.base_;function Vc(n,t){if(Ji(n))return new Map(n);if(Ki(n))return new Set(n);if(qi(n))return Array[Vi].slice.call(n);const e=Fd(n);if(t===!0||t==="class_only"&&!e){const r=be.getOwnPropertyDescriptors(n);delete r[oe];let s=Reflect.ownKeys(r);for(let i=0;i<s.length;i++){const o=s[i],a=r[o];a[Xi]===!1&&(a[Xi]=!0,a[Bc]=!0),(a.get||a.set)&&(r[o]={[Bc]:!0,[Xi]:!0,[Gi]:a[Gi],[ds]:n[o]})}return be.create(_r(n),r)}else{const r=_r(n);if(r!==null&&e)return{...n};const s=be.create(r);return be.assign(s,n)}}function ps(n,t=!1){return Qi(n)||On(n)||!an(n)||(ms(n)>1&&be.defineProperties(n,{set:Zi,add:Zi,clear:Zi,delete:Zi}),be.freeze(n),t&&Hi(n,(e,r)=>{ps(r,!0)},!1)),n}function r2(){ye(2)}var Zi={[ds]:r2};function Qi(n){return n===null||!Uc(n)?!0:be.isFrozen(n)}var to="MapSet",Gc="Patches",$d="ArrayMethods",Ud={};function Qn(n){const t=Ud[n];return t||ye(0,n),t}var Yd=n=>!!Ud[n],gs,jd=()=>gs,s2=(n,t)=>({drafts_:[],parent_:n,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:Yd(to)?Qn(to):void 0,arrayMethodsPlugin_:Yd($d)?Qn($d):void 0});function Vd(n,t){t&&(n.patchPlugin_=Qn(Gc),n.patches_=[],n.inversePatches_=[],n.patchListener_=t)}function Xc(n){Hc(n),n.drafts_.forEach(i2),n.drafts_=null}function Hc(n){n===gs&&(gs=n.parent_)}var Gd=n=>gs=s2(gs,n);function i2(n){const t=n[oe];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Xd(n,t){t.unfinalizedDrafts_=t.drafts_.length;const e=t.drafts_[0];if(n!==void 0&&n!==e){e[oe].modified_&&(Xc(t),ye(4)),an(n)&&(n=Hd(t,n));const{patchPlugin_:s}=t;s&&s.generateReplacementPatches_(e[oe].base_,n,t)}else n=Hd(t,e);return o2(t,n,!0),Xc(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),n!==Ld?n:void 0}function Hd(n,t){if(Qi(t))return t;const e=t[oe];if(!e)return no(t,n.handledSet_,n);if(!eo(e,n))return t;if(!e.modified_)return e.base_;if(!e.finalized_){const{callbacks_:r}=e;if(r)for(;r.length>0;)r.pop()(n);Jd(e,n)}return e.copy_}function o2(n,t,e=!1){!n.parent_&&n.immer_.autoFreeze_&&n.canAutoFreeze_&&ps(t,e)}function Wd(n){n.finalized_=!0,n.scope_.unfinalizedDrafts_--}var eo=(n,t)=>n.scope_===t,a2=[];function qd(n,t,e,r){const s=cn(n),i=n.type_;if(r!==void 0&&$c(s,r,i)===t){Wi(s,r,e,i);return}if(!n.draftLocations_){const a=n.draftLocations_=new Map;Hi(s,(c,h)=>{if(On(h)){const u=a.get(h)||[];u.push(c),a.set(h,u)}})}const o=n.draftLocations_.get(t)??a2;for(const a of o)Wi(s,a,e,i)}function c2(n,t,e){n.callbacks_.push(function(s){const i=t;if(!i||!eo(i,s))return;s.mapSetPlugin_?.fixSetContents(i);const o=jc(i);qd(n,i.draft_??i,o,e),Jd(i,s)})}function Jd(n,t){if(n.modified_&&!n.finalized_&&(n.type_===3||n.type_===1&&n.allIndicesReassigned_||(n.assigned_?.size??0)>0)){const{patchPlugin_:r}=t;if(r){const s=r.getPath(n);s&&r.generatePatches_(n,s,t)}Wd(n)}}function h2(n,t,e){const{scope_:r}=n;if(On(e)){const s=e[oe];eo(s,r)&&s.callbacks_.push(function(){so(n);const o=jc(s);qd(n,e,o,t)})}else an(e)&&n.callbacks_.push(function(){const i=cn(n);n.type_===3?i.has(e)&&no(e,r.handledSet_,r):$c(i,t,n.type_)===e&&r.drafts_.length>1&&(n.assigned_.get(t)??!1)===!0&&n.copy_&&no($c(n.copy_,t,n.type_),r.handledSet_,r)})}function no(n,t,e){return!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1||On(n)||t.has(n)||!an(n)||Qi(n)||(t.add(n),Hi(n,(r,s)=>{if(On(s)){const i=s[oe];if(eo(i,e)){const o=jc(i);Wi(n,r,o,n.type_),Wd(i)}}else an(s)&&no(s,t,e)})),n}function u2(n,t){const e=qi(n),r={type_:e?1:0,scope_:t?t.scope_:jd(),modified_:!1,finalized_:!1,assigned_:void 0,parent_:t,base_:n,draft_:null,copy_:null,revoke_:null,isManual_:!1,callbacks_:void 0};let s=r,i=ro;e&&(s=[r],i=ys);const{revoke:o,proxy:a}=Proxy.revocable(s,i);return r.draft_=a,r.revoke_=o,[a,r]}var ro={get(n,t){if(t===oe)return n;let e=n.scope_.arrayMethodsPlugin_;const r=n.type_===1&&typeof t=="string";if(r&&e?.isArrayOperationMethod(t))return e.createMethodInterceptor(n,t);const s=cn(n);if(!Bd(s,t,n.type_))return l2(n,s,t);const i=s[t];if(n.finalized_||!an(i)||r&&n.operationMethod&&e?.isMutatingArrayMethod(n.operationMethod)&&n2(t))return i;if(i===Wc(n.base_,t)){so(n);const o=n.type_===1?+t:t,a=Jc(n.scope_,i,n,o);return n.copy_[o]=a}return i},has(n,t){return t in cn(n)},ownKeys(n){return Reflect.ownKeys(cn(n))},set(n,t,e){const r=Kd(cn(n),t);if(r?.set)return r.set.call(n.draft_,e),!0;if(!n.modified_){const s=Wc(cn(n),t),i=s?.[oe];if(i&&i.base_===e)return n.copy_[t]=e,n.assigned_.set(t,!1),!0;if(e2(e,s)&&(e!==void 0||Bd(n.base_,t,n.type_)))return!0;so(n),qc(n)}return n.copy_[t]===e&&(e!==void 0||t in n.copy_)||Number.isNaN(e)&&Number.isNaN(n.copy_[t])||(n.copy_[t]=e,n.assigned_.set(t,!0),h2(n,t,e)),!0},deleteProperty(n,t){return so(n),Wc(n.base_,t)!==void 0||t in n.base_?(n.assigned_.set(t,!1),qc(n)):n.assigned_.delete(t),n.copy_&&delete n.copy_[t],!0},getOwnPropertyDescriptor(n,t){const e=cn(n),r=Reflect.getOwnPropertyDescriptor(e,t);return r&&{[Xi]:!0,[Bc]:n.type_!==1||t!=="length",[Gi]:r[Gi],[ds]:e[t]}},defineProperty(){ye(11)},getPrototypeOf(n){return _r(n.base_)},setPrototypeOf(){ye(12)}},ys={};for(let n in ro){let t=ro[n];ys[n]=function(){const e=arguments;return e[0]=e[0][0],t.apply(this,e)}}ys.deleteProperty=function(n,t){return{}.NODE_ENV!=="production"&&isNaN(parseInt(t))&&ye(13),ys.set.call(this,n,t,void 0)},ys.set=function(n,t,e){return{}.NODE_ENV!=="production"&&t!=="length"&&isNaN(parseInt(t))&&ye(14),ro.set.call(this,n[0],t,e,n[0])};function Wc(n,t){const e=n[oe];return(e?cn(e):n)[t]}function l2(n,t,e){const r=Kd(t,e);return r?ds in r?r[ds]:r.get?.call(n.draft_):void 0}function Kd(n,t){if(!(t in n))return;let e=_r(n);for(;e;){const r=Object.getOwnPropertyDescriptor(e,t);if(r)return r;e=_r(e)}}function qc(n){n.modified_||(n.modified_=!0,n.parent_&&qc(n.parent_))}function so(n){n.copy_||(n.assigned_=new Map,n.copy_=Vc(n.base_,n.scope_.immer_.useStrictShallowCopy_))}var f2=class{constructor(n){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,e,r)=>{if(Zn(t)&&!Zn(e)){const i=e;e=t;const o=this;return function(c=i,...h){return o.produce(c,u=>e.call(this,u,...h))}}Zn(e)||ye(6),r!==void 0&&!Zn(r)&&ye(7);let s;if(an(t)){const i=Gd(this),o=Jc(i,t,void 0);let a=!0;try{s=e(o),a=!1}finally{a?Xc(i):Hc(i)}return Vd(i,r),Xd(s,i)}else if(!t||!Uc(t)){if(s=e(t),s===void 0&&(s=t),s===Ld&&(s=void 0),this.autoFreeze_&&ps(s,!0),r){const i=[],o=[];Qn(Gc).generateReplacementPatches_(t,s,{patches_:i,inversePatches_:o}),r(i,o)}return s}else ye(1,t)},this.produceWithPatches=(t,e)=>{if(Zn(t))return(o,...a)=>this.produceWithPatches(o,c=>t(c,...a));let r,s;return[this.produce(t,e,(o,a)=>{r=o,s=a}),r,s]},Yc(n?.autoFreeze)&&this.setAutoFreeze(n.autoFreeze),Yc(n?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(n.useStrictShallowCopy),Yc(n?.useStrictIteration)&&this.setUseStrictIteration(n.useStrictIteration)}createDraft(n){an(n)||ye(8),On(n)&&(n=d2(n));const t=Gd(this),e=Jc(t,n,void 0);return e[oe].isManual_=!0,Hc(t),e}finishDraft(n,t){const e=n&&n[oe];(!e||!e.isManual_)&&ye(9);const{scope_:r}=e;return Vd(r,t),Xd(void 0,r)}setAutoFreeze(n){this.autoFreeze_=n}setUseStrictShallowCopy(n){this.useStrictShallowCopy_=n}setUseStrictIteration(n){this.useStrictIteration_=n}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(n,t){let e;for(e=t.length-1;e>=0;e--){const s=t[e];if(s.path.length===0&&s.op==="replace"){n=s.value;break}}e>-1&&(t=t.slice(e+1));const r=Qn(Gc).applyPatches_;return On(n)?r(n,t):this.produce(n,s=>r(s,t))}};function Jc(n,t,e,r){const[s,i]=Ji(t)?Qn(to).proxyMap_(t,e):Ki(t)?Qn(to).proxySet_(t,e):u2(t,e);return(e?.scope_??jd()).drafts_.push(s),i.callbacks_=e?.callbacks_??[],i.key_=r,e&&r!==void 0?c2(e,i,r):i.callbacks_.push(function(c){c.mapSetPlugin_?.fixSetContents(i);const{patchPlugin_:h}=c;i.modified_&&h&&h.generatePatches_(i,[],c)}),s}function d2(n){return On(n)||ye(10,n),Zd(n)}function Zd(n){if(!an(n)||Qi(n))return n;const t=n[oe];let e,r=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,e=Vc(n,t.scope_.immer_.useStrictShallowCopy_),r=t.scope_.immer_.shouldUseStrictIteration()}else e=Vc(n,!0);return Hi(e,(s,i)=>{Wi(e,s,Zd(i))},r),t&&(t.finalized_=!1),e}var m2=new f2,Qd=m2.produce;function p2(n){const[t,e]=Et.useState(()=>ps(typeof n=="function"?n():n,!0));return[t,Et.useCallback(r=>{e(typeof r=="function"?Qd(r):ps(r))},[])]}function g2(n,t,e){const r=Et.useMemo(()=>Qd(n),[n]);return Et.useReducer(r,t,e)}function y2(n){const[t,e]=Et.useState({width:0,height:0});return Et.useLayoutEffect(()=>{n.current&&e(()=>({width:n.current.offsetWidth,height:n.current.offsetHeight}))},[n]),t}function b2(n){const t=Symbol("AppStore");function e(){const c=Yv(n.getState());n.subscribe(l=>{c.value=l});const h=Ed();if(!h)throw new Error("provideAppStore must be called in setup()");const u={store:n,stateRef:c};h.appContext.provides[t]=u}function r(){const c=_d(t);if(!c)throw new ReferenceError("createVueAppStoreContext's hooks cannot be called before provideAppStore()");return c}function s(){const{store:c}=r();return c}function i(c){const{stateRef:h}=r();return c?Pd(()=>c(h.value)):_c(h)}function o(){const c=s();if(Ls(c))throw new Error("useSetAppState is only supported for StateStoreLike");return c.setState.bind(c)}function a(){const c=s();if(!Ls(c))throw new Error("useDispatch is only supported for ReduxStore");return c.dispatch.bind(c)}return{provideAppStore:e,useAppStore:s,useAppState:i,useSetAppState:o,useDispatch:a}}function w2(n){const t=n.value(),e=Or(t);if(!e&&!("defaultValue"in n))throw new Error("defaultValue is required in uncontrolled mode");if(e&&!("onChange"in n))throw new Error("onChange is required in controlled mode");const r=od(e?t:n.defaultValue),s=Pd(()=>e?n.value():r.value);let i=!1;xx(n.value,c=>{if(!i&&Or(c)!==e){i=!0,console.warn("[useVueControllableState] can't switch between controlled and uncontrolled mode.");return}},{});let o=0;async function a(c){const h=++o,u=typeof c=="function"?c(s.value):c;n.beforeChange&&!await n.beforeChange(u)||h===o&&(e||(r.value=u),n.onChange?.(u),await fd())}return[s,a]}let Kc=class{x;y;toX;toY;constructor(t){this.x=tt(t?.x||0,2),this.y=tt(t?.y||0,2),this.toX=tt(t?.toX||0,2),this.toY=tt(t?.toY||0,2)}toSVGPathData(){return[["L",this.toX,this.toY]]}toCanvasContext(t){t.lineTo(this.toX,this.toY)}getBoundingClientRect(t=2){const e=ge(this.x,this.y,this.toX,this.toY);if(e===0){const r=Math.min(this.x,this.toX),s=Math.min(this.y,this.toY),i=Math.max(this.x,this.toX),o=Math.max(this.y,this.toY);return{x:r,y:s,width:i-r,height:o-s}}else{const r=Math.sin(e),s=Math.cos(e),i=s*this.x-r*this.y,o=s*this.toX-r*this.toY,a=s*this.y+r*this.x,c=s*this.toY+r*this.toX;return{x:tt(Math.min(i,o),t),y:tt(Math.min(a,c),t),width:tt(Math.max(i,o)-Math.min(i,o),t),height:tt(Math.max(a,c)-Math.min(a,c),t)}}}interpolate(t){return{x:this.x+t*(this.toX-this.x),y:this.y+t*(this.toY-this.y)}}intersection(t){const e=this.x,r=this.y,s=t.toX,i=t.toY,o=this.toX-e,a=t.x-s;if(!o&&!a)return null;const c=(this.toY-r)/o,h=(t.y-i)/a;if(o){if(!a)return{x:s,y:c*(s-e)+r}}else return{x:e,y:h*(e-s)+i};const u=(-h*s+i+c*e-r)/(c-h),l=c*(u-e)+r;return isNaN(u)||isNaN(l)?null:{x:u,y:l}}};class Zc extends Kc{rx;ry;xAxisRotate;largeArcFlag;sweepFlag;constructor(t){super(t),this.rx=tt(t.rx,2),this.ry=tt(t.ry,2),this.xAxisRotate=typeof t?.xAxisRotate=="number"?t?.xAxisRotate:0,this.largeArcFlag=typeof t?.largeArcFlag=="number"?t?.largeArcFlag:1,this.sweepFlag=typeof t?.sweepFlag=="number"?t?.sweepFlag:1}toSVGPathData(){return[["A",this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag,this.toX,this.toY]]}toCanvasContext(t){const[e,r,s,i,o,a,c]=this.convert(this.x,this.y,this.toX,this.toY,this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag);t.ellipse(e,r,s,i,o,a,c,!this.sweepFlag)}convert(t,e,r,s,i,o,a,c,h){const u=a/180*Math.PI,l=(t-r)/2,d=(e-s)/2,f=Math.cos(u)*l+Math.sin(u)*d,p=-Math.sin(u)*l+Math.cos(u)*d,m=f*f/(i*i)+p*p/(o*o);if(m>1){const H=Math.sqrt(m);throw i=H*i,o=H*o,new Error(`Radii are too small to build an arc. Correcting them to ${i}/${o}.`)}const v=Math.sqrt((i*i*o*o-i*i*p*p-o*o*f*f)/(i*i*p*p+o*o*f*f)),g=c!=h?1:-1,b=g*v*i*p/o,x=g*v*-o*f/i,w=(t+r)/2,C=(e+s)/2,E=Math.cos(u)*b-Math.sin(u)*x+w,O=Math.sin(u)*b+Math.cos(u)*x+C,U=(H,V,lt,yt)=>(H*yt>=V*lt?1:-1)*Math.acos((H*lt+V*yt)/(Math.sqrt(H*H+V*V)*Math.sqrt(lt*lt+yt*yt))),R=U(1,0,t-E,e-O)-u,j=U(t-E,e-O,r-E,s-O);return[E,O,i,o,u,R,R+j]}}class v2 extends Kc{cx;cy;isLineThrough;constructor(t){super(t),this.cx=tt(t.cx,2),this.cy=tt(t.cy,2),this.isLineThrough=typeof t.isLineThrough=="boolean"?t.isLineThrough:!1}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(this.x+this.toX)/2,e=this.cy*2-(this.y+this.toY)/2;return[["Q",t,e,this.toX,this.toY]]}else return[["Q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(this.isLineThrough){const e=this.cx*2-(this.x+this.toX)/2,r=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e,r,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}getBoundingClientRect(t=2){const e=[this.x,this.toX],r=[this.y,this.toY];let s,i,o,a;for(let u=0;u<2;++u)s=u==0?this.x-2*this.cx+this.toX:this.y-2*this.cy+this.toY,i=u==0?-2*this.x+2*this.cx:-2*this.y+2*this.cy,o=u==0?this.x:this.y,Math.abs(s)>1e-12&&(a=-i/(2*s),0<a&&a<1&&[e,r][u].push(s*a*a+i*a+o));const c={x:Math.min(0,...e),y:Math.min(0,...r)},h={x:Math.max(0,...e),y:Math.max(0,...r)};return{x:tt(c.x,t),y:tt(c.y,t),width:tt(h.x-c.x,t),height:tt(h.y-c.y,t)}}interpolate(t){return{x:(1-t)*(1-t)*this.x+2*(1-t)*t*this.cx+t*t*this.toX,y:(1-t)*(1-t)*this.y+2*(1-t)*t*this.cy+t*t*this.toY}}}const x2=v2;class Wt extends Kc{c1x;c1y;c2x;c2y;constructor(t){super(t),this.c1x=tt(t.c1x,2),this.c1y=tt(t.c1y,2),this.c2x=tt(t.c2x,2),this.c2y=tt(t.c2y,2)}clone(){return new Wt({x:this.x,y:this.y,c1x:this.c1x,c1y:this.c1y,c2x:this.c2x,c2y:this.c2y,toX:this.toX,toY:this.toY})}toSVGPathData(){return[["C",this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY]]}toCanvasContext(t){t.bezierCurveTo(this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY)}getBoundingClientRect(t=2){let e=this.c2x-2*this.c1x+this.x-(this.toX-2*this.c2x+this.c1x),r=2*(this.c1x-this.x)-2*(this.c2x-this.c1x),s=this.x-this.c1x,i=(-r+Math.sqrt(r*r-4*e*s))/2/e,o=(-r-Math.sqrt(r*r-4*e*s))/2/e;const a=[this.y,this.toY],c=[this.x,this.toX];let h;const u=[];Math.abs(i)>1e12&&(i=.5),Math.abs(o)>1e12&&(o=.5),i>=0&&i<=1&&(h=this.interpolate(i),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y})),o>=0&&o<=1&&(h=this.interpolate(o),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y})),e=this.c2y-2*this.c1y+this.y-(this.toY-2*this.c2y+this.c1y),r=2*(this.c1y-this.y)-2*(this.c2y-this.c1y),s=this.y-this.c1y,i=(-r+Math.sqrt(r*r-4*e*s))/2/e,o=(-r-Math.sqrt(r*r-4*e*s))/2/e,Math.abs(i)>1e12&&(i=.5),Math.abs(o)>1e12&&(o=.5),i>=0&&i<=1&&(h=this.interpolate(i),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y})),o>=0&&o<=1&&(h=this.interpolate(o),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y}));const l=[],d=u.length;for(let m=0;m<d;m++){for(let v=m+1;v<d;v++)u[m].X===u[v].X&&u[m].Y===u[v].Y&&(v=++m);l.push({X:u[m].X,Y:u[m].Y})}const f={x:Math.min(...c),y:Math.min(...a)},p={x:Math.max(...c),y:Math.max(...a)};return{x:tt(f.x,t),y:tt(f.y,t),width:tt(p.x-f.x,t),height:tt(p.y-f.y,t),dots:l}}static base3(t,e,r,s,i){const o=-3*e+9*r-9*s+3*i,a=t*o+6*e-12*r+6*s;return t*a-3*e+3*r}static bezlen(t,e,r,s,i,o,a,c,h=1){h=Math.max(0,Math.min(h,1));const u=h/2,l=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],d=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let f=0;for(let p=0;p<12;p++){const m=u*l[p]+u,v=Wt.base3(m,t,r,i,a),g=Wt.base3(m,e,s,o,c);f+=d[p]*Math.sqrt(v*v+g*g)}return u*f}length(t=1){return Wt.bezlen(this.x,this.y,this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY,t)}getPointAtSegmentLength(t){const e=this.getTatLen(t),r=1-e,s=Math.pow(r,3),i=Math.pow(r,2),o=e*e,a=o*e,c=s*this.x+i*3*e*this.c1x+r*3*e*e*this.c2x+a*this.toX,h=s*this.y+i*3*e*this.c1y+r*3*e*e*this.c2y+a*this.toY,u=this.x+2*e*(this.c1x-this.x)+o*(this.c2x-2*this.c1x+this.x),l=this.y+2*e*(this.c1y-this.y)+o*(this.c2y-2*this.c1y+this.y),d=this.c1x+2*e*(this.c2x-this.c1x)+o*(this.toX-2*this.c2x+this.c1x),f=this.c1y+2*e*(this.c2y-this.c1y)+o*(this.toY-2*this.c2y+this.c1y),p=r*this.x+e*this.c1x,m=r*this.y+e*this.c1y,v=r*this.c2x+e*this.toX,g=r*this.c2y+e*this.toY,b=90-Math.atan2(u-d,l-f)*180/Math.PI;return{x:c,y:h,m:{x:u,y:l},n:{x:d,y:f},start:{x:p,y:m},end:{x:v,y:g},alpha:b}}getTatLen(t){const e=this.x,r=this.y,s=this.c1x,i=this.c1y,o=this.c2x,a=this.c2y,c=this.toX,h=this.toY;if(t<0||Wt.bezlen(e,r,s,i,o,a,c,h)<t)return 0;const u=1;let l=u/2,d=u-l,f=Wt.bezlen(e,r,s,i,o,a,c,h,d);for(;Math.abs(f-t)>.01;)l/=2,d+=(f<t?1:-1)*l,f=Wt.bezlen(e,r,s,i,o,a,c,h,d);return d}interpolate(t){return{x:Math.pow(1-t,3)*this.x+3*Math.pow(1-t,2)*t*this.c1x+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2x+Math.pow(t,3)*this.toX,y:Math.pow(1-t,3)*this.y+3*Math.pow(1-t,2)*t*this.c1y+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2y+Math.pow(t,3)*this.toY}}}class tm extends Go{source;raw="";mode="text";tagname="";nodename="";textchunk="";entity="";quote="";attrs={};constructor(t){super(),this.source=t}parse(){const t=Up(this.source);if(t===0){this.emit("finish");return}let e,r,s=lu(this.source,0);for(let i=1;i<t;i++)e=r,r=s,s=lu(this.source,i),this.raw+=r,r&&this.step(r,s,e);s&&this.step(s,void 0,r),this.emit("finish")}step(t,e,r){t==`
|
|
111
|
-
`&&this.emit("newline"),this.act(t,e,
|
|
112
|
-
`);r=~A?$.length-A:r+$.length}function i(){var $={line:e,column:r};return function(z){return z.position=new o($),p(),z}}function o($){this.start=$,this.end={line:e,column:r},this.source=t.source}o.prototype.content=n;var a=[];function c($){var z=new Error(t.source+":"+e+":"+r+": "+$);if(z.reason=$,z.filename=t.source,z.line=e,z.column=r,z.source=n,t.silent)a.push(z);else throw z}function h(){var $=d();return{type:"stylesheet",stylesheet:{source:t.source,rules:$,parsingErrors:a}}}function u(){return f(/^{\s*/)}function l(){return f(/^}/)}function d(){var $,z=[];for(p(),m(z);n.length&&n.charAt(0)!="}"&&($=st()||Ct());)$!==!1&&(z.push($),m(z));return z}function f($){var z=$.exec(n);if(z){var A=z[0];return s(A),n=n.slice(A.length),z}}function p(){f(/^\s*/)}function m($){var z;for($=$||[];z=v();)z!==!1&&$.push(z);return $}function v(){var $=i();if(!(n.charAt(0)!="/"||n.charAt(1)!="*")){for(var z=2;n.charAt(z)!=""&&(n.charAt(z)!="*"||n.charAt(z+1)!="/");)++z;if(z+=2,n.charAt(z-1)==="")return c("End of comment missing");var A=n.slice(2,z-2);return r+=2,s(A),n=n.slice(z),r+=2,$({type:"comment",comment:A})}}function g(){var $=f(/^([^{]+)/);if($)return hn($[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(z){return z.replace(/,/g,"")}).split(/\s*(?![^(]*\)),\s*/).map(function(z){return z.replace(/\u200C/g,",")})}function b(){var $=i(),z=f(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(z){if(z=hn(z[0]),!f(/^:\s*/))return c("property missing ':'");var A=f(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),L=$({type:"declaration",property:z.replace(nm,""),value:A?hn(A[0]).replace(nm,""):""});return f(/^[;\s]*/),L}}function x(){var $=[];if(!u())return c("missing '{'");m($);for(var z;z=b();)z!==!1&&($.push(z),m($));return l()?$:c("missing '}'")}function w(){for(var $,z=[],A=i();$=f(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)z.push($[1]),f(/^,\s*/);if(z.length)return A({type:"keyframe",values:z,declarations:x()})}function C(){var $=i(),z=f(/^@([-\w]+)?keyframes\s*/);if(z){var A=z[1];if(z=f(/^([-\w]+)\s*/),!z)return c("@keyframes missing name");var L=z[1];if(!u())return c("@keyframes missing '{'");for(var W,q=m();W=w();)q.push(W),q=q.concat(m());return l()?$({type:"keyframes",name:L,vendor:A,keyframes:q}):c("@keyframes missing '}'")}}function E(){var $=i(),z=f(/^@supports *([^{]+)/);if(z){var A=hn(z[1]);if(!u())return c("@supports missing '{'");var L=m().concat(d());return l()?$({type:"supports",supports:A,rules:L}):c("@supports missing '}'")}}function O(){var $=i(),z=f(/^@host\s*/);if(z){if(!u())return c("@host missing '{'");var A=m().concat(d());return l()?$({type:"host",rules:A}):c("@host missing '}'")}}function U(){var $=i(),z=f(/^@media *([^{]+)/);if(z){var A=hn(z[1]);if(!u())return c("@media missing '{'");var L=m().concat(d());return l()?$({type:"media",media:A,rules:L}):c("@media missing '}'")}}function R(){var $=i(),z=f(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(z)return $({type:"custom-media",name:hn(z[1]),media:hn(z[2])})}function j(){var $=i(),z=f(/^@page */);if(z){var A=g()||[];if(!u())return c("@page missing '{'");for(var L=m(),W;W=b();)L.push(W),L=L.concat(m());return l()?$({type:"page",selectors:A,declarations:L}):c("@page missing '}'")}}function H(){var $=i(),z=f(/^@([-\w]+)?document *([^{]+)/);if(z){var A=hn(z[1]),L=hn(z[2]);if(!u())return c("@document missing '{'");var W=m().concat(d());return l()?$({type:"document",document:L,vendor:A,rules:W}):c("@document missing '}'")}}function V(){var $=i(),z=f(/^@font-face\s*/);if(z){if(!u())return c("@font-face missing '{'");for(var A=m(),L;L=b();)A.push(L),A=A.concat(m());return l()?$({type:"font-face",declarations:A}):c("@font-face missing '}'")}}var lt=ct("import"),yt=ct("charset"),mt=ct("namespace");function ct($){var z=new RegExp("^@"+$+"\\s*([^;]+);");return function(){var A=i(),L=f(z);if(L){var W={type:$};return W[$]=L[1].trim(),A(W)}}}function st(){if(n[0]=="@")return C()||U()||R()||E()||lt()||yt()||mt()||H()||j()||O()||V()}function Ct(){var $=i(),z=g();return z?(m(),$({type:"rule",selectors:z,declarations:x()})):c("selector missing")}return Qc(h())}function hn(n){return n?n.replace(/^\s+|\s+$/g,""):""}function Qc(n,t){var e=n&&typeof n.type=="string",r=e?n:t;for(var s in n){var i=n[s];Array.isArray(i)?i.forEach(function(o){Qc(o,r)}):i&&typeof i=="object"&&Qc(i,r)}return e&&Object.defineProperty(n,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),n}class sm extends tm{currentItem={};items=[];groups=[];globalStyles={};grad={};idtops={};text="";constructor(t){super(t),this.on("tag",(e,r)=>{switch(this.text="",this.currentItem={type:e},e){case"g":this.groups.push(this.currentItem);break}this.processAttrs(e,r)}),this.on("text",e=>{if(this.currentItem.type=="style"){try{const r=rm(e);for(const s of r.stylesheet.rules)for(const i of s.declarations)for(const o of s.selectors)this.globalStyles[o]=this.globalStyles[o]||[],this.globalStyles[o].push(`${i.property}:${i.value}`)}catch{console.error("CAN'T parse css text: "+e)}return}this.text+=e}),this.on("/tag",(e,r)=>{let s=this.groups.length;for(;s--;)if(this.groups[s]!=this.currentItem){let i="",o="";for(const a in this.groups[s])a=="transform"?i=this.groups[s].transform:a=="class"&&this.globalStyles["."+this.groups[s][a]]?o=this.globalStyles["."+this.groups[s][a]].join(";")+";"+o:a=="id"&&this.globalStyles["#"+this.groups[s][a]]?o=this.globalStyles["#"+this.groups[s][a]].join(";")+";"+o:typeof this.currentItem[a]>"u"&&(this.currentItem[a]=this.groups[s][a]);typeof this.currentItem.transform>"u"?this.currentItem.transform=i:this.currentItem.transform+=" "+i,typeof this.currentItem.style>"u"?this.currentItem.style=o:this.currentItem.style=o+this.currentItem.style,this.currentItem.class&&this.globalStyles["."+this.currentItem.class]?this.currentItem.style=this.globalStyles["."+this.currentItem.class].join(";")+";"+this.currentItem.style:this.currentItem.id&&this.globalStyles["#"+this.currentItem.id]&&(this.currentItem.style=this.globalStyles["#"+this.currentItem.id].join(";")+";"+this.currentItem.style),eh(this.currentItem.style,this.currentItem,nh)}switch(this.processAttrs(e,r),e){case"g":this.groups.pop();break;case"cirlce":this.addToItems();break;case"ellipse":this.addToItems();break;case"polygon":this.addToItems();break;case"path":this.addToItems();break;case"line":this.addToItems();break;case"rect":this.addToItems();break;case"image":this.addToItems();break;case"text":this.currentItem.text=this.text,this.currentItem["text-anchor"]=this.currentItem["text-anchor"]||"start",this.addToItems();break}}),this.on("finish",()=>{this.emit("result",this.items)})}parse(){return super.parse(),this.items}processAttrs(t,e){let r=[],s;switch(t){case"svg":let i="",o="";if(e.width&&e.height)i=e.width,o=e.height;else if(e.viewBox){const a=e.viewBox.split(/\s+/gi);a.length==4&&(i=String(parseFloat(a[2])-parseFloat(a[0])),o=String(parseFloat(a[3])-parseFloat(a[1])))}i&&o&&this.items.push({type:"viewbox",width:i,height:o});break;case"line":typeof e.x1=="number"&&typeof e.y1=="number"&&typeof e.x2=="number"&&typeof e.y2=="number"&&(this.currentItem.path="M"+[e.x1,e.y1,e.x2,e.y2]);break;case"stop":s={},e.style&&eh(e.style,s),s.offset=s.offset||e.offset,s.color=s["stop-color"]||e["stop-color"],s.opacity=s["stop-opacity"]||e["stop-opacity"],~(s.offset+"").indexOf("%")?s.offset=parseFloat(s.offset):s.offset=parseFloat(s.offset)*100,s.offset=+s.offset.toFixed(2),this.grad.stops.push(s);break;case"linearGradient":this.grad.angle=(360+th(parseFloat(e.x1),parseFloat(e.y1),parseFloat(e.x2),parseFloat(e.y2),parseFloat(e.x1)+100,parseFloat(e.y1))).toFixed(2),r=[this.grad.angle];for(let a=0,c=this.grad.stops.length;a<c;a++)s=this.grad.stops[a],a&&a!=c-1?r.push(s.color+":"+s.offset):r.push(s.color);this.idtops[this.grad.id]=r.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break;case"radialGradient":r=[];for(let a=0,c=this.grad.stops.length;a<c;a++)s=this.grad.stops[a],a&&a!=c-1?r.push(s.color+":"+s.offset):r.push(s.color);this.idtops[this.grad.id]=r.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break}for(const i in e){const o=e[i];if(nh.includes(i)&&(this.currentItem[i]=o),i==="id"&&(this.currentItem.type==="linearGradient"&&(this.grad={id:i,stops:[]}),this.currentItem.type==="radialGradient"&&(this.grad={id:i,stops:[]})),i==="style"&&eh(o,this.currentItem,nh),i==="transform"&&(this.currentItem.transform=o+(this.currentItem.transform||" ")),i==="fill"){const a=o.match(/url\(#([^)]+)\)/);if(a){const c=a[1];this.currentItem.fillid=c,this.idtops[c]&&(this.currentItem.fill=this.idtops[c])}}i==="points"&&this.currentItem.type=="polygon"&&(this.currentItem.path="M"+o+"z"),i==="d"&&this.currentItem.type=="path"&&(this.currentItem.path=o),i==="xlink:href"&&this.currentItem.type=="image"&&(this.currentItem.src=o)}}addToItems(){this.items.push(this.currentItem)}}function th(n,t,e,r,s,i){if(typeof s>"u"||typeof i>"u"){const o=n-e,a=t-r;return!o&&!a?0:(180+Math.atan2(-a,-o)*180/Math.PI+360)%360}else return th(n,t,s,i)-th(e,r,s,i)}function eh(n,t,e){const r=(n+"").split(";"),s=/^\s+|\s+$/g;for(let i=0,o=r.length;i<o;i++){const a=r[i].split(":"),c=a[0].replace(s,"").replace(/[A-Z]/g,function(h){return"-"+h.toLowerCase()});(!e||e.includes(c))&&(t[c]=a[1].replace(s,""))}}const nh=["id","class","viewBox","width","height","x","y","cx","cy","r","rx","ry","cursor","opacity","src","fill","fill-opacity","stroke","stroke-dasharray","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","font","font-family","font-size","font-style","font-weight","letter-spacing"];class ae{prevPathX=0;prevPathY=0;isUpdatedSVGPathData=!0;isUpdatedSVGPathD=!0;isUpdatedBoundingClientRect=!0;isUpdatedPolymorphPoints=!0;isUpdatedTotalLength=!0;normalizedLines=[];constructor(t){const e=typeof t=="string"?vi(t):t||[],r=nc(xi(e));for(let s=0,i=r.length;s<i;s++){const o=r[s];o[0]=="M"?(this.prevPathX=o[1],this.prevPathY=o[2]):this._appendLine(new Wt({x:this.prevPathX,y:this.prevPathY,c1x:o[1],c1y:o[2],c2x:o[3],c2y:o[4],toX:o[5],toY:o[6]}))}}_appendLine(t){if(this.isUpdatedSVGPathData=!0,this.isUpdatedSVGPathD=!0,this.isUpdatedBoundingClientRect=!0,this.isUpdatedPolymorphPoints=!0,this.isUpdatedTotalLength=!0,t instanceof Zc){wi(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(h=>{const[u,l,d,f,p,m,v,g]=h;this.normalizedLines.push(new Wt({x:this.prevPathX,y:this.prevPathY,c1x:d,c1y:f,c2x:p,c2y:m,toX:v,toY:g})),this.prevPathX=v,this.prevPathY=g});return}if(t instanceof Wt){this.normalizedLines.push(t.clone()),this.prevPathX=t.toX,this.prevPathY=t.toY;return}let e,r,s,i,o,a;t instanceof x2?[e,r,s,i,o,a]=Jr(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,r,s,i,o,a]=Wn(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new Wt({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:r,c2x:s,c2y:i,toX:o,toY:a})),this.prevPathX=o,this.prevPathY=a}static fromPolymorphPoints(t){const e=new ae,r=t.length;if(r){e.prevPathX=t[0],e.prevPathY=t[1];for(let s=2;s+5<r;s+=6)e._appendLine(new Wt({x:e.prevPathX,y:e.prevPathY,c1x:t[s],c1y:t[s+1],c2x:t[s+2],c2y:t[s+3],toX:t[s+4],toY:t[s+5]}))}return e}static fromLines(t){const e=new ae,r=t.length;if(r){e.prevPathX=t[0].x,e.prevPathY=t[0].y;for(let s=0;s<r;s++)e._appendLine(t[s])}return e}clone(){return ae.fromLines(this.normalizedLines)}cachedSVGPathData=[];toSVGPathData(){if(this.isUpdatedSVGPathData){const t=[];for(let e=0,r=this.normalizedLines.length;e<r;e++){const s=this.normalizedLines[e];e==0&&t.push(["M",s.x,s.y]),t.push(...s.toSVGPathData())}this.cachedSVGPathData=t,this.isUpdatedSVGPathData=!1}return this.cachedSVGPathData}cachedSVGPathD="";toSVGPathD(){return this.isUpdatedSVGPathD&&(this.cachedSVGPathD=ec(this.toSVGPathData()),this.isUpdatedSVGPathD=!1),this.cachedSVGPathD}toCanvasContext(t){t.beginPath();for(let e=0,r=this.normalizedLines.length;e<r;e++){const s=this.normalizedLines[e];e==0&&t.moveTo(s.x,s.y),s.toCanvasContext(t)}}cachedBoundingClientRect={x:0,y:0,width:0,height:0};getBoundingClientRect(t=2){if(this.isUpdatedBoundingClientRect){const e=[],r=[];if(this.normalizedLines.forEach(s=>{const i=s.getBoundingClientRect(t);e.push(i.x,i.x+i.width),r.push(i.y,i.y+i.height)}),e.length==0||r.length==0)this.cachedBoundingClientRect={x:0,y:0,width:0,height:0};else{const s=Math.min(...e),i=Math.min(...r),o=Math.max(...e),a=Math.max(...r);this.cachedBoundingClientRect={x:tt(s,t),y:tt(i,t),width:tt(o-s,t),height:tt(a-i,t)}}this.isUpdatedBoundingClientRect=!1}return this.cachedBoundingClientRect}getBoundingClientRectCenter(t=2){const e=this.getBoundingClientRect(t);return{x:tt(e.x+e.width*.5,t),y:tt(e.y+e.height*.5,t)}}transform(t){let e;return t.m?e=t.m:(e=new qt,e.translate(t.x||0,t.y||0),e.rotate(t.degree||0,t.centerX,t.centerY),e.scale(t.scaleX||1,t.scaleY||1,t.centerX,t.centerY)),e.isIdentity?this.clone():ae.fromLines(this.normalizedLines.map(r=>{let s=r.x,i=r.y,o=r.c1x,a=r.c1y,c=r.c2x,h=r.c2y,u=r.toX,l=r.toY;return{x:s,y:i}=e.transformPoint({x:s,y:i}),{x:o,y:a}=e.transformPoint({x:o,y:a}),{x:c,y:h}=e.transformPoint({x:c,y:h}),{x:u,y:l}=e.transformPoint({x:u,y:l}),new Wt({x:s,y:i,c1x:o,c1y:a,c2x:c,c2y:h,toX:u,toY:l})}))}cachedTotalLength;getTotalLength(){return(typeof this.cachedTotalLength!="number"||this.isUpdatedTotalLength)&&(this.cachedTotalLength=Math.round(this.normalizedLines.reduce((t,e)=>t+=e.length(),0)),this.isUpdatedTotalLength=!1),this.cachedTotalLength}getPointAtLength(t){let e=0,r=0;const s=this.normalizedLines.length;for(let i=0;i<s;i++){const o=this.normalizedLines[i];if(r=o.length(),e+r>=t)return o.getPointAtSegmentLength(t-e);e+=r}return this.normalizedLines[s-1].getPointAtSegmentLength(r)}interpolate(t){const e=this.normalizedLines.length;if(e===0)return{x:0,y:0};if(e===1)return this.normalizedLines[0].interpolate(t);{let r=t*e,s=this.normalizedLines[0];if(r--,r>1)for(let i=1;i<e&&(s=this.normalizedLines[i],r>1);i++)r-=1;return s.interpolate(r)}}getSubPathD(t,e,r=1e-6){const s=this.getSubPathDAtLength(e,!0);return Fo(r)(t,0)?s:s.getSubPathDAtLength(t,!1)}getSubPathDAtLength(t,e=!1){const r=new ae;let s=0,i=!1;for(let o=0,a=this.normalizedLines.length;o<a;o++){const c=this.normalizedLines[o];o==0&&(r.prevPathX=c.x,r.prevPathY=c.y);const h=c.length();if(s+h>t&&!i){i=!0;const u=c.getPointAtSegmentLength(t-s);if(r._appendLine(new Wt({x:r.prevPathX,y:r.prevPathY,c1x:u.start.x,c1y:u.start.y,c2x:u.m.x,c2y:u.m.y,toX:u.x,toY:u.y})),e)return r;r.normalizedLines=[],r._appendLine(new Wt({x:r.prevPathX,y:r.prevPathY,c1x:u.n.x,c1y:u.n.y,c2x:u.end.x,c2y:u.end.y,toX:c.toX,toY:c.toY})),s+=h;continue}r._appendLine(c),s+=h}return r}closestPoint(t,e){const r=this.getTotalLength();let s={x:t,y:e},i=0,o=1/0,a=8;for(let h=0;h<=r;h+=a){const u=this.getPointAtLength(h),l=(t-u.x)*(t-u.x)+(e-u.y)*(e-u.y);l<o&&(s=u,i=h,o=l)}for(a/=2;a>.5;){const h=i-a,u=this.getPointAtLength(h),l=(t-u.x)*(t-u.x)+(e-u.y)*(e-u.y),d=i+a,f=this.getPointAtLength(d),p=(t-f.x)*(t-f.x)+(e-f.y)*(e-f.y);h>=0&&l<o?(s=u,i=h,o=l):d<=r&&p<o?(s=f,i=d,o=p):a/=2}const c=this.getPointAtLength(i+(i===r?-.1:.1));return{point:s,rotation:i>=r?ge(c.x,c.y,s.x,s.y):ge(s.x,s.y,c.x,c.y),distance:Math.sqrt(o)}}cachedPolymorphPoints=[];getPolymorphPoints(){if(this.isUpdatedPolymorphPoints){if(this.normalizedLines.length){const t=this.normalizedLines[0];this.cachedPolymorphPoints=[t.x,t.y].concat(this.normalizedLines.reduce((e,r)=>e.concat([r.c1x,r.c1y,r.c2x,r.c2y,r.toX,r.toY]),[]))}this.isUpdatedPolymorphPoints=!1}return[...this.cachedPolymorphPoints]}getPolymorphPointsPerimeter(){let t=0;const e=this.getPolymorphPoints(),r=e.length;if(r){let s=e[r-2],i=e[r-1];for(let o=0;o<r;o+=6)t+=Sn(e[o],e[o+1],s,i),s=e[o],i=e[o+1]}return Math.floor(t)}expendToPolymorphPoints(t){const e=t.length,r=this.getPolymorphPoints(),s=r.length;if(s){const i=[];let o=e-s;const a=Math.ceil(e/s);i.push(["M",r[0],r[1]]);let c=2;for(;c+5<=s-1;){const h=r[c++],u=r[c++],l=r[c++],d=r[c++],f=r[c++],p=r[c++];i.push(["C",h,u,l,d,f,p]);let m=0;for(;m<a&&o>0;)i.push(["C",f,p,f,p,f,p]),o-=6,m++}return new ae(i)}else return ae.fromPolymorphPoints(t)}static getInterpolator(t,e){return r=>{const s=Fo(Number.EPSILON);return s(r,0)?t.clone():s(r,1)?e.clone():ae.fromPolymorphPoints(wg(t.getPolymorphPoints(),e.getPolymorphPoints(),r).map(i=>tt(i,2)))}}}const im=_2("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);function _2(n,t=10){const e={},r=n.split(",");for(let s=0;s<r.length;s+=2){const i="&"+r[s+1]+";",o=parseInt(r[s],t);e[i]="&#"+o+";"}return e["\\xa0"]=" ",e}function ce(n,t){const e=Object.keys(t);for(let r=0;r<e.length;r++)n=n.replace(new RegExp("{"+e[r]+"}","gi"),""+t[e[r]]);return n}function io(n){let t,e;if(!n)throw new Error("cannot create a random attribute name for an undefined object");const r="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";t="";do for(t="",e=0;e<12;e++)t+=r[Math.floor(Math.random()*r.length)];while(n[t]);return t}function S2(n){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[n]||t.start}function E2(n){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[n]||t.alphabetic}const bs={strokeStyle:{svgAttr:"stroke",canvas:"#000000",svg:"none",apply:"stroke"},fillStyle:{svgAttr:"fill",canvas:"#000000",svg:null,apply:"fill"},lineCap:{svgAttr:"stroke-linecap",canvas:"butt",svg:"butt",apply:"stroke"},lineJoin:{svgAttr:"stroke-linejoin",canvas:"miter",svg:"miter",apply:"stroke"},miterLimit:{svgAttr:"stroke-miterlimit",canvas:10,svg:4,apply:"stroke"},lineWidth:{svgAttr:"stroke-width",canvas:1,svg:1,apply:"stroke"},globalAlpha:{svgAttr:"opacity",canvas:1,svg:1,apply:"fill stroke"},font:{canvas:"10px sans-serif"},shadowColor:{canvas:"#000000"},shadowOffsetX:{canvas:0},shadowOffsetY:{canvas:0},shadowBlur:{canvas:0},textAlign:{canvas:"start"},textBaseline:{canvas:"alphabetic"},lineDash:{svgAttr:"stroke-dasharray",canvas:[],svg:null,apply:"stroke"},lineDashOffset:{svgAttr:"stroke-dashoffset",canvas:0,svg:0,apply:"stroke"}};class rh{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}addColorStop(t,e){const r=this.__ctx.__createElement("stop");if(r.setAttribute("offset",""+t),e.indexOf("rgba")!==-1){const i=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(e);i&&(r.setAttribute("stop-color",ce("rgb({r},{g},{b})",{r:i[1],g:i[2],b:i[3]})),r.setAttribute("stop-opacity",i[4]))}else r.setAttribute("stop-color",e);this.__root.appendChild(r)}}class om{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}}class oo{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:t,width:e=500,height:r=500}){t?(this.__canvas=t,this.__ctx=t.getContext("2d")):(this.__canvas=this.__document.createElement("canvas"),this.__ctx=this.__canvas.getContext("2d")),this.width=e||t?.width||0,this.height=r||t?.height||0,this.__setDefaultStyles(),this.__styleStack=[this.__getStyleState()],this.__groupStack=[],this.__rootSVG=this.__document.createElementNS("http://www.w3.org/2000/svg","svg"),this.__rootSVG.setAttribute("version","1.1"),this.__rootSVG.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.__rootSVG.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),this.__rootSVG.setAttribute("width",""+this.width),this.__rootSVG.setAttribute("height",""+this.height),this.__ids={},this.__SVGdefs=this.__document.createElementNS("http://www.w3.org/2000/svg","defs"),this.__rootSVG.appendChild(this.__SVGdefs),this.__currentElement=this.__document.createElementNS("http://www.w3.org/2000/svg","g"),this.__rootSVG.appendChild(this.__currentElement)}__setDefaultStyles(){const t=Object.keys(bs);for(let e=0,r=t.length;e<r;e++){const s=t[e];this[s]=bs[s].canvas}}__getStyleState(){const t={},e=Object.keys(bs);for(let r=0,s=e.length;r<s;r++){const i=e[r];t[i]=this[i]}return t}__applyStyleState(t){const e=Object.keys(t);for(let r=0,s=e.length;r<s;r++){const i=e[r];this[i]=t[i]}}__createElement(t,e={},r=!1){const s=this.__document.createElementNS("http://www.w3.org/2000/svg",t),i=Object.keys(e);r&&(s.setAttribute("fill","none"),s.setAttribute("stroke","none"));for(let o=0;o<i.length;o++){const a=i[o];s.setAttribute(a,e[a])}return s}__applyStyleToCurrentElement(t){let e=this.__currentElement;const r=this.__currentElementsToStyle;r&&(e.setAttribute(t,""),e=r.element,r.children.forEach(i=>{i.setAttribute(t,"")}));const s=Object.keys(bs);for(let i=0;i<s.length;i++){const o=bs[s[i]],a=this[s[i]];if(o.apply){if(a instanceof om){if(a.__ctx)for(;a.__ctx.__SVGdefs.childNodes.length;){const c=a.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[c]=c,this.__SVGdefs.appendChild(a.__ctx.__SVGdefs.childNodes[0])}e.setAttribute(o.apply,ce("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof rh)e.setAttribute(o.apply,ce("url(#{id})",{id:a.__root.getAttribute("id")}));else if(o.apply.indexOf(t)!==-1&&o.svg!==a)if((o.svgAttr==="stroke"||o.svgAttr==="fill")&&a.indexOf("rgba")!==-1){const h=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);if(h){e.setAttribute(o.svgAttr,ce("rgb({r},{g},{b})",{r:h[1],g:h[2],b:h[3]}));let u=parseFloat(h[4]);const l=this.globalAlpha;l!=null&&(u*=l),e.setAttribute(o.svgAttr+"-opacity",""+u)}}else{let c=o.svgAttr;if(s[i]==="globalAlpha"&&(c=t+"-"+o.svgAttr,e.getAttribute(c)))continue;c&&e.setAttribute(c,a)}}}}__closestGroupOrSvg(t){return t=t||this.__currentElement,t.nodeName==="g"||t.nodeName==="svg"?t:this.__closestGroupOrSvg(t.parentNode)}getSerializedSvg(t){let e=new XMLSerializer().serializeToString(this.__rootSVG);if(/xmlns="http:\/\/www\.w3\.org\/2000\/svg".+xmlns="http:\/\/www\.w3\.org\/2000\/svg/gi.test(e)&&(e=e.replace('xmlns="http://www.w3.org/2000/svg','xmlns:xlink="http://www.w3.org/1999/xlink')),t){const s=Object.keys(im);for(let i=0,o=s.length;i<o;i++){const a=s[i],c=im[a],h=new RegExp(a,"gi");h.test(e)&&(e=e.replace(h,c))}}return e}getSvg(){return this.__rootSVG}save(){const t=this.__createElement("g"),e=this.__closestGroupOrSvg();this.__groupStack.push(e),e.appendChild(t),this.__currentElement=t,this.__styleStack.push(this.__getStyleState())}restore(){this.__currentElementsToStyle=null;const t=this.__groupStack.pop();t?this.__currentElement=t:this.__currentElement=this.__rootSVG.childNodes[1];const e=this.__styleStack.pop();e&&this.__applyStyleState(e)}__addTransform(t){const e=this.__closestGroupOrSvg();if(e.childNodes.length>0){this.__currentElement.nodeName==="path"&&(this.__currentElementsToStyle||(this.__currentElementsToStyle={element:e,children:[]}),this.__currentElementsToStyle.children.push(this.__currentElement),this.__applyCurrentDefaultPath());const s=this.__createElement("g");e.appendChild(s),this.__currentElement=s}let r=this.__currentElement.getAttribute("transform");r?r+=" ":r="",r+=t,this.__currentElement.setAttribute("transform",r)}scale(t,e){e===void 0&&(e=t),this.__addTransform(ce("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(ce("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(ce("translate({x},{y})",{x:t,y:e}))}transform(t,e,r,s,i,o){this.__addTransform(ce("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:r,d:s,e:i,f:o}))}beginPath(){this.__currentDefaultPath="",this.__currentPosition={};const t=this.__createElement("path",{},!0);this.__closestGroupOrSvg().appendChild(t),this.__currentElement=t}__applyCurrentDefaultPath(){const t=this.__currentElement;t.nodeName==="path"&&t.setAttribute("d",this.__currentDefaultPath)}__addPathCommand(t){this.__currentDefaultPath+=" ",this.__currentDefaultPath+=t}moveTo(t,e){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.__currentPosition={x:t,y:e},this.__addPathCommand(ce("M {x} {y}",this.__currentPosition))}closePath(){this.__currentDefaultPath&&this.__addPathCommand("Z")}lineTo(t,e){this.__currentPosition={x:t,y:e},this.__currentDefaultPath.indexOf("M")>-1?this.__addPathCommand(ce("L {x} {y}",this.__currentPosition)):this.__addPathCommand(ce("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,r,s,i,o){this.__currentPosition={x:i,y:o},this.__addPathCommand(ce("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:r,cp2y:s,x:i,y:o}))}quadraticCurveTo(t,e,r,s){this.__currentPosition={x:r,y:s},this.__addPathCommand(ce("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:e,x:r,y:s}))}normalize(t){const e=Math.sqrt(t[0]*t[0]+t[1]*t[1]);return[t[0]/e,t[1]/e]}arcTo(t,e,r,s,i){const o=this.__currentPosition&&this.__currentPosition.x,a=this.__currentPosition&&this.__currentPosition.y;if(typeof o>"u"||typeof a>"u")return;if(i<0)throw new Error("IndexSizeError: The radius provided ("+i+") is negative.");if(o===t&&a===e||t===r&&e===s||i===0){this.lineTo(t,e);return}const c=this.normalize([o-t,a-e]),h=this.normalize([r-t,s-e]);if(c[0]*h[1]===c[1]*h[0]){this.lineTo(t,e);return}const u=c[0]*h[0]+c[1]*h[1],l=Math.acos(Math.abs(u)),d=this.normalize([c[0]+h[0],c[1]+h[1]]),f=i/Math.sin(l/2),p=t+f*d[0],m=e+f*d[1],v=[-c[1],c[0]],g=[h[1],-h[0]],b=function(C){const E=C[0];return C[1]>=0?Math.acos(E):-Math.acos(E)},x=b(v),w=b(g);this.lineTo(p+v[0]*i,m+v[1]*i),this.arc(p,m,i,x,w)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(t,e,r,s){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,e),this.lineTo(t+r,e),this.lineTo(t+r,e+s),this.lineTo(t,e+s),this.lineTo(t,e),this.closePath()}fillRect(t,e,r,s){const i=this.__createElement("rect",{x:t,y:e,width:r,height:s},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("fill")}strokeRect(t,e,r,s){const i=this.__createElement("rect",{x:t,y:e,width:r,height:s},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const e=this.__closestGroupOrSvg().getAttribute("transform"),r=this.__rootSVG.childNodes[1],s=r.childNodes;for(let i=s.length-1;i>=0;i--)s[i]&&r.removeChild(s[i]);this.__currentElement=r,this.__groupStack=[],e&&this.__addTransform(e)}clearRect(t,e,r,s){if(t===0&&e===0&&r===this.width&&s===this.height){this.__clearCanvas();return}const i=this.__closestGroupOrSvg(),o=this.__createElement("rect",{x:t,y:e,width:r,height:s,fill:"#FFFFFF"},!0);i.appendChild(o)}createLinearGradient(t,e,r,s){const i=this.__createElement("linearGradient",{id:io(this.__ids),x1:t+"px",x2:r+"px",y1:e+"px",y2:s+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(i),new rh(i,this)}createRadialGradient(t,e,r,s,i,o){const a=this.__createElement("radialGradient",{id:io(this.__ids),cx:s+"px",cy:i+"px",r:o+"px",fx:t+"px",fy:e+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(a),new rh(a,this)}__parseFont(){const e=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext]))(?:\s*\/\s*(normal|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext])))?\s*([-,'"\sa-z0-9]+?)\s*$/i.exec(this.font),r={style:e[1]||"normal",size:e[4]||"10px",family:e[6]||"sans-serif",weight:e[3]||"normal",decoration:e[2]||"normal",href:null};return this.__fontUnderline==="underline"&&(r.decoration="underline"),this.__fontHref&&(r.href=this.__fontHref),r}__wrapTextLink(t,e){if(t.href){const r=this.__createElement("a");return r.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.href),r.appendChild(e),r}return e}__applyText(t,e,r,s){const i=this.__parseFont(),o=this.__closestGroupOrSvg(),a=this.__createElement("text",{"font-family":i.family,"font-size":i.size,"font-style":i.style,"font-weight":i.weight,"text-decoration":i.decoration,x:e,y:r,"text-anchor":S2(this.textAlign),"dominant-baseline":E2(this.textBaseline)},!0);a.appendChild(this.__document.createTextNode(t)),this.__currentElement=a,this.__applyStyleToCurrentElement(s),o.appendChild(this.__wrapTextLink(i,a))}fillText(t,e,r){this.__applyText(t,e,r,"fill")}strokeText(t,e,r){this.__applyText(t,e,r,"stroke")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,e,r,s,i,o){if(s===i)return;s=s%(2*Math.PI),i=i%(2*Math.PI),s===i&&(i=(i+2*Math.PI-.001*(o?-1:1))%(2*Math.PI));const a=t+r*Math.cos(i),c=e+r*Math.sin(i),h=t+r*Math.cos(s),u=e+r*Math.sin(s),l=o?0:1;let d=0,f=i-s;f<0&&(f+=2*Math.PI),o?d=f>Math.PI?0:1:d=f>Math.PI?1:0,this.lineTo(h,u),this.__addPathCommand(ce("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:r,ry:r,xAxisRotation:0,largeArcFlag:d,sweepFlag:l,endX:a,endY:c})),this.__currentPosition={x:a,y:c}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),r=io(this.__ids),s=this.__createElement("g");this.__applyCurrentDefaultPath(),t.removeChild(this.__currentElement),e.setAttribute("id",r),e.appendChild(this.__currentElement),this.__SVGdefs.appendChild(e),t.setAttribute("clip-path",ce("url(#{id})",{id:r})),t.appendChild(s),this.__currentElement=s}drawImage(...t){let e=t[0],r,s,i,o,a=0,c=0,h,u,l,d,f,p,m,v;if(t.length===3)r=t[1],s=t[2],h=e.width,u=e.height,i=h,o=u;else if(t.length===5)r=t[1],s=t[2],i=t[3],o=t[4],h=e.width,u=e.height;else if(t.length===9)a=t[1],c=t[2],h=t[3],u=t[4],r=t[5],s=t[6],i=t[7],o=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const g=this.__closestGroupOrSvg();this.__currentElement;const b="translate("+r+", "+s+")";if(e instanceof oo){if(l=e.getSvg().cloneNode(!0),l.childNodes&&l.childNodes.length>1){for(d=l.childNodes[0];d.childNodes.length;)v=d.childNodes[0].getAttribute("id"),this.__ids[v]=v,this.__SVGdefs.appendChild(d.childNodes[0]);if(f=l.childNodes[1],f){const x=f.getAttribute("transform");let w;x?w=x+" "+b:w=b,f.setAttribute("transform",w),g.appendChild(f)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(p=this.__createElement("image"),p.setAttribute("width",i),p.setAttribute("height",o),p.setAttribute("preserveAspectRatio","none"),(a||c||h!==e.width||u!==e.height)&&(m=this.__document.createElement("canvas"),m.width=i,m.height=o,m.getContext("2d")?.drawImage(e,a,c,h,u,0,0,i,o),e=m),p.setAttribute("transform",b),p.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),g.appendChild(p))}createPattern(t,e){const r=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),s=io(this.__ids);let i;return r.setAttribute("id",s),t.nodeName==="CANVAS"||t.nodeName==="IMG"?(i=this.__document.createElementNS("http://www.w3.org/2000/svg","image"),i.setAttribute("width",""+t.width),i.setAttribute("height",""+t.height),i.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.nodeName==="CANVAS"?t.toDataURL():t.getAttribute("src")),r.appendChild(i),this.__SVGdefs.appendChild(r)):t instanceof oo&&(r.setAttribute("width",""+t.width),r.setAttribute("height",""+t.height),r.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(r)),new om(r,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}}class sh{canvas;context;customContext;enablePath2D=!1;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;hasSetCustomStrokeStyle=!1;hasSetCustomFillStyle=!1;constructor(t,e,r,s=!1,i=!1){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),s&&(this.customContext=new oo({canvas:this.canvas,width:e||this.canvas.width,height:r||this.canvas.height})),this.enablePath2D=typeof i=="boolean"?i:!1}set lineWidth(t){this.hasSetCustomStrokeStyle=!0,this.context.lineWidth=t,this.customContext&&(this.customContext.lineWidth=t)}get lineWidth(){return this.context.lineWidth}set lineCap(t){this.hasSetCustomStrokeStyle=!0,this.context.lineCap=t,this.customContext&&(this.customContext.lineCap=t)}get lineCap(){return this.context.lineCap}set lineJoin(t){this.hasSetCustomStrokeStyle=!0,this.context.lineJoin=t,this.customContext&&(this.customContext.lineCap=t)}get lineJoin(){return this.context.lineJoin}set lineDashOffset(t){this.hasSetCustomStrokeStyle=!0,this.context.lineDashOffset=t,this.customContext&&(this.customContext.lineDashOffset=t)}get lineDashOffset(){return this.context.lineDashOffset}set miterLimit(t){this.hasSetCustomStrokeStyle=!0,this.context.miterLimit=t,this.customContext&&(this.customContext.miterLimit=t)}get miterLimit(){return this.context.miterLimit}set globalAlpha(t){this.context.globalAlpha=t,this.customContext&&(this.customContext.globalAlpha=t)}get globalAlpha(){return this.context.globalAlpha}set fillStyle(t){this.hasSetCustomFillStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.fillStyle=t,this.customContext&&(this.customContext.fillStyle=t)):(this.context.fillStyle=t.gradient,this.customContext&&(this.customContext.fillStyle=t.gradientCustom))}get fillStyle(){return this.context.fillStyle}set strokeStyle(t){this.hasSetCustomStrokeStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.strokeStyle=t,this.customContext&&(this.customContext.strokeStyle=t)):(this.context.strokeStyle=t.gradient,this.customContext&&(this.customContext.strokeStyle=t.gradientCustom))}get strokeStyle(){return this.context.strokeStyle}set font(t){this.context.font=t,this.customContext&&(this.customContext.font=t)}get font(){return this.context.font}set textBaseline(t){this.context.textBaseline=t,this.customContext&&(this.customContext.textBaseline=t)}get textBaseline(){return this.context.textBaseline}set textAlign(t){this.context.textAlign=t,this.customContext&&(this.customContext.textAlign=t)}get textAlign(){return this.context.textAlign}fill(t){return t?this.context.fill(t):(this.context.fill(),this.customContext&&this.customContext.fill()),this}fillRect(t,e,r,s){return this.context.fillRect(t,e,r,s),this.customContext&&this.customContext.fillRect(t,e,r,s),this}fillText(t,e,r,s){return this.hasSetCustomFillStyle=!1,this.context.fillText(t,e,r,s),this.customContext&&this.customContext.fillText(t,e,r),this}setLineDash(t){return this.context.setLineDash(t),this.customContext&&this.customContext.setLineDash(t),this}stroke(t){return t?this.context.stroke(t):(this.context.stroke(),this.customContext&&this.customContext.stroke()),this}strokeText(t,e,r,s){return this.context.strokeText(t,e,r,s),this.customContext&&this.customContext.strokeText(t,e,r),this}strokeRect(t,e,r,s){return this.context.strokeRect(t,e,r,s),this.customContext&&this.customContext.strokeRect(t,e,r,s),this}measureText(t){return this.context.measureText(t)}clearRect(t=0,e=0,r=this.canvas.width,s=this.canvas.height){return this.context.clearRect(t,e,r,s),this.customContext&&this.customContext.clearRect(t,e,r,s),this}save(){return this.context.save(),this.customContext&&this.customContext.save(),this.currentMatrix=new DOMMatrix,this.enablePath2D&&(this.path2Ds.push(this.currentPath2D),this.currentPath2D=new Path2D),this}restore(){return this.context.restore(),this.customContext&&this.customContext.restore(),this.hasSetCustomStrokeStyle=!1,this.hasSetCustomFillStyle=!1,this.currentMatrix=new DOMMatrix,this.enablePath2D&&(this.currentPath2D=this.path2Ds.pop()||new Path2D),this}beginPath(){return this.context.beginPath(),this.customContext&&this.customContext.beginPath(),this}closePath(){return this.context.closePath(),this.customContext&&this.customContext.closePath(),this.enablePath2D&&this.currentPath2D.closePath(),this}changePath2D(t=this.currentPath2D,e=this.currentMatrix){if(this.enablePath2D){const r=new Path2D;r.addPath(t,e),this.currentPath2D=r}}isPointInStroke(...t){return t[0]instanceof Path2D?this.context.isPointInStroke(t[0],t[1],t[2]):this.context.isPointInStroke(t[0],t[1])}isPointInPath(...t){return t[0]instanceof Path2D?this.context.isPointInPath(t[0],t[1],t[2]):this.context.isPointInPath(t[0],t[1])}translate(t,e){return this.context.translate(t,e),this.customContext&&this.customContext.translate(t,e),this.currentMatrix=this.currentMatrix.translate(t,e),this.changePath2D(),this}rotate(t,e=0,r=0){return this.translate(e,r),this.context.rotate(t),this.customContext&&this.customContext.rotate(t),this.currentMatrix=this.currentMatrix.rotate(t),this.translate(-e,-r),this.changePath2D(),this}scale(t,e=t,r=0,s=0){return this.translate(r,s),this.context.scale(t,e),this.customContext&&this.customContext.scale(t,e),this.currentMatrix=this.currentMatrix.scale(t,e),this.translate(-r,-s),this.changePath2D(),this}moveTo(t,e){return this.context.moveTo(t,e),this.customContext&&this.customContext.moveTo(t,e),this.enablePath2D&&this.currentPath2D.moveTo(t,e),this}lineTo(t,e){return this.context.lineTo(t,e),this.customContext&&this.customContext.lineTo(t,e),this.enablePath2D&&this.currentPath2D.lineTo(t,e),this}arc(t,e,r,s,i,o){return this.context.arc(t,e,r,s,i,o),this.customContext&&this.customContext.arc(t,e,r,s,i,o?-1:1),this.enablePath2D&&this.currentPath2D.arc(t,e,r,s,i,o),this}arcTo(t,e,r,s,i){return this.context.arcTo(t,e,r,s,i),this.customContext&&this.customContext.arcTo(t,e,r,s,i),this.enablePath2D&&this.currentPath2D.arcTo(t,e,r,s,i),this}ellipse(t,e,r,s,i,o,a,c){return this.context.ellipse(t,e,r,s,i,o,a,c),this.enablePath2D&&this.currentPath2D.ellipse(t,e,r,s,i,o,a,c),this}quadraticCurveTo(t,e,r,s){return this.context.quadraticCurveTo(t,e,r,s),this.customContext&&this.customContext.quadraticCurveTo(t,e,r,s),this.enablePath2D&&this.currentPath2D.quadraticCurveTo(t,e,r,s),this}bezierCurveTo(t,e,r,s,i,o){return this.context.bezierCurveTo(t,e,r,s,i,o),this.customContext&&this.customContext.bezierCurveTo(t,e,r,s,i,o),this.enablePath2D&&this.currentPath2D.bezierCurveTo(t,e,r,s,i,o),this}rect(t,e,r,s){return this.context.rect(t,e,r,s),this.customContext&&this.customContext.rect(t,e,r,s),this.enablePath2D&&this.currentPath2D.rect(t,e,r,s),this}createLinearGradient(t,e,r,s,i){const o=this.context.createLinearGradient(t,e,r,s);return i&&Object.entries(i).forEach(([a,c])=>{o.addColorStop(parseFloat(a),c)}),o}createRadialGradient(t,e,r,s,i,o,a){const c=this.context.createRadialGradient(t,e,r,s,i,o);return a&&Object.entries(a).forEach(([h,u])=>{c.addColorStop(parseFloat(h),u)}),c}drawImage(t,...e){if(e.length===0)this.context.drawImage(t,0,0);else if(e.length===2){const r=e[0],s=e[1];this.context.drawImage(t,r,s)}else if(e.length===4){const r=e[0],s=e[1],i=e[2],o=e[3];this.context.drawImage(t,r,s,i,o)}else if(e.length===8){const r=e[0],s=e[1],i=e[2],o=e[3],a=e[4],c=e[5],h=e[6],u=e[7];this.context.drawImage(t,r,s,i,o,a,c,h,u)}else throw new Error("Invalid number of arguments passed to drawImage: "+e.length);return this.customContext&&this.customContext.drawImage(t,...e),this}getImageData(t=0,e=0,r=this.canvas.width,s=this.canvas.height,i){return this.context.getImageData(t,e,r,s,i)}putImageData(t,e=0,r=0){return this.context.putImageData(t,e,r)}createPattern(t,e){return this.context.createPattern(t,e)}toRawSVG(){if(this.customContext){const t=this.customContext.getSerializedSvg(!0),e=this.customContext.getSvg();return{raw:t,element:e}}else return{raw:"",element:null}}}let Nt=class au{shouldUpdatePathD=!1;shouldUpdateTransformPathD=!1;shouldUpdateSVGElInDraw=!1;shouldUpdateMInDraw=!0;shouldUpdateAttrsInDraw=!0;shouldUpdateStyleInDraw=!0;id;initD;d;parent;attrs={};style={};initCenterX;initCenterY;_x;_y;_degree;_scaleX;_scaleY;vx;vy;ax;ay;mass;interactive;drag;transform$=new Ze;transformSubscription;isMouseIn=!1;isDragging=!1;m;el;constructor(t){this.id=Yu(),this.initD=t?.initD,this.setAttr({stroke:"none",fill:"none"}),t?.attrs&&this.setAttr(t.attrs),t?.style&&this.setStyle(t.style),this.initCenterX=t?.centerX,this.initCenterY=t?.centerY,this._x=t?.x||0,this._y=t?.y||0,this._degree=t?.degree||0,this._scaleX=1,this._scaleY=1,t?.scale!==void 0&&(this._scaleX=t.scale,this._scaleY=t.scale),t?.scaleX!==void 0&&(this._scaleX=t.scaleX),t?.scaleY!==void 0&&(this._scaleY=t.scaleY),this.vx=t?.vx||0,this.vy=t?.vy||0,this.ax=t?.ax||0,this.ay=t?.ay||0,this.mass=t?.mass||1,this.interactive=typeof t?.interactive=="boolean"?t?.interactive:!0,this.drag=t?.drag,this.transformSubscription=this.transform$.subscribe(()=>{this.shouldUpdateTransformPathD=!0,this.shouldUpdateMInDraw=!0})}destroy(){this.transformSubscription.unsubscribe()}moveTo(t,e){const r=this._x,s=this._y;(r!==t||s!==e)&&(this._x=t,this._y=e,this.transform$.next({dX:t-r,dY:e-s}))}move(t,e=0){this.moveTo(this._x+t,this._y+e)}moveXTo(t){this.moveTo(t,this._y)}moveX(t){this.moveTo(this._x+t,this._y)}moveYTo(t){this.moveTo(this._x,t)}moveY(t){this.moveTo(this._x,this._y+t)}get x(){return this._x}set x(t){this._x!==t&&(this.transform$.next({dX:t-this._x}),this._x=t)}get y(){return this._y}set y(t){this._y!==t&&(this.transform$.next({dY:t-this._y}),this._y=t)}rotateTo(t){this._degree!==t&&(this.transform$.next({dDegree:t-this._degree}),this._degree=t)}rotate(t){this.rotateTo(this._degree+t)}get degree(){return this._degree}set degree(t){this._degree!==t&&(this.transform$.next({dDegree:t-this._degree}),this._degree=t)}scaleTo(t,e){const r=this._scaleX,s=this._scaleY;(this._scaleX!==t||this._scaleY!==(e||t))&&(this._scaleX=t,this._scaleY=e||t,this.transform$.next({dScaleX:this._scaleX/r,dScaleY:this._scaleY/s}))}scale(t,e){this.scaleTo(this._scaleX*t,this._scaleY*(e||t))}get scaleX(){return this._scaleX}set scaleX(t){this._scaleX!==t&&(this.transform$.next({dScaleX:t/this._scaleX}),this._scaleX=t)}get scaleY(){return this._scaleY}set scaleY(t){this._scaleY!==t&&(this.transform$.next({dScaleY:t/this._scaleY}),this._scaleY=t)}pathD(t){return t?(this.d=t,this.shouldUpdateTransformPathD=!0,this.shouldUpdateSVGElInDraw=!0):this.initD?this.d||(this.d=this.initD instanceof ae?this.initD:new ae(this.initD)):(!this.d||this.shouldUpdatePathD)&&(this.d=new ae(this.toSVGPathData()),this.shouldUpdatePathD=!1,this.shouldUpdateTransformPathD=!0,this.shouldUpdateSVGElInDraw=!0),this.d}cachedTransformedPathD;transformPathD(){if(!this.m){const{x:t,y:e}=this.transformOrigin();let r=0,s=0;if(this.parent?.dDegree||this.parent?.dScaleX!==1||this.parent?.dScaleY!==1){const o=this.transformOrigin(!0);r=o.x,s=o.y}const i=new qt;i.translate(this.x+(this.parent?.dX||0),this.y+(this.parent?.dY||0)),i.rotate(this.degree,t,e),i.scale(this.scaleX,this.scaleY,t,e),this.parent?.dDegree&&i.rotate(this.parent.dDegree,r,s),(this.parent?.dScaleX!==1||this.parent?.dScaleY!==1)&&i.scale(this.parent?.dScaleX||1,this.parent?.dScaleY||1,r,s),this.m=i}return(this.shouldUpdateTransformPathD||!this.cachedTransformedPathD)&&(this.cachedTransformedPathD=this.pathD().transform({m:this.m}),this.shouldUpdateTransformPathD=!1),this.cachedTransformedPathD}getBaseOptions(){return{initD:this.initD,attrs:{...this.attrs},style:{...this.style},centerX:this.initCenterX,centerY:this.initCenterY,x:this._x,y:this._y,degree:this._degree,scaleX:this._scaleX,scaleY:this._scaleY,vx:this.vx,vy:this.vy,ax:this.ax,ay:this.ay,mass:this.mass,interactive:this.interactive,drag:{...this.drag}}}clone(){return this.cloneShape()}cloneShape(){return new au(this.getBaseOptions())}update(t){this.shouldUpdatePathD=!0}toSVGEl(){return null}toSVGPathData(){return[]}toSVGPathD(){return this.pathD().toSVGPathD()}toCanvasContext(t){this.pathD().toCanvasContext(t)}getBoundingClientRect(t=2){return this.pathD().getBoundingClientRect(t)}getRealBoundingClientRect(t=2){return this.transformPathD().getBoundingClientRect(t)}getBoundingClientRectCenter(t=2){return this.pathD().getBoundingClientRectCenter(t)}getRealBoundingClientRectCenter(t=2){return this.transformPathD().getBoundingClientRectCenter(t)}transformOrigin(t=!1,e=2){let r=0,s=0;if(this.parent&&!t){const i=this.parent.combo.getBoundingClientRectCenter(e);r=i.x-this.parent.dX,s=i.y-this.parent.dY}else if(typeof this.initCenterX>"u"&&typeof this.initCenterY>"u"){const i=this.getBoundingClientRectCenter(e);r=i.x,s=i.y}else r=this.initCenterX||0,s=this.initCenterY||0;return{x:r,y:s}}isPointInPath(t,e,r){if(t instanceof sh)return t.isPointInPath(new Path2D(this.toSVGPathD()),e,r);if(this.el instanceof SVGGeometryElement){const s=this.el.getCTM();if(s){const i=s.inverse();return this.el.isPointInFill({x:i.a*e+i.c*r+i.e,y:i.b*e+i.d*r+i.f})}}return!1}isPointInStroke(t,e,r){if(t instanceof sh)return t.isPointInStroke(new Path2D(this.toSVGPathD()),e,r);if(this.el instanceof SVGGeometryElement){const s=this.el.getCTM();if(s){const i=s.inverse();return this.el.isPointInStroke({x:i.a*e+i.c*r+i.e,y:i.b*e+i.d*r+i.f})}}return!1}setStyle(t){Object.assign(this.style,t),this.shouldUpdateStyleInDraw=!0}setAttr(t,e){if(typeof t!="string")for(const r in t){const s=t[r];s&&s!=this.getAttr(r)&&(this.attrs[jt(r)]=s,this.shouldUpdateAttrsInDraw=!0)}else e&&e!=this.getAttr(t)&&(this.attrs[jt(t)]=e,this.shouldUpdateAttrsInDraw=!0)}getAttr(t,e){return this.attrs[t]||this.attrs[jt(t)]||e}hasAttr(t){return!!this.getAttr(t)}animate(t){this.vx+=this.ax,this.vy+=this.ay;const e=t?.gravity||0;this.vy+=e;const r=t?.friction||1;this.vx*=r,this.vy*=r,this.move(this.vx,this.vy)}animateEaseTo(t,e){const r=e?.easing||.05,s=t.x-this.x,i=t.y-this.y;this.vx=s*r,this.vy=i*r,this.animate(e)}animateSpringTo(t,e){const r=e?.spring||.03;(Array.isArray(t)?t:[t]).forEach(s=>{const i=s.x-this.x,o=s.y-this.y,a=i*r,c=o*r;this.vx+=a,this.vy+=c}),this.animate({friction:.9,...e})}getSpringMassAlphaTo(t,e){const r=e?.springLength||100,s=e?.spring||5e-4,i=t.x-this.x,o=t.y-this.y,a=Math.sqrt(i*i+o*o);if(a<r){const c=i*s,h=o*s;return this.vx+=c/this.mass,this.vy+=h/this.mass,t.vx-=c/t.mass,t.vy-=h/t.mass,1-a/r}return 0}followTo(t,e=3){this.rotateTo(Gt(ge(this.x,this.y,t.x,t.y)));const{dx:r,dy:s}=En(pt(this.degree),e);this.vx=r,this.vy=s,this.animate()}followAccelerationTo(t,e=.05){this.rotateTo(Gt(ge(this.x,this.y,t.x,t.y)));const{dx:r,dy:s}=En(pt(this.degree),e);this.ax=r,this.ay=s,this.animate()}gravitateTo(t){const e=t.x-this.x,r=t.y-this.y,s=e*e+r*r,i=Math.sqrt(s),o=this.mass*t.mass/s,a=o*e/i,c=o*r/i;this.vx+=a/this.mass,this.vy+=c/this.mass,t.vx-=a/t.mass,t.vy-=c/t.mass}checkCollision(t){const e=t.x-this.x,r=t.y-this.y,s=Math.sqrt(e*e+r*r),{x:i,y:o,width:a,height:c}=t.getBoundingClientRect(),{x:h,y:u}=t.getBoundingClientRectCenter(),{x:l,y:d,width:f,height:p}=this.getBoundingClientRect(),{x:m,y:v}=this.getBoundingClientRectCenter();if(s<Math.abs(h-i)+Math.abs(m-l)||s<Math.abs(u-o)+Math.abs(v-d)){const g=Math.atan2(r,e),b={x:0,y:0},x=Ie(-g,e,r),w=Ie(-g,this.vx,this.vy),C=Ie(-g,t.vx,t.vy),E=w.x-C.x;w.x=((this.mass-t.mass)*w.x+2*t.mass*C.x)/(this.mass+t.mass),C.x=E+w.x;const O=Math.abs(w.x)+Math.abs(C.x),U=this.ballRadius+t.ballRadius-Math.abs(b.x-x.x);b.x+=w.x/O*U,x.x+=C.x/O*U;const R=Ie(g,b.x,b.y),j=Ie(g,x.x,x.y);t.moveTo(this.x+j.x,this.y+j.y),this.moveTo(this.x+R.x,this.y+R.y);const H=Ie(g,w.x,w.y),V=Ie(g,C.x,C.y);this.vx=H.x,this.vy=H.y,t.vx=V.x,t.vy=V.y}}checkWall(t){if(!t?.wall)return;const e=typeof t.wall.bounce=="number"?t.wall.bounce:-1,r=t.wall.x,s=t.wall.y,i=t.wall.x+t.wall.width,o=t.wall.y+t.wall.height,{x:a,y:c,width:h,height:u}=this.getBoundingClientRect();t.wall.cycle||!1?(this.x+a>i?this.moveXTo(r-(a+h)):this.x+a+h<r&&this.moveXTo(i-a),this.y+c>o?this.moveYTo(s-(c+u)):this.y+c+u<s&&this.moveYTo(o-c)):(this.x+a+h>i?(this.moveXTo(i-(a+h)),this.vx*=e):this.x+a<r&&(this.moveXTo(r+(a+h)),this.vx*=e),this.y+c+u>o?(this.moveYTo(o-(c+u)),this.vy*=e):this.y+c<s&&(this.moveYTo(s+(c+u)),this.vy*=e))}getTotalLength(){return this.transformPathD().getTotalLength()}getPointAtLength(t){return this.transformPathD().getPointAtLength(t)}interpolate(t){return this.transformPathD().interpolate(t)}trailPath(t=0,e=1){const r=this.getTotalLength(),s=t*r,i=e*r;return{subPathD:this.transformPathD().getSubPathD(s,i),point:this.getPointAtLength(i)}}strokeDashTween(t=1e3,e){const r=this.pathD().getTotalLength();this.setAttr({strokeDasharray:`${r} ${r}`,strokeDashoffset:`${r}`});const s=e?.onUpdate,i=new ts({frameDuration:t});i.addTween({offset:r},{offset:0},Object.assign(e||{},{onUpdate:(o,a)=>{this.setAttr("strokeDashoffset",""+tt(o.offset,2)),s?.(o,a)}})),i.play()}static generateRosetta(t,e,r,s,i){if(i==0)throw new Error("no dividing by zero, please");const o=[],a=360/i;for(let c=0;c<i;c+=1){const h=a*c*Math.PI/180,u=t+2*r*Math.cos(h),l=e+2*r*Math.sin(h);o.push(new Zc({x:t,y:e,rx:r,ry:s,xAxisRotate:a*c,largeArcFlag:1,sweepFlag:1,toX:u,toY:l})),o.push(new Zc({x:u,y:l,rx:r,ry:s,xAxisRotate:a*c,largeArcFlag:1,sweepFlag:1,toX:t,toY:e}))}return new au({initD:ae.fromLines(o)})}};class fe{shapes=[];svg;forceWidth;attrs={};style={};initCenterX;initCenterY;x;y;degree;scaleX;scaleY;interactive;drag;constructor(t){if(this.initCenterX=t?.centerX,this.initCenterY=t?.centerY,this.x=t?.x||0,this.y=t?.y||0,this.degree=t?.degree||0,this.scaleX=1,this.scaleY=1,t?.scale!==void 0&&(this.scaleX=t.scale,this.scaleY=t.scale),t?.scaleX!==void 0&&(this.scaleX=t.scaleX),t?.scaleY!==void 0&&(this.scaleY=t.scaleY),t?.attrs&&this.setAttr(t.attrs),t?.style&&this.setStyle(t.style),this.interactive=typeof t?.interactive=="boolean"?t?.interactive:!0,this.drag=t?.drag,this.svg=t?.svg,this.forceWidth=t?.forceWidth,t?.svg){this.initCenterX=0,this.initCenterY=0;let e=0,r=0,s=0,i=0;const o=new sm(t.svg).parse();for(let a=0,c=o.length;a<c;a++){const h=o[a];if(h.type=="viewbox"&&h.width&&h.height){if(e=parseFloat(h.width),r=parseFloat(h.height),t.forceWidth){const p=e/r;s=t.forceWidth,i=s/p}else s=e,i=r;continue}if(h.type!="path"||!tc(h.path))continue;const u={};for(const p in h)p==="type"||p==="path"||p==="transform"||(u[p]=h[p]);const l=xi(vi(h.path)),d=[];let f=[];for(let p=0,m=l.length;p<m;p++){const v=l[p];f.push(v),v[0].toLowerCase()=="z"&&(d.push(f),f=[])}f.length&&d.push(f),d.forEach(p=>{const m=new Nt({attrs:u,initD:p});if(h.transform){const g=fm(h.transform).split();m.moveTo(g.x,g.y),m.rotateTo(g.degree),m.scaleTo(g.scaleX,g.scaleY)}this.addShape(m)})}s&&e&&i&&r&&this.comboScale(s/e,i/r,!0)}}destroy(){this.shapes.forEach(t=>t.destroy())}getBaseOptions(){return{svg:this.svg,forceWidth:this.forceWidth,attrs:{...this.attrs},style:{...this.style},centerX:this.initCenterX,centerY:this.initCenterY,x:this.x,y:this.y,degree:this.degree,scaleX:this.scaleX,scaleY:this.scaleY,interactive:this.interactive,drag:{...this.drag}}}clone(){const t=this.cloneShapeCombo();return t.shapes=this.shapes.map(e=>{const r=e.clone();return e.parent&&(r.parent={...e.parent,combo:t}),r}),t}cloneShapeCombo(){return new fe(this.getBaseOptions())}update(t){this.shapes.forEach(e=>e.update(t))}addShape(t,e){e?.notCopyFromCombo!==!0&&(t.setAttr(this.attrs),t.setStyle(this.style),t.interactive=t.interactive||this.interactive,t.drag={...this.drag,...t.drag}),t.parent={combo:this,dX:e?.dX||0,dY:e?.dY||0,dDegree:e?.dDegree||0,dScaleX:e?.dScaleX||1,dScaleY:e?.dScaleY||1},this.shapes.push(t)}comboMove(t,e,r=!1){r||(this.x+=t,this.y+=e),this.shapes.forEach(s=>{s.move(t,e)})}comboRotate(t,e=!1){e||(this.degree+=t),this.shapes.forEach(r=>{r.rotate(t)})}comboScale(t,e,r=!1){r||(this.scaleX*=t,this.scaleY*=e||t),this.shapes.forEach(s=>{s.scale(t,e)})}comboTransform(t,e=!1){(typeof t?.x=="number"||typeof t?.y=="number")&&this.comboMove(t?.x||0,t?.y||0,e),typeof t?.degree=="number"&&this.comboRotate(t?.degree||0,e),(typeof t?.scale=="number"||typeof t?.scaleX=="number"||typeof t?.scaleY=="number")&&this.comboScale(t?.scaleX||t?.scale||1,t?.scaleY||t?.scale||1,e)}getBoundingClientRect(t=2){const e=[],r=[];if(this.shapes.forEach(c=>{const h=c.getBoundingClientRect(t);e.push(h.x,h.x+h.width),r.push(h.y,h.y+h.height)}),e.length==0||r.length==0)return{x:0,y:0,width:0,height:0};const s=Math.min(...e),i=Math.min(...r),o=Math.max(...e),a=Math.max(...r);return{x:tt(s,t),y:tt(i,t),width:tt(o-s,t),height:tt(a-i,t)}}getBoundingClientRectCenter(t=2){if(typeof this.initCenterX=="number"&&typeof this.initCenterY=="number")return{x:this.initCenterX,y:this.initCenterY};const e=this.getBoundingClientRect(t);return{x:tt(e.x+e.width*.5,t),y:tt(e.y+e.height*.5,t)}}setStyle(t){Object.assign(this.style,t),this.shapes.forEach(e=>{e.setStyle(t)})}setAttr(t,e){if(typeof t!="string"){for(const r in t){const s=t[r];s&&s!=this.getAttr(r)&&(this.attrs[jt(r)]=s)}this.shapes.forEach(r=>{r.setAttr(t)})}else e&&e!=this.getAttr(t)&&(this.attrs[jt(t)]=e,this.shapes.forEach(r=>{r.setAttr(t,e)}))}getAttr(t,e){return this.attrs[t]||this.attrs[jt(t)]||e}hasAttr(t){return!!this.getAttr(t)}sort(){this.shapes.map(t=>({shape:t,perimeter:t.transformPathD().getPolymorphPointsPerimeter()})).sort((t,e)=>e.perimeter-t.perimeter).map(t=>t.shape)}expendTo(t){const e=t.shapes.length,r=this.shapes.length;if(e<r)return t.expendTo(this);for(let s=r;s<e;s++){const i=t.shapes[s];this.addShape(new Nt({initD:i.pathD().clone()}),{dX:i.x-this.x,dY:i.y-this.y,dDegree:i.degree-this.degree,dScaleX:i.scaleX/this.scaleX,dScaleY:i.scaleY/this.scaleY,notCopyFromCombo:!0})}}strokeDashTween(t,e){switch(e?.type){case"sequence":this.shapes.forEach((o,a)=>{o.strokeDashTween(t,{...e,delay:a,onStart:()=>{a==0&&e?.onGroupStart?.()},onUpdate:()=>{e?.onGroupUpdate?.()},onComplete:()=>{a==this.shapes.length-1&&e?.onGroupComplete?.()}})});break;case"parallel":default:const r=new ts({frameDuration:t}),s={},i={};this.shapes.forEach((o,a)=>{const c=o.pathD().getTotalLength();s[`offset_${a}`]=c,i[`offset_${a}`]=0,o.setAttr({strokeDasharray:`${c} ${c}`,strokeDashoffset:`${c}`})}),r.addTween(s,i,Object.assign(e||{},{onStart:()=>{e?.onGroupStart?.()},onUpdate:(o,a)=>{for(const c in o){const h=Bo(c).number;this.shapes[h].setAttr("strokeDashoffset",""+tt(o[c],2))}e?.onGroupUpdate?.()},onComplete:()=>{e?.onGroupComplete?.()}})),r.play();break}}}function C2(n,t,e=5){const r=Fo(e);(!r(n.x,t.current.x)||!r(n.y,t.current.y))&&n.followTo(t.current)}function T2(n,t,e){n.drag&&n.drag.enable&&!n.isDragging&&n.animateEaseTo(t,e)}function P2(n,t){const e=[],r=n.length;for(let s=0;s<r;s++){const i=n[s];if(t?.springLength){const o=t?.springLength||100;i.isDragging||n.filter(a=>a.id!==i.id).forEach(a=>{const c=ge(i.x,i.y,a.x,a.y);i.animateSpringTo({x:a.x-Math.cos(c)*o,y:a.y-Math.sin(c)*o},t)})}else t?.spring?s>0&&i.animateSpringTo(n[s-1],t):i.animate(t);if(t?.wall&&i.checkWall(t),t?.enableCollision||t?.enableGravityBetweenObjects||t?.enableSpringMassAlpha)for(let o=s+1;o<r;o++)t?.enableCollision&&i.checkCollision(n[o]),t?.enableGravityBetweenObjects&&i.gravitateTo(n[o]),t?.enableSpringMassAlpha&&e.push([i.x,i.y,n[o].x,n[o].y,i.getSpringMassAlphaTo(n[o],t)])}return e}function am(n){if(n.length<2)throw new Error("shapes个数必须大于等于2");const t=n.length-1,e=new Array(t);for(let s=0;s<t;s++){const i=n[s].transformPathD(),o=n[s+1].transformPathD(),a=i.getPolymorphPoints(),c=o.getPolymorphPoints(),h=a.length>=c.length?a:c;e[s]=ae.getInterpolator(i.expendToPolymorphPoints(h),o.expendToPolymorphPoints(h))}const r=new Nt({initD:""});return s=>{const i=tt(t*s,6),o=Math.min(Math.floor(i),t-1),a=tt(i-o,6);return r.pathD(e[o](a)),r.setAttr(n[o+1].attrs),r}}function A2(n){if(n.length<2)throw new Error("shapeCombos个数必须大于等于2");let t;const e=[];n.forEach(o=>{let a;o instanceof fe?(a=o,a.sort()):(a=new fe,a.addShape(o)),e.push(a),(!t||t.shapes.length<a.shapes.length)&&(t=a)});const r=[];e.forEach((o,a)=>{o!==t&&o.expendTo(t),o.shapes.forEach((c,h)=>{r[h]=r[h]||[],r[h][a]=c})});const s=[];r.forEach(o=>{s.push(am(o))});const i=new fe;return s.forEach(o=>{i.addShape(o(0))}),o=>(s.forEach(a=>{a(o)}),i)}function M2(n,t=6e3,e){const r=n.findIndex(a=>a instanceof fe)>=0?A2(n):am(n),s=r(0),i=e?.onUpdate,o=new ts({frameDuration:t});return o.addTween({t:0},{t:1},Object.assign(e||{},{onUpdate:(a,c)=>{i?.(a,c),r(a.t),e?.shapeOrCombo?.(s,a.t)}})),o.play(),s}class D2{PARENT_EL;SVG_EL=null;CANVAS_EL=null;ctx=null;rect={x:0,y:0,width:0,height:0};size$=new ui(null);resizeSubscription;mpg=er();mouseSubscription;shapes=[];shapeTap$=new ui(null);tapSubscription;lastMouseInShapeId="";draggingShapeId="";prevCursor="default";constructor(t=document.documentElement,e="canvas",r=!1){this.PARENT_EL=t,(e=="svg"||e=="canvas")&&vm(this.PARENT_EL),e=="svg"&&(this.SVG_EL=Tn("svg"),Cr(this.PARENT_EL,this.SVG_EL)),e=="canvas"&&(this.CANVAS_EL=Em("canvas"),Cr(this.PARENT_EL,this.CANVAS_EL)),this.resizeSubscription=Nh(this.PARENT_EL).subscribe(s=>{this.rect.x=s.x,this.rect.y=s.y,this.rect.width=s.width,this.rect.height=s.height,this.SVG_EL&&yn(this.SVG_EL,{viewBox:`0 0 ${this.rect.width} ${this.rect.height}`,width:`${this.rect.width}`,height:`${this.rect.height}`}),this.CANVAS_EL&&(yn(this.CANVAS_EL,{width:`${this.rect.width}`,height:`${this.rect.height}`}),this.ctx=new sh(this.CANVAS_EL,this.rect.width,this.rect.height,r)),this.size$.next(s)}),this.mouseSubscription=Hm(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL,{createMousePoint:this.mpg}).subscribe(()=>{}),this.tapSubscription=Lm(this.PARENT_EL).subscribe(s=>{for(const i of this.shapes)if(i.isMouseIn){this.shapeTap$.next(i);break}})}destroy(){this.resizeSubscription.unsubscribe(),this.mouseSubscription.unsubscribe(),this.tapSubscription.unsubscribe()}setCursor(t="default"){t!=this.prevCursor&&(this.PARENT_EL.style.cursor=t,this.prevCursor=t)}draw(...t){if(t.length){const e=[];t.forEach(r=>{r instanceof fe?e.push(...r.shapes):e.push(r)}),this.SVG_EL&&this.shapes.filter(r=>e.findIndex(s=>s.id==r.id)==-1).forEach(r=>{r.el&&(r.el.remove(),delete r.el)}),_g(this.shapes,e)}this.ctx&&this.ctx.clearRect(),this.lastMouseInShapeId="",this.mpg.current.isDown||(this.draggingShapeId="");for(const e of this.shapes){const{x:r,y:s}=e.transformOrigin();let i=0,o=0;if(e.parent?.dDegree||e.parent?.dScaleX!==1||e.parent?.dScaleY!==1){const a=e.transformOrigin(!0);i=a.x,o=a.y}if(e.shouldUpdatePathD&&e.pathD(),this.SVG_EL){if(!e.el||e.shouldUpdateSVGElInDraw){const a=e.toSVGEl();e.el?a&&(e.el.remove(),e.el=a,Cr(this.SVG_EL,e.el),yn(e.el,{id:e.id})):(e.el=a||Qa(),Cr(this.SVG_EL,e.el),yn(e.el,{id:e.id})),Df(e.el)&&yn(e.el,{d:e.toSVGPathD()}),e.shouldUpdateSVGElInDraw=!1,e.shouldUpdateAttrsInDraw=!0,e.shouldUpdateStyleInDraw=!0,e.shouldUpdateMInDraw=!0}if(e.shouldUpdateAttrsInDraw&&(vu(e.attrs)||yn(e.el,e.attrs),e.shouldUpdateAttrsInDraw=!1),e.shouldUpdateStyleInDraw&&(vu(e.style)||lr(e.el,e.style),e.shouldUpdateStyleInDraw=!1),e.shouldUpdateMInDraw||!e.m){const a=new qt;a.translate(e.x+(e.parent?.dX||0),e.y+(e.parent?.dY||0)),a.rotate(e.degree,r,s),a.scale(e.scaleX,e.scaleY,r,s),e.parent?.dDegree&&a.rotate(e.parent.dDegree,i,o),(e.parent?.dScaleX!==1||e.parent?.dScaleY!==1)&&a.scale(e.parent?.dScaleX||1,e.parent?.dScaleY||1,i,o),yn(e.el,{transform:a.toString()}),e.m=a,e.shouldUpdateMInDraw=!1}}if(this.ctx&&(this.ctx.save(),this.ctx.translate(e.x+(e.parent?.dX||0),e.y+(e.parent?.dY||0)),this.ctx.rotate(pt(e.degree),r,s),this.ctx.scale(e.scaleX,e.scaleY,r,s),e.parent?.dDegree&&this.ctx.rotate(pt(e.parent.dDegree),i,o),(e.parent?.dScaleX!==1||e.parent?.dScaleY!==1)&&this.ctx.scale(e.parent?.dScaleX||1,e.parent?.dScaleY||1,i,o),e.m=this.ctx.currentMatrix,Fl(this.ctx,e.attrs),e.toCanvasContext(this.ctx),this.ctx.hasSetCustomStrokeStyle&&this.ctx.stroke(),this.ctx.hasSetCustomFillStyle&&this.ctx.fill()),e.interactive?this.SVG_EL?e.isMouseIn=e.isPointInPath(this.SVG_EL,this.mpg.current.x,this.mpg.current.y)||e.isPointInStroke(this.SVG_EL,this.mpg.current.x,this.mpg.current.y):this.ctx?e.isMouseIn=e.isPointInPath(this.ctx,this.mpg.current.x,this.mpg.current.y)||e.isPointInStroke(this.ctx,this.mpg.current.x,this.mpg.current.y):e.isMouseIn=!1:e.isMouseIn=!1,e.isMouseIn&&(this.setCursor("pointer"),this.lastMouseInShapeId=e.id),e.isDragging=e.id==this.draggingShapeId,this.mpg.current.isDown&&(e.isDragging||!this.draggingShapeId&&e.isMouseIn&&e.drag&&e.drag.enable)){this.setCursor("grabbing"),e.isDragging=!0,this.draggingShapeId=e.id;let a=this.mpg.current.x-this.mpg.start.x,c=this.mpg.current.y-this.mpg.start.y;if(a||c){if(e.drag&&e.drag.enable&&e.drag.alongPath){const h=e.drag.alongPath.transform({m:e.m}).closestPoint(this.mpg.current.x,this.mpg.current.y);a=h.point.x-e.x,c=h.point.y-e.y}(a||c)&&(e.move(a,c),e.parent?.combo.shapes.forEach(h=>{h.drag?.followSibling&&h!==e&&h.move(a,c)}))}this.mpg.setStart(this.mpg.current)}else e.isMouseIn&&e.drag&&e.drag.enable&&this.setCursor("grab");this.ctx&&this.ctx.restore()}!this.lastMouseInShapeId&&!this.draggingShapeId&&this.setCursor("default")}clear(){this.shapes.forEach(t=>{t.el&&(t.el.remove(),delete t.el)}),this.ctx&&this.ctx.clearRect(),this.shapes=[]}drawMouseMoveLine(t){const e=t?.brushSize||4,r=t?.brushColor||"#000000";let s=!1;const i=mo(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL,{start:()=>{s=!1,this.ctx&&(this.ctx.save(),this.ctx.lineWidth=e,this.ctx.strokeStyle=r,this.ctx.beginPath())},end:()=>{this.ctx&&this.ctx.restore()}}).subscribe(o=>{this.ctx&&(s?this.ctx.lineTo(o.current.x,o.current.y):(s=!0,this.ctx.moveTo(o.current.x,o.current.y)),this.ctx.stroke())});return()=>{i.unsubscribe()}}drawMouseMoveBrush(t){const e=t?.brushSize||10,r=t?.brushDensity||50,s=t?.brushColor||"#000000",i=new Pe(s),o=i.r,a=i.g,c=i.b,h=mo(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL).subscribe(u=>{if(this.ctx){const l=this.ctx.getImageData(0,0,this.ctx.canvas.width,this.ctx.canvas.height),d=l.data;for(let f=0;f<r;f++){const p=Math.random()*Math.PI*2,m=Math.random()*e,v=u.current.x+Math.cos(p)*m|0,g=u.current.y+Math.sin(p)*m|0,b=(v+g*l.width)*4;d[b]=o,d[b+1]=a,d[b+2]=c,d[b+3]=255}this.ctx.putImageData(l)}});return()=>{h.unsubscribe()}}downloadSVG=()=>{this.SVG_EL&&Of(this.SVG_EL)}}class tr extends Nt{lineLength;startColor;endColor;constructor(t){super({...t,centerX:0,centerY:0}),this.lineLength=t?.lineLength||0,this.startColor=t?.startColor,this.endColor=t?.endColor,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.startColor||this.getAttr("stroke")||"#000000"})}cloneShape(){return new tr({...super.getBaseOptions(),lineLength:this.lineLength,startColor:this.startColor,endColor:this.endColor})}lineToAbsolutePoint(t){const e=Gt(ge(this.x,this.y,t.x,t.y)),r=Sn(this.x,this.y,t.x,t.y);(e!=this.degree||r!=this.lineLength)&&(e!=this.degree&&this.rotateTo(e),r!=this.lineLength&&(this.lineLength=r),this.shouldUpdatePathD=!0)}enableGradient(t,e){this.startColor=t,this.endColor=e,this.setAttr({stroke:this.startColor})}disableGradient(t){this.startColor=t,this.endColor=void 0,this.setAttr({stroke:this.startColor})}getBoundingClientRect(){return{x:0,y:0,width:this.lineLength,height:parseFloat(this.getAttr("strokeWidth"))}}toSVGPathData(){return[["m",0,0],["l",this.lineLength,0]]}toCanvasContext(t){this.startColor&&this.endColor&&this.setAttr({stroke:t.createLinearGradient(0,0,this.lineLength,0,{0:this.startColor,1:this.endColor})}),t.beginPath(),t.moveTo(0,0),t.lineTo(this.lineLength,0)}intersection(t){const e=this.transformPathD().normalizedLines[0],r=t.transformPathD().normalizedLines[0];return e.intersection(r)}}class ih extends Nt{cx;cy;toX;toY;isLineThrough;constructor(t){super(t),this.cx=t?.cx||0,this.cy=t?.cy||0,this.toX=t?.toX||0,this.toY=t?.toY||0,this.isLineThrough=typeof t?.isLineThrough=="boolean"?t.isLineThrough:!1,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.getAttr("stroke")||"#000000"})}cloneShape(){return new ih({...super.getBaseOptions(),cx:this.cx,cy:this.cy,toX:this.toX,toY:this.toY,isLineThrough:this.isLineThrough})}update(t){typeof t.cx=="number"&&(this.cx=t.cx,this.shouldUpdatePathD=!0),typeof t.cy=="number"&&(this.cy=t.cy,this.shouldUpdatePathD=!0),typeof t.toX=="number"&&(this.toX=t.toX,this.shouldUpdatePathD=!0),typeof t.toY=="number"&&(this.toY=t.toY,this.shouldUpdatePathD=!0),typeof t.isLineThrough=="boolean"&&(this.isLineThrough=t.isLineThrough,this.shouldUpdatePathD=!0)}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(0+this.toX)/2,e=this.cy*2-(0+this.toY)/2;return[["m",0,0],["q",t,e,this.toX,this.toY]]}else return[["m",0,0],["q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(t.beginPath(),t.moveTo(0,0),this.isLineThrough){const e=this.cx*2-(0+this.toX)/2,r=this.cy*2-(0+this.toY)/2;t.quadraticCurveTo(e,r,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}}class ao extends Nt{points;isStraight;constructor(t){super(t),this.points=t?.points||[],this.isStraight=typeof t?.isStraight=="boolean"?t.isStraight:!0,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.getAttr("stroke")||"#000000"})}cloneShape(){return new ao({...super.getBaseOptions(),points:[...this.points],isStraight:this.isStraight})}update(t){"points"in t&&(this.points=[...t.points||this.points],this.shouldUpdatePathD=!0),typeof t.isStraight=="boolean"&&(this.isStraight=t.isStraight,this.shouldUpdatePathD=!0)}toSVGPathData(){const t=[];if(this.points.length<3)return t;const e=this.points.length;if(this.isStraight){t.push(["m",this.points[0].x,this.points[0].y]);for(let r=1;r<=e-1;r++)t.push(["l",this.points[r].x-this.points[r-1].x,this.points[r].y-this.points[r-1].y]);t.push(["z"])}else{const r=(this.points[0].x+this.points[e-1].x)/2,s=(this.points[0].y+this.points[e-1].y)/2;let i=r,o=s;t.push(["m",i,o]);for(let a=0;a<e-1;a++){const c=(this.points[a].x+this.points[a+1].x)/2,h=(this.points[a].y+this.points[a+1].y)/2;t.push(["q",this.points[a].x-i,this.points[a].y-o,c-i,h-o]),i=c,o=h}t.push(["q",this.points[e-1].x-i,this.points[e-1].y-o,r-i,s-o])}return t}toCanvasContext(t){if(this.points.length<3)return;t.beginPath();const e=this.points.length;if(this.isStraight){t.moveTo(this.points[0].x,this.points[0].y);for(let r=1;r<=e-1;r++)t.lineTo(this.points[r].x,this.points[r].y);t.closePath()}else{const r=(this.points[0].x+this.points[e-1].x)/2,s=(this.points[0].y+this.points[e-1].y)/2;t.moveTo(r,s);for(let i=0;i<e-1;i++){const o=(this.points[i].x+this.points[i+1].x)/2,a=(this.points[i].y+this.points[i+1].y)/2;t.quadraticCurveTo(this.points[i].x,this.points[i].y,o,a)}t.quadraticCurveTo(this.points[e-1].x,this.points[e-1].y,r,s)}}isPointInShape(t){const e=this.points.length;let r=!1;const s=2e-10;for(let i=0,o=e-1;i<e;o=i,i++){const a=this.points[i].x,c=this.points[i].y,h=this.points[o].x,u=this.points[o].y;if(a===t.x&&c===t.y||h===t.x&&u===t.y||t.y===c&&t.y===u)return!0;if(t.y>=c&&t.y<u||t.y<c&&t.y>=u){const l=(h-a)/(u-c),d=a+l*(t.y-c);if(d===t.x||Math.abs(d-t.x)<s)return!0;d>t.x&&(r=!r)}}return r}[Symbol.iterator](){let t=-1;return{next:()=>({value:t<=this.points.length-1?this.points[++t]:void 0,done:t>=this.points.length})}}static generate(t,e,r,s){const i=[];for(let o=0;o<s;o++){const a=o/s*2*Math.PI,{dx:c,dy:h}=En(a,r);i.push({x:t+c,y:e+h})}return new ao({points:i})}}class oh extends fe{length=100;constructor(t){super(t);const e=new tr({drag:{followSibling:!0},lineLength:this.length});this.addShape(e);const r=new tr({drag:{followSibling:!0},lineLength:20+Math.random()*20});this.addShape(r,{dX:90-Math.random()*40,dDegree:Math.random()*70});const s=new tr({drag:{followSibling:!0},lineLength:20+Math.random()*20});this.addShape(s,{dX:90-Math.random()*40,dDegree:-Math.random()*70}),this.comboRotate(-90,!0)}cloneShapeCombo(){return new oh(super.getBaseOptions())}}class Sr extends Nt{ballRadius;constructor(t){super(t),this.ballRadius=t?.ballRadius||0}cloneShape(){return new Sr({...super.getBaseOptions(),ballRadius:this.ballRadius})}update(t){typeof t.ballRadius=="number"&&(this.ballRadius=t.ballRadius,this.shouldUpdatePathD=!0)}getBoundingClientRect(){return{x:-this.ballRadius,y:-this.ballRadius,width:this.ballRadius*2,height:this.ballRadius*2}}toSVGEl(){const t=Tn("circle");return this.setAttr({cx:"0",cy:"0",r:String(this.ballRadius)}),t}toSVGPathData(){return this.ballRadius?[["m",0,-this.ballRadius],["a",this.ballRadius,this.ballRadius,0,1,1,0,2*this.ballRadius],["a",this.ballRadius,this.ballRadius,0,1,1,0,-2*this.ballRadius],["z"]]:[["m",0,0]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.ballRadius,0,Math.PI*2,!0),t.closePath()}eq(t){return this.x===t.x&&this.y===t.y&&this.ballRadius===t.ballRadius&&this.mass===t.mass}midPointBtw(t){return{x:this.x+(t.x-this.x)/2,y:this.y+(t.y-this.y)/2}}length(){return gr(this.x,this.y)}scalar(t){return this.moveTo(this.x*t,this.y*t),this}normalize(t=1){const e=this.length();if(e){const r=t/e;this.scalar(r)}return this}clamp(t){const e=this.length();return e&&e>t&&this.scalar(t/e),this}cross(t){const e=this.x,r=this.y;return{x:r*t.x-e*t.y,y:e*t.y-r*t.x}}multiply(t){return{x:this.x*t.x,y:this.y*t.y}}div(t){return{x:this.x/t.x,y:this.y/t.y}}add(t){return{x:this.x+t.x,y:this.y+t.y}}sub(t){return{x:this.x-t.x,y:this.y-t.y}}dot(t){return this.x*t.x+this.y*t.y}reflect(t){const e=this.dot(t);return{x:this.x-2*e*t.x,y:this.y-2*e*t.y}}}class ah extends Nt{constructor(t){super(t)}cloneShape(){return new ah({...super.getBaseOptions()})}toSVGPathData(){return[["m",-50,-25],["l",50,0],["l",0,-25],["l",50,50],["l",-50,50],["l",0,-25],["l",-50,0],["l",0,-50],["z"]]}toCanvasContext(t){t.beginPath(),t.moveTo(-50,-25),t.lineTo(0,-25),t.lineTo(0,-50),t.lineTo(50,0),t.lineTo(0,50),t.lineTo(0,25),t.lineTo(-50,25),t.lineTo(-50,-25),t.closePath()}}class In extends Nt{rectWidth;rectHeight;rectBorderRadius;constructor(t){super(t),this.rectWidth=t.rectWidth||0,this.rectHeight=t.rectHeight||0,this.rectBorderRadius=t.rectBorderRadius||0}cloneShape(){return new In({...super.getBaseOptions(),rectWidth:this.rectWidth,rectHeight:this.rectHeight,rectBorderRadius:this.rectBorderRadius})}update(t){typeof t.rectWidth=="number"&&(this.rectWidth=t.rectWidth,this.shouldUpdatePathD=!0),typeof t.rectHeight=="number"&&(this.rectHeight=t.rectHeight,this.shouldUpdatePathD=!0),typeof t.rectBorderRadius=="number"&&(this.rectBorderRadius=t.rectBorderRadius,this.shouldUpdatePathD=!0)}getBoundingClientRect(){return{x:0,y:0,width:this.rectWidth,height:this.rectHeight}}toSVGEl(){const t=Tn("rect");return this.setAttr({x:"0",y:"0",width:String(this.rectWidth),height:String(this.rectHeight),rx:String(this.rectBorderRadius),ry:String(this.rectBorderRadius)}),t}toSVGPathData(){return this.rectBorderRadius?[["m",this.rectBorderRadius,0],["l",this.rectWidth-this.rectBorderRadius*2,0],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,this.rectBorderRadius,this.rectBorderRadius],["l",0,this.rectHeight-this.rectBorderRadius*2],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,-this.rectBorderRadius,this.rectBorderRadius],["l",this.rectBorderRadius*2-this.rectWidth,0],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,-this.rectBorderRadius,-this.rectBorderRadius],["l",0,this.rectBorderRadius*2-this.rectHeight],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,this.rectBorderRadius,-this.rectBorderRadius],["z"]]:[["m",0,0],["l",this.rectWidth,0],["l",0,this.rectHeight],["l",-this.rectWidth,0],["z"]]}toCanvasContext(t){t.beginPath(),this.rectBorderRadius<=0?t.rect(0,0,this.rectWidth,this.rectHeight):(t.moveTo(0,this.rectBorderRadius),t.lineTo(0,this.rectHeight-this.rectBorderRadius),t.quadraticCurveTo(0,this.rectHeight,this.rectBorderRadius,this.rectHeight),t.lineTo(this.rectWidth-this.rectBorderRadius,this.rectHeight),t.quadraticCurveTo(this.rectWidth,this.rectHeight,this.rectWidth,this.rectHeight-this.rectBorderRadius),t.lineTo(this.rectWidth,this.rectBorderRadius),t.quadraticCurveTo(this.rectWidth,0,this.rectWidth-this.rectBorderRadius,0),t.lineTo(this.rectBorderRadius,0),t.quadraticCurveTo(0,0,0,this.rectBorderRadius)),t.closePath()}static fromCubicBezier(t,e,r,s,i,o,a,c){const u=new Wt({x:t,y:e,c1x:r,c1y:s,c2x:i,c2y:o,toX:a,toY:c}).getBoundingClientRect();return new In({x:u.x,y:u.y,rectWidth:u.width,rectHeight:u.height})}eq(t){return this.x===t.x&&this.y===t.y&&this.rectWidth===t.rectWidth&&this.rectHeight===t.rectHeight&&this.rectBorderRadius===t.rectBorderRadius}intersection(t){return!(this.x+this.rectWidth<t.x||t.x+t.rectWidth<this.x||this.y+this.rectHeight<t.y||t.y+t.rectHeight<this.y)}isPointInShape(t){return t.x>=this.x&&t.x<=this.x+this.rectWidth&&t.y>=this.y&&t.y<=this.y+this.rectHeight}}class ch extends Nt{rx;ry;constructor(t){super(t),this.rx=t?.heartRx||10,this.ry=t?.heartRy||10}cloneShape(){return new ch({...super.getBaseOptions(),heartRx:this.rx,heartRy:this.ry})}toSVGPathData(){return[["m",0,0],["l",this.rx*2.4,-this.ry*3.14],["a",this.rx/2,this.ry/2,0,0,0,-this.rx*2.4,-this.ry*1.5],["a",this.rx/2,this.ry/2,0,0,0,-this.rx*2.4,this.ry*1.5],["l",this.rx*2.4,this.ry*3.14],["z"]]}}class hh extends Nt{rx;ry;constructor(t){super(t),this.rx=t?.heartRx||50,this.ry=t?.heartRy||50}cloneShape(){return new hh({...super.getBaseOptions(),heartRx:this.rx,heartRy:this.ry})}toSVGPathData(){return[["m",0,0+this.ry*.3],["C",0,0,0-this.rx/2,0,0-this.rx/2,0+this.ry*.3],["C",0-this.rx/2,0+(this.ry+this.ry*.3)/2,0,0+(this.ry+this.ry*.3)/1.4,0,0+this.ry],["C",0,0+(this.ry+this.ry*.3)/1.8,0+this.rx/2,0+(this.ry+this.ry*.3)/2,0+this.rx/2,0+this.ry*.3],["C",0+this.rx/2,0,0,0,0,0+this.ry*.3],["z"]]}}class uh extends Nt{r;constructor(t){super(t),this.r=t?.starR||20}cloneShape(){return new uh({...super.getBaseOptions(),starR:this.r})}toSVGPathData(){const t=[["m",0,-this.r]];for(let e=0;e<6;e+=1){const r=288+e*144,s=this.r*Math.cos(pt(r)),i=this.r*Math.sin(pt(r));t.push(["l",s,i])}return t}}class lh extends Nt{constructor(t){super(t)}cloneShape(){return new lh({...super.getBaseOptions()})}toSVGPathData(){return[["m",4,24],["l",4,-8],["l",6,-6],["l",1,-10],["l",-6,-10],["l",-7,10],["l",-4,0],["l",-7,-10],["l",-6,10],["l",1,10],["l",6,6],["l",4,8],["z"]]}toCanvasContext(t){t.beginPath(),t.moveTo(4,24),t.lineTo(8,16),t.lineTo(14,10),t.lineTo(15,0),t.lineTo(9,-10),t.lineTo(2,0),t.lineTo(-2,0),t.lineTo(-9,-10),t.lineTo(-15,0),t.lineTo(-14,10),t.lineTo(-8,16),t.lineTo(-4,24),t.closePath()}}class fh extends Nt{constructor(t){super(t)}cloneShape(){return new fh({...super.getBaseOptions()})}toSVGPathData(){return[["M",0,0],["C",15,0,15,-40,5,-30],["L",0,0],["C",-15,0,-15,-40,-5,-30],["L",0,0],["a",15,15,0,1,1,0,2*15],["a",15,15,0,1,1,0,-2*15]]}}class dh extends Nt{constructor(t){super({...t,initD:"m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z"})}cloneShape(){return new dh({...super.getBaseOptions()})}}class mh extends Nt{rx;ry;constructor(t){super(t),this.rx=t?.rx||0,this.ry=t?.ry||0}cloneShape(){return new mh({...super.getBaseOptions(),rx:this.rx,ry:this.ry})}getBoundingClientRect(){return{x:this.x-this.rx,y:this.y-this.ry,width:this.rx*2,height:this.ry*2}}toSVGEl(){const t=Tn("ellipse");return this.setAttr({cx:"0",cy:"0",rx:String(this.rx),ry:String(this.ry)}),t}toSVGPathData(){return[["m",0,-this.ry],["a",this.rx,this.ry,0,1,1,0,2*this.ry],["a",this.rx,this.ry,0,1,1,0,-2*this.ry],["z"]]}toCanvasContext(t){t.beginPath(),t.ellipse(0,0,this.rx,this.ry,0,0,2*Math.PI,!0),t.closePath()}}class ph extends fe{showFlame;flame;ship;constructor(t){super(t),this.showFlame=typeof t?.showFlame=="boolean"?t?.showFlame:!0,this.flame=new Nt({initD:[["M",-15,0],["L",-2.5,-5],["L",-2.5,5],["Z"]],drag:{followSibling:!0}}),this.showFlame&&this.addShape(this.flame),this.ship=new Nt({initD:[["M",10,0],["L",-10,10],["L",-5,0],["L",-10,-10],["L",10,0],["Z"]],drag:{followSibling:!0}}),this.addShape(this.ship)}cloneShapeCombo(){return new ph({...super.getBaseOptions(),showFlame:this.showFlame})}update(t){typeof t?.showFlame=="boolean"&&(this.shapes=[],this.showFlame=t?.showFlame,this.showFlame&&this.addShape(this.flame),this.addShape(this.ship))}}class gh extends fe{width;height;cornerRadius;constructor(t){super(t),this.width=t.segmentWidth,this.height=t.segmentHeight,this.cornerRadius=typeof t.segmentCornerRadius=="number"?t.segmentCornerRadius:this.height*.5;const e=new In({drag:{followSibling:!0},rectWidth:this.width+this.cornerRadius*2,rectHeight:this.height,rectBorderRadius:this.cornerRadius});this.addShape(e,{dX:0-this.cornerRadius,dY:0-this.height*.5});const r=new Sr({drag:{followSibling:!0},ballRadius:2});this.addShape(r);const s=new Sr({drag:{followSibling:!0},ballRadius:2});this.addShape(s,{dX:0+this.width})}cloneShapeCombo(){return new gh({...super.getBaseOptions(),segmentWidth:this.width,segmentHeight:this.height,segmentCornerRadius:this.cornerRadius})}getBoundingClientRectCenter(){return{x:0,y:0}}getPin(){const t=this.shapes[1];return{x:t.x+Math.cos(pt(t.degree))*this.width,y:t.y+Math.sin(pt(t.degree))*this.width}}}class yh extends fe{options;value$=new Ze;subscription;constructor(t){super(t),this.options=t;const e=t?.sliderMin||0,r=t?.sliderMax||100,s=t?.sliderStep||1,i=vg(e,r,s),o=i(typeof t?.sliderDefaultValue=="number"?Z(t.sliderDefaultValue,e,r):e);this.value$.next(o);const a=o/(r-e),c=t?.sliderWidth||100,h=t?.sliderHeight||4,u=h*.5,l=h*2.5,d=t?.sliderBackgroundColor||"#f5f5f5",f=t?.sliderForegroundColor||"#5a82f0",p=new In({rectWidth:c,rectHeight:h,rectBorderRadius:u,attrs:{fill:d},drag:{enable:!1}});this.addShape(p);const m=new In({rectWidth:c*a,rectHeight:h,rectBorderRadius:u,attrs:{fill:f},drag:{enable:!1}});this.addShape(m);const v=new Sr({x:c*a,y:u,ballRadius:l,attrs:{fill:f},drag:{enable:!0,alongPath:new ae([["m",0,0],["l",c,0]])}});this.addShape(v),this.subscription=v.transform$.subscribe(({dX:g})=>{console.log(g);const b=(v.x-p.x)/c;m.update({rectWidth:c*b}),this.value$.next(i(b*(r-e)+e))})}destroy(){super.destroy(),this.subscription.unsubscribe()}cloneShapeCombo(){return new yh({...super.getBaseOptions(),...this.options})}}class ws extends Nt{half;lineWidth;radius;startDegree;endDegree;percent=0;percentDegree=0;startColor;endColor;constructor(t){super(t),this.half=typeof t?.half=="boolean"?t?.half:!1,this.lineWidth=t.lineWidth;const e=t.width||0,r=t.height||0,s=(t.endDegree-t.startDegree-180)/2;if(t.radius)this.radius=t.radius;else if(this.half){const i=Math.min(e/2,r)-this.lineWidth;this.radius=Math.max(0,i-i*Math.sin(pt(s)))}else this.radius=Math.max(0,Math.min(e/2,r/2)-this.lineWidth);t.x||(this.x=e/2),t.y||(this.half?this.y=r-this.lineWidth-this.radius*Math.sin(pt(s)):this.y=r/2),t.forceCoordinate?(this.startDegree=t.startDegree,this.endDegree=t.endDegree):(this.startDegree=-90+t.startDegree,this.endDegree=-90+t.endDegree),this.startColor=t?.startColor,this.endColor=t?.endColor,this.setAttr({"stroke-linecap":"round","stroke-width":String(this.lineWidth),stroke:this.startColor||"#000000"}),this.setPercent(t.percent||1)}cloneShape(){return new ws({...super.getBaseOptions(),half:this.half,lineWidth:this.lineWidth,radius:this.radius,forceCoordinate:!0,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.startColor,endColor:this.endColor,percent:this.percent})}setPercent(t){this.percent=Math.max(0,t),this.percentDegree=this.startDegree+(this.endDegree-this.startDegree)*t}enableGradient(t,e){this.startColor=t,this.endColor=e,this.setAttr({stroke:this.startColor})}disableGradient(t){this.startColor=t,this.endColor=void 0,this.setAttr({stroke:this.startColor})}toSVGPathData(){const{dx:t,dy:e}=En(pt(this.startDegree),this.radius),{dx:r,dy:s}=En(pt(this.percentDegree),this.radius);return[["m",t,e],["a",this.radius,this.radius,0,Math.abs(this.percentDegree-this.startDegree)>=180?1:0,1,r-t,s-e]]}toCanvasContext(t){if(this.startColor&&this.endColor){let e;if(this.half){const r=this.radius-this.radius*Math.cos(Math.PI*this.percent),s=this.radius*Math.sin(Math.PI*this.percent);e=t.createLinearGradient(-this.radius,0,-this.radius+r,-s,{0:this.startColor,1:this.endColor})}else{const r=this.radius*Math.sin(2*Math.PI*this.percent),s=this.radius*Math.cos(2*Math.PI*this.percent);e=t.createLinearGradient(0,-this.radius,r,-s,{0:this.startColor,1:this.endColor})}this.setAttr({stroke:e})}t.beginPath(),t.arc(0,0,this.radius,pt(this.startDegree),pt(this.percentDegree),!1)}}class bh extends fe{half;lineWidth;width;height;bgColor;startColor;endColor;startDegree;endDegree;percent=0;ringBg;ring;lines=[];indicatorLineCount;constructor(t){if(super(t),this.half=typeof t?.half=="boolean"?t?.half:!1,this.lineWidth=t?.lineWidth||12,this.width=t.width,this.height=t.height,this.bgColor=t?.bgColor,this.startColor=t?.startColor,this.endColor=t?.endColor,this.half?(this.startDegree=t?.startDegree||-90-15,this.endDegree=t?.endDegree||90+15):(this.startDegree=t?.startDegree||0,this.endDegree=t?.endDegree||360),this.percent=t?.percent||0,this.ringBg=new ws({half:this.half,lineWidth:this.lineWidth,width:t.width,height:t.height,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.bgColor,percent:1}),this.addShape(this.ringBg),this.ring=new ws({half:this.half,lineWidth:this.lineWidth,width:t.width,height:t.height,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.startColor,endColor:this.endColor,percent:0}),this.addShape(this.ring),this.indicatorLineCount=22+1,this.half){const i=this.ringBg.radius-20-17;for(let o=0;o<this.indicatorLineCount;o++){const a=new tr({lineLength:17,startColor:this.startColor,endColor:this.endColor,attrs:{"stroke-linecap":"round","stroke-width":String(2),stroke:this.bgColor}});this.lines.push(a);const c=-90+this.startDegree+(this.endDegree-this.startDegree)/(this.indicatorLineCount-1)*o;this.addShape(a,{dX:this.ringBg.x+Math.cos(pt(c))*i,dY:this.ringBg.y+Math.sin(pt(c))*i,dDegree:c})}}this.setPercent(t.percent||0)}cloneShapeCombo(){return new bh({...super.getBaseOptions(),half:this.half,lineWidth:this.lineWidth,width:this.width,height:this.height,bgColor:this.bgColor,startColor:this.startColor,endColor:this.endColor,startDegree:this.startDegree,endDegree:this.endDegree,percent:this.percent})}setPercent(t){if(this.percent=Math.max(0,t),this.ring.setPercent(t),this.half)for(let e=0;e<this.indicatorLineCount;e++)e/(this.indicatorLineCount-1)<=this.percent?this.lines[e].enableGradient(this.startColor,this.endColor):this.lines[e].disableGradient(this.bgColor)}}class Er extends Nt{text;width=0;height=0;constructor(t){super(t),this.text=t.text,this.setAttr({fontSize:"10px",fontFamily:'system-ui, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',emojiFontFamily:'"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", "Twemoji Mozilla", "system emoji", sans-serif',fill:"#666666",stroke:"none","alignment-baseline":"middle",textAnchor:"start",...this.attrs});const e=Bo(this.getAttr("fontSize"),10).number,r=Bo(this.getAttr("fontWeight"),400).number,s=Er.measureText(this.text,e,r);this.width=s.width,this.height=s.height}cloneShape(){return new Er({...super.getBaseOptions(),text:this.text})}toSVGEl(){const t=Tn("text");t.setAttribute("x","0"),t.setAttribute("y","0"),t.style.alignmentBaseline="middle";const e=this.text.split(`
|
|
113
|
-
`);if(e.length<=1)t.innerHTML=this.text;else{const
|
|
114
|
-
`);if(e.length<=1)t.fillText(this.text,0,0);else{const r=t.measureText(this.text),i=(r.actualBoundingBoxAscent+r.actualBoundingBoxDescent)*parseFloat(this.getAttr("line-height","1.2em"));let o=0;e.forEach((a,c)=>{a.trim()&&(o+=c>0?i:0,t.fillText(a.trim(),0,o))})}}static measureText(t,e=12,r=400){const s=document.createElement("span");s.style.visibility="hidden",s.style.margin="0",s.style.padding="0",s.style.inset="0",s.style.whiteSpace="nowrap",s.style.overflow="visible",s.style.fontSize=e+"px",s.style.fontWeight=r.toString(),s.innerText=t,document.body.appendChild(s);const i=s.offsetWidth,o=s.offsetHeight;return document.body.removeChild(s),{width:i,height:o}}static getFixedWidthText(t,e,r=12,s=400,i="..."){let o="";if(!t||e<r)return o;const a=t.split("");let c=i?Er.measureText(i,r,s).width:0;for(let h=0,u=a.length;h<u;h++)if(c+=Er.measureText(a[h],r,s).width,c>e){i&&(o+=i);break}else o+=a[h];return o}}class wh extends fe{options;constructor(t){super(t),this.options=t;const{shapeCreator:e,width:r,height:s,x:i,y:o,particleCount:a,angle:c,spread:h,startVelocity:u,decay:l,gravity:d,drift:f,ticks:p,colors:m,scalar:v,flat:g}=Object.assign({shapeCreator:()=>new In({rectWidth:10,rectHeight:10}),width:100,height:100,x:.5,y:.6,particleCount:100,angle:90,spread:70,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,colors:v0,scalar:1,flat:!1},t||{}),b=(E,O)=>{E.x=r*i,E.y=s*o,E.scaleX=v,E.scaleY=v;const U=m[O%m.length];E.setAttr({fill:U}),E.interactive=!1,E.wobble=Math.random()*10,E.wobbleSpeed=Math.min(.11,Math.random()*.1+.05),E.velocity=u*.5+Math.random()*u,E.angle2D=-x+(.5*w-Math.random()*w),E.tiltAngle=(Math.random()*(.75-.25)+.25)*Math.PI,E.tick=0,E.totalTicks=p,E.decay=l,E.drift=f,E.random=Math.random()+2,E.tiltSin=0,E.tiltCos=0,E.wobbleX=0,E.wobbleY=0,E.gravity=d*3,E.scalar=v,E.flat=g,E.color=new Pe(U)},x=pt(c),w=pt(h);let C=a;for(;C;){const E=e();b(E,C),E.clone=(O=>()=>{const U=e();return b(U,O),U})(C),this.addShape(E),C--}}cloneShapeCombo(){return new wh(this.options)}update(){return this.shapes=this.shapes.filter(t=>{t.x+=Math.cos(t.angle2D)*t.velocity+t.drift,t.y+=Math.sin(t.angle2D)*t.velocity+t.gravity,t.velocity*=t.decay,t.flat?(t.wobble=0,t.wobbleX=t.x+10*t.scalar,t.wobbleY=t.y+10*t.scalar,t.tiltSin=0,t.tiltCos=0,t.random=1):(t.wobble+=t.wobbleSpeed,t.wobbleX=t.x+10*t.scalar*Math.cos(t.wobble),t.wobbleY=t.y+10*t.scalar*Math.sin(t.wobble),t.tiltAngle+=.1,t.tiltSin=Math.sin(t.tiltAngle),t.tiltCos=Math.cos(t.tiltAngle),t.random=Math.random()+2);const e=t.tick++/t.totalTicks,r=t.x+t.random*t.tiltCos,s=t.y+t.random*t.tiltSin,i=t.wobbleX+t.random*t.tiltCos,o=t.wobbleY+t.random*t.tiltSin;return t.setAttr("fill",t.color.setAlpha(1-e).toString()),t.degree=Gt(Math.PI/10*t.wobble),t.scaleX=Math.abs(i-r)*.1,t.scaleY=Math.abs(o-s)*.1,t.tick<t.totalTicks}),this.shapes.length>0}}const O2={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:(n,t)=>{switch(t){case"W":return`${n}周`;default:return`${n}日`}},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:(n,t)=>{const e=n*100+t;return e<600?"凌晨":e<900?"早上":e<1100?"上午":e<1300?"中午":e<1800?"下午":"晚上"}},I2={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:n=>{const t=["th","st","nd","rd"],e=n%100;return`[${n}${t[(e-20)%10]||t[e]||t[0]}]`}},Rn=new zg;let co="zh-cn";vh(I2),vh(O2);function vh(n,t){if(!n)return Rn.get(co);let e;if(typeof n=="string"){const r=n.toLowerCase();if(Rn.get(r))e=r;else if(t)Rn.set(r,t),e=r;else return Rn.get(co)}else{const{name:r}=n;Rn.set(r,n),e=r}return e&&(co=e),Rn.get(e)||Rn.get(co)}class R2 extends Go{id;originD;originMatrix;independentTransformInGroup;forceCXY=!1;cX;cY;x;y;degree;scalarX;scalarY;diffXInGroup;diffYInGroup;diffDegreeInGroup;diffScalarXInGroup;diffScalarYInGroup;vx;vy;ax;ay;mass;attrs;enableDrag;alongPath;isDragging=!1;isMouseIn=!1;targetToAfterDragFree;followMouse;strokeArmyAnts;strokeArmyAntsOffset=0;strokeDashTotalLength=0;isShow=!0;el;pathd;usePathDtoCanvasContext=!1;parent;shapes=[];state;constructor(t){if(super(),this.id=Yu(),t?.d&&(this.originD=t?.d),t?.originMatrix&&(this.originMatrix=t.originMatrix),this.independentTransformInGroup=typeof t?.independentTransformInGroup=="boolean"?t.independentTransformInGroup:!1,this.x=t?.x||0,this.y=t?.y||0,this.cX=0,this.cY=0,typeof t?.centerX=="number"&&typeof t?.centerY=="number"&&this.forceSetCXY(t.centerX-this.x,t.centerY-this.y),this.degree=t?.degree||0,this.scalarX=1,this.scalarY=1,t?.scalar!==void 0&&(this.scalarX=t.scalar,this.scalarY=t.scalar),t?.scalarX!==void 0&&(this.scalarX=t.scalarX),t?.scalarY!==void 0&&(this.scalarY=t.scalarY),this.diffXInGroup=t?.diffXInGroup||0,this.diffYInGroup=t?.diffYInGroup||0,this.diffDegreeInGroup=t?.diffDegreeInGroup||0,this.diffScalarXInGroup=t?.diffScalarXInGroup||1,this.diffScalarYInGroup=t?.diffScalarYInGroup||1,this.vx=t?.vx||0,this.vy=t?.vy||0,this.ax=t?.ax||0,this.ay=t?.ay||0,this.mass=t?.mass||1,this.attrs={stroke:"none",fill:"none"},t?.attrs&&this.setAttr(t?.attrs),this.enableDrag=t?.enableDrag||!1,this.alongPath=t?.alongPath,this.targetToAfterDragFree=t?.targetToAfterDragFree,this.followMouse=t?.followMouse||!1,this.isShow=typeof t?.isShow=="boolean"?t?.isShow:!0,this.strokeArmyAnts=t?.strokeArmyAnts||!1,this.strokeArmyAnts){const e=this.getAttr("stroke-dasharray","4 4");this.setAttr("stroke-dasharray",e),this.strokeDashTotalLength=xu(e).reduce((r,s)=>r+s,0)}this.state=Rc(this)}forceSetCXY(t,e){this.cX=t,this.cY=e,this.forceCXY=!0}shapeInit(){}initPathD(){if(!this.pathd){if(this.pathd=new Xw,this.state.subscribe(()=>{this.pathd?.reset(this.originD||this.toSVGPathData(),this.originMatrix)}),this.pathd&&!this.forceCXY){const t=this.shapes.length==0?this.pathd.getBoundingClientRect():this.getBoundingClientRect();t&&(this.pathd.cX=this.cX=t.x+t.width/2-this.pathd.x,this.pathd.cY=this.cY=t.y+t.height/2-this.pathd.y)}this.shapeInit()}return this.pathd}frameStart(t){}frameUpdate(t,e){this.pathd=this.initPathD(),this.pathd.update(this),this.strokeArmyAnts&&(this.isMouseIn||(this.setAttr("stroke-dashoffset",String(this.strokeArmyAntsOffset++)),this.strokeArmyAntsOffset>this.strokeDashTotalLength&&(this.strokeArmyAntsOffset=0)))}frameEnd(t){}toSVGPathData(){return[]}toSVGPathD(){return this.pathd?.toSVGPathD()||""}toCanvasContext(t){this.usePathDtoCanvasContext=!0,this.pathd?.toCanvasContext(t)}getBoundingClientRect(){return this.pathd?.getBoundingClientRect()||null}get center(){const t=this.getBoundingClientRect(),e={x:this.x,y:this.y};return t&&(e.x=t.x+t.width/2,e.y=t.y+t.height/2),e}trim(){if(this.parent)return;const t=this.getBoundingClientRect();if(!t)return;this.shapes.forEach(r=>{const s=r.originMatrix?r.originMatrix.clone():new qt;s.translate(-t.x+r.x,-t.y+r.y),r.originMatrix=s});const e=this.originMatrix?this.originMatrix.clone():new qt;e.translate(-t.x+this.x,-t.y+this.y),this.originMatrix=e}isPointInPath(t,e,r){if(r instanceof Ka)return r.isPointInPath(new Path2D(this.toSVGPathD()),t,e);let s;try{s=new SVGPoint(t,e)}catch{s=r.createSVGPoint(),s.x=t,s.y=e}if(this.el instanceof SVGGeometryElement)return this.el.isPointInFill(s);{const i=this.getBoundingClientRect();if(i)return t>=i.x&&t<=i.x+i.width&&e>=i.y&&e<=i.y+i.height}return!1}isPointInStroke(t,e,r){if(r instanceof Ka)return r.isPointInStroke(new Path2D(this.toSVGPathD()),t,e);let s;try{s=new SVGPoint(t,e)}catch{s=r.createSVGPoint(),s.x=t,s.y=e}return this.el instanceof SVGGeometryElement?this.el.isPointInStroke(s):!1}clone(){return hg(this).copy(this)}copy(t){return this.id=t.id,this.originD=t.originD,this.originMatrix=t.originMatrix,this.independentTransformInGroup=t.independentTransformInGroup,this.x=t.x,this.y=t.y,this.cX=t.cX,this.cY=t.cY,this.degree=t.degree,this.scalarX=t.scalarX,this.scalarY=t.scalarY,this.diffXInGroup=t.diffXInGroup,this.diffYInGroup=t.diffYInGroup,this.diffDegreeInGroup=t.diffDegreeInGroup,this.diffScalarXInGroup=t.diffScalarXInGroup,this.diffScalarYInGroup=t.diffScalarYInGroup,this.vx=t.vx,this.vy=t.vy,this.ax=t.ax,this.ay=t.ay,this.mass=t.mass,this.attrs={...t.attrs},this.enableDrag=t.enableDrag,this.alongPath=t.alongPath,this.targetToAfterDragFree=t.targetToAfterDragFree,this.followMouse=t.followMouse,this.isShow=t.isShow,this.strokeArmyAnts=t.strokeArmyAnts,this.strokeDashTotalLength=t.strokeDashTotalLength,this}save(){}restore(){}setAttr(t,e){typeof t!="string"?Object.assign(this.attrs,Object.fromEntries(Object.entries(t).map(([r,s])=>[jt(r),s]))):e&&(this.attrs[jt(t)]=e)}getAttr(t,e){return this.attrs[t]||this.attrs[jt(t)]||e}getAttrs(){return this.attrs}hasAttr(t){return!!this.attrs[t]||!!this.attrs[jt(t)]}distance(t){return Sn(this.x,this.y,t.x,t.y)}rotateTo(t){this.degree=Gt(ge(this.x,this.y,t.x,t.y))}followTo(t,e=3){this.rotateTo(t);const{dx:r,dy:s}=En(pt(this.degree),e);this.vx=r,this.vy=s,this.run()}followAccelerationTo(t,e=.05){this.rotateTo(t);const{dx:r,dy:s}=En(pt(this.degree),e);this.ax=r,this.ay=s,this.run()}checkCollision(t){}checkWall(t){}gravitateTo(t){const e=t.x-this.x,r=t.y-this.y,s=e*e+r*r,i=Math.sqrt(s),o=this.mass*t.mass/s,a=o*e/i,c=o*r/i;this.vx+=a/this.mass,this.vy+=c/this.mass,t.vx-=a/t.mass,t.vy-=c/t.mass}run(t){this.vx+=this.ax,this.vy+=this.ay;const e=xe(t?.gravity,0);this.vy+=e;const r=xe(t?.friction,1);this.vx*=r,this.vy*=r,this.x+=this.vx,this.y+=this.vy}runEaseTo(t,e){const r=xe(e?.easing,.05),s=t.x-this.cX-this.x,i=t.y-this.cY-this.y;this.vx=s*r,this.vy=i*r,this.run(e)}runSpringTo(t,e){const r=xe(e?.spring,.03);(Array.isArray(t)?t:[t]).forEach(s=>{const i=s.x-this.cX-this.x,o=s.y-this.cY-this.y,a=i*r,c=o*r;this.vx+=a,this.vy+=c}),this.run({friction:.9,...e})}springMassTo(t,e){const r=xe(e?.springLength,100),s=xe(e?.spring,1e-4),i=t.x-this.x,o=t.y-this.y,a=Math.sqrt(i*i+o*o);if(a<r){const c=i*s,h=o*s;return this.vx+=c/this.mass,this.vy+=h/this.mass,t.vx-=c/t.mass,t.vy-=h/t.mass,1-a/r}return 0}getTotalLength(){return this.initPathD().getTotalLength()}interpolate(t){return this.initPathD().interpolate(t)}getPointAtLength(t){return this.initPathD().getPointAtLength(t)}trailPath(t,e=0){const r=this.getTotalLength();return t.originD=this.initPathD().getSubpath(0,e*r),this.getPointAtLength(e*r)}strokeDashTween(t=1e3,e){const r=this.initPathD(),s=tt(r.getTotalLength(),0);this.setAttr({strokeDasharray:`${s} ${s}`,strokeDashoffset:`${s}`});const i=e?.onUpdate,o=new ts({frameDuration:t});o.addTween({offset:s},{offset:0},Object.assign(e||{},{onUpdate:(a,c)=>{this.setAttr("strokeDashoffset",""+tt(a.offset,2)),i?.(a,c)}})),o.play()}}class k2 extends R2{x;y;z;fl;vpX;vpY;cX;cY;cZ;radius;constructor(t){super(t),this.x=t?.x||0,this.y=t?.y||0,this.z=t?.z||0,this.fl=t?.fl||250,this.vpX=t?.vpX||0,this.vpY=t?.vpY||0,this.cX=t?.cX||0,this.cY=t?.cY||0,this.cZ=t?.cZ||0,this.radius=t?.radius||0}toSVGPathData(){return this.radius?[["M",this.getScreenX(),this.getScreenY()-this.radius],["a",this.radius,this.radius,0,1,1,0,2*this.radius],["a",this.radius,this.radius,0,1,1,0,-2*this.radius],["z"]]:[["M",this.getScreenX(),this.getScreenY()]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.radius,0,Math.PI*2,!0),t.closePath()}setVanishingPoint(t,e){this.vpX=t,this.vpY=e}setCenter(t,e,r){this.cX=t,this.cY=e,this.cZ=r}rotateX(t){({x:this.y,y:this.z}=Ie(pt(t),this.y,this.z))}rotateY(t){({x:this.x,y:this.z}=Ie(pt(t),this.x,this.z))}rotateZ(t){({x:this.x,y:this.y}=Ie(pt(t),this.x,this.y))}getScreenX(){const t=this.fl/(this.fl+this.z+this.cZ);return this.vpX+(this.cX+this.x)*t}getScreenY(){const t=this.fl/(this.fl+this.z+this.cZ);return this.vpY+(this.cY+this.y)*t}eq(t){return this.x===t.x&&this.y===t.y&&this.z===t.z&&this.radius===t.radius&&this.mass===t.mass}length(){return gr(this.x,this.y,this.z)}distance(t){const e=t.x-this.x,r=t.y-this.y,s=t.z-this.z;return Math.sqrt(e*e+r*r+s*s)}scalar(t){return this.x*=t,this.y*=t,this.z*=t,this}normalize(t=1){const e=this.length();if(e){const r=t/e;this.scalar(r)}return this}clamp(t){const e=this.length();return e&&e>t&&this.scalar(t/e),this}cross(t){const e=this.x,r=this.y,s=this.z;return{x:r*t.z-s*t.y,y:s*t.x-e*t.z,z:e*t.y-r*t.x}}multiply(t){return{x:this.x*t.x,y:this.y*t.y,z:this.z*t.z}}div(t){return{x:this.x/t.x,y:this.y/t.y,z:this.z/t.z}}add(t){return{x:this.x+t.x,y:this.y+t.y,z:this.z+t.z}}sub(t){return{x:this.x-t.x,y:this.y-t.y,z:this.z-t.z}}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}reflect(t){const e=this.dot(t);return{x:this.x-2*e*t.x,y:this.y-2*e*t.y,z:this.z-2*e*t.z}}}const ho=k2,vs=2e3,xh=2001,cm=[1,0,0,1],hm=[1,0,0,1,0,0],um=[1,0,0,0,1,0,0,0,1],lm=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];class _h{value;constructor(t=cm){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m21(){return this.value[2]}get m22(){return this.value[3]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m21(t){this.value[2]=t}set m22(t){this.value[3]=t}set(t=1,e=0,r=0,s=1){return this.m11=t,this.m21=e,this.m12=r,this.m22=s,this}identity(){return this.value=Array.from(cm),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m21==0&&this.m22==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m21=t.m21,this.m22=t.m22,this}clone(){return new _h(this.value)}fromArray(t,e=0){for(let r=0;r<4;r++)this.value[r]=t[r+e];return this}toArray(t=[],e=0){return t[e]=this.m11,t[e+1]=this.m12,t[e+2]=this.m21,t[e+3]=this.m22,t}multiplyMatrices(t,e){const r=t.value,s=e.value,i=this.value,o=r[0],a=r[2],c=r[1],h=r[3],u=s[0],l=s[2],d=s[1],f=s[3];return i[0]=o*u+a*d,i[2]=o*l+a*f,i[1]=c*u+h*d,i[3]=c*l+h*f,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m21*=t,this.m22*=t,this}determinant(){return this.m11*this.m22-this.m21*this.m12}}class uo{value;constructor(t=um){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this.value[2]}get m21(){return this.value[3]}get m22(){return this.value[4]}get m23(){return this.value[5]}get m31(){return this.value[6]}get m32(){return this.value[7]}get m33(){return this.value[8]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this.value[2]=t}set m21(t){this.value[3]=t}set m22(t){this.value[4]=t}set m23(t){this.value[5]=t}set m31(t){this.value[6]=t}set m32(t){this.value[7]=t}set m33(t){this.value[8]=t}set(t=1,e=0,r=0,s=0,i=1,o=0,a=0,c=0,h=1){const u=this.value;return u[0]=t,u[1]=s,u[2]=a,u[3]=e,u[4]=i,u[5]=c,u[6]=r,u[7]=o,u[8]=h,this}identity(){return this.value=Array.from(um),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m31==0&&this.m32==0&&this.m33==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m13=t.m13,this.m21=t.m21,this.m22=t.m22,this.m23=t.m23,this.m31=t.m31,this.m32=t.m32,this.m33=t.m33,this}clone(){return new uo(this.value)}fromArray(t,e=0){for(let r=0;r<9;r++)this.value[r]=t[r+e];return this}toArray(t=[],e=0){return t[e]=this.m11,t[e+1]=this.m12,t[e+2]=this.m13,t[e+3]=this.m21,t[e+4]=this.m22,t[e+5]=this.m23,t[e+6]=this.m31,t[e+7]=this.m32,t[e+8]=this.m33,t}extractBasis(t,e,r){return t.setFromMatrix3Column(this,0),e.setFromMatrix3Column(this,1),r.setFromMatrix3Column(this,2),this}setFromMatrix4(t){return this.set(t.m11,t.m21,t.m31,t.m12,t.m22,t.m32,t.m13,t.m23,t.m33),this}multiplyMatrices(t,e){const r=t.value,s=e.value,i=this.value,o=r[0],a=r[3],c=r[6],h=r[1],u=r[4],l=r[7],d=r[2],f=r[5],p=r[8],m=s[0],v=s[3],g=s[6],b=s[1],x=s[4],w=s[7],C=s[2],E=s[5],O=s[8];return i[0]=o*m+a*b+c*C,i[3]=o*v+a*x+c*E,i[6]=o*g+a*w+c*O,i[1]=h*m+u*b+l*C,i[4]=h*v+u*x+l*E,i[7]=h*g+u*w+l*O,i[2]=d*m+f*b+p*C,i[5]=d*v+f*x+p*E,i[8]=d*g+f*w+p*O,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m31*=t,this.m32*=t,this.m33*=t,this}determinant(){const t=this.value,e=t[0],r=t[1],s=t[2],i=t[3],o=t[4],a=t[5],c=t[6],h=t[7],u=t[8];return e*o*u-e*a*h-r*i*u+r*a*c+s*i*h-s*o*c}inverse(){const t=this.value,e=t[0],r=t[1],s=t[2],i=t[3],o=t[4],a=t[5],c=t[6],h=t[7],u=t[8],l=u*o-a*h,d=a*c-u*i,f=h*i-o*c,p=e*l+r*d+s*f;if(p===0)return this.set(0,0,0,0,0,0,0,0,0);const m=1/p;return t[0]=l*m,t[1]=(s*h-u*r)*m,t[2]=(a*r-s*o)*m,t[3]=d*m,t[4]=(u*e-s*c)*m,t[5]=(s*i-a*e)*m,t[6]=f*m,t[7]=(r*c-h*e)*m,t[8]=(o*e-r*i)*m,this}transpose(){let t;const e=this.value;return t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t,this}getNormalMatrix(t){return this.setFromMatrix4(t).inverse().transpose()}transposeIntoArray(t){const e=this.value;return t[0]=e[0],t[1]=e[3],t[2]=e[6],t[3]=e[1],t[4]=e[4],t[5]=e[7],t[6]=e[2],t[7]=e[5],t[8]=e[8],this}setUvTransform(t,e,r,s,i,o,a){const c=Math.cos(i),h=Math.sin(i);return this.set(r*c,r*h,-r*(c*o+h*a)+o+t,-s*h,s*c,-s*(-h*o+c*a)+a+e,0,0,1),this}scale(t,e){return this.premultiply(Eh.makeScale(t,e)),this}rotate(t){return this.premultiply(Eh.makeRotation(-t)),this}translate(t,e){return this.premultiply(Eh.makeTranslation(t,e)),this}makeTranslation(t,e){return typeof t=="number"?this.set(1,0,t,0,1,e,0,0,1):this.set(1,0,t.x,0,1,t.y,0,0,1),this}makeRotation(t){const e=Math.cos(t),r=Math.sin(t);return this.set(e,-r,0,r,e,0,0,0,1),this}makeScale(t,e){return this.set(t,0,0,0,e,0,0,0,1),this}equals(t){for(let e=0;e<9;e++)if(this.value[e]!==t.value[e])return!1;return!0}}class de{value;is3dSpecial=!1;constructor(t=lm){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this.value[2]}get m14(){return this.value[3]}get m21(){return this.value[4]}get m22(){return this.value[5]}get m23(){return this.value[6]}get m24(){return this.value[7]}get m31(){return this.value[8]}get m32(){return this.value[9]}get m33(){return this.value[10]}get m34(){return this.value[11]}get m41(){return this.value[12]}get m42(){return this.value[13]}get m43(){return this.value[14]}get m44(){return this.value[15]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this.value[2]=t}set m14(t){this.value[3]=t}set m21(t){this.value[4]=t}set m22(t){this.value[5]=t}set m23(t){this.value[6]=t}set m24(t){this.value[7]=t}set m31(t){this.value[8]=t}set m32(t){this.value[9]=t}set m33(t){this.value[10]=t}set m34(t){this.value[11]=t}set m41(t){this.value[12]=t}set m42(t){this.value[13]=t}set m43(t){this.value[14]=t}set m44(t){this.value[15]=t}set(t=1,e=0,r=0,s=0,i=0,o=1,a=0,c=0,h=0,u=0,l=1,d=0,f=0,p=0,m=0,v=1){const g=this.value;return g[0]=t,g[4]=e,g[8]=r,g[12]=s,g[1]=i,g[5]=o,g[9]=a,g[13]=c,g[2]=h,g[6]=u,g[10]=l,g[14]=d,g[3]=f,g[7]=p,g[11]=m,g[15]=v,this}is2D(){return!this.is3dSpecial&&this.m31==0&&this.m32==0&&this.m33==1&&this.m34==0&&this.m43==0&&this.m44==1}is3D(){return!this.is2D()}identity(){return this.value=Array.from(lm),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m14==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m24==0&&this.m31==0&&this.m32==0&&this.m33==1&&this.m34==0&&this.m41==0&&this.m42==0&&this.m43==0&&this.m44==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m13=t.m13,this.m14=t.m14,this.m21=t.m21,this.m22=t.m22,this.m23=t.m23,this.m24=t.m24,this.m31=t.m31,this.m32=t.m32,this.m33=t.m33,this.m34=t.m34,this.m41=t.m41,this.m42=t.m42,this.m43=t.m43,this.m44=t.m44,this}clone(){return new de(this.value)}static fromString(t){const e=new de,r=uu("number",t);return r.length===16&&r.forEach((s,i)=>{s.fullMatch&&(e.value[i]=parseFloat(s.fullMatch))}),e}fromArray(t,e=0){for(let r=0;r<16;r++)this.value[r]=t[r+e];return this}toArray(t=[],e=0){const r=this.value;return t[e]=r[0],t[e+1]=r[1],t[e+2]=r[2],t[e+3]=r[3],t[e+4]=r[4],t[e+5]=r[5],t[e+6]=r[6],t[e+7]=r[7],t[e+8]=r[8],t[e+9]=r[9],t[e+10]=r[10],t[e+11]=r[11],t[e+12]=r[12],t[e+13]=r[13],t[e+14]=r[14],t[e+15]=r[15],t}copyPosition(t){const e=this.value,r=t.value;return e[12]=r[12],e[13]=r[13],e[14]=r[14],this}setFromMatrix3(t){const e=t.value;return this.set(e[0],e[3],e[6],0,e[1],e[4],e[7],0,e[2],e[5],e[8],0,0,0,0,1),this}extractBasis(t,e,r){return t.setFromMatrix4Column(this,0),e.setFromMatrix4Column(this,1),r.setFromMatrix4Column(this,2),this}makeBasis(t,e,r){return this.set(t.x,e.x,r.x,0,t.y,e.y,r.y,0,t.z,e.z,r.z,0,0,0,0,1),this}normalize(){return this.multiplyScalar(1/(this.m44||1e-4))}transformPoint(t){const e=t.z||1,r=t.w||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31+r*this.m41,y:t.x*this.m12+t.y*this.m22+e*this.m32+r*this.m42,z:t.x*this.m13+t.y*this.m23+e*this.m33+r*this.m43,w:t.x*this.m14+t.y*this.m24+e*this.m34+r*this.m44}}toMatrix(t){const{scalarX:e,scalarY:r,skewX:s,skewY:i,x:o,y:a}=this.split(),c=[e,i,s,r,o,a];return t?(t.value=c,t):new qt(c)}flatten(){return this.m31=0,this.m32=0,this.m33=1,this.m34=0,this.m14=0,this.m24=0,this.m43=0,this.m44=1,this}toString(t=6){return`matrix3d(${this.value.map(e=>tt(e,t)).join(",")})`}split(){const t=Math.sqrt(this.m11*this.m11+this.m12*this.m12+this.m13*this.m13),e=Math.sqrt(this.m21*this.m21+this.m22*this.m22+this.m23*this.m23),r=Math.sqrt(this.m31*this.m31+this.m32*this.m32+this.m33*this.m33),s=Gt(Z(Math.asin(-this.m13),-1,1));let i=Gt(Math.atan2(this.m23,this.m33));Math.cos(pt(s))===0&&(i=Gt(Math.atan2(-this.m31,this.m22)));let o=Gt(Math.atan2(this.m12,this.m11));return this.m11<0&&this.m22>=0&&(o+=180),{x:this.m41,y:this.m42,z:this.m43,scalarX:t,scalarY:e,scalarZ:r,degreeX:i,degreeY:s,degreeZ:o,skewX:Gt(this.m14),skewY:Gt(this.m24),skewZ:Gt(this.m34),skewW:this.m44,perspective:this.m34?-(1/this.m34):0}}extractRotation(t){const e=this.value,r=t.value,s=1/Sh.setFromMatrix4Column(t,0).length(),i=1/Sh.setFromMatrix4Column(t,1).length(),o=1/Sh.setFromMatrix4Column(t,2).length();return e[0]=r[0]*s,e[1]=r[1]*s,e[2]=r[2]*s,e[3]=0,e[4]=r[4]*i,e[5]=r[5]*i,e[6]=r[6]*i,e[7]=0,e[8]=r[8]*o,e[9]=r[9]*o,e[10]=r[10]*o,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this}lookAt(t,e,r){const s=this.value;return we.subVectors(t,e),we.lengthSq()===0&&(we.z=1),we.normalize(),kn.crossVectors(r,we),kn.lengthSq()===0&&(Math.abs(r.z)===1?we.x+=1e-4:we.z+=1e-4,we.normalize(),kn.crossVectors(r,we)),kn.normalize(),lo.crossVectors(we,kn),s[0]=kn.x,s[4]=lo.x,s[8]=we.x,s[1]=kn.y,s[5]=lo.y,s[9]=we.y,s[2]=kn.z,s[6]=lo.z,s[10]=we.z,this}multiplyMatrices(t,e){const r=t.value,s=e.value,i=this.value,o=r[0],a=r[4],c=r[8],h=r[12],u=r[1],l=r[5],d=r[9],f=r[13],p=r[2],m=r[6],v=r[10],g=r[14],b=r[3],x=r[7],w=r[11],C=r[15],E=s[0],O=s[4],U=s[8],R=s[12],j=s[1],H=s[5],V=s[9],lt=s[13],yt=s[2],mt=s[6],ct=s[10],st=s[14],Ct=s[3],$=s[7],z=s[11],A=s[15];return i[0]=o*E+a*j+c*yt+h*Ct,i[4]=o*O+a*H+c*mt+h*$,i[8]=o*U+a*V+c*ct+h*z,i[12]=o*R+a*lt+c*st+h*A,i[1]=u*E+l*j+d*yt+f*Ct,i[5]=u*O+l*H+d*mt+f*$,i[9]=u*U+l*V+d*ct+f*z,i[13]=u*R+l*lt+d*st+f*A,i[2]=p*E+m*j+v*yt+g*Ct,i[6]=p*O+m*H+v*mt+g*$,i[10]=p*U+m*V+v*ct+g*z,i[14]=p*R+m*lt+v*st+g*A,i[3]=b*E+x*j+w*yt+C*Ct,i[7]=b*O+x*H+w*mt+C*$,i[11]=b*U+x*V+w*ct+C*z,i[15]=b*R+x*lt+w*st+C*A,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m14*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m24*=t,this.m31*=t,this.m32*=t,this.m33*=t,this.m34*=t,this}determinant(){const t=this.value,e=t[0],r=t[4],s=t[8],i=t[12],o=t[1],a=t[5],c=t[9],h=t[13],u=t[2],l=t[6],d=t[10],f=t[14],p=t[3],m=t[7],v=t[11],g=t[15];return p*(+i*c*l-s*h*l-i*a*d+r*h*d+s*a*f-r*c*f)+m*(+e*c*f-e*h*d+i*o*d-s*o*f+s*h*u-i*c*u)+v*(+e*h*l-e*a*f-i*o*l+r*o*f+i*a*u-r*h*u)+g*(-s*a*u-e*c*l+e*a*d+s*o*l-r*o*d+r*c*u)}transpose(){const t=this.value;let e;return e=t[1],t[1]=t[4],t[4]=e,e=t[2],t[2]=t[8],t[8]=e,e=t[6],t[6]=t[9],t[9]=e,e=t[3],t[3]=t[12],t[12]=e,e=t[7],t[7]=t[13],t[13]=e,e=t[11],t[11]=t[14],t[14]=e,this}setPosition(t,e,r){const s=this.value;return t instanceof Be?(s[12]=t.x,s[13]=t.y,s[14]=t.z):typeof t=="number"&&typeof e=="number"&&typeof r=="number"&&(s[12]=t,s[13]=e,s[14]=r),this}inverse(){const t=this.value,e=t[0],r=t[1],s=t[2],i=t[3],o=t[4],a=t[5],c=t[6],h=t[7],u=t[8],l=t[9],d=t[10],f=t[11],p=t[12],m=t[13],v=t[14],g=t[15],b=l*v*h-m*d*h+m*c*f-a*v*f-l*c*g+a*d*g,x=p*d*h-u*v*h-p*c*f+o*v*f+u*c*g-o*d*g,w=u*m*h-p*l*h+p*a*f-o*m*f-u*a*g+o*l*g,C=p*l*c-u*m*c-p*a*d+o*m*d+u*a*v-o*l*v,E=e*b+r*x+s*w+i*C;if(E===0)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);const O=1/E;return t[0]=b*O,t[1]=(m*d*i-l*v*i-m*s*f+r*v*f+l*s*g-r*d*g)*O,t[2]=(a*v*i-m*c*i+m*s*h-r*v*h-a*s*g+r*c*g)*O,t[3]=(l*c*i-a*d*i-l*s*h+r*d*h+a*s*f-r*c*f)*O,t[4]=x*O,t[5]=(u*v*i-p*d*i+p*s*f-e*v*f-u*s*g+e*d*g)*O,t[6]=(p*c*i-o*v*i-p*s*h+e*v*h+o*s*g-e*c*g)*O,t[7]=(o*d*i-u*c*i+u*s*h-e*d*h-o*s*f+e*c*f)*O,t[8]=w*O,t[9]=(p*l*i-u*m*i-p*r*f+e*m*f+u*r*g-e*l*g)*O,t[10]=(o*m*i-p*a*i+p*r*h-e*m*h-o*r*g+e*a*g)*O,t[11]=(u*a*i-o*l*i-u*r*h+e*l*h+o*r*f-e*a*f)*O,t[12]=C*O,t[13]=(u*m*s-p*l*s+p*r*d-e*m*d-u*r*v+e*l*v)*O,t[14]=(p*a*s-o*m*s-p*r*c+e*m*c+o*r*v-e*a*v)*O,t[15]=(o*l*s-u*a*s+u*r*c-e*l*c-o*r*d+e*a*d)*O,this}getMaxScaleOnAxis(){const t=this.value,e=t[0]*t[0]+t[1]*t[1]+t[2]*t[2],r=t[4]*t[4]+t[5]*t[5]+t[6]*t[6],s=t[8]*t[8]+t[9]*t[9]+t[10]*t[10];return Math.sqrt(Math.max(e,r,s))}makeTranslation(t,e,r){return t instanceof Be?this.set(1,0,0,t.x,0,1,0,t.y,0,0,1,t.z,0,0,0,1):this.set(1,0,0,t,0,1,0,e,0,0,1,r,0,0,0,1),this}makeRotationX(t){const e=Math.cos(t),r=Math.sin(t);return this.set(1,0,0,0,0,e,-r,0,0,r,e,0,0,0,0,1),this}makeRotationY(t){const e=Math.cos(t),r=Math.sin(t);return this.set(e,0,r,0,0,1,0,0,-r,0,e,0,0,0,0,1),this}makeRotationZ(t){const e=Math.cos(t),r=Math.sin(t);return this.set(e,-r,0,0,r,e,0,0,0,0,1,0,0,0,0,1),this}makeRotationAxis(t,e){const r=Math.cos(e),s=Math.sin(e),i=1-r,o=t.x,a=t.y,c=t.z,h=i*o,u=i*a;return this.set(h*o+r,h*a-s*c,h*c+s*a,0,h*a+s*c,u*a+r,u*c-s*o,0,h*c-s*a,u*c+s*o,i*c*c+r,0,0,0,0,1),this}makeScale(t,e,r){return this.set(t,0,0,0,0,e,0,0,0,0,r,0,0,0,0,1),this}makeShear(t,e,r,s,i,o){return this.set(1,r,i,0,t,1,o,0,e,s,1,0,0,0,0,1),this}makePerspective(t,e,r,s,i,o,a=vs){const c=this.value,h=2*i/(e-t),u=2*i/(r-s),l=(e+t)/(e-t),d=(r+s)/(r-s);let f,p;if(a===vs)f=-(o+i)/(o-i),p=-2*o*i/(o-i);else if(a===xh)f=-o/(o-i),p=-o*i/(o-i);else throw new Error("Matrix4.makePerspective(): Invalid coordinate system: "+a);return c[0]=h,c[4]=0,c[8]=l,c[12]=0,c[1]=0,c[5]=u,c[9]=d,c[13]=0,c[2]=0,c[6]=0,c[10]=f,c[14]=p,c[3]=0,c[7]=0,c[11]=-1,c[15]=0,this}makeOrthographic(t,e,r,s,i,o,a=vs){const c=this.value,h=1/(e-t),u=1/(r-s),l=1/(o-i),d=(e+t)*h,f=(r+s)*u;let p,m;if(a===vs)p=(o+i)*l,m=-2*l;else if(a===xh)p=i*l,m=-1*l;else throw new Error("Matrix4.makeOrthographic(): Invalid coordinate system: "+a);return c[0]=2*h,c[4]=0,c[8]=0,c[12]=-d,c[1]=0,c[5]=2*u,c[9]=0,c[13]=-f,c[2]=0,c[6]=0,c[10]=m,c[14]=-p,c[3]=0,c[7]=0,c[11]=0,c[15]=1,this}equals(t){for(let e=0;e<16;e++)if(this.value[e]!==t.value[e])return!1;return!0}translate(t=0,e=0,r=0){return this.multiply(new de([1,0,0,0,0,1,0,0,0,0,1,0,t,e,r,1]))}scale(t=1,e=1,r=1){return this.multiply(new de([t,0,0,0,0,e,0,0,0,0,r,0,0,0,0,1]))}scaleVector3(t){const e=this.value,r=t.x,s=t.y,i=t.z;return e[0]*=r,e[4]*=s,e[8]*=i,e[1]*=r,e[5]*=s,e[9]*=i,e[2]*=r,e[6]*=s,e[10]*=i,e[3]*=r,e[7]*=s,e[11]*=i,this}rotateX(t){const e=pt(t),r=Math.cos(e),s=Math.sin(e);return this.multiply(new de([1,0,0,0,0,r,s,0,0,-s,r,0,0,0,0,1]))}rotateY(t){const e=pt(t),r=Math.cos(e),s=Math.sin(e);return this.multiply(new de([r,0,-s,0,0,1,0,0,s,0,r,0,0,0,0,1]))}rotateZ(t){this.is3dSpecial=!0;const e=pt(t),r=Math.cos(e),s=Math.sin(e);return this.multiply(new de([r,s,0,0,-s,r,0,0,0,0,1,0,0,0,0,1]))}skew(t=0,e=0,r=0){return this.multiply(new de([1,0,0,pt(t),0,1,0,pt(e),0,0,1,pt(r),0,0,0,1]))}perspective(t){return this.multiply(new de([1,0,0,0,0,1,0,0,0,0,1,t?-(1/t):0,0,0,0,1]))}unproject(t){let e=t.x*this.m11+t.y*this.m21+this.m41,r=t.x*this.m12+t.y*this.m22+this.m42,s=t.x*this.m13+t.y*this.m23+this.m43,i=t.x*this.m14+t.y*this.m24+this.m44,o=e+this.m31,a=r+this.m32,c=s+this.m33,h=i+this.m34;i==0&&(i=1e-4),e/=i,r/=i,s/=i,h==0&&(h=1e-4),o/=h,a/=h,c/=h;const u=c-s;if(u==0)return{x:e,y:r,z:s,mass:i};const l=-s/u;return e+=l*(o-e),r+=l*(a-r),{x:e,y:r,z:s,mass:i}}project(t){const e=t.z;let r=t.x*this.m11+t.y*this.m21+e*this.m31+this.m41,s=t.x*this.m12+t.y*this.m22+e*this.m32+this.m42,i=t.x*this.m14+t.y*this.m24+e*this.m34+this.m44;return i==0&&(i=1e-4),r/=i,s/=i,i<0&&(r-=this.m41,s-=this.m42,r*=1/i,s*=1/i,r+=this.m41,s+=this.m42),{x:r,y:s,z:e,mass:i}}bounds(t,e,r,s){const i=new ho({x:t,y:e}),o=new ho({x:t+r,y:e}),a=new ho({x:t+r,y:e+s}),c=new ho({x:t,y:e+s});({x:i.x,y:i.y,z:i.z,mass:i.mass}=this.project(i)),{x:o.x,y:o.y,z:o.z,mass:o.mass}=this.project(o),{x:a.x,y:a.y,z:a.z,mass:a.mass}=this.project(a),{x:c.x,y:c.y,z:c.z,mass:c.mass}=this.project(c);const h=Math.min(i.x,o.x,a.x,c.x),u=Math.min(i.y,o.y,a.y,c.y),l=Math.max(i.x,o.x,a.x,c.x)-h,d=Math.max(i.y,o.y,a.y,c.y)-u;return{x:h,y:u,width:l,height:d}}}class qt{value;_m13=0;_m23=0;_m33=1;matrix4;constructor(t=hm){this.value=Array.from(t),this.matrix4=this.toMatrix4()}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this._m13}get m21(){return this.value[2]}get m22(){return this.value[3]}get m23(){return this._m23}get m31(){return this.value[4]}get m32(){return this.value[5]}get m33(){return this._m33}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this._m13=t}set m21(t){this.value[2]=t}set m22(t){this.value[3]=t}set m23(t){this._m23=t}set m31(t){this.value[4]=t}set m32(t){this.value[5]=t}set m33(t){this._m33=t}static fromString(t){const e=new qt,r=uu("number",t);return r.length===6&&r.forEach((s,i)=>{s.fullMatch&&(e.value[i]=parseFloat(s.fullMatch))}),e}toMatrix4(t=this.matrix4){const e=[this.m11,this.m12,0,this.m13,this.m21,this.m22,0,this.m23,0,0,1,0,this.m31,this.m32,0,this.m33];return t?(t.value=e,t):new de(e)}identity(){return this.value=Array.from(hm),this.m13=0,this.m23=0,this.m33=1,this.matrix4=this.toMatrix4(),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m31==0&&this.m32==0&&this.m33==1}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m31*=t,this.m32*=t,this.m33*=t,this}normalize(){const t=this.m33||1e-4;return this.multiplyScalar(1/t)}transformPoint(t){const e=t.z||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31,y:t.x*this.m12+t.y*this.m22+e*this.m32,z:t.x*this.m13+t.y*this.m23+e*this.m33}}clone(){return new qt(this.value)}multiply(t){const e=this.clone(),r=t instanceof qt?t:new qt(t);return this.m11=r.m11*e.m11+r.m12*e.m21+r.m13*e.m31,this.m12=r.m11*e.m12+r.m12*e.m22+r.m13*e.m32,this.m13=r.m11*e.m13+r.m12*e.m23+r.m13*e.m33,this.m21=r.m21*e.m11+r.m22*e.m21+r.m23*e.m31,this.m22=r.m21*e.m12+r.m22*e.m22+r.m23*e.m32,this.m23=r.m21*e.m13+r.m22*e.m23+r.m23*e.m33,this.m31=r.m31*e.m11+r.m32*e.m21+r.m33*e.m31,this.m32=r.m31*e.m12+r.m32*e.m22+r.m33*e.m32,this.m33=r.m31*e.m13+r.m32*e.m23+r.m33*e.m33,this}append(t){return this.multiply(t)}prepend(t){return t.multiply(this),this}inverse(){const t=this.m11,e=this.m12,r=this.m13,s=this.m21,i=this.m22,o=this.m23,a=this.m31,c=this.m32,h=this.m33,u=h*i-o*c,l=-h*s+o*a,d=c*s-i*a;let f=t*u+e*l+r*d;return f?(f=1/f,this.m11=u*f,this.m12=(-h*e+r*c)*f,this.m13=(o*e-r*i)*f,this.m21=l*f,this.m22=(h*t-r*a)*f,this.m23=(-o*t+r*s)*f,this.m31=d*f,this.m32=(-c*t+e*a)*f,this.m33=(i*t-e*s)*f,this):null}adjugate(){const t=new qt;return t.m11=this.m22*this.m33-this.m32*this.m23,t.m12=this.m32*this.m13-this.m12*this.m33,t.m13=this.m12*this.m23-this.m22*this.m13,t.m21=this.m31*this.m23-this.m21*this.m33,t.m22=this.m11*this.m33-this.m31*this.m13,t.m23=this.m21*this.m13-this.m11*this.m23,t.m31=this.m21*this.m32-this.m31*this.m22,t.m32=this.m31*this.m12-this.m11*this.m32,t.m33=this.m11*this.m22-this.m21*this.m12,t}split(){let t=Gt(Math.atan2(this.m12,this.m11));return this.m11<0&&this.m22>=0&&(t+=180),{x:this.m31,y:this.m32,degree:t,scaleX:Math.sqrt(this.m11*this.m11+this.m12*this.m12),scaleY:Math.sqrt(this.m21*this.m21+this.m22*this.m22),skewX:Gt(Math.atan2(-this.m21,this.m22)),skewY:Gt(Math.atan2(this.m12,this.m11))}}getGroupCoords(t){const e=this.value[0],r=this.value[1],s=this.value[2],i=this.value[3],o=this.value[4],a=this.value[5],c=t.value[0],h=t.value[1],u=t.value[2],l=t.value[3],d=t.value[4],f=t.value[5],p=c*l,m=h*u,v=(u*r-e*l)/(m-p),g=(c*r-e*h)/(p-m),b=(u*i-s*l)/(m-p),x=(c*i-s*h)/(p-m),w=(u*(a-f)+l*(d-o))/(m-p),C=(c*(a-f)+h*(d-o))/(p-m),E=[v,g,b,x,w,C];return new qt(E)}toString(t=6){return this.matrix4.is2D()?`matrix(${this.value.map(e=>tt(e,t)).join(",")})`:this.matrix4.toString()}translate(t,e){return this.multiply([1,0,0,1,t,e]),this.toMatrix4(),this}translateTo(t,e){return this.translate(t-this.m31,e-this.m32)}translateX(t){return this.translate(t,0)}translateXTo(t){return this.translateTo(t,this.m32)}translateY(t){return this.translate(0,t)}translateYTo(t){return this.translateTo(this.m31,t)}translateZ(t){return this.matrix4.translate(0,0,t),this.matrix4.toMatrix(this),this}translateZTo(t){return this.translateZ(t-this.matrix4.m43),this}translate3d(t,e,r){return this.matrix4.translate(t,e,r),this.matrix4.toMatrix(this),this}translate3dTo(t,e,r){return this.translate3d(t-this.matrix4.m41,e-this.matrix4.m42,r-this.matrix4.m43),this}rotate(t,e=0,r=0){const s=pt(t),i=Math.cos(s),o=Math.sin(s);return this.translate(e,r),this.multiply([i,o,-o,i,0,0]),this.translate(-e,-r),this.toMatrix4(),this}rotateTo(t,e=0,r=0){const{degree:s}=this.split();return this.rotate(t-s,e,r),this}rotateX(t){return this.matrix4.rotateX(t),this.matrix4.toMatrix(this),this}rotateXTo(t){const{degreeX:e}=this.matrix4.split();return this.rotateX(t-e),this}rotateY(t){return this.matrix4.rotateY(t),this.matrix4.toMatrix(this),this}rotateYTo(t){const{degreeY:e}=this.matrix4.split();return this.rotateY(t-e),this}rotateZ(t){return this.matrix4.rotateZ(t),this.matrix4.toMatrix(this),this}rotateZTo(t){const{degreeZ:e}=this.matrix4.split();return this.rotateZ(t-e),this}rotate3d(t,e,r){return this.matrix4.rotateX(t).rotateY(e).rotateZ(r),this.matrix4.toMatrix(this),this}rotate3dTo(t,e,r){const{degreeX:s,degreeY:i,degreeZ:o}=this.matrix4.split();return this.rotate3d(t-s,e-i,r-o),this}scale(t,e=t,r=0,s=0){return this.translate(r,s),this.multiply([t,0,0,e,0,0]),this.translate(-r,-s),this.toMatrix4(),this}scaleTo(t,e=t,r=0,s=0){return this.scale(t/this.m11,e/this.m22,r,s)}scaleX(t){return this.scale(t,1)}scaleXTo(t){return this.scale(t/this.m11,1)}scaleY(t){return this.scale(1,t)}scaleYTo(t){return this.scale(1,t/this.m22)}scaleZ(t){return this.matrix4.scale(1,1,t),this.matrix4.toMatrix(this),this}scaleZTo(t){const{scalarZ:e}=this.matrix4.split();return this.scaleZ(t/e),this}scale3d(t,e=t,r=t){return this.matrix4.scale(t,e,r),this.matrix4.toMatrix(this),this}scale3dTo(t,e=t,r=t){const{scalarX:s,scalarY:i,scalarZ:o}=this.matrix4.split();return this.scale3d(t/s,e/i,r/o),this}skew(t,e=t){return this.multiply([Math.cos(pt(e)),Math.sin(pt(e)),-Math.sin(pt(t)),Math.cos(pt(t)),0,0]),this.toMatrix4(),this}skewTo(t,e=t){const{skewX:r,skewY:s}=this.split();return this.skew(t-r,e-s)}skewX(t){const{skewY:e}=this.split();return this.skew(t,e)}skewXTo(t){const{skewY:e}=this.split();return this.skewTo(t,e)}skewY(t){const{skewX:e}=this.split();return this.skew(e,t)}skewYTo(t){const{skewX:e}=this.split();return this.skewTo(e,t)}skewZ(t){return this}skewZTo(t){return this}skew3d(t,e,r){return this}skew3dTo(t,e,r){return this}perspective(t){return this.matrix4.perspective(t),this.matrix4.toMatrix(this),this}}const kn=new Be,lo=new Be,we=new Be,Sh=new Be,Eh=new uo;new de;function fm(n){const t=new qt;return n.replace(/([a-z0-9]+)\s*\(?\s*((-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)*[a-z%]*\s*,?\s*)+)\)?/gi,function(e,r,s){s.indexOf(",")>=0?s=s.split(/\s*,\s*/):s=s.split(/\s+/);const i=[];for(let o=0,a=s.length;o<a;o++)s[o].trim()&&i.push(parseFloat(""+s[o]));switch(r.toLowerCase()){case"t":case"translate":t.translate(i[0],i[1]);break;case"translatex":t.translateX(i[0]);break;case"translatey":t.translateY(i[0]);break;case"translatez":t.translateZ(i[0]);break;case"translate3d":t.translate3d(i[0],i[1],i[2]);break;case"r":case"rotate":t.rotate(i[0],i[1]??0,i[2]??0);break;case"rotatex":t.rotateX(i[0]);break;case"rotatey":t.rotateY(i[0]);break;case"rotatez":t.rotateZ(i[0]);break;case"rotate3d":t.rotate3d(i[0],i[1],i[2]);break;case"s":case"scale":t.scale(i[0],i[1]??i[0]);break;case"scalex":t.scaleX(i[0]);break;case"scaley":t.scaleY(i[0]);break;case"scalez":t.scaleZ(i[0]);break;case"scale3d":t.scale3d(i[0],i[1],i[2]);break;case"skew":t.skew(i[0],i[1]??0);break;case"skewx":t.skewX(i[0]);break;case"skewy":t.skewY(i[0]);break;case"skewz":t.skewZ(i[0]);break;case"skew3d":t.skew3d(i[0],i[1],i[2]);break;case"m":case"matrix":t.multiply([i[0],i[1],i[2],i[3],i[4],i[5]]),t.toMatrix4();break;case"matrix3d":t.matrix4.multiply(new de(i)),t.matrix4.toMatrix(t);break}return""}),t}function Ie(n,t,e){const r=new qt;return r.rotate(Gt(n)),r.transformPoint({x:t,y:e})}function Ch(n){const t=typeof n?.x=="number"?n?.x:0,e=typeof n?.y=="number"?n?.y:0,r=typeof n?.degree=="number"?n?.degree:0,s=typeof n?.scalarX=="number"?n?.scalarX:1,i=typeof n?.scalarY=="number"?n?.scalarY:1,o=pt(r),a=Math.cos(o),c=Math.sin(o),h=new DOMMatrix([a*s,c*s,-c*i,a*i,t,e]);return h.multiplySelf(new DOMMatrix(n?.originMatrix||"")),h}function L2(n,t){const e=new Path2D(n),r=new Path2D;return r.addPath(e,Ch(t)),r}const dm={map:new Map,transform:function(n){if(l0)return n;if(this.map.has(n))return this.map.get(n);const t=new OffscreenCanvas(n.width,n.height);return t.getContext("2d")?.drawImage(n,0,0),this.map.set(n,t),t},clear:function(){this.map.clear()}};function N2(n,t,e){const r=new OffscreenCanvas(n,t),s=r.getContext("2d");if(s)return e(s),r.transferToImageBitmap()}function z2(n,t,e){const r=n.createPattern(dm.transform(t),"no-repeat");if(r){const s=Ch(e);r.setTransform(s),n.fillStyle=r}}const Th=["","-webkit-","-moz-","-o-","-ms-"];function Ph(n,t){const e=t.x||0,r=t.y||0,s=t.z||0;Ur(n,"transform",`translate(${e}px, ${r}px) translateZ(${s}px)`)}function F2(n,t){const e=t?.easingFn||G.Linear.None,r=t?.duration||0,s=t?.delay||0,i=ar(),o=i+r;let a=0,c=0;const h=t.deltaX,u=t.deltaY;function l(){const d=ar();if(d>=o){Ph(n,{x:h-a,y:u-c});return}const f=(d-i)/r,p=e(f),m=h*p,v=u*p;Ph(n,{x:m-a,y:v-c}),a=m,c=v,Vs(l)}setTimeout(()=>{l()},s)}const B2=typeof HTMLElement=="object"?function(t){return t instanceof HTMLElement}:function(t){return t&&typeof t=="object"&&t.nodeType===1&&typeof t.nodeName=="string"};function mm(n){return window.URL.createObjectURL(n)}function $2(n){return window.URL.revokeObjectURL(n)}function Ah(n){let t=!1;function e(){/loaded|complete/.test(document.readyState)&&!t&&(o(),n(),t=!0)}const r=_t(document,"DOMContentLoaded",e),s=_t(window,"load",e),i=setInterval(e,100),o=()=>{clearInterval(i),r?.(),s?.()};return o}function pm(n){return _t(window,"beforeunload",t=>{n(t)})}async function U2(n,t=6e4){return new Promise((e,r)=>{const s=document.createElement("script");s.type="text/javascript",s.async=!1,s.onload=o=>{clearTimeout(i),e(o),s.onerror=s.onload=null},s.onerror=o=>{clearTimeout(i),r(o)},s.src=n;const i=setTimeout(()=>{r("Timeout!")},t);document.body.appendChild(s)})}function Mh(n,t){const e=document.createElement("a");e.style.visibility="hidden",e.download=t,typeof n=="string"?e.href=n:e.href=window.URL.createObjectURL(n),e.click()}async function Y2(n,t=document.getElementsByTagName("head")[0],e=6e4){return new Promise((r,s)=>{const i=document.createElement("link");i.setAttribute("type","text/css"),i.setAttribute("rel","stylesheet"),i.onload=a=>{clearTimeout(o),r(a),i.onerror=i.onload=null},i.onerror=a=>{clearTimeout(o),s(a)},i.setAttribute("href",n);const o=setTimeout(()=>{s("Timeout!")},e);t.appendChild(i)})}function j2(){return new Promise(n=>{const t=Array.from(document.querySelectorAll("link[rel=stylesheet]"));let e=document.styleSheets.length||0;const r=()=>e>=t.length?(n(),!0):!1;r()||t.forEach(s=>{s.onload=()=>{e+=1,r()}})})}const gm=new Uo({max:1e3});async function ym(n,t=6e4){return new Promise((e,r)=>{const s=typeof n=="string"?n:mm(n),i=gm.get(s);if(i)return e(i);const o=setTimeout(()=>{r("Timeout!")},t),a=document.createElement("img");a.onload=()=>{clearTimeout(o),a.onerror=a.onload=null;const c=a.naturalWidth||a.width,h=a.naturalHeight||a.height,u={width:c,height:h,aspectRatio:c/h,element:a,imageData:gf(a)};gm.set(s,u),e(u)},a.onerror=c=>{clearTimeout(o),r(c)},a.src=s})}async function bm(n=ve.text,t=["*"]){const r=(await Sa(t))[0],s=await Br(r,n);return{type:r.type,name:r.name,size:r.size,data:s}}async function V2(n=["image/*"]){const e=(await Sa(n))[0];if(!e.type.match(/image\/*/))return new Error("Not Image Type!");const r=await Br(e,ve.arraybuffer),s=ko(r),i=await ym(s);return{type:e.type,name:e.name,size:e.size,data:r,width:i.width,height:i.height,aspectRatio:i.aspectRatio,imageData:i.imageData}}function G2(){return window.getSelection()?.toString()||""}function X2(n){document.getElementsByTagName("title")[0].innerText=n,document.title=n}function H2(n=200){"vibrate"in navigator?window.navigator.vibrate(n):console.error("Your device is not support vibrate on this browser.")}async function W2(n){if(navigator.clipboard)return await navigator.clipboard.writeText(n);{const t=document.createElement("textarea");return t.value=n,t.style.opacity="0",t.style.position="fixed",t.style.top="0",t.style.left="0",t.focus(),t.select(),document.execCommand("copy")}}function q2(n=0,t=0){window.scrollTo(n,t)}function J2(){let n=Cu,t=Cu;return"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual",n=pm(()=>{window.history.scrollRestoration="auto"}),t=Ah(()=>{window.history.scrollRestoration="manual"})),()=>{n(),t()}}function K2(n){return/(html|body)/i.test(n.tagName)||n===document.documentElement}const Z2=n=>n===document.activeElement&&(n.type||n.href);function Dh(){return parseFloat(getComputedStyle(document.documentElement).fontSize)}function Q2(n){return n*Dh()}function t_(n){return n.parentElement?parseFloat(getComputedStyle(n.parentElement).fontSize):Dh()}const e_=n=>{let t=n;for(;t&&t.nodeType!==1;){const e=t.parentElement||n.parentNode;if(!e)break;t=e}return t},n_=n=>n.parentElement,Oh=(n,t=[])=>!n||n.parentElement===null&&n.parentNode===null?t:Oh(n.parentElement,t.concat([n]));function r_(n){const t=Oh(n);for(let e=0,r=t.length;e<r;e++)if(/(auto|scroll)/.test($r(t[e],"overflow")+$r(t[e],"overflow-y")+$r(t[e],"overflow-x")))return t[e];return document.scrollingElement||document.documentElement}const s_=(n,t)=>n.contains?n!=t&&n.contains(t):!!(n.compareDocumentPosition(t)&16),i_=n=>Array.prototype.slice.call(n.parentElement?.children).filter(t=>t!==n),o_=n=>n.nextElementSibling,a_=n=>n.previousElementSibling,c_=(n,t)=>n.closest(t),h_=n=>n.shadowRoot,xs=n=>n.tagName==="INPUT"||n instanceof HTMLInputElement,Ih=n=>n.tagName==="SELECT"||n instanceof HTMLSelectElement,u_=n=>n.tagName==="TEXTAREA"||n instanceof HTMLTextAreaElement,Rh=n=>xs(n)&&n.getAttribute("type")==="checkbox",kh=n=>xs(n)&&n.getAttribute("type")==="radio",l_=n=>xs(n)&&n.getAttribute("type")==="text",f_=n=>xs(n)&&n.getAttribute("type")==="number";function d_(n,t){if(Ih(n)){const e=n.options;for(let r=0,s=e.length;r<s;r++)e[r].selected=e[r].value==t}}function m_(n,t){if(kh(n)){const e=document.getElementsByName(n.name);for(let r=0,s=e.length;r<s;r++){const i=e[r];i.checked=i.value==t}}}function p_(n,t){Rh(n)&&(n.checked=t)}function Cr(n,t,e="append"){typeof t=="string"?n[e](Sm(t)):n[e](t)}function wm(n,t){if(typeof t=="string"){n.innerHTML=t;const e=Cm(n);e!=n&&(n=e)}else Cr(t,"replaceWith")}const vm=function(n){wm(n,"")},g_=(n,t)=>{n.textContent=t},y_=n=>{if(n instanceof SVGElement)return"";let t=n.innerText;if(!t){const e=n.querySelector("slot")?.assignedNodes()||[];let r=0;for(;!t&&r<=e.length-1;)"innerText"in e[r]&&(t=e[r].innerText),r++}return t},b_=n=>n.remove();function w_(n,t){$r(n,"display")=="none"&&t===void 0||t===!0?xm(n):_m(n)}function xm(n){lr(n,"display",n instanceof HTMLTableRowElement?"table-row":n instanceof HTMLTableCellElement?"table-cell":"block")}function _m(n){lr(n,"display","none")}function Lh(n,t,e="toggle"){const r=t.split(/[,\s]+/);if(n.classList)r.forEach(s=>{const i=s.trim();i!==""&&n.classList[e](i)});else{const s=n.className.split(/ +/);let i=!1;r.forEach(o=>{const a=o.trim();if(a!==""){const c=s.indexOf(a);switch(e){case"add":c===-1&&(s.push(a),i=!0);break;case"remove":c!==-1&&(s.splice(c,1),i=!0);break;case"toggle":c===-1?s.push(a):s.splice(c,1),i=!0;break}}}),i&&jn(n,"class",s.join(" ").replace(/^\s+/,"").replace(/\s+$/,""))}}function v_(n,t){Lh(n,t,"add")}function x_(n,t){Lh(n,t,"remove")}function __(n,t){return new RegExp("(?:^|\\s+)"+t+"(?:\\s+|$)").test(n.className)}function Sm(n,t=!1){const e=document.createElement("template");return e.innerHTML=n,t&&e.content.childNodes.forEach(r=>{const s=Cm(r);s!=r&&e.content.replaceChild(s,r)}),e.content}function Em(n){return document.createElement.call(document,n)}function S_(n){return document.createElementNS("http://www.w3.org/1999/xhtml",n)}function E_(n){return document.createTextNode.call(document,n)}function Cm(n){return n.tagName=="SCRIPT"&&(n=Tm(n)),n.querySelectorAll&&n.querySelectorAll("script").forEach(t=>{t.parentNode?.replaceChild(Tm(t),t)}),n}function Tm(n){const t=n.ownerDocument.createElement("script");t.text=n.text;const e=n.attributes;for(let r=0,s=e.length;r<s;r++)t.setAttribute(e[r].name,e[r].value);return t}function C_(n,t="http://test.com/localstorage.html"){const e=document.createElement("iframe");e.src=t,document.body.append(e),setTimeout(function(){e.contentWindow?.postMessage(n,t)},4e3),setTimeout(function(){e.remove()},6e3)}function T_(n){const t=new Proxy(window,{get(e,r,s){if(typeof r=="string"&&["open","location","document"].includes(r))throw new Error(`禁止访问 key: ${r}`);return r==="window"?t:Reflect.get(e,r,s)},set(e,r,s,i){return Reflect.set(e,r,s,i)}});new Function("window",`with(window) { ${n} }`)(t,null)}function P_(n){return n=n.replace(/<%=(.+?)%>/g,"`); \n echo( $1 ); \n echo(`").replace(/<%([\s\S]+?)%>/g,"`); \n $1 \n echo(`"),n="echo(`"+n+"`);",`(function parse(data){
|
|
110
|
+
*/var Tg;function YC(){return Tg||(Tg=1,{}.NODE_ENV!=="production"&&function(){function n(h,u){return h===u&&(h!==0||1/h===1/u)||h!==h&&u!==u}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=nr,e=_g(),s=typeof Object.is=="function"?Object.is:n,i=e.useSyncExternalStore,r=t.useRef,o=t.useEffect,a=t.useMemo,c=t.useDebugValue;mu.useSyncExternalStoreWithSelector=function(h,u,l,f,d){var p=r(null);if(p.current===null){var m={hasValue:!1,value:null};p.current=m}else m=p.current;p=a(function(){function g(_){if(!v){if(v=!0,x=_,_=f(_),d!==void 0&&m.hasValue){var D=m.value;if(d(D,_))return b=D}return b=_}if(D=b,s(x,_))return D;var V=f(_);return d!==void 0&&d(D,V)?(x=_,D):(x=_,b=V)}var v=!1,x,b,E=l===void 0?null:l;return[function(){return g(u())},E===null?void 0:function(){return g(E())}]},[u,l,f,d]);var y=i(h,p[0],p[1]);return o(function(){m.hasValue=!0,m.value=y},[y]),c(y),y},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),mu}({}).NODE_ENV==="production"?uu.exports=UC():uu.exports=YC();var GC=uu.exports;function XC(n){const t=H.createContext(null);function e({children:a}){return React.createElement(t.Provider,{value:n},a)}function s(){const a=H.useContext(t);if(!a)throw new ReferenceError("createReactAppStoreContext's hooks cannot be called outside of AppStoreProvider");return a}function i(a,c){const h=s(),u=l=>h.subscribe(()=>l());return a?GC.useSyncExternalStoreWithSelector(u,h.getState,h.getState,a,c):H.useSyncExternalStore(u,h.getState,h.getState)}function r(){const a=s();if(Br(a))throw new Error("useSetAppState is only supported for StateStoreLike");return a.setState.bind(a)}function o(){const a=s();if(!Br(a))throw new Error("useDispatch is only supported for ReduxStore");return a.dispatch.bind(a)}return{AppStoreProvider:e,useAppStore:s,useAppState:i,useSetAppState:r,useDispatch:o}}function WC(n){const e=H.useRef(wi(n.value)).current;if(!e&&!("defaultValue"in n))throw new Error("defaultValue is required in uncontrolled mode");if(e&&!("onChange"in n))throw new Error("onChange is required in controlled mode");const[s,i]=H.useState(()=>e?n.value:n.defaultValue),r=e?n.value:s,o=H.useRef(r);o.current=r;const a=H.useRef(!1);H.useEffect(()=>{!a.current&&wi(n.value)!==e&&(a.current=!0,console.warn("[useReactControllableState] can't switch between controlled and uncontrolled mode."))},[n.value]);const c=H.useRef(n.beforeChange);c.current=n.beforeChange;const h=H.useRef(n.onChange);h.current=n.onChange;const u=H.useRef(0),l=H.useCallback(async f=>{const d=++u.current,p=typeof f=="function"?f(o.current):f;c.current&&!await c.current(p)||d===u.current&&(e||i(p),h.current?.(p))},[]);return[r,l]}var Cg=Symbol.for("immer-nothing"),Pg=Symbol.for("immer-draftable"),me=Symbol.for("immer-state"),HC={}.NODE_ENV!=="production"?[function(n){return`The plugin for '${n}' has not been loaded into Immer. To enable the plugin, import and call \`enable${n}()\` when initializing your application.`},function(n){return`produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '${n}'`},"This object has been frozen and should not be mutated",function(n){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+n},"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.","Immer forbids circular references","The first or second argument to `produce` must be a function","The third argument to `produce` must be a function or undefined","First argument to `createDraft` must be a plain object, an array, or an immerable object","First argument to `finishDraft` must be a draft returned by `createDraft`",function(n){return`'current' expects a draft, got: ${n}`},"Object.defineProperty() cannot be used on an Immer draft","Object.setPrototypeOf() cannot be used on an Immer draft","Immer only supports deleting array indices","Immer only supports setting array indices and the 'length' property",function(n){return`'original' expects a draft, got: ${n}`}]:[];function Ae(n,...t){if({}.NODE_ENV!=="production"){const e=HC[n],s=Es(e)?e.apply(null,t):e;throw new Error(`[Immer] ${s}`)}throw new Error(`[Immer] minified error nr: ${n}. Full error at: https://bit.ly/3cXEKWf`)}var Me=Object,ti=Me.getPrototypeOf,Ho="constructor",qo="prototype",pu="configurable",Ko="enumerable",Jo="writable",sr="value",Qn=n=>!!n&&!!n[me];function Pn(n){return n?Mg(n)||ta(n)||!!n[Pg]||!!n[Ho]?.[Pg]||ea(n)||na(n):!1}var qC=Me[qo][Ho].toString(),Ag=new WeakMap;function Mg(n){if(!n||!yu(n))return!1;const t=ti(n);if(t===null||t===Me[qo])return!0;const e=Me.hasOwnProperty.call(t,Ho)&&t[Ho];if(e===Object)return!0;if(!Es(e))return!1;let s=Ag.get(e);return s===void 0&&(s=Function.toString.call(e),Ag.set(e,s)),s===qC}function Zo(n,t,e=!0){ir(n)===0?(e?Reflect.ownKeys(n):Me.keys(n)).forEach(i=>{t(i,n[i],n)}):n.forEach((s,i)=>t(i,s,n))}function ir(n){const t=n[me];return t?t.type_:ta(n)?1:ea(n)?2:na(n)?3:0}var Dg=(n,t,e=ir(n))=>e===2?n.has(t):Me[qo].hasOwnProperty.call(n,t),gu=(n,t,e=ir(n))=>e===2?n.get(t):n[t],Qo=(n,t,e,s=ir(n))=>{s===2?n.set(t,e):s===3?n.add(e):n[t]=e};function KC(n,t){return n===t?n!==0||1/n===1/t:n!==n&&t!==t}var ta=Array.isArray,ea=n=>n instanceof Map,na=n=>n instanceof Set,yu=n=>typeof n=="object",Es=n=>typeof n=="function",vu=n=>typeof n=="boolean";function JC(n){const t=+n;return Number.isInteger(t)&&String(t)===n}var An=n=>n.copy_||n.base_,bu=n=>n.modified_?n.copy_:n.base_;function wu(n,t){if(ea(n))return new Map(n);if(na(n))return new Set(n);if(ta(n))return Array[qo].slice.call(n);const e=Mg(n);if(t===!0||t==="class_only"&&!e){const s=Me.getOwnPropertyDescriptors(n);delete s[me];let i=Reflect.ownKeys(s);for(let r=0;r<i.length;r++){const o=i[r],a=s[o];a[Jo]===!1&&(a[Jo]=!0,a[pu]=!0),(a.get||a.set)&&(s[o]={[pu]:!0,[Jo]:!0,[Ko]:a[Ko],[sr]:n[o]})}return Me.create(ti(n),s)}else{const s=ti(n);if(s!==null&&e)return{...n};const i=Me.create(s);return Me.assign(i,n)}}function rr(n,t=!1){return ia(n)||Qn(n)||!Pn(n)||(ir(n)>1&&Me.defineProperties(n,{set:sa,add:sa,clear:sa,delete:sa}),Me.freeze(n),t&&Zo(n,(e,s)=>{rr(s,!0)},!1)),n}function ZC(){Ae(2)}var sa={[sr]:ZC};function ia(n){return n===null||!yu(n)?!0:Me.isFrozen(n)}var ra="MapSet",xu="Patches",Rg="ArrayMethods",Og={};function Ts(n){const t=Og[n];return t||Ae(0,n),t}var Ig=n=>!!Og[n],or,kg=()=>or,QC=(n,t)=>({drafts_:[],parent_:n,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:Ig(ra)?Ts(ra):void 0,arrayMethodsPlugin_:Ig(Rg)?Ts(Rg):void 0});function Lg(n,t){t&&(n.patchPlugin_=Ts(xu),n.patches_=[],n.inversePatches_=[],n.patchListener_=t)}function Su(n){_u(n),n.drafts_.forEach(tP),n.drafts_=null}function _u(n){n===or&&(or=n.parent_)}var Vg=n=>or=QC(or,n);function tP(n){const t=n[me];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Ng(n,t){t.unfinalizedDrafts_=t.drafts_.length;const e=t.drafts_[0];if(n!==void 0&&n!==e){e[me].modified_&&(Su(t),Ae(4)),Pn(n)&&(n=zg(t,n));const{patchPlugin_:i}=t;i&&i.generateReplacementPatches_(e[me].base_,n,t)}else n=zg(t,e);return eP(t,n,!0),Su(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),n!==Cg?n:void 0}function zg(n,t){if(ia(t))return t;const e=t[me];if(!e)return aa(t,n.handledSet_,n);if(!oa(e,n))return t;if(!e.modified_)return e.base_;if(!e.finalized_){const{callbacks_:s}=e;if(s)for(;s.length>0;)s.pop()(n);jg(e,n)}return e.copy_}function eP(n,t,e=!1){!n.parent_&&n.immer_.autoFreeze_&&n.canAutoFreeze_&&rr(t,e)}function Fg(n){n.finalized_=!0,n.scope_.unfinalizedDrafts_--}var oa=(n,t)=>n.scope_===t,nP=[];function Bg(n,t,e,s){const i=An(n),r=n.type_;if(s!==void 0&&gu(i,s,r)===t){Qo(i,s,e,r);return}if(!n.draftLocations_){const a=n.draftLocations_=new Map;Zo(i,(c,h)=>{if(Qn(h)){const u=a.get(h)||[];u.push(c),a.set(h,u)}})}const o=n.draftLocations_.get(t)??nP;for(const a of o)Qo(i,a,e,r)}function sP(n,t,e){n.callbacks_.push(function(i){const r=t;if(!r||!oa(r,i))return;i.mapSetPlugin_?.fixSetContents(r);const o=bu(r);Bg(n,r.draft_??r,o,e),jg(r,i)})}function jg(n,t){if(n.modified_&&!n.finalized_&&(n.type_===3||n.type_===1&&n.allIndicesReassigned_||(n.assigned_?.size??0)>0)){const{patchPlugin_:s}=t;if(s){const i=s.getPath(n);i&&s.generatePatches_(n,i,t)}Fg(n)}}function iP(n,t,e){const{scope_:s}=n;if(Qn(e)){const i=e[me];oa(i,s)&&i.callbacks_.push(function(){ha(n);const o=bu(i);Bg(n,e,o,t)})}else Pn(e)&&n.callbacks_.push(function(){const r=An(n);n.type_===3?r.has(e)&&aa(e,s.handledSet_,s):gu(r,t,n.type_)===e&&s.drafts_.length>1&&(n.assigned_.get(t)??!1)===!0&&n.copy_&&aa(gu(n.copy_,t,n.type_),s.handledSet_,s)})}function aa(n,t,e){return!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1||Qn(n)||t.has(n)||!Pn(n)||ia(n)||(t.add(n),Zo(n,(s,i)=>{if(Qn(i)){const r=i[me];if(oa(r,e)){const o=bu(r);Qo(n,s,o,n.type_),Fg(r)}}else Pn(i)&&aa(i,t,e)})),n}function rP(n,t){const e=ta(n),s={type_:e?1:0,scope_:t?t.scope_:kg(),modified_:!1,finalized_:!1,assigned_:void 0,parent_:t,base_:n,draft_:null,copy_:null,revoke_:null,isManual_:!1,callbacks_:void 0};let i=s,r=ca;e&&(i=[s],r=ar);const{revoke:o,proxy:a}=Proxy.revocable(i,r);return s.draft_=a,s.revoke_=o,[a,s]}var ca={get(n,t){if(t===me)return n;let e=n.scope_.arrayMethodsPlugin_;const s=n.type_===1&&typeof t=="string";if(s&&e?.isArrayOperationMethod(t))return e.createMethodInterceptor(n,t);const i=An(n);if(!Dg(i,t,n.type_))return oP(n,i,t);const r=i[t];if(n.finalized_||!Pn(r)||s&&n.operationMethod&&e?.isMutatingArrayMethod(n.operationMethod)&&JC(t))return r;if(r===Eu(n.base_,t)){ha(n);const o=n.type_===1?+t:t,a=Cu(n.scope_,r,n,o);return n.copy_[o]=a}return r},has(n,t){return t in An(n)},ownKeys(n){return Reflect.ownKeys(An(n))},set(n,t,e){const s=$g(An(n),t);if(s?.set)return s.set.call(n.draft_,e),!0;if(!n.modified_){const i=Eu(An(n),t),r=i?.[me];if(r&&r.base_===e)return n.copy_[t]=e,n.assigned_.set(t,!1),!0;if(KC(e,i)&&(e!==void 0||Dg(n.base_,t,n.type_)))return!0;ha(n),Tu(n)}return n.copy_[t]===e&&(e!==void 0||t in n.copy_)||Number.isNaN(e)&&Number.isNaN(n.copy_[t])||(n.copy_[t]=e,n.assigned_.set(t,!0),iP(n,t,e)),!0},deleteProperty(n,t){return ha(n),Eu(n.base_,t)!==void 0||t in n.base_?(n.assigned_.set(t,!1),Tu(n)):n.assigned_.delete(t),n.copy_&&delete n.copy_[t],!0},getOwnPropertyDescriptor(n,t){const e=An(n),s=Reflect.getOwnPropertyDescriptor(e,t);return s&&{[Jo]:!0,[pu]:n.type_!==1||t!=="length",[Ko]:s[Ko],[sr]:e[t]}},defineProperty(){Ae(11)},getPrototypeOf(n){return ti(n.base_)},setPrototypeOf(){Ae(12)}},ar={};for(let n in ca){let t=ca[n];ar[n]=function(){const e=arguments;return e[0]=e[0][0],t.apply(this,e)}}ar.deleteProperty=function(n,t){return{}.NODE_ENV!=="production"&&isNaN(parseInt(t))&&Ae(13),ar.set.call(this,n,t,void 0)},ar.set=function(n,t,e){return{}.NODE_ENV!=="production"&&t!=="length"&&isNaN(parseInt(t))&&Ae(14),ca.set.call(this,n[0],t,e,n[0])};function Eu(n,t){const e=n[me];return(e?An(e):n)[t]}function oP(n,t,e){const s=$g(t,e);return s?sr in s?s[sr]:s.get?.call(n.draft_):void 0}function $g(n,t){if(!(t in n))return;let e=ti(n);for(;e;){const s=Object.getOwnPropertyDescriptor(e,t);if(s)return s;e=ti(e)}}function Tu(n){n.modified_||(n.modified_=!0,n.parent_&&Tu(n.parent_))}function ha(n){n.copy_||(n.assigned_=new Map,n.copy_=wu(n.base_,n.scope_.immer_.useStrictShallowCopy_))}var aP=class{constructor(n){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,e,s)=>{if(Es(t)&&!Es(e)){const r=e;e=t;const o=this;return function(c=r,...h){return o.produce(c,u=>e.call(this,u,...h))}}Es(e)||Ae(6),s!==void 0&&!Es(s)&&Ae(7);let i;if(Pn(t)){const r=Vg(this),o=Cu(r,t,void 0);let a=!0;try{i=e(o),a=!1}finally{a?Su(r):_u(r)}return Lg(r,s),Ng(i,r)}else if(!t||!yu(t)){if(i=e(t),i===void 0&&(i=t),i===Cg&&(i=void 0),this.autoFreeze_&&rr(i,!0),s){const r=[],o=[];Ts(xu).generateReplacementPatches_(t,i,{patches_:r,inversePatches_:o}),s(r,o)}return i}else Ae(1,t)},this.produceWithPatches=(t,e)=>{if(Es(t))return(o,...a)=>this.produceWithPatches(o,c=>t(c,...a));let s,i;return[this.produce(t,e,(o,a)=>{s=o,i=a}),s,i]},vu(n?.autoFreeze)&&this.setAutoFreeze(n.autoFreeze),vu(n?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(n.useStrictShallowCopy),vu(n?.useStrictIteration)&&this.setUseStrictIteration(n.useStrictIteration)}createDraft(n){Pn(n)||Ae(8),Qn(n)&&(n=cP(n));const t=Vg(this),e=Cu(t,n,void 0);return e[me].isManual_=!0,_u(t),e}finishDraft(n,t){const e=n&&n[me];(!e||!e.isManual_)&&Ae(9);const{scope_:s}=e;return Lg(s,t),Ng(void 0,s)}setAutoFreeze(n){this.autoFreeze_=n}setUseStrictShallowCopy(n){this.useStrictShallowCopy_=n}setUseStrictIteration(n){this.useStrictIteration_=n}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(n,t){let e;for(e=t.length-1;e>=0;e--){const i=t[e];if(i.path.length===0&&i.op==="replace"){n=i.value;break}}e>-1&&(t=t.slice(e+1));const s=Ts(xu).applyPatches_;return Qn(n)?s(n,t):this.produce(n,i=>s(i,t))}};function Cu(n,t,e,s){const[i,r]=ea(t)?Ts(ra).proxyMap_(t,e):na(t)?Ts(ra).proxySet_(t,e):rP(t,e);return(e?.scope_??kg()).drafts_.push(i),r.callbacks_=e?.callbacks_??[],r.key_=s,e&&s!==void 0?sP(e,r,s):r.callbacks_.push(function(c){c.mapSetPlugin_?.fixSetContents(r);const{patchPlugin_:h}=c;r.modified_&&h&&h.generatePatches_(r,[],c)}),i}function cP(n){return Qn(n)||Ae(10,n),Ug(n)}function Ug(n){if(!Pn(n)||ia(n))return n;const t=n[me];let e,s=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,e=wu(n,t.scope_.immer_.useStrictShallowCopy_),s=t.scope_.immer_.shouldUseStrictIteration()}else e=wu(n,!0);return Zo(e,(i,r)=>{Qo(e,i,Ug(r))},s),t&&(t.finalized_=!1),e}var hP=new aP,Yg=hP.produce;function uP(n){const[t,e]=H.useState(()=>rr(typeof n=="function"?n():n,!0));return[t,H.useCallback(s=>{e(typeof s=="function"?Yg(s):rr(s))},[])]}function lP(n,t,e){const s=H.useMemo(()=>Yg(n),[n]);return H.useReducer(s,t,e)}function fP(n){const[t,e]=H.useState({width:0,height:0});return H.useLayoutEffect(()=>{n.current&&e(()=>({width:n.current.offsetWidth,height:n.current.offsetHeight}))},[n]),t}function dP(n){const t=Symbol("AppStore");function e(){const c=zT(n.getState());n.subscribe(l=>{c.value=l});const h=pg();if(!h)throw new Error("provideAppStore must be called in setup()");const u={store:n,stateRef:c};h.appContext.provides[t]=u}function s(){const c=dg(t);if(!c)throw new ReferenceError("createVueAppStoreContext's hooks cannot be called before provideAppStore()");return c}function i(){const{store:c}=s();return c}function r(c){const{stateRef:h}=s();return c?vg(()=>c(h.value)):Zh(h)}function o(){const c=i();if(Br(c))throw new Error("useSetAppState is only supported for StateStoreLike");return c.setState.bind(c)}function a(){const c=i();if(!Br(c))throw new Error("useDispatch is only supported for ReduxStore");return c.dispatch.bind(c)}return{provideAppStore:e,useAppStore:i,useAppState:r,useSetAppState:o,useDispatch:a}}function mP(n){const t=n.value(),e=wi(t);if(!e&&!("defaultValue"in n))throw new Error("defaultValue is required in uncontrolled mode");if(e&&!("onChange"in n))throw new Error("onChange is required in controlled mode");const s=Jp(e?t:n.defaultValue),i=vg(()=>e?n.value():s.value);let r=!1;gC(n.value,c=>{if(!r&&wi(c)!==e){r=!0,console.warn("[useVueControllableState] can't switch between controlled and uncontrolled mode.");return}},{});let o=0;async function a(c){const h=++o,u=typeof c=="function"?c(i.value):c;n.beforeChange&&!await n.beforeChange(u)||h===o&&(e||(s.value=u),n.onChange?.(u),await sg())}return[i,a]}let Pu=class{x;y;toX;toY;constructor(t){this.x=at(t?.x||0,2),this.y=at(t?.y||0,2),this.toX=at(t?.toX||0,2),this.toY=at(t?.toY||0,2)}toSVGPathData(){return[["L",this.toX,this.toY]]}toCanvasContext(t){t.lineTo(this.toX,this.toY)}getBoundingClientRect(t=2){const e=Pe(this.x,this.y,this.toX,this.toY);if(e===0){const s=Math.min(this.x,this.toX),i=Math.min(this.y,this.toY),r=Math.max(this.x,this.toX),o=Math.max(this.y,this.toY);return{x:s,y:i,width:r-s,height:o-i}}else{const s=Math.sin(e),i=Math.cos(e),r=i*this.x-s*this.y,o=i*this.toX-s*this.toY,a=i*this.y+s*this.x,c=i*this.toY+s*this.toX;return{x:at(Math.min(r,o),t),y:at(Math.min(a,c),t),width:at(Math.max(r,o)-Math.min(r,o),t),height:at(Math.max(a,c)-Math.min(a,c),t)}}}interpolate(t){return{x:this.x+t*(this.toX-this.x),y:this.y+t*(this.toY-this.y)}}intersection(t){const e=this.x,s=this.y,i=t.toX,r=t.toY,o=this.toX-e,a=t.x-i;if(!o&&!a)return null;const c=(this.toY-s)/o,h=(t.y-r)/a;if(o){if(!a)return{x:i,y:c*(i-e)+s}}else return{x:e,y:h*(e-i)+r};const u=(-h*i+r+c*e-s)/(c-h),l=c*(u-e)+s;return isNaN(u)||isNaN(l)?null:{x:u,y:l}}};class Au extends Pu{rx;ry;xAxisRotate;largeArcFlag;sweepFlag;constructor(t){super(t),this.rx=at(t.rx,2),this.ry=at(t.ry,2),this.xAxisRotate=typeof t?.xAxisRotate=="number"?t?.xAxisRotate:0,this.largeArcFlag=typeof t?.largeArcFlag=="number"?t?.largeArcFlag:1,this.sweepFlag=typeof t?.sweepFlag=="number"?t?.sweepFlag:1}toSVGPathData(){return[["A",this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag,this.toX,this.toY]]}toCanvasContext(t){const[e,s,i,r,o,a,c]=this.convert(this.x,this.y,this.toX,this.toY,this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag);t.ellipse(e,s,i,r,o,a,c,!this.sweepFlag)}convert(t,e,s,i,r,o,a,c,h){const u=a/180*Math.PI,l=(t-s)/2,f=(e-i)/2,d=Math.cos(u)*l+Math.sin(u)*f,p=-Math.sin(u)*l+Math.cos(u)*f,m=d*d/(r*r)+p*p/(o*o);if(m>1){const U=Math.sqrt(m);throw r=U*r,o=U*o,new Error(`Radii are too small to build an arc. Correcting them to ${r}/${o}.`)}const y=Math.sqrt((r*r*o*o-r*r*p*p-o*o*d*d)/(r*r*p*p+o*o*d*d)),g=c!=h?1:-1,v=g*y*r*p/o,x=g*y*-o*d/r,b=(t+s)/2,E=(e+i)/2,_=Math.cos(u)*v-Math.sin(u)*x+b,D=Math.sin(u)*v+Math.cos(u)*x+E,V=(U,Y,st,it)=>(U*it>=Y*st?1:-1)*Math.acos((U*st+Y*it)/(Math.sqrt(U*U+Y*Y)*Math.sqrt(st*st+it*it))),O=V(1,0,t-_,e-D)-u,N=V(t-_,e-D,s-_,i-D);return[_,D,r,o,u,O,O+N]}}class pP extends Pu{cx;cy;isLineThrough;constructor(t){super(t),this.cx=at(t.cx,2),this.cy=at(t.cy,2),this.isLineThrough=typeof t.isLineThrough=="boolean"?t.isLineThrough:!1}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(this.x+this.toX)/2,e=this.cy*2-(this.y+this.toY)/2;return[["Q",t,e,this.toX,this.toY]]}else return[["Q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(this.isLineThrough){const e=this.cx*2-(this.x+this.toX)/2,s=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e,s,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}getBoundingClientRect(t=2){const e=[this.x,this.toX],s=[this.y,this.toY];let i,r,o,a;for(let u=0;u<2;++u)i=u==0?this.x-2*this.cx+this.toX:this.y-2*this.cy+this.toY,r=u==0?-2*this.x+2*this.cx:-2*this.y+2*this.cy,o=u==0?this.x:this.y,Math.abs(i)>1e-12&&(a=-r/(2*i),0<a&&a<1&&[e,s][u].push(i*a*a+r*a+o));const c={x:Math.min(0,...e),y:Math.min(0,...s)},h={x:Math.max(0,...e),y:Math.max(0,...s)};return{x:at(c.x,t),y:at(c.y,t),width:at(h.x-c.x,t),height:at(h.y-c.y,t)}}interpolate(t){return{x:(1-t)*(1-t)*this.x+2*(1-t)*t*this.cx+t*t*this.toX,y:(1-t)*(1-t)*this.y+2*(1-t)*t*this.cy+t*t*this.toY}}}const gP=pP;class te extends Pu{c1x;c1y;c2x;c2y;constructor(t){super(t),this.c1x=at(t.c1x,2),this.c1y=at(t.c1y,2),this.c2x=at(t.c2x,2),this.c2y=at(t.c2y,2)}clone(){return new te({x:this.x,y:this.y,c1x:this.c1x,c1y:this.c1y,c2x:this.c2x,c2y:this.c2y,toX:this.toX,toY:this.toY})}toSVGPathData(){return[["C",this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY]]}toCanvasContext(t){t.bezierCurveTo(this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY)}getBoundingClientRect(t=2){let e=this.c2x-2*this.c1x+this.x-(this.toX-2*this.c2x+this.c1x),s=2*(this.c1x-this.x)-2*(this.c2x-this.c1x),i=this.x-this.c1x,r=(-s+Math.sqrt(s*s-4*e*i))/2/e,o=(-s-Math.sqrt(s*s-4*e*i))/2/e;const a=[this.y,this.toY],c=[this.x,this.toX];let h;const u=[];Math.abs(r)>1e12&&(r=.5),Math.abs(o)>1e12&&(o=.5),r>=0&&r<=1&&(h=this.interpolate(r),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y})),o>=0&&o<=1&&(h=this.interpolate(o),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y})),e=this.c2y-2*this.c1y+this.y-(this.toY-2*this.c2y+this.c1y),s=2*(this.c1y-this.y)-2*(this.c2y-this.c1y),i=this.y-this.c1y,r=(-s+Math.sqrt(s*s-4*e*i))/2/e,o=(-s-Math.sqrt(s*s-4*e*i))/2/e,Math.abs(r)>1e12&&(r=.5),Math.abs(o)>1e12&&(o=.5),r>=0&&r<=1&&(h=this.interpolate(r),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y})),o>=0&&o<=1&&(h=this.interpolate(o),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y}));const l=[],f=u.length;for(let m=0;m<f;m++){for(let y=m+1;y<f;y++)u[m].X===u[y].X&&u[m].Y===u[y].Y&&(y=++m);l.push({X:u[m].X,Y:u[m].Y})}const d={x:Math.min(...c),y:Math.min(...a)},p={x:Math.max(...c),y:Math.max(...a)};return{x:at(d.x,t),y:at(d.y,t),width:at(p.x-d.x,t),height:at(p.y-d.y,t),dots:l}}static base3(t,e,s,i,r){const o=-3*e+9*s-9*i+3*r,a=t*o+6*e-12*s+6*i;return t*a-3*e+3*s}static bezlen(t,e,s,i,r,o,a,c,h=1){h=Math.max(0,Math.min(h,1));const u=h/2,l=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],f=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let d=0;for(let p=0;p<12;p++){const m=u*l[p]+u,y=te.base3(m,t,s,r,a),g=te.base3(m,e,i,o,c);d+=f[p]*Math.sqrt(y*y+g*g)}return u*d}length(t=1){return te.bezlen(this.x,this.y,this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY,t)}getPointAtSegmentLength(t){const e=this.getTatLen(t),s=1-e,i=Math.pow(s,3),r=Math.pow(s,2),o=e*e,a=o*e,c=i*this.x+r*3*e*this.c1x+s*3*e*e*this.c2x+a*this.toX,h=i*this.y+r*3*e*this.c1y+s*3*e*e*this.c2y+a*this.toY,u=this.x+2*e*(this.c1x-this.x)+o*(this.c2x-2*this.c1x+this.x),l=this.y+2*e*(this.c1y-this.y)+o*(this.c2y-2*this.c1y+this.y),f=this.c1x+2*e*(this.c2x-this.c1x)+o*(this.toX-2*this.c2x+this.c1x),d=this.c1y+2*e*(this.c2y-this.c1y)+o*(this.toY-2*this.c2y+this.c1y),p=s*this.x+e*this.c1x,m=s*this.y+e*this.c1y,y=s*this.c2x+e*this.toX,g=s*this.c2y+e*this.toY,v=90-Math.atan2(u-f,l-d)*180/Math.PI;return{x:c,y:h,m:{x:u,y:l},n:{x:f,y:d},start:{x:p,y:m},end:{x:y,y:g},alpha:v}}getTatLen(t){const e=this.x,s=this.y,i=this.c1x,r=this.c1y,o=this.c2x,a=this.c2y,c=this.toX,h=this.toY;if(t<0||te.bezlen(e,s,i,r,o,a,c,h)<t)return 0;const u=1;let l=u/2,f=u-l,d=te.bezlen(e,s,i,r,o,a,c,h,f);for(;Math.abs(d-t)>.01;)l/=2,f+=(d<t?1:-1)*l,d=te.bezlen(e,s,i,r,o,a,c,h,f);return f}interpolate(t){return{x:Math.pow(1-t,3)*this.x+3*Math.pow(1-t,2)*t*this.c1x+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2x+Math.pow(t,3)*this.toX,y:Math.pow(1-t,3)*this.y+3*Math.pow(1-t,2)*t*this.c1y+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2y+Math.pow(t,3)*this.toY}}}class Gg extends xc{source;raw="";mode="text";tagname="";nodename="";textchunk="";entity="";quote="";attrs={};constructor(t){super(),this.source=t}parse(){const t=Vb(this.source);if(t===0){this.emit("finish");return}let e,s,i=nd(this.source,0);for(let r=1;r<t;r++)e=s,s=i,i=nd(this.source,r),this.raw+=s,s&&this.step(s,i,e);i&&this.step(i,void 0,s),this.emit("finish")}step(t,e,s){t==`
|
|
111
|
+
`&&this.emit("newline"),this.act(t,e,s)}act(t,e,s){switch(this.mode){case"text":switch(t){case"<":case"eof":this.nodename="",this.attrs={},this.mode="tag name start",this.raw=this.raw.slice(0,-1),this.textchunk&&this.emit("text",this.textchunk),this.raw+=t,this.textchunk="";break;case"&":this.mode="entity",this.entity="";break;default:this.textchunk+=t;break}break;case"entity":dn("whitespace",t)?(this.textchunk+=Xg(this.entity),this.mode="text"):t==";"?(this.textchunk+=Xg(this.entity+t),this.mode="text"):this.entity+=t;break;case"special":if(s=="!"&&t=="-"&&e=="-"){this.mode="comment start";break}if(this.textchunk=="[CDATA"&&t=="["){this.mode="cdata",this.textchunk="";break}if(t==">"||t=="eof"){this.emit("special",this.textchunk),this.mode="text",this.textchunk="";break}this.textchunk+=t;break;case"cdata":if(s=="]"&&t=="]"&&e==">"){this.mode="cdata end",this.textchunk=this.textchunk.slice(0,-1);break}t=="eof"&&(this.mode="cdata end",this.act(t,e,s)),this.textchunk+=t;break;case"cdata end":this.emit("cdata",this.textchunk),this.textchunk="",this.mode="text";break;case"comment start":e==">"||t=="eof"?(this.emit("comment",""),this.mode="skip"):this.mode="comment";break;case"skip":this.mode="text";break;case"comment":t=="-"&&s=="-"&&e==">"?(this.mode="comment end",this.textchunk=this.textchunk.slice(0,-1)):t=="eof"?this.emit("comment",this.textchunk):this.textchunk+=t;break;case"comment end":this.emit("comment",this.textchunk),this.textchunk="",this.mode="text";break;case"declaration":if(t=="?"&&e==">"){this.mode="declaration end";break}t=="eof"&&this.emit("comment",this.textchunk),this.textchunk+=t;break;case"declaration end":this.emit("comment",this.textchunk),this.textchunk="",this.mode="text";break;case"tag name start":if(t=="eof"){this.emit("text","<");break}if(!dn("whitespace",t)){if(this.mode="tag name",t=="/"){this.mode="close tag name start";break}else if(t=="!"){this.mode="special",this.textchunk="";break}else if(t=="?"){this.mode="declaration";break}this.act(t,e,s)}break;case"close tag name start":dn("whitespace",t)||(this.mode="close tag name",this.tagname="",this.nodename="",this.act(t,e,s));break;case"close tag name":if(dn("whitespace",t))this.tagname=this.nodename;else switch(t){case">":this.emit("/tag",this.tagname||this.nodename,this.attrs),this.mode="text";break;default:!this.tagname&&(this.nodename+=t);break}break;case"tag name":if(dn("whitespace",t))this.tagname=this.nodename,this.nodename="",this.mode="attr start";else switch(t){case">":this.emit("tag",this.nodename,this.attrs),this.mode="text";break;case"/":this.raw+=e,this.emit("tag",this.nodename,this.attrs),this.emit("/tag",this.nodename,this.attrs),this.mode="skip";break;default:this.nodename+=t;break}break;case"attr start":dn("whitespace",t)||(this.mode="attr",this.nodename="",this.act(t,e,s));break;case"attr":if(dn("whitespace",t)||t=="=")this.attrs[this.nodename]="",this.mode="attr value start";else switch(t){case">":this.nodename=="/"?(delete this.attrs["/"],this.emit("tag",this.tagname,this.attrs),this.emit("/tag",this.tagname,this.attrs)):(this.nodename&&(this.attrs[this.nodename]=""),this.emit("tag",this.tagname,this.attrs)),this.mode="text";break;default:this.nodename+=t;break}break;case"attr value start":if(!dn("whitespace",t)){if(this.mode="attr value",this.quote="",t=="'"||t=='"'){this.quote=t;return}this.act(t,e,s)}break;case"attr value":if(dn("whitespace",t)&&!this.quote)this.mode="attr start";else if(t==">"&&!this.quote)this.emit("tag",this.tagname,this.attrs),this.mode="text";else switch(t){case'"':case"'":this.quote==t&&s!="\\"&&(this.mode="attr start");break;default:this.attrs[this.nodename]+=t;break}break}}}function Xg(n){const t={lt:60,"lt;":60,"AMP;":38,AMP:38,"GT;":62,GT:62,"QUOT;":34,QUOT:34,"apos;":39,"bull;":8226,"bullet;":8226,"copy;":169,copy:169,"deg;":176,deg:176};let e;return n.charAt(0)=="#"?n.charAt(1).toLowerCase()=="x"?e=parseInt(n.substring(2),16):e=parseInt(n.substring(1),10):e=t[n],e?String.fromCharCode(e):"&"+n}var Wg=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function Hg(n,t={}){var e=1,s=1;function i(B){var z=B.match(/\n/g);z&&(e+=z.length);var P=B.lastIndexOf(`
|
|
112
|
+
`);s=~P?B.length-P:s+B.length}function r(){var B={line:e,column:s};return function(z){return z.position=new o(B),p(),z}}function o(B){this.start=B,this.end={line:e,column:s},this.source=t.source}o.prototype.content=n;var a=[];function c(B){var z=new Error(t.source+":"+e+":"+s+": "+B);if(z.reason=B,z.filename=t.source,z.line=e,z.column=s,z.source=n,t.silent)a.push(z);else throw z}function h(){var B=f();return{type:"stylesheet",stylesheet:{source:t.source,rules:B,parsingErrors:a}}}function u(){return d(/^{\s*/)}function l(){return d(/^}/)}function f(){var B,z=[];for(p(),m(z);n.length&&n.charAt(0)!="}"&&(B=ct()||ht());)B!==!1&&(z.push(B),m(z));return z}function d(B){var z=B.exec(n);if(z){var P=z[0];return i(P),n=n.slice(P.length),z}}function p(){d(/^\s*/)}function m(B){var z;for(B=B||[];z=y();)z!==!1&&B.push(z);return B}function y(){var B=r();if(!(n.charAt(0)!="/"||n.charAt(1)!="*")){for(var z=2;n.charAt(z)!=""&&(n.charAt(z)!="*"||n.charAt(z+1)!="/");)++z;if(z+=2,n.charAt(z-1)==="")return c("End of comment missing");var P=n.slice(2,z-2);return s+=2,i(P),n=n.slice(z),s+=2,B({type:"comment",comment:P})}}function g(){var B=d(/^([^{]+)/);if(B)return Mn(B[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(z){return z.replace(/,/g,"")}).split(/\s*(?![^(]*\)),\s*/).map(function(z){return z.replace(/\u200C/g,",")})}function v(){var B=r(),z=d(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(z){if(z=Mn(z[0]),!d(/^:\s*/))return c("property missing ':'");var P=d(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),I=B({type:"declaration",property:z.replace(Wg,""),value:P?Mn(P[0]).replace(Wg,""):""});return d(/^[;\s]*/),I}}function x(){var B=[];if(!u())return c("missing '{'");m(B);for(var z;z=v();)z!==!1&&(B.push(z),m(B));return l()?B:c("missing '}'")}function b(){for(var B,z=[],P=r();B=d(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)z.push(B[1]),d(/^,\s*/);if(z.length)return P({type:"keyframe",values:z,declarations:x()})}function E(){var B=r(),z=d(/^@([-\w]+)?keyframes\s*/);if(z){var P=z[1];if(z=d(/^([-\w]+)\s*/),!z)return c("@keyframes missing name");var I=z[1];if(!u())return c("@keyframes missing '{'");for(var G,X=m();G=b();)X.push(G),X=X.concat(m());return l()?B({type:"keyframes",name:I,vendor:P,keyframes:X}):c("@keyframes missing '}'")}}function _(){var B=r(),z=d(/^@supports *([^{]+)/);if(z){var P=Mn(z[1]);if(!u())return c("@supports missing '{'");var I=m().concat(f());return l()?B({type:"supports",supports:P,rules:I}):c("@supports missing '}'")}}function D(){var B=r(),z=d(/^@host\s*/);if(z){if(!u())return c("@host missing '{'");var P=m().concat(f());return l()?B({type:"host",rules:P}):c("@host missing '}'")}}function V(){var B=r(),z=d(/^@media *([^{]+)/);if(z){var P=Mn(z[1]);if(!u())return c("@media missing '{'");var I=m().concat(f());return l()?B({type:"media",media:P,rules:I}):c("@media missing '}'")}}function O(){var B=r(),z=d(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(z)return B({type:"custom-media",name:Mn(z[1]),media:Mn(z[2])})}function N(){var B=r(),z=d(/^@page */);if(z){var P=g()||[];if(!u())return c("@page missing '{'");for(var I=m(),G;G=v();)I.push(G),I=I.concat(m());return l()?B({type:"page",selectors:P,declarations:I}):c("@page missing '}'")}}function U(){var B=r(),z=d(/^@([-\w]+)?document *([^{]+)/);if(z){var P=Mn(z[1]),I=Mn(z[2]);if(!u())return c("@document missing '{'");var G=m().concat(f());return l()?B({type:"document",document:I,vendor:P,rules:G}):c("@document missing '}'")}}function Y(){var B=r(),z=d(/^@font-face\s*/);if(z){if(!u())return c("@font-face missing '{'");for(var P=m(),I;I=v();)P.push(I),P=P.concat(m());return l()?B({type:"font-face",declarations:P}):c("@font-face missing '}'")}}var st=et("import"),it=et("charset"),nt=et("namespace");function et(B){var z=new RegExp("^@"+B+"\\s*([^;]+);");return function(){var P=r(),I=d(z);if(I){var G={type:B};return G[B]=I[1].trim(),P(G)}}}function ct(){if(n[0]=="@")return E()||V()||O()||_()||st()||it()||nt()||U()||N()||D()||Y()}function ht(){var B=r(),z=g();return z?(m(),B({type:"rule",selectors:z,declarations:x()})):c("selector missing")}return Mu(h())}function Mn(n){return n?n.replace(/^\s+|\s+$/g,""):""}function Mu(n,t){var e=n&&typeof n.type=="string",s=e?n:t;for(var i in n){var r=n[i];Array.isArray(r)?r.forEach(function(o){Mu(o,s)}):r&&typeof r=="object"&&Mu(r,s)}return e&&Object.defineProperty(n,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),n}class qg extends Gg{currentItem={};items=[];groups=[];globalStyles={};grad={};idtops={};text="";constructor(t){super(t),this.on("tag",(e,s)=>{switch(this.text="",this.currentItem={type:e},e){case"g":this.groups.push(this.currentItem);break}this.processAttrs(e,s)}),this.on("text",e=>{if(this.currentItem.type=="style"){try{const s=Hg(e);for(const i of s.stylesheet.rules)for(const r of i.declarations)for(const o of i.selectors)this.globalStyles[o]=this.globalStyles[o]||[],this.globalStyles[o].push(`${r.property}:${r.value}`)}catch{console.error("CAN'T parse css text: "+e)}return}this.text+=e}),this.on("/tag",(e,s)=>{let i=this.groups.length;for(;i--;)if(this.groups[i]!=this.currentItem){let r="",o="";for(const a in this.groups[i])a=="transform"?r=this.groups[i].transform:a=="class"&&this.globalStyles["."+this.groups[i][a]]?o=this.globalStyles["."+this.groups[i][a]].join(";")+";"+o:a=="id"&&this.globalStyles["#"+this.groups[i][a]]?o=this.globalStyles["#"+this.groups[i][a]].join(";")+";"+o:typeof this.currentItem[a]>"u"&&(this.currentItem[a]=this.groups[i][a]);typeof this.currentItem.transform>"u"?this.currentItem.transform=r:this.currentItem.transform+=" "+r,typeof this.currentItem.style>"u"?this.currentItem.style=o:this.currentItem.style=o+this.currentItem.style,this.currentItem.class&&this.globalStyles["."+this.currentItem.class]?this.currentItem.style=this.globalStyles["."+this.currentItem.class].join(";")+";"+this.currentItem.style:this.currentItem.id&&this.globalStyles["#"+this.currentItem.id]&&(this.currentItem.style=this.globalStyles["#"+this.currentItem.id].join(";")+";"+this.currentItem.style),Ru(this.currentItem.style,this.currentItem,Ou)}switch(this.processAttrs(e,s),e){case"g":this.groups.pop();break;case"cirlce":this.addToItems();break;case"ellipse":this.addToItems();break;case"polygon":this.addToItems();break;case"path":this.addToItems();break;case"line":this.addToItems();break;case"rect":this.addToItems();break;case"image":this.addToItems();break;case"text":this.currentItem.text=this.text,this.currentItem["text-anchor"]=this.currentItem["text-anchor"]||"start",this.addToItems();break}}),this.on("finish",()=>{this.emit("result",this.items)})}parse(){return super.parse(),this.items}processAttrs(t,e){let s=[],i;switch(t){case"svg":let r="",o="";if(e.width&&e.height)r=e.width,o=e.height;else if(e.viewBox){const a=e.viewBox.split(/\s+/gi);a.length==4&&(r=String(parseFloat(a[2])-parseFloat(a[0])),o=String(parseFloat(a[3])-parseFloat(a[1])))}r&&o&&this.items.push({type:"viewbox",width:r,height:o});break;case"line":typeof e.x1=="number"&&typeof e.y1=="number"&&typeof e.x2=="number"&&typeof e.y2=="number"&&(this.currentItem.path="M"+[e.x1,e.y1,e.x2,e.y2]);break;case"stop":i={},e.style&&Ru(e.style,i),i.offset=i.offset||e.offset,i.color=i["stop-color"]||e["stop-color"],i.opacity=i["stop-opacity"]||e["stop-opacity"],~(i.offset+"").indexOf("%")?i.offset=parseFloat(i.offset):i.offset=parseFloat(i.offset)*100,i.offset=+i.offset.toFixed(2),this.grad.stops.push(i);break;case"linearGradient":this.grad.angle=(360+Du(parseFloat(e.x1),parseFloat(e.y1),parseFloat(e.x2),parseFloat(e.y2),parseFloat(e.x1)+100,parseFloat(e.y1))).toFixed(2),s=[this.grad.angle];for(let a=0,c=this.grad.stops.length;a<c;a++)i=this.grad.stops[a],a&&a!=c-1?s.push(i.color+":"+i.offset):s.push(i.color);this.idtops[this.grad.id]=s.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break;case"radialGradient":s=[];for(let a=0,c=this.grad.stops.length;a<c;a++)i=this.grad.stops[a],a&&a!=c-1?s.push(i.color+":"+i.offset):s.push(i.color);this.idtops[this.grad.id]=s.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break}for(const r in e){const o=e[r];if(Ou.includes(r)&&(this.currentItem[r]=o),r==="id"&&(this.currentItem.type==="linearGradient"&&(this.grad={id:r,stops:[]}),this.currentItem.type==="radialGradient"&&(this.grad={id:r,stops:[]})),r==="style"&&Ru(o,this.currentItem,Ou),r==="transform"&&(this.currentItem.transform=o+(this.currentItem.transform||" ")),r==="fill"){const a=o.match(/url\(#([^)]+)\)/);if(a){const c=a[1];this.currentItem.fillid=c,this.idtops[c]&&(this.currentItem.fill=this.idtops[c])}}r==="points"&&this.currentItem.type=="polygon"&&(this.currentItem.path="M"+o+"z"),r==="d"&&this.currentItem.type=="path"&&(this.currentItem.path=o),r==="xlink:href"&&this.currentItem.type=="image"&&(this.currentItem.src=o)}}addToItems(){this.items.push(this.currentItem)}}function Du(n,t,e,s,i,r){if(typeof i>"u"||typeof r>"u"){const o=n-e,a=t-s;return!o&&!a?0:(180+Math.atan2(-a,-o)*180/Math.PI+360)%360}else return Du(n,t,i,r)-Du(e,s,i,r)}function Ru(n,t,e){const s=(n+"").split(";"),i=/^\s+|\s+$/g;for(let r=0,o=s.length;r<o;r++){const a=s[r].split(":"),c=a[0].replace(i,"").replace(/[A-Z]/g,function(h){return"-"+h.toLowerCase()});(!e||e.includes(c))&&(t[c]=a[1].replace(i,""))}}const Ou=["id","class","viewBox","width","height","x","y","cx","cy","r","rx","ry","cursor","opacity","src","fill","fill-opacity","stroke","stroke-dasharray","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","font","font-family","font-size","font-style","font-weight","letter-spacing"];class pe{prevPathX=0;prevPathY=0;isUpdatedSVGPathData=!0;isUpdatedSVGPathD=!0;isUpdatedBoundingClientRect=!0;isUpdatedPolymorphPoints=!0;isUpdatedTotalLength=!0;normalizedLines=[];constructor(t){const e=typeof t=="string"?Co(t):t||[],s=Oh(Po(e));for(let i=0,r=s.length;i<r;i++){const o=s[i];o[0]=="M"?(this.prevPathX=o[1],this.prevPathY=o[2]):this._appendLine(new te({x:this.prevPathX,y:this.prevPathY,c1x:o[1],c1y:o[2],c2x:o[3],c2y:o[4],toX:o[5],toY:o[6]}))}}_appendLine(t){if(this.isUpdatedSVGPathData=!0,this.isUpdatedSVGPathD=!0,this.isUpdatedBoundingClientRect=!0,this.isUpdatedPolymorphPoints=!0,this.isUpdatedTotalLength=!0,t instanceof Au){To(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(h=>{const[u,l,f,d,p,m,y,g]=h;this.normalizedLines.push(new te({x:this.prevPathX,y:this.prevPathY,c1x:f,c1y:d,c2x:p,c2y:m,toX:y,toY:g})),this.prevPathX=y,this.prevPathY=g});return}if(t instanceof te){this.normalizedLines.push(t.clone()),this.prevPathX=t.toX,this.prevPathY=t.toY;return}let e,s,i,r,o,a;t instanceof gP?[e,s,i,r,o,a]=Fi(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,s,i,r,o,a]=ws(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new te({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:s,c2x:i,c2y:r,toX:o,toY:a})),this.prevPathX=o,this.prevPathY=a}static fromPolymorphPoints(t){const e=new pe,s=t.length;if(s){e.prevPathX=t[0],e.prevPathY=t[1];for(let i=2;i+5<s;i+=6)e._appendLine(new te({x:e.prevPathX,y:e.prevPathY,c1x:t[i],c1y:t[i+1],c2x:t[i+2],c2y:t[i+3],toX:t[i+4],toY:t[i+5]}))}return e}static fromLines(t){const e=new pe,s=t.length;if(s){e.prevPathX=t[0].x,e.prevPathY=t[0].y;for(let i=0;i<s;i++)e._appendLine(t[i])}return e}clone(){return pe.fromLines(this.normalizedLines)}cachedSVGPathData=[];toSVGPathData(){if(this.isUpdatedSVGPathData){const t=[];for(let e=0,s=this.normalizedLines.length;e<s;e++){const i=this.normalizedLines[e];e==0&&t.push(["M",i.x,i.y]),t.push(...i.toSVGPathData())}this.cachedSVGPathData=t,this.isUpdatedSVGPathData=!1}return this.cachedSVGPathData}cachedSVGPathD="";toSVGPathD(){return this.isUpdatedSVGPathD&&(this.cachedSVGPathD=Rh(this.toSVGPathData()),this.isUpdatedSVGPathD=!1),this.cachedSVGPathD}toCanvasContext(t){t.beginPath();for(let e=0,s=this.normalizedLines.length;e<s;e++){const i=this.normalizedLines[e];e==0&&t.moveTo(i.x,i.y),i.toCanvasContext(t)}}cachedBoundingClientRect={x:0,y:0,width:0,height:0};getBoundingClientRect(t=2){if(this.isUpdatedBoundingClientRect){const e=[],s=[];if(this.normalizedLines.forEach(i=>{const r=i.getBoundingClientRect(t);e.push(r.x,r.x+r.width),s.push(r.y,r.y+r.height)}),e.length==0||s.length==0)this.cachedBoundingClientRect={x:0,y:0,width:0,height:0};else{const i=Math.min(...e),r=Math.min(...s),o=Math.max(...e),a=Math.max(...s);this.cachedBoundingClientRect={x:at(i,t),y:at(r,t),width:at(o-i,t),height:at(a-r,t)}}this.isUpdatedBoundingClientRect=!1}return this.cachedBoundingClientRect}getBoundingClientRectCenter(t=2){const e=this.getBoundingClientRect(t);return{x:at(e.x+e.width*.5,t),y:at(e.y+e.height*.5,t)}}transform(t){let e;return t.m?e=t.m:(e=new ee,e.translate(t.x||0,t.y||0),e.rotate(t.degree||0,t.centerX,t.centerY),e.scale(t.scaleX||1,t.scaleY||1,t.centerX,t.centerY)),e.isIdentity?this.clone():pe.fromLines(this.normalizedLines.map(s=>{let i=s.x,r=s.y,o=s.c1x,a=s.c1y,c=s.c2x,h=s.c2y,u=s.toX,l=s.toY;return{x:i,y:r}=e.transformPoint({x:i,y:r}),{x:o,y:a}=e.transformPoint({x:o,y:a}),{x:c,y:h}=e.transformPoint({x:c,y:h}),{x:u,y:l}=e.transformPoint({x:u,y:l}),new te({x:i,y:r,c1x:o,c1y:a,c2x:c,c2y:h,toX:u,toY:l})}))}cachedTotalLength;getTotalLength(){return(typeof this.cachedTotalLength!="number"||this.isUpdatedTotalLength)&&(this.cachedTotalLength=Math.round(this.normalizedLines.reduce((t,e)=>t+=e.length(),0)),this.isUpdatedTotalLength=!1),this.cachedTotalLength}getPointAtLength(t){let e=0,s=0;const i=this.normalizedLines.length;for(let r=0;r<i;r++){const o=this.normalizedLines[r];if(s=o.length(),e+s>=t)return o.getPointAtSegmentLength(t-e);e+=s}return this.normalizedLines[i-1].getPointAtSegmentLength(s)}interpolate(t){const e=this.normalizedLines.length;if(e===0)return{x:0,y:0};if(e===1)return this.normalizedLines[0].interpolate(t);{let s=t*e,i=this.normalizedLines[0];if(s--,s>1)for(let r=1;r<e&&(i=this.normalizedLines[r],s>1);r++)s-=1;return i.interpolate(s)}}getSubPathD(t,e,s=1e-6){const i=this.getSubPathDAtLength(e,!0);return mc(s)(t,0)?i:i.getSubPathDAtLength(t,!1)}getSubPathDAtLength(t,e=!1){const s=new pe;let i=0,r=!1;for(let o=0,a=this.normalizedLines.length;o<a;o++){const c=this.normalizedLines[o];o==0&&(s.prevPathX=c.x,s.prevPathY=c.y);const h=c.length();if(i+h>t&&!r){r=!0;const u=c.getPointAtSegmentLength(t-i);if(s._appendLine(new te({x:s.prevPathX,y:s.prevPathY,c1x:u.start.x,c1y:u.start.y,c2x:u.m.x,c2y:u.m.y,toX:u.x,toY:u.y})),e)return s;s.normalizedLines=[],s._appendLine(new te({x:s.prevPathX,y:s.prevPathY,c1x:u.n.x,c1y:u.n.y,c2x:u.end.x,c2y:u.end.y,toX:c.toX,toY:c.toY})),i+=h;continue}s._appendLine(c),i+=h}return s}closestPoint(t,e){const s=this.getTotalLength();let i={x:t,y:e},r=0,o=1/0,a=8;for(let h=0;h<=s;h+=a){const u=this.getPointAtLength(h),l=(t-u.x)*(t-u.x)+(e-u.y)*(e-u.y);l<o&&(i=u,r=h,o=l)}for(a/=2;a>.5;){const h=r-a,u=this.getPointAtLength(h),l=(t-u.x)*(t-u.x)+(e-u.y)*(e-u.y),f=r+a,d=this.getPointAtLength(f),p=(t-d.x)*(t-d.x)+(e-d.y)*(e-d.y);h>=0&&l<o?(i=u,r=h,o=l):f<=s&&p<o?(i=d,r=f,o=p):a/=2}const c=this.getPointAtLength(r+(r===s?-.1:.1));return{point:i,rotation:r>=s?Pe(c.x,c.y,i.x,i.y):Pe(i.x,i.y,c.x,c.y),distance:Math.sqrt(o)}}cachedPolymorphPoints=[];getPolymorphPoints(){if(this.isUpdatedPolymorphPoints){if(this.normalizedLines.length){const t=this.normalizedLines[0];this.cachedPolymorphPoints=[t.x,t.y].concat(this.normalizedLines.reduce((e,s)=>e.concat([s.c1x,s.c1y,s.c2x,s.c2y,s.toX,s.toY]),[]))}this.isUpdatedPolymorphPoints=!1}return[...this.cachedPolymorphPoints]}getPolymorphPointsPerimeter(){let t=0;const e=this.getPolymorphPoints(),s=e.length;if(s){let i=e[s-2],r=e[s-1];for(let o=0;o<s;o+=6)t+=Gn(e[o],e[o+1],i,r),i=e[o],r=e[o+1]}return Math.floor(t)}expendToPolymorphPoints(t){const e=t.length,s=this.getPolymorphPoints(),i=s.length;if(i){const r=[];let o=e-i;const a=Math.ceil(e/i);r.push(["M",s[0],s[1]]);let c=2;for(;c+5<=i-1;){const h=s[c++],u=s[c++],l=s[c++],f=s[c++],d=s[c++],p=s[c++];r.push(["C",h,u,l,f,d,p]);let m=0;for(;m<a&&o>0;)r.push(["C",d,p,d,p,d,p]),o-=6,m++}return new pe(r)}else return pe.fromPolymorphPoints(t)}static getInterpolator(t,e){return s=>{const i=mc(Number.EPSILON);return i(s,0)?t.clone():i(s,1)?e.clone():pe.fromPolymorphPoints(mw(t.getPolymorphPoints(),e.getPolymorphPoints(),s).map(r=>at(r,2)))}}}const Kg=yP("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);function yP(n,t=10){const e={},s=n.split(",");for(let i=0;i<s.length;i+=2){const r="&"+s[i+1]+";",o=parseInt(s[i],t);e[r]="&#"+o+";"}return e["\\xa0"]=" ",e}function ge(n,t){const e=Object.keys(t);for(let s=0;s<e.length;s++)n=n.replace(new RegExp("{"+e[s]+"}","gi"),""+t[e[s]]);return n}function ua(n){let t,e;if(!n)throw new Error("cannot create a random attribute name for an undefined object");const s="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";t="";do for(t="",e=0;e<12;e++)t+=s[Math.floor(Math.random()*s.length)];while(n[t]);return t}function vP(n){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[n]||t.start}function bP(n){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[n]||t.alphabetic}const cr={strokeStyle:{svgAttr:"stroke",canvas:"#000000",svg:"none",apply:"stroke"},fillStyle:{svgAttr:"fill",canvas:"#000000",svg:null,apply:"fill"},lineCap:{svgAttr:"stroke-linecap",canvas:"butt",svg:"butt",apply:"stroke"},lineJoin:{svgAttr:"stroke-linejoin",canvas:"miter",svg:"miter",apply:"stroke"},miterLimit:{svgAttr:"stroke-miterlimit",canvas:10,svg:4,apply:"stroke"},lineWidth:{svgAttr:"stroke-width",canvas:1,svg:1,apply:"stroke"},globalAlpha:{svgAttr:"opacity",canvas:1,svg:1,apply:"fill stroke"},font:{canvas:"10px sans-serif"},shadowColor:{canvas:"#000000"},shadowOffsetX:{canvas:0},shadowOffsetY:{canvas:0},shadowBlur:{canvas:0},textAlign:{canvas:"start"},textBaseline:{canvas:"alphabetic"},lineDash:{svgAttr:"stroke-dasharray",canvas:[],svg:null,apply:"stroke"},lineDashOffset:{svgAttr:"stroke-dashoffset",canvas:0,svg:0,apply:"stroke"}};class Iu{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}addColorStop(t,e){const s=this.__ctx.__createElement("stop");if(s.setAttribute("offset",""+t),e.indexOf("rgba")!==-1){const r=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(e);r&&(s.setAttribute("stop-color",ge("rgb({r},{g},{b})",{r:r[1],g:r[2],b:r[3]})),s.setAttribute("stop-opacity",r[4]))}else s.setAttribute("stop-color",e);this.__root.appendChild(s)}}class Jg{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}}class la{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:t,width:e=500,height:s=500}){t?(this.__canvas=t,this.__ctx=t.getContext("2d")):(this.__canvas=this.__document.createElement("canvas"),this.__ctx=this.__canvas.getContext("2d")),this.width=e||t?.width||0,this.height=s||t?.height||0,this.__setDefaultStyles(),this.__styleStack=[this.__getStyleState()],this.__groupStack=[],this.__rootSVG=this.__document.createElementNS("http://www.w3.org/2000/svg","svg"),this.__rootSVG.setAttribute("version","1.1"),this.__rootSVG.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.__rootSVG.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),this.__rootSVG.setAttribute("width",""+this.width),this.__rootSVG.setAttribute("height",""+this.height),this.__ids={},this.__SVGdefs=this.__document.createElementNS("http://www.w3.org/2000/svg","defs"),this.__rootSVG.appendChild(this.__SVGdefs),this.__currentElement=this.__document.createElementNS("http://www.w3.org/2000/svg","g"),this.__rootSVG.appendChild(this.__currentElement)}__setDefaultStyles(){const t=Object.keys(cr);for(let e=0,s=t.length;e<s;e++){const i=t[e];this[i]=cr[i].canvas}}__getStyleState(){const t={},e=Object.keys(cr);for(let s=0,i=e.length;s<i;s++){const r=e[s];t[r]=this[r]}return t}__applyStyleState(t){const e=Object.keys(t);for(let s=0,i=e.length;s<i;s++){const r=e[s];this[r]=t[r]}}__createElement(t,e={},s=!1){const i=this.__document.createElementNS("http://www.w3.org/2000/svg",t),r=Object.keys(e);s&&(i.setAttribute("fill","none"),i.setAttribute("stroke","none"));for(let o=0;o<r.length;o++){const a=r[o];i.setAttribute(a,e[a])}return i}__applyStyleToCurrentElement(t){let e=this.__currentElement;const s=this.__currentElementsToStyle;s&&(e.setAttribute(t,""),e=s.element,s.children.forEach(r=>{r.setAttribute(t,"")}));const i=Object.keys(cr);for(let r=0;r<i.length;r++){const o=cr[i[r]],a=this[i[r]];if(o.apply){if(a instanceof Jg){if(a.__ctx)for(;a.__ctx.__SVGdefs.childNodes.length;){const c=a.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[c]=c,this.__SVGdefs.appendChild(a.__ctx.__SVGdefs.childNodes[0])}e.setAttribute(o.apply,ge("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof Iu)e.setAttribute(o.apply,ge("url(#{id})",{id:a.__root.getAttribute("id")}));else if(o.apply.indexOf(t)!==-1&&o.svg!==a)if((o.svgAttr==="stroke"||o.svgAttr==="fill")&&a.indexOf("rgba")!==-1){const h=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);if(h){e.setAttribute(o.svgAttr,ge("rgb({r},{g},{b})",{r:h[1],g:h[2],b:h[3]}));let u=parseFloat(h[4]);const l=this.globalAlpha;l!=null&&(u*=l),e.setAttribute(o.svgAttr+"-opacity",""+u)}}else{let c=o.svgAttr;if(i[r]==="globalAlpha"&&(c=t+"-"+o.svgAttr,e.getAttribute(c)))continue;c&&e.setAttribute(c,a)}}}}__closestGroupOrSvg(t){return t=t||this.__currentElement,t.nodeName==="g"||t.nodeName==="svg"?t:this.__closestGroupOrSvg(t.parentNode)}getSerializedSvg(t){let e=new XMLSerializer().serializeToString(this.__rootSVG);if(/xmlns="http:\/\/www\.w3\.org\/2000\/svg".+xmlns="http:\/\/www\.w3\.org\/2000\/svg/gi.test(e)&&(e=e.replace('xmlns="http://www.w3.org/2000/svg','xmlns:xlink="http://www.w3.org/1999/xlink')),t){const i=Object.keys(Kg);for(let r=0,o=i.length;r<o;r++){const a=i[r],c=Kg[a],h=new RegExp(a,"gi");h.test(e)&&(e=e.replace(h,c))}}return e}getSvg(){return this.__rootSVG}save(){const t=this.__createElement("g"),e=this.__closestGroupOrSvg();this.__groupStack.push(e),e.appendChild(t),this.__currentElement=t,this.__styleStack.push(this.__getStyleState())}restore(){this.__currentElementsToStyle=null;const t=this.__groupStack.pop();t?this.__currentElement=t:this.__currentElement=this.__rootSVG.childNodes[1];const e=this.__styleStack.pop();e&&this.__applyStyleState(e)}__addTransform(t){const e=this.__closestGroupOrSvg();if(e.childNodes.length>0){this.__currentElement.nodeName==="path"&&(this.__currentElementsToStyle||(this.__currentElementsToStyle={element:e,children:[]}),this.__currentElementsToStyle.children.push(this.__currentElement),this.__applyCurrentDefaultPath());const i=this.__createElement("g");e.appendChild(i),this.__currentElement=i}let s=this.__currentElement.getAttribute("transform");s?s+=" ":s="",s+=t,this.__currentElement.setAttribute("transform",s)}scale(t,e){e===void 0&&(e=t),this.__addTransform(ge("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(ge("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(ge("translate({x},{y})",{x:t,y:e}))}transform(t,e,s,i,r,o){this.__addTransform(ge("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:s,d:i,e:r,f:o}))}beginPath(){this.__currentDefaultPath="",this.__currentPosition={};const t=this.__createElement("path",{},!0);this.__closestGroupOrSvg().appendChild(t),this.__currentElement=t}__applyCurrentDefaultPath(){const t=this.__currentElement;t.nodeName==="path"&&t.setAttribute("d",this.__currentDefaultPath)}__addPathCommand(t){this.__currentDefaultPath+=" ",this.__currentDefaultPath+=t}moveTo(t,e){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.__currentPosition={x:t,y:e},this.__addPathCommand(ge("M {x} {y}",this.__currentPosition))}closePath(){this.__currentDefaultPath&&this.__addPathCommand("Z")}lineTo(t,e){this.__currentPosition={x:t,y:e},this.__currentDefaultPath.indexOf("M")>-1?this.__addPathCommand(ge("L {x} {y}",this.__currentPosition)):this.__addPathCommand(ge("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,s,i,r,o){this.__currentPosition={x:r,y:o},this.__addPathCommand(ge("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:s,cp2y:i,x:r,y:o}))}quadraticCurveTo(t,e,s,i){this.__currentPosition={x:s,y:i},this.__addPathCommand(ge("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:e,x:s,y:i}))}normalize(t){const e=Math.sqrt(t[0]*t[0]+t[1]*t[1]);return[t[0]/e,t[1]/e]}arcTo(t,e,s,i,r){const o=this.__currentPosition&&this.__currentPosition.x,a=this.__currentPosition&&this.__currentPosition.y;if(typeof o>"u"||typeof a>"u")return;if(r<0)throw new Error("IndexSizeError: The radius provided ("+r+") is negative.");if(o===t&&a===e||t===s&&e===i||r===0){this.lineTo(t,e);return}const c=this.normalize([o-t,a-e]),h=this.normalize([s-t,i-e]);if(c[0]*h[1]===c[1]*h[0]){this.lineTo(t,e);return}const u=c[0]*h[0]+c[1]*h[1],l=Math.acos(Math.abs(u)),f=this.normalize([c[0]+h[0],c[1]+h[1]]),d=r/Math.sin(l/2),p=t+d*f[0],m=e+d*f[1],y=[-c[1],c[0]],g=[h[1],-h[0]],v=function(E){const _=E[0];return E[1]>=0?Math.acos(_):-Math.acos(_)},x=v(y),b=v(g);this.lineTo(p+y[0]*r,m+y[1]*r),this.arc(p,m,r,x,b)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(t,e,s,i){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,e),this.lineTo(t+s,e),this.lineTo(t+s,e+i),this.lineTo(t,e+i),this.lineTo(t,e),this.closePath()}fillRect(t,e,s,i){const r=this.__createElement("rect",{x:t,y:e,width:s,height:i},!0);this.__closestGroupOrSvg().appendChild(r),this.__currentElement=r,this.__applyStyleToCurrentElement("fill")}strokeRect(t,e,s,i){const r=this.__createElement("rect",{x:t,y:e,width:s,height:i},!0);this.__closestGroupOrSvg().appendChild(r),this.__currentElement=r,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const e=this.__closestGroupOrSvg().getAttribute("transform"),s=this.__rootSVG.childNodes[1],i=s.childNodes;for(let r=i.length-1;r>=0;r--)i[r]&&s.removeChild(i[r]);this.__currentElement=s,this.__groupStack=[],e&&this.__addTransform(e)}clearRect(t,e,s,i){if(t===0&&e===0&&s===this.width&&i===this.height){this.__clearCanvas();return}const r=this.__closestGroupOrSvg(),o=this.__createElement("rect",{x:t,y:e,width:s,height:i,fill:"#FFFFFF"},!0);r.appendChild(o)}createLinearGradient(t,e,s,i){const r=this.__createElement("linearGradient",{id:ua(this.__ids),x1:t+"px",x2:s+"px",y1:e+"px",y2:i+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(r),new Iu(r,this)}createRadialGradient(t,e,s,i,r,o){const a=this.__createElement("radialGradient",{id:ua(this.__ids),cx:i+"px",cy:r+"px",r:o+"px",fx:t+"px",fy:e+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(a),new Iu(a,this)}__parseFont(){const e=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext]))(?:\s*\/\s*(normal|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext])))?\s*([-,'"\sa-z0-9]+?)\s*$/i.exec(this.font),s={style:e[1]||"normal",size:e[4]||"10px",family:e[6]||"sans-serif",weight:e[3]||"normal",decoration:e[2]||"normal",href:null};return this.__fontUnderline==="underline"&&(s.decoration="underline"),this.__fontHref&&(s.href=this.__fontHref),s}__wrapTextLink(t,e){if(t.href){const s=this.__createElement("a");return s.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.href),s.appendChild(e),s}return e}__applyText(t,e,s,i){const r=this.__parseFont(),o=this.__closestGroupOrSvg(),a=this.__createElement("text",{"font-family":r.family,"font-size":r.size,"font-style":r.style,"font-weight":r.weight,"text-decoration":r.decoration,x:e,y:s,"text-anchor":vP(this.textAlign),"dominant-baseline":bP(this.textBaseline)},!0);a.appendChild(this.__document.createTextNode(t)),this.__currentElement=a,this.__applyStyleToCurrentElement(i),o.appendChild(this.__wrapTextLink(r,a))}fillText(t,e,s){this.__applyText(t,e,s,"fill")}strokeText(t,e,s){this.__applyText(t,e,s,"stroke")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,e,s,i,r,o){if(i===r)return;i=i%(2*Math.PI),r=r%(2*Math.PI),i===r&&(r=(r+2*Math.PI-.001*(o?-1:1))%(2*Math.PI));const a=t+s*Math.cos(r),c=e+s*Math.sin(r),h=t+s*Math.cos(i),u=e+s*Math.sin(i),l=o?0:1;let f=0,d=r-i;d<0&&(d+=2*Math.PI),o?f=d>Math.PI?0:1:f=d>Math.PI?1:0,this.lineTo(h,u),this.__addPathCommand(ge("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:s,ry:s,xAxisRotation:0,largeArcFlag:f,sweepFlag:l,endX:a,endY:c})),this.__currentPosition={x:a,y:c}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),s=ua(this.__ids),i=this.__createElement("g");this.__applyCurrentDefaultPath(),t.removeChild(this.__currentElement),e.setAttribute("id",s),e.appendChild(this.__currentElement),this.__SVGdefs.appendChild(e),t.setAttribute("clip-path",ge("url(#{id})",{id:s})),t.appendChild(i),this.__currentElement=i}drawImage(...t){let e=t[0],s,i,r,o,a=0,c=0,h,u,l,f,d,p,m,y;if(t.length===3)s=t[1],i=t[2],h=e.width,u=e.height,r=h,o=u;else if(t.length===5)s=t[1],i=t[2],r=t[3],o=t[4],h=e.width,u=e.height;else if(t.length===9)a=t[1],c=t[2],h=t[3],u=t[4],s=t[5],i=t[6],r=t[7],o=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const g=this.__closestGroupOrSvg();this.__currentElement;const v="translate("+s+", "+i+")";if(e instanceof la){if(l=e.getSvg().cloneNode(!0),l.childNodes&&l.childNodes.length>1){for(f=l.childNodes[0];f.childNodes.length;)y=f.childNodes[0].getAttribute("id"),this.__ids[y]=y,this.__SVGdefs.appendChild(f.childNodes[0]);if(d=l.childNodes[1],d){const x=d.getAttribute("transform");let b;x?b=x+" "+v:b=v,d.setAttribute("transform",b),g.appendChild(d)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(p=this.__createElement("image"),p.setAttribute("width",r),p.setAttribute("height",o),p.setAttribute("preserveAspectRatio","none"),(a||c||h!==e.width||u!==e.height)&&(m=this.__document.createElement("canvas"),m.width=r,m.height=o,m.getContext("2d")?.drawImage(e,a,c,h,u,0,0,r,o),e=m),p.setAttribute("transform",v),p.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),g.appendChild(p))}createPattern(t,e){const s=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),i=ua(this.__ids);let r;return s.setAttribute("id",i),t.nodeName==="CANVAS"||t.nodeName==="IMG"?(r=this.__document.createElementNS("http://www.w3.org/2000/svg","image"),r.setAttribute("width",""+t.width),r.setAttribute("height",""+t.height),r.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.nodeName==="CANVAS"?t.toDataURL():t.getAttribute("src")),s.appendChild(r),this.__SVGdefs.appendChild(s)):t instanceof la&&(s.setAttribute("width",""+t.width),s.setAttribute("height",""+t.height),s.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(s)),new Jg(s,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}}class ku{canvas;context;customContext;enablePath2D=!1;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;hasSetCustomStrokeStyle=!1;hasSetCustomFillStyle=!1;constructor(t,e,s,i=!1,r=!1){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),i&&(this.customContext=new la({canvas:this.canvas,width:e||this.canvas.width,height:s||this.canvas.height})),this.enablePath2D=typeof r=="boolean"?r:!1}set lineWidth(t){this.hasSetCustomStrokeStyle=!0,this.context.lineWidth=t,this.customContext&&(this.customContext.lineWidth=t)}get lineWidth(){return this.context.lineWidth}set lineCap(t){this.hasSetCustomStrokeStyle=!0,this.context.lineCap=t,this.customContext&&(this.customContext.lineCap=t)}get lineCap(){return this.context.lineCap}set lineJoin(t){this.hasSetCustomStrokeStyle=!0,this.context.lineJoin=t,this.customContext&&(this.customContext.lineCap=t)}get lineJoin(){return this.context.lineJoin}set lineDashOffset(t){this.hasSetCustomStrokeStyle=!0,this.context.lineDashOffset=t,this.customContext&&(this.customContext.lineDashOffset=t)}get lineDashOffset(){return this.context.lineDashOffset}set miterLimit(t){this.hasSetCustomStrokeStyle=!0,this.context.miterLimit=t,this.customContext&&(this.customContext.miterLimit=t)}get miterLimit(){return this.context.miterLimit}set globalAlpha(t){this.context.globalAlpha=t,this.customContext&&(this.customContext.globalAlpha=t)}get globalAlpha(){return this.context.globalAlpha}set fillStyle(t){this.hasSetCustomFillStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.fillStyle=t,this.customContext&&(this.customContext.fillStyle=t)):(this.context.fillStyle=t.gradient,this.customContext&&(this.customContext.fillStyle=t.gradientCustom))}get fillStyle(){return this.context.fillStyle}set strokeStyle(t){this.hasSetCustomStrokeStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.strokeStyle=t,this.customContext&&(this.customContext.strokeStyle=t)):(this.context.strokeStyle=t.gradient,this.customContext&&(this.customContext.strokeStyle=t.gradientCustom))}get strokeStyle(){return this.context.strokeStyle}set font(t){this.context.font=t,this.customContext&&(this.customContext.font=t)}get font(){return this.context.font}set textBaseline(t){this.context.textBaseline=t,this.customContext&&(this.customContext.textBaseline=t)}get textBaseline(){return this.context.textBaseline}set textAlign(t){this.context.textAlign=t,this.customContext&&(this.customContext.textAlign=t)}get textAlign(){return this.context.textAlign}fill(t){return t?this.context.fill(t):(this.context.fill(),this.customContext&&this.customContext.fill()),this}fillRect(t,e,s,i){return this.context.fillRect(t,e,s,i),this.customContext&&this.customContext.fillRect(t,e,s,i),this}fillText(t,e,s,i){return this.hasSetCustomFillStyle=!1,this.context.fillText(t,e,s,i),this.customContext&&this.customContext.fillText(t,e,s),this}setLineDash(t){return this.context.setLineDash(t),this.customContext&&this.customContext.setLineDash(t),this}stroke(t){return t?this.context.stroke(t):(this.context.stroke(),this.customContext&&this.customContext.stroke()),this}strokeText(t,e,s,i){return this.context.strokeText(t,e,s,i),this.customContext&&this.customContext.strokeText(t,e,s),this}strokeRect(t,e,s,i){return this.context.strokeRect(t,e,s,i),this.customContext&&this.customContext.strokeRect(t,e,s,i),this}measureText(t){return this.context.measureText(t)}clearRect(t=0,e=0,s=this.canvas.width,i=this.canvas.height){return this.context.clearRect(t,e,s,i),this.customContext&&this.customContext.clearRect(t,e,s,i),this}save(){return this.context.save(),this.customContext&&this.customContext.save(),this.currentMatrix=new DOMMatrix,this.enablePath2D&&(this.path2Ds.push(this.currentPath2D),this.currentPath2D=new Path2D),this}restore(){return this.context.restore(),this.customContext&&this.customContext.restore(),this.hasSetCustomStrokeStyle=!1,this.hasSetCustomFillStyle=!1,this.currentMatrix=new DOMMatrix,this.enablePath2D&&(this.currentPath2D=this.path2Ds.pop()||new Path2D),this}beginPath(){return this.context.beginPath(),this.customContext&&this.customContext.beginPath(),this}closePath(){return this.context.closePath(),this.customContext&&this.customContext.closePath(),this.enablePath2D&&this.currentPath2D.closePath(),this}changePath2D(t=this.currentPath2D,e=this.currentMatrix){if(this.enablePath2D){const s=new Path2D;s.addPath(t,e),this.currentPath2D=s}}isPointInStroke(...t){return t[0]instanceof Path2D?this.context.isPointInStroke(t[0],t[1],t[2]):this.context.isPointInStroke(t[0],t[1])}isPointInPath(...t){return t[0]instanceof Path2D?this.context.isPointInPath(t[0],t[1],t[2]):this.context.isPointInPath(t[0],t[1])}translate(t,e){return this.context.translate(t,e),this.customContext&&this.customContext.translate(t,e),this.currentMatrix=this.currentMatrix.translate(t,e),this.changePath2D(),this}rotate(t,e=0,s=0){return this.translate(e,s),this.context.rotate(t),this.customContext&&this.customContext.rotate(t),this.currentMatrix=this.currentMatrix.rotate(t),this.translate(-e,-s),this.changePath2D(),this}scale(t,e=t,s=0,i=0){return this.translate(s,i),this.context.scale(t,e),this.customContext&&this.customContext.scale(t,e),this.currentMatrix=this.currentMatrix.scale(t,e),this.translate(-s,-i),this.changePath2D(),this}moveTo(t,e){return this.context.moveTo(t,e),this.customContext&&this.customContext.moveTo(t,e),this.enablePath2D&&this.currentPath2D.moveTo(t,e),this}lineTo(t,e){return this.context.lineTo(t,e),this.customContext&&this.customContext.lineTo(t,e),this.enablePath2D&&this.currentPath2D.lineTo(t,e),this}arc(t,e,s,i,r,o){return this.context.arc(t,e,s,i,r,o),this.customContext&&this.customContext.arc(t,e,s,i,r,o?-1:1),this.enablePath2D&&this.currentPath2D.arc(t,e,s,i,r,o),this}arcTo(t,e,s,i,r){return this.context.arcTo(t,e,s,i,r),this.customContext&&this.customContext.arcTo(t,e,s,i,r),this.enablePath2D&&this.currentPath2D.arcTo(t,e,s,i,r),this}ellipse(t,e,s,i,r,o,a,c){return this.context.ellipse(t,e,s,i,r,o,a,c),this.enablePath2D&&this.currentPath2D.ellipse(t,e,s,i,r,o,a,c),this}quadraticCurveTo(t,e,s,i){return this.context.quadraticCurveTo(t,e,s,i),this.customContext&&this.customContext.quadraticCurveTo(t,e,s,i),this.enablePath2D&&this.currentPath2D.quadraticCurveTo(t,e,s,i),this}bezierCurveTo(t,e,s,i,r,o){return this.context.bezierCurveTo(t,e,s,i,r,o),this.customContext&&this.customContext.bezierCurveTo(t,e,s,i,r,o),this.enablePath2D&&this.currentPath2D.bezierCurveTo(t,e,s,i,r,o),this}rect(t,e,s,i){return this.context.rect(t,e,s,i),this.customContext&&this.customContext.rect(t,e,s,i),this.enablePath2D&&this.currentPath2D.rect(t,e,s,i),this}createLinearGradient(t,e,s,i,r){const o=this.context.createLinearGradient(t,e,s,i);return r&&Object.entries(r).forEach(([a,c])=>{o.addColorStop(parseFloat(a),c)}),o}createRadialGradient(t,e,s,i,r,o,a){const c=this.context.createRadialGradient(t,e,s,i,r,o);return a&&Object.entries(a).forEach(([h,u])=>{c.addColorStop(parseFloat(h),u)}),c}drawImage(t,...e){if(e.length===0)this.context.drawImage(t,0,0);else if(e.length===2){const s=e[0],i=e[1];this.context.drawImage(t,s,i)}else if(e.length===4){const s=e[0],i=e[1],r=e[2],o=e[3];this.context.drawImage(t,s,i,r,o)}else if(e.length===8){const s=e[0],i=e[1],r=e[2],o=e[3],a=e[4],c=e[5],h=e[6],u=e[7];this.context.drawImage(t,s,i,r,o,a,c,h,u)}else throw new Error("Invalid number of arguments passed to drawImage: "+e.length);return this.customContext&&this.customContext.drawImage(t,...e),this}getImageData(t=0,e=0,s=this.canvas.width,i=this.canvas.height,r){return this.context.getImageData(t,e,s,i,r)}putImageData(t,e=0,s=0){return this.context.putImageData(t,e,s)}createPattern(t,e){return this.context.createPattern(t,e)}toRawSVG(){if(this.customContext){const t=this.customContext.getSerializedSvg(!0),e=this.customContext.getSvg();return{raw:t,element:e}}else return{raw:"",element:null}}}let Bt=class Zf{shouldUpdatePathD=!1;shouldUpdateTransformPathD=!1;shouldUpdateSVGElInDraw=!1;shouldUpdateMInDraw=!0;shouldUpdateAttrsInDraw=!0;shouldUpdateStyleInDraw=!0;id;initD;d;parent;attrs={};style={};initCenterX;initCenterY;_x;_y;_degree;_scaleX;_scaleY;vx;vy;ax;ay;mass;interactive;drag;transform$=new bn;transformSubscription;isMouseIn=!1;isDragging=!1;m;el;constructor(t){this.id=Id(),this.initD=t?.initD,this.setAttr({stroke:"none",fill:"none"}),t?.attrs&&this.setAttr(t.attrs),t?.style&&this.setStyle(t.style),this.initCenterX=t?.centerX,this.initCenterY=t?.centerY,this._x=t?.x||0,this._y=t?.y||0,this._degree=t?.degree||0,this._scaleX=1,this._scaleY=1,t?.scale!==void 0&&(this._scaleX=t.scale,this._scaleY=t.scale),t?.scaleX!==void 0&&(this._scaleX=t.scaleX),t?.scaleY!==void 0&&(this._scaleY=t.scaleY),this.vx=t?.vx||0,this.vy=t?.vy||0,this.ax=t?.ax||0,this.ay=t?.ay||0,this.mass=t?.mass||1,this.interactive=typeof t?.interactive=="boolean"?t?.interactive:!0,this.drag=t?.drag,this.transformSubscription=this.transform$.subscribe(()=>{this.shouldUpdateTransformPathD=!0,this.shouldUpdateMInDraw=!0})}destroy(){this.transformSubscription.unsubscribe()}moveTo(t,e){const s=this._x,i=this._y;(s!==t||i!==e)&&(this._x=t,this._y=e,this.transform$.next({dX:t-s,dY:e-i}))}move(t,e=0){this.moveTo(this._x+t,this._y+e)}moveXTo(t){this.moveTo(t,this._y)}moveX(t){this.moveTo(this._x+t,this._y)}moveYTo(t){this.moveTo(this._x,t)}moveY(t){this.moveTo(this._x,this._y+t)}get x(){return this._x}set x(t){this._x!==t&&(this.transform$.next({dX:t-this._x}),this._x=t)}get y(){return this._y}set y(t){this._y!==t&&(this.transform$.next({dY:t-this._y}),this._y=t)}rotateTo(t){this._degree!==t&&(this.transform$.next({dDegree:t-this._degree}),this._degree=t)}rotate(t){this.rotateTo(this._degree+t)}get degree(){return this._degree}set degree(t){this._degree!==t&&(this.transform$.next({dDegree:t-this._degree}),this._degree=t)}scaleTo(t,e){const s=this._scaleX,i=this._scaleY;(this._scaleX!==t||this._scaleY!==(e||t))&&(this._scaleX=t,this._scaleY=e||t,this.transform$.next({dScaleX:this._scaleX/s,dScaleY:this._scaleY/i}))}scale(t,e){this.scaleTo(this._scaleX*t,this._scaleY*(e||t))}get scaleX(){return this._scaleX}set scaleX(t){this._scaleX!==t&&(this.transform$.next({dScaleX:t/this._scaleX}),this._scaleX=t)}get scaleY(){return this._scaleY}set scaleY(t){this._scaleY!==t&&(this.transform$.next({dScaleY:t/this._scaleY}),this._scaleY=t)}pathD(t){return t?(this.d=t,this.shouldUpdateTransformPathD=!0,this.shouldUpdateSVGElInDraw=!0):this.initD?this.d||(this.d=this.initD instanceof pe?this.initD:new pe(this.initD)):(!this.d||this.shouldUpdatePathD)&&(this.d=new pe(this.toSVGPathData()),this.shouldUpdatePathD=!1,this.shouldUpdateTransformPathD=!0,this.shouldUpdateSVGElInDraw=!0),this.d}cachedTransformedPathD;transformPathD(){if(!this.m){const{x:t,y:e}=this.transformOrigin();let s=0,i=0;if(this.parent?.dDegree||this.parent?.dScaleX!==1||this.parent?.dScaleY!==1){const o=this.transformOrigin(!0);s=o.x,i=o.y}const r=new ee;r.translate(this.x+(this.parent?.dX||0),this.y+(this.parent?.dY||0)),r.rotate(this.degree,t,e),r.scale(this.scaleX,this.scaleY,t,e),this.parent?.dDegree&&r.rotate(this.parent.dDegree,s,i),(this.parent?.dScaleX!==1||this.parent?.dScaleY!==1)&&r.scale(this.parent?.dScaleX||1,this.parent?.dScaleY||1,s,i),this.m=r}return(this.shouldUpdateTransformPathD||!this.cachedTransformedPathD)&&(this.cachedTransformedPathD=this.pathD().transform({m:this.m}),this.shouldUpdateTransformPathD=!1),this.cachedTransformedPathD}getBaseOptions(){return{initD:this.initD,attrs:{...this.attrs},style:{...this.style},centerX:this.initCenterX,centerY:this.initCenterY,x:this._x,y:this._y,degree:this._degree,scaleX:this._scaleX,scaleY:this._scaleY,vx:this.vx,vy:this.vy,ax:this.ax,ay:this.ay,mass:this.mass,interactive:this.interactive,drag:{...this.drag}}}clone(){return this.cloneShape()}cloneShape(){return new Zf(this.getBaseOptions())}update(t){this.shouldUpdatePathD=!0}toSVGEl(){return null}toSVGPathData(){return[]}toSVGPathD(){return this.pathD().toSVGPathD()}toCanvasContext(t){this.pathD().toCanvasContext(t)}getBoundingClientRect(t=2){return this.pathD().getBoundingClientRect(t)}getRealBoundingClientRect(t=2){return this.transformPathD().getBoundingClientRect(t)}getBoundingClientRectCenter(t=2){return this.pathD().getBoundingClientRectCenter(t)}getRealBoundingClientRectCenter(t=2){return this.transformPathD().getBoundingClientRectCenter(t)}transformOrigin(t=!1,e=2){let s=0,i=0;if(this.parent&&!t){const r=this.parent.combo.getBoundingClientRectCenter(e);s=r.x-this.parent.dX,i=r.y-this.parent.dY}else if(typeof this.initCenterX>"u"&&typeof this.initCenterY>"u"){const r=this.getBoundingClientRectCenter(e);s=r.x,i=r.y}else s=this.initCenterX||0,i=this.initCenterY||0;return{x:s,y:i}}isPointInPath(t,e,s){if(t instanceof ku)return t.isPointInPath(new Path2D(this.toSVGPathD()),e,s);if(this.el instanceof SVGGeometryElement){const i=this.el.getCTM();if(i){const r=i.inverse();return this.el.isPointInFill({x:r.a*e+r.c*s+r.e,y:r.b*e+r.d*s+r.f})}}return!1}isPointInStroke(t,e,s){if(t instanceof ku)return t.isPointInStroke(new Path2D(this.toSVGPathD()),e,s);if(this.el instanceof SVGGeometryElement){const i=this.el.getCTM();if(i){const r=i.inverse();return this.el.isPointInStroke({x:r.a*e+r.c*s+r.e,y:r.b*e+r.d*s+r.f})}}return!1}setStyle(t){Object.assign(this.style,t),this.shouldUpdateStyleInDraw=!0}setAttr(t,e){if(typeof t!="string")for(const s in t){const i=t[s];i&&i!=this.getAttr(s)&&(this.attrs[qt(s)]=i,this.shouldUpdateAttrsInDraw=!0)}else e&&e!=this.getAttr(t)&&(this.attrs[qt(t)]=e,this.shouldUpdateAttrsInDraw=!0)}getAttr(t,e){return this.attrs[t]||this.attrs[qt(t)]||e}hasAttr(t){return!!this.getAttr(t)}animate(t){this.vx+=this.ax,this.vy+=this.ay;const e=t?.gravity||0;this.vy+=e;const s=t?.friction||1;this.vx*=s,this.vy*=s,this.move(this.vx,this.vy)}animateEaseTo(t,e){const s=e?.easing||.05,i=t.x-this.x,r=t.y-this.y;this.vx=i*s,this.vy=r*s,this.animate(e)}animateSpringTo(t,e){const s=e?.spring||.03;(Array.isArray(t)?t:[t]).forEach(i=>{const r=i.x-this.x,o=i.y-this.y,a=r*s,c=o*s;this.vx+=a,this.vy+=c}),this.animate({friction:.9,...e})}getSpringMassAlphaTo(t,e){const s=e?.springLength||100,i=e?.spring||5e-4,r=t.x-this.x,o=t.y-this.y,a=Math.sqrt(r*r+o*o);if(a<s){const c=r*i,h=o*i;return this.vx+=c/this.mass,this.vy+=h/this.mass,t.vx-=c/t.mass,t.vy-=h/t.mass,1-a/s}return 0}followTo(t,e=3){this.rotateTo(Jt(Pe(this.x,this.y,t.x,t.y)));const{dx:s,dy:i}=Xn(wt(this.degree),e);this.vx=s,this.vy=i,this.animate()}followAccelerationTo(t,e=.05){this.rotateTo(Jt(Pe(this.x,this.y,t.x,t.y)));const{dx:s,dy:i}=Xn(wt(this.degree),e);this.ax=s,this.ay=i,this.animate()}gravitateTo(t){const e=t.x-this.x,s=t.y-this.y,i=e*e+s*s,r=Math.sqrt(i),o=this.mass*t.mass/i,a=o*e/r,c=o*s/r;this.vx+=a/this.mass,this.vy+=c/this.mass,t.vx-=a/t.mass,t.vy-=c/t.mass}checkCollision(t){const e=t.x-this.x,s=t.y-this.y,i=Math.sqrt(e*e+s*s),{x:r,y:o,width:a,height:c}=t.getBoundingClientRect(),{x:h,y:u}=t.getBoundingClientRectCenter(),{x:l,y:f,width:d,height:p}=this.getBoundingClientRect(),{x:m,y}=this.getBoundingClientRectCenter();if(i<Math.abs(h-r)+Math.abs(m-l)||i<Math.abs(u-o)+Math.abs(y-f)){const g=Math.atan2(s,e),v={x:0,y:0},x=Ge(-g,e,s),b=Ge(-g,this.vx,this.vy),E=Ge(-g,t.vx,t.vy),_=b.x-E.x;b.x=((this.mass-t.mass)*b.x+2*t.mass*E.x)/(this.mass+t.mass),E.x=_+b.x;const D=Math.abs(b.x)+Math.abs(E.x),V=this.ballRadius+t.ballRadius-Math.abs(v.x-x.x);v.x+=b.x/D*V,x.x+=E.x/D*V;const O=Ge(g,v.x,v.y),N=Ge(g,x.x,x.y);t.moveTo(this.x+N.x,this.y+N.y),this.moveTo(this.x+O.x,this.y+O.y);const U=Ge(g,b.x,b.y),Y=Ge(g,E.x,E.y);this.vx=U.x,this.vy=U.y,t.vx=Y.x,t.vy=Y.y}}checkWall(t){if(!t?.wall)return;const e=typeof t.wall.bounce=="number"?t.wall.bounce:-1,s=t.wall.x,i=t.wall.y,r=t.wall.x+t.wall.width,o=t.wall.y+t.wall.height,{x:a,y:c,width:h,height:u}=this.getBoundingClientRect();t.wall.cycle||!1?(this.x+a>r?this.moveXTo(s-(a+h)):this.x+a+h<s&&this.moveXTo(r-a),this.y+c>o?this.moveYTo(i-(c+u)):this.y+c+u<i&&this.moveYTo(o-c)):(this.x+a+h>r?(this.moveXTo(r-(a+h)),this.vx*=e):this.x+a<s&&(this.moveXTo(s+(a+h)),this.vx*=e),this.y+c+u>o?(this.moveYTo(o-(c+u)),this.vy*=e):this.y+c<i&&(this.moveYTo(i+(c+u)),this.vy*=e))}getTotalLength(){return this.transformPathD().getTotalLength()}getPointAtLength(t){return this.transformPathD().getPointAtLength(t)}interpolate(t){return this.transformPathD().interpolate(t)}trailPath(t=0,e=1){const s=this.getTotalLength(),i=t*s,r=e*s;return{subPathD:this.transformPathD().getSubPathD(i,r),point:this.getPointAtLength(r)}}strokeDashTween(t=1e3,e){const s=this.pathD().getTotalLength();this.setAttr({strokeDasharray:`${s} ${s}`,strokeDashoffset:`${s}`});const i=e?.onUpdate,r=new Ui({frameDuration:t});r.addTween({offset:s},{offset:0},Object.assign(e||{},{onUpdate:(o,a)=>{this.setAttr("strokeDashoffset",""+at(o.offset,2)),i?.(o,a)}})),r.play()}static generateRosetta(t,e,s,i,r){if(r==0)throw new Error("no dividing by zero, please");const o=[],a=360/r;for(let c=0;c<r;c+=1){const h=a*c*Math.PI/180,u=t+2*s*Math.cos(h),l=e+2*s*Math.sin(h);o.push(new Au({x:t,y:e,rx:s,ry:i,xAxisRotate:a*c,largeArcFlag:1,sweepFlag:1,toX:u,toY:l})),o.push(new Au({x:u,y:l,rx:s,ry:i,xAxisRotate:a*c,largeArcFlag:1,sweepFlag:1,toX:t,toY:e}))}return new Zf({initD:pe.fromLines(o)})}};class Se{shapes=[];svg;forceWidth;attrs={};style={};initCenterX;initCenterY;x;y;degree;scaleX;scaleY;interactive;drag;constructor(t){if(this.initCenterX=t?.centerX,this.initCenterY=t?.centerY,this.x=t?.x||0,this.y=t?.y||0,this.degree=t?.degree||0,this.scaleX=1,this.scaleY=1,t?.scale!==void 0&&(this.scaleX=t.scale,this.scaleY=t.scale),t?.scaleX!==void 0&&(this.scaleX=t.scaleX),t?.scaleY!==void 0&&(this.scaleY=t.scaleY),t?.attrs&&this.setAttr(t.attrs),t?.style&&this.setStyle(t.style),this.interactive=typeof t?.interactive=="boolean"?t?.interactive:!0,this.drag=t?.drag,this.svg=t?.svg,this.forceWidth=t?.forceWidth,t?.svg){this.initCenterX=0,this.initCenterY=0;let e=0,s=0,i=0,r=0;const o=new qg(t.svg).parse();for(let a=0,c=o.length;a<c;a++){const h=o[a];if(h.type=="viewbox"&&h.width&&h.height){if(e=parseFloat(h.width),s=parseFloat(h.height),t.forceWidth){const p=e/s;i=t.forceWidth,r=i/p}else i=e,r=s;continue}if(h.type!="path"||!Dh(h.path))continue;const u={};for(const p in h)p==="type"||p==="path"||p==="transform"||(u[p]=h[p]);const l=Po(Co(h.path)),f=[];let d=[];for(let p=0,m=l.length;p<m;p++){const y=l[p];d.push(y),y[0].toLowerCase()=="z"&&(f.push(d),d=[])}d.length&&f.push(d),f.forEach(p=>{const m=new Bt({attrs:u,initD:p});if(h.transform){const g=sy(h.transform).split();m.moveTo(g.x,g.y),m.rotateTo(g.degree),m.scaleTo(g.scaleX,g.scaleY)}this.addShape(m)})}i&&e&&r&&s&&this.comboScale(i/e,r/s,!0)}}destroy(){this.shapes.forEach(t=>t.destroy())}getBaseOptions(){return{svg:this.svg,forceWidth:this.forceWidth,attrs:{...this.attrs},style:{...this.style},centerX:this.initCenterX,centerY:this.initCenterY,x:this.x,y:this.y,degree:this.degree,scaleX:this.scaleX,scaleY:this.scaleY,interactive:this.interactive,drag:{...this.drag}}}clone(){const t=this.cloneShapeCombo();return t.shapes=this.shapes.map(e=>{const s=e.clone();return e.parent&&(s.parent={...e.parent,combo:t}),s}),t}cloneShapeCombo(){return new Se(this.getBaseOptions())}update(t){this.shapes.forEach(e=>e.update(t))}addShape(t,e){e?.notCopyFromCombo!==!0&&(t.setAttr(this.attrs),t.setStyle(this.style),t.interactive=t.interactive||this.interactive,t.drag={...this.drag,...t.drag}),t.parent={combo:this,dX:e?.dX||0,dY:e?.dY||0,dDegree:e?.dDegree||0,dScaleX:e?.dScaleX||1,dScaleY:e?.dScaleY||1},this.shapes.push(t)}comboMove(t,e,s=!1){s||(this.x+=t,this.y+=e),this.shapes.forEach(i=>{i.move(t,e)})}comboRotate(t,e=!1){e||(this.degree+=t),this.shapes.forEach(s=>{s.rotate(t)})}comboScale(t,e,s=!1){s||(this.scaleX*=t,this.scaleY*=e||t),this.shapes.forEach(i=>{i.scale(t,e)})}comboTransform(t,e=!1){(typeof t?.x=="number"||typeof t?.y=="number")&&this.comboMove(t?.x||0,t?.y||0,e),typeof t?.degree=="number"&&this.comboRotate(t?.degree||0,e),(typeof t?.scale=="number"||typeof t?.scaleX=="number"||typeof t?.scaleY=="number")&&this.comboScale(t?.scaleX||t?.scale||1,t?.scaleY||t?.scale||1,e)}getBoundingClientRect(t=2){const e=[],s=[];if(this.shapes.forEach(c=>{const h=c.getBoundingClientRect(t);e.push(h.x,h.x+h.width),s.push(h.y,h.y+h.height)}),e.length==0||s.length==0)return{x:0,y:0,width:0,height:0};const i=Math.min(...e),r=Math.min(...s),o=Math.max(...e),a=Math.max(...s);return{x:at(i,t),y:at(r,t),width:at(o-i,t),height:at(a-r,t)}}getBoundingClientRectCenter(t=2){if(typeof this.initCenterX=="number"&&typeof this.initCenterY=="number")return{x:this.initCenterX,y:this.initCenterY};const e=this.getBoundingClientRect(t);return{x:at(e.x+e.width*.5,t),y:at(e.y+e.height*.5,t)}}setStyle(t){Object.assign(this.style,t),this.shapes.forEach(e=>{e.setStyle(t)})}setAttr(t,e){if(typeof t!="string"){for(const s in t){const i=t[s];i&&i!=this.getAttr(s)&&(this.attrs[qt(s)]=i)}this.shapes.forEach(s=>{s.setAttr(t)})}else e&&e!=this.getAttr(t)&&(this.attrs[qt(t)]=e,this.shapes.forEach(s=>{s.setAttr(t,e)}))}getAttr(t,e){return this.attrs[t]||this.attrs[qt(t)]||e}hasAttr(t){return!!this.getAttr(t)}sort(){this.shapes.map(t=>({shape:t,perimeter:t.transformPathD().getPolymorphPointsPerimeter()})).sort((t,e)=>e.perimeter-t.perimeter).map(t=>t.shape)}expendTo(t){const e=t.shapes.length,s=this.shapes.length;if(e<s)return t.expendTo(this);for(let i=s;i<e;i++){const r=t.shapes[i];this.addShape(new Bt({initD:r.pathD().clone()}),{dX:r.x-this.x,dY:r.y-this.y,dDegree:r.degree-this.degree,dScaleX:r.scaleX/this.scaleX,dScaleY:r.scaleY/this.scaleY,notCopyFromCombo:!0})}}strokeDashTween(t,e){switch(e?.type){case"sequence":this.shapes.forEach((o,a)=>{o.strokeDashTween(t,{...e,delay:a,onStart:()=>{a==0&&e?.onGroupStart?.()},onUpdate:()=>{e?.onGroupUpdate?.()},onComplete:()=>{a==this.shapes.length-1&&e?.onGroupComplete?.()}})});break;case"parallel":default:const s=new Ui({frameDuration:t}),i={},r={};this.shapes.forEach((o,a)=>{const c=o.pathD().getTotalLength();i[`offset_${a}`]=c,r[`offset_${a}`]=0,o.setAttr({strokeDasharray:`${c} ${c}`,strokeDashoffset:`${c}`})}),s.addTween(i,r,Object.assign(e||{},{onStart:()=>{e?.onGroupStart?.()},onUpdate:(o,a)=>{for(const c in o){const h=pc(c).number;this.shapes[h].setAttr("strokeDashoffset",""+at(o[c],2))}e?.onGroupUpdate?.()},onComplete:()=>{e?.onGroupComplete?.()}})),s.play();break}}}function wP(n,t,e=5){const s=mc(e);(!s(n.x,t.current.x)||!s(n.y,t.current.y))&&n.followTo(t.current)}function xP(n,t,e){n.drag&&n.drag.enable&&!n.isDragging&&n.animateEaseTo(t,e)}function SP(n,t){const e=[],s=n.length;for(let i=0;i<s;i++){const r=n[i];if(t?.springLength){const o=t?.springLength||100;r.isDragging||n.filter(a=>a.id!==r.id).forEach(a=>{const c=Pe(r.x,r.y,a.x,a.y);r.animateSpringTo({x:a.x-Math.cos(c)*o,y:a.y-Math.sin(c)*o},t)})}else t?.spring?i>0&&r.animateSpringTo(n[i-1],t):r.animate(t);if(t?.wall&&r.checkWall(t),t?.enableCollision||t?.enableGravityBetweenObjects||t?.enableSpringMassAlpha)for(let o=i+1;o<s;o++)t?.enableCollision&&r.checkCollision(n[o]),t?.enableGravityBetweenObjects&&r.gravitateTo(n[o]),t?.enableSpringMassAlpha&&e.push([r.x,r.y,n[o].x,n[o].y,r.getSpringMassAlphaTo(n[o],t)])}return e}function Zg(n){if(n.length<2)throw new Error("shapes个数必须大于等于2");const t=n.length-1,e=new Array(t);for(let i=0;i<t;i++){const r=n[i].transformPathD(),o=n[i+1].transformPathD(),a=r.getPolymorphPoints(),c=o.getPolymorphPoints(),h=a.length>=c.length?a:c;e[i]=pe.getInterpolator(r.expendToPolymorphPoints(h),o.expendToPolymorphPoints(h))}const s=new Bt({initD:""});return i=>{const r=at(t*i,6),o=Math.min(Math.floor(r),t-1),a=at(r-o,6);return s.pathD(e[o](a)),s.setAttr(n[o+1].attrs),s}}function _P(n){if(n.length<2)throw new Error("shapeCombos个数必须大于等于2");let t;const e=[];n.forEach(o=>{let a;o instanceof Se?(a=o,a.sort()):(a=new Se,a.addShape(o)),e.push(a),(!t||t.shapes.length<a.shapes.length)&&(t=a)});const s=[];e.forEach((o,a)=>{o!==t&&o.expendTo(t),o.shapes.forEach((c,h)=>{s[h]=s[h]||[],s[h][a]=c})});const i=[];s.forEach(o=>{i.push(Zg(o))});const r=new Se;return i.forEach(o=>{r.addShape(o(0))}),o=>(i.forEach(a=>{a(o)}),r)}function EP(n,t=6e3,e){const s=n.findIndex(a=>a instanceof Se)>=0?_P(n):Zg(n),i=s(0),r=e?.onUpdate,o=new Ui({frameDuration:t});return o.addTween({t:0},{t:1},Object.assign(e||{},{onUpdate:(a,c)=>{r?.(a,c),s(a.t),e?.shapeOrCombo?.(i,a.t)}})),o.play(),i}class TP{PARENT_EL;SVG_EL=null;CANVAS_EL=null;ctx=null;rect={x:0,y:0,width:0,height:0};size$=new go(null);resizeSubscription;mpg=Ps();mouseSubscription;shapes=[];shapeTap$=new go(null);tapSubscription;lastMouseInShapeId="";draggingShapeId="";prevCursor="default";constructor(t=document.documentElement,e="canvas",s=!1){this.PARENT_EL=t,(e=="svg"||e=="canvas")&&ly(this.PARENT_EL),e=="svg"&&(this.SVG_EL=Hn("svg"),si(this.PARENT_EL,this.SVG_EL)),e=="canvas"&&(this.CANVAS_EL=py("canvas"),si(this.PARENT_EL,this.CANVAS_EL)),this.resizeSubscription=fl(this.PARENT_EL).subscribe(i=>{this.rect.x=i.x,this.rect.y=i.y,this.rect.width=i.width,this.rect.height=i.height,this.SVG_EL&&Fn(this.SVG_EL,{viewBox:`0 0 ${this.rect.width} ${this.rect.height}`,width:`${this.rect.width}`,height:`${this.rect.height}`}),this.CANVAS_EL&&(Fn(this.CANVAS_EL,{width:`${this.rect.width}`,height:`${this.rect.height}`}),this.ctx=new ku(this.CANVAS_EL,this.rect.width,this.rect.height,s)),this.size$.next(i)}),this.mouseSubscription=zy(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL,{createMousePoint:this.mpg}).subscribe(()=>{}),this.tapSubscription=Cy(this.PARENT_EL).subscribe(i=>{for(const r of this.shapes)if(r.isMouseIn){this.shapeTap$.next(r);break}})}destroy(){this.resizeSubscription.unsubscribe(),this.mouseSubscription.unsubscribe(),this.tapSubscription.unsubscribe()}setCursor(t="default"){t!=this.prevCursor&&(this.PARENT_EL.style.cursor=t,this.prevCursor=t)}draw(...t){if(t.length){const e=[];t.forEach(s=>{s instanceof Se?e.push(...s.shapes):e.push(s)}),this.SVG_EL&&this.shapes.filter(s=>e.findIndex(i=>i.id==s.id)==-1).forEach(s=>{s.el&&(s.el.remove(),delete s.el)}),yw(this.shapes,e)}this.ctx&&this.ctx.clearRect(),this.lastMouseInShapeId="",this.mpg.current.isDown||(this.draggingShapeId="");for(const e of this.shapes){const{x:s,y:i}=e.transformOrigin();let r=0,o=0;if(e.parent?.dDegree||e.parent?.dScaleX!==1||e.parent?.dScaleY!==1){const a=e.transformOrigin(!0);r=a.x,o=a.y}if(e.shouldUpdatePathD&&e.pathD(),this.SVG_EL){if(!e.el||e.shouldUpdateSVGElInDraw){const a=e.toSVGEl();e.el?a&&(e.el.remove(),e.el=a,si(this.SVG_EL,e.el),Fn(e.el,{id:e.id})):(e.el=a||Mh(),si(this.SVG_EL,e.el),Fn(e.el,{id:e.id})),xp(e.el)&&Fn(e.el,{d:e.toSVGPathD()}),e.shouldUpdateSVGElInDraw=!1,e.shouldUpdateAttrsInDraw=!0,e.shouldUpdateStyleInDraw=!0,e.shouldUpdateMInDraw=!0}if(e.shouldUpdateAttrsInDraw&&(ld(e.attrs)||Fn(e.el,e.attrs),e.shouldUpdateAttrsInDraw=!1),e.shouldUpdateStyleInDraw&&(ld(e.style)||Us(e.el,e.style),e.shouldUpdateStyleInDraw=!1),e.shouldUpdateMInDraw||!e.m){const a=new ee;a.translate(e.x+(e.parent?.dX||0),e.y+(e.parent?.dY||0)),a.rotate(e.degree,s,i),a.scale(e.scaleX,e.scaleY,s,i),e.parent?.dDegree&&a.rotate(e.parent.dDegree,r,o),(e.parent?.dScaleX!==1||e.parent?.dScaleY!==1)&&a.scale(e.parent?.dScaleX||1,e.parent?.dScaleY||1,r,o),Fn(e.el,{transform:a.toString()}),e.m=a,e.shouldUpdateMInDraw=!1}}if(this.ctx&&(this.ctx.save(),this.ctx.translate(e.x+(e.parent?.dX||0),e.y+(e.parent?.dY||0)),this.ctx.rotate(wt(e.degree),s,i),this.ctx.scale(e.scaleX,e.scaleY,s,i),e.parent?.dDegree&&this.ctx.rotate(wt(e.parent.dDegree),r,o),(e.parent?.dScaleX!==1||e.parent?.dScaleY!==1)&&this.ctx.scale(e.parent?.dScaleX||1,e.parent?.dScaleY||1,r,o),e.m=this.ctx.currentMatrix,Mm(this.ctx,e.attrs),e.toCanvasContext(this.ctx),this.ctx.hasSetCustomStrokeStyle&&this.ctx.stroke(),this.ctx.hasSetCustomFillStyle&&this.ctx.fill()),e.interactive?this.SVG_EL?e.isMouseIn=e.isPointInPath(this.SVG_EL,this.mpg.current.x,this.mpg.current.y)||e.isPointInStroke(this.SVG_EL,this.mpg.current.x,this.mpg.current.y):this.ctx?e.isMouseIn=e.isPointInPath(this.ctx,this.mpg.current.x,this.mpg.current.y)||e.isPointInStroke(this.ctx,this.mpg.current.x,this.mpg.current.y):e.isMouseIn=!1:e.isMouseIn=!1,e.isMouseIn&&(this.setCursor("pointer"),this.lastMouseInShapeId=e.id),e.isDragging=e.id==this.draggingShapeId,this.mpg.current.isDown&&(e.isDragging||!this.draggingShapeId&&e.isMouseIn&&e.drag&&e.drag.enable)){this.setCursor("grabbing"),e.isDragging=!0,this.draggingShapeId=e.id;let a=this.mpg.current.x-this.mpg.start.x,c=this.mpg.current.y-this.mpg.start.y;if(a||c){if(e.drag&&e.drag.enable&&e.drag.alongPath){const h=e.drag.alongPath.transform({m:e.m}).closestPoint(this.mpg.current.x,this.mpg.current.y);a=h.point.x-e.x,c=h.point.y-e.y}(a||c)&&(e.move(a,c),e.parent?.combo.shapes.forEach(h=>{h.drag?.followSibling&&h!==e&&h.move(a,c)}))}this.mpg.setStart(this.mpg.current)}else e.isMouseIn&&e.drag&&e.drag.enable&&this.setCursor("grab");this.ctx&&this.ctx.restore()}!this.lastMouseInShapeId&&!this.draggingShapeId&&this.setCursor("default")}clear(){this.shapes.forEach(t=>{t.el&&(t.el.remove(),delete t.el)}),this.ctx&&this.ctx.clearRect(),this.shapes=[]}drawMouseMoveLine(t){const e=t?.brushSize||4,s=t?.brushColor||"#000000";let i=!1;const r=va(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL,{start:()=>{i=!1,this.ctx&&(this.ctx.save(),this.ctx.lineWidth=e,this.ctx.strokeStyle=s,this.ctx.beginPath())},end:()=>{this.ctx&&this.ctx.restore()}}).subscribe(o=>{this.ctx&&(i?this.ctx.lineTo(o.current.x,o.current.y):(i=!0,this.ctx.moveTo(o.current.x,o.current.y)),this.ctx.stroke())});return()=>{r.unsubscribe()}}drawMouseMoveBrush(t){const e=t?.brushSize||10,s=t?.brushDensity||50,i=t?.brushColor||"#000000",r=new Be(i),o=r.r,a=r.g,c=r.b,h=va(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL).subscribe(u=>{if(this.ctx){const l=this.ctx.getImageData(0,0,this.ctx.canvas.width,this.ctx.canvas.height),f=l.data;for(let d=0;d<s;d++){const p=Math.random()*Math.PI*2,m=Math.random()*e,y=u.current.x+Math.cos(p)*m|0,g=u.current.y+Math.sin(p)*m|0,v=(y+g*l.width)*4;f[v]=o,f[v+1]=a,f[v+2]=c,f[v+3]=255}this.ctx.putImageData(l)}});return()=>{h.unsubscribe()}}downloadSVG=()=>{this.SVG_EL&&Sp(this.SVG_EL)}}class Cs extends Bt{lineLength;startColor;endColor;constructor(t){super({...t,centerX:0,centerY:0}),this.lineLength=t?.lineLength||0,this.startColor=t?.startColor,this.endColor=t?.endColor,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.startColor||this.getAttr("stroke")||"#000000"})}cloneShape(){return new Cs({...super.getBaseOptions(),lineLength:this.lineLength,startColor:this.startColor,endColor:this.endColor})}lineToAbsolutePoint(t){const e=Jt(Pe(this.x,this.y,t.x,t.y)),s=Gn(this.x,this.y,t.x,t.y);(e!=this.degree||s!=this.lineLength)&&(e!=this.degree&&this.rotateTo(e),s!=this.lineLength&&(this.lineLength=s),this.shouldUpdatePathD=!0)}enableGradient(t,e){this.startColor=t,this.endColor=e,this.setAttr({stroke:this.startColor})}disableGradient(t){this.startColor=t,this.endColor=void 0,this.setAttr({stroke:this.startColor})}getBoundingClientRect(){return{x:0,y:0,width:this.lineLength,height:parseFloat(this.getAttr("strokeWidth"))}}toSVGPathData(){return[["m",0,0],["l",this.lineLength,0]]}toCanvasContext(t){this.startColor&&this.endColor&&this.setAttr({stroke:t.createLinearGradient(0,0,this.lineLength,0,{0:this.startColor,1:this.endColor})}),t.beginPath(),t.moveTo(0,0),t.lineTo(this.lineLength,0)}intersection(t){const e=this.transformPathD().normalizedLines[0],s=t.transformPathD().normalizedLines[0];return e.intersection(s)}}class Lu extends Bt{cx;cy;toX;toY;isLineThrough;constructor(t){super(t),this.cx=t?.cx||0,this.cy=t?.cy||0,this.toX=t?.toX||0,this.toY=t?.toY||0,this.isLineThrough=typeof t?.isLineThrough=="boolean"?t.isLineThrough:!1,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.getAttr("stroke")||"#000000"})}cloneShape(){return new Lu({...super.getBaseOptions(),cx:this.cx,cy:this.cy,toX:this.toX,toY:this.toY,isLineThrough:this.isLineThrough})}update(t){typeof t.cx=="number"&&(this.cx=t.cx,this.shouldUpdatePathD=!0),typeof t.cy=="number"&&(this.cy=t.cy,this.shouldUpdatePathD=!0),typeof t.toX=="number"&&(this.toX=t.toX,this.shouldUpdatePathD=!0),typeof t.toY=="number"&&(this.toY=t.toY,this.shouldUpdatePathD=!0),typeof t.isLineThrough=="boolean"&&(this.isLineThrough=t.isLineThrough,this.shouldUpdatePathD=!0)}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(0+this.toX)/2,e=this.cy*2-(0+this.toY)/2;return[["m",0,0],["q",t,e,this.toX,this.toY]]}else return[["m",0,0],["q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(t.beginPath(),t.moveTo(0,0),this.isLineThrough){const e=this.cx*2-(0+this.toX)/2,s=this.cy*2-(0+this.toY)/2;t.quadraticCurveTo(e,s,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}}class fa extends Bt{points;isStraight;constructor(t){super(t),this.points=t?.points||[],this.isStraight=typeof t?.isStraight=="boolean"?t.isStraight:!0,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.getAttr("stroke")||"#000000"})}cloneShape(){return new fa({...super.getBaseOptions(),points:[...this.points],isStraight:this.isStraight})}update(t){"points"in t&&(this.points=[...t.points||this.points],this.shouldUpdatePathD=!0),typeof t.isStraight=="boolean"&&(this.isStraight=t.isStraight,this.shouldUpdatePathD=!0)}toSVGPathData(){const t=[];if(this.points.length<3)return t;const e=this.points.length;if(this.isStraight){t.push(["m",this.points[0].x,this.points[0].y]);for(let s=1;s<=e-1;s++)t.push(["l",this.points[s].x-this.points[s-1].x,this.points[s].y-this.points[s-1].y]);t.push(["z"])}else{const s=(this.points[0].x+this.points[e-1].x)/2,i=(this.points[0].y+this.points[e-1].y)/2;let r=s,o=i;t.push(["m",r,o]);for(let a=0;a<e-1;a++){const c=(this.points[a].x+this.points[a+1].x)/2,h=(this.points[a].y+this.points[a+1].y)/2;t.push(["q",this.points[a].x-r,this.points[a].y-o,c-r,h-o]),r=c,o=h}t.push(["q",this.points[e-1].x-r,this.points[e-1].y-o,s-r,i-o])}return t}toCanvasContext(t){if(this.points.length<3)return;t.beginPath();const e=this.points.length;if(this.isStraight){t.moveTo(this.points[0].x,this.points[0].y);for(let s=1;s<=e-1;s++)t.lineTo(this.points[s].x,this.points[s].y);t.closePath()}else{const s=(this.points[0].x+this.points[e-1].x)/2,i=(this.points[0].y+this.points[e-1].y)/2;t.moveTo(s,i);for(let r=0;r<e-1;r++){const o=(this.points[r].x+this.points[r+1].x)/2,a=(this.points[r].y+this.points[r+1].y)/2;t.quadraticCurveTo(this.points[r].x,this.points[r].y,o,a)}t.quadraticCurveTo(this.points[e-1].x,this.points[e-1].y,s,i)}}isPointInShape(t){const e=this.points.length;let s=!1;const i=2e-10;for(let r=0,o=e-1;r<e;o=r,r++){const a=this.points[r].x,c=this.points[r].y,h=this.points[o].x,u=this.points[o].y;if(a===t.x&&c===t.y||h===t.x&&u===t.y||t.y===c&&t.y===u)return!0;if(t.y>=c&&t.y<u||t.y<c&&t.y>=u){const l=(h-a)/(u-c),f=a+l*(t.y-c);if(f===t.x||Math.abs(f-t.x)<i)return!0;f>t.x&&(s=!s)}}return s}[Symbol.iterator](){let t=-1;return{next:()=>({value:t<=this.points.length-1?this.points[++t]:void 0,done:t>=this.points.length})}}static generate(t,e,s,i){const r=[];for(let o=0;o<i;o++){const a=o/i*2*Math.PI,{dx:c,dy:h}=Xn(a,s);r.push({x:t+c,y:e+h})}return new fa({points:r})}}class Vu extends Se{length=100;constructor(t){super(t);const e=new Cs({drag:{followSibling:!0},lineLength:this.length});this.addShape(e);const s=new Cs({drag:{followSibling:!0},lineLength:20+Math.random()*20});this.addShape(s,{dX:90-Math.random()*40,dDegree:Math.random()*70});const i=new Cs({drag:{followSibling:!0},lineLength:20+Math.random()*20});this.addShape(i,{dX:90-Math.random()*40,dDegree:-Math.random()*70}),this.comboRotate(-90,!0)}cloneShapeCombo(){return new Vu(super.getBaseOptions())}}class ei extends Bt{ballRadius;constructor(t){super(t),this.ballRadius=t?.ballRadius||0}cloneShape(){return new ei({...super.getBaseOptions(),ballRadius:this.ballRadius})}update(t){typeof t.ballRadius=="number"&&(this.ballRadius=t.ballRadius,this.shouldUpdatePathD=!0)}getBoundingClientRect(){return{x:-this.ballRadius,y:-this.ballRadius,width:this.ballRadius*2,height:this.ballRadius*2}}toSVGEl(){const t=Hn("circle");return this.setAttr({cx:"0",cy:"0",r:String(this.ballRadius)}),t}toSVGPathData(){return this.ballRadius?[["m",0,-this.ballRadius],["a",this.ballRadius,this.ballRadius,0,1,1,0,2*this.ballRadius],["a",this.ballRadius,this.ballRadius,0,1,1,0,-2*this.ballRadius],["z"]]:[["m",0,0]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.ballRadius,0,Math.PI*2,!0),t.closePath()}eq(t){return this.x===t.x&&this.y===t.y&&this.ballRadius===t.ballRadius&&this.mass===t.mass}midPointBtw(t){return{x:this.x+(t.x-this.x)/2,y:this.y+(t.y-this.y)/2}}length(){return Hs(this.x,this.y)}scalar(t){return this.moveTo(this.x*t,this.y*t),this}normalize(t=1){const e=this.length();if(e){const s=t/e;this.scalar(s)}return this}clamp(t){const e=this.length();return e&&e>t&&this.scalar(t/e),this}cross(t){const e=this.x,s=this.y;return{x:s*t.x-e*t.y,y:e*t.y-s*t.x}}multiply(t){return{x:this.x*t.x,y:this.y*t.y}}div(t){return{x:this.x/t.x,y:this.y/t.y}}add(t){return{x:this.x+t.x,y:this.y+t.y}}sub(t){return{x:this.x-t.x,y:this.y-t.y}}dot(t){return this.x*t.x+this.y*t.y}reflect(t){const e=this.dot(t);return{x:this.x-2*e*t.x,y:this.y-2*e*t.y}}}class Nu extends Bt{constructor(t){super(t)}cloneShape(){return new Nu({...super.getBaseOptions()})}toSVGPathData(){return[["m",-50,-25],["l",50,0],["l",0,-25],["l",50,50],["l",-50,50],["l",0,-25],["l",-50,0],["l",0,-50],["z"]]}toCanvasContext(t){t.beginPath(),t.moveTo(-50,-25),t.lineTo(0,-25),t.lineTo(0,-50),t.lineTo(50,0),t.lineTo(0,50),t.lineTo(0,25),t.lineTo(-50,25),t.lineTo(-50,-25),t.closePath()}}class ts extends Bt{rectWidth;rectHeight;rectBorderRadius;constructor(t){super(t),this.rectWidth=t.rectWidth||0,this.rectHeight=t.rectHeight||0,this.rectBorderRadius=t.rectBorderRadius||0}cloneShape(){return new ts({...super.getBaseOptions(),rectWidth:this.rectWidth,rectHeight:this.rectHeight,rectBorderRadius:this.rectBorderRadius})}update(t){typeof t.rectWidth=="number"&&(this.rectWidth=t.rectWidth,this.shouldUpdatePathD=!0),typeof t.rectHeight=="number"&&(this.rectHeight=t.rectHeight,this.shouldUpdatePathD=!0),typeof t.rectBorderRadius=="number"&&(this.rectBorderRadius=t.rectBorderRadius,this.shouldUpdatePathD=!0)}getBoundingClientRect(){return{x:0,y:0,width:this.rectWidth,height:this.rectHeight}}toSVGEl(){const t=Hn("rect");return this.setAttr({x:"0",y:"0",width:String(this.rectWidth),height:String(this.rectHeight),rx:String(this.rectBorderRadius),ry:String(this.rectBorderRadius)}),t}toSVGPathData(){return this.rectBorderRadius?[["m",this.rectBorderRadius,0],["l",this.rectWidth-this.rectBorderRadius*2,0],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,this.rectBorderRadius,this.rectBorderRadius],["l",0,this.rectHeight-this.rectBorderRadius*2],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,-this.rectBorderRadius,this.rectBorderRadius],["l",this.rectBorderRadius*2-this.rectWidth,0],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,-this.rectBorderRadius,-this.rectBorderRadius],["l",0,this.rectBorderRadius*2-this.rectHeight],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,this.rectBorderRadius,-this.rectBorderRadius],["z"]]:[["m",0,0],["l",this.rectWidth,0],["l",0,this.rectHeight],["l",-this.rectWidth,0],["z"]]}toCanvasContext(t){t.beginPath(),this.rectBorderRadius<=0?t.rect(0,0,this.rectWidth,this.rectHeight):(t.moveTo(0,this.rectBorderRadius),t.lineTo(0,this.rectHeight-this.rectBorderRadius),t.quadraticCurveTo(0,this.rectHeight,this.rectBorderRadius,this.rectHeight),t.lineTo(this.rectWidth-this.rectBorderRadius,this.rectHeight),t.quadraticCurveTo(this.rectWidth,this.rectHeight,this.rectWidth,this.rectHeight-this.rectBorderRadius),t.lineTo(this.rectWidth,this.rectBorderRadius),t.quadraticCurveTo(this.rectWidth,0,this.rectWidth-this.rectBorderRadius,0),t.lineTo(this.rectBorderRadius,0),t.quadraticCurveTo(0,0,0,this.rectBorderRadius)),t.closePath()}static fromCubicBezier(t,e,s,i,r,o,a,c){const u=new te({x:t,y:e,c1x:s,c1y:i,c2x:r,c2y:o,toX:a,toY:c}).getBoundingClientRect();return new ts({x:u.x,y:u.y,rectWidth:u.width,rectHeight:u.height})}eq(t){return this.x===t.x&&this.y===t.y&&this.rectWidth===t.rectWidth&&this.rectHeight===t.rectHeight&&this.rectBorderRadius===t.rectBorderRadius}intersection(t){return!(this.x+this.rectWidth<t.x||t.x+t.rectWidth<this.x||this.y+this.rectHeight<t.y||t.y+t.rectHeight<this.y)}isPointInShape(t){return t.x>=this.x&&t.x<=this.x+this.rectWidth&&t.y>=this.y&&t.y<=this.y+this.rectHeight}}class zu extends Bt{rx;ry;constructor(t){super(t),this.rx=t?.heartRx||10,this.ry=t?.heartRy||10}cloneShape(){return new zu({...super.getBaseOptions(),heartRx:this.rx,heartRy:this.ry})}toSVGPathData(){return[["m",0,0],["l",this.rx*2.4,-this.ry*3.14],["a",this.rx/2,this.ry/2,0,0,0,-this.rx*2.4,-this.ry*1.5],["a",this.rx/2,this.ry/2,0,0,0,-this.rx*2.4,this.ry*1.5],["l",this.rx*2.4,this.ry*3.14],["z"]]}}class Fu extends Bt{rx;ry;constructor(t){super(t),this.rx=t?.heartRx||50,this.ry=t?.heartRy||50}cloneShape(){return new Fu({...super.getBaseOptions(),heartRx:this.rx,heartRy:this.ry})}toSVGPathData(){return[["m",0,0+this.ry*.3],["C",0,0,0-this.rx/2,0,0-this.rx/2,0+this.ry*.3],["C",0-this.rx/2,0+(this.ry+this.ry*.3)/2,0,0+(this.ry+this.ry*.3)/1.4,0,0+this.ry],["C",0,0+(this.ry+this.ry*.3)/1.8,0+this.rx/2,0+(this.ry+this.ry*.3)/2,0+this.rx/2,0+this.ry*.3],["C",0+this.rx/2,0,0,0,0,0+this.ry*.3],["z"]]}}class Bu extends Bt{r;constructor(t){super(t),this.r=t?.starR||20}cloneShape(){return new Bu({...super.getBaseOptions(),starR:this.r})}toSVGPathData(){const t=[["m",0,-this.r]];for(let e=0;e<6;e+=1){const s=288+e*144,i=this.r*Math.cos(wt(s)),r=this.r*Math.sin(wt(s));t.push(["l",i,r])}return t}}class ju extends Bt{constructor(t){super(t)}cloneShape(){return new ju({...super.getBaseOptions()})}toSVGPathData(){return[["m",4,24],["l",4,-8],["l",6,-6],["l",1,-10],["l",-6,-10],["l",-7,10],["l",-4,0],["l",-7,-10],["l",-6,10],["l",1,10],["l",6,6],["l",4,8],["z"]]}toCanvasContext(t){t.beginPath(),t.moveTo(4,24),t.lineTo(8,16),t.lineTo(14,10),t.lineTo(15,0),t.lineTo(9,-10),t.lineTo(2,0),t.lineTo(-2,0),t.lineTo(-9,-10),t.lineTo(-15,0),t.lineTo(-14,10),t.lineTo(-8,16),t.lineTo(-4,24),t.closePath()}}class $u extends Bt{constructor(t){super(t)}cloneShape(){return new $u({...super.getBaseOptions()})}toSVGPathData(){return[["M",0,0],["C",15,0,15,-40,5,-30],["L",0,0],["C",-15,0,-15,-40,-5,-30],["L",0,0],["a",15,15,0,1,1,0,2*15],["a",15,15,0,1,1,0,-2*15]]}}class Uu extends Bt{constructor(t){super({...t,initD:"m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z"})}cloneShape(){return new Uu({...super.getBaseOptions()})}}class Yu extends Bt{rx;ry;constructor(t){super(t),this.rx=t?.rx||0,this.ry=t?.ry||0}cloneShape(){return new Yu({...super.getBaseOptions(),rx:this.rx,ry:this.ry})}getBoundingClientRect(){return{x:this.x-this.rx,y:this.y-this.ry,width:this.rx*2,height:this.ry*2}}toSVGEl(){const t=Hn("ellipse");return this.setAttr({cx:"0",cy:"0",rx:String(this.rx),ry:String(this.ry)}),t}toSVGPathData(){return[["m",0,-this.ry],["a",this.rx,this.ry,0,1,1,0,2*this.ry],["a",this.rx,this.ry,0,1,1,0,-2*this.ry],["z"]]}toCanvasContext(t){t.beginPath(),t.ellipse(0,0,this.rx,this.ry,0,0,2*Math.PI,!0),t.closePath()}}class Gu extends Se{showFlame;flame;ship;constructor(t){super(t),this.showFlame=typeof t?.showFlame=="boolean"?t?.showFlame:!0,this.flame=new Bt({initD:[["M",-15,0],["L",-2.5,-5],["L",-2.5,5],["Z"]],drag:{followSibling:!0}}),this.showFlame&&this.addShape(this.flame),this.ship=new Bt({initD:[["M",10,0],["L",-10,10],["L",-5,0],["L",-10,-10],["L",10,0],["Z"]],drag:{followSibling:!0}}),this.addShape(this.ship)}cloneShapeCombo(){return new Gu({...super.getBaseOptions(),showFlame:this.showFlame})}update(t){typeof t?.showFlame=="boolean"&&(this.shapes=[],this.showFlame=t?.showFlame,this.showFlame&&this.addShape(this.flame),this.addShape(this.ship))}}class Xu extends Se{width;height;cornerRadius;constructor(t){super(t),this.width=t.segmentWidth,this.height=t.segmentHeight,this.cornerRadius=typeof t.segmentCornerRadius=="number"?t.segmentCornerRadius:this.height*.5;const e=new ts({drag:{followSibling:!0},rectWidth:this.width+this.cornerRadius*2,rectHeight:this.height,rectBorderRadius:this.cornerRadius});this.addShape(e,{dX:0-this.cornerRadius,dY:0-this.height*.5});const s=new ei({drag:{followSibling:!0},ballRadius:2});this.addShape(s);const i=new ei({drag:{followSibling:!0},ballRadius:2});this.addShape(i,{dX:0+this.width})}cloneShapeCombo(){return new Xu({...super.getBaseOptions(),segmentWidth:this.width,segmentHeight:this.height,segmentCornerRadius:this.cornerRadius})}getBoundingClientRectCenter(){return{x:0,y:0}}getPin(){const t=this.shapes[1];return{x:t.x+Math.cos(wt(t.degree))*this.width,y:t.y+Math.sin(wt(t.degree))*this.width}}}class Wu extends Se{options;value$=new bn;subscription;constructor(t){super(t),this.options=t;const e=t?.sliderMin||0,s=t?.sliderMax||100,i=t?.sliderStep||1,r=pw(e,s,i),o=r(typeof t?.sliderDefaultValue=="number"?rt(t.sliderDefaultValue,e,s):e);this.value$.next(o);const a=o/(s-e),c=t?.sliderWidth||100,h=t?.sliderHeight||4,u=h*.5,l=h*2.5,f=t?.sliderBackgroundColor||"#f5f5f5",d=t?.sliderForegroundColor||"#5a82f0",p=new ts({rectWidth:c,rectHeight:h,rectBorderRadius:u,attrs:{fill:f},drag:{enable:!1}});this.addShape(p);const m=new ts({rectWidth:c*a,rectHeight:h,rectBorderRadius:u,attrs:{fill:d},drag:{enable:!1}});this.addShape(m);const y=new ei({x:c*a,y:u,ballRadius:l,attrs:{fill:d},drag:{enable:!0,alongPath:new pe([["m",0,0],["l",c,0]])}});this.addShape(y),this.subscription=y.transform$.subscribe(({dX:g})=>{console.log(g);const v=(y.x-p.x)/c;m.update({rectWidth:c*v}),this.value$.next(r(v*(s-e)+e))})}destroy(){super.destroy(),this.subscription.unsubscribe()}cloneShapeCombo(){return new Wu({...super.getBaseOptions(),...this.options})}}class hr extends Bt{half;lineWidth;radius;startDegree;endDegree;percent=0;percentDegree=0;startColor;endColor;constructor(t){super(t),this.half=typeof t?.half=="boolean"?t?.half:!1,this.lineWidth=t.lineWidth;const e=t.width||0,s=t.height||0,i=(t.endDegree-t.startDegree-180)/2;if(t.radius)this.radius=t.radius;else if(this.half){const r=Math.min(e/2,s)-this.lineWidth;this.radius=Math.max(0,r-r*Math.sin(wt(i)))}else this.radius=Math.max(0,Math.min(e/2,s/2)-this.lineWidth);t.x||(this.x=e/2),t.y||(this.half?this.y=s-this.lineWidth-this.radius*Math.sin(wt(i)):this.y=s/2),t.forceCoordinate?(this.startDegree=t.startDegree,this.endDegree=t.endDegree):(this.startDegree=-90+t.startDegree,this.endDegree=-90+t.endDegree),this.startColor=t?.startColor,this.endColor=t?.endColor,this.setAttr({"stroke-linecap":"round","stroke-width":String(this.lineWidth),stroke:this.startColor||"#000000"}),this.setPercent(t.percent||1)}cloneShape(){return new hr({...super.getBaseOptions(),half:this.half,lineWidth:this.lineWidth,radius:this.radius,forceCoordinate:!0,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.startColor,endColor:this.endColor,percent:this.percent})}setPercent(t){this.percent=Math.max(0,t),this.percentDegree=this.startDegree+(this.endDegree-this.startDegree)*t}enableGradient(t,e){this.startColor=t,this.endColor=e,this.setAttr({stroke:this.startColor})}disableGradient(t){this.startColor=t,this.endColor=void 0,this.setAttr({stroke:this.startColor})}toSVGPathData(){const{dx:t,dy:e}=Xn(wt(this.startDegree),this.radius),{dx:s,dy:i}=Xn(wt(this.percentDegree),this.radius);return[["m",t,e],["a",this.radius,this.radius,0,Math.abs(this.percentDegree-this.startDegree)>=180?1:0,1,s-t,i-e]]}toCanvasContext(t){if(this.startColor&&this.endColor){let e;if(this.half){const s=this.radius-this.radius*Math.cos(Math.PI*this.percent),i=this.radius*Math.sin(Math.PI*this.percent);e=t.createLinearGradient(-this.radius,0,-this.radius+s,-i,{0:this.startColor,1:this.endColor})}else{const s=this.radius*Math.sin(2*Math.PI*this.percent),i=this.radius*Math.cos(2*Math.PI*this.percent);e=t.createLinearGradient(0,-this.radius,s,-i,{0:this.startColor,1:this.endColor})}this.setAttr({stroke:e})}t.beginPath(),t.arc(0,0,this.radius,wt(this.startDegree),wt(this.percentDegree),!1)}}class Hu extends Se{half;lineWidth;width;height;bgColor;startColor;endColor;startDegree;endDegree;percent=0;ringBg;ring;lines=[];indicatorLineCount;constructor(t){if(super(t),this.half=typeof t?.half=="boolean"?t?.half:!1,this.lineWidth=t?.lineWidth||12,this.width=t.width,this.height=t.height,this.bgColor=t?.bgColor,this.startColor=t?.startColor,this.endColor=t?.endColor,this.half?(this.startDegree=t?.startDegree||-90-15,this.endDegree=t?.endDegree||90+15):(this.startDegree=t?.startDegree||0,this.endDegree=t?.endDegree||360),this.percent=t?.percent||0,this.ringBg=new hr({half:this.half,lineWidth:this.lineWidth,width:t.width,height:t.height,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.bgColor,percent:1}),this.addShape(this.ringBg),this.ring=new hr({half:this.half,lineWidth:this.lineWidth,width:t.width,height:t.height,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.startColor,endColor:this.endColor,percent:0}),this.addShape(this.ring),this.indicatorLineCount=22+1,this.half){const r=this.ringBg.radius-20-17;for(let o=0;o<this.indicatorLineCount;o++){const a=new Cs({lineLength:17,startColor:this.startColor,endColor:this.endColor,attrs:{"stroke-linecap":"round","stroke-width":String(2),stroke:this.bgColor}});this.lines.push(a);const c=-90+this.startDegree+(this.endDegree-this.startDegree)/(this.indicatorLineCount-1)*o;this.addShape(a,{dX:this.ringBg.x+Math.cos(wt(c))*r,dY:this.ringBg.y+Math.sin(wt(c))*r,dDegree:c})}}this.setPercent(t.percent||0)}cloneShapeCombo(){return new Hu({...super.getBaseOptions(),half:this.half,lineWidth:this.lineWidth,width:this.width,height:this.height,bgColor:this.bgColor,startColor:this.startColor,endColor:this.endColor,startDegree:this.startDegree,endDegree:this.endDegree,percent:this.percent})}setPercent(t){if(this.percent=Math.max(0,t),this.ring.setPercent(t),this.half)for(let e=0;e<this.indicatorLineCount;e++)e/(this.indicatorLineCount-1)<=this.percent?this.lines[e].enableGradient(this.startColor,this.endColor):this.lines[e].disableGradient(this.bgColor)}}class ni extends Bt{text;width=0;height=0;constructor(t){super(t),this.text=t.text,this.setAttr({fontSize:"10px",fontFamily:'system-ui, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',emojiFontFamily:'"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", "Twemoji Mozilla", "system emoji", sans-serif',fill:"#666666",stroke:"none","alignment-baseline":"middle",textAnchor:"start",...this.attrs});const e=pc(this.getAttr("fontSize"),10).number,s=pc(this.getAttr("fontWeight"),400).number,i=ni.measureText(this.text,e,s);this.width=i.width,this.height=i.height}cloneShape(){return new ni({...super.getBaseOptions(),text:this.text})}toSVGEl(){const t=Hn("text");t.setAttribute("x","0"),t.setAttribute("y","0"),t.style.alignmentBaseline="middle";const e=this.text.split(`
|
|
113
|
+
`);if(e.length<=1)t.innerHTML=this.text;else{const s=this.getAttr("line-height","1.2em");e.forEach((i,r)=>{if(i.trim()){const o=Hn("tspan");o.setAttribute("x","0"),o.setAttribute("dy",r>0?s:"0"),o.innerHTML=i.trim(),o.style.alignmentBaseline="middle",t.append(o)}})}return t}toSVGPathData(){return[]}toCanvasContext(t){const e=this.text.split(`
|
|
114
|
+
`);if(e.length<=1)t.fillText(this.text,0,0);else{const s=t.measureText(this.text),r=(s.actualBoundingBoxAscent+s.actualBoundingBoxDescent)*parseFloat(this.getAttr("line-height","1.2em"));let o=0;e.forEach((a,c)=>{a.trim()&&(o+=c>0?r:0,t.fillText(a.trim(),0,o))})}}static measureText(t,e=12,s=400){const i=document.createElement("span");i.style.visibility="hidden",i.style.margin="0",i.style.padding="0",i.style.inset="0",i.style.whiteSpace="nowrap",i.style.overflow="visible",i.style.fontSize=e+"px",i.style.fontWeight=s.toString(),i.innerText=t,document.body.appendChild(i);const r=i.offsetWidth,o=i.offsetHeight;return document.body.removeChild(i),{width:r,height:o}}static getFixedWidthText(t,e,s=12,i=400,r="..."){let o="";if(!t||e<s)return o;const a=t.split("");let c=r?ni.measureText(r,s,i).width:0;for(let h=0,u=a.length;h<u;h++)if(c+=ni.measureText(a[h],s,i).width,c>e){r&&(o+=r);break}else o+=a[h];return o}}class qu extends Se{options;constructor(t){super(t),this.options=t;const{shapeCreator:e,width:s,height:i,x:r,y:o,particleCount:a,angle:c,spread:h,startVelocity:u,decay:l,gravity:f,drift:d,ticks:p,colors:m,scalar:y,flat:g}=Object.assign({shapeCreator:()=>new ts({rectWidth:10,rectHeight:10}),width:100,height:100,x:.5,y:.6,particleCount:100,angle:90,spread:70,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,colors:px,scalar:1,flat:!1},t||{}),v=(_,D)=>{_.x=s*r,_.y=i*o,_.scaleX=y,_.scaleY=y;const V=m[D%m.length];_.setAttr({fill:V}),_.interactive=!1,_.wobble=Math.random()*10,_.wobbleSpeed=Math.min(.11,Math.random()*.1+.05),_.velocity=u*.5+Math.random()*u,_.angle2D=-x+(.5*b-Math.random()*b),_.tiltAngle=(Math.random()*(.75-.25)+.25)*Math.PI,_.tick=0,_.totalTicks=p,_.decay=l,_.drift=d,_.random=Math.random()+2,_.tiltSin=0,_.tiltCos=0,_.wobbleX=0,_.wobbleY=0,_.gravity=f*3,_.scalar=y,_.flat=g,_.color=new Be(V)},x=wt(c),b=wt(h);let E=a;for(;E;){const _=e();v(_,E),_.clone=(D=>()=>{const V=e();return v(V,D),V})(E),this.addShape(_),E--}}cloneShapeCombo(){return new qu(this.options)}update(){return this.shapes=this.shapes.filter(t=>{t.x+=Math.cos(t.angle2D)*t.velocity+t.drift,t.y+=Math.sin(t.angle2D)*t.velocity+t.gravity,t.velocity*=t.decay,t.flat?(t.wobble=0,t.wobbleX=t.x+10*t.scalar,t.wobbleY=t.y+10*t.scalar,t.tiltSin=0,t.tiltCos=0,t.random=1):(t.wobble+=t.wobbleSpeed,t.wobbleX=t.x+10*t.scalar*Math.cos(t.wobble),t.wobbleY=t.y+10*t.scalar*Math.sin(t.wobble),t.tiltAngle+=.1,t.tiltSin=Math.sin(t.tiltAngle),t.tiltCos=Math.cos(t.tiltAngle),t.random=Math.random()+2);const e=t.tick++/t.totalTicks,s=t.x+t.random*t.tiltCos,i=t.y+t.random*t.tiltSin,r=t.wobbleX+t.random*t.tiltCos,o=t.wobbleY+t.random*t.tiltSin;return t.setAttr("fill",t.color.setAlpha(1-e).toString()),t.degree=Jt(Math.PI/10*t.wobble),t.scaleX=Math.abs(r-s)*.1,t.scaleY=Math.abs(o-i)*.1,t.tick<t.totalTicks}),this.shapes.length>0}}const CP={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:(n,t)=>{switch(t){case"W":return`${n}周`;default:return`${n}日`}},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:(n,t)=>{const e=n*100+t;return e<600?"凌晨":e<900?"早上":e<1100?"上午":e<1300?"中午":e<1800?"下午":"晚上"}},PP={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:n=>{const t=["th","st","nd","rd"],e=n%100;return`[${n}${t[(e-20)%10]||t[e]||t[0]}]`}},es=new Ow;let da="zh-cn";Ku(PP),Ku(CP);function Ku(n,t){if(!n)return es.get(da);let e;if(typeof n=="string"){const s=n.toLowerCase();if(es.get(s))e=s;else if(t)es.set(s,t),e=s;else return es.get(da)}else{const{name:s}=n;es.set(s,n),e=s}return e&&(da=e),es.get(e)||es.get(da)}class AP extends xc{id;originD;originMatrix;independentTransformInGroup;forceCXY=!1;cX;cY;x;y;degree;scalarX;scalarY;diffXInGroup;diffYInGroup;diffDegreeInGroup;diffScalarXInGroup;diffScalarYInGroup;vx;vy;ax;ay;mass;attrs;enableDrag;alongPath;isDragging=!1;isMouseIn=!1;targetToAfterDragFree;followMouse;strokeArmyAnts;strokeArmyAntsOffset=0;strokeDashTotalLength=0;isShow=!0;el;pathd;usePathDtoCanvasContext=!1;parent;shapes=[];state;constructor(t){if(super(),this.id=Id(),t?.d&&(this.originD=t?.d),t?.originMatrix&&(this.originMatrix=t.originMatrix),this.independentTransformInGroup=typeof t?.independentTransformInGroup=="boolean"?t.independentTransformInGroup:!1,this.x=t?.x||0,this.y=t?.y||0,this.cX=0,this.cY=0,typeof t?.centerX=="number"&&typeof t?.centerY=="number"&&this.forceSetCXY(t.centerX-this.x,t.centerY-this.y),this.degree=t?.degree||0,this.scalarX=1,this.scalarY=1,t?.scalar!==void 0&&(this.scalarX=t.scalar,this.scalarY=t.scalar),t?.scalarX!==void 0&&(this.scalarX=t.scalarX),t?.scalarY!==void 0&&(this.scalarY=t.scalarY),this.diffXInGroup=t?.diffXInGroup||0,this.diffYInGroup=t?.diffYInGroup||0,this.diffDegreeInGroup=t?.diffDegreeInGroup||0,this.diffScalarXInGroup=t?.diffScalarXInGroup||1,this.diffScalarYInGroup=t?.diffScalarYInGroup||1,this.vx=t?.vx||0,this.vy=t?.vy||0,this.ax=t?.ax||0,this.ay=t?.ay||0,this.mass=t?.mass||1,this.attrs={stroke:"none",fill:"none"},t?.attrs&&this.setAttr(t?.attrs),this.enableDrag=t?.enableDrag||!1,this.alongPath=t?.alongPath,this.targetToAfterDragFree=t?.targetToAfterDragFree,this.followMouse=t?.followMouse||!1,this.isShow=typeof t?.isShow=="boolean"?t?.isShow:!0,this.strokeArmyAnts=t?.strokeArmyAnts||!1,this.strokeArmyAnts){const e=this.getAttr("stroke-dasharray","4 4");this.setAttr("stroke-dasharray",e),this.strokeDashTotalLength=fd(e).reduce((s,i)=>s+i,0)}this.state=hu(this)}forceSetCXY(t,e){this.cX=t,this.cY=e,this.forceCXY=!0}shapeInit(){}initPathD(){if(!this.pathd){if(this.pathd=new $E,this.state.subscribe(()=>{this.pathd?.reset(this.originD||this.toSVGPathData(),this.originMatrix)}),this.pathd&&!this.forceCXY){const t=this.shapes.length==0?this.pathd.getBoundingClientRect():this.getBoundingClientRect();t&&(this.pathd.cX=this.cX=t.x+t.width/2-this.pathd.x,this.pathd.cY=this.cY=t.y+t.height/2-this.pathd.y)}this.shapeInit()}return this.pathd}frameStart(t){}frameUpdate(t,e){this.pathd=this.initPathD(),this.pathd.update(this),this.strokeArmyAnts&&(this.isMouseIn||(this.setAttr("stroke-dashoffset",String(this.strokeArmyAntsOffset++)),this.strokeArmyAntsOffset>this.strokeDashTotalLength&&(this.strokeArmyAntsOffset=0)))}frameEnd(t){}toSVGPathData(){return[]}toSVGPathD(){return this.pathd?.toSVGPathD()||""}toCanvasContext(t){this.usePathDtoCanvasContext=!0,this.pathd?.toCanvasContext(t)}getBoundingClientRect(){return this.pathd?.getBoundingClientRect()||null}get center(){const t=this.getBoundingClientRect(),e={x:this.x,y:this.y};return t&&(e.x=t.x+t.width/2,e.y=t.y+t.height/2),e}trim(){if(this.parent)return;const t=this.getBoundingClientRect();if(!t)return;this.shapes.forEach(s=>{const i=s.originMatrix?s.originMatrix.clone():new ee;i.translate(-t.x+s.x,-t.y+s.y),s.originMatrix=i});const e=this.originMatrix?this.originMatrix.clone():new ee;e.translate(-t.x+this.x,-t.y+this.y),this.originMatrix=e}isPointInPath(t,e,s){if(s instanceof Ph)return s.isPointInPath(new Path2D(this.toSVGPathD()),t,e);let i;try{i=new SVGPoint(t,e)}catch{i=s.createSVGPoint(),i.x=t,i.y=e}if(this.el instanceof SVGGeometryElement)return this.el.isPointInFill(i);{const r=this.getBoundingClientRect();if(r)return t>=r.x&&t<=r.x+r.width&&e>=r.y&&e<=r.y+r.height}return!1}isPointInStroke(t,e,s){if(s instanceof Ph)return s.isPointInStroke(new Path2D(this.toSVGPathD()),t,e);let i;try{i=new SVGPoint(t,e)}catch{i=s.createSVGPoint(),i.x=t,i.y=e}return this.el instanceof SVGGeometryElement?this.el.isPointInStroke(i):!1}clone(){return iw(this).copy(this)}copy(t){return this.id=t.id,this.originD=t.originD,this.originMatrix=t.originMatrix,this.independentTransformInGroup=t.independentTransformInGroup,this.x=t.x,this.y=t.y,this.cX=t.cX,this.cY=t.cY,this.degree=t.degree,this.scalarX=t.scalarX,this.scalarY=t.scalarY,this.diffXInGroup=t.diffXInGroup,this.diffYInGroup=t.diffYInGroup,this.diffDegreeInGroup=t.diffDegreeInGroup,this.diffScalarXInGroup=t.diffScalarXInGroup,this.diffScalarYInGroup=t.diffScalarYInGroup,this.vx=t.vx,this.vy=t.vy,this.ax=t.ax,this.ay=t.ay,this.mass=t.mass,this.attrs={...t.attrs},this.enableDrag=t.enableDrag,this.alongPath=t.alongPath,this.targetToAfterDragFree=t.targetToAfterDragFree,this.followMouse=t.followMouse,this.isShow=t.isShow,this.strokeArmyAnts=t.strokeArmyAnts,this.strokeDashTotalLength=t.strokeDashTotalLength,this}save(){}restore(){}setAttr(t,e){typeof t!="string"?Object.assign(this.attrs,Object.fromEntries(Object.entries(t).map(([s,i])=>[qt(s),i]))):e&&(this.attrs[qt(t)]=e)}getAttr(t,e){return this.attrs[t]||this.attrs[qt(t)]||e}getAttrs(){return this.attrs}hasAttr(t){return!!this.attrs[t]||!!this.attrs[qt(t)]}distance(t){return Gn(this.x,this.y,t.x,t.y)}rotateTo(t){this.degree=Jt(Pe(this.x,this.y,t.x,t.y))}followTo(t,e=3){this.rotateTo(t);const{dx:s,dy:i}=Xn(wt(this.degree),e);this.vx=s,this.vy=i,this.run()}followAccelerationTo(t,e=.05){this.rotateTo(t);const{dx:s,dy:i}=Xn(wt(this.degree),e);this.ax=s,this.ay=i,this.run()}checkCollision(t){}checkWall(t){}gravitateTo(t){const e=t.x-this.x,s=t.y-this.y,i=e*e+s*s,r=Math.sqrt(i),o=this.mass*t.mass/i,a=o*e/r,c=o*s/r;this.vx+=a/this.mass,this.vy+=c/this.mass,t.vx-=a/t.mass,t.vy-=c/t.mass}run(t){this.vx+=this.ax,this.vy+=this.ay;const e=Oe(t?.gravity,0);this.vy+=e;const s=Oe(t?.friction,1);this.vx*=s,this.vy*=s,this.x+=this.vx,this.y+=this.vy}runEaseTo(t,e){const s=Oe(e?.easing,.05),i=t.x-this.cX-this.x,r=t.y-this.cY-this.y;this.vx=i*s,this.vy=r*s,this.run(e)}runSpringTo(t,e){const s=Oe(e?.spring,.03);(Array.isArray(t)?t:[t]).forEach(i=>{const r=i.x-this.cX-this.x,o=i.y-this.cY-this.y,a=r*s,c=o*s;this.vx+=a,this.vy+=c}),this.run({friction:.9,...e})}springMassTo(t,e){const s=Oe(e?.springLength,100),i=Oe(e?.spring,1e-4),r=t.x-this.x,o=t.y-this.y,a=Math.sqrt(r*r+o*o);if(a<s){const c=r*i,h=o*i;return this.vx+=c/this.mass,this.vy+=h/this.mass,t.vx-=c/t.mass,t.vy-=h/t.mass,1-a/s}return 0}getTotalLength(){return this.initPathD().getTotalLength()}interpolate(t){return this.initPathD().interpolate(t)}getPointAtLength(t){return this.initPathD().getPointAtLength(t)}trailPath(t,e=0){const s=this.getTotalLength();return t.originD=this.initPathD().getSubpath(0,e*s),this.getPointAtLength(e*s)}strokeDashTween(t=1e3,e){const s=this.initPathD(),i=at(s.getTotalLength(),0);this.setAttr({strokeDasharray:`${i} ${i}`,strokeDashoffset:`${i}`});const r=e?.onUpdate,o=new Ui({frameDuration:t});o.addTween({offset:i},{offset:0},Object.assign(e||{},{onUpdate:(a,c)=>{this.setAttr("strokeDashoffset",""+at(a.offset,2)),r?.(a,c)}})),o.play()}}class MP extends AP{x;y;z;fl;vpX;vpY;cX;cY;cZ;radius;constructor(t){super(t),this.x=t?.x||0,this.y=t?.y||0,this.z=t?.z||0,this.fl=t?.fl||250,this.vpX=t?.vpX||0,this.vpY=t?.vpY||0,this.cX=t?.cX||0,this.cY=t?.cY||0,this.cZ=t?.cZ||0,this.radius=t?.radius||0}toSVGPathData(){return this.radius?[["M",this.getScreenX(),this.getScreenY()-this.radius],["a",this.radius,this.radius,0,1,1,0,2*this.radius],["a",this.radius,this.radius,0,1,1,0,-2*this.radius],["z"]]:[["M",this.getScreenX(),this.getScreenY()]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.radius,0,Math.PI*2,!0),t.closePath()}setVanishingPoint(t,e){this.vpX=t,this.vpY=e}setCenter(t,e,s){this.cX=t,this.cY=e,this.cZ=s}rotateX(t){({x:this.y,y:this.z}=Ge(wt(t),this.y,this.z))}rotateY(t){({x:this.x,y:this.z}=Ge(wt(t),this.x,this.z))}rotateZ(t){({x:this.x,y:this.y}=Ge(wt(t),this.x,this.y))}getScreenX(){const t=this.fl/(this.fl+this.z+this.cZ);return this.vpX+(this.cX+this.x)*t}getScreenY(){const t=this.fl/(this.fl+this.z+this.cZ);return this.vpY+(this.cY+this.y)*t}eq(t){return this.x===t.x&&this.y===t.y&&this.z===t.z&&this.radius===t.radius&&this.mass===t.mass}length(){return Hs(this.x,this.y,this.z)}distance(t){const e=t.x-this.x,s=t.y-this.y,i=t.z-this.z;return Math.sqrt(e*e+s*s+i*i)}scalar(t){return this.x*=t,this.y*=t,this.z*=t,this}normalize(t=1){const e=this.length();if(e){const s=t/e;this.scalar(s)}return this}clamp(t){const e=this.length();return e&&e>t&&this.scalar(t/e),this}cross(t){const e=this.x,s=this.y,i=this.z;return{x:s*t.z-i*t.y,y:i*t.x-e*t.z,z:e*t.y-s*t.x}}multiply(t){return{x:this.x*t.x,y:this.y*t.y,z:this.z*t.z}}div(t){return{x:this.x/t.x,y:this.y/t.y,z:this.z/t.z}}add(t){return{x:this.x+t.x,y:this.y+t.y,z:this.z+t.z}}sub(t){return{x:this.x-t.x,y:this.y-t.y,z:this.z-t.z}}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}reflect(t){const e=this.dot(t);return{x:this.x-2*e*t.x,y:this.y-2*e*t.y,z:this.z-2*e*t.z}}}const ma=MP,ur=2e3,Ju=2001,Qg=[1,0,0,1],ty=[1,0,0,1,0,0],ey=[1,0,0,0,1,0,0,0,1],ny=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];class Zu{value;constructor(t=Qg){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m21(){return this.value[2]}get m22(){return this.value[3]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m21(t){this.value[2]=t}set m22(t){this.value[3]=t}set(t=1,e=0,s=0,i=1){return this.m11=t,this.m21=e,this.m12=s,this.m22=i,this}identity(){return this.value=Array.from(Qg),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m21==0&&this.m22==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m21=t.m21,this.m22=t.m22,this}clone(){return new Zu(this.value)}fromArray(t,e=0){for(let s=0;s<4;s++)this.value[s]=t[s+e];return this}toArray(t=[],e=0){return t[e]=this.m11,t[e+1]=this.m12,t[e+2]=this.m21,t[e+3]=this.m22,t}multiplyMatrices(t,e){const s=t.value,i=e.value,r=this.value,o=s[0],a=s[2],c=s[1],h=s[3],u=i[0],l=i[2],f=i[1],d=i[3];return r[0]=o*u+a*f,r[2]=o*l+a*d,r[1]=c*u+h*f,r[3]=c*l+h*d,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m21*=t,this.m22*=t,this}determinant(){return this.m11*this.m22-this.m21*this.m12}}class pa{value;constructor(t=ey){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this.value[2]}get m21(){return this.value[3]}get m22(){return this.value[4]}get m23(){return this.value[5]}get m31(){return this.value[6]}get m32(){return this.value[7]}get m33(){return this.value[8]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this.value[2]=t}set m21(t){this.value[3]=t}set m22(t){this.value[4]=t}set m23(t){this.value[5]=t}set m31(t){this.value[6]=t}set m32(t){this.value[7]=t}set m33(t){this.value[8]=t}set(t=1,e=0,s=0,i=0,r=1,o=0,a=0,c=0,h=1){const u=this.value;return u[0]=t,u[1]=i,u[2]=a,u[3]=e,u[4]=r,u[5]=c,u[6]=s,u[7]=o,u[8]=h,this}identity(){return this.value=Array.from(ey),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m31==0&&this.m32==0&&this.m33==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m13=t.m13,this.m21=t.m21,this.m22=t.m22,this.m23=t.m23,this.m31=t.m31,this.m32=t.m32,this.m33=t.m33,this}clone(){return new pa(this.value)}fromArray(t,e=0){for(let s=0;s<9;s++)this.value[s]=t[s+e];return this}toArray(t=[],e=0){return t[e]=this.m11,t[e+1]=this.m12,t[e+2]=this.m13,t[e+3]=this.m21,t[e+4]=this.m22,t[e+5]=this.m23,t[e+6]=this.m31,t[e+7]=this.m32,t[e+8]=this.m33,t}extractBasis(t,e,s){return t.setFromMatrix3Column(this,0),e.setFromMatrix3Column(this,1),s.setFromMatrix3Column(this,2),this}setFromMatrix4(t){return this.set(t.m11,t.m21,t.m31,t.m12,t.m22,t.m32,t.m13,t.m23,t.m33),this}multiplyMatrices(t,e){const s=t.value,i=e.value,r=this.value,o=s[0],a=s[3],c=s[6],h=s[1],u=s[4],l=s[7],f=s[2],d=s[5],p=s[8],m=i[0],y=i[3],g=i[6],v=i[1],x=i[4],b=i[7],E=i[2],_=i[5],D=i[8];return r[0]=o*m+a*v+c*E,r[3]=o*y+a*x+c*_,r[6]=o*g+a*b+c*D,r[1]=h*m+u*v+l*E,r[4]=h*y+u*x+l*_,r[7]=h*g+u*b+l*D,r[2]=f*m+d*v+p*E,r[5]=f*y+d*x+p*_,r[8]=f*g+d*b+p*D,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m31*=t,this.m32*=t,this.m33*=t,this}determinant(){const t=this.value,e=t[0],s=t[1],i=t[2],r=t[3],o=t[4],a=t[5],c=t[6],h=t[7],u=t[8];return e*o*u-e*a*h-s*r*u+s*a*c+i*r*h-i*o*c}inverse(){const t=this.value,e=t[0],s=t[1],i=t[2],r=t[3],o=t[4],a=t[5],c=t[6],h=t[7],u=t[8],l=u*o-a*h,f=a*c-u*r,d=h*r-o*c,p=e*l+s*f+i*d;if(p===0)return this.set(0,0,0,0,0,0,0,0,0);const m=1/p;return t[0]=l*m,t[1]=(i*h-u*s)*m,t[2]=(a*s-i*o)*m,t[3]=f*m,t[4]=(u*e-i*c)*m,t[5]=(i*r-a*e)*m,t[6]=d*m,t[7]=(s*c-h*e)*m,t[8]=(o*e-s*r)*m,this}transpose(){let t;const e=this.value;return t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t,this}getNormalMatrix(t){return this.setFromMatrix4(t).inverse().transpose()}transposeIntoArray(t){const e=this.value;return t[0]=e[0],t[1]=e[3],t[2]=e[6],t[3]=e[1],t[4]=e[4],t[5]=e[7],t[6]=e[2],t[7]=e[5],t[8]=e[8],this}setUvTransform(t,e,s,i,r,o,a){const c=Math.cos(r),h=Math.sin(r);return this.set(s*c,s*h,-s*(c*o+h*a)+o+t,-i*h,i*c,-i*(-h*o+c*a)+a+e,0,0,1),this}scale(t,e){return this.premultiply(tl.makeScale(t,e)),this}rotate(t){return this.premultiply(tl.makeRotation(-t)),this}translate(t,e){return this.premultiply(tl.makeTranslation(t,e)),this}makeTranslation(t,e){return typeof t=="number"?this.set(1,0,t,0,1,e,0,0,1):this.set(1,0,t.x,0,1,t.y,0,0,1),this}makeRotation(t){const e=Math.cos(t),s=Math.sin(t);return this.set(e,-s,0,s,e,0,0,0,1),this}makeScale(t,e){return this.set(t,0,0,0,e,0,0,0,1),this}equals(t){for(let e=0;e<9;e++)if(this.value[e]!==t.value[e])return!1;return!0}}class _e{value;is3dSpecial=!1;constructor(t=ny){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this.value[2]}get m14(){return this.value[3]}get m21(){return this.value[4]}get m22(){return this.value[5]}get m23(){return this.value[6]}get m24(){return this.value[7]}get m31(){return this.value[8]}get m32(){return this.value[9]}get m33(){return this.value[10]}get m34(){return this.value[11]}get m41(){return this.value[12]}get m42(){return this.value[13]}get m43(){return this.value[14]}get m44(){return this.value[15]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this.value[2]=t}set m14(t){this.value[3]=t}set m21(t){this.value[4]=t}set m22(t){this.value[5]=t}set m23(t){this.value[6]=t}set m24(t){this.value[7]=t}set m31(t){this.value[8]=t}set m32(t){this.value[9]=t}set m33(t){this.value[10]=t}set m34(t){this.value[11]=t}set m41(t){this.value[12]=t}set m42(t){this.value[13]=t}set m43(t){this.value[14]=t}set m44(t){this.value[15]=t}set(t=1,e=0,s=0,i=0,r=0,o=1,a=0,c=0,h=0,u=0,l=1,f=0,d=0,p=0,m=0,y=1){const g=this.value;return g[0]=t,g[4]=e,g[8]=s,g[12]=i,g[1]=r,g[5]=o,g[9]=a,g[13]=c,g[2]=h,g[6]=u,g[10]=l,g[14]=f,g[3]=d,g[7]=p,g[11]=m,g[15]=y,this}is2D(){return!this.is3dSpecial&&this.m31==0&&this.m32==0&&this.m33==1&&this.m34==0&&this.m43==0&&this.m44==1}is3D(){return!this.is2D()}identity(){return this.value=Array.from(ny),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m14==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m24==0&&this.m31==0&&this.m32==0&&this.m33==1&&this.m34==0&&this.m41==0&&this.m42==0&&this.m43==0&&this.m44==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m13=t.m13,this.m14=t.m14,this.m21=t.m21,this.m22=t.m22,this.m23=t.m23,this.m24=t.m24,this.m31=t.m31,this.m32=t.m32,this.m33=t.m33,this.m34=t.m34,this.m41=t.m41,this.m42=t.m42,this.m43=t.m43,this.m44=t.m44,this}clone(){return new _e(this.value)}static fromString(t){const e=new _e,s=ed("number",t);return s.length===16&&s.forEach((i,r)=>{i.fullMatch&&(e.value[r]=parseFloat(i.fullMatch))}),e}fromArray(t,e=0){for(let s=0;s<16;s++)this.value[s]=t[s+e];return this}toArray(t=[],e=0){const s=this.value;return t[e]=s[0],t[e+1]=s[1],t[e+2]=s[2],t[e+3]=s[3],t[e+4]=s[4],t[e+5]=s[5],t[e+6]=s[6],t[e+7]=s[7],t[e+8]=s[8],t[e+9]=s[9],t[e+10]=s[10],t[e+11]=s[11],t[e+12]=s[12],t[e+13]=s[13],t[e+14]=s[14],t[e+15]=s[15],t}copyPosition(t){const e=this.value,s=t.value;return e[12]=s[12],e[13]=s[13],e[14]=s[14],this}setFromMatrix3(t){const e=t.value;return this.set(e[0],e[3],e[6],0,e[1],e[4],e[7],0,e[2],e[5],e[8],0,0,0,0,1),this}extractBasis(t,e,s){return t.setFromMatrix4Column(this,0),e.setFromMatrix4Column(this,1),s.setFromMatrix4Column(this,2),this}makeBasis(t,e,s){return this.set(t.x,e.x,s.x,0,t.y,e.y,s.y,0,t.z,e.z,s.z,0,0,0,0,1),this}normalize(){return this.multiplyScalar(1/(this.m44||1e-4))}transformPoint(t){const e=t.z||1,s=t.w||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31+s*this.m41,y:t.x*this.m12+t.y*this.m22+e*this.m32+s*this.m42,z:t.x*this.m13+t.y*this.m23+e*this.m33+s*this.m43,w:t.x*this.m14+t.y*this.m24+e*this.m34+s*this.m44}}toMatrix(t){const{scalarX:e,scalarY:s,skewX:i,skewY:r,x:o,y:a}=this.split(),c=[e,r,i,s,o,a];return t?(t.value=c,t):new ee(c)}flatten(){return this.m31=0,this.m32=0,this.m33=1,this.m34=0,this.m14=0,this.m24=0,this.m43=0,this.m44=1,this}toString(t=6){return`matrix3d(${this.value.map(e=>at(e,t)).join(",")})`}split(){const t=Math.sqrt(this.m11*this.m11+this.m12*this.m12+this.m13*this.m13),e=Math.sqrt(this.m21*this.m21+this.m22*this.m22+this.m23*this.m23),s=Math.sqrt(this.m31*this.m31+this.m32*this.m32+this.m33*this.m33),i=Jt(rt(Math.asin(-this.m13),-1,1));let r=Jt(Math.atan2(this.m23,this.m33));Math.cos(wt(i))===0&&(r=Jt(Math.atan2(-this.m31,this.m22)));let o=Jt(Math.atan2(this.m12,this.m11));return this.m11<0&&this.m22>=0&&(o+=180),{x:this.m41,y:this.m42,z:this.m43,scalarX:t,scalarY:e,scalarZ:s,degreeX:r,degreeY:i,degreeZ:o,skewX:Jt(this.m14),skewY:Jt(this.m24),skewZ:Jt(this.m34),skewW:this.m44,perspective:this.m34?-(1/this.m34):0}}extractRotation(t){const e=this.value,s=t.value,i=1/Qu.setFromMatrix4Column(t,0).length(),r=1/Qu.setFromMatrix4Column(t,1).length(),o=1/Qu.setFromMatrix4Column(t,2).length();return e[0]=s[0]*i,e[1]=s[1]*i,e[2]=s[2]*i,e[3]=0,e[4]=s[4]*r,e[5]=s[5]*r,e[6]=s[6]*r,e[7]=0,e[8]=s[8]*o,e[9]=s[9]*o,e[10]=s[10]*o,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this}lookAt(t,e,s){const i=this.value;return De.subVectors(t,e),De.lengthSq()===0&&(De.z=1),De.normalize(),ns.crossVectors(s,De),ns.lengthSq()===0&&(Math.abs(s.z)===1?De.x+=1e-4:De.z+=1e-4,De.normalize(),ns.crossVectors(s,De)),ns.normalize(),ga.crossVectors(De,ns),i[0]=ns.x,i[4]=ga.x,i[8]=De.x,i[1]=ns.y,i[5]=ga.y,i[9]=De.y,i[2]=ns.z,i[6]=ga.z,i[10]=De.z,this}multiplyMatrices(t,e){const s=t.value,i=e.value,r=this.value,o=s[0],a=s[4],c=s[8],h=s[12],u=s[1],l=s[5],f=s[9],d=s[13],p=s[2],m=s[6],y=s[10],g=s[14],v=s[3],x=s[7],b=s[11],E=s[15],_=i[0],D=i[4],V=i[8],O=i[12],N=i[1],U=i[5],Y=i[9],st=i[13],it=i[2],nt=i[6],et=i[10],ct=i[14],ht=i[3],B=i[7],z=i[11],P=i[15];return r[0]=o*_+a*N+c*it+h*ht,r[4]=o*D+a*U+c*nt+h*B,r[8]=o*V+a*Y+c*et+h*z,r[12]=o*O+a*st+c*ct+h*P,r[1]=u*_+l*N+f*it+d*ht,r[5]=u*D+l*U+f*nt+d*B,r[9]=u*V+l*Y+f*et+d*z,r[13]=u*O+l*st+f*ct+d*P,r[2]=p*_+m*N+y*it+g*ht,r[6]=p*D+m*U+y*nt+g*B,r[10]=p*V+m*Y+y*et+g*z,r[14]=p*O+m*st+y*ct+g*P,r[3]=v*_+x*N+b*it+E*ht,r[7]=v*D+x*U+b*nt+E*B,r[11]=v*V+x*Y+b*et+E*z,r[15]=v*O+x*st+b*ct+E*P,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m14*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m24*=t,this.m31*=t,this.m32*=t,this.m33*=t,this.m34*=t,this}determinant(){const t=this.value,e=t[0],s=t[4],i=t[8],r=t[12],o=t[1],a=t[5],c=t[9],h=t[13],u=t[2],l=t[6],f=t[10],d=t[14],p=t[3],m=t[7],y=t[11],g=t[15];return p*(+r*c*l-i*h*l-r*a*f+s*h*f+i*a*d-s*c*d)+m*(+e*c*d-e*h*f+r*o*f-i*o*d+i*h*u-r*c*u)+y*(+e*h*l-e*a*d-r*o*l+s*o*d+r*a*u-s*h*u)+g*(-i*a*u-e*c*l+e*a*f+i*o*l-s*o*f+s*c*u)}transpose(){const t=this.value;let e;return e=t[1],t[1]=t[4],t[4]=e,e=t[2],t[2]=t[8],t[8]=e,e=t[6],t[6]=t[9],t[9]=e,e=t[3],t[3]=t[12],t[12]=e,e=t[7],t[7]=t[13],t[13]=e,e=t[11],t[11]=t[14],t[14]=e,this}setPosition(t,e,s){const i=this.value;return t instanceof en?(i[12]=t.x,i[13]=t.y,i[14]=t.z):typeof t=="number"&&typeof e=="number"&&typeof s=="number"&&(i[12]=t,i[13]=e,i[14]=s),this}inverse(){const t=this.value,e=t[0],s=t[1],i=t[2],r=t[3],o=t[4],a=t[5],c=t[6],h=t[7],u=t[8],l=t[9],f=t[10],d=t[11],p=t[12],m=t[13],y=t[14],g=t[15],v=l*y*h-m*f*h+m*c*d-a*y*d-l*c*g+a*f*g,x=p*f*h-u*y*h-p*c*d+o*y*d+u*c*g-o*f*g,b=u*m*h-p*l*h+p*a*d-o*m*d-u*a*g+o*l*g,E=p*l*c-u*m*c-p*a*f+o*m*f+u*a*y-o*l*y,_=e*v+s*x+i*b+r*E;if(_===0)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);const D=1/_;return t[0]=v*D,t[1]=(m*f*r-l*y*r-m*i*d+s*y*d+l*i*g-s*f*g)*D,t[2]=(a*y*r-m*c*r+m*i*h-s*y*h-a*i*g+s*c*g)*D,t[3]=(l*c*r-a*f*r-l*i*h+s*f*h+a*i*d-s*c*d)*D,t[4]=x*D,t[5]=(u*y*r-p*f*r+p*i*d-e*y*d-u*i*g+e*f*g)*D,t[6]=(p*c*r-o*y*r-p*i*h+e*y*h+o*i*g-e*c*g)*D,t[7]=(o*f*r-u*c*r+u*i*h-e*f*h-o*i*d+e*c*d)*D,t[8]=b*D,t[9]=(p*l*r-u*m*r-p*s*d+e*m*d+u*s*g-e*l*g)*D,t[10]=(o*m*r-p*a*r+p*s*h-e*m*h-o*s*g+e*a*g)*D,t[11]=(u*a*r-o*l*r-u*s*h+e*l*h+o*s*d-e*a*d)*D,t[12]=E*D,t[13]=(u*m*i-p*l*i+p*s*f-e*m*f-u*s*y+e*l*y)*D,t[14]=(p*a*i-o*m*i-p*s*c+e*m*c+o*s*y-e*a*y)*D,t[15]=(o*l*i-u*a*i+u*s*c-e*l*c-o*s*f+e*a*f)*D,this}getMaxScaleOnAxis(){const t=this.value,e=t[0]*t[0]+t[1]*t[1]+t[2]*t[2],s=t[4]*t[4]+t[5]*t[5]+t[6]*t[6],i=t[8]*t[8]+t[9]*t[9]+t[10]*t[10];return Math.sqrt(Math.max(e,s,i))}makeTranslation(t,e,s){return t instanceof en?this.set(1,0,0,t.x,0,1,0,t.y,0,0,1,t.z,0,0,0,1):this.set(1,0,0,t,0,1,0,e,0,0,1,s,0,0,0,1),this}makeRotationX(t){const e=Math.cos(t),s=Math.sin(t);return this.set(1,0,0,0,0,e,-s,0,0,s,e,0,0,0,0,1),this}makeRotationY(t){const e=Math.cos(t),s=Math.sin(t);return this.set(e,0,s,0,0,1,0,0,-s,0,e,0,0,0,0,1),this}makeRotationZ(t){const e=Math.cos(t),s=Math.sin(t);return this.set(e,-s,0,0,s,e,0,0,0,0,1,0,0,0,0,1),this}makeRotationAxis(t,e){const s=Math.cos(e),i=Math.sin(e),r=1-s,o=t.x,a=t.y,c=t.z,h=r*o,u=r*a;return this.set(h*o+s,h*a-i*c,h*c+i*a,0,h*a+i*c,u*a+s,u*c-i*o,0,h*c-i*a,u*c+i*o,r*c*c+s,0,0,0,0,1),this}makeScale(t,e,s){return this.set(t,0,0,0,0,e,0,0,0,0,s,0,0,0,0,1),this}makeShear(t,e,s,i,r,o){return this.set(1,s,r,0,t,1,o,0,e,i,1,0,0,0,0,1),this}makePerspective(t,e,s,i,r,o,a=ur){const c=this.value,h=2*r/(e-t),u=2*r/(s-i),l=(e+t)/(e-t),f=(s+i)/(s-i);let d,p;if(a===ur)d=-(o+r)/(o-r),p=-2*o*r/(o-r);else if(a===Ju)d=-o/(o-r),p=-o*r/(o-r);else throw new Error("Matrix4.makePerspective(): Invalid coordinate system: "+a);return c[0]=h,c[4]=0,c[8]=l,c[12]=0,c[1]=0,c[5]=u,c[9]=f,c[13]=0,c[2]=0,c[6]=0,c[10]=d,c[14]=p,c[3]=0,c[7]=0,c[11]=-1,c[15]=0,this}makeOrthographic(t,e,s,i,r,o,a=ur){const c=this.value,h=1/(e-t),u=1/(s-i),l=1/(o-r),f=(e+t)*h,d=(s+i)*u;let p,m;if(a===ur)p=(o+r)*l,m=-2*l;else if(a===Ju)p=r*l,m=-1*l;else throw new Error("Matrix4.makeOrthographic(): Invalid coordinate system: "+a);return c[0]=2*h,c[4]=0,c[8]=0,c[12]=-f,c[1]=0,c[5]=2*u,c[9]=0,c[13]=-d,c[2]=0,c[6]=0,c[10]=m,c[14]=-p,c[3]=0,c[7]=0,c[11]=0,c[15]=1,this}equals(t){for(let e=0;e<16;e++)if(this.value[e]!==t.value[e])return!1;return!0}translate(t=0,e=0,s=0){return this.multiply(new _e([1,0,0,0,0,1,0,0,0,0,1,0,t,e,s,1]))}scale(t=1,e=1,s=1){return this.multiply(new _e([t,0,0,0,0,e,0,0,0,0,s,0,0,0,0,1]))}scaleVector3(t){const e=this.value,s=t.x,i=t.y,r=t.z;return e[0]*=s,e[4]*=i,e[8]*=r,e[1]*=s,e[5]*=i,e[9]*=r,e[2]*=s,e[6]*=i,e[10]*=r,e[3]*=s,e[7]*=i,e[11]*=r,this}rotateX(t){const e=wt(t),s=Math.cos(e),i=Math.sin(e);return this.multiply(new _e([1,0,0,0,0,s,i,0,0,-i,s,0,0,0,0,1]))}rotateY(t){const e=wt(t),s=Math.cos(e),i=Math.sin(e);return this.multiply(new _e([s,0,-i,0,0,1,0,0,i,0,s,0,0,0,0,1]))}rotateZ(t){this.is3dSpecial=!0;const e=wt(t),s=Math.cos(e),i=Math.sin(e);return this.multiply(new _e([s,i,0,0,-i,s,0,0,0,0,1,0,0,0,0,1]))}skew(t=0,e=0,s=0){return this.multiply(new _e([1,0,0,wt(t),0,1,0,wt(e),0,0,1,wt(s),0,0,0,1]))}perspective(t){return this.multiply(new _e([1,0,0,0,0,1,0,0,0,0,1,t?-(1/t):0,0,0,0,1]))}unproject(t){let e=t.x*this.m11+t.y*this.m21+this.m41,s=t.x*this.m12+t.y*this.m22+this.m42,i=t.x*this.m13+t.y*this.m23+this.m43,r=t.x*this.m14+t.y*this.m24+this.m44,o=e+this.m31,a=s+this.m32,c=i+this.m33,h=r+this.m34;r==0&&(r=1e-4),e/=r,s/=r,i/=r,h==0&&(h=1e-4),o/=h,a/=h,c/=h;const u=c-i;if(u==0)return{x:e,y:s,z:i,mass:r};const l=-i/u;return e+=l*(o-e),s+=l*(a-s),{x:e,y:s,z:i,mass:r}}project(t){const e=t.z;let s=t.x*this.m11+t.y*this.m21+e*this.m31+this.m41,i=t.x*this.m12+t.y*this.m22+e*this.m32+this.m42,r=t.x*this.m14+t.y*this.m24+e*this.m34+this.m44;return r==0&&(r=1e-4),s/=r,i/=r,r<0&&(s-=this.m41,i-=this.m42,s*=1/r,i*=1/r,s+=this.m41,i+=this.m42),{x:s,y:i,z:e,mass:r}}bounds(t,e,s,i){const r=new ma({x:t,y:e}),o=new ma({x:t+s,y:e}),a=new ma({x:t+s,y:e+i}),c=new ma({x:t,y:e+i});({x:r.x,y:r.y,z:r.z,mass:r.mass}=this.project(r)),{x:o.x,y:o.y,z:o.z,mass:o.mass}=this.project(o),{x:a.x,y:a.y,z:a.z,mass:a.mass}=this.project(a),{x:c.x,y:c.y,z:c.z,mass:c.mass}=this.project(c);const h=Math.min(r.x,o.x,a.x,c.x),u=Math.min(r.y,o.y,a.y,c.y),l=Math.max(r.x,o.x,a.x,c.x)-h,f=Math.max(r.y,o.y,a.y,c.y)-u;return{x:h,y:u,width:l,height:f}}}class ee{value;_m13=0;_m23=0;_m33=1;matrix4;constructor(t=ty){this.value=Array.from(t),this.matrix4=this.toMatrix4()}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this._m13}get m21(){return this.value[2]}get m22(){return this.value[3]}get m23(){return this._m23}get m31(){return this.value[4]}get m32(){return this.value[5]}get m33(){return this._m33}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this._m13=t}set m21(t){this.value[2]=t}set m22(t){this.value[3]=t}set m23(t){this._m23=t}set m31(t){this.value[4]=t}set m32(t){this.value[5]=t}set m33(t){this._m33=t}static fromString(t){const e=new ee,s=ed("number",t);return s.length===6&&s.forEach((i,r)=>{i.fullMatch&&(e.value[r]=parseFloat(i.fullMatch))}),e}toMatrix4(t=this.matrix4){const e=[this.m11,this.m12,0,this.m13,this.m21,this.m22,0,this.m23,0,0,1,0,this.m31,this.m32,0,this.m33];return t?(t.value=e,t):new _e(e)}identity(){return this.value=Array.from(ty),this.m13=0,this.m23=0,this.m33=1,this.matrix4=this.toMatrix4(),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m31==0&&this.m32==0&&this.m33==1}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m31*=t,this.m32*=t,this.m33*=t,this}normalize(){const t=this.m33||1e-4;return this.multiplyScalar(1/t)}transformPoint(t){const e=t.z||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31,y:t.x*this.m12+t.y*this.m22+e*this.m32,z:t.x*this.m13+t.y*this.m23+e*this.m33}}clone(){return new ee(this.value)}multiply(t){const e=this.clone(),s=t instanceof ee?t:new ee(t);return this.m11=s.m11*e.m11+s.m12*e.m21+s.m13*e.m31,this.m12=s.m11*e.m12+s.m12*e.m22+s.m13*e.m32,this.m13=s.m11*e.m13+s.m12*e.m23+s.m13*e.m33,this.m21=s.m21*e.m11+s.m22*e.m21+s.m23*e.m31,this.m22=s.m21*e.m12+s.m22*e.m22+s.m23*e.m32,this.m23=s.m21*e.m13+s.m22*e.m23+s.m23*e.m33,this.m31=s.m31*e.m11+s.m32*e.m21+s.m33*e.m31,this.m32=s.m31*e.m12+s.m32*e.m22+s.m33*e.m32,this.m33=s.m31*e.m13+s.m32*e.m23+s.m33*e.m33,this}append(t){return this.multiply(t)}prepend(t){return t.multiply(this),this}inverse(){const t=this.m11,e=this.m12,s=this.m13,i=this.m21,r=this.m22,o=this.m23,a=this.m31,c=this.m32,h=this.m33,u=h*r-o*c,l=-h*i+o*a,f=c*i-r*a;let d=t*u+e*l+s*f;return d?(d=1/d,this.m11=u*d,this.m12=(-h*e+s*c)*d,this.m13=(o*e-s*r)*d,this.m21=l*d,this.m22=(h*t-s*a)*d,this.m23=(-o*t+s*i)*d,this.m31=f*d,this.m32=(-c*t+e*a)*d,this.m33=(r*t-e*i)*d,this):null}adjugate(){const t=new ee;return t.m11=this.m22*this.m33-this.m32*this.m23,t.m12=this.m32*this.m13-this.m12*this.m33,t.m13=this.m12*this.m23-this.m22*this.m13,t.m21=this.m31*this.m23-this.m21*this.m33,t.m22=this.m11*this.m33-this.m31*this.m13,t.m23=this.m21*this.m13-this.m11*this.m23,t.m31=this.m21*this.m32-this.m31*this.m22,t.m32=this.m31*this.m12-this.m11*this.m32,t.m33=this.m11*this.m22-this.m21*this.m12,t}split(){let t=Jt(Math.atan2(this.m12,this.m11));return this.m11<0&&this.m22>=0&&(t+=180),{x:this.m31,y:this.m32,degree:t,scaleX:Math.sqrt(this.m11*this.m11+this.m12*this.m12),scaleY:Math.sqrt(this.m21*this.m21+this.m22*this.m22),skewX:Jt(Math.atan2(-this.m21,this.m22)),skewY:Jt(Math.atan2(this.m12,this.m11))}}getGroupCoords(t){const e=this.value[0],s=this.value[1],i=this.value[2],r=this.value[3],o=this.value[4],a=this.value[5],c=t.value[0],h=t.value[1],u=t.value[2],l=t.value[3],f=t.value[4],d=t.value[5],p=c*l,m=h*u,y=(u*s-e*l)/(m-p),g=(c*s-e*h)/(p-m),v=(u*r-i*l)/(m-p),x=(c*r-i*h)/(p-m),b=(u*(a-d)+l*(f-o))/(m-p),E=(c*(a-d)+h*(f-o))/(p-m),_=[y,g,v,x,b,E];return new ee(_)}toString(t=6){return this.matrix4.is2D()?`matrix(${this.value.map(e=>at(e,t)).join(",")})`:this.matrix4.toString()}translate(t,e){return this.multiply([1,0,0,1,t,e]),this.toMatrix4(),this}translateTo(t,e){return this.translate(t-this.m31,e-this.m32)}translateX(t){return this.translate(t,0)}translateXTo(t){return this.translateTo(t,this.m32)}translateY(t){return this.translate(0,t)}translateYTo(t){return this.translateTo(this.m31,t)}translateZ(t){return this.matrix4.translate(0,0,t),this.matrix4.toMatrix(this),this}translateZTo(t){return this.translateZ(t-this.matrix4.m43),this}translate3d(t,e,s){return this.matrix4.translate(t,e,s),this.matrix4.toMatrix(this),this}translate3dTo(t,e,s){return this.translate3d(t-this.matrix4.m41,e-this.matrix4.m42,s-this.matrix4.m43),this}rotate(t,e=0,s=0){const i=wt(t),r=Math.cos(i),o=Math.sin(i);return this.translate(e,s),this.multiply([r,o,-o,r,0,0]),this.translate(-e,-s),this.toMatrix4(),this}rotateTo(t,e=0,s=0){const{degree:i}=this.split();return this.rotate(t-i,e,s),this}rotateX(t){return this.matrix4.rotateX(t),this.matrix4.toMatrix(this),this}rotateXTo(t){const{degreeX:e}=this.matrix4.split();return this.rotateX(t-e),this}rotateY(t){return this.matrix4.rotateY(t),this.matrix4.toMatrix(this),this}rotateYTo(t){const{degreeY:e}=this.matrix4.split();return this.rotateY(t-e),this}rotateZ(t){return this.matrix4.rotateZ(t),this.matrix4.toMatrix(this),this}rotateZTo(t){const{degreeZ:e}=this.matrix4.split();return this.rotateZ(t-e),this}rotate3d(t,e,s){return this.matrix4.rotateX(t).rotateY(e).rotateZ(s),this.matrix4.toMatrix(this),this}rotate3dTo(t,e,s){const{degreeX:i,degreeY:r,degreeZ:o}=this.matrix4.split();return this.rotate3d(t-i,e-r,s-o),this}scale(t,e=t,s=0,i=0){return this.translate(s,i),this.multiply([t,0,0,e,0,0]),this.translate(-s,-i),this.toMatrix4(),this}scaleTo(t,e=t,s=0,i=0){return this.scale(t/this.m11,e/this.m22,s,i)}scaleX(t){return this.scale(t,1)}scaleXTo(t){return this.scale(t/this.m11,1)}scaleY(t){return this.scale(1,t)}scaleYTo(t){return this.scale(1,t/this.m22)}scaleZ(t){return this.matrix4.scale(1,1,t),this.matrix4.toMatrix(this),this}scaleZTo(t){const{scalarZ:e}=this.matrix4.split();return this.scaleZ(t/e),this}scale3d(t,e=t,s=t){return this.matrix4.scale(t,e,s),this.matrix4.toMatrix(this),this}scale3dTo(t,e=t,s=t){const{scalarX:i,scalarY:r,scalarZ:o}=this.matrix4.split();return this.scale3d(t/i,e/r,s/o),this}skew(t,e=t){return this.multiply([Math.cos(wt(e)),Math.sin(wt(e)),-Math.sin(wt(t)),Math.cos(wt(t)),0,0]),this.toMatrix4(),this}skewTo(t,e=t){const{skewX:s,skewY:i}=this.split();return this.skew(t-s,e-i)}skewX(t){const{skewY:e}=this.split();return this.skew(t,e)}skewXTo(t){const{skewY:e}=this.split();return this.skewTo(t,e)}skewY(t){const{skewX:e}=this.split();return this.skew(e,t)}skewYTo(t){const{skewX:e}=this.split();return this.skewTo(e,t)}skewZ(t){return this}skewZTo(t){return this}skew3d(t,e,s){return this}skew3dTo(t,e,s){return this}perspective(t){return this.matrix4.perspective(t),this.matrix4.toMatrix(this),this}}const ns=new en,ga=new en,De=new en,Qu=new en,tl=new pa;new _e;function sy(n){const t=new ee;return n.replace(/([a-z0-9]+)\s*\(?\s*((-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)*[a-z%]*\s*,?\s*)+)\)?/gi,function(e,s,i){i.indexOf(",")>=0?i=i.split(/\s*,\s*/):i=i.split(/\s+/);const r=[];for(let o=0,a=i.length;o<a;o++)i[o].trim()&&r.push(parseFloat(""+i[o]));switch(s.toLowerCase()){case"t":case"translate":t.translate(r[0],r[1]);break;case"translatex":t.translateX(r[0]);break;case"translatey":t.translateY(r[0]);break;case"translatez":t.translateZ(r[0]);break;case"translate3d":t.translate3d(r[0],r[1],r[2]);break;case"r":case"rotate":t.rotate(r[0],r[1]??0,r[2]??0);break;case"rotatex":t.rotateX(r[0]);break;case"rotatey":t.rotateY(r[0]);break;case"rotatez":t.rotateZ(r[0]);break;case"rotate3d":t.rotate3d(r[0],r[1],r[2]);break;case"s":case"scale":t.scale(r[0],r[1]??r[0]);break;case"scalex":t.scaleX(r[0]);break;case"scaley":t.scaleY(r[0]);break;case"scalez":t.scaleZ(r[0]);break;case"scale3d":t.scale3d(r[0],r[1],r[2]);break;case"skew":t.skew(r[0],r[1]??0);break;case"skewx":t.skewX(r[0]);break;case"skewy":t.skewY(r[0]);break;case"skewz":t.skewZ(r[0]);break;case"skew3d":t.skew3d(r[0],r[1],r[2]);break;case"m":case"matrix":t.multiply([r[0],r[1],r[2],r[3],r[4],r[5]]),t.toMatrix4();break;case"matrix3d":t.matrix4.multiply(new _e(r)),t.matrix4.toMatrix(t);break}return""}),t}function Ge(n,t,e){const s=new ee;return s.rotate(Jt(n)),s.transformPoint({x:t,y:e})}function el(n){const t=typeof n?.x=="number"?n?.x:0,e=typeof n?.y=="number"?n?.y:0,s=typeof n?.degree=="number"?n?.degree:0,i=typeof n?.scalarX=="number"?n?.scalarX:1,r=typeof n?.scalarY=="number"?n?.scalarY:1,o=wt(s),a=Math.cos(o),c=Math.sin(o),h=new DOMMatrix([a*i,c*i,-c*r,a*r,t,e]);return h.multiplySelf(new DOMMatrix(n?.originMatrix||"")),h}function DP(n,t){const e=new Path2D(n),s=new Path2D;return s.addPath(e,el(t)),s}const iy={map:new Map,transform:function(n){if(ox)return n;if(this.map.has(n))return this.map.get(n);const t=new OffscreenCanvas(n.width,n.height);return t.getContext("2d")?.drawImage(n,0,0),this.map.set(n,t),t},clear:function(){this.map.clear()}};function RP(n,t,e){const s=new OffscreenCanvas(n,t),i=s.getContext("2d");if(i)return e(i),s.transferToImageBitmap()}function OP(n,t,e){const s=n.createPattern(iy.transform(t),"no-repeat");if(s){const i=el(e);s.setTransform(i),n.fillStyle=s}}const nl=["","-webkit-","-moz-","-o-","-ms-"];function sl(n,t){const e=t.x||0,s=t.y||0,i=t.z||0;Di(n,"transform",`translate(${e}px, ${s}px) translateZ(${i}px)`)}function IP(n,t){const e=t?.easingFn||q.Linear.None,s=t?.duration||0,i=t?.delay||0,r=Fs(),o=r+s;let a=0,c=0;const h=t.deltaX,u=t.deltaY;function l(){const f=Fs();if(f>=o){sl(n,{x:h-a,y:u-c});return}const d=(f-r)/s,p=e(d),m=h*p,y=u*p;sl(n,{x:m-a,y:y-c}),a=m,c=y,qr(l)}setTimeout(()=>{l()},i)}const kP=typeof HTMLElement=="object"?function(t){return t instanceof HTMLElement}:function(t){return t&&typeof t=="object"&&t.nodeType===1&&typeof t.nodeName=="string"};function ry(n){return window.URL.createObjectURL(n)}function LP(n){return window.URL.revokeObjectURL(n)}function il(n){let t=!1;function e(){/loaded|complete/.test(document.readyState)&&!t&&(o(),n(),t=!0)}const s=Ct(document,"DOMContentLoaded",e),i=Ct(window,"load",e),r=setInterval(e,100),o=()=>{clearInterval(r),s?.(),i?.()};return o}function oy(n){return Ct(window,"beforeunload",t=>{n(t)})}async function VP(n,t=6e4){return new Promise((e,s)=>{const i=document.createElement("script");i.type="text/javascript",i.async=!1,i.onload=o=>{clearTimeout(r),e(o),i.onerror=i.onload=null},i.onerror=o=>{clearTimeout(r),s(o)},i.src=n;const r=setTimeout(()=>{s("Timeout!")},t);document.body.appendChild(i)})}function rl(n,t){const e=document.createElement("a");e.style.visibility="hidden",e.download=t,typeof n=="string"?e.href=n:e.href=window.URL.createObjectURL(n),e.click()}async function NP(n,t=document.getElementsByTagName("head")[0],e=6e4){return new Promise((s,i)=>{const r=document.createElement("link");r.setAttribute("type","text/css"),r.setAttribute("rel","stylesheet"),r.onload=a=>{clearTimeout(o),s(a),r.onerror=r.onload=null},r.onerror=a=>{clearTimeout(o),i(a)},r.setAttribute("href",n);const o=setTimeout(()=>{i("Timeout!")},e);t.appendChild(r)})}function zP(){return new Promise(n=>{const t=Array.from(document.querySelectorAll("link[rel=stylesheet]"));let e=document.styleSheets.length||0;const s=()=>e>=t.length?(n(),!0):!1;s()||t.forEach(i=>{i.onload=()=>{e+=1,s()}})})}const ay=new yc({max:1e3});async function cy(n,t=6e4){return new Promise((e,s)=>{const i=typeof n=="string"?n:ry(n),r=ay.get(i);if(r)return e(r);const o=setTimeout(()=>{s("Timeout!")},t),a=document.createElement("img");a.onload=()=>{clearTimeout(o),a.onerror=a.onload=null;const c=a.naturalWidth||a.width,h=a.naturalHeight||a.height,u={width:c,height:h,aspectRatio:c/h,element:a,imageData:op(a)};ay.set(i,u),e(u)},a.onerror=c=>{clearTimeout(o),s(c)},a.src=i})}async function hy(n=Re.text,t=["*"]){const s=(await Qc(t))[0],i=await Ai(s,n);return{type:s.type,name:s.name,size:s.size,data:i}}async function FP(n=["image/*"]){const e=(await Qc(n))[0];if(!e.type.match(/image\/*/))return new Error("Not Image Type!");const s=await Ai(e,Re.arraybuffer),i=uc(s),r=await cy(i);return{type:e.type,name:e.name,size:e.size,data:s,width:r.width,height:r.height,aspectRatio:r.aspectRatio,imageData:r.imageData}}function BP(){return window.getSelection()?.toString()||""}function jP(n){document.getElementsByTagName("title")[0].innerText=n,document.title=n}function $P(n=200){"vibrate"in navigator?window.navigator.vibrate(n):console.error("Your device is not support vibrate on this browser.")}async function UP(n){if(navigator.clipboard)return await navigator.clipboard.writeText(n);{const t=document.createElement("textarea");return t.value=n,t.style.opacity="0",t.style.position="fixed",t.style.top="0",t.style.left="0",t.focus(),t.select(),document.execCommand("copy")}}function YP(n=0,t=0){window.scrollTo(n,t)}function GP(){let n=gd,t=gd;return"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual",n=oy(()=>{window.history.scrollRestoration="auto"}),t=il(()=>{window.history.scrollRestoration="manual"})),()=>{n(),t()}}function XP(n){return/(html|body)/i.test(n.tagName)||n===document.documentElement}const WP=n=>n===document.activeElement&&(n.type||n.href);function ol(){return parseFloat(getComputedStyle(document.documentElement).fontSize)}function HP(n){return n*ol()}function qP(n){return n.parentElement?parseFloat(getComputedStyle(n.parentElement).fontSize):ol()}const KP=n=>{let t=n;for(;t&&t.nodeType!==1;){const e=t.parentElement||n.parentNode;if(!e)break;t=e}return t},JP=n=>n.parentElement,al=(n,t=[])=>!n||n.parentElement===null&&n.parentNode===null?t:al(n.parentElement,t.concat([n]));function ZP(n){const t=al(n);for(let e=0,s=t.length;e<s;e++)if(/(auto|scroll)/.test(Mi(t[e],"overflow")+Mi(t[e],"overflow-y")+Mi(t[e],"overflow-x")))return t[e];return document.scrollingElement||document.documentElement}const QP=(n,t)=>n.contains?n!=t&&n.contains(t):!!(n.compareDocumentPosition(t)&16),tA=n=>Array.prototype.slice.call(n.parentElement?.children).filter(t=>t!==n),eA=n=>n.nextElementSibling,nA=n=>n.previousElementSibling,sA=(n,t)=>n.closest(t),iA=n=>n.shadowRoot,lr=n=>n.tagName==="INPUT"||n instanceof HTMLInputElement,cl=n=>n.tagName==="SELECT"||n instanceof HTMLSelectElement,rA=n=>n.tagName==="TEXTAREA"||n instanceof HTMLTextAreaElement,hl=n=>lr(n)&&n.getAttribute("type")==="checkbox",ul=n=>lr(n)&&n.getAttribute("type")==="radio",oA=n=>lr(n)&&n.getAttribute("type")==="text",aA=n=>lr(n)&&n.getAttribute("type")==="number";function cA(n,t){if(cl(n)){const e=n.options;for(let s=0,i=e.length;s<i;s++)e[s].selected=e[s].value==t}}function hA(n,t){if(ul(n)){const e=document.getElementsByName(n.name);for(let s=0,i=e.length;s<i;s++){const r=e[s];r.checked=r.value==t}}}function uA(n,t){hl(n)&&(n.checked=t)}function si(n,t,e="append"){typeof t=="string"?n[e](my(t)):n[e](t)}function uy(n,t){if(typeof t=="string"){n.innerHTML=t;const e=gy(n);e!=n&&(n=e)}else si(t,"replaceWith")}const ly=function(n){uy(n,"")},lA=(n,t)=>{n.textContent=t},fA=n=>{if(n instanceof SVGElement)return"";let t=n.innerText;if(!t){const e=n.querySelector("slot")?.assignedNodes()||[];let s=0;for(;!t&&s<=e.length-1;)"innerText"in e[s]&&(t=e[s].innerText),s++}return t},dA=n=>n.remove();function mA(n,t){Mi(n,"display")=="none"&&t===void 0||t===!0?fy(n):dy(n)}function fy(n){Us(n,"display",n instanceof HTMLTableRowElement?"table-row":n instanceof HTMLTableCellElement?"table-cell":"block")}function dy(n){Us(n,"display","none")}function ll(n,t,e="toggle"){const s=t.split(/[,\s]+/);if(n.classList)s.forEach(i=>{const r=i.trim();r!==""&&n.classList[e](r)});else{const i=n.className.split(/ +/);let r=!1;s.forEach(o=>{const a=o.trim();if(a!==""){const c=i.indexOf(a);switch(e){case"add":c===-1&&(i.push(a),r=!0);break;case"remove":c!==-1&&(i.splice(c,1),r=!0);break;case"toggle":c===-1?i.push(a):i.splice(c,1),r=!0;break}}}),r&&ps(n,"class",i.join(" ").replace(/^\s+/,"").replace(/\s+$/,""))}}function pA(n,t){ll(n,t,"add")}function gA(n,t){ll(n,t,"remove")}function yA(n,t){return new RegExp("(?:^|\\s+)"+t+"(?:\\s+|$)").test(n.className)}function my(n,t=!1){const e=document.createElement("template");return e.innerHTML=n,t&&e.content.childNodes.forEach(s=>{const i=gy(s);i!=s&&e.content.replaceChild(i,s)}),e.content}function py(n){return document.createElement.call(document,n)}function vA(n){return document.createElementNS("http://www.w3.org/1999/xhtml",n)}function bA(n){return document.createTextNode.call(document,n)}function gy(n){return n.tagName=="SCRIPT"&&(n=yy(n)),n.querySelectorAll&&n.querySelectorAll("script").forEach(t=>{t.parentNode?.replaceChild(yy(t),t)}),n}function yy(n){const t=n.ownerDocument.createElement("script");t.text=n.text;const e=n.attributes;for(let s=0,i=e.length;s<i;s++)t.setAttribute(e[s].name,e[s].value);return t}function wA(n,t="http://test.com/localstorage.html"){const e=document.createElement("iframe");e.src=t,document.body.append(e),setTimeout(function(){e.contentWindow?.postMessage(n,t)},4e3),setTimeout(function(){e.remove()},6e3)}function xA(n){const t=new Proxy(window,{get(e,s,i){if(typeof s=="string"&&["open","location","document"].includes(s))throw new Error(`禁止访问 key: ${s}`);return s==="window"?t:Reflect.get(e,s,i)},set(e,s,i,r){return Reflect.set(e,s,i,r)}});new Function("window",`with(window) { ${n} }`)(t,null)}function SA(n){return n=n.replace(/<%=(.+?)%>/g,"`); \n echo( $1 ); \n echo(`").replace(/<%([\s\S]+?)%>/g,"`); \n $1 \n echo(`"),n="echo(`"+n+"`);",`(function parse(data){
|
|
115
115
|
let output = "";
|
|
116
116
|
function echo(html){
|
|
117
117
|
output += html;
|
|
118
118
|
}
|
|
119
119
|
${n}
|
|
120
120
|
return output;
|
|
121
|
-
})`}class
|
|
121
|
+
})`}class fr{video;constructor(t){this.video=t}setSrcObject(t){this.video.addEventListener("loadedmetadata",e=>{e.target}),this.video.srcObject=t}captureWebCamera(){navigator.mediaDevices.getUserMedia({video:!0}).then(t=>{this.setSrcObject(t)})}static async videoMediaChangeSupport(){return new Promise(t=>{const e=document.createElement("iframe"),s=document.createElement("video"),i=document.createElement("source"),r=new MediaSource;r.addEventListener("sourceopen",()=>t(!0)),i.src=URL.createObjectURL(r),i.media="(min-width:10px)",s.append(i),e.width="5",e.style.cssText="position: absolute; visibility: hidden;",document.documentElement.append(e),e.contentDocument?.body.append(s),setTimeout(()=>{e.width="15"}),setTimeout(()=>{e.remove(),t(!1)},1e3)})}static tryAutoPlayOrAutoPlayAfterClick(t){return new Promise(e=>{t.play().then(()=>{t.autoplay=!0,e(!0)}).catch(()=>{fr.setAutoPlayWhenClick(t),e(!1)})})}static setAutoPlayWhenClick(t){function e(){t.autoplay=!0,t.play(),document.removeEventListener("click",e),document.removeEventListener("touchend",e)}document.addEventListener("click",e),document.addEventListener("touchend",e)}}var vy={exports:{}};/*! Hammer.JS - v2.0.7 - 2016-04-22
|
|
122
122
|
* http://hammerjs.github.io/
|
|
123
123
|
*
|
|
124
124
|
* Copyright (c) 2016 Jorik Tangelder;
|
|
125
|
-
* Licensed under the MIT license */(function(n){(function(t,e,
|
|
125
|
+
* Licensed under the MIT license */(function(n){(function(t,e,s,i){var r=["","webkit","Moz","MS","ms","o"],o=e.createElement("div"),a="function",c=Math.round,h=Math.abs,u=Date.now;function l(C,A,M){return setTimeout(x(C,M),A)}function f(C,A,M){return Array.isArray(C)?(d(C,M[A],M),!0):!1}function d(C,A,M){var k;if(C)if(C.forEach)C.forEach(A,M);else if(C.length!==i)for(k=0;k<C.length;)A.call(M,C[k],k,C),k++;else for(k in C)C.hasOwnProperty(k)&&A.call(M,C[k],k,C)}function p(C,A,M){var k="DEPRECATED METHOD: "+A+`
|
|
126
126
|
`+M+` AT
|
|
127
|
-
`;return function(){var F=new Error("get-stack-trace"),X=F&&F.stack?F.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",gt=t.console&&(t.console.warn||t.console.log);return gt&>.call(t.console,I,X),S.apply(this,arguments)}}var m;typeof Object.assign!="function"?m=function(P){if(P===s||P===null)throw new TypeError("Cannot convert undefined or null to object");for(var M=Object(P),I=1;I<arguments.length;I++){var F=arguments[I];if(F!==s&&F!==null)for(var X in F)F.hasOwnProperty(X)&&(M[X]=F[X])}return M}:m=Object.assign;var v=p(function(P,M,I){for(var F=Object.keys(M),X=0;X<F.length;)(!I||I&&P[F[X]]===s)&&(P[F[X]]=M[F[X]]),X++;return P},"extend","Use `assign`."),g=p(function(P,M){return v(P,M,!0)},"merge","Use `assign`.");function b(S,P,M){var I=P.prototype,F;F=S.prototype=Object.create(I),F.constructor=S,F._super=I,M&&m(F,M)}function x(S,P){return function(){return S.apply(P,arguments)}}function w(S,P){return typeof S==a?S.apply(P&&P[0]||s,P):S}function C(S,P){return S===s?P:S}function E(S,P,M){f(j(P),function(I){S.addEventListener(I,M,!1)})}function O(S,P,M){f(j(P),function(I){S.removeEventListener(I,M,!1)})}function U(S,P){for(;S;){if(S==P)return!0;S=S.parentNode}return!1}function R(S,P){return S.indexOf(P)>-1}function j(S){return S.trim().split(/\s+/g)}function H(S,P,M){if(S.indexOf&&!M)return S.indexOf(P);for(var I=0;I<S.length;){if(M&&S[I][M]==P||!M&&S[I]===P)return I;I++}return-1}function V(S){return Array.prototype.slice.call(S,0)}function lt(S,P,M){for(var I=[],F=[],X=0;X<S.length;){var gt=P?S[X][P]:S[X];H(F,gt)<0&&I.push(S[X]),F[X]=gt,X++}return M&&(P?I=I.sort(function(Kt,he){return Kt[P]>he[P]}):I=I.sort()),I}function yt(S,P){for(var M,I,F=P[0].toUpperCase()+P.slice(1),X=0;X<i.length;){if(M=i[X],I=M?M+F:P,I in S)return I;X++}return s}var mt=1;function ct(){return mt++}function st(S){var P=S.ownerDocument||S;return P.defaultView||P.parentWindow||t}var Ct=/mobile|tablet|ip(ad|hone|od)|android/i,$="ontouchstart"in t,z=yt(t,"PointerEvent")!==s,A=$&&Ct.test(navigator.userAgent),L="touch",W="pen",q="mouse",ft="kinect",bt=25,et=1,It=2,ht=4,Mt=8,ln=1,Ye=2,je=4,Re=8,N=16,Tt=Ye|je,$t=Re|N,Cs=Tt|$t,wo=["x","y"],it=["clientX","clientY"];function Jt(S,P){var M=this;this.manager=S,this.callback=P,this.element=S.element,this.target=S.options.inputTarget,this.domHandler=function(I){w(S.options.enable,[S])&&M.handler(I)},this.init()}Jt.prototype={handler:function(){},init:function(){this.evEl&&E(this.element,this.evEl,this.domHandler),this.evTarget&&E(this.target,this.evTarget,this.domHandler),this.evWin&&E(st(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&O(this.element,this.evEl,this.domHandler),this.evTarget&&O(this.target,this.evTarget,this.domHandler),this.evWin&&O(st(this.element),this.evWin,this.domHandler)}};function vo(S){var P,M=S.options.inputClass;return M?P=M:z?P=ut:A?P=To:$?P=Zh:P=_,new P(S,xo)}function xo(S,P,M){var I=M.pointers.length,F=M.changedPointers.length,X=P&et&&I-F===0,gt=P&(ht|Mt)&&I-F===0;M.isFirst=!!X,M.isFinal=!!gt,X&&(S.session={}),M.eventType=P,_o(S,M),S.emit("hammer.input",M),S.recognize(M),S.session.prevInput=M}function _o(S,P){var M=S.session,I=P.pointers,F=I.length;M.firstInput||(M.firstInput=Eo(P)),F>1&&!M.firstMultiple?M.firstMultiple=Eo(P):F===1&&(M.firstMultiple=!1);var X=M.firstInput,gt=M.firstMultiple,Xt=gt?gt.center:X.center,Kt=P.center=Ts(I);P.timeStamp=u(),P.deltaTime=P.timeStamp-X.timeStamp,P.angle=Ln(Xt,Kt),P.distance=nr(Xt,Kt),So(M,P),P.offsetDirection=As(P.deltaX,P.deltaY);var he=Ps(P.deltaTime,P.deltaX,P.deltaY);P.overallVelocityX=he.x,P.overallVelocityY=he.y,P.overallVelocity=h(he.x)>h(he.y)?he.x:he.y,P.scale=gt?Ar(gt.pointers,I):1,P.rotation=gt?Pr(gt.pointers,I):0,P.maxPointers=M.prevInput?P.pointers.length>M.prevInput.maxPointers?P.pointers.length:M.prevInput.maxPointers:P.pointers.length,qh(M,P);var Ge=S.element;U(P.srcEvent.target,Ge)&&(Ge=P.srcEvent.target),P.target=Ge}function So(S,P){var M=P.center,I=S.offsetDelta||{},F=S.prevDelta||{},X=S.prevInput||{};(P.eventType===et||X.eventType===ht)&&(F=S.prevDelta={x:X.deltaX||0,y:X.deltaY||0},I=S.offsetDelta={x:M.x,y:M.y}),P.deltaX=F.x+(M.x-I.x),P.deltaY=F.y+(M.y-I.y)}function qh(S,P){var M=S.lastInterval||P,I=P.timeStamp-M.timeStamp,F,X,gt,Xt;if(P.eventType!=Mt&&(I>bt||M.velocity===s)){var Kt=P.deltaX-M.deltaX,he=P.deltaY-M.deltaY,Ge=Ps(I,Kt,he);X=Ge.x,gt=Ge.y,F=h(Ge.x)>h(Ge.y)?Ge.x:Ge.y,Xt=As(Kt,he),S.lastInterval=P}else F=M.velocity,X=M.velocityX,gt=M.velocityY,Xt=M.direction;P.velocity=F,P.velocityX=X,P.velocityY=gt,P.direction=Xt}function Eo(S){for(var P=[],M=0;M<S.pointers.length;)P[M]={clientX:c(S.pointers[M].clientX),clientY:c(S.pointers[M].clientY)},M++;return{timeStamp:u(),pointers:P,center:Ts(P),deltaX:S.deltaX,deltaY:S.deltaY}}function Ts(S){var P=S.length;if(P===1)return{x:c(S[0].clientX),y:c(S[0].clientY)};for(var M=0,I=0,F=0;F<P;)M+=S[F].clientX,I+=S[F].clientY,F++;return{x:c(M/P),y:c(I/P)}}function Ps(S,P,M){return{x:P/S||0,y:M/S||0}}function As(S,P){return S===P?ln:h(S)>=h(P)?S<0?Ye:je:P<0?Re:N}function nr(S,P,M){M||(M=wo);var I=P[M[0]]-S[M[0]],F=P[M[1]]-S[M[1]];return Math.sqrt(I*I+F*F)}function Ln(S,P,M){M||(M=wo);var I=P[M[0]]-S[M[0]],F=P[M[1]]-S[M[1]];return Math.atan2(F,I)*180/Math.PI}function Pr(S,P){return Ln(P[1],P[0],it)+Ln(S[1],S[0],it)}function Ar(S,P){return nr(P[0],P[1],it)/nr(S[0],S[1],it)}var Ms={mousedown:et,mousemove:It,mouseup:ht},Co="mousedown",rr="mousemove mouseup";function _(){this.evEl=Co,this.evWin=rr,this.pressed=!1,Jt.apply(this,arguments)}b(_,Jt,{handler:function(P){var M=Ms[P.type];M&et&&P.button===0&&(this.pressed=!0),M&It&&P.which!==1&&(M=ht),this.pressed&&(M&ht&&(this.pressed=!1),this.callback(this.manager,M,{pointers:[P],changedPointers:[P],pointerType:q,srcEvent:P}))}});var D={pointerdown:et,pointermove:It,pointerup:ht,pointercancel:Mt,pointerout:Mt},B={2:L,3:W,4:q,5:ft},Y="pointerdown",J="pointermove pointerup pointercancel";t.MSPointerEvent&&!t.PointerEvent&&(Y="MSPointerDown",J="MSPointerMove MSPointerUp MSPointerCancel");function ut(){this.evEl=Y,this.evWin=J,Jt.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}b(ut,Jt,{handler:function(P){var M=this.store,I=!1,F=P.type.toLowerCase().replace("ms",""),X=D[F],gt=B[P.pointerType]||P.pointerType,Xt=gt==L,Kt=H(M,P.pointerId,"pointerId");X&et&&(P.button===0||Xt)?Kt<0&&(M.push(P),Kt=M.length-1):X&(ht|Mt)&&(I=!0),!(Kt<0)&&(M[Kt]=P,this.callback(this.manager,X,{pointers:M,changedPointers:[P],pointerType:gt,srcEvent:P}),I&&M.splice(Kt,1))}});var at={touchstart:et,touchmove:It,touchend:ht,touchcancel:Mt},St="touchstart",dt="touchstart touchmove touchend touchcancel";function ke(){this.evTarget=St,this.evWin=dt,this.started=!1,Jt.apply(this,arguments)}b(ke,Jt,{handler:function(P){var M=at[P.type];if(M===et&&(this.started=!0),!!this.started){var I=Nn.call(this,P,M);M&(ht|Mt)&&I[0].length-I[1].length===0&&(this.started=!1),this.callback(this.manager,M,{pointers:I[0],changedPointers:I[1],pointerType:L,srcEvent:P})}}});function Nn(S,P){var M=V(S.touches),I=V(S.changedTouches);return P&(ht|Mt)&&(M=lt(M.concat(I),"identifier",!0)),[M,I]}var Jh={touchstart:et,touchmove:It,touchend:ht,touchcancel:Mt},Kh="touchstart touchmove touchend touchcancel";function To(){this.evTarget=Kh,this.targetIds={},Jt.apply(this,arguments)}b(To,Jt,{handler:function(P){var M=Jh[P.type],I=ZE.call(this,P,M);I&&this.callback(this.manager,M,{pointers:I[0],changedPointers:I[1],pointerType:L,srcEvent:P})}});function ZE(S,P){var M=V(S.touches),I=this.targetIds;if(P&(et|It)&&M.length===1)return I[M[0].identifier]=!0,[M,M];var F,X,gt=V(S.changedTouches),Xt=[],Kt=this.target;if(X=M.filter(function(he){return U(he.target,Kt)}),P===et)for(F=0;F<X.length;)I[X[F].identifier]=!0,F++;for(F=0;F<gt.length;)I[gt[F].identifier]&&Xt.push(gt[F]),P&(ht|Mt)&&delete I[gt[F].identifier],F++;if(Xt.length)return[lt(X.concat(Xt),"identifier",!0),Xt]}var QE=2500,Sp=25;function Zh(){Jt.apply(this,arguments);var S=x(this.handler,this);this.touch=new To(this.manager,S),this.mouse=new _(this.manager,S),this.primaryTouch=null,this.lastTouches=[]}b(Zh,Jt,{handler:function(P,M,I){var F=I.pointerType==L,X=I.pointerType==q;if(!(X&&I.sourceCapabilities&&I.sourceCapabilities.firesTouchEvents)){if(F)tC.call(this,M,I);else if(X&&eC.call(this,I))return;this.callback(P,M,I)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});function tC(S,P){S&et?(this.primaryTouch=P.changedPointers[0].identifier,Ep.call(this,P)):S&(ht|Mt)&&Ep.call(this,P)}function Ep(S){var P=S.changedPointers[0];if(P.identifier===this.primaryTouch){var M={x:P.clientX,y:P.clientY};this.lastTouches.push(M);var I=this.lastTouches,F=function(){var X=I.indexOf(M);X>-1&&I.splice(X,1)};setTimeout(F,QE)}}function eC(S){for(var P=S.srcEvent.clientX,M=S.srcEvent.clientY,I=0;I<this.lastTouches.length;I++){var F=this.lastTouches[I],X=Math.abs(P-F.x),gt=Math.abs(M-F.y);if(X<=Sp&><=Sp)return!0}return!1}var Cp=yt(o.style,"touchAction"),Tp=Cp!==s,Pp="compute",Ap="auto",Qh="manipulation",sr="none",Ds="pan-x",Os="pan-y",Po=rC();function tu(S,P){this.manager=S,this.set(P)}tu.prototype={set:function(S){S==Pp&&(S=this.compute()),Tp&&this.manager.element.style&&Po[S]&&(this.manager.element.style[Cp]=S),this.actions=S.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var S=[];return f(this.manager.recognizers,function(P){w(P.options.enable,[P])&&(S=S.concat(P.getTouchAction()))}),nC(S.join(" "))},preventDefaults:function(S){var P=S.srcEvent,M=S.offsetDirection;if(this.manager.session.prevented){P.preventDefault();return}var I=this.actions,F=R(I,sr)&&!Po[sr],X=R(I,Os)&&!Po[Os],gt=R(I,Ds)&&!Po[Ds];if(F){var Xt=S.pointers.length===1,Kt=S.distance<2,he=S.deltaTime<250;if(Xt&&Kt&&he)return}if(!(gt&&X)&&(F||X&&M&Tt||gt&&M&$t))return this.preventSrc(P)},preventSrc:function(S){this.manager.session.prevented=!0,S.preventDefault()}};function nC(S){if(R(S,sr))return sr;var P=R(S,Ds),M=R(S,Os);return P&&M?sr:P||M?P?Ds:Os:R(S,Qh)?Qh:Ap}function rC(){if(!Tp)return!1;var S={},P=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(M){S[M]=P?t.CSS.supports("touch-action",M):!0}),S}var Ao=1,Te=2,Mr=4,zn=8,fn=zn,Is=16,Ve=32;function dn(S){this.options=m({},this.defaults,S||{}),this.id=ct(),this.manager=null,this.options.enable=C(this.options.enable,!0),this.state=Ao,this.simultaneous={},this.requireFail=[]}dn.prototype={defaults:{},set:function(S){return m(this.options,S),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(S){if(d(S,"recognizeWith",this))return this;var P=this.simultaneous;return S=Mo(S,this),P[S.id]||(P[S.id]=S,S.recognizeWith(this)),this},dropRecognizeWith:function(S){return d(S,"dropRecognizeWith",this)?this:(S=Mo(S,this),delete this.simultaneous[S.id],this)},requireFailure:function(S){if(d(S,"requireFailure",this))return this;var P=this.requireFail;return S=Mo(S,this),H(P,S)===-1&&(P.push(S),S.requireFailure(this)),this},dropRequireFailure:function(S){if(d(S,"dropRequireFailure",this))return this;S=Mo(S,this);var P=H(this.requireFail,S);return P>-1&&this.requireFail.splice(P,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(S){return!!this.simultaneous[S.id]},emit:function(S){var P=this,M=this.state;function I(F){P.manager.emit(F,S)}M<zn&&I(P.options.event+Mp(M)),I(P.options.event),S.additionalEvent&&I(S.additionalEvent),M>=zn&&I(P.options.event+Mp(M))},tryEmit:function(S){if(this.canEmit())return this.emit(S);this.state=Ve},canEmit:function(){for(var S=0;S<this.requireFail.length;){if(!(this.requireFail[S].state&(Ve|Ao)))return!1;S++}return!0},recognize:function(S){var P=m({},S);if(!w(this.options.enable,[this,P])){this.reset(),this.state=Ve;return}this.state&(fn|Is|Ve)&&(this.state=Ao),this.state=this.process(P),this.state&(Te|Mr|zn|Is)&&this.tryEmit(P)},process:function(S){},getTouchAction:function(){},reset:function(){}};function Mp(S){return S&Is?"cancel":S&zn?"end":S&Mr?"move":S&Te?"start":""}function Dp(S){return S==N?"down":S==Re?"up":S==Ye?"left":S==je?"right":""}function Mo(S,P){var M=P.manager;return M?M.get(S):S}function Le(){dn.apply(this,arguments)}b(Le,dn,{defaults:{pointers:1},attrTest:function(S){var P=this.options.pointers;return P===0||S.pointers.length===P},process:function(S){var P=this.state,M=S.eventType,I=P&(Te|Mr),F=this.attrTest(S);return I&&(M&Mt||!F)?P|Is:I||F?M&ht?P|zn:P&Te?P|Mr:Te:Ve}});function Do(){Le.apply(this,arguments),this.pX=null,this.pY=null}b(Do,Le,{defaults:{event:"pan",threshold:10,pointers:1,direction:Cs},getTouchAction:function(){var S=this.options.direction,P=[];return S&Tt&&P.push(Os),S&$t&&P.push(Ds),P},directionTest:function(S){var P=this.options,M=!0,I=S.distance,F=S.direction,X=S.deltaX,gt=S.deltaY;return F&P.direction||(P.direction&Tt?(F=X===0?ln:X<0?Ye:je,M=X!=this.pX,I=Math.abs(S.deltaX)):(F=gt===0?ln:gt<0?Re:N,M=gt!=this.pY,I=Math.abs(S.deltaY))),S.direction=F,M&&I>P.threshold&&F&P.direction},attrTest:function(S){return Le.prototype.attrTest.call(this,S)&&(this.state&Te||!(this.state&Te)&&this.directionTest(S))},emit:function(S){this.pX=S.deltaX,this.pY=S.deltaY;var P=Dp(S.direction);P&&(S.additionalEvent=this.options.event+P),this._super.emit.call(this,S)}});function eu(){Le.apply(this,arguments)}b(eu,Le,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[sr]},attrTest:function(S){return this._super.attrTest.call(this,S)&&(Math.abs(S.scale-1)>this.options.threshold||this.state&Te)},emit:function(S){if(S.scale!==1){var P=S.scale<1?"in":"out";S.additionalEvent=this.options.event+P}this._super.emit.call(this,S)}});function nu(){dn.apply(this,arguments),this._timer=null,this._input=null}b(nu,dn,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[Ap]},process:function(S){var P=this.options,M=S.pointers.length===P.pointers,I=S.distance<P.threshold,F=S.deltaTime>P.time;if(this._input=S,!I||!M||S.eventType&(ht|Mt)&&!F)this.reset();else if(S.eventType&et)this.reset(),this._timer=l(function(){this.state=fn,this.tryEmit()},P.time,this);else if(S.eventType&ht)return fn;return Ve},reset:function(){clearTimeout(this._timer)},emit:function(S){this.state===fn&&(S&&S.eventType&ht?this.manager.emit(this.options.event+"up",S):(this._input.timeStamp=u(),this.manager.emit(this.options.event,this._input)))}});function ru(){Le.apply(this,arguments)}b(ru,Le,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[sr]},attrTest:function(S){return this._super.attrTest.call(this,S)&&(Math.abs(S.rotation)>this.options.threshold||this.state&Te)}});function su(){Le.apply(this,arguments)}b(su,Le,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:Tt|$t,pointers:1},getTouchAction:function(){return Do.prototype.getTouchAction.call(this)},attrTest:function(S){var P=this.options.direction,M;return P&(Tt|$t)?M=S.overallVelocity:P&Tt?M=S.overallVelocityX:P&$t&&(M=S.overallVelocityY),this._super.attrTest.call(this,S)&&P&S.offsetDirection&&S.distance>this.options.threshold&&S.maxPointers==this.options.pointers&&h(M)>this.options.velocity&&S.eventType&ht},emit:function(S){var P=Dp(S.offsetDirection);P&&this.manager.emit(this.options.event+P,S),this.manager.emit(this.options.event,S)}});function Oo(){dn.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}b(Oo,dn,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Qh]},process:function(S){var P=this.options,M=S.pointers.length===P.pointers,I=S.distance<P.threshold,F=S.deltaTime<P.time;if(this.reset(),S.eventType&et&&this.count===0)return this.failTimeout();if(I&&F&&M){if(S.eventType!=ht)return this.failTimeout();var X=this.pTime?S.timeStamp-this.pTime<P.interval:!0,gt=!this.pCenter||nr(this.pCenter,S.center)<P.posThreshold;this.pTime=S.timeStamp,this.pCenter=S.center,!gt||!X?this.count=1:this.count+=1,this._input=S;var Xt=this.count%P.taps;if(Xt===0)return this.hasRequireFailures()?(this._timer=l(function(){this.state=fn,this.tryEmit()},P.interval,this),Te):fn}return Ve},failTimeout:function(){return this._timer=l(function(){this.state=Ve},this.options.interval,this),Ve},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==fn&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function mn(S,P){return P=P||{},P.recognizers=C(P.recognizers,mn.defaults.preset),new iu(S,P)}mn.VERSION="2.0.7",mn.defaults={domEvents:!1,touchAction:Pp,enable:!0,inputTarget:null,inputClass:null,preset:[[ru,{enable:!1}],[eu,{enable:!1},["rotate"]],[su,{direction:Tt}],[Do,{direction:Tt},["swipe"]],[Oo],[Oo,{event:"doubletap",taps:2},["tap"]],[nu]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var sC=1,Op=2;function iu(S,P){this.options=m({},mn.defaults,P||{}),this.options.inputTarget=this.options.inputTarget||S,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=S,this.input=vo(this),this.touchAction=new tu(this,this.options.touchAction),Ip(this,!0),f(this.options.recognizers,function(M){var I=this.add(new M[0](M[1]));M[2]&&I.recognizeWith(M[2]),M[3]&&I.requireFailure(M[3])},this)}iu.prototype={set:function(S){return m(this.options,S),S.touchAction&&this.touchAction.update(),S.inputTarget&&(this.input.destroy(),this.input.target=S.inputTarget,this.input.init()),this},stop:function(S){this.session.stopped=S?Op:sC},recognize:function(S){var P=this.session;if(!P.stopped){this.touchAction.preventDefaults(S);var M,I=this.recognizers,F=P.curRecognizer;(!F||F&&F.state&fn)&&(F=P.curRecognizer=null);for(var X=0;X<I.length;)M=I[X],P.stopped!==Op&&(!F||M==F||M.canRecognizeWith(F))?M.recognize(S):M.reset(),!F&&M.state&(Te|Mr|zn)&&(F=P.curRecognizer=M),X++}},get:function(S){if(S instanceof dn)return S;for(var P=this.recognizers,M=0;M<P.length;M++)if(P[M].options.event==S)return P[M];return null},add:function(S){if(d(S,"add",this))return this;var P=this.get(S.options.event);return P&&this.remove(P),this.recognizers.push(S),S.manager=this,this.touchAction.update(),S},remove:function(S){if(d(S,"remove",this))return this;if(S=this.get(S),S){var P=this.recognizers,M=H(P,S);M!==-1&&(P.splice(M,1),this.touchAction.update())}return this},on:function(S,P){if(S!==s&&P!==s){var M=this.handlers;return f(j(S),function(I){M[I]=M[I]||[],M[I].push(P)}),this}},off:function(S,P){if(S!==s){var M=this.handlers;return f(j(S),function(I){P?M[I]&&M[I].splice(H(M[I],P),1):delete M[I]}),this}},emit:function(S,P){this.options.domEvents&&iC(S,P);var M=this.handlers[S]&&this.handlers[S].slice();if(!(!M||!M.length)){P.type=S,P.preventDefault=function(){P.srcEvent.preventDefault()};for(var I=0;I<M.length;)M[I](P),I++}},destroy:function(){this.element&&Ip(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}};function Ip(S,P){var M=S.element;if(M.style){var I;f(S.options.cssProps,function(F,X){I=yt(M.style,X),P?(S.oldCssProps[I]=M.style[I],M.style[I]=F):M.style[I]=S.oldCssProps[I]||""}),P||(S.oldCssProps={})}}function iC(S,P){var M=e.createEvent("Event");M.initEvent(S,!0,!0),M.gesture=P,P.target.dispatchEvent(M)}m(mn,{INPUT_START:et,INPUT_MOVE:It,INPUT_END:ht,INPUT_CANCEL:Mt,STATE_POSSIBLE:Ao,STATE_BEGAN:Te,STATE_CHANGED:Mr,STATE_ENDED:zn,STATE_RECOGNIZED:fn,STATE_CANCELLED:Is,STATE_FAILED:Ve,DIRECTION_NONE:ln,DIRECTION_LEFT:Ye,DIRECTION_RIGHT:je,DIRECTION_UP:Re,DIRECTION_DOWN:N,DIRECTION_HORIZONTAL:Tt,DIRECTION_VERTICAL:$t,DIRECTION_ALL:Cs,Manager:iu,Input:Jt,TouchAction:tu,TouchInput:To,MouseInput:_,PointerEventInput:ut,TouchMouseInput:Zh,SingleTouchInput:ke,Recognizer:dn,AttrRecognizer:Le,Tap:Oo,Pan:Do,Swipe:su,Pinch:eu,Rotate:ru,Press:nu,on:E,off:O,each:f,merge:g,extend:v,assign:m,inherit:b,bindFn:x,prefixed:yt});var oC=typeof t<"u"?t:typeof self<"u"?self:{};oC.Hammer=mn,typeof s=="function"&&s.amd?s(function(){return mn}):n.exports?n.exports=mn:t[r]=mn})(window,document,"Hammer")})(Pm);var A_=Pm.exports;const Lt=xa(A_);async function Am(n,t){return new Promise(e=>{const r=new ResizeObserver(s=>{const i=n.getBoundingClientRect();t(i),e(()=>{r.unobserve(n)})});r.observe(n)})}function Nh(n=document.documentElement,t){return new Rt(e=>{const r=n.getBoundingClientRect();let s=r.x,i=r.y,o=r.width,a=r.height;e.next(r);const c=new ResizeObserver(h=>{const u=n.getBoundingClientRect();(s!=u.x||i!=u.y||o!=u.width||a!=u.height)&&(s=u.x,i=u.y,o=u.width,a=u.height,e.next(u))});return c.observe(n,t),()=>{c.unobserve(n),c.disconnect()}})}function M_(){return Q(window,"orientationchange"in window?"orientationchange":"resize").pipe(kt(n=>({width:n.target.innerWidth,height:n.target.innerHeight})),Xn({width:window.innerWidth,height:window.innerHeight}))}function D_(){return"ontouchstart"in window||"ontouchend"in document||navigator.maxTouchPoints>0}function O_(){return!!window.PointerEvent}function I_(n,t){let e=document.createElement(n);t="on"+t;let r=t in e;return r||(e.setAttribute(t,"return;"),r=typeof e[t]=="function"),e=null,r}function zh(){return{x:0,y:0,isDown:!1}}function er(){const n=zh(),t=zh();return{start:n,current:t,setStart:function(e,r){n.x=e.x,n.y=e.y,n.isDown=typeof r=="boolean"?r:typeof e.isDown=="boolean"?e.isDown:!1,this.setCurrent(e,r)},setCurrent:(e,r)=>{t.x=e.x,t.y=e.y,t.isDown=typeof r=="boolean"?r:typeof e.isDown=="boolean"?e.isDown:!1}}}function fo(n=document.documentElement,t=!1){return Q(n,"mousemove",t)}function Mm(n=document.documentElement,t=!1){return Q(n,"mousedown",t)}function Dm(n=document.documentElement,t=!1){return Q(n,"mouseup",t)}function R_(n=document.documentElement,t=!1){return Q(n,"mouseover",t)}function k_(n=document.documentElement,t=!1){return Q(n,"mouseout",t)}function L_(n=document.documentElement,t=!1){return Q(n,"mouseenter",t)}function N_(n=document.documentElement,t=!1){return Q(n,"mouseleave",t)}function z_(n=document.documentElement,t=!1){return Q(n,"click",t)}function F_(n=document.documentElement,t=!1){return Q(n,"dblclick",t)}function B_(n=document.documentElement,t=!1){return Q(n,"onwheel"in document.createElement("div")?"wheel":document.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",t)}function $_(n=document.documentElement,t=!1){return Q(n,"contextmenu",t)}function Om(n=document.documentElement,t=!1){return Q(n,"touchmove",t)}function Im(n=document.documentElement,t=!1){return Q(n,"touchstart",t)}function Rm(n=document.documentElement,t=!1){return Q(n,"touchend",t)}function km(n=document.documentElement,t=!1){return Q(n,"touchcancel",t)}function Fh(n=document.documentElement,t=!1){return Q(n,"pointermove",t)}function Bh(n=document.documentElement,t=!1){return Q(n,"pointerdown",t)}function $h(n=document.documentElement,t=!1){return Q(n,"pointerup",t)}function Uh(n=document.documentElement,t=!1){return Q(n,"pointercancel",t)}function U_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pan",e)},e=>{t.off("pan",e)})}function Y_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panmove",e)},e=>{t.off("panmove",e)})}function j_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panstart",e)},e=>{t.off("panstart",e)})}function V_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panend",e)},e=>{t.off("panend",e)})}function G_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pancancel",e)},e=>{t.off("pancancel",e)})}function X_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panleft",e)},e=>{t.off("panleft",e)})}function H_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panright",e)},e=>{t.off("panright",e)})}function W_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panup",e)},e=>{t.off("panup",e)})}function q_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pandown",e)},e=>{t.off("pandown",e)})}function J_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pinch",e)},e=>{t.off("pinch",e)})}function K_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pinchin",e)},e=>{t.off("pinchin",e)})}function Z_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pinchout",e)},e=>{t.off("pinchout",e)})}function Q_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("press",e)},e=>{t.off("press",e)})}function tS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("rotate",e)},e=>{t.off("rotate",e)})}function eS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("swipe",e)},e=>{t.off("swipe",e)})}function nS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("swipeleft",e)},e=>{t.off("swipeleft",e)})}function rS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("swiperight",e)},e=>{t.off("swiperight",e)})}function sS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("swipeup",e)},e=>{t.off("swipeup",e)})}function iS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("swipedown",e)},e=>{t.off("swipedown",e)})}function Lm(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("tap",e)},e=>{t.off("tap",e)})}function oS(n=document.documentElement){const t=new Lt(document.documentElement);return Ot(e=>{const r=s=>{!s.target||n==s.target||n.contains(s.target)||e(s)};return t.on("tap",r),r},(e,r)=>{t.off("tap",r)})}function aS(n=document.documentElement,t=!1){return Q(n,"transitionstart",t)}function cS(n=document.documentElement,t=!1){return fi(Q(n,"transitionend",t),Q(n,"webkitTransitionEnd",t),Q(n,"oTransitionEnd",t),Q(n,"MSTransitionEnd",t))}function hS(n=document.documentElement,t=!1){return Q(n,"animationstart",t)}function uS(n=document.documentElement,t=!1){return Q(n,"animationend",t)}function Nm(n=document.documentElement,t=!1){return Q(n,"drag",t)}function zm(n=document.documentElement,t=!1){return Q(n,"dragstart",t)}function Fm(n=document.documentElement,t=!1){return Q(n,"dragend",t)}function Bm(n=document.documentElement,t=!1){return Q(n,"drop",t)}function $m(n=document.documentElement,t=!1){return Q(n,"dragenter",t)}function Um(n=document.documentElement,t=!1){return Q(n,"dragleave",t)}function Ym(n=document.documentElement,t=!1){return Q(n,"dragover",t)}function jm(n=document.documentElement,t=!1){return Q(n,"keydown",t)}function Vm(n=document.documentElement,t=!1){return Q(n,"keyup",t)}function lS(n=document.documentElement,t=!1){return Q(n,"keypress",t)}function fS(n,t=!1){return Q(n,"change",t)}function dS(n,t=!1){return Q(n,"submit",t)}function mS(n=10){return Q(window,"scroll",!0).pipe(Ib(n))}function pS(){return Q(document,"visibilitychange",!0).pipe(kt(()=>document.visibilityState==="visible"),wn())}function gS(){return Q(window,"storage",!1)}function yS(){return fi(Q(window,"online",!1),Q(window,"offline",!1)).pipe(kt(()=>navigator.onLine),Xn(navigator.onLine),wn(),mf({bufferSize:1,refCount:!0}))}function bS(n=document.documentElement,t){const e=t?.createMousePoint||er();return fo(n).pipe(kt(r=>(e.setCurrent(Yt(r,n)),e)))}function Gm(n=document.documentElement,t){const e=t?.createMousePoint||er();return fo(n).pipe(Rb(Mm(n).pipe(Hn(r=>{e.setStart(Yt(r,n),!0),t?.start?.(r,e)})),()=>Dm(n).pipe(Hn(r=>{e.setCurrent(Yt(r,n),!1),t?.end?.(r,e)}))),Db(),kt(r=>(e.setCurrent(Yt(r,n),!0),e)))}function Xm(n=document.documentElement,t){const e=t?.createMousePoint||er();return Im(n).pipe(Hn(r=>{const s=r.changedTouches[0];e.setStart(Yt(s,n),!0),t?.start?.(s,e)}),mi(()=>Om(n).pipe(Va(di(Rm(n),km(n)).pipe(Hn(r=>{const s=r.changedTouches[0];e.setCurrent(Yt(s,n),!1),t?.end?.(s,e)}))))),kt(r=>{const s=r.changedTouches[0];return e.setCurrent(Yt(s,n),!0),e}))}function mo(n=document.documentElement,t){const e=t?.createMousePoint||er();return Bh(n).pipe(Hn(r=>{e.setStart(Yt(r,n),!0),t?.start?.(r,e)}),mi(()=>Fh(n).pipe(Va(di($h(n),Uh(n)).pipe(Hn(r=>{e.setCurrent(Yt(r,n),!1),t?.end?.(r,e)}))))),kt(r=>(e.setCurrent(Yt(r,n),!0),e)))}function wS(n=document.documentElement,t){return di(Gm(n,t),Xm(n,t))}function Hm(n=document.documentElement,t){const e=t?.createMousePoint||er();return fi(fo(n),Bh(n)).pipe(df(r=>r instanceof PointerEvent?(e.setStart(Yt(r,n),!0),t?.start?.(r,e),Fh(n).pipe(Va(di($h(n),Uh(n)).pipe(Hn(s=>{e.setCurrent(Yt(s,n),!1),t?.end?.(s,e)}))))):r instanceof MouseEvent?eb(r):Wl),kt(r=>(e.setCurrent(Yt(r,n),r instanceof PointerEvent),e)))}function vS(n){return new Rt(t=>mo(n,{start:()=>{t.next(0)}}).subscribe(r=>{t.next(r.current.y-r.start.y)}).unsubscribe).pipe(wn())}function xS(n,t){jn(n,"draggable","true");const e=zm(n,!0).subscribe(i=>{vn(i),pf(i);const o=i.dataTransfer;o&&(o.effectAllowed="move",o.setData("text/plain","some-data")),t?.onStart?.(i)}),r=Nm(n).subscribe(i=>{vn(i),t?.onDrag?.(i)}),s=Fm(n).subscribe(i=>{vn(i),t?.onEnd?.(i)});return()=>{e.unsubscribe(),r.unsubscribe(),s.unsubscribe()}}function _S(n,t){const e=$m(n).subscribe(o=>{vn(o),t?.onEnter?.(o)}),r=Ym(n).subscribe(o=>{vn(o);const a=o.dataTransfer;a&&(a.dropEffect="move"),t?.onOver?.(o)}),s=Um(n).subscribe(o=>{vn(o),t?.onLeave?.(o)}),i=Bm(n).subscribe(o=>{vn(o);const a=o.dataTransfer;if(!a){t?.onDrop?.(o,[]);return}t?.onDrop?.(o,[...a.files])});return()=>{e.unsubscribe(),r.unsubscribe(),s.unsubscribe(),i.unsubscribe()}}function SS(){return{screenWidth:window.screen.width,screenHeight:window.screen.height,innerWidth:window.innerWidth,innerHeight:window.innerHeight,screenX:window.screenX,screenY:window.screenY,pageXOffset:window.pageXOffset,pageYOffset:window.pageYOffset}}function Tr(){const n=document.documentElement||document.body;return{el:n,clientWidth:n.clientWidth,clientHeight:n.clientHeight,clientTop:n.clientTop,clientLeft:n.clientLeft,scrollWidth:n.scrollWidth,scrollHeight:n.scrollHeight,scrollTop:n.scrollTop,scrollLeft:n.scrollLeft,offsetWidth:n.offsetWidth,offsetHeight:n.offsetHeight,offsetTop:n.offsetTop,offsetLeft:n.offsetLeft,offsetParent:n.offsetParent}}function Wm(){const{clientWidth:n,clientHeight:t,scrollLeft:e,scrollTop:r}=Tr();return{width:window.innerWidth||n,height:window.innerHeight||t,x:window.pageXOffset||e,y:window.pageYOffset||r}}function ES(){const{scrollWidth:n,scrollHeight:t,scrollLeft:e,scrollTop:r}=Tr();return{width:n,height:t,scrollX:window.pageXOffset||e,scrollY:window.pageYOffset||r}}function Yh(n){return n.getBoundingClientRect()}function CS(n){return{x:n.offsetLeft,y:n.offsetTop,width:n.offsetWidth,height:n.offsetHeight}}function jh(n){const{top:t,left:e,width:r,height:s}=n.getBoundingClientRect(),{scrollLeft:i,scrollTop:o}=Tr();return{x:e+i,y:t+o,width:r,height:s}}function TS(n){let t=n,e=0,r=0;for(;t!==null;)e+=t.offsetLeft,r+=t.offsetTop,t.offsetParent instanceof HTMLElement?t=t.offsetParent:t=null;return{x:e,y:r,width:n.offsetWidth,height:n.offsetHeight}}function PS(){const{clientHeight:n,scrollTop:t,scrollHeight:e}=Tr(),r=e-n;return r<=0?0:t/r*100}function AS(n){const t=Wm(),e=Yh(n);return e.bottom>=0&&e.top<=t.height&&e.right>=0&&e.left<=t.width}function MS(n){if("center"in n){const t=n.center,e=Yh(n.target);return{x:t.x-e.x,y:t.y-e.y}}return{x:n.clientX,y:n.clientY}}function Vh(n){if("center"in n)return n.center;if(typeof n.pageX=="number"&&typeof n.pageY=="number")return{x:n.pageX,y:n.pageY};const{scrollLeft:t,scrollTop:e}=Tr();return{x:n.clientX+t,y:n.clientY+e}}function Yt(n,t){const e={x:0,y:0};if(t){const r=Vh(n),s=jh(t);e.x=Z(r.x-s.x,0,s.width),e.y=Z(r.y-s.y,0,s.height)}else{let r=0,s=0;if("currentTarget"in n&&n.currentTarget&&n.target&&n.currentTarget!=n.target){const i=n.currentTarget.getBoundingClientRect(),o=n.target.getBoundingClientRect();r=o.left-i.left,s=o.top-i.top}if("offsetX"in n)e.x=n.offsetX+r,e.y=n.offsetY+s;else{const i=Vh(n),o=jh(n.target);e.x=Z(i.x-o.x+r,0,o.width),e.y=Z(i.y-o.y+s,0,o.height)}}return e}function DS(n){let t=0;return n||(n=window.event),n.wheelDelta?(t=n.wheelDelta/120,window.opera&&(t=-t)):n.detail&&(t=-n.detail/3),t}function OS(n){if(document.implementation.hasFeature("MouseEvents","2.0"))return n.button;switch(n.button){case 0:case 1:case 3:case 5:case 7:return 0;case 2:case 6:return 2;case 4:return 1}}const IS={BACKSPACE:8,TAB:9,COMMA:188,DELETE:46,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,UP:38,DOWN:40,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32};function RS(n){if(n.key)return n.key;if(n.keyCode)return n.keyCode;if(n.which)return n.which}function qm(n,t){const e=t.ctrl||!1,r=t.shift||!1,s=t.alt||!1;return(e===n.metaKey||e===n.ctrlKey)&&r===n.shiftKey&&s===n.altKey&&t.keys.map(i=>i.toLowerCase()).includes(n.key.toLowerCase())}function Jm(n){return jm(n.target||document||window).pipe(Ya(t=>qm(t,n)),kt(t=>{t.stopPropagation(),t.preventDefault()}))}function kS(n){return Vm(n.target||document||window).pipe(Ya(t=>qm(t,n)),kt(t=>{t.stopPropagation(),t.preventDefault()}))}function Km(n={keys:["o"]},t=ve.text){return Jm(n).pipe(mi(async()=>await bm(t)))}async function LS(n={keys:["o"]},t=ve.text){return rb(Km(n,t))}function NS(){const n={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0,isDown:!1},t={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0,isDown:!1};return{mousePoint:t,setStartMousePoint:function(e,r){n.x=e.x,n.y=e.y,n.isDown=typeof r=="boolean"?r:!1,this.setCurrentMousePoint(e,r)},setCurrentMousePoint:(e,r)=>{const s=t.x,i=t.y;t.x=e.x,t.y=e.y,t.dx=t.x-s,t.dy=t.y-i,t.dStartX=t.x-n.x,t.dStartY=t.y-n.y,t.isDown=typeof r=="boolean"?r:!1}}}function zS(n=document.documentElement){const t=new Go,e=new Lt(n);let r=[];const s=NS(),i=s.mousePoint,o=N=>{t.emit("mouseDown",N)},a=N=>{t.emit("mouseUp",N)},c=N=>{i.isDown||s.setCurrentMousePoint(Yt(N,n)),t.emit("mouseMove",N)},h=N=>{t.emit("mouseOver",N)},u=N=>{t.emit("mouseOut",N)},l=N=>{t.emit("mouseEnter",N)},d=N=>{t.emit("mouseLeave",N)},f=N=>{t.emit("mouseClick",N)},p=N=>{t.emit("mouseDoubleClick",N)},m=N=>{t.emit("mouseWheel",N)},v=N=>{t.emit("mouseContextMenu",N)},g=N=>{t.emit("touchStart",N)},b=N=>{t.emit("touchEnd",N)},x=N=>{t.emit("touchCancel",N)},w=N=>{const Tt=N.changedTouches[0];i.isDown||s.setCurrentMousePoint(Yt(Tt,n)),t.emit("touchMove",N)},C=N=>{t.emit("pointerDown",N)},E=N=>{t.emit("pointerUp",N)},O=N=>{t.emit("pointerCancel",N)},U=N=>{t.emit("pointerMove",N)},R=N=>{t.emit("pan",N)},j=N=>{t.emit("panStart",N)},H=N=>{t.emit("panMove",N)},V=N=>{t.emit("panEnd",N)},lt=N=>{t.emit("panCancel",N)},yt=N=>{t.emit("panLeft",N)},mt=N=>{t.emit("panRight",N)},ct=N=>{t.emit("panUp",N)},st=N=>{t.emit("panDown",N)},Ct=N=>{t.emit("pinch",N)},$=N=>{t.emit("pinchin",N)},z=N=>{t.emit("pinchout",N)},A=N=>{t.emit("press",N)},L=N=>{t.emit("rotate",N)},W=N=>{t.emit("swipe",N)},q=N=>{t.emit("swipeLeft",N)},ft=N=>{t.emit("swipeRight",N)},bt=N=>{t.emit("swipeUp",N)},et=N=>{t.emit("swipeDown",N)},It=N=>{t.emit("tap",N)},ht=N=>{!N.target||n==N.target||n.contains(N.target)||t.emit("tapOutSide",N)},Mt=N=>{t.emit("transitionstart",N)},ln=N=>{t.emit("transitionend",N)},Ye=N=>{t.emit("animationstart",N)},je=N=>{t.emit("animationend",N)};let Re={...n.getBoundingClientRect(),width:n.offsetWidth,height:n.offsetHeight};return{el:n,get rect(){return Re},mousePoint:i,eb:t,start:async function(){r.push(_t(n,"mousedown",o)),r.push(_t(n,"mouseup",a)),r.push(_t(n,"mousemove",c)),r.push(_t(n,"mouseover",h)),r.push(_t(n,"mouseout",u)),r.push(_t(n,"mouseenter",l)),r.push(_t(n,"mouseleave",d)),r.push(_t(n,"click",f)),r.push(_t(n,"dblclick",p)),r.push(_t(n,"onwheel"in document.createElement("div")?"wheel":document.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",m)),r.push(_t(n,"contextmenu",v)),r.push(_t(n,"touchstart",g)),r.push(_t(n,"touchend",b)),r.push(_t(n,"touchcancel",x)),r.push(_t(n,"touchmove",w)),r.push(_t(n,"pointerdown",C)),r.push(_t(n,"pointerup",E)),r.push(_t(n,"pointercancel",O)),r.push(_t(n,"pointermove",U)),e.on("pan",R),e.on("panstart",j),e.on("panmove",H),e.on("panend",V),e.on("pancancel",lt),e.on("panleft",yt),e.on("panright",mt),e.on("panup",ct),e.on("pandown",st),e.on("pinch",Ct),e.on("pinchin",$),e.on("pinchout",z),e.on("press",A),e.on("rotate",L),e.on("swipe",W),e.on("swipeleft",q),e.on("swiperight",ft),e.on("swipeup",bt),e.on("swipedown",et),e.on("tap",It),r.push(_t(document,"pointerdown",ht)),r.push(_t(n,"transitionstart",Mt)),r.push(_t(n,"transitionend",ln)),r.push(_t(n,"animationstart",Ye)),r.push(_t(n,"animationend",je));const N=await Am(n,Tt=>{Re=Tt,t.emit("resize",Tt)});r.push(N),r.push(Zm(this,{start:Tt=>{s.setStartMousePoint(Yt(Tt,n),!0)},move:Tt=>{s.setCurrentMousePoint(Yt(Tt,n))},end:Tt=>{s.setCurrentMousePoint(Yt(Tt,n),!1)}}))},end:()=>{t.removeAllListeners(),r.forEach(N=>N()),r=[],e.off("pan",R),e.off("panstart",j),e.off("panmove",H),e.off("panend",V),e.off("pancancel",lt),e.off("panleft",yt),e.off("panright",mt),e.off("panup",ct),e.off("pandown",st),e.off("pinch",Ct),e.off("pinchin",$),e.off("pinchout",z),e.off("press",A),e.off("rotate",L),e.off("swipe",W),e.off("swipeleft",q),e.off("swiperight",ft),e.off("swipeup",bt),e.off("swipedown",et),e.off("tap",It)}}}function Zm(n,t){return Qm(n,t)}function Qm(n,t){const e=n.eb,r=o=>{e.on("pointerMove",i),e.on("pointerUp",s),e.on("pointerCancel",s),t?.start?.(o)},s=o=>{e.off("pointerMove",i),e.off("pointerUp",s),e.off("pointerCancel",s),t?.end?.(o)},i=o=>{t?.move?.(o)};return e.on("pointerDown",r),()=>e.off("pointerDown",r)}function FS(n,t){const e=n.eb,r=o=>{document.addEventListener("mousemove",i,!1),document.addEventListener("mouseup",s,!1),t?.start?.(o)},s=o=>{document.removeEventListener("mousemove",i,!1),document.removeEventListener("mouseup",s,!1),t?.end?.(o)},i=o=>{t?.move?.(o)};return e.on("mouseDown",r),()=>e.off("mouseDown",r)}function BS(n,t){const e=n.eb,r=o=>{e.on("touchMove",i),e.on("touchEnd",s),e.on("touchCancel",s);const a=o.changedTouches[0];t?.start?.(a)},s=o=>{e.off("touchMove",i),e.off("touchEnd",s),e.off("touchCancel",s);const a=o.changedTouches[0];t?.end?.(a)},i=o=>{const a=o.changedTouches[0];t?.move?.(a)};return e.on("touchStart",r),()=>e.off("touchStart",r)}function $S(n,t,e){if(typeof t=="string"&&(t=du(t)),(typeof t=="string"||t===void 0)&&e===void 0){const r=Object.assign({},n.dataset);return Object.keys(r).forEach(s=>{if(r[s]?.startsWith("[")||r[s]?.startsWith("{"))try{r[s]=JSON.parse(r[s]||"")}catch{}}),typeof t=="string"?r[t]:r}else{let r={};typeof t=="object"?r=t:typeof t=="string"&&(r[t]=e),Object.entries(r).forEach(([s,i])=>{i?n.dataset[s]=i instanceof Object?JSON.stringify(i):i:delete n.dataset[s]})}}function US(n,t){t.split(/[,\s]+/).forEach(e=>{e.trim()!=""&&delete n.dataset[e.trim()]})}function tp(n,t={attributes:!0,childList:!0,subtree:!0}){return new Rt(e=>{const r=new MutationObserver((s,i)=>{e.next(s)});return r.observe(n,t),()=>{r.disconnect()}})}function YS(n,t){return new Promise(e=>{new MutationObserver((s,i)=>{for(const o of s)o.type==="childList"&&o.addedNodes.forEach(a=>{a.isEqualNode(t)&&(i.disconnect(),e(!0))})}).observe(n,{childList:!0})})}function ep(n,t={root:null}){return new Rt(e=>{const r=new IntersectionObserver((s,i)=>{if(s.length){const o=s[s.length-1];o&&e.next(o)}},t);return r.observe(n),()=>{r.unobserve(n),r.disconnect()}})}function jS(n,t){const e=t?.threshold??.5;return ep(n,{threshold:e,root:t?.root}).pipe(kt(r=>r.isIntersecting&&r.intersectionRatio>=e),wn())}function Gh(n,t){const e=typeof n=="string"?n:n.toString(),r=()=>{try{const a=window.sessionStorage.getItem(e);if(a)return JSON.parse(a)}catch{}},s=a=>{try{typeof a.value<"u"?window.sessionStorage.setItem(e,JSON.stringify(a)):window.sessionStorage.removeItem(e)}catch{}};return{get:()=>{const{get:a}=ai(r(),t);return a().value},set:a=>{const{set:c}=ai(r(),t),h=c(a);s(h)}}}function VS(){window.sessionStorage.clear()}function np(){return tp(document).pipe(kt(()=>location),Xn(location))}function GS(){return np().pipe(kt(n=>n.href),Xn(location.href),wn())}function XS(){return Q(window,"hashchange").pipe(kt(n=>n.target.location.hash.replace("#","")),Xn(window.location.hash.replace("#","")),wn())}function rp(n="current"){return Q(window,"popstate").pipe(kt(t=>t.state||{}),kt(t=>({...t,[n]:t[n]||window.location.pathname+window.location.search+window.location.hash})),wn((t,e)=>t[n]===e[n]))}function HS(n={nameInState:"current",alreadyPushState:!0}){const t=n.nameInState,e=typeof n.alreadyPushState=="boolean"?n.alreadyPushState:!0,{get:r,set:s}=Gh("fe-route-history"),i=r()||[],{get:o,set:a}=Gh("fe-route-history-index"),c=o();let h=typeof c=="number"?c:i.length-1;function u(g){return i.findIndex(x=>x[t]===g[t])}const l={currentIndex:h};function d(g){g=Z(g,-1,i.length-1),h<0?(l.direction="keep",l.delta=0):(g<h?l.direction="backward":g>h?l.direction="forward":l.direction="keep",l.delta=g-h),l.from=l.to,l.to=i[g]?.[t],h=g,l.currentIndex=h,a(h)}d(h);function f(g){i.push(g),s(i),d(i.length-1)}function p(g,b){const x={...b,[t]:g};window.history.pushState(x,"",g),f(x)}function m(g,b=e){const x=u(g);if(x<0){h>=0&&(i.splice(h+1),s(i)),b?f(g):p(g[t],g);return}x!=h&&d(x)}const v=rp().subscribe(g=>{m(g,!0)});return{history:i,route:l,navigate:(g,b)=>{m({...b,[t]:g},e)},go(g){window.history.go(g)},back(){window.history.back()},forward(){window.history.forward()},destroy:()=>{v.unsubscribe()}}}function sp(n="(prefers-color-scheme: dark)"){const t=window.matchMedia(n);return Q(t,"change").pipe(kt(e=>e.matches),Xn(t.matches),wn())}let ip=!1;function WS(){ip||(ip=!0,Ll(`
|
|
127
|
+
`;return function(){var j=new Error("get-stack-trace"),K=j&&j.stack?j.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",xt=t.console&&(t.console.warn||t.console.log);return xt&&xt.call(t.console,k,K),C.apply(this,arguments)}}var m;typeof Object.assign!="function"?m=function(A){if(A===i||A===null)throw new TypeError("Cannot convert undefined or null to object");for(var M=Object(A),k=1;k<arguments.length;k++){var j=arguments[k];if(j!==i&&j!==null)for(var K in j)j.hasOwnProperty(K)&&(M[K]=j[K])}return M}:m=Object.assign;var y=p(function(A,M,k){for(var j=Object.keys(M),K=0;K<j.length;)(!k||k&&A[j[K]]===i)&&(A[j[K]]=M[j[K]]),K++;return A},"extend","Use `assign`."),g=p(function(A,M){return y(A,M,!0)},"merge","Use `assign`.");function v(C,A,M){var k=A.prototype,j;j=C.prototype=Object.create(k),j.constructor=C,j._super=k,M&&m(j,M)}function x(C,A){return function(){return C.apply(A,arguments)}}function b(C,A){return typeof C==a?C.apply(A&&A[0]||i,A):C}function E(C,A){return C===i?A:C}function _(C,A,M){d(N(A),function(k){C.addEventListener(k,M,!1)})}function D(C,A,M){d(N(A),function(k){C.removeEventListener(k,M,!1)})}function V(C,A){for(;C;){if(C==A)return!0;C=C.parentNode}return!1}function O(C,A){return C.indexOf(A)>-1}function N(C){return C.trim().split(/\s+/g)}function U(C,A,M){if(C.indexOf&&!M)return C.indexOf(A);for(var k=0;k<C.length;){if(M&&C[k][M]==A||!M&&C[k]===A)return k;k++}return-1}function Y(C){return Array.prototype.slice.call(C,0)}function st(C,A,M){for(var k=[],j=[],K=0;K<C.length;){var xt=A?C[K][A]:C[K];U(j,xt)<0&&k.push(C[K]),j[K]=xt,K++}return M&&(A?k=k.sort(function(re,be){return re[A]>be[A]}):k=k.sort()),k}function it(C,A){for(var M,k,j=A[0].toUpperCase()+A.slice(1),K=0;K<r.length;){if(M=r[K],k=M?M+j:A,k in C)return k;K++}return i}var nt=1;function et(){return nt++}function ct(C){var A=C.ownerDocument||C;return A.defaultView||A.parentWindow||t}var ht=/mobile|tablet|ip(ad|hone|od)|android/i,B="ontouchstart"in t,z=it(t,"PointerEvent")!==i,P=B&&ht.test(navigator.userAgent),I="touch",G="pen",X="mouse",dt="kinect",vt=25,J=1,Et=2,lt=4,Dt=8,In=1,hn=2,un=4,qe=8,F=16,Rt=hn|un,Gt=qe|F,Dr=Rt|Gt,qa=["x","y"],mt=["clientX","clientY"];function ie(C,A){var M=this;this.manager=C,this.callback=A,this.element=C.element,this.target=C.options.inputTarget,this.domHandler=function(k){b(C.options.enable,[C])&&M.handler(k)},this.init()}ie.prototype={handler:function(){},init:function(){this.evEl&&_(this.element,this.evEl,this.domHandler),this.evTarget&&_(this.target,this.evTarget,this.domHandler),this.evWin&&_(ct(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&D(this.element,this.evEl,this.domHandler),this.evTarget&&D(this.target,this.evTarget,this.domHandler),this.evWin&&D(ct(this.element),this.evWin,this.domHandler)}};function Ka(C){var A,M=C.options.inputClass;return M?A=M:z?A=yt:P?A=nc:B?A=Uf:A=S,new A(C,Ja)}function Ja(C,A,M){var k=M.pointers.length,j=M.changedPointers.length,K=A&J&&k-j===0,xt=A&(lt|Dt)&&k-j===0;M.isFirst=!!K,M.isFinal=!!xt,K&&(C.session={}),M.eventType=A,Za(C,M),C.emit("hammer.input",M),C.recognize(M),C.session.prevInput=M}function Za(C,A){var M=C.session,k=A.pointers,j=k.length;M.firstInput||(M.firstInput=tc(A)),j>1&&!M.firstMultiple?M.firstMultiple=tc(A):j===1&&(M.firstMultiple=!1);var K=M.firstInput,xt=M.firstMultiple,Zt=xt?xt.center:K.center,re=A.center=Rr(k);A.timeStamp=u(),A.deltaTime=A.timeStamp-K.timeStamp,A.angle=as(Zt,re),A.distance=ks(Zt,re),Qa(M,A),A.offsetDirection=Ir(A.deltaX,A.deltaY);var be=Or(A.deltaTime,A.deltaX,A.deltaY);A.overallVelocityX=be.x,A.overallVelocityY=be.y,A.overallVelocity=h(be.x)>h(be.y)?be.x:be.y,A.scale=xt?yi(xt.pointers,k):1,A.rotation=xt?gi(xt.pointers,k):0,A.maxPointers=M.prevInput?A.pointers.length>M.prevInput.maxPointers?A.pointers.length:M.prevInput.maxPointers:A.pointers.length,Bf(M,A);var fn=C.element;V(A.srcEvent.target,fn)&&(fn=A.srcEvent.target),A.target=fn}function Qa(C,A){var M=A.center,k=C.offsetDelta||{},j=C.prevDelta||{},K=C.prevInput||{};(A.eventType===J||K.eventType===lt)&&(j=C.prevDelta={x:K.deltaX||0,y:K.deltaY||0},k=C.offsetDelta={x:M.x,y:M.y}),A.deltaX=j.x+(M.x-k.x),A.deltaY=j.y+(M.y-k.y)}function Bf(C,A){var M=C.lastInterval||A,k=A.timeStamp-M.timeStamp,j,K,xt,Zt;if(A.eventType!=Dt&&(k>vt||M.velocity===i)){var re=A.deltaX-M.deltaX,be=A.deltaY-M.deltaY,fn=Or(k,re,be);K=fn.x,xt=fn.y,j=h(fn.x)>h(fn.y)?fn.x:fn.y,Zt=Ir(re,be),C.lastInterval=A}else j=M.velocity,K=M.velocityX,xt=M.velocityY,Zt=M.direction;A.velocity=j,A.velocityX=K,A.velocityY=xt,A.direction=Zt}function tc(C){for(var A=[],M=0;M<C.pointers.length;)A[M]={clientX:c(C.pointers[M].clientX),clientY:c(C.pointers[M].clientY)},M++;return{timeStamp:u(),pointers:A,center:Rr(A),deltaX:C.deltaX,deltaY:C.deltaY}}function Rr(C){var A=C.length;if(A===1)return{x:c(C[0].clientX),y:c(C[0].clientY)};for(var M=0,k=0,j=0;j<A;)M+=C[j].clientX,k+=C[j].clientY,j++;return{x:c(M/A),y:c(k/A)}}function Or(C,A,M){return{x:A/C||0,y:M/C||0}}function Ir(C,A){return C===A?In:h(C)>=h(A)?C<0?hn:un:A<0?qe:F}function ks(C,A,M){M||(M=qa);var k=A[M[0]]-C[M[0]],j=A[M[1]]-C[M[1]];return Math.sqrt(k*k+j*j)}function as(C,A,M){M||(M=qa);var k=A[M[0]]-C[M[0]],j=A[M[1]]-C[M[1]];return Math.atan2(j,k)*180/Math.PI}function gi(C,A){return as(A[1],A[0],mt)+as(C[1],C[0],mt)}function yi(C,A){return ks(A[0],A[1],mt)/ks(C[0],C[1],mt)}var kr={mousedown:J,mousemove:Et,mouseup:lt},ec="mousedown",Ls="mousemove mouseup";function S(){this.evEl=ec,this.evWin=Ls,this.pressed=!1,ie.apply(this,arguments)}v(S,ie,{handler:function(A){var M=kr[A.type];M&J&&A.button===0&&(this.pressed=!0),M&Et&&A.which!==1&&(M=lt),this.pressed&&(M<&&(this.pressed=!1),this.callback(this.manager,M,{pointers:[A],changedPointers:[A],pointerType:X,srcEvent:A}))}});var R={pointerdown:J,pointermove:Et,pointerup:lt,pointercancel:Dt,pointerout:Dt},$={2:I,3:G,4:X,5:dt},W="pointerdown",Q="pointermove pointerup pointercancel";t.MSPointerEvent&&!t.PointerEvent&&(W="MSPointerDown",Q="MSPointerMove MSPointerUp MSPointerCancel");function yt(){this.evEl=W,this.evWin=Q,ie.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}v(yt,ie,{handler:function(A){var M=this.store,k=!1,j=A.type.toLowerCase().replace("ms",""),K=R[j],xt=$[A.pointerType]||A.pointerType,Zt=xt==I,re=U(M,A.pointerId,"pointerId");K&J&&(A.button===0||Zt)?re<0&&(M.push(A),re=M.length-1):K&(lt|Dt)&&(k=!0),!(re<0)&&(M[re]=A,this.callback(this.manager,K,{pointers:M,changedPointers:[A],pointerType:xt,srcEvent:A}),k&&M.splice(re,1))}});var gt={touchstart:J,touchmove:Et,touchend:lt,touchcancel:Dt},Pt="touchstart",bt="touchstart touchmove touchend touchcancel";function Ke(){this.evTarget=Pt,this.evWin=bt,this.started=!1,ie.apply(this,arguments)}v(Ke,ie,{handler:function(A){var M=gt[A.type];if(M===J&&(this.started=!0),!!this.started){var k=cs.call(this,A,M);M&(lt|Dt)&&k[0].length-k[1].length===0&&(this.started=!1),this.callback(this.manager,M,{pointers:k[0],changedPointers:k[1],pointerType:I,srcEvent:A})}}});function cs(C,A){var M=Y(C.touches),k=Y(C.changedTouches);return A&(lt|Dt)&&(M=st(M.concat(k),"identifier",!0)),[M,k]}var jf={touchstart:J,touchmove:Et,touchend:lt,touchcancel:Dt},$f="touchstart touchmove touchend touchcancel";function nc(){this.evTarget=$f,this.targetIds={},ie.apply(this,arguments)}v(nc,ie,{handler:function(A){var M=jf[A.type],k=Xk.call(this,A,M);k&&this.callback(this.manager,M,{pointers:k[0],changedPointers:k[1],pointerType:I,srcEvent:A})}});function Xk(C,A){var M=Y(C.touches),k=this.targetIds;if(A&(J|Et)&&M.length===1)return k[M[0].identifier]=!0,[M,M];var j,K,xt=Y(C.changedTouches),Zt=[],re=this.target;if(K=M.filter(function(be){return V(be.target,re)}),A===J)for(j=0;j<K.length;)k[K[j].identifier]=!0,j++;for(j=0;j<xt.length;)k[xt[j].identifier]&&Zt.push(xt[j]),A&(lt|Dt)&&delete k[xt[j].identifier],j++;if(Zt.length)return[st(K.concat(Zt),"identifier",!0),Zt]}var Wk=2500,vb=25;function Uf(){ie.apply(this,arguments);var C=x(this.handler,this);this.touch=new nc(this.manager,C),this.mouse=new S(this.manager,C),this.primaryTouch=null,this.lastTouches=[]}v(Uf,ie,{handler:function(A,M,k){var j=k.pointerType==I,K=k.pointerType==X;if(!(K&&k.sourceCapabilities&&k.sourceCapabilities.firesTouchEvents)){if(j)Hk.call(this,M,k);else if(K&&qk.call(this,k))return;this.callback(A,M,k)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});function Hk(C,A){C&J?(this.primaryTouch=A.changedPointers[0].identifier,bb.call(this,A)):C&(lt|Dt)&&bb.call(this,A)}function bb(C){var A=C.changedPointers[0];if(A.identifier===this.primaryTouch){var M={x:A.clientX,y:A.clientY};this.lastTouches.push(M);var k=this.lastTouches,j=function(){var K=k.indexOf(M);K>-1&&k.splice(K,1)};setTimeout(j,Wk)}}function qk(C){for(var A=C.srcEvent.clientX,M=C.srcEvent.clientY,k=0;k<this.lastTouches.length;k++){var j=this.lastTouches[k],K=Math.abs(A-j.x),xt=Math.abs(M-j.y);if(K<=vb&&xt<=vb)return!0}return!1}var wb=it(o.style,"touchAction"),xb=wb!==i,Sb="compute",_b="auto",Yf="manipulation",Vs="none",Lr="pan-x",Vr="pan-y",sc=Jk();function Gf(C,A){this.manager=C,this.set(A)}Gf.prototype={set:function(C){C==Sb&&(C=this.compute()),xb&&this.manager.element.style&&sc[C]&&(this.manager.element.style[wb]=C),this.actions=C.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var C=[];return d(this.manager.recognizers,function(A){b(A.options.enable,[A])&&(C=C.concat(A.getTouchAction()))}),Kk(C.join(" "))},preventDefaults:function(C){var A=C.srcEvent,M=C.offsetDirection;if(this.manager.session.prevented){A.preventDefault();return}var k=this.actions,j=O(k,Vs)&&!sc[Vs],K=O(k,Vr)&&!sc[Vr],xt=O(k,Lr)&&!sc[Lr];if(j){var Zt=C.pointers.length===1,re=C.distance<2,be=C.deltaTime<250;if(Zt&&re&&be)return}if(!(xt&&K)&&(j||K&&M&Rt||xt&&M&Gt))return this.preventSrc(A)},preventSrc:function(C){this.manager.session.prevented=!0,C.preventDefault()}};function Kk(C){if(O(C,Vs))return Vs;var A=O(C,Lr),M=O(C,Vr);return A&&M?Vs:A||M?A?Lr:Vr:O(C,Yf)?Yf:_b}function Jk(){if(!xb)return!1;var C={},A=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(M){C[M]=A?t.CSS.supports("touch-action",M):!0}),C}var ic=1,Fe=2,vi=4,hs=8,kn=hs,Nr=16,ln=32;function Ln(C){this.options=m({},this.defaults,C||{}),this.id=et(),this.manager=null,this.options.enable=E(this.options.enable,!0),this.state=ic,this.simultaneous={},this.requireFail=[]}Ln.prototype={defaults:{},set:function(C){return m(this.options,C),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(C){if(f(C,"recognizeWith",this))return this;var A=this.simultaneous;return C=rc(C,this),A[C.id]||(A[C.id]=C,C.recognizeWith(this)),this},dropRecognizeWith:function(C){return f(C,"dropRecognizeWith",this)?this:(C=rc(C,this),delete this.simultaneous[C.id],this)},requireFailure:function(C){if(f(C,"requireFailure",this))return this;var A=this.requireFail;return C=rc(C,this),U(A,C)===-1&&(A.push(C),C.requireFailure(this)),this},dropRequireFailure:function(C){if(f(C,"dropRequireFailure",this))return this;C=rc(C,this);var A=U(this.requireFail,C);return A>-1&&this.requireFail.splice(A,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(C){return!!this.simultaneous[C.id]},emit:function(C){var A=this,M=this.state;function k(j){A.manager.emit(j,C)}M<hs&&k(A.options.event+Eb(M)),k(A.options.event),C.additionalEvent&&k(C.additionalEvent),M>=hs&&k(A.options.event+Eb(M))},tryEmit:function(C){if(this.canEmit())return this.emit(C);this.state=ln},canEmit:function(){for(var C=0;C<this.requireFail.length;){if(!(this.requireFail[C].state&(ln|ic)))return!1;C++}return!0},recognize:function(C){var A=m({},C);if(!b(this.options.enable,[this,A])){this.reset(),this.state=ln;return}this.state&(kn|Nr|ln)&&(this.state=ic),this.state=this.process(A),this.state&(Fe|vi|hs|Nr)&&this.tryEmit(A)},process:function(C){},getTouchAction:function(){},reset:function(){}};function Eb(C){return C&Nr?"cancel":C&hs?"end":C&vi?"move":C&Fe?"start":""}function Tb(C){return C==F?"down":C==qe?"up":C==hn?"left":C==un?"right":""}function rc(C,A){var M=A.manager;return M?M.get(C):C}function Je(){Ln.apply(this,arguments)}v(Je,Ln,{defaults:{pointers:1},attrTest:function(C){var A=this.options.pointers;return A===0||C.pointers.length===A},process:function(C){var A=this.state,M=C.eventType,k=A&(Fe|vi),j=this.attrTest(C);return k&&(M&Dt||!j)?A|Nr:k||j?M<?A|hs:A&Fe?A|vi:Fe:ln}});function oc(){Je.apply(this,arguments),this.pX=null,this.pY=null}v(oc,Je,{defaults:{event:"pan",threshold:10,pointers:1,direction:Dr},getTouchAction:function(){var C=this.options.direction,A=[];return C&Rt&&A.push(Vr),C&Gt&&A.push(Lr),A},directionTest:function(C){var A=this.options,M=!0,k=C.distance,j=C.direction,K=C.deltaX,xt=C.deltaY;return j&A.direction||(A.direction&Rt?(j=K===0?In:K<0?hn:un,M=K!=this.pX,k=Math.abs(C.deltaX)):(j=xt===0?In:xt<0?qe:F,M=xt!=this.pY,k=Math.abs(C.deltaY))),C.direction=j,M&&k>A.threshold&&j&A.direction},attrTest:function(C){return Je.prototype.attrTest.call(this,C)&&(this.state&Fe||!(this.state&Fe)&&this.directionTest(C))},emit:function(C){this.pX=C.deltaX,this.pY=C.deltaY;var A=Tb(C.direction);A&&(C.additionalEvent=this.options.event+A),this._super.emit.call(this,C)}});function Xf(){Je.apply(this,arguments)}v(Xf,Je,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[Vs]},attrTest:function(C){return this._super.attrTest.call(this,C)&&(Math.abs(C.scale-1)>this.options.threshold||this.state&Fe)},emit:function(C){if(C.scale!==1){var A=C.scale<1?"in":"out";C.additionalEvent=this.options.event+A}this._super.emit.call(this,C)}});function Wf(){Ln.apply(this,arguments),this._timer=null,this._input=null}v(Wf,Ln,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[_b]},process:function(C){var A=this.options,M=C.pointers.length===A.pointers,k=C.distance<A.threshold,j=C.deltaTime>A.time;if(this._input=C,!k||!M||C.eventType&(lt|Dt)&&!j)this.reset();else if(C.eventType&J)this.reset(),this._timer=l(function(){this.state=kn,this.tryEmit()},A.time,this);else if(C.eventType<)return kn;return ln},reset:function(){clearTimeout(this._timer)},emit:function(C){this.state===kn&&(C&&C.eventType<?this.manager.emit(this.options.event+"up",C):(this._input.timeStamp=u(),this.manager.emit(this.options.event,this._input)))}});function Hf(){Je.apply(this,arguments)}v(Hf,Je,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[Vs]},attrTest:function(C){return this._super.attrTest.call(this,C)&&(Math.abs(C.rotation)>this.options.threshold||this.state&Fe)}});function qf(){Je.apply(this,arguments)}v(qf,Je,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:Rt|Gt,pointers:1},getTouchAction:function(){return oc.prototype.getTouchAction.call(this)},attrTest:function(C){var A=this.options.direction,M;return A&(Rt|Gt)?M=C.overallVelocity:A&Rt?M=C.overallVelocityX:A&Gt&&(M=C.overallVelocityY),this._super.attrTest.call(this,C)&&A&C.offsetDirection&&C.distance>this.options.threshold&&C.maxPointers==this.options.pointers&&h(M)>this.options.velocity&&C.eventType<},emit:function(C){var A=Tb(C.offsetDirection);A&&this.manager.emit(this.options.event+A,C),this.manager.emit(this.options.event,C)}});function ac(){Ln.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}v(ac,Ln,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Yf]},process:function(C){var A=this.options,M=C.pointers.length===A.pointers,k=C.distance<A.threshold,j=C.deltaTime<A.time;if(this.reset(),C.eventType&J&&this.count===0)return this.failTimeout();if(k&&j&&M){if(C.eventType!=lt)return this.failTimeout();var K=this.pTime?C.timeStamp-this.pTime<A.interval:!0,xt=!this.pCenter||ks(this.pCenter,C.center)<A.posThreshold;this.pTime=C.timeStamp,this.pCenter=C.center,!xt||!K?this.count=1:this.count+=1,this._input=C;var Zt=this.count%A.taps;if(Zt===0)return this.hasRequireFailures()?(this._timer=l(function(){this.state=kn,this.tryEmit()},A.interval,this),Fe):kn}return ln},failTimeout:function(){return this._timer=l(function(){this.state=ln},this.options.interval,this),ln},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==kn&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function Vn(C,A){return A=A||{},A.recognizers=E(A.recognizers,Vn.defaults.preset),new Kf(C,A)}Vn.VERSION="2.0.7",Vn.defaults={domEvents:!1,touchAction:Sb,enable:!0,inputTarget:null,inputClass:null,preset:[[Hf,{enable:!1}],[Xf,{enable:!1},["rotate"]],[qf,{direction:Rt}],[oc,{direction:Rt},["swipe"]],[ac],[ac,{event:"doubletap",taps:2},["tap"]],[Wf]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var Zk=1,Cb=2;function Kf(C,A){this.options=m({},Vn.defaults,A||{}),this.options.inputTarget=this.options.inputTarget||C,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=C,this.input=Ka(this),this.touchAction=new Gf(this,this.options.touchAction),Pb(this,!0),d(this.options.recognizers,function(M){var k=this.add(new M[0](M[1]));M[2]&&k.recognizeWith(M[2]),M[3]&&k.requireFailure(M[3])},this)}Kf.prototype={set:function(C){return m(this.options,C),C.touchAction&&this.touchAction.update(),C.inputTarget&&(this.input.destroy(),this.input.target=C.inputTarget,this.input.init()),this},stop:function(C){this.session.stopped=C?Cb:Zk},recognize:function(C){var A=this.session;if(!A.stopped){this.touchAction.preventDefaults(C);var M,k=this.recognizers,j=A.curRecognizer;(!j||j&&j.state&kn)&&(j=A.curRecognizer=null);for(var K=0;K<k.length;)M=k[K],A.stopped!==Cb&&(!j||M==j||M.canRecognizeWith(j))?M.recognize(C):M.reset(),!j&&M.state&(Fe|vi|hs)&&(j=A.curRecognizer=M),K++}},get:function(C){if(C instanceof Ln)return C;for(var A=this.recognizers,M=0;M<A.length;M++)if(A[M].options.event==C)return A[M];return null},add:function(C){if(f(C,"add",this))return this;var A=this.get(C.options.event);return A&&this.remove(A),this.recognizers.push(C),C.manager=this,this.touchAction.update(),C},remove:function(C){if(f(C,"remove",this))return this;if(C=this.get(C),C){var A=this.recognizers,M=U(A,C);M!==-1&&(A.splice(M,1),this.touchAction.update())}return this},on:function(C,A){if(C!==i&&A!==i){var M=this.handlers;return d(N(C),function(k){M[k]=M[k]||[],M[k].push(A)}),this}},off:function(C,A){if(C!==i){var M=this.handlers;return d(N(C),function(k){A?M[k]&&M[k].splice(U(M[k],A),1):delete M[k]}),this}},emit:function(C,A){this.options.domEvents&&Qk(C,A);var M=this.handlers[C]&&this.handlers[C].slice();if(!(!M||!M.length)){A.type=C,A.preventDefault=function(){A.srcEvent.preventDefault()};for(var k=0;k<M.length;)M[k](A),k++}},destroy:function(){this.element&&Pb(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}};function Pb(C,A){var M=C.element;if(M.style){var k;d(C.options.cssProps,function(j,K){k=it(M.style,K),A?(C.oldCssProps[k]=M.style[k],M.style[k]=j):M.style[k]=C.oldCssProps[k]||""}),A||(C.oldCssProps={})}}function Qk(C,A){var M=e.createEvent("Event");M.initEvent(C,!0,!0),M.gesture=A,A.target.dispatchEvent(M)}m(Vn,{INPUT_START:J,INPUT_MOVE:Et,INPUT_END:lt,INPUT_CANCEL:Dt,STATE_POSSIBLE:ic,STATE_BEGAN:Fe,STATE_CHANGED:vi,STATE_ENDED:hs,STATE_RECOGNIZED:kn,STATE_CANCELLED:Nr,STATE_FAILED:ln,DIRECTION_NONE:In,DIRECTION_LEFT:hn,DIRECTION_RIGHT:un,DIRECTION_UP:qe,DIRECTION_DOWN:F,DIRECTION_HORIZONTAL:Rt,DIRECTION_VERTICAL:Gt,DIRECTION_ALL:Dr,Manager:Kf,Input:ie,TouchAction:Gf,TouchInput:nc,MouseInput:S,PointerEventInput:yt,TouchMouseInput:Uf,SingleTouchInput:Ke,Recognizer:Ln,AttrRecognizer:Je,Tap:ac,Pan:oc,Swipe:qf,Pinch:Xf,Rotate:Hf,Press:Wf,on:_,off:D,each:d,merge:g,extend:y,assign:m,inherit:v,bindFn:x,prefixed:it});var t5=typeof t<"u"?t:typeof self<"u"?self:{};t5.Hammer=Vn,typeof i=="function"&&i.amd?i(function(){return Vn}):n.exports?n.exports=Vn:t[s]=Vn})(window,document,"Hammer")})(vy);var _A=vy.exports;const Ft=Jc(_A);async function by(n,t){return new Promise(e=>{const s=new ResizeObserver(i=>{const r=n.getBoundingClientRect();t(r),e(()=>{s.unobserve(n)})});s.observe(n)})}function fl(n=document.documentElement,t){return new Nt(e=>{const s=n.getBoundingClientRect();let i=s.x,r=s.y,o=s.width,a=s.height;e.next(s);const c=new ResizeObserver(h=>{const u=n.getBoundingClientRect();(i!=u.x||r!=u.y||o!=u.width||a!=u.height)&&(i=u.x,r=u.y,o=u.width,a=u.height,e.next(u))});return c.observe(n,t),()=>{c.unobserve(n),c.disconnect()}})}function EA(){return ot(window,"orientationchange"in window?"orientationchange":"resize").pipe(zt(n=>({width:n.target.innerWidth,height:n.target.innerHeight})),vs({width:window.innerWidth,height:window.innerHeight}))}function TA(){return"ontouchstart"in window||"ontouchend"in document||navigator.maxTouchPoints>0}function CA(){return!!window.PointerEvent}function PA(n,t){let e=document.createElement(n);t="on"+t;let s=t in e;return s||(e.setAttribute(t,"return;"),s=typeof e[t]=="function"),e=null,s}function dl(){return{x:0,y:0,isDown:!1}}function Ps(){const n=dl(),t=dl();return{start:n,current:t,setStart:function(e,s){n.x=e.x,n.y=e.y,n.isDown=typeof s=="boolean"?s:typeof e.isDown=="boolean"?e.isDown:!1,this.setCurrent(e,s)},setCurrent:(e,s)=>{t.x=e.x,t.y=e.y,t.isDown=typeof s=="boolean"?s:typeof e.isDown=="boolean"?e.isDown:!1}}}function ya(n=document.documentElement,t=!1){return ot(n,"mousemove",t)}function wy(n=document.documentElement,t=!1){return ot(n,"mousedown",t)}function xy(n=document.documentElement,t=!1){return ot(n,"mouseup",t)}function AA(n=document.documentElement,t=!1){return ot(n,"mouseover",t)}function MA(n=document.documentElement,t=!1){return ot(n,"mouseout",t)}function DA(n=document.documentElement,t=!1){return ot(n,"mouseenter",t)}function RA(n=document.documentElement,t=!1){return ot(n,"mouseleave",t)}function OA(n=document.documentElement,t=!1){return ot(n,"click",t)}function IA(n=document.documentElement,t=!1){return ot(n,"dblclick",t)}function kA(n=document.documentElement,t=!1){return ot(n,"onwheel"in document.createElement("div")?"wheel":document.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",t)}function LA(n=document.documentElement,t=!1){return ot(n,"contextmenu",t)}function Sy(n=document.documentElement,t=!1){return ot(n,"touchmove",t)}function _y(n=document.documentElement,t=!1){return ot(n,"touchstart",t)}function Ey(n=document.documentElement,t=!1){return ot(n,"touchend",t)}function Ty(n=document.documentElement,t=!1){return ot(n,"touchcancel",t)}function ml(n=document.documentElement,t=!1){return ot(n,"pointermove",t)}function pl(n=document.documentElement,t=!1){return ot(n,"pointerdown",t)}function gl(n=document.documentElement,t=!1){return ot(n,"pointerup",t)}function yl(n=document.documentElement,t=!1){return ot(n,"pointercancel",t)}function VA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("pan",e)},e=>{t.off("pan",e)})}function NA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("panmove",e)},e=>{t.off("panmove",e)})}function zA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("panstart",e)},e=>{t.off("panstart",e)})}function FA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("panend",e)},e=>{t.off("panend",e)})}function BA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("pancancel",e)},e=>{t.off("pancancel",e)})}function jA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("panleft",e)},e=>{t.off("panleft",e)})}function $A(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("panright",e)},e=>{t.off("panright",e)})}function UA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("panup",e)},e=>{t.off("panup",e)})}function YA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("pandown",e)},e=>{t.off("pandown",e)})}function GA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("pinch",e)},e=>{t.off("pinch",e)})}function XA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("pinchin",e)},e=>{t.off("pinchin",e)})}function WA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("pinchout",e)},e=>{t.off("pinchout",e)})}function HA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("press",e)},e=>{t.off("press",e)})}function qA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("rotate",e)},e=>{t.off("rotate",e)})}function KA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("swipe",e)},e=>{t.off("swipe",e)})}function JA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("swipeleft",e)},e=>{t.off("swipeleft",e)})}function ZA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("swiperight",e)},e=>{t.off("swiperight",e)})}function QA(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("swipeup",e)},e=>{t.off("swipeup",e)})}function tM(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("swipedown",e)},e=>{t.off("swipedown",e)})}function Cy(n=document.documentElement){const t=new Ft(n);return Lt(e=>{t.on("tap",e)},e=>{t.off("tap",e)})}function eM(n=document.documentElement){const t=new Ft(document.documentElement);return Lt(e=>{const s=i=>{!i.target||n==i.target||n.contains(i.target)||e(i)};return t.on("tap",s),s},(e,s)=>{t.off("tap",s)})}function nM(n=document.documentElement,t=!1){return ot(n,"transitionstart",t)}function sM(n=document.documentElement,t=!1){return vo(ot(n,"transitionend",t),ot(n,"webkitTransitionEnd",t),ot(n,"oTransitionEnd",t),ot(n,"MSTransitionEnd",t))}function iM(n=document.documentElement,t=!1){return ot(n,"animationstart",t)}function rM(n=document.documentElement,t=!1){return ot(n,"animationend",t)}function Py(n=document.documentElement,t=!1){return ot(n,"drag",t)}function Ay(n=document.documentElement,t=!1){return ot(n,"dragstart",t)}function My(n=document.documentElement,t=!1){return ot(n,"dragend",t)}function Dy(n=document.documentElement,t=!1){return ot(n,"drop",t)}function Ry(n=document.documentElement,t=!1){return ot(n,"dragenter",t)}function Oy(n=document.documentElement,t=!1){return ot(n,"dragleave",t)}function Iy(n=document.documentElement,t=!1){return ot(n,"dragover",t)}function ky(n=document.documentElement,t=!1){return ot(n,"keydown",t)}function Ly(n=document.documentElement,t=!1){return ot(n,"keyup",t)}function oM(n=document.documentElement,t=!1){return ot(n,"keypress",t)}function aM(n,t=!1){return ot(n,"change",t)}function cM(n,t=!1){return ot(n,"submit",t)}function hM(n=10){return ot(window,"scroll",!0).pipe(A_(n))}function uM(){return ot(document,"visibilitychange",!0).pipe(zt(()=>document.visibilityState==="visible"),jn())}function lM(){return ot(window,"storage",!1)}function fM(){return vo(ot(window,"online",!1),ot(window,"offline",!1)).pipe(zt(()=>navigator.onLine),vs(navigator.onLine),jn(),ip({bufferSize:1,refCount:!0}))}function dM(n=document.documentElement,t){const e=t?.createMousePoint||Ps();return ya(n).pipe(zt(s=>(e.setCurrent(Wt(s,n)),e)))}function Vy(n=document.documentElement,t){const e=t?.createMousePoint||Ps();return ya(n).pipe(M_(wy(n).pipe(bs(s=>{e.setStart(Wt(s,n),!0),t?.start?.(s,e)})),()=>xy(n).pipe(bs(s=>{e.setCurrent(Wt(s,n),!1),t?.end?.(s,e)}))),C_(),zt(s=>(e.setCurrent(Wt(s,n),!0),e)))}function Ny(n=document.documentElement,t){const e=t?.createMousePoint||Ps();return _y(n).pipe(bs(s=>{const i=s.changedTouches[0];e.setStart(Wt(i,n),!0),t?.start?.(i,e)}),wo(()=>Sy(n).pipe(wh(bo(Ey(n),Ty(n)).pipe(bs(s=>{const i=s.changedTouches[0];e.setCurrent(Wt(i,n),!1),t?.end?.(i,e)}))))),zt(s=>{const i=s.changedTouches[0];return e.setCurrent(Wt(i,n),!0),e}))}function va(n=document.documentElement,t){const e=t?.createMousePoint||Ps();return pl(n).pipe(bs(s=>{e.setStart(Wt(s,n),!0),t?.start?.(s,e)}),wo(()=>ml(n).pipe(wh(bo(gl(n),yl(n)).pipe(bs(s=>{e.setCurrent(Wt(s,n),!1),t?.end?.(s,e)}))))),zt(s=>(e.setCurrent(Wt(s,n),!0),e)))}function mM(n=document.documentElement,t){return bo(Vy(n,t),Ny(n,t))}function zy(n=document.documentElement,t){const e=t?.createMousePoint||Ps();return vo(ya(n),pl(n)).pipe(sp(s=>s instanceof PointerEvent?(e.setStart(Wt(s,n),!0),t?.start?.(s,e),ml(n).pipe(wh(bo(gl(n),yl(n)).pipe(bs(i=>{e.setCurrent(Wt(i,n),!1),t?.end?.(i,e)}))))):s instanceof MouseEvent?J2(s):Fm),zt(s=>(e.setCurrent(Wt(s,n),s instanceof PointerEvent),e)))}function pM(n){return new Nt(t=>va(n,{start:()=>{t.next(0)}}).subscribe(s=>{t.next(s.current.y-s.start.y)}).unsubscribe).pipe(jn())}function gM(n,t){ps(n,"draggable","true");const e=Ay(n,!0).subscribe(r=>{$n(r),rp(r);const o=r.dataTransfer;o&&(o.effectAllowed="move",o.setData("text/plain","some-data")),t?.onStart?.(r)}),s=Py(n).subscribe(r=>{$n(r),t?.onDrag?.(r)}),i=My(n).subscribe(r=>{$n(r),t?.onEnd?.(r)});return()=>{e.unsubscribe(),s.unsubscribe(),i.unsubscribe()}}function yM(n,t){const e=Ry(n).subscribe(o=>{$n(o),t?.onEnter?.(o)}),s=Iy(n).subscribe(o=>{$n(o);const a=o.dataTransfer;a&&(a.dropEffect="move"),t?.onOver?.(o)}),i=Oy(n).subscribe(o=>{$n(o),t?.onLeave?.(o)}),r=Dy(n).subscribe(o=>{$n(o);const a=o.dataTransfer;if(!a){t?.onDrop?.(o,[]);return}t?.onDrop?.(o,[...a.files])});return()=>{e.unsubscribe(),s.unsubscribe(),i.unsubscribe(),r.unsubscribe()}}function vM(){return{screenWidth:window.screen.width,screenHeight:window.screen.height,innerWidth:window.innerWidth,innerHeight:window.innerHeight,screenX:window.screenX,screenY:window.screenY,pageXOffset:window.pageXOffset,pageYOffset:window.pageYOffset}}function ii(){const n=document.documentElement||document.body;return{el:n,clientWidth:n.clientWidth,clientHeight:n.clientHeight,clientTop:n.clientTop,clientLeft:n.clientLeft,scrollWidth:n.scrollWidth,scrollHeight:n.scrollHeight,scrollTop:n.scrollTop,scrollLeft:n.scrollLeft,offsetWidth:n.offsetWidth,offsetHeight:n.offsetHeight,offsetTop:n.offsetTop,offsetLeft:n.offsetLeft,offsetParent:n.offsetParent}}function Fy(){const{clientWidth:n,clientHeight:t,scrollLeft:e,scrollTop:s}=ii();return{width:window.innerWidth||n,height:window.innerHeight||t,x:window.pageXOffset||e,y:window.pageYOffset||s}}function bM(){const{scrollWidth:n,scrollHeight:t,scrollLeft:e,scrollTop:s}=ii();return{width:n,height:t,scrollX:window.pageXOffset||e,scrollY:window.pageYOffset||s}}function vl(n){return n.getBoundingClientRect()}function wM(n){return{x:n.offsetLeft,y:n.offsetTop,width:n.offsetWidth,height:n.offsetHeight}}function bl(n){const{top:t,left:e,width:s,height:i}=n.getBoundingClientRect(),{scrollLeft:r,scrollTop:o}=ii();return{x:e+r,y:t+o,width:s,height:i}}function xM(n){let t=n,e=0,s=0;for(;t!==null;)e+=t.offsetLeft,s+=t.offsetTop,t.offsetParent instanceof HTMLElement?t=t.offsetParent:t=null;return{x:e,y:s,width:n.offsetWidth,height:n.offsetHeight}}function SM(){const{clientHeight:n,scrollTop:t,scrollHeight:e}=ii(),s=e-n;return s<=0?0:t/s*100}function _M(n){const t=Fy(),e=vl(n);return e.bottom>=0&&e.top<=t.height&&e.right>=0&&e.left<=t.width}function EM(n){if("center"in n){const t=n.center,e=vl(n.target);return{x:t.x-e.x,y:t.y-e.y}}return{x:n.clientX,y:n.clientY}}function wl(n){if("center"in n)return n.center;if(typeof n.pageX=="number"&&typeof n.pageY=="number")return{x:n.pageX,y:n.pageY};const{scrollLeft:t,scrollTop:e}=ii();return{x:n.clientX+t,y:n.clientY+e}}function Wt(n,t){const e={x:0,y:0};if(t){const s=wl(n),i=bl(t);e.x=rt(s.x-i.x,0,i.width),e.y=rt(s.y-i.y,0,i.height)}else{let s=0,i=0;if("currentTarget"in n&&n.currentTarget&&n.target&&n.currentTarget!=n.target){const r=n.currentTarget.getBoundingClientRect(),o=n.target.getBoundingClientRect();s=o.left-r.left,i=o.top-r.top}if("offsetX"in n)e.x=n.offsetX+s,e.y=n.offsetY+i;else{const r=wl(n),o=bl(n.target);e.x=rt(r.x-o.x+s,0,o.width),e.y=rt(r.y-o.y+i,0,o.height)}}return e}function TM(n){let t=0;return n||(n=window.event),n.wheelDelta?(t=n.wheelDelta/120,window.opera&&(t=-t)):n.detail&&(t=-n.detail/3),t}function CM(n){if(document.implementation.hasFeature("MouseEvents","2.0"))return n.button;switch(n.button){case 0:case 1:case 3:case 5:case 7:return 0;case 2:case 6:return 2;case 4:return 1}}const PM={BACKSPACE:8,TAB:9,COMMA:188,DELETE:46,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,UP:38,DOWN:40,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32};function AM(n){if(n.key)return n.key;if(n.keyCode)return n.keyCode;if(n.which)return n.which}function By(n,t){const e=t.ctrl||!1,s=t.shift||!1,i=t.alt||!1;return(e===n.metaKey||e===n.ctrlKey)&&s===n.shiftKey&&i===n.altKey&&t.keys.map(r=>r.toLowerCase()).includes(n.key.toLowerCase())}function jy(n){return ky(n.target||document||window).pipe(vh(t=>By(t,n)),zt(t=>{t.stopPropagation(),t.preventDefault()}))}function MM(n){return Ly(n.target||document||window).pipe(vh(t=>By(t,n)),zt(t=>{t.stopPropagation(),t.preventDefault()}))}function $y(n={keys:["o"]},t=Re.text){return jy(n).pipe(wo(async()=>await hy(t)))}async function DM(n={keys:["o"]},t=Re.text){return Q2($y(n,t))}function RM(){const n={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0,isDown:!1},t={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0,isDown:!1};return{mousePoint:t,setStartMousePoint:function(e,s){n.x=e.x,n.y=e.y,n.isDown=typeof s=="boolean"?s:!1,this.setCurrentMousePoint(e,s)},setCurrentMousePoint:(e,s)=>{const i=t.x,r=t.y;t.x=e.x,t.y=e.y,t.dx=t.x-i,t.dy=t.y-r,t.dStartX=t.x-n.x,t.dStartY=t.y-n.y,t.isDown=typeof s=="boolean"?s:!1}}}function OM(n=document.documentElement){const t=new xc,e=new Ft(n);let s=[];const i=RM(),r=i.mousePoint,o=F=>{t.emit("mouseDown",F)},a=F=>{t.emit("mouseUp",F)},c=F=>{r.isDown||i.setCurrentMousePoint(Wt(F,n)),t.emit("mouseMove",F)},h=F=>{t.emit("mouseOver",F)},u=F=>{t.emit("mouseOut",F)},l=F=>{t.emit("mouseEnter",F)},f=F=>{t.emit("mouseLeave",F)},d=F=>{t.emit("mouseClick",F)},p=F=>{t.emit("mouseDoubleClick",F)},m=F=>{t.emit("mouseWheel",F)},y=F=>{t.emit("mouseContextMenu",F)},g=F=>{t.emit("touchStart",F)},v=F=>{t.emit("touchEnd",F)},x=F=>{t.emit("touchCancel",F)},b=F=>{const Rt=F.changedTouches[0];r.isDown||i.setCurrentMousePoint(Wt(Rt,n)),t.emit("touchMove",F)},E=F=>{t.emit("pointerDown",F)},_=F=>{t.emit("pointerUp",F)},D=F=>{t.emit("pointerCancel",F)},V=F=>{t.emit("pointerMove",F)},O=F=>{t.emit("pan",F)},N=F=>{t.emit("panStart",F)},U=F=>{t.emit("panMove",F)},Y=F=>{t.emit("panEnd",F)},st=F=>{t.emit("panCancel",F)},it=F=>{t.emit("panLeft",F)},nt=F=>{t.emit("panRight",F)},et=F=>{t.emit("panUp",F)},ct=F=>{t.emit("panDown",F)},ht=F=>{t.emit("pinch",F)},B=F=>{t.emit("pinchin",F)},z=F=>{t.emit("pinchout",F)},P=F=>{t.emit("press",F)},I=F=>{t.emit("rotate",F)},G=F=>{t.emit("swipe",F)},X=F=>{t.emit("swipeLeft",F)},dt=F=>{t.emit("swipeRight",F)},vt=F=>{t.emit("swipeUp",F)},J=F=>{t.emit("swipeDown",F)},Et=F=>{t.emit("tap",F)},lt=F=>{!F.target||n==F.target||n.contains(F.target)||t.emit("tapOutSide",F)},Dt=F=>{t.emit("transitionstart",F)},In=F=>{t.emit("transitionend",F)},hn=F=>{t.emit("animationstart",F)},un=F=>{t.emit("animationend",F)};let qe={...n.getBoundingClientRect(),width:n.offsetWidth,height:n.offsetHeight};return{el:n,get rect(){return qe},mousePoint:r,eb:t,start:async function(){s.push(Ct(n,"mousedown",o)),s.push(Ct(n,"mouseup",a)),s.push(Ct(n,"mousemove",c)),s.push(Ct(n,"mouseover",h)),s.push(Ct(n,"mouseout",u)),s.push(Ct(n,"mouseenter",l)),s.push(Ct(n,"mouseleave",f)),s.push(Ct(n,"click",d)),s.push(Ct(n,"dblclick",p)),s.push(Ct(n,"onwheel"in document.createElement("div")?"wheel":document.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",m)),s.push(Ct(n,"contextmenu",y)),s.push(Ct(n,"touchstart",g)),s.push(Ct(n,"touchend",v)),s.push(Ct(n,"touchcancel",x)),s.push(Ct(n,"touchmove",b)),s.push(Ct(n,"pointerdown",E)),s.push(Ct(n,"pointerup",_)),s.push(Ct(n,"pointercancel",D)),s.push(Ct(n,"pointermove",V)),e.on("pan",O),e.on("panstart",N),e.on("panmove",U),e.on("panend",Y),e.on("pancancel",st),e.on("panleft",it),e.on("panright",nt),e.on("panup",et),e.on("pandown",ct),e.on("pinch",ht),e.on("pinchin",B),e.on("pinchout",z),e.on("press",P),e.on("rotate",I),e.on("swipe",G),e.on("swipeleft",X),e.on("swiperight",dt),e.on("swipeup",vt),e.on("swipedown",J),e.on("tap",Et),s.push(Ct(document,"pointerdown",lt)),s.push(Ct(n,"transitionstart",Dt)),s.push(Ct(n,"transitionend",In)),s.push(Ct(n,"animationstart",hn)),s.push(Ct(n,"animationend",un));const F=await by(n,Rt=>{qe=Rt,t.emit("resize",Rt)});s.push(F),s.push(Uy(this,{start:Rt=>{i.setStartMousePoint(Wt(Rt,n),!0)},move:Rt=>{i.setCurrentMousePoint(Wt(Rt,n))},end:Rt=>{i.setCurrentMousePoint(Wt(Rt,n),!1)}}))},end:()=>{t.removeAllListeners(),s.forEach(F=>F()),s=[],e.off("pan",O),e.off("panstart",N),e.off("panmove",U),e.off("panend",Y),e.off("pancancel",st),e.off("panleft",it),e.off("panright",nt),e.off("panup",et),e.off("pandown",ct),e.off("pinch",ht),e.off("pinchin",B),e.off("pinchout",z),e.off("press",P),e.off("rotate",I),e.off("swipe",G),e.off("swipeleft",X),e.off("swiperight",dt),e.off("swipeup",vt),e.off("swipedown",J),e.off("tap",Et)}}}function Uy(n,t){return Yy(n,t)}function Yy(n,t){const e=n.eb,s=o=>{e.on("pointerMove",r),e.on("pointerUp",i),e.on("pointerCancel",i),t?.start?.(o)},i=o=>{e.off("pointerMove",r),e.off("pointerUp",i),e.off("pointerCancel",i),t?.end?.(o)},r=o=>{t?.move?.(o)};return e.on("pointerDown",s),()=>e.off("pointerDown",s)}function IM(n,t){const e=n.eb,s=o=>{document.addEventListener("mousemove",r,!1),document.addEventListener("mouseup",i,!1),t?.start?.(o)},i=o=>{document.removeEventListener("mousemove",r,!1),document.removeEventListener("mouseup",i,!1),t?.end?.(o)},r=o=>{t?.move?.(o)};return e.on("mouseDown",s),()=>e.off("mouseDown",s)}function kM(n,t){const e=n.eb,s=o=>{e.on("touchMove",r),e.on("touchEnd",i),e.on("touchCancel",i);const a=o.changedTouches[0];t?.start?.(a)},i=o=>{e.off("touchMove",r),e.off("touchEnd",i),e.off("touchCancel",i);const a=o.changedTouches[0];t?.end?.(a)},r=o=>{const a=o.changedTouches[0];t?.move?.(a)};return e.on("touchStart",s),()=>e.off("touchStart",s)}function LM(n,t,e){if(typeof t=="string"&&(t=id(t)),(typeof t=="string"||t===void 0)&&e===void 0){const s=Object.assign({},n.dataset);return Object.keys(s).forEach(i=>{if(s[i]?.startsWith("[")||s[i]?.startsWith("{"))try{s[i]=JSON.parse(s[i]||"")}catch{}}),typeof t=="string"?s[t]:s}else{let s={};typeof t=="object"?s=t:typeof t=="string"&&(s[t]=e),Object.entries(s).forEach(([i,r])=>{r?n.dataset[i]=r instanceof Object?JSON.stringify(r):r:delete n.dataset[i]})}}function VM(n,t){t.split(/[,\s]+/).forEach(e=>{e.trim()!=""&&delete n.dataset[e.trim()]})}function Gy(n,t={attributes:!0,childList:!0,subtree:!0}){return new Nt(e=>{const s=new MutationObserver((i,r)=>{e.next(i)});return s.observe(n,t),()=>{s.disconnect()}})}function NM(n,t){return new Promise(e=>{new MutationObserver((i,r)=>{for(const o of i)o.type==="childList"&&o.addedNodes.forEach(a=>{a.isEqualNode(t)&&(r.disconnect(),e(!0))})}).observe(n,{childList:!0})})}function Xy(n,t={root:null}){return new Nt(e=>{const s=new IntersectionObserver((i,r)=>{if(i.length){const o=i[i.length-1];o&&e.next(o)}},t);return s.observe(n),()=>{s.unobserve(n),s.disconnect()}})}function zM(n,t){const e=t?.threshold??.5;return Xy(n,{threshold:e,root:t?.root}).pipe(zt(s=>s.isIntersecting&&s.intersectionRatio>=e),jn())}function xl(n,t){const e=typeof n=="string"?n:n.toString(),s=()=>{try{const a=window.sessionStorage.getItem(e);if(a)return JSON.parse(a)}catch{}},i=a=>{try{typeof a.value<"u"?window.sessionStorage.setItem(e,JSON.stringify(a)):window.sessionStorage.removeItem(e)}catch{}};return{get:()=>{const{get:a}=fo(s(),t);return a().value},set:a=>{const{set:c}=fo(s(),t),h=c(a);i(h)}}}function FM(){window.sessionStorage.clear()}function Wy(){return Gy(document).pipe(zt(()=>location),vs(location))}function BM(){return Wy().pipe(zt(n=>n.href),vs(location.href),jn())}function jM(){return ot(window,"hashchange").pipe(zt(n=>n.target.location.hash.replace("#","")),vs(window.location.hash.replace("#","")),jn())}function Hy(n="current"){return ot(window,"popstate").pipe(zt(t=>t.state||{}),zt(t=>({...t,[n]:t[n]||window.location.pathname+window.location.search+window.location.hash})),jn((t,e)=>t[n]===e[n]))}function $M(n={nameInState:"current",alreadyPushState:!0}){const t=n.nameInState,e=typeof n.alreadyPushState=="boolean"?n.alreadyPushState:!0,{get:s,set:i}=xl("fe-route-history"),r=s()||[],{get:o,set:a}=xl("fe-route-history-index"),c=o();let h=typeof c=="number"?c:r.length-1;function u(g){return r.findIndex(x=>x[t]===g[t])}const l={currentIndex:h};function f(g){g=rt(g,-1,r.length-1),h<0?(l.direction="keep",l.delta=0):(g<h?l.direction="backward":g>h?l.direction="forward":l.direction="keep",l.delta=g-h),l.from=l.to,l.to=r[g]?.[t],h=g,l.currentIndex=h,a(h)}f(h);function d(g){r.push(g),i(r),f(r.length-1)}function p(g,v){const x={...v,[t]:g};window.history.pushState(x,"",g),d(x)}function m(g,v=e){const x=u(g);if(x<0){h>=0&&(r.splice(h+1),i(r)),v?d(g):p(g[t],g);return}x!=h&&f(x)}const y=Hy().subscribe(g=>{m(g,!0)});return{history:r,route:l,navigate:(g,v)=>{m({...v,[t]:g},e)},go(g){window.history.go(g)},back(){window.history.back()},forward(){window.history.forward()},destroy:()=>{y.unsubscribe()}}}function qy(n="(prefers-color-scheme: dark)"){const t=window.matchMedia(n);return ot(t,"change").pipe(zt(e=>e.matches),vs(t.matches),jn())}let Ky=!1;function UM(){Ky||(Ky=!0,Cm(`
|
|
128
128
|
:root {
|
|
129
129
|
--sat:env(safe-area-inset-top, 0px);
|
|
130
130
|
--sar:env(safe-area-inset-right, 0px);
|
|
@@ -137,9 +137,30 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
137
137
|
--sab:env(safe-area-inset-bottom, 0px);
|
|
138
138
|
--sal:env(safe-area-inset-left, 0px);
|
|
139
139
|
}
|
|
140
|
-
`))}WS();function qS(){return Nh(document.documentElement).pipe(Fa(La),kt(()=>{const n=getComputedStyle(document.documentElement);return{bottom:n.getPropertyValue("--sab"),top:n.getPropertyValue("--sat"),right:n.getPropertyValue("--sar"),left:n.getPropertyValue("--sal")}}))}function JS(n={enableHighAccuracy:!0,timeout:5e3,maximumAge:0}){return new Rt(t=>{if(!("geolocation"in navigator))return t.error("navigator.geolocation is not available.");let e;return new Promise((r,s)=>{navigator.geolocation.getCurrentPosition(i=>{t.next({longitude:i.coords.longitude,latitude:i.coords.latitude}),r()},i=>{s(i)})}).then(()=>{e=navigator.geolocation.watchPosition(r=>{t.next({longitude:r.coords.longitude,latitude:r.coords.latitude})},r=>{t.error(r)},n)}).catch(r=>{t.error(r)}),()=>{typeof e=="number"&&navigator.geolocation.clearWatch(e)}})}function op(n,t={},e=[]){return typeof n=="string"?{tag:n,props:t,children:typeof e=="string"?e:e.filter(r=>typeof r!="boolean")}:n(t)}function po(n){const t=op(n.tagName,Ta(n),Array.from(n.children).map(e=>po(e)));return t.el=n,t}function un(n,t=document.documentElement){if(typeof n=="string"){const r=document.createTextNode(n);return t.appendChild(r),r}if(n.el)return n.el;const e=n.tag=="path"?Qa():document.createElement(n.tag);if(n.props)for(const[r,s]of Object.entries(n.props))r.startsWith("on")?e.addEventListener(r.slice(2).toLowerCase(),s):r==="style"?Ur(e,s):jn(e,r,s);return t.appendChild(e),n.el=e,n.children&&(typeof n.children=="string"?un(n.children,e):n.children.forEach(r=>{un(r,e)})),e}function Ss(n,t){typeof n=="string"||!n.el||(Array.isArray(n.children)&&n.children.forEach(e=>{n.el&&Ss(e,n.el)}),t.removeChild(n.el))}function go(n,t,e){if(!n.el||!t.el)return;e=e||n.el.parentElement||document.body||document.documentElement;const r=n.props.key,s=t.props.key;if(n.tag!==t.tag||n.el!==t.el||(s||r)&&s!==r){e.replaceChild(un(t,e),n.el);return}const i=t.el=n.el,o=n.props,a=t.props;for(const u in o)u in a||(u.startsWith("on")?i.removeEventListener(u.slice(2).toLowerCase(),o[u]):i.removeAttribute(u));for(const u in a){const l=o[u],d=a[u];if(d!=l)if(u.startsWith("on")){const f=u.slice(2).toLowerCase();i.removeEventListener(f,l),i.addEventListener(f,d)}else if(u==="style"){for(const f in l)f in d||Ca(i,f);Ur(i,d)}else jn(i,u,d)}const c=n.children||[],h=t.children||[];if(typeof h=="string")i.innerHTML="",un(h,i);else if(typeof c=="string")i.innerHTML="",h.forEach(u=>{un(u,i)});else{const u=Math.min(c.length,h.length);for(let l=0;l<u;l++)go(c[l],h[l],i);h.length>c.length?h.slice(c.length).forEach(l=>{un(l,i)}):h.length<c.length&&c.slice(h.length).forEach(l=>{Ss(l,i)})}}function cp(n=document.documentElement,t,e){t.el?!e||!e.el?(Ss(t,n),un(t,n)):go(e,t,n):(e&&Ss(e,n),un(t,n))}const yo=new Map;function Xh(n,t=yo){let e=t.get(n);return e||(e=po(n),t.set(n,e),e)}function bo(n,t,e=yo){const r=Xh(n,e);r.alternate||(r.alternate=po(n),or(r.alternate.props,r.props,!0)),t(r.alternate)}function hp(n=yo){const t=Array.from(n.entries());for(const[e,r]of t){const s=r.alternate;s&&(go(r,s),r.props=s.props,r.alternate=void 0)}}function Hh(n=yo){Jg(()=>hp(n),50)}function KS(){const n=new Map;let t=null;const e=new Set;let r=!1;function s(p){const m=t,v=m.stateIndex;v in m.states||(m.states[v]=p);function g(b){let x;typeof b=="function"?x=b(m.states[v]):x=b,m.states[v]!==x&&(m.states[v]=x,u(m))}return m.stateIndex++,[m.states[v],g]}function i(p){const[m,v]=s({current:p});return m}function o(p,m){const v=t,g=v.effectIndex;v.pendingEffects||(v.pendingEffects=[]),v.pendingEffects.push({effect:p,deps:m,idx:g}),v.effectIndex++}function a(p){p.pendingEffects&&(p.pendingEffects.forEach(({effect:m,deps:v,idx:g})=>{const b=p.effects[g];if(!v||!b||!b.deps||v.length!==b.deps.length||v.some((w,C)=>w!==b.deps[C])){b.cleanup?.();const w=m();if(w instanceof Promise)throw new Error("useEffect callback must not return Promise");p.effects[g]={deps:v?[...v]:void 0,cleanup:w}}}),p.pendingEffects=[])}function c(p){const m=i(p);return m.current=p,h((...v)=>m.current(...v),[])}function h(p,m){const v=t,g=v.callbackIndex,b=v.callbacks[g]||{fn:p,deps:void 0};return(!m||!b.deps||m.length!==b.deps.length||m.some((w,C)=>w!==b.deps[C]))&&(b.fn=p,b.deps=m?[...m]:void 0),v.callbacks[g]=b,v.callbackIndex++,b.fn}function u(p){e.add(p),r||(r=!0,setTimeout(l,0))}function l(){for(;e.size;){const p=[...e];e.clear(),p.forEach(m=>{d(m.component,m.container,m.props)})}r=!1}function d(p,m,v={}){let g=n.get(m);!g||g.component!==p?(g={component:p,props:v,states:[],stateIndex:0,effects:[],effectIndex:0,pendingEffects:[],callbacks:[],callbackIndex:0,children:[],mounted:!1,container:m,vnode:void 0},n.set(m,g)):g.props=v,t=g,g.stateIndex=0,g.effectIndex=0,g.callbackIndex=0;const b=p(v);return cp(m,b,g.vnode),g.vnode=b,g.mounted=!0,t=null,a(g),g}function f(p){p.effects.forEach(m=>m.cleanup?.()),p.children&&p.children.forEach(f),p.container&&"innerHTML"in p.container&&(p.container.innerHTML=""),n.delete(p.container)}return{useState:s,useRef:i,useEffect:o,useEffectEvent:c,useCallback:h,render:d,unmount:f,scheduleRender:u}}function up(){let n;function t(d){n=d,d(),n=null}class e{subscribers=new Set;add(){n&&!this.subscribers.has(n)&&this.subscribers.add(n)}notify(){this.subscribers.forEach(f=>f())}}const r=new WeakMap;function s(d,f){let p=r.get(d);p||(p=new Map,r.set(d,p));let m=p.get(f);return m||(m=new e,p.set(f,m)),m}function i(d,f,p=o){if(!Array.isArray(d))return;const m=Array.prototype,v=Object.create(m);["push","pop","shift","unshift","splice","sort","reverse"].forEach(g=>{v[g]=function(...b){return["push","unshift","splice"].includes(g)&&(g==="splice"?b.slice(2):b).forEach((w,C)=>{Fn(w)&&(b[C]=p(w)),f.add()}),m[g].apply(this,b),this.slice()}}),Object.setPrototypeOf(d,v),d.forEach((g,b)=>{Fn(g)&&(d[b]=p(g)),f.add()})}function o(d){return Object.keys(d).forEach(f=>{const p=s(d,f);let m=d[f];Object.defineProperty(d,f,{configurable:!0,enumerable:!0,get(){return Fn(m)&&(Array.isArray(m)?i(m,p,o):o(m)),p.add(),m},set(v){m!==v&&(m=v,p.notify())}})}),d}function a(d){return o({value:d})}const c=h;function h(d){if(!Fn(d))return d;const f={get(m,v,g){let b=Reflect.get(m,v,g);const x=s(m,v);if(Fn(b)&&!("isYZProxy"in b)){const w=h(b);Array.isArray(b)&&(w.YZProxyArrayDep=x),b=w}return x.add(),b},set(m,v,g,b){const x=Reflect.get(m,v,b),w=Reflect.set(m,v,g,b);if(v=="YZProxyArrayDep")return w;if(x!==g){let C;Array.isArray(m)?C=m.YZProxyArrayDep:C=s(m,v),C.notify()}return w},deleteProperty(m,v){if(!(v in m))return!1;let b=typeof v=="symbol"?void 0:m[v];Fn(b)&&(b=Array.isArray(b)?[...b]:{...b});const x=Reflect.deleteProperty(m,v);if(x){let w;Array.isArray(m)?w=m.YZProxyArrayDep:w=s(m,v),w.notify()}return x},has(m,v){return v==="isYZProxy"||v in m}};return new Proxy(d,f)}function u(d,f){const p=h(d);return l(p,f),p}function l(d,f){f.childNodes.forEach(p=>{switch(p.nodeType){case 1:const m=p;[...m.attributes].forEach(x=>{const w=x.name,C=x.value;if(w==="v-model")if(kh(m)){const E=m;t(()=>{E.checked=He(d,C)==E.value}),E.addEventListener("change",O=>{No(d,C,O.target.value)})}else if(Rh(m)){const E=m;t(()=>{E.checked=_u(He(d,C),E.value)}),E.addEventListener("change",O=>{const U=O.target,R=U.value;U.checked?Sg(He(d,C),R):Su(He(d,C),R)})}else if(Ih(m)){const E=m;t(()=>{E.value=He(d,C)}),E.addEventListener("change",O=>{No(d,C,O.target.value)})}else{const E=m;t(()=>{E.value=He(d,C)});const O=U=>{No(d,C,U.target.value)};E.addEventListener("input",O)}else w==="v-text"?t(()=>{m.innerText=He(d,C)}):w==="v-html"&&t(()=>{m.innerHTML=He(d,C)})}),m.childNodes.length>0&&l(d,m);break;case 3:const v=p.textContent||"",g=/\{\{\s*([^{}\s]+)\s*\}\}/g,b=g.exec(v);b&&b[1]&&t(()=>{p.textContent=v.replace(g,He(d,b[1]))});break}})}return{watchEffect:t,reactiveVue2:o,ref:a,reactiveVue3:h,reactive:c,mvvm:u}}const ZS=up();function lp(n,t,e){return new WebSocket(n)}function QS(n){return`${n}eventbus/${Vp(3)}/${fu(8)}/websocket`}class Ue{static CONNECTING=WebSocket.CONNECTING;static OPEN=WebSocket.OPEN;static CLOSING=WebSocket.CLOSING;static CLOSED=WebSocket.CLOSED;url;socketCreatorProtocols;socketCreatorOptions;socketCreator;socket;state=Ue.CONNECTING;messageQueue=[];pingInterval;pingTimerID;reconnect;reconnectAttempts=0;maxReconnectAttempts;reconnectTimerID;onopen;onclose;onerror;requestid=0;waitings={};listeners={};constructor(t="",e){this.url=t,this.socketCreatorProtocols=e?.socketCreatorProtocols,this.socketCreatorOptions=e?.socketCreatorOptions||{},this.socketCreator=e?.socketCreator||lp,this.pingInterval=e?.pingInterval||5e3,this.onopen=e?.onopen,this.onclose=e?.onclose,this.onerror=e?.onerror,this.reconnect=typeof e?.reconnect=="boolean"?e.reconnect:!0,this.maxReconnectAttempts=typeof e?.maxReconnectAttempts=="number"?e.maxReconnectAttempts:1/0,this._connect()}open(){this.reconnectAttempts=0,this._connect()}close(){this.state=Ue.CLOSING,this.socket?.close()}_connect(){this.socket?.readyState===Ue.CONNECTING||this.socket?.readyState===Ue.OPEN||(this.state=Ue.CONNECTING,this.socket=this.socketCreator(this.url,this.socketCreatorProtocols,this.socketCreatorOptions),this.socket.onopen=()=>{gn(`(${this.url}) onopen`),this.state=Ue.OPEN,this.reconnectTimerID&&(clearTimeout(this.reconnectTimerID),this.reconnectTimerID=void 0);const t=this.messageQueue.slice();this.messageQueue=[],t.forEach(this._send.bind(this)),this.ping(),this.pingTimerID=setInterval(this.ping.bind(this),this.pingInterval),this.onopen?.()},this.socket.onclose=t=>{const{code:e,reason:r,wasClean:s}=t;gn(`(${this.url}) onclose: code(${e}) reason(${r}) wasClean(${s})`),this.state=Ue.CLOSED,this.socket=void 0,this.pingTimerID&&(clearInterval(this.pingTimerID),this.pingTimerID=void 0),this.onclose?.(t),this.reconnect&&this.reconnectAttempts<this.maxReconnectAttempts&&(this.reconnectTimerID=setTimeout(this._connect.bind(this),Ig(this.reconnectAttempts++)))},this.socket.onerror=t=>{gn(`(${this.url}) onerror: ${t}`),this.onerror?.(t)},this.socket.onmessage=t=>{if(gn(`(${this.url}) onmessage: { type: ${t.type}, data: ${t.data} }`),typeof t.data=="string"){let e;const r=t.data.substring(1);try{e=JSON.parse(r)}catch(s){e=[JSON.stringify({type:"err",failureCode:"fe-json-parse-error",failureType:s.toString(),message:r})]}e.forEach(s=>{const i=JSON.parse(s);if(i.body&&Object.prototype.hasOwnProperty.call(i.body,"requestid")){const o=this.waitings[i.body.requestid];o?o.resolve?.(i.body):_e(`(${this.url}) onmessage: found no associated request, already timed out`)}else if(this.listeners[i.address]){const o=this.listeners[i.address];for(let a=0;a<o.length;a++)i.type==="err"?o[a]({failureCode:i.failureCode,failureType:i.failureType,message:i.message}):o[a](null,i.body)}else this.onunhandled(i)})}else t.data instanceof ArrayBuffer?_e(`(${this.url}) onmessage: unhandle ArrayBuffer`):t.data instanceof Blob&&_e(`(${this.url}) onmessage: unhandle Blob`)})}onunhandled(t){try{t.type==="err"?this.onerror?.(t):t.event?console.warn("No handler found for event: %o. Message: %O",t.event,t):console.warn("No handler found for message: ",t)}catch{}}_send(t){this.socket?.readyState===Ue.OPEN?this.socket.send(JSON.stringify([JSON.stringify(t)])):(this.messageQueue.push(t),this._connect())}ping(){this._send({type:"ping"})}register(t,e,r={}){this.listeners[t]||(this.listeners[t]=[],this._send({type:"register",address:t,headers:or(r,this.socketCreatorOptions.headers,!1)})),this.listeners[t].push(e)}unregister(t,e,r={}){const s=this.listeners[t];if(s){const i=s.indexOf(e);i!=-1&&(s.splice(i,1),s.length===0&&(this._send({type:"unregister",address:t,headers:or(r,this.socketCreatorOptions.headers,!1)}),delete this.listeners[t]))}}publish(t,e,r={}){this._send({type:"publish",address:t,headers:or(r,this.socketCreatorOptions.headers,!1),body:e})}async send(t,e,r={},s=3e4){this.requestid++;const i=this.waitings[this.requestid]={requestid:this.requestid},o=await new Promise((a,c)=>{i.resolve=a,this._send({type:"send",address:t,headers:or(r,this.socketCreatorOptions.headers,!1),body:{requestid:i.requestid,...e}}),setTimeout(()=>{c(`(${this.url}) send(${i.requestid}: ${Ys(e)}) Timeout!`)},s)});return delete this.waitings[i.requestid],o}}function tE(n=750){const t=document.documentElement,e=window.top===window.self?window.devicePixelRatio:1;t.dataset.dpr=e;let r=100;const s=function(){t.style.height=window.innerHeight+"px";const i=t.clientWidth;t.dataset.width=i,t.dataset.layout=i>n?"pc":"mobile",t.dataset.rem=r=Math.min(100,Math.round(100*(i/n))),t.style.fontSize=r+"px"};s(),window.rem2px=function(i){return parseFloat(i)*r},window.px2rem=function(i){return parseFloat(i)/r},window.addEventListener&&window.addEventListener("orientationchange"in window?"orientationchange":"resize",s,!1)}class eE{localVideoUtil;remoteVideoUtil;localPeerConnection=null;remotePeerConnection=null;constructor(t,e){this.localVideoUtil=new _s(t),this.remoteVideoUtil=new _s(e)}start(){this.getLocalMediaStream().then(t=>{this.call(t)})}end(){this.localPeerConnection?.close(),this.remotePeerConnection?.close(),this.localPeerConnection=null,this.remotePeerConnection=null,this.trace("Ending call.")}getLocalMediaStream(){return new Promise((t,e)=>{navigator.mediaDevices.getUserMedia({audio:!0,video:!0}).then(r=>{this.localVideoUtil.setSrcObject(r),t(r)}).catch(r=>{this.trace(`navigator.getUserMedia error: ${r}.`),e(r)})})}gotRemoteMediaStream(t){const e=t.streams[0];this.remoteVideoUtil.setSrcObject(e),this.trace("Remote peer connection received remote stream.")}call(t){const e=t.getVideoTracks(),r=t.getAudioTracks();e.length>0&&this.trace(`Using video device: ${e[0].label}.`),r.length>0&&this.trace(`Using audio device: ${r[0].label}.`);const s=void 0,i=new RTCPeerConnection(s);this.localPeerConnection=i,this.trace("Created local peer connection object localPeerConnection."),i.addEventListener("icecandidate",this.handleConnection),i.addEventListener("iceconnectionstatechange",this.handleConnectionChange);const o=new RTCPeerConnection(s);this.remotePeerConnection=o,this.trace("Created remote peer connection object remotePeerConnection."),o.addEventListener("icecandidate",this.handleConnection),o.addEventListener("iceconnectionstatechange",this.handleConnectionChange),o.addEventListener("track",this.gotRemoteMediaStream),this.trace("Add local localStream to localPeerConnection."),i.addTrack(e[0],t),i.addTrack(r[0],t),this.trace("localPeerConnection createOffer start."),i.createOffer({offerToReceiveVideo:!0}).then(a=>this.createdOffer(a)).catch(a=>this.setSessionDescriptionError(a))}handleConnection(t){const e=t.target,r=t.candidate;if(e&&r){const s=new RTCIceCandidate(r),i=this.getOtherPeer(e);i&&(i.addIceCandidate(s).then(()=>{this.handleConnectionSuccess(e)}).catch(o=>{this.handleConnectionFailure(e,o)}),this.trace(`${this.getPeerName(e)} ICE candidate:
|
|
140
|
+
`))}UM();function YM(){return fl(document.documentElement).pipe(mh(lh),zt(()=>{const n=getComputedStyle(document.documentElement);return{bottom:n.getPropertyValue("--sab"),top:n.getPropertyValue("--sat"),right:n.getPropertyValue("--sar"),left:n.getPropertyValue("--sal")}}))}function GM(n={enableHighAccuracy:!0,timeout:5e3,maximumAge:0}){return new Nt(t=>{if(!("geolocation"in navigator))return t.error("navigator.geolocation is not available.");let e;return new Promise((s,i)=>{navigator.geolocation.getCurrentPosition(r=>{t.next({longitude:r.coords.longitude,latitude:r.coords.latitude}),s()},r=>{i(r)})}).then(()=>{e=navigator.geolocation.watchPosition(s=>{t.next({longitude:s.coords.longitude,latitude:s.coords.latitude})},s=>{t.error(s)},n)}).catch(s=>{t.error(s)}),()=>{typeof e=="number"&&navigator.geolocation.clearWatch(e)}})}function Jy(n,t={},e=[]){return typeof n=="string"?{tag:n,props:t,children:typeof e=="string"?e:e.filter(s=>typeof s!="boolean")}:n(t)}function ba(n){const t=Jy(n.tagName,nh(n),Array.from(n.children).map(e=>ba(e)));return t.el=n,t}function Dn(n,t=document.documentElement){if(typeof n=="string"){const s=document.createTextNode(n);return t.appendChild(s),s}if(n.el)return n.el;const e=n.tag=="path"?Mh():document.createElement(n.tag);if(n.props)for(const[s,i]of Object.entries(n.props))s.startsWith("on")?e.addEventListener(s.slice(2).toLowerCase(),i):s==="style"?Di(e,i):ps(e,s,i);return t.appendChild(e),n.el=e,n.children&&(typeof n.children=="string"?Dn(n.children,e):n.children.forEach(s=>{Dn(s,e)})),e}function dr(n,t){typeof n=="string"||!n.el||(Array.isArray(n.children)&&n.children.forEach(e=>{n.el&&dr(e,n.el)}),t.removeChild(n.el))}function wa(n,t,e){if(!n.el||!t.el)return;e=e||n.el.parentElement||document.body||document.documentElement;const s=n.props.key,i=t.props.key;if(n.tag!==t.tag||n.el!==t.el||(i||s)&&i!==s){e.replaceChild(Dn(t,e),n.el);return}const r=t.el=n.el,o=n.props,a=t.props;for(const u in o)u in a||(u.startsWith("on")?r.removeEventListener(u.slice(2).toLowerCase(),o[u]):r.removeAttribute(u));for(const u in a){const l=o[u],f=a[u];if(f!=l)if(u.startsWith("on")){const d=u.slice(2).toLowerCase();r.removeEventListener(d,l),r.addEventListener(d,f)}else if(u==="style"){for(const d in l)d in f||eh(r,d);Di(r,f)}else ps(r,u,f)}const c=n.children||[],h=t.children||[];if(typeof h=="string")r.innerHTML="",Dn(h,r);else if(typeof c=="string")r.innerHTML="",h.forEach(u=>{Dn(u,r)});else{const u=Math.min(c.length,h.length);for(let l=0;l<u;l++)wa(c[l],h[l],r);h.length>c.length?h.slice(c.length).forEach(l=>{Dn(l,r)}):h.length<c.length&&c.slice(h.length).forEach(l=>{dr(l,r)})}}function Zy(n=document.documentElement,t,e){t.el?!e||!e.el?(dr(t,n),Dn(t,n)):wa(e,t,n):(e&&dr(e,n),Dn(t,n))}const xa=new Map;function Sl(n,t=xa){let e=t.get(n);return e||(e=ba(n),t.set(n,e),e)}function Sa(n,t,e=xa){const s=Sl(n,e);s.alternate||(s.alternate=ba(n),zs(s.alternate.props,s.props,!0)),t(s.alternate)}function Qy(n=xa){const t=Array.from(n.entries());for(const[e,s]of t){const i=s.alternate;i&&(wa(s,i),s.props=i.props,s.alternate=void 0)}}function _l(n=xa){Gw(()=>Qy(n),50)}function XM(){const n=new Map;let t=null;const e=new Set;let s=!1;function i(p){const m=t,y=m.stateIndex;y in m.states||(m.states[y]=p);function g(v){let x;typeof v=="function"?x=v(m.states[y]):x=v,m.states[y]!==x&&(m.states[y]=x,u(m))}return m.stateIndex++,[m.states[y],g]}function r(p){const[m,y]=i({current:p});return m}function o(p,m){const y=t,g=y.effectIndex;y.pendingEffects||(y.pendingEffects=[]),y.pendingEffects.push({effect:p,deps:m,idx:g}),y.effectIndex++}function a(p){p.pendingEffects&&(p.pendingEffects.forEach(({effect:m,deps:y,idx:g})=>{const v=p.effects[g];if(!y||!v||!v.deps||y.length!==v.deps.length||y.some((b,E)=>b!==v.deps[E])){v.cleanup?.();const b=m();if(b instanceof Promise)throw new Error("useEffect callback must not return Promise");p.effects[g]={deps:y?[...y]:void 0,cleanup:b}}}),p.pendingEffects=[])}function c(p){const m=r(p);return m.current=p,h((...y)=>m.current(...y),[])}function h(p,m){const y=t,g=y.callbackIndex,v=y.callbacks[g]||{fn:p,deps:void 0};return(!m||!v.deps||m.length!==v.deps.length||m.some((b,E)=>b!==v.deps[E]))&&(v.fn=p,v.deps=m?[...m]:void 0),y.callbacks[g]=v,y.callbackIndex++,v.fn}function u(p){e.add(p),s||(s=!0,setTimeout(l,0))}function l(){for(;e.size;){const p=[...e];e.clear(),p.forEach(m=>{f(m.component,m.container,m.props)})}s=!1}function f(p,m,y={}){let g=n.get(m);!g||g.component!==p?(g={component:p,props:y,states:[],stateIndex:0,effects:[],effectIndex:0,pendingEffects:[],callbacks:[],callbackIndex:0,children:[],mounted:!1,container:m,vnode:void 0},n.set(m,g)):g.props=y,t=g,g.stateIndex=0,g.effectIndex=0,g.callbackIndex=0;const v=p(y);return Zy(m,v,g.vnode),g.vnode=v,g.mounted=!0,t=null,a(g),g}function d(p){p.effects.forEach(m=>m.cleanup?.()),p.children&&p.children.forEach(d),p.container&&"innerHTML"in p.container&&(p.container.innerHTML=""),n.delete(p.container)}return{useState:i,useRef:r,useEffect:o,useEffectEvent:c,useCallback:h,render:f,unmount:d,scheduleRender:u}}function t0(){let n;function t(f){n=f,f(),n=null}class e{subscribers=new Set;add(){n&&!this.subscribers.has(n)&&this.subscribers.add(n)}notify(){this.subscribers.forEach(d=>d())}}const s=new WeakMap;function i(f,d){let p=s.get(f);p||(p=new Map,s.set(f,p));let m=p.get(d);return m||(m=new e,p.set(d,m)),m}function r(f,d,p=o){if(!Array.isArray(f))return;const m=Array.prototype,y=Object.create(m);["push","pop","shift","unshift","splice","sort","reverse"].forEach(g=>{y[g]=function(...v){return["push","unshift","splice"].includes(g)&&(g==="splice"?v.slice(2):v).forEach((b,E)=>{us(b)&&(v[E]=p(b)),d.add()}),m[g].apply(this,v),this.slice()}}),Object.setPrototypeOf(f,y),f.forEach((g,v)=>{us(g)&&(f[v]=p(g)),d.add()})}function o(f){return Object.keys(f).forEach(d=>{const p=i(f,d);let m=f[d];Object.defineProperty(f,d,{configurable:!0,enumerable:!0,get(){return us(m)&&(Array.isArray(m)?r(m,p,o):o(m)),p.add(),m},set(y){m!==y&&(m=y,p.notify())}})}),f}function a(f){return o({value:f})}const c=h;function h(f){if(!us(f))return f;const d={get(m,y,g){let v=Reflect.get(m,y,g);const x=i(m,y);if(us(v)&&!("isYZProxy"in v)){const b=h(v);Array.isArray(v)&&(b.YZProxyArrayDep=x),v=b}return x.add(),v},set(m,y,g,v){const x=Reflect.get(m,y,v),b=Reflect.set(m,y,g,v);if(y=="YZProxyArrayDep")return b;if(x!==g){let E;Array.isArray(m)?E=m.YZProxyArrayDep:E=i(m,y),E.notify()}return b},deleteProperty(m,y){if(!(y in m))return!1;let v=typeof y=="symbol"?void 0:m[y];us(v)&&(v=Array.isArray(v)?[...v]:{...v});const x=Reflect.deleteProperty(m,y);if(x){let b;Array.isArray(m)?b=m.YZProxyArrayDep:b=i(m,y),b.notify()}return x},has(m,y){return y==="isYZProxy"||y in m}};return new Proxy(f,d)}function u(f,d){const p=h(f);return l(p,d),p}function l(f,d){d.childNodes.forEach(p=>{switch(p.nodeType){case 1:const m=p;[...m.attributes].forEach(x=>{const b=x.name,E=x.value;if(b==="v-model")if(ul(m)){const _=m;t(()=>{_.checked=mn(f,E)==_.value}),_.addEventListener("change",D=>{fc(f,E,D.target.value)})}else if(hl(m)){const _=m;t(()=>{_.checked=dd(mn(f,E),_.value)}),_.addEventListener("change",D=>{const V=D.target,O=V.value;V.checked?vw(mn(f,E),O):md(mn(f,E),O)})}else if(cl(m)){const _=m;t(()=>{_.value=mn(f,E)}),_.addEventListener("change",D=>{fc(f,E,D.target.value)})}else{const _=m;t(()=>{_.value=mn(f,E)});const D=V=>{fc(f,E,V.target.value)};_.addEventListener("input",D)}else b==="v-text"?t(()=>{m.innerText=mn(f,E)}):b==="v-html"&&t(()=>{m.innerHTML=mn(f,E)})}),m.childNodes.length>0&&l(f,m);break;case 3:const y=p.textContent||"",g=/\{\{\s*([^{}\s]+)\s*\}\}/g,v=g.exec(y);v&&v[1]&&t(()=>{p.textContent=y.replace(g,mn(f,v[1]))});break}})}return{watchEffect:t,reactiveVue2:o,ref:a,reactiveVue3:h,reactive:c,mvvm:u}}const WM=t0();var El={exports:{}},mr={};/**
|
|
141
|
+
* @license React
|
|
142
|
+
* react-jsx-runtime.production.js
|
|
143
|
+
*
|
|
144
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
145
|
+
*
|
|
146
|
+
* This source code is licensed under the MIT license found in the
|
|
147
|
+
* LICENSE file in the root directory of this source tree.
|
|
148
|
+
*/var e0;function HM(){if(e0)return mr;e0=1;var n=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function e(s,i,r){var o=null;if(r!==void 0&&(o=""+r),i.key!==void 0&&(o=""+i.key),"key"in i){r={};for(var a in i)a!=="key"&&(r[a]=i[a])}else r=i;return i=r.ref,{$$typeof:n,type:s,key:o,ref:i!==void 0?i:null,props:r}}return mr.Fragment=t,mr.jsx=e,mr.jsxs=e,mr}var pr={};/**
|
|
149
|
+
* @license React
|
|
150
|
+
* react-jsx-runtime.development.js
|
|
151
|
+
*
|
|
152
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
153
|
+
*
|
|
154
|
+
* This source code is licensed under the MIT license found in the
|
|
155
|
+
* LICENSE file in the root directory of this source tree.
|
|
156
|
+
*/var n0;function qM(){return n0||(n0=1,{}.NODE_ENV!=="production"&&function(){function n(P){if(P==null)return null;if(typeof P=="function")return P.$$typeof===U?null:P.displayName||P.name||null;if(typeof P=="string")return P;switch(P){case y:return"Fragment";case v:return"Profiler";case g:return"StrictMode";case _:return"Suspense";case D:return"SuspenseList";case N:return"Activity"}if(typeof P=="object")switch(typeof P.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),P.$$typeof){case m:return"Portal";case b:return P.displayName||"Context";case x:return(P._context.displayName||"Context")+".Consumer";case E:var I=P.render;return P=P.displayName,P||(P=I.displayName||I.name||"",P=P!==""?"ForwardRef("+P+")":"ForwardRef"),P;case V:return I=P.displayName||null,I!==null?I:n(P.type)||"Memo";case O:I=P._payload,P=P._init;try{return n(P(I))}catch{}}return null}function t(P){return""+P}function e(P){try{t(P);var I=!1}catch{I=!0}if(I){I=console;var G=I.error,X=typeof Symbol=="function"&&Symbol.toStringTag&&P[Symbol.toStringTag]||P.constructor.name||"Object";return G.call(I,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",X),t(P)}}function s(P){if(P===y)return"<>";if(typeof P=="object"&&P!==null&&P.$$typeof===O)return"<...>";try{var I=n(P);return I?"<"+I+">":"<...>"}catch{return"<...>"}}function i(){var P=Y.A;return P===null?null:P.getOwner()}function r(){return Error("react-stack-top-frame")}function o(P){if(st.call(P,"key")){var I=Object.getOwnPropertyDescriptor(P,"key").get;if(I&&I.isReactWarning)return!1}return P.key!==void 0}function a(P,I){function G(){et||(et=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",I))}G.isReactWarning=!0,Object.defineProperty(P,"key",{get:G,configurable:!0})}function c(){var P=n(this.type);return ct[P]||(ct[P]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),P=this.props.ref,P!==void 0?P:null}function h(P,I,G,X,dt,vt){var J=G.ref;return P={$$typeof:p,type:P,key:I,props:G,_owner:X},(J!==void 0?J:null)!==null?Object.defineProperty(P,"ref",{enumerable:!1,get:c}):Object.defineProperty(P,"ref",{enumerable:!1,value:null}),P._store={},Object.defineProperty(P._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(P,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(P,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:dt}),Object.defineProperty(P,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:vt}),Object.freeze&&(Object.freeze(P.props),Object.freeze(P)),P}function u(P,I,G,X,dt,vt){var J=I.children;if(J!==void 0)if(X)if(it(J)){for(X=0;X<J.length;X++)l(J[X]);Object.freeze&&Object.freeze(J)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else l(J);if(st.call(I,"key")){J=n(P);var Et=Object.keys(I).filter(function(Dt){return Dt!=="key"});X=0<Et.length?"{key: someKey, "+Et.join(": ..., ")+": ...}":"{key: someKey}",z[J+X]||(Et=0<Et.length?"{"+Et.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
157
|
+
let props = %s;
|
|
158
|
+
<%s {...props} />
|
|
159
|
+
React keys must be passed directly to JSX without using spread:
|
|
160
|
+
let props = %s;
|
|
161
|
+
<%s key={someKey} {...props} />`,X,J,Et,J),z[J+X]=!0)}if(J=null,G!==void 0&&(e(G),J=""+G),o(I)&&(e(I.key),J=""+I.key),"key"in I){G={};for(var lt in I)lt!=="key"&&(G[lt]=I[lt])}else G=I;return J&&a(G,typeof P=="function"?P.displayName||P.name||"Unknown":P),h(P,J,G,i(),dt,vt)}function l(P){f(P)?P._store&&(P._store.validated=1):typeof P=="object"&&P!==null&&P.$$typeof===O&&(P._payload.status==="fulfilled"?f(P._payload.value)&&P._payload.value._store&&(P._payload.value._store.validated=1):P._store&&(P._store.validated=1))}function f(P){return typeof P=="object"&&P!==null&&P.$$typeof===p}var d=nr,p=Symbol.for("react.transitional.element"),m=Symbol.for("react.portal"),y=Symbol.for("react.fragment"),g=Symbol.for("react.strict_mode"),v=Symbol.for("react.profiler"),x=Symbol.for("react.consumer"),b=Symbol.for("react.context"),E=Symbol.for("react.forward_ref"),_=Symbol.for("react.suspense"),D=Symbol.for("react.suspense_list"),V=Symbol.for("react.memo"),O=Symbol.for("react.lazy"),N=Symbol.for("react.activity"),U=Symbol.for("react.client.reference"),Y=d.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,st=Object.prototype.hasOwnProperty,it=Array.isArray,nt=console.createTask?console.createTask:function(){return null};d={react_stack_bottom_frame:function(P){return P()}};var et,ct={},ht=d.react_stack_bottom_frame.bind(d,r)(),B=nt(s(r)),z={};pr.Fragment=y,pr.jsx=function(P,I,G){var X=1e4>Y.recentlyCreatedOwnerStacks++;return u(P,I,G,!1,X?Error("react-stack-top-frame"):ht,X?nt(s(P)):B)},pr.jsxs=function(P,I,G){var X=1e4>Y.recentlyCreatedOwnerStacks++;return u(P,I,G,!0,X?Error("react-stack-top-frame"):ht,X?nt(s(P)):B)}}()),pr}({}).NODE_ENV==="production"?El.exports=HM():El.exports=qM();var Tl=El.exports;function Cl(n,t){n.indexOf(t)===-1&&n.push(t)}function _a(n,t){const e=n.indexOf(t);e>-1&&n.splice(e,1)}const sn=(n,t,e)=>e>t?t:e<n?n:e;function Pl(n,t){return t?`${n}. For more information and steps for solving, visit https://motion.dev/troubleshooting/${t}`:n}let ri=()=>{},Rn=()=>{};typeof process<"u"&&{}.NODE_ENV!=="production"&&(ri=(n,t,e)=>{!n&&typeof console<"u"&&console.warn(Pl(t,e))},Rn=(n,t,e)=>{if(!n)throw new Error(Pl(t,e))});const ss={},s0=n=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(n),i0=n=>typeof n=="object"&&n!==null,r0=n=>/^0[^.\s]+$/u.test(n);function o0(n){let t;return()=>(t===void 0&&(t=n()),t)}const Ne=n=>n,gr=(...n)=>n.reduce((t,e)=>s=>e(t(s))),yr=(n,t,e)=>{const s=t-n;return s?(e-n)/s:1};class Al{constructor(){this.subscriptions=[]}add(t){return Cl(this.subscriptions,t),()=>_a(this.subscriptions,t)}notify(t,e,s){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](t,e,s);else for(let r=0;r<i;r++){const o=this.subscriptions[r];o&&o(t,e,s)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const Ee=n=>n*1e3,ze=n=>n/1e3,a0=(n,t)=>t?n*(1e3/t):0,c0=new Set;function h0(n,t,e){n||c0.has(t)||(console.warn(Pl(t,e)),c0.add(t))}const u0=(n,t,e)=>(((1-3*e+3*t)*n+(3*e-6*t))*n+3*t)*n,KM=1e-7,JM=12;function ZM(n,t,e,s,i){let r,o,a=0;do o=t+(e-t)/2,r=u0(o,s,i)-n,r>0?e=o:t=o;while(Math.abs(r)>KM&&++a<JM);return o}function vr(n,t,e,s){if(n===t&&e===s)return Ne;const i=r=>ZM(r,0,1,n,e);return r=>r===0||r===1?r:u0(i(r),t,s)}const l0=n=>t=>t<=.5?n(2*t)/2:(2-n(2*(1-t)))/2,f0=n=>t=>1-n(1-t),d0=vr(.33,1.53,.69,.99),Ml=f0(d0),m0=l0(Ml),p0=n=>n>=1?1:(n*=2)<1?.5*Ml(n):.5*(2-Math.pow(2,-10*(n-1))),Dl=n=>1-Math.sin(Math.acos(n)),g0=f0(Dl),y0=l0(Dl),QM=vr(.42,0,1,1),tD=vr(0,0,.58,1),v0=vr(.42,0,.58,1),eD=n=>Array.isArray(n)&&typeof n[0]!="number",b0=n=>Array.isArray(n)&&typeof n[0]=="number",w0={linear:Ne,easeIn:QM,easeInOut:v0,easeOut:tD,circIn:Dl,circInOut:y0,circOut:g0,backIn:Ml,backInOut:m0,backOut:d0,anticipate:p0},nD=n=>typeof n=="string",x0=n=>{if(b0(n)){Rn(n.length===4,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");const[t,e,s,i]=n;return vr(t,e,s,i)}else if(nD(n))return Rn(w0[n]!==void 0,`Invalid easing type '${n}'`,"invalid-easing-type"),w0[n];return n},S0=H.createContext({}),_0=H.createContext({strict:!1}),E0=H.createContext({transformPagePoint:n=>n,isStatic:!1,reducedMotion:"never"}),Ea=H.createContext({}),Ta=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];function sD(n){let t=new Set,e=new Set,s=!1,i=!1;const r=new WeakSet;let o={delta:0,timestamp:0,isProcessing:!1};function a(h){r.has(h)&&(c.schedule(h),n()),h(o)}const c={schedule:(h,u=!1,l=!1)=>{const d=l&&s?t:e;return u&&r.add(h),d.add(h),h},cancel:h=>{e.delete(h),r.delete(h)},process:h=>{if(o=h,s){i=!0;return}s=!0;const u=t;t=e,e=u,t.forEach(a),t.clear(),s=!1,i&&(i=!1,c.process(h))}};return c}const iD=40;function T0(n,t){let e=!1,s=!0;const i={delta:0,timestamp:0,isProcessing:!1},r=()=>e=!0,o=Ta.reduce((x,b)=>(x[b]=sD(r),x),{}),{setup:a,read:c,resolveKeyframes:h,preUpdate:u,update:l,preRender:f,render:d,postRender:p}=o,m=()=>{const x=ss.useManualTiming,b=x?i.timestamp:performance.now();e=!1,x||(i.delta=s?1e3/60:Math.max(Math.min(b-i.timestamp,iD),1)),i.timestamp=b,i.isProcessing=!0,a.process(i),c.process(i),h.process(i),u.process(i),l.process(i),f.process(i),d.process(i),p.process(i),i.isProcessing=!1,e&&t&&(s=!1,n(m))},y=()=>{e=!0,s=!0,i.isProcessing||n(m)};return{schedule:Ta.reduce((x,b)=>{const E=o[b];return x[b]=(_,D=!1,V=!1)=>(e||y(),E.schedule(_,D,V)),x},{}),cancel:x=>{for(let b=0;b<Ta.length;b++)o[Ta[b]].cancel(x)},state:i,steps:o}}const{schedule:At,cancel:is,state:ne,steps:Rl}=T0(typeof requestAnimationFrame<"u"?requestAnimationFrame:Ne,!0);let Ca;function rD(){Ca=void 0}const ye={now:()=>(Ca===void 0&&ye.set(ne.isProcessing||ss.useManualTiming?ne.timestamp:performance.now()),Ca),set:n=>{Ca=n,queueMicrotask(rD)}},C0=n=>t=>typeof t=="string"&&t.startsWith(n),P0=C0("--"),oD=C0("var(--"),Ol=n=>oD(n)?aD.test(n.split("/*")[0].trim()):!1,aD=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu;function A0(n){return typeof n!="string"?!1:n.split("/*")[0].includes("var(--")}const oi={test:n=>typeof n=="number",parse:parseFloat,transform:n=>n},br={...oi,transform:n=>sn(0,1,n)},Pa={...oi,default:1},wr=n=>Math.round(n*1e5)/1e5,Il=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function cD(n){return n==null}const hD=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,kl=(n,t)=>e=>!!(typeof e=="string"&&hD.test(e)&&e.startsWith(n)||t&&!cD(e)&&Object.prototype.hasOwnProperty.call(e,t)),M0=(n,t,e)=>s=>{if(typeof s!="string")return s;const[i,r,o,a]=s.match(Il);return{[n]:parseFloat(i),[t]:parseFloat(r),[e]:parseFloat(o),alpha:a!==void 0?parseFloat(a):1}},uD=n=>sn(0,255,n),Ll={...oi,transform:n=>Math.round(uD(n))},As={test:kl("rgb","red"),parse:M0("red","green","blue"),transform:({red:n,green:t,blue:e,alpha:s=1})=>"rgba("+Ll.transform(n)+", "+Ll.transform(t)+", "+Ll.transform(e)+", "+wr(br.transform(s))+")"};function lD(n){let t="",e="",s="",i="";return n.length>5?(t=n.substring(1,3),e=n.substring(3,5),s=n.substring(5,7),i=n.substring(7,9)):(t=n.substring(1,2),e=n.substring(2,3),s=n.substring(3,4),i=n.substring(4,5),t+=t,e+=e,s+=s,i+=i),{red:parseInt(t,16),green:parseInt(e,16),blue:parseInt(s,16),alpha:i?parseInt(i,16)/255:1}}const Vl={test:kl("#"),parse:lD,transform:As.transform},xr=n=>({test:t=>typeof t=="string"&&t.endsWith(n)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${n}`}),On=xr("deg"),rn=xr("%"),Z=xr("px"),fD=xr("vh"),dD=xr("vw"),D0=(()=>({...rn,parse:n=>rn.parse(n)/100,transform:n=>rn.transform(n*100)}))(),ai={test:kl("hsl","hue"),parse:M0("hue","saturation","lightness"),transform:({hue:n,saturation:t,lightness:e,alpha:s=1})=>"hsla("+Math.round(n)+", "+rn.transform(wr(t))+", "+rn.transform(wr(e))+", "+wr(br.transform(s))+")"},Yt={test:n=>As.test(n)||Vl.test(n)||ai.test(n),parse:n=>As.test(n)?As.parse(n):ai.test(n)?ai.parse(n):Vl.parse(n),transform:n=>typeof n=="string"?n:n.hasOwnProperty("red")?As.transform(n):ai.transform(n),getAnimatableNone:n=>{const t=Yt.parse(n);return t.alpha=0,Yt.transform(t)}},mD=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function pD(n){return isNaN(n)&&typeof n=="string"&&(n.match(Il)?.length||0)+(n.match(mD)?.length||0)>0}const R0="number",O0="color",gD="var",yD="var(",I0="${}",vD=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function ci(n){const t=n.toString(),e=[],s={color:[],number:[],var:[]},i=[];let r=0;const a=t.replace(vD,c=>(Yt.test(c)?(s.color.push(r),i.push(O0),e.push(Yt.parse(c))):c.startsWith(yD)?(s.var.push(r),i.push(gD),e.push(c)):(s.number.push(r),i.push(R0),e.push(parseFloat(c))),++r,I0)).split(I0);return{values:e,split:a,indexes:s,types:i}}function bD(n){return ci(n).values}function k0({split:n,types:t}){const e=n.length;return s=>{let i="";for(let r=0;r<e;r++)if(i+=n[r],s[r]!==void 0){const o=t[r];o===R0?i+=wr(s[r]):o===O0?i+=Yt.transform(s[r]):i+=s[r]}return i}}function wD(n){return k0(ci(n))}const xD=n=>typeof n=="number"?0:Yt.test(n)?Yt.getAnimatableNone(n):n,SD=(n,t)=>typeof n=="number"?t?.trim().endsWith("/")?n:0:xD(n);function _D(n){const t=ci(n);return k0(t)(t.values.map((s,i)=>SD(s,t.split[i])))}const Xe={test:pD,parse:bD,createTransformer:wD,getAnimatableNone:_D};function Nl(n,t,e){return e<0&&(e+=1),e>1&&(e-=1),e<1/6?n+(t-n)*6*e:e<1/2?t:e<2/3?n+(t-n)*(2/3-e)*6:n}function ED({hue:n,saturation:t,lightness:e,alpha:s}){n/=360,t/=100,e/=100;let i=0,r=0,o=0;if(!t)i=r=o=e;else{const a=e<.5?e*(1+t):e+t-e*t,c=2*e-a;i=Nl(c,a,n+1/3),r=Nl(c,a,n),o=Nl(c,a,n-1/3)}return{red:Math.round(i*255),green:Math.round(r*255),blue:Math.round(o*255),alpha:s}}function Aa(n,t){return e=>e>0?t:n}const Mt=(n,t,e)=>n+(t-n)*e,zl=(n,t,e)=>{const s=n*n,i=e*(t*t-s)+s;return i<0?0:Math.sqrt(i)},TD=[Vl,As,ai],CD=n=>TD.find(t=>t.test(n));function L0(n){const t=CD(n);if(ri(!!t,`'${n}' is not an animatable color. Use the equivalent color code instead.`,"color-not-animatable"),!t)return!1;let e=t.parse(n);return t===ai&&(e=ED(e)),e}const V0=(n,t)=>{const e=L0(n),s=L0(t);if(!e||!s)return Aa(n,t);const i={...e};return r=>(i.red=zl(e.red,s.red,r),i.green=zl(e.green,s.green,r),i.blue=zl(e.blue,s.blue,r),i.alpha=Mt(e.alpha,s.alpha,r),As.transform(i))},Fl=new Set(["none","hidden"]);function PD(n,t){return Fl.has(n)?e=>e<=0?n:t:e=>e>=1?t:n}function AD(n,t){return e=>Mt(n,t,e)}function Bl(n){return typeof n=="number"?AD:typeof n=="string"?Ol(n)?Aa:Yt.test(n)?V0:RD:Array.isArray(n)?N0:typeof n=="object"?Yt.test(n)?V0:MD:Aa}function N0(n,t){const e=[...n],s=e.length,i=n.map((r,o)=>Bl(r)(r,t[o]));return r=>{for(let o=0;o<s;o++)e[o]=i[o](r);return e}}function MD(n,t){const e={...n,...t},s={};for(const i in e)n[i]!==void 0&&t[i]!==void 0&&(s[i]=Bl(n[i])(n[i],t[i]));return i=>{for(const r in s)e[r]=s[r](i);return e}}function DD(n,t){const e=[],s={color:0,var:0,number:0};for(let i=0;i<t.values.length;i++){const r=t.types[i],o=n.indexes[r][s[r]],a=n.values[o]??0;e[i]=a,s[r]++}return e}const RD=(n,t)=>{const e=Xe.createTransformer(t),s=ci(n),i=ci(t);return s.indexes.var.length===i.indexes.var.length&&s.indexes.color.length===i.indexes.color.length&&s.indexes.number.length>=i.indexes.number.length?Fl.has(n)&&!i.values.length||Fl.has(t)&&!s.values.length?PD(n,t):gr(N0(DD(s,i),i.values),e):(ri(!0,`Complex values '${n}' and '${t}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`,"complex-values-different"),Aa(n,t))};function z0(n,t,e){return typeof n=="number"&&typeof t=="number"&&typeof e=="number"?Mt(n,t,e):Bl(n)(n,t)}const OD=n=>{const t=({timestamp:e})=>n(e);return{start:(e=!0)=>At.update(t,e),stop:()=>is(t),now:()=>ne.isProcessing?ne.timestamp:ye.now()}},F0=(n,t,e=10)=>{let s="";const i=Math.max(Math.round(t/e),2);for(let r=0;r<i;r++)s+=Math.round(n(r/(i-1))*1e4)/1e4+", ";return`linear(${s.substring(0,s.length-2)})`},Ma=2e4;function jl(n){let t=0;const e=50;let s=n.next(t);for(;!s.done&&t<Ma;)t+=e,s=n.next(t);return t>=Ma?1/0:t}function ID(n,t=100,e){const s=e({...n,keyframes:[0,t]}),i=Math.min(jl(s),Ma);return{type:"keyframes",ease:r=>s.next(i*r).value/t,duration:ze(i)}}const Vt={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1};function $l(n,t){return n*Math.sqrt(1-t*t)}const kD=12;function LD(n,t,e){let s=e;for(let i=1;i<kD;i++)s=s-n(s)/t(s);return s}const Ul=.001;function VD({duration:n=Vt.duration,bounce:t=Vt.bounce,velocity:e=Vt.velocity,mass:s=Vt.mass}){let i,r;ri(n<=Ee(Vt.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let o=1-t;o=sn(Vt.minDamping,Vt.maxDamping,o),n=sn(Vt.minDuration,Vt.maxDuration,ze(n)),o<1?(i=h=>{const u=h*o,l=u*n,f=u-e,d=$l(h,o),p=Math.exp(-l);return Ul-f/d*p},r=h=>{const l=h*o*n,f=l*e+e,d=Math.pow(o,2)*Math.pow(h,2)*n,p=Math.exp(-l),m=$l(Math.pow(h,2),o);return(-i(h)+Ul>0?-1:1)*((f-d)*p)/m}):(i=h=>{const u=Math.exp(-h*n),l=(h-e)*n+1;return-Ul+u*l},r=h=>{const u=Math.exp(-h*n),l=(e-h)*(n*n);return u*l});const a=5/n,c=LD(i,r,a);if(n=Ee(n),isNaN(c))return{stiffness:Vt.stiffness,damping:Vt.damping,duration:n};{const h=Math.pow(c,2)*s;return{stiffness:h,damping:o*2*Math.sqrt(s*h),duration:n}}}const ND=["duration","bounce"],zD=["stiffness","damping","mass"];function B0(n,t){return t.some(e=>n[e]!==void 0)}function FD(n){let t={velocity:Vt.velocity,stiffness:Vt.stiffness,damping:Vt.damping,mass:Vt.mass,isResolvedFromDuration:!1,...n};if(!B0(n,zD)&&B0(n,ND))if(t.velocity=0,n.visualDuration){const e=n.visualDuration,s=2*Math.PI/(e*1.2),i=s*s,r=2*sn(.05,1,1-(n.bounce||0))*Math.sqrt(i);t={...t,mass:Vt.mass,stiffness:i,damping:r}}else{const e=VD({...n,velocity:0});t={...t,...e,mass:Vt.mass},t.isResolvedFromDuration=!0}return t}function Da(n=Vt.visualDuration,t=Vt.bounce){const e=typeof n!="object"?{visualDuration:n,keyframes:[0,1],bounce:t}:n;let{restSpeed:s,restDelta:i}=e;const r=e.keyframes[0],o=e.keyframes[e.keyframes.length-1],a={done:!1,value:r},{stiffness:c,damping:h,mass:u,duration:l,velocity:f,isResolvedFromDuration:d}=FD({...e,velocity:-ze(e.velocity||0)}),p=f||0,m=h/(2*Math.sqrt(c*u)),y=o-r,g=ze(Math.sqrt(c/u)),v=Math.abs(y)<5;s||(s=v?Vt.restSpeed.granular:Vt.restSpeed.default),i||(i=v?Vt.restDelta.granular:Vt.restDelta.default);let x,b,E,_,D,V;if(m<1)E=$l(g,m),_=(p+m*g*y)/E,x=N=>{const U=Math.exp(-m*g*N);return o-U*(_*Math.sin(E*N)+y*Math.cos(E*N))},D=m*g*_+y*E,V=m*g*y-_*E,b=N=>Math.exp(-m*g*N)*(D*Math.sin(E*N)+V*Math.cos(E*N));else if(m===1){x=U=>o-Math.exp(-g*U)*(y+(p+g*y)*U);const N=p+g*y;b=U=>Math.exp(-g*U)*(g*N*U-p)}else{const N=g*Math.sqrt(m*m-1);x=it=>{const nt=Math.exp(-m*g*it),et=Math.min(N*it,300);return o-nt*((p+m*g*y)*Math.sinh(et)+N*y*Math.cosh(et))/N};const U=(p+m*g*y)/N,Y=m*g*U-y*N,st=m*g*y-U*N;b=it=>{const nt=Math.exp(-m*g*it),et=Math.min(N*it,300);return nt*(Y*Math.sinh(et)+st*Math.cosh(et))}}const O={calculatedDuration:d&&l||null,velocity:N=>Ee(b(N)),next:N=>{if(!d&&m<1){const Y=Math.exp(-m*g*N),st=Math.sin(E*N),it=Math.cos(E*N),nt=o-Y*(_*st+y*it),et=Ee(Y*(D*st+V*it));return a.done=Math.abs(et)<=s&&Math.abs(o-nt)<=i,a.value=a.done?o:nt,a}const U=x(N);if(d)a.done=N>=l;else{const Y=Ee(b(N));a.done=Math.abs(Y)<=s&&Math.abs(o-U)<=i}return a.value=a.done?o:U,a},toString:()=>{const N=Math.min(jl(O),Ma),U=F0(Y=>O.next(N*Y).value,N,30);return N+"ms "+U},toTransition:()=>{}};return O}Da.applyToOptions=n=>{const t=ID(n,100,Da);return n.ease=t.ease,n.duration=Ee(t.duration),n.type="keyframes",n};const BD=5;function j0(n,t,e){const s=Math.max(t-BD,0);return a0(e-n(s),t-s)}function Yl({keyframes:n,velocity:t=0,power:e=.8,timeConstant:s=325,bounceDamping:i=10,bounceStiffness:r=500,modifyTarget:o,min:a,max:c,restDelta:h=.5,restSpeed:u}){const l=n[0],f={done:!1,value:l},d=V=>a!==void 0&&V<a||c!==void 0&&V>c,p=V=>a===void 0?c:c===void 0||Math.abs(a-V)<Math.abs(c-V)?a:c;let m=e*t;const y=l+m,g=o===void 0?y:o(y);g!==y&&(m=g-l);const v=V=>-m*Math.exp(-V/s),x=V=>g+v(V),b=V=>{const O=v(V),N=x(V);f.done=Math.abs(O)<=h,f.value=f.done?g:N};let E,_;const D=V=>{d(f.value)&&(E=V,_=Da({keyframes:[f.value,p(f.value)],velocity:j0(x,V,f.value),damping:i,stiffness:r,restDelta:h,restSpeed:u}))};return D(0),{calculatedDuration:null,next:V=>{let O=!1;return!_&&E===void 0&&(O=!0,b(V),D(V)),E!==void 0&&V>=E?_.next(V-E):(!O&&b(V),f)}}}function jD(n,t,e){const s=[],i=e||ss.mix||z0,r=n.length-1;for(let o=0;o<r;o++){let a=i(n[o],n[o+1]);if(t){const c=Array.isArray(t)?t[o]||Ne:t;a=gr(c,a)}s.push(a)}return s}function $D(n,t,{clamp:e=!0,ease:s,mixer:i}={}){const r=n.length;if(Rn(r===t.length,"Both input and output ranges must be the same length","range-length"),r===1)return()=>t[0];if(r===2&&t[0]===t[1])return()=>t[1];const o=n[0]===n[1];n[0]>n[r-1]&&(n=[...n].reverse(),t=[...t].reverse());const a=jD(t,s,i),c=a.length,h=u=>{if(o&&u<n[0])return t[0];let l=0;if(c>1)for(;l<n.length-2&&!(u<n[l+1]);l++);const f=yr(n[l],n[l+1],u);return a[l](f)};return e?u=>h(sn(n[0],n[r-1],u)):h}function UD(n,t){const e=n[n.length-1];for(let s=1;s<=t;s++){const i=yr(0,t,s);n.push(Mt(e,1,i))}}function YD(n){const t=[0];return UD(t,n.length-1),t}function GD(n,t){return n.map(e=>e*t)}function XD(n,t){return n.map(()=>t||v0).splice(0,n.length-1)}function hi({duration:n=300,keyframes:t,times:e,ease:s="easeInOut"}){const i=eD(s)?s.map(x0):x0(s),r={done:!1,value:t[0]},o=GD(e&&e.length===t.length?e:YD(t),n),a=$D(o,t,{ease:Array.isArray(i)?i:XD(t,i)});return{calculatedDuration:n,next:c=>(r.value=a(c),r.done=c>=n,r)}}const WD=n=>n!==null;function Ra(n,{repeat:t,repeatType:e="loop"},s,i=1){const r=n.filter(WD),a=i<0||t&&e!=="loop"&&t%2===1?0:r.length-1;return!a||s===void 0?r[a]:s}const HD={decay:Yl,inertia:Yl,tween:hi,keyframes:hi,spring:Da};function $0(n){typeof n.type=="string"&&(n.type=HD[n.type])}class Gl{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(t=>{this.resolve=t})}notifyFinished(){this.resolve()}then(t,e){return this.finished.then(t,e)}}const qD=n=>n/100;class Oa extends Gl{constructor(t){super(),this.state="idle",this.startTime=null,this.isStopped=!1,this.currentTime=0,this.holdTime=null,this.playbackSpeed=1,this.delayState={done:!1,value:void 0},this.stop=()=>{const{motionValue:e}=this.options;e&&e.updatedAt!==ye.now()&&this.tick(ye.now()),this.isStopped=!0,this.state!=="idle"&&(this.teardown(),this.options.onStop?.())},this.options=t,this.initAnimation(),this.play(),t.autoplay===!1&&this.pause()}initAnimation(){const{options:t}=this;$0(t);const{type:e=hi,repeat:s=0,repeatDelay:i=0,repeatType:r,velocity:o=0}=t;let{keyframes:a}=t;const c=e||hi;({}).NODE_ENV!=="production"&&c!==hi&&Rn(a.length<=2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${a}`,"spring-two-frames"),c!==hi&&typeof a[0]!="number"&&(this.mixKeyframes=gr(qD,z0(a[0],a[1])),a=[0,100]);const h=c({...t,keyframes:a});r==="mirror"&&(this.mirroredGenerator=c({...t,keyframes:[...a].reverse(),velocity:-o})),h.calculatedDuration===null&&(h.calculatedDuration=jl(h));const{calculatedDuration:u}=h;this.calculatedDuration=u,this.resolvedDuration=u+i,this.totalDuration=this.resolvedDuration*(s+1)-i,this.generator=h}updateTime(t){const e=Math.round(t-this.startTime)*this.playbackSpeed;this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=e}tick(t,e=!1){const{generator:s,totalDuration:i,mixKeyframes:r,mirroredGenerator:o,resolvedDuration:a,calculatedDuration:c}=this;if(this.startTime===null)return s.next(0);const{delay:h=0,keyframes:u,repeat:l,repeatType:f,repeatDelay:d,type:p,onUpdate:m,finalKeyframe:y}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-i/this.speed,this.startTime)),e?this.currentTime=t:this.updateTime(t);const g=this.currentTime-h*(this.playbackSpeed>=0?1:-1),v=this.playbackSpeed>=0?g<0:g>i;this.currentTime=Math.max(g,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=i);let x=this.currentTime,b=s;if(l){const V=Math.min(this.currentTime,i)/a;let O=Math.floor(V),N=V%1;!N&&V>=1&&(N=1),N===1&&O--,O=Math.min(O,l+1),!!(O%2)&&(f==="reverse"?(N=1-N,d&&(N-=d/a)):f==="mirror"&&(b=o)),x=sn(0,1,N)*a}let E;v?(this.delayState.value=u[0],E=this.delayState):E=b.next(x),r&&!v&&(E.value=r(E.value));let{done:_}=E;!v&&c!==null&&(_=this.playbackSpeed>=0?this.currentTime>=i:this.currentTime<=0);const D=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&_);return D&&p!==Yl&&(E.value=Ra(u,this.options,y,this.speed)),m&&m(E.value),D&&this.finish(),E}then(t,e){return this.finished.then(t,e)}get duration(){return ze(this.calculatedDuration)}get iterationDuration(){const{delay:t=0}=this.options||{};return this.duration+ze(t)}get time(){return ze(this.currentTime)}set time(t){t=Ee(t),this.currentTime=t,this.startTime===null||this.holdTime!==null||this.playbackSpeed===0?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.playbackSpeed),this.driver?this.driver.start(!1):(this.startTime=0,this.state="paused",this.holdTime=t,this.tick(t))}getGeneratorVelocity(){const t=this.currentTime;if(t<=0)return this.options.velocity||0;if(this.generator.velocity)return this.generator.velocity(t);const e=this.generator.next(t).value;return j0(s=>this.generator.next(s).value,t,e)}get speed(){return this.playbackSpeed}set speed(t){const e=this.playbackSpeed!==t;e&&this.driver&&this.updateTime(ye.now()),this.playbackSpeed=t,e&&this.driver&&(this.time=ze(this.currentTime))}play(){if(this.isStopped)return;const{driver:t=OD,startTime:e}=this.options;this.driver||(this.driver=t(i=>this.tick(i))),this.options.onPlay?.();const s=this.driver.now();this.state==="finished"?(this.updateFinished(),this.startTime=s):this.holdTime!==null?this.startTime=s-this.holdTime:this.startTime||(this.startTime=e??s),this.state==="finished"&&this.speed<0&&(this.startTime+=this.calculatedDuration),this.holdTime=null,this.state="running",this.driver.start()}pause(){this.state="paused",this.updateTime(ye.now()),this.holdTime=this.currentTime}complete(){this.state!=="running"&&this.play(),this.state="finished",this.holdTime=null}finish(){this.notifyFinished(),this.teardown(),this.state="finished",this.options.onComplete?.()}cancel(){this.holdTime=null,this.startTime=0,this.tick(0),this.teardown(),this.options.onCancel?.()}teardown(){this.state="idle",this.stopDriver(),this.startTime=this.holdTime=null}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(t){return this.startTime=0,this.tick(t,!0)}attachTimeline(t){return this.options.allowFlatten&&(this.options.type="keyframes",this.options.ease="linear",this.initAnimation()),this.driver?.stop(),t.observe(this)}}function KD(n){for(let t=1;t<n.length;t++)n[t]??(n[t]=n[t-1])}const Ms=n=>n*180/Math.PI,Xl=n=>{const t=Ms(Math.atan2(n[1],n[0]));return Wl(t)},JD={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:n=>(Math.abs(n[0])+Math.abs(n[3]))/2,rotate:Xl,rotateZ:Xl,skewX:n=>Ms(Math.atan(n[1])),skewY:n=>Ms(Math.atan(n[2])),skew:n=>(Math.abs(n[1])+Math.abs(n[2]))/2},Wl=n=>(n=n%360,n<0&&(n+=360),n),U0=Xl,Y0=n=>Math.sqrt(n[0]*n[0]+n[1]*n[1]),G0=n=>Math.sqrt(n[4]*n[4]+n[5]*n[5]),ZD={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:Y0,scaleY:G0,scale:n=>(Y0(n)+G0(n))/2,rotateX:n=>Wl(Ms(Math.atan2(n[6],n[5]))),rotateY:n=>Wl(Ms(Math.atan2(-n[2],n[0]))),rotateZ:U0,rotate:U0,skewX:n=>Ms(Math.atan(n[4])),skewY:n=>Ms(Math.atan(n[1])),skew:n=>(Math.abs(n[1])+Math.abs(n[4]))/2};function Hl(n){return n.includes("scale")?1:0}function ql(n,t){if(!n||n==="none")return Hl(t);const e=n.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);let s,i;if(e)s=ZD,i=e;else{const a=n.match(/^matrix\(([-\d.e\s,]+)\)$/u);s=JD,i=a}if(!i)return Hl(t);const r=s[t],o=i[1].split(",").map(tR);return typeof r=="function"?r(o):o[r]}const QD=(n,t)=>{const{transform:e="none"}=getComputedStyle(n);return ql(e,t)};function tR(n){return parseFloat(n.trim())}const ui=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],li=(()=>new Set([...ui,"pathRotation"]))(),X0=n=>n===oi||n===Z,eR=new Set(["x","y","z"]),nR=ui.filter(n=>!eR.has(n));function sR(n){const t=[];return nR.forEach(e=>{const s=n.getValue(e);s!==void 0&&(t.push([e,s.get()]),s.set(e.startsWith("scale")?1:0))}),t}const rs={width:({x:n},{paddingLeft:t="0",paddingRight:e="0",boxSizing:s})=>{const i=n.max-n.min;return s==="border-box"?i:i-parseFloat(t)-parseFloat(e)},height:({y:n},{paddingTop:t="0",paddingBottom:e="0",boxSizing:s})=>{const i=n.max-n.min;return s==="border-box"?i:i-parseFloat(t)-parseFloat(e)},top:(n,{top:t})=>parseFloat(t),left:(n,{left:t})=>parseFloat(t),bottom:({y:n},{top:t})=>parseFloat(t)+(n.max-n.min),right:({x:n},{left:t})=>parseFloat(t)+(n.max-n.min),x:(n,{transform:t})=>ql(t,"x"),y:(n,{transform:t})=>ql(t,"y")};rs.translateX=rs.x,rs.translateY=rs.y;const Ds=new Set;let Kl=!1,Jl=!1,Zl=!1;function W0(){if(Jl){const n=Array.from(Ds).filter(s=>s.needsMeasurement),t=new Set(n.map(s=>s.element)),e=new Map;t.forEach(s=>{const i=sR(s);i.length&&(e.set(s,i),s.render())}),n.forEach(s=>s.measureInitialState()),t.forEach(s=>{s.render();const i=e.get(s);i&&i.forEach(([r,o])=>{s.getValue(r)?.set(o)})}),n.forEach(s=>s.measureEndState()),n.forEach(s=>{s.suspendedScrollY!==void 0&&window.scrollTo(0,s.suspendedScrollY)})}Jl=!1,Kl=!1,Ds.forEach(n=>n.complete(Zl)),Ds.clear()}function H0(){Ds.forEach(n=>{n.readKeyframes(),n.needsMeasurement&&(Jl=!0)})}function iR(){Zl=!0,H0(),W0(),Zl=!1}class Ql{constructor(t,e,s,i,r,o=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=e,this.name=s,this.motionValue=i,this.element=r,this.isAsync=o}scheduleResolve(){this.state="scheduled",this.isAsync?(Ds.add(this),Kl||(Kl=!0,At.read(H0),At.resolveKeyframes(W0))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:t,name:e,element:s,motionValue:i}=this;if(t[0]===null){const r=i?.get(),o=t[t.length-1];if(r!==void 0)t[0]=r;else if(s&&e){const a=s.readValue(e,o);a!=null&&(t[0]=a)}t[0]===void 0&&(t[0]=o),i&&r===void 0&&i.set(t[0])}KD(t)}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(t=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,t),Ds.delete(this)}cancel(){this.state==="scheduled"&&(Ds.delete(this),this.state="pending")}resume(){this.state==="pending"&&this.scheduleResolve()}}const rR=n=>n.startsWith("--");function q0(n,t,e){rR(t)?n.style.setProperty(t,e):n.style[t]=e}const oR={};function K0(n,t){const e=o0(n);return()=>oR[t]??e()}const aR=K0(()=>window.ScrollTimeline!==void 0,"scrollTimeline"),J0=K0(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),Sr=([n,t,e,s])=>`cubic-bezier(${n}, ${t}, ${e}, ${s})`,Z0={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Sr([0,.65,.55,1]),circOut:Sr([.55,0,1,.45]),backIn:Sr([.31,.01,.66,-.59]),backOut:Sr([.33,1.53,.69,.99])};function Q0(n,t){if(n)return typeof n=="function"?J0()?F0(n,t):"ease-out":b0(n)?Sr(n):Array.isArray(n)?n.map(e=>Q0(e,t)||Z0.easeOut):Z0[n]}function cR(n,t,e,{delay:s=0,duration:i=300,repeat:r=0,repeatType:o="loop",ease:a="easeOut",times:c}={},h=void 0){const u={[t]:e};c&&(u.offset=c);const l=Q0(a,i);Array.isArray(l)&&(u.easing=l);const f={delay:s,duration:i,easing:Array.isArray(l)?"linear":l,fill:"both",iterations:r+1,direction:o==="reverse"?"alternate":"normal"};return h&&(f.pseudoElement=h),n.animate(u,f)}function t1(n){return typeof n=="function"&&"applyToOptions"in n}function hR({type:n,...t}){return t1(n)&&J0()?n.applyToOptions(t):(t.duration??(t.duration=300),t.ease??(t.ease="easeOut"),t)}class e1 extends Gl{constructor(t){if(super(),this.finishedTime=null,this.isStopped=!1,this.manualStartTime=null,!t)return;const{element:e,name:s,keyframes:i,pseudoElement:r,allowFlatten:o=!1,finalKeyframe:a,onComplete:c}=t;this.isPseudoElement=!!r,this.allowFlatten=o,this.options=t,Rn(typeof t.type!="string",`Mini animate() doesn't support "type" as a string.`,"mini-spring");const h=hR(t);this.animation=cR(e,s,i,h,r),h.autoplay===!1&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!r){const u=Ra(i,this.options,a,this.speed);this.updateMotionValue&&this.updateMotionValue(u),q0(e,s,u),this.animation.cancel()}c?.(),this.notifyFinished()}}play(){this.isStopped||(this.manualStartTime=null,this.animation.play(),this.state==="finished"&&this.updateFinished())}pause(){this.animation.pause()}complete(){this.animation.finish?.()}cancel(){try{this.animation.cancel()}catch{}}stop(){if(this.isStopped)return;this.isStopped=!0;const{state:t}=this;t==="idle"||t==="finished"||(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){const t=this.options?.element;!this.isPseudoElement&&t?.isConnected&&this.animation.commitStyles?.()}get duration(){const t=this.animation.effect?.getComputedTiming?.().duration||0;return ze(Number(t))}get iterationDuration(){const{delay:t=0}=this.options||{};return this.duration+ze(t)}get time(){return ze(Number(this.animation.currentTime)||0)}set time(t){const e=this.finishedTime!==null;this.manualStartTime=null,this.finishedTime=null,this.animation.currentTime=Ee(t),e&&this.animation.pause()}get speed(){return this.animation.playbackRate}set speed(t){t<0&&(this.finishedTime=null),this.animation.playbackRate=t}get state(){return this.finishedTime!==null?"finished":this.animation.playState}get startTime(){return this.manualStartTime??Number(this.animation.startTime)}set startTime(t){this.manualStartTime=this.animation.startTime=t}attachTimeline({timeline:t,rangeStart:e,rangeEnd:s,observe:i}){return this.allowFlatten&&this.animation.effect?.updateTiming({easing:"linear"}),this.animation.onfinish=null,t&&aR()?(this.animation.timeline=t,e&&(this.animation.rangeStart=e),s&&(this.animation.rangeEnd=s),Ne):i(this)}}const n1={anticipate:p0,backInOut:m0,circInOut:y0};function uR(n){return n in n1}function lR(n){typeof n.ease=="string"&&uR(n.ease)&&(n.ease=n1[n.ease])}const tf=10;class fR extends e1{constructor(t){lR(t),$0(t),super(t),t.startTime!==void 0&&t.autoplay!==!1&&(this.startTime=t.startTime),this.options=t}updateMotionValue(t){const{motionValue:e,onUpdate:s,onComplete:i,element:r,...o}=this.options;if(!e)return;if(t!==void 0){e.set(t);return}const a=new Oa({...o,autoplay:!1}),c=Math.max(tf,ye.now()-this.startTime),h=sn(0,tf,c-tf),u=a.sample(c).value,{name:l}=this.options;r&&l&&q0(r,l,u),e.setWithVelocity(a.sample(Math.max(0,c-h)).value,u,h),a.stop()}}const s1=(n,t)=>t==="zIndex"?!1:!!(typeof n=="number"||Array.isArray(n)||typeof n=="string"&&(Xe.test(n)||n==="0")&&!n.startsWith("url("));function dR(n){const t=n[0];if(n.length===1)return!0;for(let e=0;e<n.length;e++)if(n[e]!==t)return!0}function mR(n,t,e,s){const i=n[0];if(i===null)return!1;if(t==="display"||t==="visibility")return!0;const r=n[n.length-1],o=s1(i,t),a=s1(r,t);return ri(o===a,`You are trying to animate ${t} from "${i}" to "${r}". "${o?r:i}" is not an animatable value.`,"value-not-animatable"),!o||!a?!1:dR(n)||(e==="spring"||t1(e))&&s}function ef(n){n.duration=0,n.type="keyframes"}const i1=new Set(["opacity","clipPath","filter","transform"]),pR=/^(?:oklch|oklab|lab|lch|color|color-mix|light-dark)\(/;function gR(n){for(let t=0;t<n.length;t++)if(typeof n[t]=="string"&&pR.test(n[t]))return!0;return!1}const yR=new Set(["color","backgroundColor","outlineColor","fill","stroke","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor"]),vR=o0(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));function bR(n){const{motionValue:t,name:e,repeatDelay:s,repeatType:i,damping:r,type:o,keyframes:a}=n;if(!(t?.owner?.current instanceof HTMLElement))return!1;const{onUpdate:h,transformTemplate:u}=t.owner.getProps();return vR()&&e&&(i1.has(e)||yR.has(e)&&gR(a))&&(e!=="transform"||!u)&&!h&&!s&&i!=="mirror"&&r!==0&&o!=="inertia"}const wR=40;class xR extends Gl{constructor({autoplay:t=!0,delay:e=0,type:s="keyframes",repeat:i=0,repeatDelay:r=0,repeatType:o="loop",keyframes:a,name:c,motionValue:h,element:u,...l}){super(),this.stop=()=>{this._animation&&(this._animation.stop(),this.stopTimeline?.()),this.keyframeResolver?.cancel()},this.createdAt=ye.now();const f={autoplay:t,delay:e,type:s,repeat:i,repeatDelay:r,repeatType:o,name:c,motionValue:h,element:u,...l},d=u?.KeyframeResolver||Ql;this.keyframeResolver=new d(a,(p,m,y)=>this.onKeyframesResolved(p,m,f,!y),c,h,u),this.keyframeResolver?.scheduleResolve()}onKeyframesResolved(t,e,s,i){this.keyframeResolver=void 0;const{name:r,type:o,velocity:a,delay:c,isHandoff:h,onUpdate:u}=s;this.resolvedAt=ye.now();let l=!0;mR(t,r,o,a)||(l=!1,(ss.instantAnimations||!c)&&u?.(Ra(t,s,e)),t[0]=t[t.length-1],ef(s),s.repeat=0);const d={startTime:i?this.resolvedAt?this.resolvedAt-this.createdAt>wR?this.resolvedAt:this.createdAt:this.createdAt:void 0,finalKeyframe:e,...s,keyframes:t},p=l&&!h&&bR(d),m=d.motionValue?.owner?.current;let y;if(p)try{y=new fR({...d,element:m})}catch{y=new Oa(d)}else y=new Oa(d);y.finished.then(()=>{this.notifyFinished()}).catch(Ne),this.pendingTimeline&&(this.stopTimeline=y.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=y}get finished(){return this._animation?this.animation.finished:this._finished}then(t,e){return this.finished.finally(t).then(()=>{})}get animation(){return this._animation||(this.keyframeResolver?.resume(),iR()),this._animation}get duration(){return this.animation.duration}get iterationDuration(){return this.animation.iterationDuration}get time(){return this.animation.time}set time(t){this.animation.time=t}get speed(){return this.animation.speed}get state(){return this.animation.state}set speed(t){this.animation.speed=t}get startTime(){return this.animation.startTime}attachTimeline(t){return this._animation?this.stopTimeline=this.animation.attachTimeline(t):this.pendingTimeline=t,()=>this.stop()}play(){this.animation.play()}pause(){this.animation.pause()}complete(){this.animation.complete()}cancel(){this._animation&&this.animation.cancel(),this.keyframeResolver?.cancel()}}function r1(n,t,e,s=0,i=1){const r=Array.from(n).sort((h,u)=>h.sortNodePosition(u)).indexOf(t),o=n.size,a=(o-1)*s;return typeof e=="function"?e(r,o):i===1?r*s:a-r*s}const o1=30,SR=n=>!isNaN(parseFloat(n));class _R{constructor(t,e={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=s=>{const i=ye.now();if(this.updatedAt!==i&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(s),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(const r of this.dependents)r.dirty()},this.hasAnimated=!1,this.setCurrent(t),this.owner=e.owner}setCurrent(t){this.current=t,this.updatedAt=ye.now(),this.canTrackVelocity===null&&t!==void 0&&(this.canTrackVelocity=SR(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return{}.NODE_ENV!=="production"&&h0(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",t)}on(t,e){this.events[t]||(this.events[t]=new Al);const s=this.events[t].add(e);return t==="change"?()=>{s(),At.read(()=>{this.events.change.getSize()||this.stop()})}:s}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,e){this.passiveEffect=t,this.stopPassiveEffect=e}set(t){this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t)}setWithVelocity(t,e,s){this.set(e),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-s}jump(t,e=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,e&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){this.events.change?.notify(this.current)}addDependent(t){this.dependents||(this.dependents=new Set),this.dependents.add(t)}removeDependent(t){this.dependents&&this.dependents.delete(t)}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const t=ye.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||t-this.updatedAt>o1)return 0;const e=Math.min(this.updatedAt-this.prevUpdatedAt,o1);return a0(parseFloat(this.current)-parseFloat(this.prevFrameValue),e)}start(t){return this.stop(),new Promise(e=>{this.hasAnimated=!0,this.animation=t(e),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.dependents?.clear(),this.events.destroy?.notify(),this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function fi(n,t){return new _R(n,t)}function a1(n,t){if(n?.inherit&&t){const{inherit:e,...s}=n;return{...t,...s}}return n}function nf(n,t){const e=n?.[t]??n?.default??n;return e!==n?a1(e,n):e}const ER={type:"spring",stiffness:500,damping:25,restSpeed:10},TR=n=>({type:"spring",stiffness:550,damping:n===0?2*Math.sqrt(550):30,restSpeed:10}),CR={type:"keyframes",duration:.8},PR={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},AR=(n,{keyframes:t})=>t.length>2?CR:li.has(n)?n.startsWith("scale")?TR(t[1]):ER:PR,MR=new Set(["when","delay","delayChildren","staggerChildren","staggerDirection","repeat","repeatType","repeatDelay","from","elapsed"]);function DR(n){for(const t in n)if(!MR.has(t))return!0;return!1}const sf=(n,t,e,s={},i,r)=>o=>{const a=nf(s,n)||{},c=a.delay||s.delay||0;let{elapsed:h=0}=s;h=h-Ee(c);const u={keyframes:Array.isArray(e)?e:[null,e],ease:"easeOut",velocity:t.getVelocity(),...a,delay:-h,onUpdate:f=>{t.set(f),a.onUpdate&&a.onUpdate(f)},onComplete:()=>{o(),a.onComplete&&a.onComplete()},name:n,motionValue:t,element:r?void 0:i};DR(a)||Object.assign(u,AR(n,u)),u.duration&&(u.duration=Ee(u.duration)),u.repeatDelay&&(u.repeatDelay=Ee(u.repeatDelay)),u.from!==void 0&&(u.keyframes[0]=u.from);let l=!1;if((u.type===!1||u.duration===0&&!u.repeatDelay)&&(ef(u),u.delay===0&&(l=!0)),(ss.instantAnimations||ss.skipAnimations||i?.shouldSkipAnimations||a.skipAnimations)&&(l=!0,ef(u),u.delay=0),u.allowFlatten=!a.type&&!a.ease,l&&!r&&t.get()!==void 0){const f=Ra(u.keyframes,a);if(f!==void 0){At.update(()=>{u.onUpdate(f),u.onComplete()});return}}return a.isSync?new Oa(u):new xR(u)},RR=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function OR(n){const t=RR.exec(n);if(!t)return[,];const[,e,s,i]=t;return[`--${e??s}`,i]}const IR=4;function c1(n,t,e=1){Rn(e<=IR,`Max CSS variable fallback depth detected in property "${n}". This may indicate a circular fallback dependency.`,"max-css-var-depth");const[s,i]=OR(n);if(!s)return;const r=window.getComputedStyle(t).getPropertyValue(s);if(r){const o=r.trim();return s0(o)?parseFloat(o):o}return Ol(i)?c1(i,t,e+1):i}function h1(n){const t=[{},{}];return n?.values.forEach((e,s)=>{t[0][s]=e.get(),t[1][s]=e.getVelocity()}),t}function rf(n,t,e,s){if(typeof t=="function"){const[i,r]=h1(s);t=t(e!==void 0?e:n.custom,i,r)}if(typeof t=="string"&&(t=n.variants&&n.variants[t]),typeof t=="function"){const[i,r]=h1(s);t=t(e!==void 0?e:n.custom,i,r)}return t}function Rs(n,t,e){const s=n.getProps();return rf(s,t,e!==void 0?e:s.custom,n)}const u1=new Set(["width","height","top","left","right","bottom",...ui]),of=n=>Array.isArray(n);function kR(n,t,e){n.hasValue(t)?n.getValue(t).set(e):n.addValue(t,fi(e))}function LR(n){return of(n)?n[n.length-1]||0:n}function VR(n,t){const e=Rs(n,t);let{transitionEnd:s={},transition:i={},...r}=e||{};r={...r,...s};for(const o in r){const a=LR(r[o]);kR(n,o,a)}}const se=n=>!!(n&&n.getVelocity);function NR(n){return!!(se(n)&&n.add)}function af(n,t){const e=n.getValue("willChange");if(NR(e))return e.add(t);if(!e&&ss.WillChange){const s=new ss.WillChange("auto");n.addValue("willChange",s),s.add(t)}}function cf(n){return n.replace(/([A-Z])/g,t=>`-${t.toLowerCase()}`)}const l1="data-"+cf("framerAppearId");function f1(n){return n.props[l1]}function zR({protectedKeys:n,needsAnimating:t},e){const s=n.hasOwnProperty(e)&&t[e]!==!0;return t[e]=!1,s}function d1(n,t,{delay:e=0,transitionOverride:s,type:i}={}){let{transition:r,transitionEnd:o,...a}=t;const c=n.getDefaultTransition();r=r?a1(r,c):c;const h=r?.reduceMotion,u=r?.skipAnimations;s&&(r=s);const l=[],f=i&&n.animationState&&n.animationState.getState()[i],d=r?.path;d&&d.animateVisualElement(n,a,r,e,l);for(const p in a){const m=n.getValue(p,n.latestValues[p]??null),y=a[p];if(y===void 0||f&&zR(f,p))continue;const g={delay:e,...nf(r||{},p)};u&&(g.skipAnimations=!0);const v=m.get();if(v!==void 0&&!m.isAnimating()&&!Array.isArray(y)&&y===v&&!g.velocity){At.update(()=>m.set(y));continue}let x=!1;if(window.MotionHandoffAnimation){const _=f1(n);if(_){const D=window.MotionHandoffAnimation(_,p,At);D!==null&&(g.startTime=D,x=!0)}}af(n,p);const b=h??n.shouldReduceMotion;m.start(sf(p,m,y,b&&u1.has(p)?{type:!1}:g,n,x));const E=m.animation;E&&l.push(E)}if(o){const p=()=>At.update(()=>{o&&VR(n,o)});l.length?Promise.all(l).then(p):p()}return l}function hf(n,t,e={}){const s=Rs(n,t,e.type==="exit"?n.presenceContext?.custom:void 0);let{transition:i=n.getDefaultTransition()||{}}=s||{};e.transitionOverride&&(i=e.transitionOverride);const r=s?()=>Promise.all(d1(n,s,e)):()=>Promise.resolve(),o=n.variantChildren&&n.variantChildren.size?(c=0)=>{const{delayChildren:h=0,staggerChildren:u,staggerDirection:l}=i;return FR(n,t,c,h,u,l,e)}:()=>Promise.resolve(),{when:a}=i;if(a){const[c,h]=a==="beforeChildren"?[r,o]:[o,r];return c().then(()=>h())}else return Promise.all([r(),o(e.delay)])}function FR(n,t,e=0,s=0,i=0,r=1,o){const a=[];for(const c of n.variantChildren)c.notify("AnimationStart",t),a.push(hf(c,t,{...o,delay:e+(typeof s=="function"?0:s)+r1(n.variantChildren,c,s,i,r)}).then(()=>c.notify("AnimationComplete",t)));return Promise.all(a)}function BR(n,t,e={}){n.notify("AnimationStart",t);let s;if(Array.isArray(t)){const i=t.map(r=>hf(n,r,e));s=Promise.all(i)}else if(typeof t=="string")s=hf(n,t,e);else{const i=typeof t=="function"?Rs(n,t,e.custom):t;s=Promise.all(d1(n,i,e))}return s.then(()=>{n.notify("AnimationComplete",t)})}const jR={test:n=>n==="auto",parse:n=>n},m1=n=>t=>t.test(n),p1=[oi,Z,rn,On,dD,fD,jR],g1=n=>p1.find(m1(n));function $R(n){return typeof n=="number"?n===0:n!==null?n==="none"||n==="0"||r0(n):!0}const UR=new Set(["brightness","contrast","saturate","opacity"]);function YR(n){const[t,e]=n.slice(0,-1).split("(");if(t==="drop-shadow")return n;const[s]=e.match(Il)||[];if(!s)return n;const i=e.replace(s,"");let r=UR.has(t)?1:0;return s!==e&&(r*=100),t+"("+r+i+")"}const GR=/\b([a-z-]*)\(.*?\)/gu,uf={...Xe,getAnimatableNone:n=>{const t=n.match(GR);return t?t.map(YR).join(" "):n}},lf={...Xe,getAnimatableNone:n=>{const t=Xe.parse(n);return Xe.createTransformer(n)(t.map(s=>typeof s=="number"?0:typeof s=="object"?{...s,alpha:1}:s))}},y1={...oi,transform:Math.round},Ia={borderWidth:Z,borderTopWidth:Z,borderRightWidth:Z,borderBottomWidth:Z,borderLeftWidth:Z,borderRadius:Z,borderTopLeftRadius:Z,borderTopRightRadius:Z,borderBottomRightRadius:Z,borderBottomLeftRadius:Z,width:Z,maxWidth:Z,height:Z,maxHeight:Z,top:Z,right:Z,bottom:Z,left:Z,inset:Z,insetBlock:Z,insetBlockStart:Z,insetBlockEnd:Z,insetInline:Z,insetInlineStart:Z,insetInlineEnd:Z,padding:Z,paddingTop:Z,paddingRight:Z,paddingBottom:Z,paddingLeft:Z,paddingBlock:Z,paddingBlockStart:Z,paddingBlockEnd:Z,paddingInline:Z,paddingInlineStart:Z,paddingInlineEnd:Z,margin:Z,marginTop:Z,marginRight:Z,marginBottom:Z,marginLeft:Z,marginBlock:Z,marginBlockStart:Z,marginBlockEnd:Z,marginInline:Z,marginInlineStart:Z,marginInlineEnd:Z,fontSize:Z,backgroundPositionX:Z,backgroundPositionY:Z,...{rotate:On,pathRotation:On,rotateX:On,rotateY:On,rotateZ:On,scale:Pa,scaleX:Pa,scaleY:Pa,scaleZ:Pa,skew:On,skewX:On,skewY:On,distance:Z,translateX:Z,translateY:Z,translateZ:Z,x:Z,y:Z,z:Z,perspective:Z,transformPerspective:Z,opacity:br,originX:D0,originY:D0,originZ:Z},zIndex:y1,fillOpacity:br,strokeOpacity:br,numOctaves:y1},XR={...Ia,color:Yt,backgroundColor:Yt,outlineColor:Yt,fill:Yt,stroke:Yt,borderColor:Yt,borderTopColor:Yt,borderRightColor:Yt,borderBottomColor:Yt,borderLeftColor:Yt,filter:uf,WebkitFilter:uf,mask:lf,WebkitMask:lf},v1=n=>XR[n],WR=new Set([uf,lf]);function b1(n,t){let e=v1(n);return WR.has(e)||(e=Xe),e.getAnimatableNone?e.getAnimatableNone(t):void 0}const HR=new Set(["auto","none","0"]);function qR(n,t,e){let s=0,i;for(;s<n.length&&!i;){const r=n[s];typeof r=="string"&&!HR.has(r)&&ci(r).values.length&&(i=n[s]),s++}if(i&&e)for(const r of t)n[r]=b1(e,i)}class KR extends Ql{constructor(t,e,s,i,r){super(t,e,s,i,r,!0)}readKeyframes(){const{unresolvedKeyframes:t,element:e,name:s}=this;if(!e||!e.current)return;super.readKeyframes();for(let u=0;u<t.length;u++){let l=t[u];if(typeof l=="string"&&(l=l.trim(),Ol(l))){const f=c1(l,e.current);f!==void 0&&(t[u]=f),u===t.length-1&&(this.finalKeyframe=l)}}if(this.resolveNoneKeyframes(),!u1.has(s)||t.length!==2)return;const[i,r]=t,o=g1(i),a=g1(r),c=A0(i),h=A0(r);if(c!==h&&rs[s]){this.needsMeasurement=!0;return}if(o!==a)if(X0(o)&&X0(a))for(let u=0;u<t.length;u++){const l=t[u];typeof l=="string"&&(t[u]=parseFloat(l))}else rs[s]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){const{unresolvedKeyframes:t,name:e}=this,s=[];for(let i=0;i<t.length;i++)(t[i]===null||$R(t[i]))&&s.push(i);s.length&&qR(t,s,e)}measureInitialState(){const{element:t,unresolvedKeyframes:e,name:s}=this;if(!t||!t.current)return;s==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=rs[s](t.measureViewportBox(),window.getComputedStyle(t.current)),e[0]=this.measuredOrigin;const i=e[e.length-1];i!==void 0&&t.getValue(s,i).jump(i,!1)}measureEndState(){const{element:t,name:e,unresolvedKeyframes:s}=this;if(!t||!t.current)return;const i=t.getValue(e);i&&i.jump(this.measuredOrigin,!1);const r=s.length-1,o=s[r];s[r]=rs[e](t.measureViewportBox(),window.getComputedStyle(t.current)),o!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=o),this.removedTransforms?.length&&this.removedTransforms.forEach(([a,c])=>{t.getValue(a).set(c)}),this.resolveNoneKeyframes()}}function w1(n,t,e){if(n==null)return[];if(n instanceof EventTarget)return[n];if(typeof n=="string"){let s=document;t&&(s=t.current);const i=e?.[n]??s.querySelectorAll(n);return i?Array.from(i):[]}return Array.from(n).filter(s=>s!=null)}const ff=(n,t)=>t&&typeof n=="number"?t.transform(n):n;function JR(n){return i0(n)&&"offsetHeight"in n&&!("ownerSVGElement"in n)}const{schedule:df,cancel:h5}=T0(queueMicrotask,!1),We={x:!1,y:!1};function x1(){return We.x||We.y}function ZR(n){return n==="x"||n==="y"?We[n]?null:(We[n]=!0,()=>{We[n]=!1}):We.x||We.y?null:(We.x=We.y=!0,()=>{We.x=We.y=!1})}function S1(n,t){const e=w1(n),s=new AbortController,i={passive:!0,...t,signal:s.signal};return[e,i,()=>s.abort()]}function QR(n){return!(n.pointerType==="touch"||x1())}function t3(n,t,e={}){const[s,i,r]=S1(n,e);return s.forEach(o=>{let a=!1,c=!1,h;const u=()=>{o.removeEventListener("pointerleave",p)},l=y=>{h&&(h(y),h=void 0),u()},f=y=>{a=!1,window.removeEventListener("pointerup",f),window.removeEventListener("pointercancel",f),c&&(c=!1,l(y))},d=()=>{a=!0,window.addEventListener("pointerup",f,i),window.addEventListener("pointercancel",f,i)},p=y=>{if(y.pointerType!=="touch"){if(a){c=!0;return}l(y)}},m=y=>{if(!QR(y))return;c=!1;const g=t(o,y);typeof g=="function"&&(h=g,o.addEventListener("pointerleave",p,i))};o.addEventListener("pointerenter",m,i),o.addEventListener("pointerdown",d,i)}),r}const _1=(n,t)=>t?n===t?!0:_1(n,t.parentElement):!1,mf=n=>n.pointerType==="mouse"?typeof n.button!="number"||n.button<=0:n.isPrimary!==!1,e3=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function n3(n){return e3.has(n.tagName)||n.isContentEditable===!0}const s3=new Set(["INPUT","SELECT","TEXTAREA"]);function i3(n){return s3.has(n.tagName)||n.isContentEditable===!0}const ka=new WeakSet;function E1(n){return t=>{t.key==="Enter"&&n(t)}}function pf(n,t){n.dispatchEvent(new PointerEvent("pointer"+t,{isPrimary:!0,bubbles:!0}))}const r3=(n,t)=>{const e=n.currentTarget;if(!e)return;const s=E1(()=>{if(ka.has(e))return;pf(e,"down");const i=E1(()=>{pf(e,"up")}),r=()=>pf(e,"cancel");e.addEventListener("keyup",i,t),e.addEventListener("blur",r,t)});e.addEventListener("keydown",s,t),e.addEventListener("blur",()=>e.removeEventListener("keydown",s),t)};function T1(n){return mf(n)&&!x1()}const C1=new WeakSet;function o3(n,t,e={}){const[s,i,r]=S1(n,e),o=a=>{const c=a.currentTarget;if(!T1(a)||C1.has(a))return;ka.add(c),e.stopPropagation&&C1.add(a);const h=t(c,a),u={...i,capture:!0},l=(p,m)=>{window.removeEventListener("pointerup",f,u),window.removeEventListener("pointercancel",d,u),ka.has(c)&&ka.delete(c),T1(p)&&typeof h=="function"&&h(p,{success:m})},f=p=>{l(p,c===window||c===document||e.useGlobalTarget||_1(c,p.target))},d=p=>{l(p,!1)};window.addEventListener("pointerup",f,u),window.addEventListener("pointercancel",d,u)};return s.forEach(a=>{(e.useGlobalTarget?window:a).addEventListener("pointerdown",o,i),JR(a)&&(a.addEventListener("focus",h=>r3(h,i)),!n3(a)&&!a.hasAttribute("tabindex")&&(a.tabIndex=0))}),r}function gf(n){return i0(n)&&"ownerSVGElement"in n}const La=new WeakMap;let Va;const P1=(n,t,e)=>(s,i)=>i&&i[0]?i[0][n+"Size"]:gf(s)&&"getBBox"in s?s.getBBox()[t]:s[e],a3=P1("inline","width","offsetWidth"),c3=P1("block","height","offsetHeight");function h3({target:n,borderBoxSize:t}){La.get(n)?.forEach(e=>{e(n,{get width(){return a3(n,t)},get height(){return c3(n,t)}})})}function u3(n){n.forEach(h3)}function l3(){typeof ResizeObserver>"u"||(Va=new ResizeObserver(u3))}function f3(n,t){Va||l3();const e=w1(n);return e.forEach(s=>{let i=La.get(s);i||(i=new Set,La.set(s,i)),i.add(t),Va?.observe(s)}),()=>{e.forEach(s=>{const i=La.get(s);i?.delete(t),i?.size||Va?.unobserve(s)})}}const Na=new Set;let di;function d3(){di=()=>{const n={get width(){return window.innerWidth},get height(){return window.innerHeight}};Na.forEach(t=>t(n))},window.addEventListener("resize",di)}function m3(n){return Na.add(n),di||d3(),()=>{Na.delete(n),!Na.size&&typeof di=="function"&&(window.removeEventListener("resize",di),di=void 0)}}function A1(n,t){return typeof n=="function"?m3(n):f3(n,t)}function p3(n){return gf(n)&&n.tagName==="svg"}const g3=[...p1,Yt,Xe],y3=n=>g3.find(m1(n)),M1=()=>({translate:0,scale:1,origin:0,originPoint:0}),mi=()=>({x:M1(),y:M1()}),D1=()=>({min:0,max:0}),Ht=()=>({x:D1(),y:D1()}),v3=new WeakMap;function za(n){return n!==null&&typeof n=="object"&&typeof n.start=="function"}function _r(n){return typeof n=="string"||Array.isArray(n)}const yf=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],vf=["initial",...yf];function Fa(n){return za(n.animate)||vf.some(t=>_r(n[t]))}function R1(n){return!!(Fa(n)||n.variants)}function b3(n,t,e){for(const s in t){const i=t[s],r=e[s];if(se(i))n.addValue(s,i);else if(se(r))n.addValue(s,fi(i,{owner:n}));else if(r!==i)if(n.hasValue(s)){const o=n.getValue(s);o.liveStyle===!0?o.jump(i):o.hasAnimated||o.set(i)}else{const o=n.getStaticValue(s);n.addValue(s,fi(o!==void 0?o:i,{owner:n}))}}for(const s in e)t[s]===void 0&&n.removeValue(s);return t}const bf={current:null},O1={current:!1},w3=typeof window<"u";function x3(){if(O1.current=!0,!!w3)if(window.matchMedia){const n=window.matchMedia("(prefers-reduced-motion)"),t=()=>bf.current=n.matches;n.addEventListener("change",t),t()}else bf.current=!1}const I1=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];let Ba={};function k1(n){Ba=n}function S3(){return Ba}class _3{scrapeMotionValuesFromProps(t,e,s){return{}}constructor({parent:t,props:e,presenceContext:s,reducedMotionConfig:i,skipAnimations:r,blockInitialAnimation:o,visualState:a},c={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.shouldSkipAnimations=!1,this.values=new Map,this.KeyframeResolver=Ql,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.hasBeenMounted=!1,this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const d=ye.now();this.renderScheduledAt<d&&(this.renderScheduledAt=d,At.render(this.render,!1,!0))};const{latestValues:h,renderState:u}=a;this.latestValues=h,this.baseTarget={...h},this.initialValues=e.initial?{...h}:{},this.renderState=u,this.parent=t,this.props=e,this.presenceContext=s,this.depth=t?t.depth+1:0,this.reducedMotionConfig=i,this.skipAnimationsConfig=r,this.options=c,this.blockInitialAnimation=!!o,this.isControllingVariants=Fa(e),this.isVariantNode=R1(e),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:l,...f}=this.scrapeMotionValuesFromProps(e,{},this);for(const d in f){const p=f[d];h[d]!==void 0&&se(p)&&p.set(h[d])}}mount(t){if(this.hasBeenMounted)for(const e in this.initialValues)this.values.get(e)?.jump(this.initialValues[e]),this.latestValues[e]=this.initialValues[e];this.current=t,v3.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((e,s)=>this.bindToMotionValue(s,e)),this.reducedMotionConfig==="never"?this.shouldReduceMotion=!1:this.reducedMotionConfig==="always"?this.shouldReduceMotion=!0:(O1.current||x3(),this.shouldReduceMotion=bf.current),{}.NODE_ENV!=="production"&&h0(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected.","reduced-motion-disabled"),this.shouldSkipAnimations=this.skipAnimationsConfig??!1,this.parent?.addChild(this),this.update(this.props,this.presenceContext),this.hasBeenMounted=!0}unmount(){this.projection&&this.projection.unmount(),is(this.notifyUpdate),is(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this);for(const t in this.events)this.events[t].clear();for(const t in this.features){const e=this.features[t];e&&(e.unmount(),e.isMounted=!1)}this.current=null}addChild(t){this.children.add(t),this.enteringChildren??(this.enteringChildren=new Set),this.enteringChildren.add(t)}removeChild(t){this.children.delete(t),this.enteringChildren&&this.enteringChildren.delete(t)}bindToMotionValue(t,e){if(this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)(),e.accelerate&&i1.has(t)&&this.current instanceof HTMLElement){const{factory:o,keyframes:a,times:c,ease:h,duration:u}=e.accelerate,l=new e1({element:this.current,name:t,keyframes:a,times:c,ease:h,duration:Ee(u)}),f=o(l);this.valueSubscriptions.set(t,()=>{f(),l.cancel()});return}const s=li.has(t);s&&this.onBindTransform&&this.onBindTransform();const i=e.on("change",o=>{this.latestValues[t]=o,this.props.onUpdate&&At.preRender(this.notifyUpdate),s&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});let r;typeof window<"u"&&window.MotionCheckAppearSync&&(r=window.MotionCheckAppearSync(this,t,e)),this.valueSubscriptions.set(t,()=>{i(),r&&r()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}updateFeatures(){let t="animation";for(t in Ba){const e=Ba[t];if(!e)continue;const{isEnabled:s,Feature:i}=e;if(!this.features[t]&&i&&s(this.props)&&(this.features[t]=new i(this)),this.features[t]){const r=this.features[t];r.isMounted?r.update():(r.mount(),r.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):Ht()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,e){this.latestValues[t]=e}update(t,e){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=e;for(let s=0;s<I1.length;s++){const i=I1[s];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const r="on"+i,o=t[r];o&&(this.propEventSubscriptions[i]=this.on(i,o))}this.prevMotionValues=b3(this,this.scrapeMotionValuesFromProps(t,this.prevProps||{},this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(t){const e=this.getClosestVariantNode();if(e)return e.variantChildren&&e.variantChildren.add(t),()=>e.variantChildren.delete(t)}addValue(t,e){const s=this.values.get(t);e!==s&&(s&&this.removeValue(t),this.bindToMotionValue(t,e),this.values.set(t,e),this.latestValues[t]=e.get())}removeValue(t){this.values.delete(t);const e=this.valueSubscriptions.get(t);e&&(e(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,e){if(this.props.values&&this.props.values[t])return this.props.values[t];let s=this.values.get(t);return s===void 0&&e!==void 0&&(s=fi(e===null?void 0:e,{owner:this}),this.addValue(t,s)),s}readValue(t,e){let s=this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:this.getBaseTargetFromProps(this.props,t)??this.readValueFromInstance(this.current,t,this.options);return s!=null&&(typeof s=="string"&&(s0(s)||r0(s))?s=parseFloat(s):!y3(s)&&Xe.test(e)&&(s=b1(t,e)),this.setBaseTarget(t,se(s)?s.get():s)),se(s)?s.get():s}setBaseTarget(t,e){this.baseTarget[t]=e}getBaseTarget(t){const{initial:e}=this.props;let s;if(typeof e=="string"||typeof e=="object"){const r=rf(this.props,e,this.presenceContext?.custom);r&&(s=r[t])}if(e&&s!==void 0)return s;const i=this.getBaseTargetFromProps(this.props,t);return i!==void 0&&!se(i)?i:this.initialValues[t]!==void 0&&s===void 0?void 0:this.baseTarget[t]}on(t,e){return this.events[t]||(this.events[t]=new Al),this.events[t].add(e)}notify(t,...e){this.events[t]&&this.events[t].notify(...e)}scheduleRenderMicrotask(){df.render(this.render)}}class L1 extends _3{constructor(){super(...arguments),this.KeyframeResolver=KR}sortInstanceNodePosition(t,e){return t.compareDocumentPosition(e)&2?1:-1}getBaseTargetFromProps(t,e){const s=t.style;return s?s[e]:void 0}removeValueFromRenderState(t,{vars:e,style:s}){delete e[t],delete s[t]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;se(t)&&(this.childSubscription=t.on("change",e=>{this.current&&(this.current.textContent=`${e}`)}))}}class os{constructor(t){this.isMounted=!1,this.node=t}update(){}}function V1({top:n,left:t,right:e,bottom:s}){return{x:{min:t,max:e},y:{min:n,max:s}}}function E3({x:n,y:t}){return{top:t.min,right:n.max,bottom:t.max,left:n.min}}function T3(n,t){if(!t)return n;const e=t({x:n.left,y:n.top}),s=t({x:n.right,y:n.bottom});return{top:e.y,left:e.x,bottom:s.y,right:s.x}}function wf(n){return n===void 0||n===1}function xf({scale:n,scaleX:t,scaleY:e}){return!wf(n)||!wf(t)||!wf(e)}function Os(n){return xf(n)||N1(n)||n.z||n.rotate||n.rotateX||n.rotateY||n.skewX||n.skewY}function N1(n){return z1(n.x)||z1(n.y)}function z1(n){return n&&n!=="0%"}function ja(n,t,e){const s=n-e,i=t*s;return e+i}function F1(n,t,e,s,i){return i!==void 0&&(n=ja(n,i,s)),ja(n,e,s)+t}function Sf(n,t=0,e=1,s,i){n.min=F1(n.min,t,e,s,i),n.max=F1(n.max,t,e,s,i)}function B1(n,{x:t,y:e}){Sf(n.x,t.translate,t.scale,t.originPoint),Sf(n.y,e.translate,e.scale,e.originPoint)}const j1=.999999999999,$1=1.0000000000001;function C3(n,t,e,s=!1){const i=e.length;if(!i)return;t.x=t.y=1;let r,o;for(let a=0;a<i;a++){r=e[a],o=r.projectionDelta;const{visualElement:c}=r.options;c&&c.props.style&&c.props.style.display==="contents"||(s&&r.options.layoutScroll&&r.scroll&&r!==r.root&&(on(n.x,-r.scroll.offset.x),on(n.y,-r.scroll.offset.y)),o&&(t.x*=o.x.scale,t.y*=o.y.scale,B1(n,o)),s&&Os(r.latestValues)&&$a(n,r.latestValues,r.layout?.layoutBox))}t.x<$1&&t.x>j1&&(t.x=1),t.y<$1&&t.y>j1&&(t.y=1)}function on(n,t){n.min+=t,n.max+=t}function U1(n,t,e,s,i=.5){const r=Mt(n.min,n.max,i);Sf(n,t,e,r,s)}function Y1(n,t){return typeof n=="string"?parseFloat(n)/100*(t.max-t.min):n}function $a(n,t,e){const s=e??n;U1(n.x,Y1(t.x,s.x),t.scaleX,t.scale,t.originX),U1(n.y,Y1(t.y,s.y),t.scaleY,t.scale,t.originY)}function G1(n,t){return V1(T3(n.getBoundingClientRect(),t))}function P3(n,t,e){const s=G1(n,e),{scroll:i}=t;return i&&(on(s.x,i.offset.x),on(s.y,i.offset.y)),s}const A3={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},M3=ui.length;function D3(n,t,e){let s="",i=!0;for(let o=0;o<M3;o++){const a=ui[o],c=n[a];if(c===void 0)continue;let h=!0;if(typeof c=="number")h=c===(a.startsWith("scale")?1:0);else{const u=parseFloat(c);h=a.startsWith("scale")?u===1:u===0}if(!h||e){const u=ff(c,Ia[a]);if(!h){i=!1;const l=A3[a]||a;s+=`${l}(${u}) `}e&&(t[a]=u)}}const r=n.pathRotation;return r&&(i=!1,s+=`rotate(${ff(r,Ia.pathRotation)}) `),s=s.trim(),e?s=e(t,i?"":s):i&&(s="none"),s}function _f(n,t,e){const{style:s,vars:i,transformOrigin:r}=n;let o=!1,a=!1;for(const c in t){const h=t[c];if(li.has(c)){o=!0;continue}else if(P0(c)){i[c]=h;continue}else{const u=ff(h,Ia[c]);c.startsWith("origin")?(a=!0,r[c]=u):s[c]=u}}if(t.transform||(o||e?s.transform=D3(t,n.transform,e):s.transform&&(s.transform="none")),a){const{originX:c="50%",originY:h="50%",originZ:u=0}=r;s.transformOrigin=`${c} ${h} ${u}`}}function X1(n,{style:t,vars:e},s,i){const r=n.style;let o;for(o in t)r[o]=t[o];i?.applyProjectionStyles(r,s);for(o in e)r.setProperty(o,e[o])}function W1(n,t){return t.max===t.min?0:n/(t.max-t.min)*100}const Er={correct:(n,t)=>{if(!t.target)return n;if(typeof n=="string")if(Z.test(n))n=parseFloat(n);else return n;const e=W1(n,t.target.x),s=W1(n,t.target.y);return`${e}% ${s}%`}},R3={correct:(n,{treeScale:t,projectionDelta:e})=>{const s=n,i=Xe.parse(n);if(i.length>5)return s;const r=Xe.createTransformer(n),o=typeof i[0]!="number"?1:0,a=e.x.scale*t.x,c=e.y.scale*t.y;i[0+o]/=a,i[1+o]/=c;const h=Mt(a,c,.5);return typeof i[2+o]=="number"&&(i[2+o]/=h),typeof i[3+o]=="number"&&(i[3+o]/=h),r(i)}},Ef={borderRadius:{...Er,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:Er,borderTopRightRadius:Er,borderBottomLeftRadius:Er,borderBottomRightRadius:Er,boxShadow:R3};function H1(n,{layout:t,layoutId:e}){return li.has(n)||n.startsWith("origin")||(t||e!==void 0)&&(!!Ef[n]||n==="opacity")}function Tf(n,t,e){const s=n.style,i=t?.style,r={};if(!s)return r;for(const o in s)(se(s[o])||i&&se(i[o])||H1(o,n)||e?.getValue(o)?.liveStyle!==void 0)&&(r[o]=s[o]);return r}function O3(n){return window.getComputedStyle(n)}class I3 extends L1{constructor(){super(...arguments),this.type="html",this.renderInstance=X1}readValueFromInstance(t,e){if(li.has(e))return this.projection?.isProjecting?Hl(e):QD(t,e);{const s=O3(t),i=(P0(e)?s.getPropertyValue(e):s[e])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(t,{transformPagePoint:e}){return G1(t,e)}build(t,e,s){_f(t,e,s.transformTemplate)}scrapeMotionValuesFromProps(t,e,s){return Tf(t,e,s)}}const k3={offset:"stroke-dashoffset",array:"stroke-dasharray"},L3={offset:"strokeDashoffset",array:"strokeDasharray"};function V3(n,t,e=1,s=0,i=!0){n.pathLength=1;const r=i?k3:L3;n[r.offset]=`${-s}`,n[r.array]=`${t} ${e}`}const N3=["offsetDistance","offsetPath","offsetRotate","offsetAnchor"];function q1(n,{attrX:t,attrY:e,attrScale:s,pathLength:i,pathSpacing:r=1,pathOffset:o=0,...a},c,h,u){if(_f(n,a,h),c){n.style.viewBox&&(n.attrs.viewBox=n.style.viewBox);return}n.attrs=n.style,n.style={};const{attrs:l,style:f}=n;l.transform&&(f.transform=l.transform,delete l.transform),(f.transform||l.transformOrigin)&&(f.transformOrigin=l.transformOrigin??"50% 50%",delete l.transformOrigin),f.transform&&(f.transformBox=u?.transformBox??"fill-box",delete l.transformBox);for(const d of N3)l[d]!==void 0&&(f[d]=l[d],delete l[d]);t!==void 0&&(l.x=t),e!==void 0&&(l.y=e),s!==void 0&&(l.scale=s),i!==void 0&&V3(l,i,r,o,!1)}const K1=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]),J1=n=>typeof n=="string"&&n.toLowerCase()==="svg";function z3(n,t,e,s){X1(n,t,void 0,s);for(const i in t.attrs)n.setAttribute(K1.has(i)?i:cf(i),t.attrs[i])}function Z1(n,t,e){const s=Tf(n,t,e);for(const i in n)if(se(n[i])||se(t[i])){const r=ui.indexOf(i)!==-1?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i;s[r]=n[i]}return s}class F3 extends L1{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=Ht}getBaseTargetFromProps(t,e){return t[e]}readValueFromInstance(t,e){if(li.has(e)){const s=v1(e);return s&&s.default||0}return e=K1.has(e)?e:cf(e),t.getAttribute(e)}scrapeMotionValuesFromProps(t,e,s){return Z1(t,e,s)}build(t,e,s){q1(t,e,this.isSVGTag,s.transformTemplate,s.style)}renderInstance(t,e,s,i){z3(t,e,s,i)}mount(t){this.isSVGTag=J1(t.tagName),super.mount(t)}}const B3=vf.length;function Q1(n){if(!n)return;if(!n.isControllingVariants){const e=n.parent?Q1(n.parent)||{}:{};return n.props.initial!==void 0&&(e.initial=n.props.initial),e}const t={};for(let e=0;e<B3;e++){const s=vf[e],i=n.props[s];(_r(i)||i===!1)&&(t[s]=i)}return t}function tv(n,t){if(!Array.isArray(t))return!1;const e=t.length;if(e!==n.length)return!1;for(let s=0;s<e;s++)if(t[s]!==n[s])return!1;return!0}const j3=[...yf].reverse(),$3=yf.length;function U3(n){return t=>Promise.all(t.map(({animation:e,options:s})=>BR(n,e,s)))}function Y3(n){let t=U3(n),e=ev(),s=!0,i=!1;const r=h=>(u,l)=>{const f=Rs(n,l,h==="exit"?n.presenceContext?.custom:void 0);if(f){const{transition:d,transitionEnd:p,...m}=f;u={...u,...m,...p}}return u};function o(h){t=h(n)}function a(h){const{props:u}=n,l=Q1(n.parent)||{},f=[],d=new Set;let p={},m=1/0;for(let g=0;g<$3;g++){const v=j3[g],x=e[v],b=u[v]!==void 0?u[v]:l[v],E=_r(b),_=v===h?x.isActive:null;_===!1&&(m=g);let D=b===l[v]&&b!==u[v]&&E;if(D&&(s||i)&&n.manuallyAnimateOnMount&&(D=!1),x.protectedKeys={...p},!x.isActive&&_===null||!b&&!x.prevProp||za(b)||typeof b=="boolean")continue;if(v==="exit"&&x.isActive&&_!==!0){x.prevResolvedValues&&(p={...p,...x.prevResolvedValues});continue}const V=G3(x.prevProp,b);let O=V||v===h&&x.isActive&&!D&&E||g>m&&E,N=!1;const U=Array.isArray(b)?b:[b];let Y=U.reduce(r(v),{});_===!1&&(Y={});const{prevResolvedValues:st={}}=x,it={...st,...Y},nt=ht=>{O=!0,d.has(ht)&&(N=!0,d.delete(ht)),x.needsAnimating[ht]=!0;const B=n.getValue(ht);B&&(B.liveStyle=!1)};for(const ht in it){const B=Y[ht],z=st[ht];if(p.hasOwnProperty(ht))continue;let P=!1;of(B)&&of(z)?P=!tv(B,z)||V:P=B!==z,P?B!=null?nt(ht):d.add(ht):B!==void 0&&d.has(ht)?nt(ht):x.protectedKeys[ht]=!0}x.prevProp=b,x.prevResolvedValues=Y,x.isActive&&(p={...p,...Y}),(s||i)&&n.blockInitialAnimation&&(O=!1);const et=D&&V;O&&(!et||N)&&f.push(...U.map(ht=>{const B={type:v};if(typeof ht=="string"&&(s||i)&&!et&&n.manuallyAnimateOnMount&&n.parent){const{parent:z}=n,P=Rs(z,ht);if(z.enteringChildren&&P){const{delayChildren:I}=P.transition||{};B.delay=r1(z.enteringChildren,n,I)}}return{animation:ht,options:B}}))}if(d.size){const g={};if(typeof u.initial!="boolean"){const v=Rs(n,Array.isArray(u.initial)?u.initial[0]:u.initial);v&&v.transition&&(g.transition=v.transition)}d.forEach(v=>{const x=n.getBaseTarget(v),b=n.getValue(v);b&&(b.liveStyle=!0),g[v]=x??null}),f.push({animation:g})}let y=!!f.length;return s&&(u.initial===!1||u.initial===u.animate)&&!n.manuallyAnimateOnMount&&(y=!1),s=!1,i=!1,y?t(f):Promise.resolve()}function c(h,u){if(e[h].isActive===u)return Promise.resolve();n.variantChildren?.forEach(f=>f.animationState?.setActive(h,u)),e[h].isActive=u;const l=a(h);for(const f in e)e[f].protectedKeys={};return l}return{animateChanges:a,setActive:c,setAnimateFunction:o,getState:()=>e,reset:()=>{e=ev(),i=!0}}}function G3(n,t){return typeof t=="string"?t!==n:Array.isArray(t)?!tv(t,n):!1}function Is(n=!1){return{isActive:n,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function ev(){return{animate:Is(!0),whileInView:Is(),whileHover:Is(),whileTap:Is(),whileDrag:Is(),whileFocus:Is(),exit:Is()}}function Cf(n,t){n.min=t.min,n.max=t.max}function He(n,t){Cf(n.x,t.x),Cf(n.y,t.y)}function nv(n,t){n.translate=t.translate,n.scale=t.scale,n.originPoint=t.originPoint,n.origin=t.origin}const sv=1e-4,X3=1-sv,W3=1+sv,iv=.01,H3=0-iv,q3=0+iv;function ve(n){return n.max-n.min}function K3(n,t,e){return Math.abs(n-t)<=e}function rv(n,t,e,s=.5){n.origin=s,n.originPoint=Mt(t.min,t.max,n.origin),n.scale=ve(e)/ve(t),n.translate=Mt(e.min,e.max,n.origin)-n.originPoint,(n.scale>=X3&&n.scale<=W3||isNaN(n.scale))&&(n.scale=1),(n.translate>=H3&&n.translate<=q3||isNaN(n.translate))&&(n.translate=0)}function Tr(n,t,e,s){rv(n.x,t.x,e.x,s?s.originX:void 0),rv(n.y,t.y,e.y,s?s.originY:void 0)}function ov(n,t,e,s=0){const i=s?Mt(e.min,e.max,s):e.min;n.min=i+t.min,n.max=n.min+ve(t)}function J3(n,t,e,s){ov(n.x,t.x,e.x,s?.x),ov(n.y,t.y,e.y,s?.y)}function av(n,t,e,s=0){const i=s?Mt(e.min,e.max,s):e.min;n.min=t.min-i,n.max=n.min+ve(t)}function Ua(n,t,e,s){av(n.x,t.x,e.x,s?.x),av(n.y,t.y,e.y,s?.y)}function cv(n,t,e,s,i){return n-=t,n=ja(n,1/e,s),i!==void 0&&(n=ja(n,1/i,s)),n}function Z3(n,t=0,e=1,s=.5,i,r=n,o=n){if(rn.test(t)&&(t=parseFloat(t),t=Mt(o.min,o.max,t/100)-o.min),typeof t!="number")return;let a=Mt(r.min,r.max,s);n===r&&(a-=t),n.min=cv(n.min,t,e,a,i),n.max=cv(n.max,t,e,a,i)}function hv(n,t,[e,s,i],r,o){Z3(n,t[e],t[s],t[i],t.scale,r,o)}const Q3=["x","scaleX","originX"],tO=["y","scaleY","originY"];function uv(n,t,e,s){hv(n.x,t,Q3,e?e.x:void 0,s?s.x:void 0),hv(n.y,t,tO,e?e.y:void 0,s?s.y:void 0)}function lv(n){return n.translate===0&&n.scale===1}function fv(n){return lv(n.x)&&lv(n.y)}function dv(n,t){return n.min===t.min&&n.max===t.max}function eO(n,t){return dv(n.x,t.x)&&dv(n.y,t.y)}function mv(n,t){return Math.round(n.min)===Math.round(t.min)&&Math.round(n.max)===Math.round(t.max)}function pv(n,t){return mv(n.x,t.x)&&mv(n.y,t.y)}function gv(n){return ve(n.x)/ve(n.y)}function yv(n,t){return n.translate===t.translate&&n.scale===t.scale&&n.originPoint===t.originPoint}function an(n){return[n("x"),n("y")]}function nO(n,t,e){let s="";const i=n.x.translate/t.x,r=n.y.translate/t.y,o=e?.z||0;if((i||r||o)&&(s=`translate3d(${i}px, ${r}px, ${o}px) `),(t.x!==1||t.y!==1)&&(s+=`scale(${1/t.x}, ${1/t.y}) `),e){const{transformPerspective:h,rotate:u,pathRotation:l,rotateX:f,rotateY:d,skewX:p,skewY:m}=e;h&&(s=`perspective(${h}px) ${s}`),u&&(s+=`rotate(${u}deg) `),l&&(s+=`rotate(${l}deg) `),f&&(s+=`rotateX(${f}deg) `),d&&(s+=`rotateY(${d}deg) `),p&&(s+=`skewX(${p}deg) `),m&&(s+=`skewY(${m}deg) `)}const a=n.x.scale*t.x,c=n.y.scale*t.y;return(a!==1||c!==1)&&(s+=`scale(${a}, ${c})`),s||"none"}const vv=["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],sO=vv.length,bv=n=>typeof n=="string"?parseFloat(n):n,wv=n=>typeof n=="number"||Z.test(n);function iO(n,t,e,s,i,r){i?(n.opacity=Mt(0,e.opacity??1,rO(s)),n.opacityExit=Mt(t.opacity??1,0,oO(s))):r&&(n.opacity=Mt(t.opacity??1,e.opacity??1,s));for(let o=0;o<sO;o++){const a=vv[o];let c=xv(t,a),h=xv(e,a);if(c===void 0&&h===void 0)continue;c||(c=0),h||(h=0),c===0||h===0||wv(c)===wv(h)?(n[a]=Math.max(Mt(bv(c),bv(h),s),0),(rn.test(h)||rn.test(c))&&(n[a]+="%")):n[a]=h}(t.rotate||e.rotate)&&(n.rotate=Mt(t.rotate||0,e.rotate||0,s))}function xv(n,t){return n[t]!==void 0?n[t]:n.borderRadius}const rO=Sv(0,.5,g0),oO=Sv(.5,.95,Ne);function Sv(n,t,e){return s=>s<n?0:s>t?1:e(yr(n,t,s))}function aO(n,t,e){const s=se(n)?n:fi(n);return s.start(sf("",s,t,e)),s.animation}function Cr(n,t,e,s={passive:!0}){return n.addEventListener(t,e,s),()=>n.removeEventListener(t,e,s)}const cO=(n,t)=>n.depth-t.depth;class hO{constructor(){this.children=[],this.isDirty=!1}add(t){Cl(this.children,t),this.isDirty=!0}remove(t){_a(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(cO),this.isDirty=!1,this.children.forEach(t)}}function uO(n,t){const e=ye.now(),s=({timestamp:i})=>{const r=i-e;r>=t&&(is(s),n(r-t))};return At.setup(s,!0),()=>is(s)}function Ya(n){return se(n)?n.get():n}class lO{constructor(){this.members=[]}add(t){Cl(this.members,t);for(let e=this.members.length-1;e>=0;e--){const s=this.members[e];if(s===t||s===this.lead||s===this.prevLead)continue;const i=s.instance;(!i||i.isConnected===!1)&&!s.snapshot&&(_a(this.members,s),s.unmount())}t.scheduleRender()}remove(t){if(_a(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const e=this.members[this.members.length-1];e&&this.promote(e)}}relegate(t){for(let e=this.members.indexOf(t)-1;e>=0;e--){const s=this.members[e];if(s.isPresent!==!1&&s.instance?.isConnected!==!1)return this.promote(s),!0}return!1}promote(t,e){const s=this.lead;if(t!==s&&(this.prevLead=s,this.lead=t,t.show(),s)){s.updateSnapshot(),t.scheduleRender();const{layoutDependency:i}=s.options,{layoutDependency:r}=t.options;(i===void 0||i!==r)&&(t.resumeFrom=s,e&&(s.preserveOpacity=!0),s.snapshot&&(t.snapshot=s.snapshot,t.snapshot.latestValues=s.animationValues||s.latestValues),t.root?.isUpdating&&(t.isLayoutDirty=!0)),t.options.crossfade===!1&&s.hide()}}exitAnimationComplete(){this.members.forEach(t=>{t.options.onExitComplete?.(),t.resumingFrom?.options.onExitComplete?.()})}scheduleRender(){this.members.forEach(t=>t.instance&&t.scheduleRender(!1))}removeLeadSnapshot(){this.lead?.snapshot&&(this.lead.snapshot=void 0)}}const Ga={hasAnimatedSinceResize:!0,hasEverUpdated:!1},Pf=["","X","Y","Z"],fO=1e3;let dO=0;function Af(n,t,e,s){const{latestValues:i}=t;i[n]&&(e[n]=i[n],t.setStaticValue(n,0),s&&(s[n]=0))}function _v(n){if(n.hasCheckedOptimisedAppear=!0,n.root===n)return;const{visualElement:t}=n.options;if(!t)return;const e=f1(t);if(window.MotionHasOptimisedAnimation(e,"transform")){const{layout:i,layoutId:r}=n.options;window.MotionCancelOptimisedAnimation(e,"transform",At,!(i||r))}const{parent:s}=n;s&&!s.hasCheckedOptimisedAppear&&_v(s)}function Ev({attachResizeListener:n,defaultParent:t,measureScroll:e,checkIsScrollRoot:s,resetTransform:i}){return class{constructor(o={},a=t?.()){this.id=dO++,this.animationId=0,this.animationCommitId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.layoutVersion=0,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,this.nodes.forEach(gO),this.nodes.forEach(SO),this.nodes.forEach(_O),this.nodes.forEach(yO)},this.resolvedRelativeTargetAt=0,this.linkedParentVersion=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=o,this.root=a?a.root||a:this,this.path=a?[...a.path,a]:[],this.parent=a,this.depth=a?a.depth+1:0;for(let c=0;c<this.path.length;c++)this.path[c].shouldResetTransform=!0;this.root===this&&(this.nodes=new hO)}addEventListener(o,a){return this.eventHandlers.has(o)||this.eventHandlers.set(o,new Al),this.eventHandlers.get(o).add(a)}notifyListeners(o,...a){const c=this.eventHandlers.get(o);c&&c.notify(...a)}hasListeners(o){return this.eventHandlers.has(o)}mount(o){if(this.instance)return;this.isSVG=gf(o)&&!p3(o),this.instance=o;const{layoutId:a,layout:c,visualElement:h}=this.options;if(h&&!h.current&&h.mount(o),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.root.hasTreeAnimated&&(c||a)&&(this.isLayoutDirty=!0),n){let u,l=0;const f=()=>this.root.updateBlockedByResize=!1;At.read(()=>{l=window.innerWidth}),n(o,()=>{const d=window.innerWidth;d!==l&&(l=d,this.root.updateBlockedByResize=!0,u&&u(),u=uO(f,250),Ga.hasAnimatedSinceResize&&(Ga.hasAnimatedSinceResize=!1,this.nodes.forEach(Pv)))})}a&&this.root.registerSharedNode(a,this),this.options.animate!==!1&&h&&(a||c)&&this.addEventListener("didUpdate",({delta:u,hasLayoutChanged:l,hasRelativeLayoutChanged:f,layout:d})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const p=this.options.transition||h.getDefaultTransition()||AO,{onLayoutAnimationStart:m,onLayoutAnimationComplete:y}=h.getProps(),g=!this.targetLayout||!pv(this.targetLayout,d),v=!l&&f;if(this.options.layoutRoot||this.resumeFrom||v||l&&(g||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0);const x={...nf(p,"layout"),onPlay:m,onComplete:y};(h.shouldReduceMotion||this.options.layoutRoot)&&(x.delay=0,x.type=!1),this.startAnimation(x),this.setAnimationOrigin(u,v,x.path)}else l||Pv(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=d})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const o=this.getStack();o&&o.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,this.eventHandlers.clear(),is(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(EO),this.animationId++)}getTransformTemplate(){const{visualElement:o}=this.options;return o&&o.getProps().transformTemplate}willUpdate(o=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&_v(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let u=0;u<this.path.length;u++){const l=this.path[u];l.shouldResetTransform=!0,(typeof l.latestValues.x=="string"||typeof l.latestValues.y=="string")&&(l.isLayoutDirty=!0),l.updateScroll("snapshot"),l.options.layoutRoot&&l.willUpdate(!1)}const{layoutId:a,layout:c}=this.options;if(a===void 0&&!c)return;const h=this.getTransformTemplate();this.prevTransformTemplateValue=h?h(this.latestValues,""):void 0,this.updateSnapshot(),o&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){const c=this.updateBlockedByResize;this.unblockUpdate(),this.updateBlockedByResize=!1,this.clearAllSnapshots(),c&&this.nodes.forEach(bO),this.nodes.forEach(Tv);return}if(this.animationId<=this.animationCommitId){this.nodes.forEach(Cv);return}this.animationCommitId=this.animationId,this.isUpdating?(this.isUpdating=!1,this.nodes.forEach(wO),this.nodes.forEach(xO),this.nodes.forEach(mO),this.nodes.forEach(pO)):this.nodes.forEach(Cv),this.clearAllSnapshots();const a=ye.now();ne.delta=sn(0,1e3/60,a-ne.timestamp),ne.timestamp=a,ne.isProcessing=!0,Rl.update.process(ne),Rl.preRender.process(ne),Rl.render.process(ne),ne.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,df.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(vO),this.sharedNodes.forEach(TO)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,At.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){At.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure(),this.snapshot&&!ve(this.snapshot.measuredBox.x)&&!ve(this.snapshot.measuredBox.y)&&(this.snapshot=void 0))}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let c=0;c<this.path.length;c++)this.path[c].updateScroll();const o=this.layout;this.layout=this.measure(!1),this.layoutVersion++,this.layoutCorrected||(this.layoutCorrected=Ht()),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:a}=this.options;a&&a.notify("LayoutMeasure",this.layout.layoutBox,o?o.layoutBox:void 0)}updateScroll(o="measure"){let a=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===o&&(a=!1),a&&this.instance){const c=s(this.instance);this.scroll={animationId:this.root.animationId,phase:o,isRoot:c,offset:e(this.instance),wasRoot:this.scroll?this.scroll.isRoot:c}}}resetTransform(){if(!i)return;const o=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,a=this.projectionDelta&&!fv(this.projectionDelta),c=this.getTransformTemplate(),h=c?c(this.latestValues,""):void 0,u=h!==this.prevTransformTemplateValue;o&&this.instance&&(a||Os(this.latestValues)||u)&&(i(this.instance,h),this.shouldResetTransform=!1,this.scheduleRender())}measure(o=!0){const a=this.measurePageBox();let c=this.removeElementScroll(a);return o&&(c=this.removeTransform(c)),MO(c),{animationId:this.root.animationId,measuredBox:a,layoutBox:c,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:o}=this.options;if(!o)return Ht();const a=o.measureViewportBox();if(!(this.scroll?.wasRoot||this.path.some(DO))){const{scroll:h}=this.root;h&&(on(a.x,h.offset.x),on(a.y,h.offset.y))}return a}removeElementScroll(o){const a=Ht();if(He(a,o),this.scroll?.wasRoot)return a;for(let c=0;c<this.path.length;c++){const h=this.path[c],{scroll:u,options:l}=h;h!==this.root&&u&&l.layoutScroll&&(u.wasRoot&&He(a,o),on(a.x,u.offset.x),on(a.y,u.offset.y))}return a}applyTransform(o,a=!1,c){const h=c||Ht();He(h,o);for(let u=0;u<this.path.length;u++){const l=this.path[u];!a&&l.options.layoutScroll&&l.scroll&&l!==l.root&&(on(h.x,-l.scroll.offset.x),on(h.y,-l.scroll.offset.y)),Os(l.latestValues)&&$a(h,l.latestValues,l.layout?.layoutBox)}return Os(this.latestValues)&&$a(h,this.latestValues,this.layout?.layoutBox),h}removeTransform(o){const a=Ht();He(a,o);for(let c=0;c<this.path.length;c++){const h=this.path[c];if(!Os(h.latestValues))continue;let u;h.instance&&(xf(h.latestValues)&&h.updateSnapshot(),u=Ht(),He(u,h.measurePageBox())),uv(a,h.latestValues,h.snapshot?.layoutBox,u)}return Os(this.latestValues)&&uv(a,this.latestValues),a}setTargetDelta(o){this.targetDelta=o,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(o){this.options={...this.options,...o,crossfade:o.crossfade!==void 0?o.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==ne.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(o=!1){const a=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=a.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=a.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=a.isSharedProjectionDirty);const c=!!this.resumingFrom||this!==a;if(!(o||c&&this.isSharedProjectionDirty||this.isProjectionDirty||this.parent?.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:u,layoutId:l}=this.options;if(!this.layout||!(u||l))return;this.resolvedRelativeTargetAt=ne.timestamp;const f=this.getClosestProjectingParent();f&&this.linkedParentVersion!==f.layoutVersion&&!f.options.layoutRoot&&this.removeRelativeTarget(),!this.targetDelta&&!this.relativeTarget&&(this.options.layoutAnchor!==!1&&f&&f.layout?this.createRelativeTarget(f,this.layout.layoutBox,f.layout.layoutBox):this.removeRelativeTarget()),!(!this.relativeTarget&&!this.targetDelta)&&(this.target||(this.target=Ht(),this.targetWithTransforms=Ht()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),J3(this.target,this.relativeTarget,this.relativeParent.target,this.options.layoutAnchor||void 0)):this.targetDelta?(this.resumingFrom?this.applyTransform(this.layout.layoutBox,!1,this.target):He(this.target,this.layout.layoutBox),B1(this.target,this.targetDelta)):He(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget&&(this.attemptToResolveRelativeTarget=!1,this.options.layoutAnchor!==!1&&f&&!!f.resumingFrom==!!this.resumingFrom&&!f.options.layoutScroll&&f.target&&this.animationProgress!==1?this.createRelativeTarget(f,this.target,f.target):this.relativeParent=this.relativeTarget=void 0))}getClosestProjectingParent(){if(!(!this.parent||xf(this.parent.latestValues)||N1(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}createRelativeTarget(o,a,c){this.relativeParent=o,this.linkedParentVersion=o.layoutVersion,this.forceRelativeParentToResolveTarget(),this.relativeTarget=Ht(),this.relativeTargetOrigin=Ht(),Ua(this.relativeTargetOrigin,a,c,this.options.layoutAnchor||void 0),He(this.relativeTarget,this.relativeTargetOrigin)}removeRelativeTarget(){this.relativeParent=this.relativeTarget=void 0}calcProjection(){const o=this.getLead(),a=!!this.resumingFrom||this!==o;let c=!0;if((this.isProjectionDirty||this.parent?.isProjectionDirty)&&(c=!1),a&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(c=!1),this.resolvedRelativeTargetAt===ne.timestamp&&(c=!1),c)return;const{layout:h,layoutId:u}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(h||u))return;He(this.layoutCorrected,this.layout.layoutBox);const l=this.treeScale.x,f=this.treeScale.y;C3(this.layoutCorrected,this.treeScale,this.path,a),o.layout&&!o.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(o.target=o.layout.layoutBox,o.targetWithTransforms=Ht());const{target:d}=o;if(!d){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(nv(this.prevProjectionDelta.x,this.projectionDelta.x),nv(this.prevProjectionDelta.y,this.projectionDelta.y)),Tr(this.projectionDelta,this.layoutCorrected,d,this.latestValues),(this.treeScale.x!==l||this.treeScale.y!==f||!yv(this.projectionDelta.x,this.prevProjectionDelta.x)||!yv(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",d))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(o=!0){if(this.options.visualElement?.scheduleRender(),o){const a=this.getStack();a&&a.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=mi(),this.projectionDelta=mi(),this.projectionDeltaWithTransform=mi()}setAnimationOrigin(o,a=!1,c){const h=this.snapshot,u=h?h.latestValues:{},l={...this.latestValues},f=mi();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!a;const d=Ht(),p=h?h.source:void 0,m=this.layout?this.layout.source:void 0,y=p!==m,g=this.getStack(),v=!g||g.members.length<=1,x=!!(y&&!v&&this.options.crossfade===!0&&!this.path.some(PO));this.animationProgress=0;let b;const E=c?.interpolateProjection(o);this.mixTargetDelta=_=>{const D=_/1e3,V=E?.(D);V?(f.x.translate=V.x,f.x.scale=Mt(o.x.scale,1,D),f.x.origin=o.x.origin,f.x.originPoint=o.x.originPoint,f.y.translate=V.y,f.y.scale=Mt(o.y.scale,1,D),f.y.origin=o.y.origin,f.y.originPoint=o.y.originPoint):(Av(f.x,o.x,D),Av(f.y,o.y,D)),this.setTargetDelta(f),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(Ua(d,this.layout.layoutBox,this.relativeParent.layout.layoutBox,this.options.layoutAnchor||void 0),CO(this.relativeTarget,this.relativeTargetOrigin,d,D),b&&eO(this.relativeTarget,b)&&(this.isProjectionDirty=!1),b||(b=Ht()),He(b,this.relativeTarget)),y&&(this.animationValues=l,iO(l,u,this.latestValues,D,x,v)),V&&V.rotate!==void 0&&(this.animationValues||(this.animationValues=l),this.animationValues.pathRotation=V.rotate),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=D},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(o){this.notifyListeners("animationStart"),this.currentAnimation?.stop(),this.resumingFrom?.currentAnimation?.stop(),this.pendingAnimation&&(is(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=At.update(()=>{Ga.hasAnimatedSinceResize=!0,this.motionValue||(this.motionValue=fi(0)),this.motionValue.jump(0,!1),this.currentAnimation=aO(this.motionValue,[0,1e3],{...o,velocity:0,isSync:!0,onUpdate:a=>{this.mixTargetDelta(a),o.onUpdate&&o.onUpdate(a)},onComplete:()=>{o.onComplete&&o.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const o=this.getStack();o&&o.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(fO),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const o=this.getLead();let{targetWithTransforms:a,target:c,layout:h,latestValues:u}=o;if(!(!a||!c||!h)){if(this!==o&&this.layout&&h&&Iv(this.options.animationType,this.layout.layoutBox,h.layoutBox)){c=this.target||Ht();const l=ve(this.layout.layoutBox.x);c.x.min=o.target.x.min,c.x.max=c.x.min+l;const f=ve(this.layout.layoutBox.y);c.y.min=o.target.y.min,c.y.max=c.y.min+f}He(a,c),$a(a,u),Tr(this.projectionDeltaWithTransform,this.layoutCorrected,a,u)}}registerSharedNode(o,a){this.sharedNodes.has(o)||this.sharedNodes.set(o,new lO),this.sharedNodes.get(o).add(a);const h=a.options.initialPromotionConfig;a.promote({transition:h?h.transition:void 0,preserveFollowOpacity:h&&h.shouldPreserveFollowOpacity?h.shouldPreserveFollowOpacity(a):void 0})}isLead(){const o=this.getStack();return o?o.lead===this:!0}getLead(){const{layoutId:o}=this.options;return o?this.getStack()?.lead||this:this}getPrevLead(){const{layoutId:o}=this.options;return o?this.getStack()?.prevLead:void 0}getStack(){const{layoutId:o}=this.options;if(o)return this.root.sharedNodes.get(o)}promote({needsReset:o,transition:a,preserveFollowOpacity:c}={}){const h=this.getStack();h&&h.promote(this,c),o&&(this.projectionDelta=void 0,this.needsReset=!0),a&&this.setOptions({transition:a})}relegate(){const o=this.getStack();return o?o.relegate(this):!1}resetSkewAndRotation(){const{visualElement:o}=this.options;if(!o)return;let a=!1;const{latestValues:c}=o;if((c.z||c.rotate||c.rotateX||c.rotateY||c.rotateZ||c.skewX||c.skewY)&&(a=!0),!a)return;const h={};c.z&&Af("z",o,h,this.animationValues);for(let u=0;u<Pf.length;u++)Af(`rotate${Pf[u]}`,o,h,this.animationValues),Af(`skew${Pf[u]}`,o,h,this.animationValues);o.render();for(const u in h)o.setStaticValue(u,h[u]),this.animationValues&&(this.animationValues[u]=h[u]);o.scheduleRender()}applyProjectionStyles(o,a){if(!this.instance||this.isSVG)return;if(!this.isVisible){o.visibility="hidden";return}const c=this.getTransformTemplate();if(this.needsReset){this.needsReset=!1,o.visibility="",o.opacity="",o.pointerEvents=Ya(a?.pointerEvents)||"",o.transform=c?c(this.latestValues,""):"none";return}const h=this.getLead();if(!this.projectionDelta||!this.layout||!h.target){this.options.layoutId&&(o.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,o.pointerEvents=Ya(a?.pointerEvents)||""),this.hasProjected&&!Os(this.latestValues)&&(o.transform=c?c({},""):"none",this.hasProjected=!1);return}o.visibility="";const u=h.animationValues||h.latestValues;this.applyTransformsToTarget();let l=nO(this.projectionDeltaWithTransform,this.treeScale,u);c&&(l=c(u,l)),o.transform=l;const{x:f,y:d}=this.projectionDelta;o.transformOrigin=`${f.origin*100}% ${d.origin*100}% 0`,h.animationValues?o.opacity=h===this?u.opacity??this.latestValues.opacity??1:this.preserveOpacity?this.latestValues.opacity:u.opacityExit:o.opacity=h===this?u.opacity!==void 0?u.opacity:"":u.opacityExit!==void 0?u.opacityExit:0;for(const p in Ef){if(u[p]===void 0)continue;const{correct:m,applyTo:y,isCSSVariable:g}=Ef[p],v=l==="none"?u[p]:m(u[p],h);if(y){const x=y.length;for(let b=0;b<x;b++)o[y[b]]=v}else g?this.options.visualElement.renderState.vars[p]=v:o[p]=v}this.options.layoutId&&(o.pointerEvents=h===this?Ya(a?.pointerEvents)||"":"none")}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(o=>o.currentAnimation?.stop()),this.root.nodes.forEach(Tv),this.root.sharedNodes.clear()}}}function mO(n){n.updateLayout()}function pO(n){const t=n.resumeFrom?.snapshot||n.snapshot;if(n.isLead()&&n.layout&&t&&n.hasListeners("didUpdate")){const{layoutBox:e,measuredBox:s}=n.layout,{animationType:i}=n.options,r=t.source!==n.layout.source;if(i==="size")an(u=>{const l=r?t.measuredBox[u]:t.layoutBox[u],f=ve(l);l.min=e[u].min,l.max=l.min+f});else if(i==="x"||i==="y"){const u=i==="x"?"y":"x";Cf(r?t.measuredBox[u]:t.layoutBox[u],e[u])}else Iv(i,t.layoutBox,e)&&an(u=>{const l=r?t.measuredBox[u]:t.layoutBox[u],f=ve(e[u]);l.max=l.min+f,n.relativeTarget&&!n.currentAnimation&&(n.isProjectionDirty=!0,n.relativeTarget[u].max=n.relativeTarget[u].min+f)});const o=mi();Tr(o,e,t.layoutBox);const a=mi();r?Tr(a,n.applyTransform(s,!0),t.measuredBox):Tr(a,e,t.layoutBox);const c=!fv(o);let h=!1;if(!n.resumeFrom){const u=n.getClosestProjectingParent();if(u&&!u.resumeFrom){const{snapshot:l,layout:f}=u;if(l&&f){const d=n.options.layoutAnchor||void 0,p=Ht();Ua(p,t.layoutBox,l.layoutBox,d);const m=Ht();Ua(m,e,f.layoutBox,d),pv(p,m)||(h=!0),u.options.layoutRoot&&(n.relativeTarget=m,n.relativeTargetOrigin=p,n.relativeParent=u)}}}n.notifyListeners("didUpdate",{layout:e,snapshot:t,delta:a,layoutDelta:o,hasLayoutChanged:c,hasRelativeLayoutChanged:h})}else if(n.isLead()){const{onExitComplete:e}=n.options;e&&e()}n.options.transition=void 0}function gO(n){n.parent&&(n.isProjecting()||(n.isProjectionDirty=n.parent.isProjectionDirty),n.isSharedProjectionDirty||(n.isSharedProjectionDirty=!!(n.isProjectionDirty||n.parent.isProjectionDirty||n.parent.isSharedProjectionDirty)),n.isTransformDirty||(n.isTransformDirty=n.parent.isTransformDirty))}function yO(n){n.isProjectionDirty=n.isSharedProjectionDirty=n.isTransformDirty=!1}function vO(n){n.clearSnapshot()}function Tv(n){n.clearMeasurements()}function bO(n){n.isLayoutDirty=!0,n.updateLayout()}function Cv(n){n.isLayoutDirty=!1}function wO(n){n.isAnimationBlocked&&n.layout&&!n.isLayoutDirty&&(n.snapshot=n.layout,n.isLayoutDirty=!0)}function xO(n){const{visualElement:t}=n.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),n.resetTransform()}function Pv(n){n.finishAnimation(),n.targetDelta=n.relativeTarget=n.target=void 0,n.isProjectionDirty=!0}function SO(n){n.resolveTargetDelta()}function _O(n){n.calcProjection()}function EO(n){n.resetSkewAndRotation()}function TO(n){n.removeLeadSnapshot()}function Av(n,t,e){n.translate=Mt(t.translate,0,e),n.scale=Mt(t.scale,1,e),n.origin=t.origin,n.originPoint=t.originPoint}function Mv(n,t,e,s){n.min=Mt(t.min,e.min,s),n.max=Mt(t.max,e.max,s)}function CO(n,t,e,s){Mv(n.x,t.x,e.x,s),Mv(n.y,t.y,e.y,s)}function PO(n){return n.animationValues&&n.animationValues.opacityExit!==void 0}const AO={duration:.45,ease:[.4,0,.1,1]},Dv=n=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(n),Rv=Dv("applewebkit/")&&!Dv("chrome/")?Math.round:Ne;function Ov(n){n.min=Rv(n.min),n.max=Rv(n.max)}function MO(n){Ov(n.x),Ov(n.y)}function Iv(n,t,e){return n==="position"||n==="preserve-aspect"&&!K3(gv(t),gv(e),.2)}function DO(n){return n!==n.root&&n.scroll?.wasRoot}const RO=Ev({attachResizeListener:(n,t)=>Cr(n,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body?.scrollLeft||0,y:document.documentElement.scrollTop||document.body?.scrollTop||0}),checkIsScrollRoot:()=>!0}),Mf={current:void 0},kv=Ev({measureScroll:n=>({x:n.scrollLeft,y:n.scrollTop}),defaultParent:()=>{if(!Mf.current){const n=new RO({});n.mount(window),n.setOptions({layoutScroll:!0}),Mf.current=n}return Mf.current},resetTransform:(n,t)=>{n.style.transform=t!==void 0?t:"none"},checkIsScrollRoot:n=>window.getComputedStyle(n).position==="fixed"});function OO(n,t){if(Fa(n)){const{initial:e,animate:s}=n;return{initial:e===!1||_r(e)?e:void 0,animate:_r(s)?s:void 0}}return n.inherit!==!1?t:{}}function IO(n){const{initial:t,animate:e}=OO(n,H.useContext(Ea));return H.useMemo(()=>({initial:t,animate:e}),[Lv(t),Lv(e)])}function Lv(n){return Array.isArray(n)?n.join(" "):n}const Df=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function Vv(n,t,e){for(const s in t)!se(t[s])&&!H1(s,e)&&(n[s]=t[s])}function kO({transformTemplate:n},t){return H.useMemo(()=>{const e=Df();return _f(e,t,n),Object.assign({},e.vars,e.style)},[t])}function LO(n,t){const e=n.style||{},s={};return Vv(s,e,n),Object.assign(s,kO(n,t)),s}function VO(n,t){const e={},s=LO(n,t);return n.drag&&n.dragListener!==!1&&(e.draggable=!1,s.userSelect=s.WebkitUserSelect=s.WebkitTouchCallout="none",s.touchAction=n.drag===!0?"none":`pan-${n.drag==="x"?"y":"x"}`),n.tabIndex===void 0&&(n.onTap||n.onTapStart||n.whileTap)&&(e.tabIndex=0),e.style=s,e}const Nv=()=>({...Df(),attrs:{}});function NO(n,t,e,s){const i=H.useMemo(()=>{const r=Nv();return q1(r,t,J1(s),n.transformTemplate,n.style),{...r.attrs,style:{...r.style}}},[t]);if(n.style){const r={};Vv(r,n.style,n),i.style={...r,...i.style}}return i}const zO=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","propagate","ignoreStrict","viewport"]);function Xa(n){return n.startsWith("while")||n.startsWith("drag")&&n!=="draggable"||n.startsWith("layout")||n.startsWith("onTap")||n.startsWith("onPan")||n.startsWith("onLayout")||zO.has(n)}let zv=n=>!Xa(n);function FO(n){typeof n=="function"&&(zv=t=>t.startsWith("on")?!Xa(t):n(t))}try{const n="@emotion/is-prop-valid";FO(require(n).default)}catch{}function BO(n,t,e){const s={};for(const i in n)i==="values"&&typeof n.values=="object"||se(n[i])||(zv(i)||e===!0&&Xa(i)||!t&&!Xa(i)||n.draggable&&i.startsWith("onDrag"))&&(s[i]=n[i]);return s}const jO=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function Rf(n){return typeof n!="string"||n.includes("-")?!1:!!(jO.indexOf(n)>-1||/[A-Z]/u.test(n))}function $O(n,t,e,{latestValues:s},i,r=!1,o){const c=(o??Rf(n)?NO:VO)(t,s,i,n),h=BO(t,typeof n=="string",r),u=n!==H.Fragment?{...h,...c,ref:e}:{},{children:l}=t,f=H.useMemo(()=>se(l)?l.get():l,[l]);return H.createElement(n,{...u,children:f})}const Of=H.createContext(null);function UO(n){const t=H.useRef(null);return t.current===null&&(t.current=n()),t.current}function YO({scrapeMotionValuesFromProps:n,createRenderState:t},e,s,i){return{latestValues:GO(e,s,i,n),renderState:t()}}function GO(n,t,e,s){const i={},r=s(n,{});for(const f in r)i[f]=Ya(r[f]);let{initial:o,animate:a}=n;const c=Fa(n),h=R1(n);t&&h&&!c&&n.inherit!==!1&&(o===void 0&&(o=t.initial),a===void 0&&(a=t.animate));let u=e?e.initial===!1:!1;u=u||o===!1;const l=u?a:o;if(l&&typeof l!="boolean"&&!za(l)){const f=Array.isArray(l)?l:[l];for(let d=0;d<f.length;d++){const p=rf(n,f[d]);if(p){const{transitionEnd:m,transition:y,...g}=p;for(const v in g){let x=g[v];if(Array.isArray(x)){const b=u?x.length-1:0;x=x[b]}x!==null&&(i[v]=x)}for(const v in m)i[v]=m[v]}}}return i}const Fv=n=>(t,e)=>{const s=H.useContext(Ea),i=H.useContext(Of),r=()=>YO(n,t,s,i);return e?r():UO(r)},XO=Fv({scrapeMotionValuesFromProps:Tf,createRenderState:Df}),WO=Fv({scrapeMotionValuesFromProps:Z1,createRenderState:Nv}),Bv={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]};let jv=!1;function HO(){if(jv)return;const n={};for(const t in Bv)n[t]={isEnabled:e=>Bv[t].some(s=>!!e[s])};k1(n),jv=!0}function $v(){return HO(),S3()}function qO(n){const t=$v();for(const e in n)t[e]={...t[e],...n[e]};k1(t)}const KO=Symbol.for("motionComponentSymbol");function JO(n,t,e){const s=H.useRef(e);H.useInsertionEffect(()=>{s.current=e});const i=H.useRef(null);return H.useCallback(r=>{r&&n.onMount?.(r),t&&(r?t.mount(r):t.unmount());const o=s.current;if(typeof o=="function")if(r){const a=o(r);typeof a=="function"&&(i.current=a)}else i.current?(i.current(),i.current=null):o(r);else o&&(o.current=r)},[t])}const Uv=H.createContext({});function pi(n){return n&&typeof n=="object"&&Object.prototype.hasOwnProperty.call(n,"current")}const ZO=typeof window<"u"?H.useLayoutEffect:H.useEffect;function QO(n,t,e,s,i,r){const{visualElement:o}=H.useContext(Ea),a=H.useContext(_0),c=H.useContext(Of),h=H.useContext(E0),u=h.reducedMotion,l=h.skipAnimations,f=H.useRef(null),d=H.useRef(!1);s=s||a.renderer,!f.current&&s&&(f.current=s(n,{visualState:t,parent:o,props:e,presenceContext:c,blockInitialAnimation:c?c.initial===!1:!1,reducedMotionConfig:u,skipAnimations:l,isSVG:r}),d.current&&f.current&&(f.current.manuallyAnimateOnMount=!0));const p=f.current,m=H.useContext(Uv);p&&!p.projection&&i&&(p.type==="html"||p.type==="svg")&&tI(f.current,e,i,m);const y=H.useRef(!1);H.useInsertionEffect(()=>{p&&y.current&&p.update(e,c)});const g=e[l1],v=H.useRef(!!g&&typeof window<"u"&&!window.MotionHandoffIsComplete?.(g)&&window.MotionHasOptimisedAnimation?.(g));return ZO(()=>{d.current=!0,p&&(y.current=!0,window.MotionIsMounted=!0,p.updateFeatures(),p.scheduleRenderMicrotask(),v.current&&p.animationState&&p.animationState.animateChanges())}),H.useEffect(()=>{p&&(!v.current&&p.animationState&&p.animationState.animateChanges(),v.current&&(queueMicrotask(()=>{window.MotionHandoffMarkAsComplete?.(g)}),v.current=!1),p.enteringChildren=void 0)}),p}function tI(n,t,e,s){const{layoutId:i,layout:r,drag:o,dragConstraints:a,layoutScroll:c,layoutRoot:h,layoutAnchor:u,layoutCrossfade:l}=t;n.projection=new e(n.latestValues,t["data-framer-portal-id"]?void 0:Yv(n.parent)),n.projection.setOptions({layoutId:i,layout:r,alwaysMeasureLayout:!!o||a&&pi(a),visualElement:n,animationType:typeof r=="string"?r:"both",initialPromotionConfig:s,crossfade:l,layoutScroll:c,layoutRoot:h,layoutAnchor:u})}function Yv(n){if(n)return n.options.allowProjection!==!1?n.projection:Yv(n.parent)}function eI(n,{forwardMotionProps:t=!1,type:e}={},s,i){s&&qO(s);const r=e?e==="svg":Rf(n),o=r?WO:XO;function a(h,u){let l;const f={...H.useContext(E0),...h,layoutId:nI(h)},{isStatic:d}=f,p=IO(h),m=o(h,d);if(!d&&typeof window<"u"){sI(f,s);const y=iI(f);l=y.MeasureLayout,p.visualElement=QO(n,m,f,i,y.ProjectionNode,r)}return Tl.jsxs(Ea.Provider,{value:p,children:[l&&p.visualElement?Tl.jsx(l,{visualElement:p.visualElement,...f}):null,$O(n,h,JO(m,p.visualElement,u),m,d,t,r)]})}a.displayName=`motion.${typeof n=="string"?n:`create(${n.displayName??n.name??""})`}`;const c=H.forwardRef(a);return c[KO]=n,c}function nI({layoutId:n}){const t=H.useContext(S0).id;return t&&n!==void 0?t+"-"+n:n}function sI(n,t){const e=H.useContext(_0).strict;if({}.NODE_ENV!=="production"&&t&&e){const s="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";n.ignoreStrict?ri(!1,s,"lazy-strict-mode"):Rn(!1,s,"lazy-strict-mode")}}function iI(n){const t=$v(),{drag:e,layout:s}=t;if(!e&&!s)return{};const i={...e,...s};return{MeasureLayout:e?.isEnabled(n)||s?.isEnabled(n)?i.MeasureLayout:void 0,ProjectionNode:i.ProjectionNode}}const rI=(n,t)=>t.isSVG??Rf(n)?new F3(t):new I3(t,{allowProjection:n!==H.Fragment});class oI extends os{constructor(t){super(t),t.animationState||(t.animationState=Y3(t))}updateAnimationControlsSubscription(){const{animate:t}=this.node.getProps();za(t)&&(this.unmountControls=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:t}=this.node.getProps(),{animate:e}=this.node.prevProps||{};t!==e&&this.updateAnimationControlsSubscription()}unmount(){this.node.animationState.reset(),this.unmountControls?.()}}let aI=0;class cI extends os{constructor(){super(...arguments),this.id=aI++,this.isExitComplete=!1}update(){if(!this.node.presenceContext)return;const{isPresent:t,onExitComplete:e}=this.node.presenceContext,{isPresent:s}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===s)return;if(t&&s===!1){if(this.isExitComplete){const{initial:r,custom:o}=this.node.getProps();if(typeof r=="string"||typeof r=="object"&&r!==null&&!Array.isArray(r)){const a=Rs(this.node,r,o);if(a){const{transition:c,transitionEnd:h,...u}=a;for(const l in u)this.node.getValue(l)?.jump(u[l])}}this.node.animationState.reset(),this.node.animationState.animateChanges()}else this.node.animationState.setActive("exit",!1);this.isExitComplete=!1;return}const i=this.node.animationState.setActive("exit",!t);e&&!t&&i.then(()=>{this.isExitComplete=!0,e(this.id)})}mount(){const{register:t,onExitComplete:e}=this.node.presenceContext||{};e&&e(this.id),t&&(this.unmount=t(this.id))}unmount(){}}const hI={animation:{Feature:oI},exit:{Feature:cI}};function Pr(n){return{point:{x:n.pageX,y:n.pageY}}}const uI=n=>t=>mf(t)&&n(t,Pr(t));function Ar(n,t,e,s){return Cr(n,t,uI(e),s)}const Gv=({current:n})=>n?n.ownerDocument.defaultView:null,Xv=(n,t)=>Math.abs(n-t);function lI(n,t){const e=Xv(n.x,t.x),s=Xv(n.y,t.y);return Math.sqrt(e**2+s**2)}const Wv=new Set(["auto","scroll"]);class Hv{constructor(t,e,{transformPagePoint:s,contextWindow:i=window,dragSnapToOrigin:r=!1,distanceThreshold:o=3,element:a}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.lastRawMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.scrollPositions=new Map,this.removeScrollListeners=null,this.onElementScroll=p=>{this.handleScroll(p.target)},this.onWindowScroll=()=>{this.handleScroll(window)},this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;this.lastRawMoveEventInfo&&(this.lastMoveEventInfo=Wa(this.lastRawMoveEventInfo,this.transformPagePoint));const p=If(this.lastMoveEventInfo,this.history),m=this.startEvent!==null,y=lI(p.offset,{x:0,y:0})>=this.distanceThreshold;if(!m&&!y)return;const{point:g}=p,{timestamp:v}=ne;this.history.push({...g,timestamp:v});const{onStart:x,onMove:b}=this.handlers;m||(x&&x(this.lastMoveEvent,p),this.startEvent=this.lastMoveEvent),b&&b(this.lastMoveEvent,p)},this.handlePointerMove=(p,m)=>{this.lastMoveEvent=p,this.lastRawMoveEventInfo=m,this.lastMoveEventInfo=Wa(m,this.transformPagePoint),At.update(this.updatePoint,!0)},this.handlePointerUp=(p,m)=>{this.end();const{onEnd:y,onSessionEnd:g,resumeAnimation:v}=this.handlers;if((this.dragSnapToOrigin||!this.startEvent)&&v&&v(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const x=If(p.type==="pointercancel"?this.lastMoveEventInfo:Wa(m,this.transformPagePoint),this.history);this.startEvent&&y&&y(p,x),g&&g(p,x)},!mf(t))return;this.dragSnapToOrigin=r,this.handlers=e,this.transformPagePoint=s,this.distanceThreshold=o,this.contextWindow=i||window;const c=Pr(t),h=Wa(c,this.transformPagePoint),{point:u}=h,{timestamp:l}=ne;this.history=[{...u,timestamp:l}];const{onSessionStart:f}=e;f&&f(t,If(h,this.history));const d={passive:!0,capture:!0};this.removeListeners=gr(Ar(this.contextWindow,"pointermove",this.handlePointerMove,d),Ar(this.contextWindow,"pointerup",this.handlePointerUp,d),Ar(this.contextWindow,"pointercancel",this.handlePointerUp,d)),a&&this.startScrollTracking(a)}startScrollTracking(t){let e=t.parentElement;for(;e;){const s=getComputedStyle(e);(Wv.has(s.overflowX)||Wv.has(s.overflowY))&&this.scrollPositions.set(e,{x:e.scrollLeft,y:e.scrollTop}),e=e.parentElement}this.scrollPositions.set(window,{x:window.scrollX,y:window.scrollY}),window.addEventListener("scroll",this.onElementScroll,{capture:!0}),window.addEventListener("scroll",this.onWindowScroll),this.removeScrollListeners=()=>{window.removeEventListener("scroll",this.onElementScroll,{capture:!0}),window.removeEventListener("scroll",this.onWindowScroll)}}handleScroll(t){const e=this.scrollPositions.get(t);if(!e)return;const s=t===window,i=s?{x:window.scrollX,y:window.scrollY}:{x:t.scrollLeft,y:t.scrollTop},r={x:i.x-e.x,y:i.y-e.y};r.x===0&&r.y===0||(s?this.lastMoveEventInfo&&(this.lastMoveEventInfo.point.x+=r.x,this.lastMoveEventInfo.point.y+=r.y):this.history.length>0&&(this.history[0].x-=r.x,this.history[0].y-=r.y),this.scrollPositions.set(t,i),At.update(this.updatePoint,!0))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),this.removeScrollListeners&&this.removeScrollListeners(),this.scrollPositions.clear(),is(this.updatePoint)}}function Wa(n,t){return t?{point:t(n.point)}:n}function qv(n,t){return{x:n.x-t.x,y:n.y-t.y}}function If({point:n},t){return{point:n,delta:qv(n,Kv(t)),offset:qv(n,fI(t)),velocity:dI(t,.1)}}function fI(n){return n[0]}function Kv(n){return n[n.length-1]}function dI(n,t){if(n.length<2)return{x:0,y:0};let e=n.length-1,s=null;const i=Kv(n);for(;e>=0&&(s=n[e],!(i.timestamp-s.timestamp>Ee(t)));)e--;if(!s)return{x:0,y:0};s===n[0]&&n.length>2&&i.timestamp-s.timestamp>Ee(t)*2&&(s=n[1]);const r=ze(i.timestamp-s.timestamp);if(r===0)return{x:0,y:0};const o={x:(i.x-s.x)/r,y:(i.y-s.y)/r};return o.x===1/0&&(o.x=0),o.y===1/0&&(o.y=0),o}function mI(n,{min:t,max:e},s){return t!==void 0&&n<t?n=s?Mt(t,n,s.min):Math.max(n,t):e!==void 0&&n>e&&(n=s?Mt(e,n,s.max):Math.min(n,e)),n}function Jv(n,t,e){return{min:t!==void 0?n.min+t:void 0,max:e!==void 0?n.max+e-(n.max-n.min):void 0}}function pI(n,{top:t,left:e,bottom:s,right:i}){return{x:Jv(n.x,e,i),y:Jv(n.y,t,s)}}function Zv(n,t){let e=t.min-n.min,s=t.max-n.max;return t.max-t.min<n.max-n.min&&([e,s]=[s,e]),{min:e,max:s}}function gI(n,t){return{x:Zv(n.x,t.x),y:Zv(n.y,t.y)}}function yI(n,t){let e=.5;const s=ve(n),i=ve(t);return i>s?e=yr(t.min,t.max-s,n.min):s>i&&(e=yr(n.min,n.max-i,t.min)),sn(0,1,e)}function vI(n,t){const e={};return t.min!==void 0&&(e.min=t.min-n.min),t.max!==void 0&&(e.max=t.max-n.min),e}const kf=.35;function bI(n=kf){return n===!1?n=0:n===!0&&(n=kf),{x:Qv(n,"left","right"),y:Qv(n,"top","bottom")}}function Qv(n,t,e){return{min:tb(n,t),max:tb(n,e)}}function tb(n,t){return typeof n=="number"?n:n[t]||0}const wI=new WeakMap;class xI{constructor(t){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=Ht(),this.latestPointerEvent=null,this.latestPanInfo=null,this.visualElement=t}start(t,{snapToCursor:e=!1,distanceThreshold:s}={}){const{presenceContext:i}=this.visualElement;if(i&&i.isPresent===!1)return;const r=l=>{e&&this.snapToCursor(Pr(l).point),this.stopAnimation()},o=(l,f)=>{const{drag:d,dragPropagation:p,onDragStart:m}=this.getProps();if(d&&!p&&(this.openDragLock&&this.openDragLock(),this.openDragLock=ZR(d),!this.openDragLock))return;this.latestPointerEvent=l,this.latestPanInfo=f,this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),an(g=>{let v=this.getAxisMotionValue(g).get()||0;if(rn.test(v)){const{projection:x}=this.visualElement;if(x&&x.layout){const b=x.layout.layoutBox[g];b&&(v=ve(b)*(parseFloat(v)/100))}}this.originPoint[g]=v}),m&&At.update(()=>m(l,f),!1,!0),af(this.visualElement,"transform");const{animationState:y}=this.visualElement;y&&y.setActive("whileDrag",!0)},a=(l,f)=>{this.latestPointerEvent=l,this.latestPanInfo=f;const{dragPropagation:d,dragDirectionLock:p,onDirectionLock:m,onDrag:y}=this.getProps();if(!d&&!this.openDragLock)return;const{offset:g}=f;if(p&&this.currentDirection===null){this.currentDirection=_I(g),this.currentDirection!==null&&m&&m(this.currentDirection);return}this.updateAxis("x",f.point,g),this.updateAxis("y",f.point,g),this.visualElement.render(),y&&At.update(()=>y(l,f),!1,!0)},c=(l,f)=>{this.latestPointerEvent=l,this.latestPanInfo=f,this.stop(l,f),this.latestPointerEvent=null,this.latestPanInfo=null},h=()=>{const{dragSnapToOrigin:l}=this.getProps();(l||this.constraints)&&this.startAnimation({x:0,y:0})},{dragSnapToOrigin:u}=this.getProps();this.panSession=new Hv(t,{onSessionStart:r,onStart:o,onMove:a,onSessionEnd:c,resumeAnimation:h},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:u,distanceThreshold:s,contextWindow:Gv(this.visualElement),element:this.visualElement.current})}stop(t,e){const s=t||this.latestPointerEvent,i=e||this.latestPanInfo,r=this.isDragging;if(this.cancel(),!r||!i||!s)return;const{velocity:o}=i;this.startAnimation(o);const{onDragEnd:a}=this.getProps();a&&At.postRender(()=>a(s,i))}cancel(){this.isDragging=!1;const{projection:t,animationState:e}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.endPanSession();const{dragPropagation:s}=this.getProps();!s&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),e&&e.setActive("whileDrag",!1)}endPanSession(){this.panSession&&this.panSession.end(),this.panSession=void 0}updateAxis(t,e,s){const{drag:i}=this.getProps();if(!s||!Ha(t,i,this.currentDirection))return;const r=this.getAxisMotionValue(t);let o=this.originPoint[t]+s[t];this.constraints&&this.constraints[t]&&(o=mI(o,this.constraints[t],this.elastic[t])),r.set(o)}resolveConstraints(){const{dragConstraints:t,dragElastic:e}=this.getProps(),s=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):this.visualElement.projection?.layout,i=this.constraints;t&&pi(t)?this.constraints||(this.constraints=this.resolveRefConstraints()):t&&s?this.constraints=pI(s.layoutBox,t):this.constraints=!1,this.elastic=bI(e),i!==this.constraints&&!pi(t)&&s&&this.constraints&&!this.hasMutatedConstraints&&an(r=>{this.constraints!==!1&&this.getAxisMotionValue(r)&&(this.constraints[r]=vI(s.layoutBox[r],this.constraints[r]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:e}=this.getProps();if(!t||!pi(t))return!1;const s=t.current;Rn(s!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.","drag-constraints-ref");const{projection:i}=this.visualElement;if(!i||!i.layout)return!1;i.root&&(i.root.scroll=void 0,i.root.updateScroll());const r=P3(s,i.root,this.visualElement.getTransformPagePoint());let o=gI(i.layout.layoutBox,r);if(e){const a=e(E3(o));this.hasMutatedConstraints=!!a,a&&(o=V1(a))}return o}startAnimation(t){const{drag:e,dragMomentum:s,dragElastic:i,dragTransition:r,dragSnapToOrigin:o,onDragTransitionEnd:a}=this.getProps(),c=this.constraints||{},h=an(u=>{if(!Ha(u,e,this.currentDirection))return;let l=c&&c[u]||{};(o===!0||o===u)&&(l={min:0,max:0});const f=i?200:1e6,d=i?40:1e7,p={type:"inertia",velocity:s?t[u]:0,bounceStiffness:f,bounceDamping:d,timeConstant:750,restDelta:1,restSpeed:10,...r,...l};return this.startAxisValueAnimation(u,p)});return Promise.all(h).then(a)}startAxisValueAnimation(t,e){const s=this.getAxisMotionValue(t);return af(this.visualElement,t),s.start(sf(t,s,0,e,this.visualElement,!1))}stopAnimation(){an(t=>this.getAxisMotionValue(t).stop())}getAxisMotionValue(t){const e=`_drag${t.toUpperCase()}`,i=this.visualElement.getProps()[e];return i||this.visualElement.getValue(t,this.visualElement.latestValues[t]??0)}snapToCursor(t){an(e=>{const{drag:s}=this.getProps();if(!Ha(e,s,this.currentDirection))return;const{projection:i}=this.visualElement,r=this.getAxisMotionValue(e);if(i&&i.layout){const{min:o,max:a}=i.layout.layoutBox[e],c=r.get()||0;r.set(t[e]-Mt(o,a,.5)+c)}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:t,dragConstraints:e}=this.getProps(),{projection:s}=this.visualElement;if(!pi(e)||!s||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};an(o=>{const a=this.getAxisMotionValue(o);if(a&&this.constraints!==!1){const c=a.get();i[o]=yI({min:c,max:c},this.constraints[o])}});const{transformTemplate:r}=this.visualElement.getProps();this.visualElement.current.style.transform=r?r({},""):"none",s.root&&s.root.updateScroll(),s.updateLayout(),this.constraints=!1,this.resolveConstraints(),an(o=>{if(!Ha(o,t,null))return;const a=this.getAxisMotionValue(o),{min:c,max:h}=this.constraints[o];a.set(Mt(c,h,i[o]))}),this.visualElement.render()}addListeners(){if(!this.visualElement.current)return;wI.set(this.visualElement,this);const t=this.visualElement.current,e=Ar(t,"pointerdown",h=>{const{drag:u,dragListener:l=!0}=this.getProps(),f=h.target,d=f!==t&&i3(f);u&&l&&!d&&this.start(h)});let s;const i=()=>{const{dragConstraints:h}=this.getProps();pi(h)&&h.current&&(this.constraints=this.resolveRefConstraints(),s||(s=SI(t,h.current,()=>this.scalePositionWithinConstraints())))},{projection:r}=this.visualElement,o=r.addEventListener("measure",i);r&&!r.layout&&(r.root&&r.root.updateScroll(),r.updateLayout()),At.read(i);const a=Cr(window,"resize",()=>this.scalePositionWithinConstraints()),c=r.addEventListener("didUpdate",({delta:h,hasLayoutChanged:u})=>{this.isDragging&&u&&(an(l=>{const f=this.getAxisMotionValue(l);f&&(this.originPoint[l]+=h[l].translate,f.set(f.get()+h[l].translate))}),this.visualElement.render())});return()=>{a(),e(),o(),c&&c(),s&&s()}}getProps(){const t=this.visualElement.getProps(),{drag:e=!1,dragDirectionLock:s=!1,dragPropagation:i=!1,dragConstraints:r=!1,dragElastic:o=kf,dragMomentum:a=!0}=t;return{...t,drag:e,dragDirectionLock:s,dragPropagation:i,dragConstraints:r,dragElastic:o,dragMomentum:a}}}function eb(n){let t=!0;return()=>{if(t){t=!1;return}n()}}function SI(n,t,e){const s=A1(n,eb(e)),i=A1(t,eb(e));return()=>{s(),i()}}function Ha(n,t,e){return(t===!0||t===n)&&(e===null||e===n)}function _I(n,t=10){let e=null;return Math.abs(n.y)>t?e="y":Math.abs(n.x)>t&&(e="x"),e}class EI extends os{constructor(t){super(t),this.removeGroupControls=Ne,this.removeListeners=Ne,this.controls=new xI(t)}mount(){const{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||Ne}update(){const{dragControls:t}=this.node.getProps(),{dragControls:e}=this.node.prevProps||{};t!==e&&(this.removeGroupControls(),t&&(this.removeGroupControls=t.subscribe(this.controls)))}unmount(){this.removeGroupControls(),this.removeListeners(),this.controls.isDragging||this.controls.endPanSession()}}const Lf=n=>(t,e)=>{n&&At.update(()=>n(t,e),!1,!0)};class TI extends os{constructor(){super(...arguments),this.removePointerDownListener=Ne}onPointerDown(t){this.session=new Hv(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:Gv(this.node)})}createPanHandlers(){const{onPanSessionStart:t,onPanStart:e,onPan:s,onPanEnd:i}=this.node.getProps();return{onSessionStart:Lf(t),onStart:Lf(e),onMove:Lf(s),onEnd:(r,o)=>{delete this.session,i&&At.postRender(()=>i(r,o))}}}mount(){this.removePointerDownListener=Ar(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}function CI(n=!0){const t=H.useContext(Of);if(t===null)return[!0,null];const{isPresent:e,onExitComplete:s,register:i}=t,r=H.useId();H.useEffect(()=>{if(n)return i(r)},[n]);const o=H.useCallback(()=>n&&s&&s(r),[r,s,n]);return!e&&s?[!1,o]:[!0]}let Vf=!1;class PI extends H.Component{componentDidMount(){const{visualElement:t,layoutGroup:e,switchLayoutGroup:s,layoutId:i}=this.props,{projection:r}=t;r&&(e.group&&e.group.add(r),s&&s.register&&i&&s.register(r),Vf&&r.root.didUpdate(),r.addEventListener("animationComplete",()=>{this.safeToRemove()}),r.setOptions({...r.options,layoutDependency:this.props.layoutDependency,onExitComplete:()=>this.safeToRemove()})),Ga.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){const{layoutDependency:e,visualElement:s,drag:i,isPresent:r}=this.props,{projection:o}=s;return o&&(o.isPresent=r,t.layoutDependency!==e&&o.setOptions({...o.options,layoutDependency:e}),Vf=!0,i||t.layoutDependency!==e||e===void 0||t.isPresent!==r?o.willUpdate():this.safeToRemove(),t.isPresent!==r&&(r?o.promote():o.relegate()||At.postRender(()=>{const a=o.getStack();(!a||!a.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{visualElement:t,layoutAnchor:e}=this.props,{projection:s}=t;s&&(s.options.layoutAnchor=e,s.root.didUpdate(),df.postRender(()=>{!s.currentAnimation&&s.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:t,layoutGroup:e,switchLayoutGroup:s}=this.props,{projection:i}=t;Vf=!0,i&&(i.scheduleCheckAfterUnmount(),e&&e.group&&e.group.remove(i),s&&s.deregister&&s.deregister(i))}safeToRemove(){const{safeToRemove:t}=this.props;t&&t()}render(){return null}}function nb(n){const[t,e]=CI(),s=H.useContext(S0);return Tl.jsx(PI,{...n,layoutGroup:s,switchLayoutGroup:H.useContext(Uv),isPresent:t,safeToRemove:e})}const AI={pan:{Feature:TI},drag:{Feature:EI,ProjectionNode:kv,MeasureLayout:nb}};function sb(n,t,e){const{props:s}=n;n.animationState&&s.whileHover&&n.animationState.setActive("whileHover",e==="Start");const i="onHover"+e,r=s[i];r&&At.postRender(()=>r(t,Pr(t)))}class MI extends os{mount(){const{current:t}=this.node;t&&(this.unmount=t3(t,(e,s)=>(sb(this.node,s,"Start"),i=>sb(this.node,i,"End"))))}unmount(){}}class DI extends os{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.node.current.matches(":focus-visible")}catch{t=!0}!t||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=gr(Cr(this.node.current,"focus",()=>this.onFocus()),Cr(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}function ib(n,t,e){const{props:s}=n;if(n.current instanceof HTMLButtonElement&&n.current.disabled)return;n.animationState&&s.whileTap&&n.animationState.setActive("whileTap",e==="Start");const i="onTap"+(e==="End"?"":e),r=s[i];r&&At.postRender(()=>r(t,Pr(t)))}class RI extends os{mount(){const{current:t}=this.node;if(!t)return;const{globalTapTarget:e,propagate:s}=this.node.props;this.unmount=o3(t,(i,r)=>(ib(this.node,r,"Start"),(o,{success:a})=>ib(this.node,o,a?"End":"Cancel")),{useGlobalTarget:e,stopPropagation:s?.tap===!1})}unmount(){}}const Nf=new WeakMap,zf=new WeakMap,OI=n=>{const t=Nf.get(n.target);t&&t(n)},II=n=>{n.forEach(OI)};function kI({root:n,...t}){const e=n||document;zf.has(e)||zf.set(e,{});const s=zf.get(e),i=JSON.stringify(t);return s[i]||(s[i]=new IntersectionObserver(II,{root:n,...t})),s[i]}function LI(n,t,e){const s=kI(t);return Nf.set(n,e),s.observe(n),()=>{Nf.delete(n),s.unobserve(n)}}const VI={some:0,all:1};class NI extends os{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.stopObserver?.();const{viewport:t={}}=this.node.getProps(),{root:e,margin:s,amount:i="some",once:r}=t,o={root:e?e.current:void 0,rootMargin:s,threshold:typeof i=="number"?i:VI[i]},a=c=>{const{isIntersecting:h}=c;if(this.isInView===h||(this.isInView=h,r&&!h&&this.hasEnteredView))return;h&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",h);const{onViewportEnter:u,onViewportLeave:l}=this.node.getProps(),f=h?u:l;f&&f(c)};this.stopObserver=LI(this.node.current,o,a)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:t,prevProps:e}=this.node;["amount","margin","root"].some(zI(t,e))&&this.startObserver()}unmount(){this.stopObserver?.(),this.hasEnteredView=!1,this.isInView=!1}}function zI({viewport:n={}},{viewport:t={}}={}){return e=>n[e]!==t[e]}const FI={...hI,...{inView:{Feature:NI},tap:{Feature:RI},focus:{Feature:DI},hover:{Feature:MI}},...AI,...{layout:{ProjectionNode:kv,MeasureLayout:nb}}};function rb(n,t){return eI(n,t,FI,rI)}const BI=rb("div"),jI=rb("svg"),$I={rest:{scale:1},hover:{scale:1.1},pressed:{scale:.95}},UI={rest:{rotate:0},hover:{rotate:360,transition:{duration:.4}}},YI=({onClick:n})=>React.createElement(BI,{style:GI,onClick:n,variants:$I,initial:"rest",whileHover:"hover",whileTap:"pressed"},React.createElement(jI,{width:"16",height:"16",xmlns:"http://www.w3.org/2000/svg",variants:UI},React.createElement("path",{d:"M12.8 5.1541V2.5a.7.7 0 0 1 1.4 0v5a.7.7 0 0 1-.7.7h-5a.7.7 0 0 1 0-1.4h3.573c-.7005-1.8367-2.4886-3.1-4.5308-3.1C4.8665 3.7 2.7 5.85 2.7 8.5s2.1665 4.8 4.8422 4.8c1.3035 0 2.523-.512 3.426-1.4079a.7.7 0 0 1 .986.9938C10.7915 14.0396 9.2186 14.7 7.5422 14.7 4.0957 14.7 1.3 11.9257 1.3 8.5s2.7957-6.2 6.2422-6.2c2.1801 0 4.137 1.1192 5.2578 2.8541z",fill:"#ffffff",fillRule:"nonzero",style:XI}))),GI={padding:"5px",border:"1px dotted var(--yz-foreground)",borderRadius:"5px",width:"20px",height:"20px",display:"flex",justifyContent:"center",alignItems:"center",cursor:"pointer"},XI={fill:"var(--yz-foreground)"};function ob(n,t,e){return new WebSocket(n)}function WI(n){return`${n}eventbus/${Fb(3)}/${sd(8)}/websocket`}class cn{static CONNECTING=WebSocket.CONNECTING;static OPEN=WebSocket.OPEN;static CLOSING=WebSocket.CLOSING;static CLOSED=WebSocket.CLOSED;url;socketCreatorProtocols;socketCreatorOptions;socketCreator;socket;state=cn.CONNECTING;messageQueue=[];pingInterval;pingTimerID;reconnect;reconnectAttempts=0;maxReconnectAttempts;reconnectTimerID;onopen;onclose;onerror;requestid=0;waitings={};listeners={};constructor(t="",e){this.url=t,this.socketCreatorProtocols=e?.socketCreatorProtocols,this.socketCreatorOptions=e?.socketCreatorOptions||{},this.socketCreator=e?.socketCreator||ob,this.pingInterval=e?.pingInterval||5e3,this.onopen=e?.onopen,this.onclose=e?.onclose,this.onerror=e?.onerror,this.reconnect=typeof e?.reconnect=="boolean"?e.reconnect:!0,this.maxReconnectAttempts=typeof e?.maxReconnectAttempts=="number"?e.maxReconnectAttempts:1/0,this._connect()}open(){this.reconnectAttempts=0,this._connect()}close(){this.state=cn.CLOSING,this.socket?.close()}_connect(){this.socket?.readyState===cn.CONNECTING||this.socket?.readyState===cn.OPEN||(this.state=cn.CONNECTING,this.socket=this.socketCreator(this.url,this.socketCreatorProtocols,this.socketCreatorOptions),this.socket.onopen=()=>{zn(`(${this.url}) onopen`),this.state=cn.OPEN,this.reconnectTimerID&&(clearTimeout(this.reconnectTimerID),this.reconnectTimerID=void 0);const t=this.messageQueue.slice();this.messageQueue=[],t.forEach(this._send.bind(this)),this.ping(),this.pingTimerID=setInterval(this.ping.bind(this),this.pingInterval),this.onopen?.()},this.socket.onclose=t=>{const{code:e,reason:s,wasClean:i}=t;zn(`(${this.url}) onclose: code(${e}) reason(${s}) wasClean(${i})`),this.state=cn.CLOSED,this.socket=void 0,this.pingTimerID&&(clearInterval(this.pingTimerID),this.pingTimerID=void 0),this.onclose?.(t),this.reconnect&&this.reconnectAttempts<this.maxReconnectAttempts&&(this.reconnectTimerID=setTimeout(this._connect.bind(this),Pw(this.reconnectAttempts++)))},this.socket.onerror=t=>{zn(`(${this.url}) onerror: ${t}`),this.onerror?.(t)},this.socket.onmessage=t=>{if(zn(`(${this.url}) onmessage: { type: ${t.type}, data: ${t.data} }`),typeof t.data=="string"){let e;const s=t.data.substring(1);try{e=JSON.parse(s)}catch(i){e=[JSON.stringify({type:"err",failureCode:"fe-json-parse-error",failureType:i.toString(),message:s})]}e.forEach(i=>{const r=JSON.parse(i);if(r.body&&Object.prototype.hasOwnProperty.call(r.body,"requestid")){const o=this.waitings[r.body.requestid];o?o.resolve?.(r.body):Ie(`(${this.url}) onmessage: found no associated request, already timed out`)}else if(this.listeners[r.address]){const o=this.listeners[r.address];for(let a=0;a<o.length;a++)r.type==="err"?o[a]({failureCode:r.failureCode,failureType:r.failureType,message:r.message}):o[a](null,r.body)}else this.onunhandled(r)})}else t.data instanceof ArrayBuffer?Ie(`(${this.url}) onmessage: unhandle ArrayBuffer`):t.data instanceof Blob&&Ie(`(${this.url}) onmessage: unhandle Blob`)})}onunhandled(t){try{t.type==="err"?this.onerror?.(t):t.event?console.warn("No handler found for event: %o. Message: %O",t.event,t):console.warn("No handler found for message: ",t)}catch{}}_send(t){this.socket?.readyState===cn.OPEN?this.socket.send(JSON.stringify([JSON.stringify(t)])):(this.messageQueue.push(t),this._connect())}ping(){this._send({type:"ping"})}register(t,e,s={}){this.listeners[t]||(this.listeners[t]=[],this._send({type:"register",address:t,headers:zs(s,this.socketCreatorOptions.headers,!1)})),this.listeners[t].push(e)}unregister(t,e,s={}){const i=this.listeners[t];if(i){const r=i.indexOf(e);r!=-1&&(i.splice(r,1),i.length===0&&(this._send({type:"unregister",address:t,headers:zs(s,this.socketCreatorOptions.headers,!1)}),delete this.listeners[t]))}}publish(t,e,s={}){this._send({type:"publish",address:t,headers:zs(s,this.socketCreatorOptions.headers,!1),body:e})}async send(t,e,s={},i=3e4){this.requestid++;const r=this.waitings[this.requestid]={requestid:this.requestid},o=await new Promise((a,c)=>{r.resolve=a,this._send({type:"send",address:t,headers:zs(s,this.socketCreatorOptions.headers,!1),body:{requestid:r.requestid,...e}}),setTimeout(()=>{c(`(${this.url}) send(${r.requestid}: ${Wr(e)}) Timeout!`)},i)});return delete this.waitings[r.requestid],o}}function HI(n=750){const t=document.documentElement,e=window.top===window.self?window.devicePixelRatio:1;t.dataset.dpr=e;let s=100;const i=function(){t.style.height=window.innerHeight+"px";const r=t.clientWidth;t.dataset.width=r,t.dataset.layout=r>n?"pc":"mobile",t.dataset.rem=s=Math.min(100,Math.round(100*(r/n))),t.style.fontSize=s+"px"};i(),window.rem2px=function(r){return parseFloat(r)*s},window.px2rem=function(r){return parseFloat(r)/s},window.addEventListener&&window.addEventListener("orientationchange"in window?"orientationchange":"resize",i,!1)}class qI{localVideoUtil;remoteVideoUtil;localPeerConnection=null;remotePeerConnection=null;constructor(t,e){this.localVideoUtil=new fr(t),this.remoteVideoUtil=new fr(e)}start(){this.getLocalMediaStream().then(t=>{this.call(t)})}end(){this.localPeerConnection?.close(),this.remotePeerConnection?.close(),this.localPeerConnection=null,this.remotePeerConnection=null,this.trace("Ending call.")}getLocalMediaStream(){return new Promise((t,e)=>{navigator.mediaDevices.getUserMedia({audio:!0,video:!0}).then(s=>{this.localVideoUtil.setSrcObject(s),t(s)}).catch(s=>{this.trace(`navigator.getUserMedia error: ${s}.`),e(s)})})}gotRemoteMediaStream(t){const e=t.streams[0];this.remoteVideoUtil.setSrcObject(e),this.trace("Remote peer connection received remote stream.")}call(t){const e=t.getVideoTracks(),s=t.getAudioTracks();e.length>0&&this.trace(`Using video device: ${e[0].label}.`),s.length>0&&this.trace(`Using audio device: ${s[0].label}.`);const i=void 0,r=new RTCPeerConnection(i);this.localPeerConnection=r,this.trace("Created local peer connection object localPeerConnection."),r.addEventListener("icecandidate",this.handleConnection),r.addEventListener("iceconnectionstatechange",this.handleConnectionChange);const o=new RTCPeerConnection(i);this.remotePeerConnection=o,this.trace("Created remote peer connection object remotePeerConnection."),o.addEventListener("icecandidate",this.handleConnection),o.addEventListener("iceconnectionstatechange",this.handleConnectionChange),o.addEventListener("track",this.gotRemoteMediaStream),this.trace("Add local localStream to localPeerConnection."),r.addTrack(e[0],t),r.addTrack(s[0],t),this.trace("localPeerConnection createOffer start."),r.createOffer({offerToReceiveVideo:!0}).then(a=>this.createdOffer(a)).catch(a=>this.setSessionDescriptionError(a))}handleConnection(t){const e=t.target,s=t.candidate;if(e&&s){const i=new RTCIceCandidate(s),r=this.getOtherPeer(e);r&&(r.addIceCandidate(i).then(()=>{this.handleConnectionSuccess(e)}).catch(o=>{this.handleConnectionFailure(e,o)}),this.trace(`${this.getPeerName(e)} ICE candidate:
|
|
141
162
|
${t.candidate.candidate}.`))}}handleConnectionSuccess(t){this.trace(`${this.getPeerName(t)} addIceCandidate success.`)}handleConnectionFailure(t,e){this.trace(`${this.getPeerName(t)} failed to add ICE Candidate:
|
|
142
163
|
${e.toString()}.`)}handleConnectionChange(t){const e=t.target;console.log("ICE state change event: ",t),e&&this.trace(`${this.getPeerName(e)} ICE state: ${e.iceConnectionState}.`)}createdOffer(t){this.trace(`Offer from localPeerConnection:
|
|
143
164
|
${t.sdp}`),this.localPeerConnection&&(this.trace("localPeerConnection setLocalDescription start."),this.localPeerConnection.setLocalDescription(t).then(()=>{this.setLocalDescriptionSuccess(this.localPeerConnection)}).catch(e=>this.setSessionDescriptionError(e))),this.remotePeerConnection&&(this.trace("remotePeerConnection setRemoteDescription start."),this.remotePeerConnection.setRemoteDescription(t).then(()=>{this.setRemoteDescriptionSuccess(this.remotePeerConnection)}).catch(e=>this.setSessionDescriptionError(e)),this.trace("remotePeerConnection createAnswer start."),this.remotePeerConnection.createAnswer().then(e=>this.createdAnswer(e)).catch(e=>this.setSessionDescriptionError(e)))}createdAnswer(t){this.trace(`Answer from remotePeerConnection:
|
|
144
|
-
${t.sdp}.`),this.remotePeerConnection&&(this.trace("remotePeerConnection setLocalDescription start."),this.remotePeerConnection.setLocalDescription(t).then(()=>{this.setLocalDescriptionSuccess(this.remotePeerConnection)}).catch(e=>this.setSessionDescriptionError(e))),this.localPeerConnection&&(this.trace("localPeerConnection setRemoteDescription start."),this.localPeerConnection.setRemoteDescription(t).then(()=>{this.setRemoteDescriptionSuccess(this.localPeerConnection)}).catch(e=>this.setSessionDescriptionError(e)))}setSessionDescriptionError(t){this.trace(`Failed to create session description: ${t.toString()}.`)}setDescriptionSuccess(t,e){const r=this.getPeerName(t);this.trace(`${r} ${e} complete.`)}setLocalDescriptionSuccess(t){this.setDescriptionSuccess(t,"setLocalDescription")}setRemoteDescriptionSuccess(t){this.setDescriptionSuccess(t,"setRemoteDescription")}trace(t){t=t.trim();const e=(window.performance.now()/1e3).toFixed(3);console.log(e,t);const r=document.createElement("div");r.innerHTML=`<div>${e}, ${t}</div>`,document.getElementById("trace")?.appendChild(r)}getOtherPeer(t){return t===this.localPeerConnection?this.remotePeerConnection:this.localPeerConnection}getPeerName(t){return t===this.localPeerConnection?"localPeerConnection":"remotePeerConnection"}}class nE{canvas;gl;constructor(t){this.canvas=t;const e={alpha:!0,premultipliedAlpha:!1};if(this.gl=this.canvas.getContext("webgl",e),!this.gl)throw new Error("WebGL failed to initialize.")}}const fp=[],dp={};function Wh(n){fp.push(n)}function rE(n,t=!1){const e=S0();if(dp[e])return;wx.error(i=>{console.log(i.errMsg||JSON.stringify(i))}),wx.ready(()=>{fp.forEach(i=>i())});const r=["updateAppMessageShareData","updateTimelineShareData","onMenuShareWeibo","onMenuShareQZone","startRecord","stopRecord","onVoiceRecordEnd","playVoice","pauseVoice","stopVoice","onVoicePlayEnd","uploadVoice","downloadVoice","chooseImage","previewImage","uploadImage","downloadImage","getLocalImgData","translateVoice","getNetworkType","openLocation","getLocation","hideOptionMenu","showOptionMenu","hideMenuItems","showMenuItems","hideAllNonBaseMenuItem","showAllNonBaseMenuItem","closeWindow","scanQRCode","openProductSpecificView","addCard","chooseCard","openCard"],s=["wx-open-launch-app","wx-open-launch-app","wx-open-subscribe","wx-open-audio"];wx.config(Object.assign(n,{debug:t,jsApiList:r,openTagList:s})),dp[e]=!0}function sE(n){return new Promise((t,e)=>{wx.checkJsApi({jsApiList:[n],success:function(r){r.checkResult[n]?t(!0):e(!1)},fail:function(){e(!1)}})})}function iE(n){Wh(function(){wx.updateAppMessageShareData(n)})}function oE(n){Wh(function(){wx.updateTimelineShareData(n)})}function aE(n){wx.chooseImage(n)}function cE(n){wx.previewImage(n)}function hE(n){wx.uploadImage(n)}function uE(n){wx.downloadImage(n)}function lE(n){wx.getLocalImgData(n)}function fE(){wx.startRecord()}function dE(n){wx.stopRecord(n)}function mE(n){wx.onVoiceRecordEnd(n)}function pE(n){wx.playVoice(n)}function gE(n){wx.pauseVoice(n)}function yE(n){wx.stopVoice(n)}function bE(n){wx.onVoicePlayEnd(n)}function wE(n){wx.uploadVoice(n)}function vE(n){wx.downloadVoice(n)}function xE(n){wx.translateVoice(n)}function _E(n){wx.getNetworkType(n)}function SE(n){wx.openLocation(n)}function EE(n){wx.getLocation(n)}function CE(n){wx.scanQRCode(n)}function TE(n,t,e){function r(){WeixinJSBridge.invoke("getBrandWCPayRequest",n,function(s){s.err_msg=="get_brand_wcpay_request:ok"?t():e(s.err_msg)})}typeof WeixinJSBridge>"u"?document.addEventListener?document.addEventListener("WeixinJSBridgeReady",r,!1):document.attachEvent&&(document.attachEvent("WeixinJSBridgeReady",r),document.attachEvent("onWeixinJSBridgeReady",r)):r()}function PE(n,t,e="snsapi_userinfo",r=""){return`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${n}&redirect_uri=${encodeURIComponent(t)}&response_type=code&scope=${e}&state=${r}#wechat_redirect`}function AE(n){window.AlipayJSBridge?n&&n():document.addEventListener("AlipayJSBridgeReady",n,!1)}function Es(n,t){let e="未知错误";switch(n.error){case 1:e="接口不存在";break;case 2:e="参数无效";break;case 3:e="发生未知错误";break;case 4:e="接口无权限";break;case 10:e="用户取消";break;case 11:e="操作失败",t==="chooseImage"&&(e="操作失败(权限不够)");break;case 12:e="GPS打开,但定位失败";break;case 13:e="获取地理位置信息失败";break;case 14:e="定位超时";break;case 15:e="网络错误";break;case 16:e="GPS未打开或用户未授权";break}return`${n.error}(${e}): ${n.errorMessage}`}function ME(n,t,e){ap.tradePay(Object.assign(n,{}),function(r){let s="未知错误";switch(r.resultCode){case 9e3:return s="订单支付成功",t?.(s);case 8e3:s="正在处理中";break;case 4e3:s="订单支付失败";break;case 6001:s="用户中途取消";break;case 6002:s="网络连接出错";break;case 99:s="用户点击忘记密码导致快捷界面退出(only iOS)";break}e?.(s)})}function DE(n,t,e){ap.scan(Object.assign(n,{fail:r=>{e?.(Es(r))}}),function(r){t?.(r.code)})}function OE(n,t,e){ap.getLocation(Object.assign(n,{fail:r=>{e?.(Es(r))}}),function(r){t?.(r)})}function IE(n,t,e){ap.openLocation(Object.assign(n,{fail:r=>{e?.(Es(r))}}),function(){t?.()})}function RE(n,t,e){ap.chooseImage(Object.assign(n,{fail:r=>{e?.(Es(r,"chooseImage"))}}),function(r){t?.(r)})}function kE(n,t,e){ap.previewImage(Object.assign(n,{fail:r=>{e?.(Es(r))}}),function(){t?.()})}class LE{map;constructor(t,e=120.619585,r=31.299379,s=18){this.map=new T.Map(t),this.map.centerAndZoom(new T.LngLat(e,r),s)}}class NE{appId;reportUrl;constructor(t){this.appId=t.appId,this.reportUrl=t.reportUrl,this.listenJSError(),this.listenAssetsError(),this.listenPromiseError(),t.checkWhiteScreen&&this.listenWhiteScreenError()}listenJSError(){window.onerror=(t,e,r,s,i)=>{const o={type:"js_error",msg:t,file:e,row:r,col:s,stack:i?.stack};this.report(o)}}listenAssetsError(){window.addEventListener("error",t=>{const e=t.target;if(e instanceof HTMLScriptElement||e instanceof HTMLStyleElement||e instanceof HTMLImageElement){const r={type:"resource_error",filename:e.src||e.href,tagName:e.tagName};this.report(r)}},!0)}listenPromiseError(){window.addEventListener("unhandledrejection",t=>{const e={type:"promise_error",reason:t.reason};this.report(e)})}listenWhiteScreenError(){Ah(()=>{setTimeout(()=>{const t=[[window.innerWidth/2,window.innerHeight/2],[window.innerWidth/2,window.innerHeight*.2],[window.innerWidth/2,window.innerHeight*.8],[window.innerWidth*.2,window.innerHeight/2],[window.innerWidth*.8,window.innerHeight/2]];let e=0;if(t.forEach(r=>{const[s,i]=r,a=document.elementsFromPoint(s,i)[0];(a?.tagName==="BODY"||a?.tagName==="HTML")&&e++}),e>=t.length*.8){const r={type:"whitescreen_error",reason:"检测到白屏!"};this.report(r)}},3e3)})}report(t){const e=JSON.stringify({...t,appId:this.appId,time:Eg()});console.error(e),this.reportUrl&&navigator.sendBeacon(this.reportUrl,e)}}function mp(){return document.querySelector('meta[name="app-version"]')?.getAttribute("content")}async function pp(){const e=(await(await fetch(`/index.html?t=${Date.now()}`,{cache:"no-store"})).text()).match(/<meta\s+name=["']app-version["']\s+content=["']([^"']+)["']/);return e?e[1]:null}function gp(){window.confirm("系统已更新,是否立即刷新页面?")&&window.location.reload()}async function zE(){try{const n=mp(),t=await pp();n&&t&&n!==t&&gp()}catch(n){console.error("版本检测失败:",n)}}function FE(n){const t=n?.message||n?.reason?.message||"";return t.includes("Loading chunk")||t.includes("ChunkLoadError")||t.includes("Failed to fetch dynamically imported module")}function BE(){const n="app_chunk_reload_once";sessionStorage.getItem(n)?console.error("刷新后仍然失败,请提示用户手动刷新或联系管理员"):(sessionStorage.setItem(n,"1"),alert("系统资源已更新,正在为您刷新页面"),window.location.reload())}function yp(n,t){const e=typeof n=="string"?n:n.toString(),r=()=>{try{const a=window.localStorage.getItem(e);if(a)return JSON.parse(a)}catch{}},s=a=>{try{typeof a.value<"u"?window.localStorage.setItem(e,JSON.stringify(a)):window.localStorage.removeItem(e)}catch{}};return{get:()=>{const{get:a}=ai(r(),t);return a().value},set:a=>{const{set:c}=ai(r(),t),h=c(a);s(h)}}}function $E(){window.localStorage.clear()}function UE(n,t){let e=t?.value||"";if(!e){const i=`; ${document.cookie}`.split(`; ${n}=`).pop()?.split(";").shift();i&&(e=decodeURIComponent(i))}const r=()=>e,s=i=>{if(e=i,e){const o=t?.domain?"; domain="+t.domain:"",a=t?.path?"; path="+t.path:"",c=t?.secure==!0?"; secure":"";let h=n+"="+encodeURIComponent(e)+o+a+c;if(t?.days){const u="; expires="+new Date(Date.now()+t.days*864e5).toUTCString();h+=u}document.cookie=h}};return s(e),{get:r,set:s}}function YE(){const n=document.cookie.split("; ");for(let t=0;t<n.length;t++){const e=window.location.hostname.split(".");for(;e.length>0;){const r=encodeURIComponent(n[t].split(";")[0].split("=")[0])+"=; expires=Thu, 01-Jan-1970 00:00:01 GMT; domain="+e.join(".")+" ;path=",s=location.pathname.split("/");for(document.cookie=r+"/";s.length>0;)document.cookie=r+s.join("/"),s.pop();e.shift()}}}function jE(n,t){let e;return n.objectStoreNames.contains(t)||(e=n.createObjectStore(t,{keyPath:"id"})),e}function VE(n,t=1,e){return new Promise((r,s)=>{let i;const o=window.indexedDB.open(n,t);o.onerror=()=>{s("无法使用IndexDB!")},o.onsuccess=a=>{i=a.target.result,jE(i,e),r(i)}})}function GE(n,t,e={id:1,name:"xxx"}){return new Promise((r,s)=>{const i=n.transaction([t],"readwrite");i.objectStore(t).add(e),i.oncomplete=a=>{r(a)},i.onerror=a=>{s(a)}})}const XE=["dark","light"],{get:bp,set:wp}=yp("theme"),vp=new Ze,HE=vp.pipe(Xn(void 0));function xp(n){switch(n){case"dark":document.documentElement.classList.add("dark"),jn(document.documentElement,"data-theme","dark");break;case"light":default:document.documentElement.classList.remove("dark"),jn(document.documentElement,"data-theme","light");break}}function _p(n){return wp(n),xp(n),vp.next(n),n}function WE(){return _p(bp()=="dark"?"light":"dark")}function qE(){return mb([HE,sp("(prefers-color-scheme: dark)")]).pipe(kt(([n,t])=>n||(n=bp(),n||(n=t?"dark":"light",wp(n)),xp(n),n)))}function nt(n,t=""){return getComputedStyle(document.documentElement).getPropertyValue(n)||t}function JE(n,t){document.documentElement.style.setProperty(n,t)}function KE(n){return{backgroundCommon:nt("--yz-background-common","#ffffff"),backgroundBorderCommon:nt("--yz-background-border-common","#e6e6e6"),panelCommon:nt("--yz-panel-common","#f5f5f5"),panelBorderCommon:nt("--yz-panel-border-common","#b3b3b3"),gapCommon:nt("--yz-gap-common","#cccccc"),placeholderCommon:nt("--yz-placeholder-common","#8f8f8f"),fontCommon:nt("--yz-font-common","#333333"),fontSecondaryCommon:nt("--yz-font-secondary-common","#666666"),fontTertiaryCommon:nt("--yz-font-tertiary-common","#999999"),backgroundReverse:nt("--yz-background-reverse","#ffffff"),backgroundBorderReverse:nt("--yz-background-border-reverse","#e6e6e6"),panelReverse:nt("--yz-panel-reverse","#f5f5f5"),panelBorderReverse:nt("--yz-panel-border-reverse","#b3b3b3"),gapReverse:nt("--yz-gap-reverse","#cccccc"),placeholderReverse:nt("--yz-placeholder-reverse","#8f8f8f"),fontReverse:nt("--yz-font-reverse","#333333"),fontSecondaryReverse:nt("--yz-font-secondary-reverse","#666666"),fontTertiaryReverse:nt("--yz-font-tertiary-reverse","#999999"),blueCommon:nt("--yz-xg-blue","#5a82f0"),bluePanelCommon:nt("--yz-xg-blue-panel","#e6f0ff"),bluePanelBorderCommon:nt("--yz-xg-blue-panel-border","#a0b4f0"),blueGradientCommon:nt("--yz-xg-blue-gradient","#66b3ff"),redCommon:nt("--yz-xg-red","#fa503c"),redPanelCommon:nt("--yz-xg-red-panel","#fff5f5"),redPanelBorderCommon:nt("--yz-xg-red-panel-border","#fac8c8"),redGradientCommon:nt("--yz-xg-red-gradient","#fa8c78"),greenCommon:nt("--yz-xg-green","#00be5a"),greenGradientCommon:nt("--yz-xg-green-gradient","#00e678"),yellowCommon:nt("--yz-xg-yellow","#fa8c00"),yellowGradientCommon:nt("--yz-xg-yellow-gradient","#ffb400"),newenergyCommon:nt("--yz-xg-newenergy","#64c896"),newenergyPanelCommon:nt("--yz-xg-newenergy-panel","#ebfaf2"),primaryPattern:nt(`--yz-pattern-${n}-primary`,"#5a82f0"),secondaryPattern:nt(`--yz-pattern-${n}-secondary`,"#e6f0ff"),gradientPattern:nt(`--yz-pattern-${n}-gradient`,"#66b3ff"),backgroundPattern:nt(`--yz-pattern-${n}-background`,"#ffffff"),backgroundBorderPattern:nt(`--yz-pattern-${n}-background-border`,"#e6e6e6"),panelPattern:nt(`--yz-pattern-${n}-panel`,"#f5f5f5"),panelBorderPattern:nt(`--yz-pattern-${n}-panel-border`,"#b3b3b3"),gapPattern:nt(`--yz-pattern-${n}-gap`,"#cccccc"),placeholderPattern:nt(`--yz-pattern-${n}-placeholder`,"#8f8f8f"),fontPattern:nt(`--yz-pattern-${n}-font`,"#333333"),fontSecondaryPattern:nt(`--yz-pattern-${n}-font-secondary`,"#666666"),fontTertiaryPattern:nt(`--yz-pattern-${n}-font-tertiary`,"#999999")}}y.ArrowShape=ah,y.BallShape=Sr,y.BezierEasing=rc,y.CSSToJSEasing=ev,y.Clock=oc,y.CommonKeyCode=IS,y.ConfettiShapeCombo=wh,y.CrossShape=dh,y.CurveShape=ih,y.CustomCanvasContext=Pf,y.CustomCanvasGradient=bi,y.CustomCanvasPattern=Ja,y.DOMParse=tm,y.DOMVideo=_s,y.DrawContext=D2,y.Easing=G,y.EllipseShape=mh,y.FileUpload=m1,y.FoxShape=lh,y.HeartShape=ch,y.HeartVariantShape=hh,y.Interpolation=en,y.LineShape=tr,y.Ls=Rn,y.Matrix=qt,y.Matrix2=_h,y.Matrix3=uo,y.Matrix4=de,y.PointsShape=ao,y.QRCode=_n,y.RabbitShape=fh,y.RectShape=In,y.RingIndicatorShapeCombo=bh,y.RingShape=ws,y.SVGParse=sm,y.SVGParsedPathArgsLength=Kr,y.SVGPathDataToD=ec,y.SegmentShapeCombo=gh,y.Shape=Nt,y.ShapeCombo=fe,y.ShipShapeCombo=ph,y.SliderShapeCombo=yh,y.StarShape=uh,y.THEME=XE,y.TWEEN=hv,y.TextShape=Er,y.Timeline=ts,y.TreeShapeCombo=oh,y.Tween=ic,y.Vector2=gi,y.Vector3=Be,y.Vector4=Wa,y.WebGLCoordinateSystem=vs,y.WebGLRenderer=nE,y.WebGPUCoordinateSystem=xh,y.WebMonitor=NE,y.WebRTCClient=eE,y.WebSocketClient=Ue,y.YZCanvasContext=Ka,y.a2c=wi,y.a2c2=Mf,y.absolutizeSVGPath=xi,y.addClass=v_,y.addWatermark=Cw,y.addWxJsReadyFnBeforeConfig=Wh,y.ajax=Rl,y.aliJsChooseImage=RE,y.aliJsGetLocation=OE,y.aliJsOpenLocation=IE,y.aliJsPreviewImage=kE,y.aliJsReady=AE,y.aliJsScan=DE,y.aliJsTradePay=ME,y.angle=ge,y.animate=F2,y.animateShapes=P2,y.animationEnd$=uS,y.animationStart$=hS,y.applyMiddleware=zx,y.atomReadAttribute=zl,y.atomReadAttributes=Ta,y.atomReadStyle=y1,y.atomReadStyles=Ea,y.atomRemoveAttribute=x1,y.atomRemoveDataset=US,y.atomRemoveStyle=Ca,y.atomWriteAttribute=jn,y.atomWriteStyle=Ur,y.attribute=yn,y.base64EncodeOutputStream=wf,y.bitmapMapper=dm,y.blobToImageData=Kb,y.byteArrayOutputStream=Ha,y.catmullRom2bezier=jw,y.changeBrightness=Sw,y.changeCheckboxChecked=p_,y.changeDiaphaneity=Ew,y.changeRadioChecked=m_,y.changeSelected=d_,y.changeSize=_w,y.checkVersion=zE,y.checkWxJsApi=sE,y.clearCookies=YE,y.clearLocalStorage=$E,y.clearSessionStorage=VS,y.clickA=Mh,y.clipboard=W2,y.closeLog=Mu,y.closest=c_,y.combineEpics=Bx,y.combineReducers=Nx,y.compatableDownMovePoint$=wS,y.compileTemplate=P_,y.computeImageDisplayRect=Hb,y.containsChild=s_,y.coords$=JS,y.createCookie=UE,y.createDefaultMousePoint=zh,y.createDraggable=xS,y.createDrop=_S,y.createElement=Em,y.createElementEventBus=zS,y.createElementNS=S_,y.createEpicMiddleware=Fx,y.createEvent=pi,y.createEventListener=_t,y.createEventListener$=Q,y.createFeRoute=HS,y.createFragment=Sm,y.createFromEventPattern$=zb,y.createIndexDB=VE,y.createLocalStorage=yp,y.createMiniReact=KS,y.createMiniVue=up,y.createMousePoint=er,y.createObjectURL=mm,y.createOnlineStatus$=yS,y.createParentEventListener=Lb,y.createReactAppStoreContext=Kx,y.createReduxStore=Ad,y.createSVGElement=Tn,y.createSessionStorage=Gh,y.createStorage$=gS,y.createSvgPath=Qa,y.createTextNode=E_,y.createThunkMiddleware=Ux,y.createVueAppStoreContext=b2,y.createWebSocket=lp,y.createXMLHttpRequest=Il,y.cssAttrsToCanvasAttrs=Fl,y.dataset=$S,y.dispatchClickFromEvent=Gb,y.dispatchEvent=Ga,y.dispatchEventFromEvent=Vb,y.distance=Sn,y.documentVisible$=pS,y.domPrefixes=Th,y.domToBlob=Ml,y.domToString=_a,y.downloadFromSVGElement=Of,y.downloadFromSVGString=$w,y.drag$=Nm,y.dragEnd$=Fm,y.dragEnter$=$m,y.dragLeave$=Um,y.dragOver$=Ym,y.dragStart$=zm,y.drawBitmapInCanvas=z2,y.drawQRCodeToCanvas=Dw,y.drop$=Bm,y.easeNameToCubicBezier=sc,y.elValueChange$=fS,y.empty=vm,y.exceptionLoggerMiddleware=jx,y.executeTimeLoggerMiddleware=Vx,y.fetchLatestVersionFromHtml=pp,y.flipSideToSide=Qb,y.flipUpsideDown=tw,y.followMouseShape=C2,y.formSubmit$=dS,y.getBitmapFromCanvas=N2,y.getCSSVar=nt,y.getCurrentVersion=mp,y.getDOMMatrix=Ch,y.getDirection=Iw,y.getDocumentElement=Tr,y.getElementPositionInPage=jh,y.getElementPositionInPage2=TS,y.getElementPositionInViewport=Yh,y.getEmSize=t_,y.getEventCurrentTarget=kb,y.getFileMD5Hash=Ol,y.getFileMimeFromFileInBrowser=d1,y.getFormSubmitData=p1,y.getImageData=gf,y.getImageDataByAIData=Pw,y.getImageMainColor=Zb,y.getInnerText=y_,y.getKeyCode=RS,y.getMouseButton=OS,y.getMousePositionInElement=Yt,y.getMousePositionInPage=Vh,y.getMousePositionInViewport=MS,y.getPage=ES,y.getRelativeBoundingClientRect=CS,y.getRemSize=Dh,y.getRules=v1,y.getSVGRawStringFromElement=Uw,y.getScrollWheelDelta=DS,y.getSelectedText=G2,y.getStyle=$r,y.getStyleSheets=Nl,y.getTheme$=qE,y.getThemeColors=KE,y.getVNode=Xh,y.getVerticalScrollTopPercentInPage=PS,y.getVertxRegisterBaseUrl=QS,y.getViewport=Wm,y.getWindow=SS,y.gifImage=vf,y.h=op,y.hFromEl=po,y.handleChunkLoadError=BE,y.hasClass=__,y.hashChange$=XS,y.hideEl=_m,y.hotKeyDown$=Jm,y.hotKeyFile=LS,y.hotKeyFile$=Km,y.hotKeyUp$=kS,y.html=wm,y.iframePostMessage=C_,y.imageDataToBitmap=Wb,y.imageDataToBlob=Jb,y.imageDataToDataURL=qb,y.injectStyle=Ll,y.injectWxJsConfig=rE,y.insert=Cr,y.intersection$=ep,y.isActiveEl=Z2,y.isChunkLoadError=FE,y.isElement=B2,y.isInViewport=AS,y.isInput=xs,y.isInputCheckbox=Rh,y.isInputNumber=f_,y.isInputRadio=kh,y.isInputText=l_,y.isRootEl=K2,y.isSVGElementPath=Df,y.isSVGPath=tc,y.isSelect=Ih,y.isSupportEvent=I_,y.isSupportPointer=O_,y.isSupportTouch=D_,y.isTextArea=u_,y.jpgToPng=bw,y.keyDown$=jm,y.keyPress$=lS,y.keyUp$=Vm,y.l2c=Wn,y.leftRotate=ew,y.length=gr,y.loadImage=ym,y.loadLink=Y2,y.loadScript=U2,y.location$=np,y.longhandSVGPath=Gw,y.mapTDTJSSDK=LE,y.marginSharpen=yw,y.matchMedia$=sp,y.miniVue=ZS,y.mosaic=Tw,y.mountVNode=un,y.mouseAndPointerDownMovePoint$=Hm,y.mouseClick$=z_,y.mouseContextMenu$=$_,y.mouseDoubleClick$=F_,y.mouseDown$=Mm,y.mouseDownMovePoint$=Gm,y.mouseEnter$=L_,y.mouseLeave$=N_,y.mouseMove$=fo,y.mouseMovePoint$=bS,y.mouseOut$=k_,y.mouseOver$=R_,y.mouseUp$=Dm,y.mouseWheel$=B_,y.mutation$=tp,y.nearestElement=e_,y.nextElementSibling=o_,y.normalizePoint=Ow,y.normalizeSVGPath=nc,y.ofType=$x,y.onBeforeUnload=pm,y.onDocumentReady=Ah,y.openLog=Ug,y.operationParser=Gx,y.outputGifBase64=xf,y.outputQRCodeBase64=Mw,y.pan$=U_,y.panCancel$=G_,y.panDown$=q_,y.panEnd$=V_,y.panLeft$=X_,y.panMove$=Y_,y.panRight$=H_,y.panStart$=j_,y.panUp$=W_,y.parent=n_,y.parents=Oh,y.parseCSS=rm,y.parseSVGPath=vi,y.parseTransformToMatrix=fm,y.patchVNode=go,y.pinch$=J_,y.pinchIn$=K_,y.pinchOut$=Z_,y.pngToJpg=ww,y.pointerCancel$=Uh,y.pointerDown$=Bh,y.pointerDownMovePoint$=mo,y.pointerMove$=Fh,y.pointerUp$=$h,y.polar=En,y.polymorphTween=M2,y.popStateChange$=rp,y.press$=Q_,y.pressDownMove=Zm,y.pressDownMoveWithMouse=FS,y.pressDownMoveWithPointer=Qm,y.pressDownMoveWithTouch=BS,y.preventDefault=vn,y.previousElementSibling=a_,y.pull$=vS,y.q2c=Jr,y.querySelectorAllToStringArray=l1,y.radiusClip=xw,y.rawState=Rc,y.readFileInBrowser=Br,y.readStyleFromStyles=g1,y.rectClip=vw,y.relativeSVGPath=Yw,y.rem2px=Q2,y.remove=b_,y.removeAllEventListeners=Nb,y.removeClass=x_,y.renderVNode=cp,y.resize=Am,y.resize$=Nh,y.reverseCSSToJSEasing=nv,y.reverseEaseNameToCubicBezier=zf,y.reverseEasing=If,y.revokeObjectURL=$2,y.rightRotate=nw,y.rotate$=tS,y.rotatePoint=Ie,y.runInSandbox=T_,y.rxState=Lx,y.safeArea$=qS,y.scheduleVNodeAsap=Hh,y.scheduleVNodeImmediately=hp,y.scroll$=mS,y.scrollParent=r_,y.scrollTo=q2,y.selectFile=bm,y.selectFileImage=V2,y.selectFileInBrowser=Sa,y.setCSSVar=JE,y.setLogUploadFn=Yg,y.setManualScroll=J2,y.setRem=tE,y.setStyle=lr,y.setTheme=_p,y.setWindowTitle=X2,y.shadowRoot=h_,y.sharpen=gw,y.showEl=xm,y.showUpdateDialog=gp,y.siblings=i_,y.simulateEventFromTouch=Xb,y.stateLoggerMiddleware=Yx,y.stopPropagation=pf,y.stringToDom=f1,y.swipe$=eS,y.swipeDown$=iS,y.swipeLeft$=nS,y.swipeRight$=rS,y.swipeUp$=sS,y.tap$=Lm,y.tapOutSide$=oS,y.targetToAfterDropShape=T2,y.text=g_,y.toBlackAndWhite=iw,y.toBlue=hw,y.toBlueAndGreen=fw,y.toBlueAndGrey=pw,y.toDegree=Gt,y.toGreen=cw,y.toGreenAndGrey=mw,y.toGrey=rw,y.toGrey2=sw,y.toOpposite=ow,y.toRadian=pt,y.toRed=aw,y.toRedAndBlue=lw,y.toRedAndGreen=uw,y.toRedAndGrey=dw,y.toggleClass=Lh,y.toggleElDisplay=w_,y.toggleTheme=WE,y.touchCancel$=km,y.touchDownMovePoint$=Xm,y.touchEnd$=Rm,y.touchMove$=Om,y.touchStart$=Im,y.transform=Ph,y.transformPath2D=L2,y.transitionEnd$=cS,y.transitionStart$=aS,y.unmountVNode=Ss,y.updateVNode=bo,y.urlChange$=GS,y.useDimensions=y2,y.useImmer=p2,y.useImmerReducer=g2,y.useLocale=vh,y.useReactControllableState=Zx,y.useReactState=Rx,y.useVueControllableState=w2,y.useVueState=kx,y.useWindowResize$=M_,y.vibrate=H2,y.visible$=jS,y.waitElementAddedInDOM=YS,y.waitForStyleSheetsLoaded=j2,y.writeToIndexDB=GE,y.wxJsChooseImage=aE,y.wxJsDownloadImage=uE,y.wxJsDownloadVoice=vE,y.wxJsGetLocalImgData=lE,y.wxJsGetLocation=EE,y.wxJsGetNetworkType=_E,y.wxJsLogin=PE,y.wxJsOnVoicePlayEnd=bE,y.wxJsOnVoiceRecordEnd=mE,y.wxJsOpenLocation=SE,y.wxJsPauseVoice=gE,y.wxJsPay=TE,y.wxJsPlayVoice=pE,y.wxJsPreviewImage=cE,y.wxJsScanQRCode=CE,y.wxJsStartRecord=fE,y.wxJsStopRecord=dE,y.wxJsStopVoice=yE,y.wxJsTranslateVoice=xE,y.wxJsUpdateAppMessageShareData=iE,y.wxJsUpdateTimelineShareData=oE,y.wxJsUploadImage=hE,y.wxJsUploadVoice=wE,y.zvhToLSVGPath=Vw,Object.defineProperty(y,Symbol.toStringTag,{value:"Module"})});
|
|
165
|
+
${t.sdp}.`),this.remotePeerConnection&&(this.trace("remotePeerConnection setLocalDescription start."),this.remotePeerConnection.setLocalDescription(t).then(()=>{this.setLocalDescriptionSuccess(this.remotePeerConnection)}).catch(e=>this.setSessionDescriptionError(e))),this.localPeerConnection&&(this.trace("localPeerConnection setRemoteDescription start."),this.localPeerConnection.setRemoteDescription(t).then(()=>{this.setRemoteDescriptionSuccess(this.localPeerConnection)}).catch(e=>this.setSessionDescriptionError(e)))}setSessionDescriptionError(t){this.trace(`Failed to create session description: ${t.toString()}.`)}setDescriptionSuccess(t,e){const s=this.getPeerName(t);this.trace(`${s} ${e} complete.`)}setLocalDescriptionSuccess(t){this.setDescriptionSuccess(t,"setLocalDescription")}setRemoteDescriptionSuccess(t){this.setDescriptionSuccess(t,"setRemoteDescription")}trace(t){t=t.trim();const e=(window.performance.now()/1e3).toFixed(3);console.log(e,t);const s=document.createElement("div");s.innerHTML=`<div>${e}, ${t}</div>`,document.getElementById("trace")?.appendChild(s)}getOtherPeer(t){return t===this.localPeerConnection?this.remotePeerConnection:this.localPeerConnection}getPeerName(t){return t===this.localPeerConnection?"localPeerConnection":"remotePeerConnection"}}class KI{canvas;gl;constructor(t){this.canvas=t;const e={alpha:!0,premultipliedAlpha:!1};if(this.gl=this.canvas.getContext("webgl",e),!this.gl)throw new Error("WebGL failed to initialize.")}}const ab=[],cb={};function Ff(n){ab.push(n)}function JI(n,t=!1){const e=vx();if(cb[e])return;wx.error(r=>{console.log(r.errMsg||JSON.stringify(r))}),wx.ready(()=>{ab.forEach(r=>r())});const s=["updateAppMessageShareData","updateTimelineShareData","onMenuShareWeibo","onMenuShareQZone","startRecord","stopRecord","onVoiceRecordEnd","playVoice","pauseVoice","stopVoice","onVoicePlayEnd","uploadVoice","downloadVoice","chooseImage","previewImage","uploadImage","downloadImage","getLocalImgData","translateVoice","getNetworkType","openLocation","getLocation","hideOptionMenu","showOptionMenu","hideMenuItems","showMenuItems","hideAllNonBaseMenuItem","showAllNonBaseMenuItem","closeWindow","scanQRCode","openProductSpecificView","addCard","chooseCard","openCard"],i=["wx-open-launch-app","wx-open-launch-app","wx-open-subscribe","wx-open-audio"];wx.config(Object.assign(n,{debug:t,jsApiList:s,openTagList:i})),cb[e]=!0}function ZI(n){return new Promise((t,e)=>{wx.checkJsApi({jsApiList:[n],success:function(s){s.checkResult[n]?t(!0):e(!1)},fail:function(){e(!1)}})})}function QI(n){Ff(function(){wx.updateAppMessageShareData(n)})}function tk(n){Ff(function(){wx.updateTimelineShareData(n)})}function ek(n){wx.chooseImage(n)}function nk(n){wx.previewImage(n)}function sk(n){wx.uploadImage(n)}function ik(n){wx.downloadImage(n)}function rk(n){wx.getLocalImgData(n)}function ok(){wx.startRecord()}function ak(n){wx.stopRecord(n)}function ck(n){wx.onVoiceRecordEnd(n)}function hk(n){wx.playVoice(n)}function uk(n){wx.pauseVoice(n)}function lk(n){wx.stopVoice(n)}function fk(n){wx.onVoicePlayEnd(n)}function dk(n){wx.uploadVoice(n)}function mk(n){wx.downloadVoice(n)}function pk(n){wx.translateVoice(n)}function gk(n){wx.getNetworkType(n)}function yk(n){wx.openLocation(n)}function vk(n){wx.getLocation(n)}function bk(n){wx.scanQRCode(n)}function wk(n,t,e){function s(){WeixinJSBridge.invoke("getBrandWCPayRequest",n,function(i){i.err_msg=="get_brand_wcpay_request:ok"?t():e(i.err_msg)})}typeof WeixinJSBridge>"u"?document.addEventListener?document.addEventListener("WeixinJSBridgeReady",s,!1):document.attachEvent&&(document.attachEvent("WeixinJSBridgeReady",s),document.attachEvent("onWeixinJSBridgeReady",s)):s()}function xk(n,t,e="snsapi_userinfo",s=""){return`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${n}&redirect_uri=${encodeURIComponent(t)}&response_type=code&scope=${e}&state=${s}#wechat_redirect`}function Sk(n){window.AlipayJSBridge?n&&n():document.addEventListener("AlipayJSBridgeReady",n,!1)}function Mr(n,t){let e="未知错误";switch(n.error){case 1:e="接口不存在";break;case 2:e="参数无效";break;case 3:e="发生未知错误";break;case 4:e="接口无权限";break;case 10:e="用户取消";break;case 11:e="操作失败",t==="chooseImage"&&(e="操作失败(权限不够)");break;case 12:e="GPS打开,但定位失败";break;case 13:e="获取地理位置信息失败";break;case 14:e="定位超时";break;case 15:e="网络错误";break;case 16:e="GPS未打开或用户未授权";break}return`${n.error}(${e}): ${n.errorMessage}`}function _k(n,t,e){ap.tradePay(Object.assign(n,{}),function(s){let i="未知错误";switch(s.resultCode){case 9e3:return i="订单支付成功",t?.(i);case 8e3:i="正在处理中";break;case 4e3:i="订单支付失败";break;case 6001:i="用户中途取消";break;case 6002:i="网络连接出错";break;case 99:i="用户点击忘记密码导致快捷界面退出(only iOS)";break}e?.(i)})}function Ek(n,t,e){ap.scan(Object.assign(n,{fail:s=>{e?.(Mr(s))}}),function(s){t?.(s.code)})}function Tk(n,t,e){ap.getLocation(Object.assign(n,{fail:s=>{e?.(Mr(s))}}),function(s){t?.(s)})}function Ck(n,t,e){ap.openLocation(Object.assign(n,{fail:s=>{e?.(Mr(s))}}),function(){t?.()})}function Pk(n,t,e){ap.chooseImage(Object.assign(n,{fail:s=>{e?.(Mr(s,"chooseImage"))}}),function(s){t?.(s)})}function Ak(n,t,e){ap.previewImage(Object.assign(n,{fail:s=>{e?.(Mr(s))}}),function(){t?.()})}class Mk{map;constructor(t,e=120.619585,s=31.299379,i=18){this.map=new T.Map(t),this.map.centerAndZoom(new T.LngLat(e,s),i)}}class Dk{appId;reportUrl;constructor(t){this.appId=t.appId,this.reportUrl=t.reportUrl,this.listenJSError(),this.listenAssetsError(),this.listenPromiseError(),t.checkWhiteScreen&&this.listenWhiteScreenError()}listenJSError(){window.onerror=(t,e,s,i,r)=>{const o={type:"js_error",msg:t,file:e,row:s,col:i,stack:r?.stack};this.report(o)}}listenAssetsError(){window.addEventListener("error",t=>{const e=t.target;if(e instanceof HTMLScriptElement||e instanceof HTMLStyleElement||e instanceof HTMLImageElement){const s={type:"resource_error",filename:e.src||e.href,tagName:e.tagName};this.report(s)}},!0)}listenPromiseError(){window.addEventListener("unhandledrejection",t=>{const e={type:"promise_error",reason:t.reason};this.report(e)})}listenWhiteScreenError(){il(()=>{setTimeout(()=>{const t=[[window.innerWidth/2,window.innerHeight/2],[window.innerWidth/2,window.innerHeight*.2],[window.innerWidth/2,window.innerHeight*.8],[window.innerWidth*.2,window.innerHeight/2],[window.innerWidth*.8,window.innerHeight/2]];let e=0;if(t.forEach(s=>{const[i,r]=s,a=document.elementsFromPoint(i,r)[0];(a?.tagName==="BODY"||a?.tagName==="HTML")&&e++}),e>=t.length*.8){const s={type:"whitescreen_error",reason:"检测到白屏!"};this.report(s)}},3e3)})}report(t){const e=JSON.stringify({...t,appId:this.appId,time:bw()});console.error(e),this.reportUrl&&navigator.sendBeacon(this.reportUrl,e)}}function hb(){return document.querySelector('meta[name="app-version"]')?.getAttribute("content")}async function ub(){const e=(await(await fetch(`/index.html?t=${Date.now()}`,{cache:"no-store"})).text()).match(/<meta\s+name=["']app-version["']\s+content=["']([^"']+)["']/);return e?e[1]:null}function lb(){window.confirm("系统已更新,是否立即刷新页面?")&&window.location.reload()}async function Rk(){try{const n=hb(),t=await ub();n&&t&&n!==t&&lb()}catch(n){console.error("版本检测失败:",n)}}function Ok(n){const t=n?.message||n?.reason?.message||"";return t.includes("Loading chunk")||t.includes("ChunkLoadError")||t.includes("Failed to fetch dynamically imported module")}function Ik(){const n="app_chunk_reload_once";sessionStorage.getItem(n)?console.error("刷新后仍然失败,请提示用户手动刷新或联系管理员"):(sessionStorage.setItem(n,"1"),alert("系统资源已更新,正在为您刷新页面"),window.location.reload())}function fb(n,t){const e=typeof n=="string"?n:n.toString(),s=()=>{try{const a=window.localStorage.getItem(e);if(a)return JSON.parse(a)}catch{}},i=a=>{try{typeof a.value<"u"?window.localStorage.setItem(e,JSON.stringify(a)):window.localStorage.removeItem(e)}catch{}};return{get:()=>{const{get:a}=fo(s(),t);return a().value},set:a=>{const{set:c}=fo(s(),t),h=c(a);i(h)}}}function kk(){window.localStorage.clear()}function Lk(n,t){let e=t?.value||"";if(!e){const r=`; ${document.cookie}`.split(`; ${n}=`).pop()?.split(";").shift();r&&(e=decodeURIComponent(r))}const s=()=>e,i=r=>{if(e=r,e){const o=t?.domain?"; domain="+t.domain:"",a=t?.path?"; path="+t.path:"",c=t?.secure==!0?"; secure":"";let h=n+"="+encodeURIComponent(e)+o+a+c;if(t?.days){const u="; expires="+new Date(Date.now()+t.days*864e5).toUTCString();h+=u}document.cookie=h}};return i(e),{get:s,set:i}}function Vk(){const n=document.cookie.split("; ");for(let t=0;t<n.length;t++){const e=window.location.hostname.split(".");for(;e.length>0;){const s=encodeURIComponent(n[t].split(";")[0].split("=")[0])+"=; expires=Thu, 01-Jan-1970 00:00:01 GMT; domain="+e.join(".")+" ;path=",i=location.pathname.split("/");for(document.cookie=s+"/";i.length>0;)document.cookie=s+i.join("/"),i.pop();e.shift()}}}function Nk(n,t){let e;return n.objectStoreNames.contains(t)||(e=n.createObjectStore(t,{keyPath:"id"})),e}function zk(n,t=1,e){return new Promise((s,i)=>{let r;const o=window.indexedDB.open(n,t);o.onerror=()=>{i("无法使用IndexDB!")},o.onsuccess=a=>{r=a.target.result,Nk(r,e),s(r)}})}function Fk(n,t,e={id:1,name:"xxx"}){return new Promise((s,i)=>{const r=n.transaction([t],"readwrite");r.objectStore(t).add(e),r.oncomplete=a=>{s(a)},r.onerror=a=>{i(a)}})}const Bk=["dark","light"],{get:db,set:mb}=fb("theme"),pb=new bn,jk=pb.pipe(vs(void 0));function gb(n){switch(n){case"dark":document.documentElement.classList.add("dark"),ps(document.documentElement,"data-theme","dark");break;case"light":default:document.documentElement.classList.remove("dark"),ps(document.documentElement,"data-theme","light");break}}function yb(n){return mb(n),gb(n),pb.next(n),n}function $k(){return yb(db()=="dark"?"light":"dark")}function Uk(){return u_([jk,qy("(prefers-color-scheme: dark)")]).pipe(zt(([n,t])=>n||(n=db(),n||(n=t?"dark":"light",mb(n)),gb(n),n)))}function ut(n,t=""){return getComputedStyle(document.documentElement).getPropertyValue(n)||t}function Yk(n,t){document.documentElement.style.setProperty(n,t)}function Gk(n){return{backgroundCommon:ut("--yz-background-common","#ffffff"),backgroundBorderCommon:ut("--yz-background-border-common","#e6e6e6"),panelCommon:ut("--yz-panel-common","#f5f5f5"),panelBorderCommon:ut("--yz-panel-border-common","#b3b3b3"),gapCommon:ut("--yz-gap-common","#cccccc"),placeholderCommon:ut("--yz-placeholder-common","#8f8f8f"),fontCommon:ut("--yz-font-common","#333333"),fontSecondaryCommon:ut("--yz-font-secondary-common","#666666"),fontTertiaryCommon:ut("--yz-font-tertiary-common","#999999"),backgroundReverse:ut("--yz-background-reverse","#ffffff"),backgroundBorderReverse:ut("--yz-background-border-reverse","#e6e6e6"),panelReverse:ut("--yz-panel-reverse","#f5f5f5"),panelBorderReverse:ut("--yz-panel-border-reverse","#b3b3b3"),gapReverse:ut("--yz-gap-reverse","#cccccc"),placeholderReverse:ut("--yz-placeholder-reverse","#8f8f8f"),fontReverse:ut("--yz-font-reverse","#333333"),fontSecondaryReverse:ut("--yz-font-secondary-reverse","#666666"),fontTertiaryReverse:ut("--yz-font-tertiary-reverse","#999999"),blueCommon:ut("--yz-xg-blue","#5a82f0"),bluePanelCommon:ut("--yz-xg-blue-panel","#e6f0ff"),bluePanelBorderCommon:ut("--yz-xg-blue-panel-border","#a0b4f0"),blueGradientCommon:ut("--yz-xg-blue-gradient","#66b3ff"),redCommon:ut("--yz-xg-red","#fa503c"),redPanelCommon:ut("--yz-xg-red-panel","#fff5f5"),redPanelBorderCommon:ut("--yz-xg-red-panel-border","#fac8c8"),redGradientCommon:ut("--yz-xg-red-gradient","#fa8c78"),greenCommon:ut("--yz-xg-green","#00be5a"),greenGradientCommon:ut("--yz-xg-green-gradient","#00e678"),yellowCommon:ut("--yz-xg-yellow","#fa8c00"),yellowGradientCommon:ut("--yz-xg-yellow-gradient","#ffb400"),newenergyCommon:ut("--yz-xg-newenergy","#64c896"),newenergyPanelCommon:ut("--yz-xg-newenergy-panel","#ebfaf2"),primaryPattern:ut(`--yz-pattern-${n}-primary`,"#5a82f0"),secondaryPattern:ut(`--yz-pattern-${n}-secondary`,"#e6f0ff"),gradientPattern:ut(`--yz-pattern-${n}-gradient`,"#66b3ff"),backgroundPattern:ut(`--yz-pattern-${n}-background`,"#ffffff"),backgroundBorderPattern:ut(`--yz-pattern-${n}-background-border`,"#e6e6e6"),panelPattern:ut(`--yz-pattern-${n}-panel`,"#f5f5f5"),panelBorderPattern:ut(`--yz-pattern-${n}-panel-border`,"#b3b3b3"),gapPattern:ut(`--yz-pattern-${n}-gap`,"#cccccc"),placeholderPattern:ut(`--yz-pattern-${n}-placeholder`,"#8f8f8f"),fontPattern:ut(`--yz-pattern-${n}-font`,"#333333"),fontSecondaryPattern:ut(`--yz-pattern-${n}-font-secondary`,"#666666"),fontTertiaryPattern:ut(`--yz-pattern-${n}-font-tertiary`,"#999999")}}w.ArrowShape=Nu,w.BallShape=ei,w.BezierEasing=Ih,w.CSSToJSEasing=JE,w.Clock=Vh,w.CommonKeyCode=PM,w.ConfettiShapeCombo=qu,w.CrossShape=Uu,w.CurveShape=Lu,w.CustomCanvasContext=vp,w.CustomCanvasGradient=Eo,w.CustomCanvasPattern=Ch,w.DOMParse=Gg,w.DOMVideo=fr,w.DrawContext=TP,w.Easing=q,w.EllipseShape=Yu,w.FileUpload=u2,w.FoxShape=ju,w.HeartShape=zu,w.HeartVariantShape=Fu,w.Interpolation=Sn,w.LineShape=Cs,w.Ls=es,w.Matrix=ee,w.Matrix2=Zu,w.Matrix3=pa,w.Matrix4=_e,w.PointsShape=fa,w.QRCode=Yn,w.RabbitShape=$u,w.RectShape=ts,w.Refresh=YI,w.RingIndicatorShapeCombo=Hu,w.RingShape=hr,w.SVGParse=qg,w.SVGParsedPathArgsLength=Bi,w.SVGPathDataToD=Rh,w.SegmentShapeCombo=Xu,w.Shape=Bt,w.ShapeCombo=Se,w.ShipShapeCombo=Gu,w.SliderShapeCombo=Wu,w.StarShape=Bu,w.THEME=Bk,w.TWEEN=rT,w.TextShape=ni,w.Timeline=Ui,w.TreeShapeCombo=Vu,w.Tween=Lh,w.Vector2=So,w.Vector3=en,w.Vector4=Eh,w.WebGLCoordinateSystem=ur,w.WebGLRenderer=KI,w.WebGPUCoordinateSystem=Ju,w.WebMonitor=Dk,w.WebRTCClient=qI,w.WebSocketClient=cn,w.YZCanvasContext=Ph,w.a2c=To,w.a2c2=wp,w.absolutizeSVGPath=Po,w.addClass=pA,w.addWatermark=xE,w.addWxJsReadyFnBeforeConfig=Ff,w.ajax=Em,w.aliJsChooseImage=Pk,w.aliJsGetLocation=Tk,w.aliJsOpenLocation=Ck,w.aliJsPreviewImage=Ak,w.aliJsReady=Sk,w.aliJsScan=Ek,w.aliJsTradePay=_k,w.angle=Pe,w.animate=IP,w.animateShapes=SP,w.animationEnd$=rM,w.animationStart$=iM,w.applyMiddleware=OC,w.atomReadAttribute=Am,w.atomReadAttributes=nh,w.atomReadStyle=d2,w.atomReadStyles=th,w.atomRemoveAttribute=y2,w.atomRemoveDataset=VM,w.atomRemoveStyle=eh,w.atomWriteAttribute=ps,w.atomWriteStyle=Di,w.attribute=Fn,w.base64EncodeOutputStream=up,w.bitmapMapper=iy,w.blobToImageData=W_,w.byteArrayOutputStream=_h,w.catmullRom2bezier=FE,w.changeBrightness=bE,w.changeCheckboxChecked=uA,w.changeDiaphaneity=wE,w.changeRadioChecked=hA,w.changeSelected=cA,w.changeSize=vE,w.checkVersion=Rk,w.checkWxJsApi=ZI,w.clearCookies=Vk,w.clearLocalStorage=kk,w.clearSessionStorage=FM,w.clickA=rl,w.clipboard=UP,w.closeLog=wd,w.closest=sA,w.combineEpics=kC,w.combineReducers=RC,w.compatableDownMovePoint$=mM,w.compileTemplate=SA,w.computeImageDisplayRect=U_,w.containsChild=QP,w.coords$=GM,w.createCookie=Lk,w.createDefaultMousePoint=dl,w.createDraggable=gM,w.createDrop=yM,w.createElement=py,w.createElementEventBus=OM,w.createElementNS=vA,w.createEpicMiddleware=IC,w.createEvent=xo,w.createEventListener=Ct,w.createEventListener$=ot,w.createFeRoute=$M,w.createFragment=my,w.createFromEventPattern$=I_,w.createIndexDB=zk,w.createLocalStorage=fb,w.createMiniReact=XM,w.createMiniVue=t0,w.createMousePoint=Ps,w.createObjectURL=ry,w.createOnlineStatus$=fM,w.createParentEventListener=R_,w.createReactAppStoreContext=XC,w.createReduxStore=bg,w.createSVGElement=Hn,w.createSessionStorage=xl,w.createStorage$=lM,w.createSvgPath=Mh,w.createTextNode=bA,w.createThunkMiddleware=VC,w.createVueAppStoreContext=dP,w.createWebSocket=ob,w.createXMLHttpRequest=_m,w.cssAttrsToCanvasAttrs=Mm,w.dataset=LM,w.dispatchClickFromEvent=j_,w.dispatchEvent=xh,w.dispatchEventFromEvent=B_,w.distance=Gn,w.documentVisible$=uM,w.domPrefixes=nl,w.domToBlob=wm,w.domToString=Zc,w.downloadFromSVGElement=Sp,w.downloadFromSVGString=VE,w.drag$=Py,w.dragEnd$=My,w.dragEnter$=Ry,w.dragLeave$=Oy,w.dragOver$=Iy,w.dragStart$=Ay,w.drawBitmapInCanvas=OP,w.drawQRCodeToCanvas=CE,w.drop$=Dy,w.easeNameToCubicBezier=kh,w.elValueChange$=aM,w.empty=ly,w.exceptionLoggerMiddleware=zC,w.executeTimeLoggerMiddleware=FC,w.fetchLatestVersionFromHtml=ub,w.flipSideToSide=q_,w.flipUpsideDown=K_,w.followMouseShape=wP,w.formSubmit$=cM,w.getBitmapFromCanvas=RP,w.getCSSVar=ut,w.getCurrentVersion=hb,w.getDOMMatrix=el,w.getDirection=AE,w.getDocumentElement=ii,w.getElementPositionInPage=bl,w.getElementPositionInPage2=xM,w.getElementPositionInViewport=vl,w.getEmSize=qP,w.getEventCurrentTarget=D_,w.getFileMD5Hash=Sm,w.getFileMimeFromFileInBrowser=h2,w.getFormSubmitData=l2,w.getImageData=op,w.getImageDataByAIData=_E,w.getImageMainColor=H_,w.getInnerText=fA,w.getKeyCode=AM,w.getMouseButton=CM,w.getMousePositionInElement=Wt,w.getMousePositionInPage=wl,w.getMousePositionInViewport=EM,w.getPage=bM,w.getRelativeBoundingClientRect=wM,w.getRemSize=ol,w.getRules=g2,w.getSVGRawStringFromElement=NE,w.getScrollWheelDelta=TM,w.getSelectedText=BP,w.getStyle=Mi,w.getStyleSheets=Pm,w.getTheme$=Uk,w.getThemeColors=Gk,w.getVNode=Sl,w.getVerticalScrollTopPercentInPage=SM,w.getVertxRegisterBaseUrl=WI,w.getViewport=Fy,w.getWindow=vM,w.gifImage=lp,w.h=Jy,w.hFromEl=ba,w.handleChunkLoadError=Ik,w.hasClass=yA,w.hashChange$=jM,w.hideEl=dy,w.hotKeyDown$=jy,w.hotKeyFile=DM,w.hotKeyFile$=$y,w.hotKeyUp$=MM,w.html=uy,w.iframePostMessage=wA,w.imageDataToBitmap=Y_,w.imageDataToBlob=X_,w.imageDataToDataURL=G_,w.injectStyle=Cm,w.injectWxJsConfig=JI,w.insert=si,w.intersection$=Xy,w.isActiveEl=WP,w.isChunkLoadError=Ok,w.isElement=kP,w.isInViewport=_M,w.isInput=lr,w.isInputCheckbox=hl,w.isInputNumber=aA,w.isInputRadio=ul,w.isInputText=oA,w.isRootEl=XP,w.isSVGElementPath=xp,w.isSVGPath=Dh,w.isSelect=cl,w.isSupportEvent=PA,w.isSupportPointer=CA,w.isSupportTouch=TA,w.isTextArea=rA,w.jpgToPng=mE,w.keyDown$=ky,w.keyPress$=oM,w.keyUp$=Ly,w.l2c=ws,w.leftRotate=J_,w.length=Hs,w.loadImage=cy,w.loadLink=NP,w.loadScript=VP,w.location$=Wy,w.longhandSVGPath=jE,w.mapTDTJSSDK=Mk,w.marginSharpen=dE,w.matchMedia$=qy,w.miniVue=WM,w.mosaic=SE,w.mountVNode=Dn,w.mouseAndPointerDownMovePoint$=zy,w.mouseClick$=OA,w.mouseContextMenu$=LA,w.mouseDoubleClick$=IA,w.mouseDown$=wy,w.mouseDownMovePoint$=Vy,w.mouseEnter$=DA,w.mouseLeave$=RA,w.mouseMove$=ya,w.mouseMovePoint$=dM,w.mouseOut$=MA,w.mouseOver$=AA,w.mouseUp$=xy,w.mouseWheel$=kA,w.mutation$=Gy,w.nearestElement=KP,w.nextElementSibling=eA,w.normalizePoint=PE,w.normalizeSVGPath=Oh,w.ofType=LC,w.onBeforeUnload=oy,w.onDocumentReady=il,w.openLog=Vw,w.operationParser=BC,w.outputGifBase64=fp,w.outputQRCodeBase64=TE,w.pan$=VA,w.panCancel$=BA,w.panDown$=YA,w.panEnd$=FA,w.panLeft$=jA,w.panMove$=NA,w.panRight$=$A,w.panStart$=zA,w.panUp$=UA,w.parent=JP,w.parents=al,w.parseCSS=Hg,w.parseSVGPath=Co,w.parseTransformToMatrix=sy,w.patchVNode=wa,w.pinch$=GA,w.pinchIn$=XA,w.pinchOut$=WA,w.pngToJpg=pE,w.pointerCancel$=yl,w.pointerDown$=pl,w.pointerDownMovePoint$=va,w.pointerMove$=ml,w.pointerUp$=gl,w.polar=Xn,w.polymorphTween=EP,w.popStateChange$=Hy,w.press$=HA,w.pressDownMove=Uy,w.pressDownMoveWithMouse=IM,w.pressDownMoveWithPointer=Yy,w.pressDownMoveWithTouch=kM,w.preventDefault=$n,w.previousElementSibling=nA,w.pull$=pM,w.q2c=Fi,w.querySelectorAllToStringArray=a2,w.radiusClip=yE,w.rawState=hu,w.readFileInBrowser=Ai,w.readStyleFromStyles=f2,w.rectClip=gE,w.relativeSVGPath=zE,w.rem2px=HP,w.remove=dA,w.removeAllEventListeners=O_,w.removeClass=gA,w.renderVNode=Zy,w.resize=by,w.resize$=fl,w.reverseCSSToJSEasing=ZE,w.reverseEaseNameToCubicBezier=Ap,w.reverseEasing=_p,w.revokeObjectURL=LP,w.rightRotate=Z_,w.rotate$=qA,w.rotatePoint=Ge,w.runInSandbox=xA,w.rxState=DC,w.safeArea$=YM,w.scheduleVNodeAsap=_l,w.scheduleVNodeImmediately=Qy,w.scroll$=hM,w.scrollParent=ZP,w.scrollTo=YP,w.selectFile=hy,w.selectFileImage=FP,w.selectFileInBrowser=Qc,w.setCSSVar=Yk,w.setLogUploadFn=Nw,w.setManualScroll=GP,w.setRem=HI,w.setStyle=Us,w.setTheme=yb,w.setWindowTitle=jP,w.shadowRoot=iA,w.sharpen=fE,w.showEl=fy,w.showUpdateDialog=lb,w.siblings=tA,w.simulateEventFromTouch=$_,w.stateLoggerMiddleware=NC,w.stopPropagation=rp,w.stringToDom=c2,w.swipe$=KA,w.swipeDown$=tM,w.swipeLeft$=JA,w.swipeRight$=ZA,w.swipeUp$=QA,w.tap$=Cy,w.tapOutSide$=eM,w.targetToAfterDropShape=xP,w.text=lA,w.toBlackAndWhite=eE,w.toBlue=rE,w.toBlueAndGreen=cE,w.toBlueAndGrey=lE,w.toDegree=Jt,w.toGreen=iE,w.toGreenAndGrey=uE,w.toGrey=Q_,w.toGrey2=tE,w.toOpposite=nE,w.toRadian=wt,w.toRed=sE,w.toRedAndBlue=aE,w.toRedAndGreen=oE,w.toRedAndGrey=hE,w.toggleClass=ll,w.toggleElDisplay=mA,w.toggleTheme=$k,w.touchCancel$=Ty,w.touchDownMovePoint$=Ny,w.touchEnd$=Ey,w.touchMove$=Sy,w.touchStart$=_y,w.transform=sl,w.transformPath2D=DP,w.transitionEnd$=sM,w.transitionStart$=nM,w.unmountVNode=dr,w.updateVNode=Sa,w.urlChange$=BM,w.useDimensions=fP,w.useImmer=uP,w.useImmerReducer=lP,w.useLocale=Ku,w.useReactControllableState=WC,w.useReactState=AC,w.useVueControllableState=mP,w.useVueState=MC,w.useWindowResize$=EA,w.vibrate=$P,w.visible$=zM,w.waitElementAddedInDOM=NM,w.waitForStyleSheetsLoaded=zP,w.writeToIndexDB=Fk,w.wxJsChooseImage=ek,w.wxJsDownloadImage=ik,w.wxJsDownloadVoice=mk,w.wxJsGetLocalImgData=rk,w.wxJsGetLocation=vk,w.wxJsGetNetworkType=gk,w.wxJsLogin=xk,w.wxJsOnVoicePlayEnd=fk,w.wxJsOnVoiceRecordEnd=ck,w.wxJsOpenLocation=yk,w.wxJsPauseVoice=uk,w.wxJsPay=wk,w.wxJsPlayVoice=hk,w.wxJsPreviewImage=nk,w.wxJsScanQRCode=bk,w.wxJsStartRecord=ok,w.wxJsStopRecord=ak,w.wxJsStopVoice=lk,w.wxJsTranslateVoice=pk,w.wxJsUpdateAppMessageShareData=QI,w.wxJsUpdateTimelineShareData=tk,w.wxJsUploadImage=sk,w.wxJsUploadVoice=dk,w.zvhToLSVGPath=BE,Object.defineProperty(w,Symbol.toStringTag,{value:"Module"})});
|
|
145
166
|
//# sourceMappingURL=zyzgroup_core_web.umd.cjs.map
|