@zyzgroup/core-web 0.1.10 → 0.1.11
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 +22 -22
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +7148 -7263
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +22 -22
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/animate/_YZAnimate.d.ts +0 -78
- package/types/animate/_YZAnimate.d.ts.map +1 -1
- package/types/canvas/YZCanvas.d.ts +4 -5
- package/types/canvas/YZCanvas.d.ts.map +1 -1
- package/types/dom/index.d.ts +0 -1
- package/types/dom/index.d.ts.map +1 -1
- package/types/env.d.ts +1 -0
- package/types/env.d.ts.map +1 -1
- package/types/hooks/index.d.ts +4 -1
- package/types/hooks/index.d.ts.map +1 -1
- package/types/hooks/useDragDrop.d.ts.map +1 -1
- package/types/hooks/useElementEventBus.d.ts +67 -0
- package/types/hooks/useElementEventBus.d.ts.map +1 -0
- package/types/hooks/useHotKeyFile.d.ts.map +1 -1
- package/types/hooks/useMouse.d.ts +32 -0
- package/types/hooks/useMouse.d.ts.map +1 -0
- package/types/hooks/useMutation.d.ts.map +1 -1
- package/types/hooks/usePressDownMove.d.ts +13 -0
- package/types/hooks/usePressDownMove.d.ts.map +1 -0
- package/types/hooks/usePull.d.ts +4 -0
- package/types/hooks/usePull.d.ts.map +1 -0
- package/types/hooks/useResize.d.ts +1 -4
- package/types/hooks/useResize.d.ts.map +1 -1
- package/types/hooks/useSafeArea.d.ts +5 -4
- package/types/hooks/useSafeArea.d.ts.map +1 -1
- package/types/hooks/useScroll.d.ts.map +1 -1
- package/types/hooks/useVisible.d.ts.map +1 -1
- package/types/hooks/useWindow.d.ts.map +1 -1
- package/types/math/shapes/Ring.d.ts.map +1 -1
- package/types/position.d.ts +0 -11
- package/types/position.d.ts.map +1 -1
- package/types/svg/YZSVG.d.ts +3 -5
- package/types/svg/YZSVG.d.ts.map +1 -1
- package/types/dom/DOMEventBus.d.ts +0 -119
- package/types/dom/DOMEventBus.d.ts.map +0 -1
- package/types/hooks/useEmit.d.ts +0 -6
- package/types/hooks/useEmit.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var ZYZGroupCoreWeb=function(
|
|
1
|
+
var ZYZGroupCoreWeb=function(u){"use strict";var Di=typeof document<"u"?document.currentScript:null;class Ii extends Error{response;constructor(t,e){super(t),this.response=e}}function Mi(){return typeof window<"u"?window:typeof global<"u"?global:this||{}}const hs=s=>{let t=null;switch(s){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(hs("regexp"),"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");break;case"svg-segment":t=/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi;break;case"mobile-china":t=/^\+?[1-9]{1}[0-9]{10}$/g;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,12 +7,18 @@ var ZYZGroupCoreWeb=function(f){"use strict";var Di=typeof document<"u"?document
|
|
|
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},zt=(n,t)=>(typeof n=="string"&&(n=as(n)||new RegExp(n)),n.test(t)),ki=(n,t)=>{typeof n=="string"&&(n=as(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},Li=(n,t)=>{typeof n=="string"&&(n=as(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 Eo(n){const t=n.match(/[\s\S]/gu);return t?t.length:0}function Ri(n,t){const e=n.codePointAt(t);return e?String.fromCodePoint(e):void 0}function Oi(n=12){const t="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghijklmnopqrstuvwxyz0123456789",e=t.length;let s="";for(let i=0;i<n;i++)s+=t[Math.floor(Math.random()*e)];return s}function _o(n){return n.replace(/(^\w)/g,t=>t.toLowerCase())}const ct=(n,t="-")=>{let e=n.replace(new RegExp(`${t}?([A-Z])`,"g"),t+"$1").toLowerCase();return e=e.replace(new RegExp(`^${t}`),""),e};function Ao(n){return n.replace(/(^\w|[_-]\w)/g,t=>t.slice(-1).toUpperCase())}function Fi(n){return _o(Ao(n))}function Ni(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}const Do="[object String]",Io="[object Symbol]";function Bi(n){return Object.prototype.toString.call(n)}function Mo(n){return n!=null}function ko(n){return Bi(n)===Do}function Lo(n){return n===n+0}function Ro(n){return Bi(n)===Io}function Oo(n,...t){return new n.constructor(...t)}function Ui(n,t){for(const e in n)Object.prototype.hasOwnProperty.call(n,e)&&!t(e,n[e])&&delete n[e];return n}function Fo(n,t="",e=["","sign","key"]){return Object.keys(n).filter(s=>{for(let i=0,r=e.length;i<r;i++)if(n[s]==e[i])return!1;return!0}).sort().map(s=>`${s}=${n[s]}`).join("&")+t}function Ce(n,t){const e=n.findIndex(s=>s===t);return e>=0&&n.splice(e,1),n}function Yi(n,t){return n.findIndex(e=>e==t)>=0}function No(n,...t){return t.forEach(e=>{Yi(n,e)||n.push(e)}),n}let Xi;try{Xi=Map}catch{Xi=function(){}}let zi;try{zi=Set}catch{zi=function(){}}function Bo(n){return typeof n=="number"&&Number.isNaN(n)}function Kt(n,t){if(n=parseFloat(n),Bo(n)){if(typeof t=="number")return t;throw new Error(`parseNumber(${n}) isNaN!`)}return n}function os(n,t,e=Number.EPSILON*Math.pow(2,2)){return Math.abs(n-t)<e}const H=(n,t,e)=>n<t?t:n>e?e:n,Uo=(n,t,e)=>s=>{const i=H(s,n,t);return e==0?i:t-i<e?t:Math.round(i/e)*e};function Yo(n,t=12){return Kt(n,0).toFixed(t)}function Ot(n,t=12){return+Yo(n,t)}function hn(n,t){const e=ki("number-single",String(n));return{hasNumber:!!e,number:e&&!Array.isArray(e)&&e.fullMatch?parseFloat(e.fullMatch):Mo(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 Gi(n){const t=ki("number",n);return t?Array.isArray(t)?t.map(e=>Number(e.fullMatch)):[Number(t.fullMatch)]:[]}Xo();function Xo(){const n=new ArrayBuffer(4),t=new Float32Array(n),e=new Uint32Array(n),s=new Uint32Array(512),i=new Uint32Array(512);for(let h=0;h<256;++h){const c=h-127;c<-27?(s[h]=0,s[h|256]=32768,i[h]=24,i[h|256]=24):c<-14?(s[h]=1024>>-c-14,s[h|256]=1024>>-c-14|32768,i[h]=-c-1,i[h|256]=-c-1):c<=15?(s[h]=c+15<<10,s[h|256]=c+15<<10|32768,i[h]=13,i[h|256]=13):c<128?(s[h]=31744,s[h|256]=64512,i[h]=24,i[h|256]=24):(s[h]=31744,s[h|256]=64512,i[h]=13,i[h|256]=13)}const r=new Uint32Array(2048),a=new Uint32Array(64),o=new Uint32Array(64);for(let h=1;h<1024;++h){let c=h<<13,l=0;for(;!(c&8388608);)c<<=1,l-=8388608;c&=-8388609,l+=947912704,r[h]=c|l}for(let h=1024;h<2048;++h)r[h]=939524096+(h-1024<<13);for(let h=1;h<31;++h)a[h]=h<<23;a[31]=1199570944,a[32]=2147483648;for(let h=33;h<63;++h)a[h]=2147483648+(h-32<<23);a[63]=3347054592;for(let h=1;h<64;++h)h!==32&&(o[h]=1024);return{floatView:t,uint32View:e,baseTable:s,shiftTable:i,mantissaTable:r,exponentTable:a,offsetTable:o}}var lt=(n=>(n.UNKNOWN="",n.TEXT="text/plain",n.MD="text/plain",n.HTML="text/html",n.XML_TEXT="text/xml",n.CSS="text/css",n.JPEG="image/jpeg",n.PNG="image/png",n.GIF="image/gif",n.BMP="image/bmp",n.WEBP="image/webp",n.SVG="image/svg+xml",n.ICON="image/x-icon",n.MICROSOFT_ICON="image/vnd.microsoft.icon",n.MPEG="audio/mpeg",n.MP3="audio/mpeg",n.MP4="video/mp4",n.OGG="audio/ogg",n.WAV="audio/wav",n.MIDI="audio/midi",n.WEBM="video/webm",n.VIDEO_OGG="video/ogg",n.OCTET_STREAM="application/octet-stream",n.JAVASCRIPT="application/javascript",n.ECMASCRIPT="application/ecmascript",n.JSON="application/json",n.XML="application/xml",n.XHTML="application/xhtml+xml",n.XWWW="application/x-www-form-urlencoded",n.DOC="application/msword",n.CSV="application/x-csv",n.EXCEL="application/vnb.ms-excel",n.PPT="application/vnb.mspowerpoint",n.PDF="application/pdf",n.ZIP="application/zip",n.TGZ="application/x-gtar",n.TAR_GZ="application/x-gzip",n.EOT="appliaction/vnd.ms-fontobject",n.TTF="aplication/font-sfnt",n.PKCS12="aplication/pkcs12",n))(lt||{}),hs=(n=>(n.ascii="ascii",n.utf8="utf8",n.utf16le="utf16le",n.ucs2="ucs2",n.base64="base64",n.base64url="base64url",n.latin1="latin1",n.binary="binary",n.hex="hex",n))(hs||{}),Ct=(n=>(n.text="text",n.dataURL="dataURL",n.binaryString="binaryString",n.arraybuffer="arraybuffer",n))(Ct||{});const Pe=(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 a=parseInt(e,t);if(isNaN(a))throw new Error(`radixStringToNumber(${n}, ${t}) 无法解析!`);return a};function zo(n){return new TextEncoder().encode(n)}function Go(n){return String.fromCharCode.apply(null,new Uint16Array(n))}const cn=(n,t,e)=>t?e===hs.base64?new Blob([n],{type:`${t};${e}`}):e===hs.utf8?new Blob([n],{type:`${t};charset=${e}`}):new Blob([n],{type:`${t}`}):new Blob([n]),Vo=n=>{let t=lt.UNKNOWN;switch(new DataView(n).getUint32(0,qo()).toString(16).toUpperCase()){case"FFD8FFDB":t=lt.JPEG;break;case"FFD8FFE0":case"FFD8FFE1":case"FFD8FFE2":case"FFD8FFE3":t=lt.JPEG;break;case"89504E47":t=lt.PNG;break;case"47494638":t=lt.GIF;break;case"52494646":t=lt.WEBP;break;case"25504446":t=lt.PDF;break;case"504B0304":t=lt.ZIP;break}return t};function qo(){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:return!0}}function $(){return(performance||Date).now()}function jo(n,t=3,e=":"){let s=""+n[0]+n[1];switch(t){case 1:break;case 2:s+=e+n[2]+n[3];break;case 3:s+=e+n[4]+n[5];break}return s}function Ho(n){let t=0;for(let e=5;e>=0;e=e-2)e==5?t+=n[e-1]*10+n[e]:e==3?t+=(n[e-1]*10+n[e])*60:e==1&&(t+=(n[e-1]*10+n[e])*60*60);return t=Math.floor(Math.max(0,t)),t*1e3}function $o(n){let t=Ho(n)/1e3;const e=t%60;n[5]=e%10,n[4]=Math.floor(e/10),t=Math.floor(t/60);const s=t%60;n[3]=s%10,n[2]=Math.floor(s/10),t=Math.floor(t/60);const i=t%60%24;return n[1]=i%10,n[0]=Math.floor(i/10),n}function Wo(n,t=1){return n[5]+=t,$o(n)}function Jo(n,t){let e;return function(...s){clearTimeout(e),e=setTimeout(()=>{n.apply(this,s)},t)}}class cs{events;constructor(){this.events={}}has(t,e){return this.events[t]!==void 0&&this.events[t].indexOf(e)!==-1}prependListener(t,e){return this.events[t]||(this.events[t]=[]),this.events[t].unshift(e),this}addListener(t,e){return this.events[t]||(this.events[t]=[]),this.events[t].push(e),this}on(t,e){return this.addListener(t,e),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(i=>{i(...e)}),this}once(t,e){const i=(()=>{let r=!1;return(...a)=>{r||(r=!0,e(...a),this.off(t,i))}})();return this.on(t,i),this}}const Vi=()=>{};function Zo(n){let t=!1;return function(...e){if(!t)return t=!0,n.apply(this,e)}}Array.prototype.ap=function(n){return this.reduce((t,e)=>t.concat(n.map(e)),[])};let Le;function gt(n){Le=n,n(),Le=null}class Ko{subscribers=new Set;add(){Le&&!this.subscribers.has(Le)&&this.subscribers.add(Le)}notify(){this.subscribers.forEach(t=>t())}}const qi=new WeakMap;function ls(n,t){let e=qi.get(n);e||(e=new Map,qi.set(n,e));let s=e.get(t);return s||(s=new Ko,e.set(t,s)),s}function Qo(n,t=!1){return Object.keys(n).forEach(e=>{let s=n[e];if(t&&typeof s=="object"&&s!==null)n[e]=ln(s,t);else{const i=ls(n,e);Object.defineProperty(n,e,{configurable:!0,enumerable:!0,get(){return i.add(),s},set(r){s!=r&&(s=r,i.notify())}})}}),n}function us(n,t=!1){return Qo({value:n},t)}function ln(n,t=!1){const e={get(i,r,a){const o=Reflect.get(i,r,a);if(t&&typeof o=="object"&&o!==null&&!("isYZReactiveProxy"in o)){const c=ln(o,t);c.YZReactiveProxyParentTarget=i,c.YZReactiveProxyParentKey=r,Reflect.set(a,r,c)}return ls(i,r).add(),Reflect.get(i,r,a)},set(i,r,a,o){const h=Reflect.get(i,r,o),c=Reflect.set(i,r,a,o);return Array.isArray(i)?ls(i.YZReactiveProxyParentTarget,i.YZReactiveProxyParentKey).notify():h!=a&&ls(i,r).notify(),c},has(i,r){return r==="isYZReactiveProxy"||r in i}};return new Proxy(n,e)}const ji=ln;class ue{maps=new Map;mapsAddedDuringUpdate=new Map;entries(){return Array.from(this.maps.entries())}keys(){return Array.from(this.maps.keys())}values(){return Array.from(this.maps.values())}json(){return this.entries().reduce((t,[e,s])=>((ko(e)||Lo(e)||Ro(e))&&(t[e]=s),t),{})}get length(){return this.entries().length}set(t,e){this.maps.set(t,e),this.mapsAddedDuringUpdate.set(t,e)}get(t){return this.maps.get(t)}getIndex(t){const e=this.entries();if(e.length&&e[t]){const[s,i]=e[t];return[s,i]}}top(){return this.getIndex(0)}shift(){const t=this.top();if(t){const[e]=t;this.delete(e)}return t}delete(t){return this.mapsAddedDuringUpdate.delete(t),this.maps.delete(t)}clear(){this.maps.clear(),this.mapsAddedDuringUpdate.clear()}filter(t){let e=Array.from(this.maps.entries());for(;e.length>0;){this.mapsAddedDuringUpdate.clear();for(let s=0,i=e.length;s<i;s++){const[r,a]=e[s];t(r,a)===!1&&this.delete(r)}e=Array.from(this.mapsAddedDuringUpdate.entries())}}}function th(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 a=i;for(;a>=s&&!t(n[a-s],r);)n[a]=n[a-s],a-=s;n[a]=r}s=Math.floor(s/2)}}function eh(){const n={};return n.promise=new Promise((t,e)=>{n.resolve=t,n.reject=e}),n}let Hi;try{Hi=Promise}catch{Hi=function(){}}function $i(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var Wi={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(v,x){var p=v[0],g=v[1],E=v[2],C=v[3];p+=(g&E|~g&C)+x[0]-680876936|0,p=(p<<7|p>>>25)+g|0,C+=(p&g|~p&E)+x[1]-389564586|0,C=(C<<12|C>>>20)+p|0,E+=(C&p|~C&g)+x[2]+606105819|0,E=(E<<17|E>>>15)+C|0,g+=(E&C|~E&p)+x[3]-1044525330|0,g=(g<<22|g>>>10)+E|0,p+=(g&E|~g&C)+x[4]-176418897|0,p=(p<<7|p>>>25)+g|0,C+=(p&g|~p&E)+x[5]+1200080426|0,C=(C<<12|C>>>20)+p|0,E+=(C&p|~C&g)+x[6]-1473231341|0,E=(E<<17|E>>>15)+C|0,g+=(E&C|~E&p)+x[7]-45705983|0,g=(g<<22|g>>>10)+E|0,p+=(g&E|~g&C)+x[8]+1770035416|0,p=(p<<7|p>>>25)+g|0,C+=(p&g|~p&E)+x[9]-1958414417|0,C=(C<<12|C>>>20)+p|0,E+=(C&p|~C&g)+x[10]-42063|0,E=(E<<17|E>>>15)+C|0,g+=(E&C|~E&p)+x[11]-1990404162|0,g=(g<<22|g>>>10)+E|0,p+=(g&E|~g&C)+x[12]+1804603682|0,p=(p<<7|p>>>25)+g|0,C+=(p&g|~p&E)+x[13]-40341101|0,C=(C<<12|C>>>20)+p|0,E+=(C&p|~C&g)+x[14]-1502002290|0,E=(E<<17|E>>>15)+C|0,g+=(E&C|~E&p)+x[15]+1236535329|0,g=(g<<22|g>>>10)+E|0,p+=(g&C|E&~C)+x[1]-165796510|0,p=(p<<5|p>>>27)+g|0,C+=(p&E|g&~E)+x[6]-1069501632|0,C=(C<<9|C>>>23)+p|0,E+=(C&g|p&~g)+x[11]+643717713|0,E=(E<<14|E>>>18)+C|0,g+=(E&p|C&~p)+x[0]-373897302|0,g=(g<<20|g>>>12)+E|0,p+=(g&C|E&~C)+x[5]-701558691|0,p=(p<<5|p>>>27)+g|0,C+=(p&E|g&~E)+x[10]+38016083|0,C=(C<<9|C>>>23)+p|0,E+=(C&g|p&~g)+x[15]-660478335|0,E=(E<<14|E>>>18)+C|0,g+=(E&p|C&~p)+x[4]-405537848|0,g=(g<<20|g>>>12)+E|0,p+=(g&C|E&~C)+x[9]+568446438|0,p=(p<<5|p>>>27)+g|0,C+=(p&E|g&~E)+x[14]-1019803690|0,C=(C<<9|C>>>23)+p|0,E+=(C&g|p&~g)+x[3]-187363961|0,E=(E<<14|E>>>18)+C|0,g+=(E&p|C&~p)+x[8]+1163531501|0,g=(g<<20|g>>>12)+E|0,p+=(g&C|E&~C)+x[13]-1444681467|0,p=(p<<5|p>>>27)+g|0,C+=(p&E|g&~E)+x[2]-51403784|0,C=(C<<9|C>>>23)+p|0,E+=(C&g|p&~g)+x[7]+1735328473|0,E=(E<<14|E>>>18)+C|0,g+=(E&p|C&~p)+x[12]-1926607734|0,g=(g<<20|g>>>12)+E|0,p+=(g^E^C)+x[5]-378558|0,p=(p<<4|p>>>28)+g|0,C+=(p^g^E)+x[8]-2022574463|0,C=(C<<11|C>>>21)+p|0,E+=(C^p^g)+x[11]+1839030562|0,E=(E<<16|E>>>16)+C|0,g+=(E^C^p)+x[14]-35309556|0,g=(g<<23|g>>>9)+E|0,p+=(g^E^C)+x[1]-1530992060|0,p=(p<<4|p>>>28)+g|0,C+=(p^g^E)+x[4]+1272893353|0,C=(C<<11|C>>>21)+p|0,E+=(C^p^g)+x[7]-155497632|0,E=(E<<16|E>>>16)+C|0,g+=(E^C^p)+x[10]-1094730640|0,g=(g<<23|g>>>9)+E|0,p+=(g^E^C)+x[13]+681279174|0,p=(p<<4|p>>>28)+g|0,C+=(p^g^E)+x[0]-358537222|0,C=(C<<11|C>>>21)+p|0,E+=(C^p^g)+x[3]-722521979|0,E=(E<<16|E>>>16)+C|0,g+=(E^C^p)+x[6]+76029189|0,g=(g<<23|g>>>9)+E|0,p+=(g^E^C)+x[9]-640364487|0,p=(p<<4|p>>>28)+g|0,C+=(p^g^E)+x[12]-421815835|0,C=(C<<11|C>>>21)+p|0,E+=(C^p^g)+x[15]+530742520|0,E=(E<<16|E>>>16)+C|0,g+=(E^C^p)+x[2]-995338651|0,g=(g<<23|g>>>9)+E|0,p+=(E^(g|~C))+x[0]-198630844|0,p=(p<<6|p>>>26)+g|0,C+=(g^(p|~E))+x[7]+1126891415|0,C=(C<<10|C>>>22)+p|0,E+=(p^(C|~g))+x[14]-1416354905|0,E=(E<<15|E>>>17)+C|0,g+=(C^(E|~p))+x[5]-57434055|0,g=(g<<21|g>>>11)+E|0,p+=(E^(g|~C))+x[12]+1700485571|0,p=(p<<6|p>>>26)+g|0,C+=(g^(p|~E))+x[3]-1894986606|0,C=(C<<10|C>>>22)+p|0,E+=(p^(C|~g))+x[10]-1051523|0,E=(E<<15|E>>>17)+C|0,g+=(C^(E|~p))+x[1]-2054922799|0,g=(g<<21|g>>>11)+E|0,p+=(E^(g|~C))+x[8]+1873313359|0,p=(p<<6|p>>>26)+g|0,C+=(g^(p|~E))+x[15]-30611744|0,C=(C<<10|C>>>22)+p|0,E+=(p^(C|~g))+x[6]-1560198380|0,E=(E<<15|E>>>17)+C|0,g+=(C^(E|~p))+x[13]+1309151649|0,g=(g<<21|g>>>11)+E|0,p+=(E^(g|~C))+x[4]-145523070|0,p=(p<<6|p>>>26)+g|0,C+=(g^(p|~E))+x[11]-1120210379|0,C=(C<<10|C>>>22)+p|0,E+=(p^(C|~g))+x[2]+718787259|0,E=(E<<15|E>>>17)+C|0,g+=(C^(E|~p))+x[9]-343485551|0,g=(g<<21|g>>>11)+E|0,v[0]=p+v[0]|0,v[1]=g+v[1]|0,v[2]=E+v[2]|0,v[3]=C+v[3]|0}function r(v){var x=[],p;for(p=0;p<64;p+=4)x[p>>2]=v.charCodeAt(p)+(v.charCodeAt(p+1)<<8)+(v.charCodeAt(p+2)<<16)+(v.charCodeAt(p+3)<<24);return x}function a(v){var x=[],p;for(p=0;p<64;p+=4)x[p>>2]=v[p]+(v[p+1]<<8)+(v[p+2]<<16)+(v[p+3]<<24);return x}function o(v){var x=v.length,p=[1732584193,-271733879,-1732584194,271733878],g,E,C,F,G,V;for(g=64;g<=x;g+=64)i(p,r(v.substring(g-64,g)));for(v=v.substring(g-64),E=v.length,C=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],g=0;g<E;g+=1)C[g>>2]|=v.charCodeAt(g)<<(g%4<<3);if(C[g>>2]|=128<<(g%4<<3),g>55)for(i(p,C),g=0;g<16;g+=1)C[g]=0;return F=x*8,F=F.toString(16).match(/(.*?)(.{0,8})$/),G=parseInt(F[2],16),V=parseInt(F[1],16)||0,C[14]=G,C[15]=V,i(p,C),p}function h(v){var x=v.length,p=[1732584193,-271733879,-1732584194,271733878],g,E,C,F,G,V;for(g=64;g<=x;g+=64)i(p,a(v.subarray(g-64,g)));for(v=g-64<x?v.subarray(g-64):new Uint8Array(0),E=v.length,C=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],g=0;g<E;g+=1)C[g>>2]|=v[g]<<(g%4<<3);if(C[g>>2]|=128<<(g%4<<3),g>55)for(i(p,C),g=0;g<16;g+=1)C[g]=0;return F=x*8,F=F.toString(16).match(/(.*?)(.{0,8})$/),G=parseInt(F[2],16),V=parseInt(F[1],16)||0,C[14]=G,C[15]=V,i(p,C),p}function c(v){var x="",p;for(p=0;p<4;p+=1)x+=s[v>>p*8+4&15]+s[v>>p*8&15];return x}function l(v){var x;for(x=0;x<v.length;x+=1)v[x]=c(v[x]);return v.join("")}l(o("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function v(x,p){return x=x|0||0,x<0?Math.max(x+p,0):Math.min(x,p)}ArrayBuffer.prototype.slice=function(x,p){var g=this.byteLength,E=v(x,g),C=g,F,G,V,K;return p!==e&&(C=v(p,g)),E>C?new ArrayBuffer(0):(F=C-E,G=new ArrayBuffer(F),V=new Uint8Array(G),K=new Uint8Array(this,E,F),V.set(K),G)}}();function d(v){return/[\u0080-\uFFFF]/.test(v)&&(v=unescape(encodeURIComponent(v))),v}function y(v,x){var p=v.length,g=new ArrayBuffer(p),E=new Uint8Array(g),C;for(C=0;C<p;C+=1)E[C]=v.charCodeAt(C);return x?E:g}function b(v){return String.fromCharCode.apply(null,new Uint8Array(v))}function w(v,x,p){var g=new Uint8Array(v.byteLength+x.byteLength);return g.set(new Uint8Array(v)),g.set(new Uint8Array(x),v.byteLength),p?g:g.buffer}function _(v){var x=[],p=v.length,g;for(g=0;g<p-1;g+=2)x.push(parseInt(v.substr(g,2),16));return String.fromCharCode.apply(String,x)}function S(){this.reset()}return S.prototype.append=function(v){return this.appendBinary(d(v)),this},S.prototype.appendBinary=function(v){this._buff+=v,this._length+=v.length;var x=this._buff.length,p;for(p=64;p<=x;p+=64)i(this._hash,r(this._buff.substring(p-64,p)));return this._buff=this._buff.substring(p-64),this},S.prototype.end=function(v){var x=this._buff,p=x.length,g,E=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],C;for(g=0;g<p;g+=1)E[g>>2]|=x.charCodeAt(g)<<(g%4<<3);return this._finish(E,p),C=l(this._hash),v&&(C=_(C)),this.reset(),C},S.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},S.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},S.prototype.setState=function(v){return this._buff=v.buff,this._length=v.length,this._hash=v.hash,this},S.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},S.prototype._finish=function(v,x){var p=x,g,E,C;if(v[p>>2]|=128<<(p%4<<3),p>55)for(i(this._hash,v),p=0;p<16;p+=1)v[p]=0;g=this._length*8,g=g.toString(16).match(/(.*?)(.{0,8})$/),E=parseInt(g[2],16),C=parseInt(g[1],16)||0,v[14]=E,v[15]=C,i(this._hash,v)},S.hash=function(v,x){return S.hashBinary(d(v),x)},S.hashBinary=function(v,x){var p=o(v),g=l(p);return x?_(g):g},S.ArrayBuffer=function(){this.reset()},S.ArrayBuffer.prototype.append=function(v){var x=w(this._buff.buffer,v,!0),p=x.length,g;for(this._length+=v.byteLength,g=64;g<=p;g+=64)i(this._hash,a(x.subarray(g-64,g)));return this._buff=g-64<p?new Uint8Array(x.buffer.slice(g-64)):new Uint8Array(0),this},S.ArrayBuffer.prototype.end=function(v){var x=this._buff,p=x.length,g=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],E,C;for(E=0;E<p;E+=1)g[E>>2]|=x[E]<<(E%4<<3);return this._finish(g,p),C=l(this._hash),v&&(C=_(C)),this.reset(),C},S.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},S.ArrayBuffer.prototype.getState=function(){var v=S.prototype.getState.call(this);return v.buff=b(v.buff),v},S.ArrayBuffer.prototype.setState=function(v){return v.buff=y(v.buff,!0),S.prototype.setState.call(this,v)},S.ArrayBuffer.prototype.destroy=S.prototype.destroy,S.ArrayBuffer.prototype._finish=S.prototype._finish,S.ArrayBuffer.hash=function(v,x){var p=h(new Uint8Array(v)),g=l(p);return x?_(g):g},S})})(Wi);var sh=Wi.exports;const nh=$i(sh);function Ji(n,t){return function(){return n.apply(t,arguments)}}const{toString:ih}=Object.prototype,{getPrototypeOf:un}=Object,fs=(n=>t=>{const e=ih.call(t);return n[e]||(n[e]=e.slice(8,-1).toLowerCase())})(Object.create(null)),Dt=n=>(n=n.toLowerCase(),t=>fs(t)===n),ds=n=>t=>typeof t===n,{isArray:Ee}=Array,Re=ds("undefined");function rh(n){return n!==null&&!Re(n)&&n.constructor!==null&&!Re(n.constructor)&&bt(n.constructor.isBuffer)&&n.constructor.isBuffer(n)}const Zi=Dt("ArrayBuffer");function ah(n){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(n):t=n&&n.buffer&&Zi(n.buffer),t}const oh=ds("string"),bt=ds("function"),Ki=ds("number"),ms=n=>n!==null&&typeof n=="object",hh=n=>n===!0||n===!1,ps=n=>{if(fs(n)!=="object")return!1;const t=un(n);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in n)&&!(Symbol.iterator in n)},ch=Dt("Date"),lh=Dt("File"),uh=Dt("Blob"),fh=Dt("FileList"),dh=n=>ms(n)&&bt(n.pipe),mh=n=>{let t;return n&&(typeof FormData=="function"&&n instanceof FormData||bt(n.append)&&((t=fs(n))==="formdata"||t==="object"&&bt(n.toString)&&n.toString()==="[object FormData]"))},ph=Dt("URLSearchParams"),[gh,yh,wh,xh]=["ReadableStream","Request","Response","Headers"].map(Dt),bh=n=>n.trim?n.trim():n.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Oe(n,t,{allOwnKeys:e=!1}={}){if(n===null||typeof n>"u")return;let s,i;if(typeof n!="object"&&(n=[n]),Ee(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),a=r.length;let o;for(s=0;s<a;s++)o=r[s],t.call(null,n[o],o,n)}}function Qi(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 fe=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),tr=n=>!Re(n)&&n!==fe;function fn(){const{caseless:n}=tr(this)&&this||{},t={},e=(s,i)=>{const r=n&&Qi(t,i)||i;ps(t[r])&&ps(s)?t[r]=fn(t[r],s):ps(s)?t[r]=fn({},s):Ee(s)?t[r]=s.slice():t[r]=s};for(let s=0,i=arguments.length;s<i;s++)arguments[s]&&Oe(arguments[s],e);return t}const vh=(n,t,e,{allOwnKeys:s}={})=>(Oe(t,(i,r)=>{e&&bt(i)?n[r]=Ji(i,e):n[r]=i},{allOwnKeys:s}),n),Sh=n=>(n.charCodeAt(0)===65279&&(n=n.slice(1)),n),Th=(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)},Ch=(n,t,e,s)=>{let i,r,a;const o={};if(t=t||{},n==null)return t;do{for(i=Object.getOwnPropertyNames(n),r=i.length;r-- >0;)a=i[r],(!s||s(a,n,t))&&!o[a]&&(t[a]=n[a],o[a]=!0);n=e!==!1&&un(n)}while(n&&(!e||e(n,t))&&n!==Object.prototype);return t},Ph=(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},Eh=n=>{if(!n)return null;if(Ee(n))return n;let t=n.length;if(!Ki(t))return null;const e=new Array(t);for(;t-- >0;)e[t]=n[t];return e},_h=(n=>t=>n&&t instanceof n)(typeof Uint8Array<"u"&&un(Uint8Array)),Ah=(n,t)=>{const s=(n&&n[Symbol.iterator]).call(n);let i;for(;(i=s.next())&&!i.done;){const r=i.value;t.call(n,r[0],r[1])}},Dh=(n,t)=>{let e;const s=[];for(;(e=n.exec(t))!==null;)s.push(e);return s},Ih=Dt("HTMLFormElement"),Mh=n=>n.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,s,i){return s.toUpperCase()+i}),er=(({hasOwnProperty:n})=>(t,e)=>n.call(t,e))(Object.prototype),kh=Dt("RegExp"),sr=(n,t)=>{const e=Object.getOwnPropertyDescriptors(n),s={};Oe(e,(i,r)=>{let a;(a=t(i,r,n))!==!1&&(s[r]=a||i)}),Object.defineProperties(n,s)},Lh=n=>{sr(n,(t,e)=>{if(bt(n)&&["arguments","caller","callee"].indexOf(e)!==-1)return!1;const s=n[e];if(bt(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+"'")})}})},Rh=(n,t)=>{const e={},s=i=>{i.forEach(r=>{e[r]=!0})};return Ee(n)?s(n):s(String(n).split(t)),e},Oh=()=>{},Fh=(n,t)=>n!=null&&Number.isFinite(n=+n)?n:t;function Nh(n){return!!(n&&bt(n.append)&&n[Symbol.toStringTag]==="FormData"&&n[Symbol.iterator])}const Bh=n=>{const t=new Array(10),e=(s,i)=>{if(ms(s)){if(t.indexOf(s)>=0)return;if(!("toJSON"in s)){t[i]=s;const r=Ee(s)?[]:{};return Oe(s,(a,o)=>{const h=e(a,i+1);!Re(h)&&(r[o]=h)}),t[i]=void 0,r}}return s};return e(n,0)},Uh=Dt("AsyncFunction"),Yh=n=>n&&(ms(n)||bt(n))&&bt(n.then)&&bt(n.catch),nr=((n,t)=>n?setImmediate:t?((e,s)=>(fe.addEventListener("message",({source:i,data:r})=>{i===fe&&r===e&&s.length&&s.shift()()},!1),i=>{s.push(i),fe.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e))(typeof setImmediate=="function",bt(fe.postMessage)),Xh=typeof queueMicrotask<"u"?queueMicrotask.bind(fe):typeof process<"u"&&process.nextTick||nr,D={isArray:Ee,isArrayBuffer:Zi,isBuffer:rh,isFormData:mh,isArrayBufferView:ah,isString:oh,isNumber:Ki,isBoolean:hh,isObject:ms,isPlainObject:ps,isReadableStream:gh,isRequest:yh,isResponse:wh,isHeaders:xh,isUndefined:Re,isDate:ch,isFile:lh,isBlob:uh,isRegExp:kh,isFunction:bt,isStream:dh,isURLSearchParams:ph,isTypedArray:_h,isFileList:fh,forEach:Oe,merge:fn,extend:vh,trim:bh,stripBOM:Sh,inherits:Th,toFlatObject:Ch,kindOf:fs,kindOfTest:Dt,endsWith:Ph,toArray:Eh,forEachEntry:Ah,matchAll:Dh,isHTMLForm:Ih,hasOwnProperty:er,hasOwnProp:er,reduceDescriptors:sr,freezeMethods:Lh,toObjectSet:Rh,toCamelCase:Mh,noop:Oh,toFiniteNumber:Fh,findKey:Qi,global:fe,isContextDefined:tr,isSpecCompliantForm:Nh,toJSONObject:Bh,isAsyncFn:Uh,isThenable:Yh,setImmediate:nr,asap:Xh};function N(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)}D.inherits(N,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:D.toJSONObject(this.config),code:this.code,status:this.status}}});const ir=N.prototype,rr={};["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=>{rr[n]={value:n}}),Object.defineProperties(N,rr),Object.defineProperty(ir,"isAxiosError",{value:!0}),N.from=(n,t,e,s,i,r)=>{const a=Object.create(ir);return D.toFlatObject(n,a,function(h){return h!==Error.prototype},o=>o!=="isAxiosError"),N.call(a,n.message,t,e,s,i),a.cause=n,a.name=n.name,r&&Object.assign(a,r),a};const zh=null;function dn(n){return D.isPlainObject(n)||D.isArray(n)}function ar(n){return D.endsWith(n,"[]")?n.slice(0,-2):n}function or(n,t,e){return n?n.concat(t).map(function(i,r){return i=ar(i),!e&&r?"["+i+"]":i}).join(e?".":""):t}function Gh(n){return D.isArray(n)&&!n.some(dn)}const Vh=D.toFlatObject(D,{},null,function(t){return/^is[A-Z]/.test(t)});function gs(n,t,e){if(!D.isObject(n))throw new TypeError("target must be an object");t=t||new FormData,e=D.toFlatObject(e,{metaTokens:!0,dots:!1,indexes:!1},!1,function(_,S){return!D.isUndefined(S[_])});const s=e.metaTokens,i=e.visitor||l,r=e.dots,a=e.indexes,h=(e.Blob||typeof Blob<"u"&&Blob)&&D.isSpecCompliantForm(t);if(!D.isFunction(i))throw new TypeError("visitor must be a function");function c(w){if(w===null)return"";if(D.isDate(w))return w.toISOString();if(!h&&D.isBlob(w))throw new N("Blob is not supported. Use a Buffer instead.");return D.isArrayBuffer(w)||D.isTypedArray(w)?h&&typeof Blob=="function"?new Blob([w]):Buffer.from(w):w}function l(w,_,S){let v=w;if(w&&!S&&typeof w=="object"){if(D.endsWith(_,"{}"))_=s?_:_.slice(0,-2),w=JSON.stringify(w);else if(D.isArray(w)&&Gh(w)||(D.isFileList(w)||D.endsWith(_,"[]"))&&(v=D.toArray(w)))return _=ar(_),v.forEach(function(p,g){!(D.isUndefined(p)||p===null)&&t.append(a===!0?or([_],g,r):a===null?_:_+"[]",c(p))}),!1}return dn(w)?!0:(t.append(or(S,_,r),c(w)),!1)}const d=[],y=Object.assign(Vh,{defaultVisitor:l,convertValue:c,isVisitable:dn});function b(w,_){if(!D.isUndefined(w)){if(d.indexOf(w)!==-1)throw Error("Circular reference detected in "+_.join("."));d.push(w),D.forEach(w,function(v,x){(!(D.isUndefined(v)||v===null)&&i.call(t,v,D.isString(x)?x.trim():x,_,y))===!0&&b(v,_?_.concat(x):[x])}),d.pop()}}if(!D.isObject(n))throw new TypeError("data must be an object");return b(n),t}function hr(n){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(n).replace(/[!'()~]|%20|%00/g,function(s){return t[s]})}function mn(n,t){this._pairs=[],n&&gs(n,this,t)}const cr=mn.prototype;cr.append=function(t,e){this._pairs.push([t,e])},cr.toString=function(t){const e=t?function(s){return t.call(this,s,hr)}:hr;return this._pairs.map(function(i){return e(i[0])+"="+e(i[1])},"").join("&")};function qh(n){return encodeURIComponent(n).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function lr(n,t,e){if(!t)return n;const s=e&&e.encode||qh;D.isFunction(e)&&(e={serialize:e});const i=e&&e.serialize;let r;if(i?r=i(t,e):r=D.isURLSearchParams(t)?t.toString():new mn(t,e).toString(s),r){const a=n.indexOf("#");a!==-1&&(n=n.slice(0,a)),n+=(n.indexOf("?")===-1?"?":"&")+r}return n}class jh{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){D.forEach(this.handlers,function(s){s!==null&&t(s)})}}const ur=jh,fr={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Hh={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:mn,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},pn=typeof window<"u"&&typeof document<"u",gn=typeof navigator=="object"&&navigator||void 0,$h=pn&&(!gn||["ReactNative","NativeScript","NS"].indexOf(gn.product)<0),Wh=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),Jh=pn&&window.location.href||"http://localhost",rt={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:pn,hasStandardBrowserEnv:$h,hasStandardBrowserWebWorkerEnv:Wh,navigator:gn,origin:Jh},Symbol.toStringTag,{value:"Module"})),...Hh};function Zh(n,t){return gs(n,new rt.classes.URLSearchParams,Object.assign({visitor:function(e,s,i,r){return rt.isNode&&D.isBuffer(e)?(this.append(s,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}function Kh(n){return D.matchAll(/\w+|\[(\w*)]/g,n).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Qh(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 dr(n){function t(e,s,i,r){let a=e[r++];if(a==="__proto__")return!0;const o=Number.isFinite(+a),h=r>=e.length;return a=!a&&D.isArray(i)?i.length:a,h?(D.hasOwnProp(i,a)?i[a]=[i[a],s]:i[a]=s,!o):((!i[a]||!D.isObject(i[a]))&&(i[a]=[]),t(e,s,i[a],r)&&D.isArray(i[a])&&(i[a]=Qh(i[a])),!o)}if(D.isFormData(n)&&D.isFunction(n.entries)){const e={};return D.forEachEntry(n,(s,i)=>{t(Kh(s),i,e,0)}),e}return null}function tc(n,t,e){if(D.isString(n))try{return(t||JSON.parse)(n),D.trim(n)}catch(s){if(s.name!=="SyntaxError")throw s}return(e||JSON.stringify)(n)}const yn={transitional:fr,adapter:["xhr","http","fetch"],transformRequest:[function(t,e){const s=e.getContentType()||"",i=s.indexOf("application/json")>-1,r=D.isObject(t);if(r&&D.isHTMLForm(t)&&(t=new FormData(t)),D.isFormData(t))return i?JSON.stringify(dr(t)):t;if(D.isArrayBuffer(t)||D.isBuffer(t)||D.isStream(t)||D.isFile(t)||D.isBlob(t)||D.isReadableStream(t))return t;if(D.isArrayBufferView(t))return t.buffer;if(D.isURLSearchParams(t))return e.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let o;if(r){if(s.indexOf("application/x-www-form-urlencoded")>-1)return Zh(t,this.formSerializer).toString();if((o=D.isFileList(t))||s.indexOf("multipart/form-data")>-1){const h=this.env&&this.env.FormData;return gs(o?{"files[]":t}:t,h&&new h,this.formSerializer)}}return r||i?(e.setContentType("application/json",!1),tc(t)):t}],transformResponse:[function(t){const e=this.transitional||yn.transitional,s=e&&e.forcedJSONParsing,i=this.responseType==="json";if(D.isResponse(t)||D.isReadableStream(t))return t;if(t&&D.isString(t)&&(s&&!this.responseType||i)){const a=!(e&&e.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(o){if(a)throw o.name==="SyntaxError"?N.from(o,N.ERR_BAD_RESPONSE,this,null,this.response):o}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:rt.classes.FormData,Blob:rt.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};D.forEach(["delete","get","head","post","put","patch"],n=>{yn.headers[n]={}});const wn=yn,ec=D.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"]),sc=n=>{const t={};let e,s,i;return n&&n.split(`
|
|
11
|
-
`).forEach(function(
|
|
12
|
-
`)}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 s=(this[mr]=this[mr]={accessors:{}}).accessors,i=this.prototype;function r(a){const o=Fe(a);s[o]||(ac(i,a),s[o]=!0)}return D.isArray(t)?t.forEach(r):r(t),this}}ws.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),D.reduceDescriptors(ws.prototype,({value:n},t)=>{let e=t[0].toUpperCase()+t.slice(1);return{get:()=>n,set(s){this[e]=s}}}),D.freezeMethods(ws);const It=ws;function bn(n,t){const e=this||wn,s=t||e,i=It.from(s.headers);let r=s.data;return D.forEach(n,function(o){r=o.call(e,r,i.normalize(),t?t.status:void 0)}),i.normalize(),r}function pr(n){return!!(n&&n.__CANCEL__)}function _e(n,t,e){N.call(this,n??"canceled",N.ERR_CANCELED,t,e),this.name="CanceledError"}D.inherits(_e,N,{__CANCEL__:!0});function gr(n,t,e){const s=e.config.validateStatus;!e.status||!s||s(e.status)?n(e):t(new N("Request failed with status code "+e.status,[N.ERR_BAD_REQUEST,N.ERR_BAD_RESPONSE][Math.floor(e.status/100)-4],e.config,e.request,e))}function oc(n){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(n);return t&&t[1]||""}function hc(n,t){n=n||10;const e=new Array(n),s=new Array(n);let i=0,r=0,a;return t=t!==void 0?t:1e3,function(h){const c=Date.now(),l=s[r];a||(a=c),e[i]=h,s[i]=c;let d=r,y=0;for(;d!==i;)y+=e[d++],d=d%n;if(i=(i+1)%n,i===r&&(r=(r+1)%n),c-a<t)return;const b=l&&c-l;return b?Math.round(y*1e3/b):void 0}}function cc(n,t){let e=0,s=1e3/t,i,r;const a=(c,l=Date.now())=>{e=l,i=null,r&&(clearTimeout(r),r=null),n.apply(null,c)};return[(...c)=>{const l=Date.now(),d=l-e;d>=s?a(c,l):(i=c,r||(r=setTimeout(()=>{r=null,a(i)},s-d)))},()=>i&&a(i)]}const xs=(n,t,e=3)=>{let s=0;const i=hc(50,250);return cc(r=>{const a=r.loaded,o=r.lengthComputable?r.total:void 0,h=a-s,c=i(h),l=a<=o;s=a;const d={loaded:a,total:o,progress:o?a/o:void 0,bytes:h,rate:c||void 0,estimated:c&&o&&l?(o-a)/c:void 0,event:r,lengthComputable:o!=null,[t?"download":"upload"]:!0};n(d)},e)},yr=(n,t)=>{const e=n!=null;return[s=>t[0]({lengthComputable:e,total:n,loaded:s}),t[1]]},wr=n=>(...t)=>D.asap(()=>n(...t)),lc=rt.hasStandardBrowserEnv?((n,t)=>e=>(e=new URL(e,rt.origin),n.protocol===e.protocol&&n.host===e.host&&(t||n.port===e.port)))(new URL(rt.origin),rt.navigator&&/(msie|trident)/i.test(rt.navigator.userAgent)):()=>!0,uc=rt.hasStandardBrowserEnv?{write(n,t,e,s,i,r){const a=[n+"="+encodeURIComponent(t)];D.isNumber(e)&&a.push("expires="+new Date(e).toGMTString()),D.isString(s)&&a.push("path="+s),D.isString(i)&&a.push("domain="+i),r===!0&&a.push("secure"),document.cookie=a.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 fc(n){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(n)}function dc(n,t){return t?n.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):n}function xr(n,t,e){let s=!fc(t);return n&&(s||e==!1)?dc(n,t):t}const br=n=>n instanceof It?{...n}:n;function de(n,t){t=t||{};const e={};function s(c,l,d,y){return D.isPlainObject(c)&&D.isPlainObject(l)?D.merge.call({caseless:y},c,l):D.isPlainObject(l)?D.merge({},l):D.isArray(l)?l.slice():l}function i(c,l,d,y){if(D.isUndefined(l)){if(!D.isUndefined(c))return s(void 0,c,d,y)}else return s(c,l,d,y)}function r(c,l){if(!D.isUndefined(l))return s(void 0,l)}function a(c,l){if(D.isUndefined(l)){if(!D.isUndefined(c))return s(void 0,c)}else return s(void 0,l)}function o(c,l,d){if(d in t)return s(c,l);if(d in n)return s(void 0,c)}const h={url:r,method:r,data:r,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:o,headers:(c,l,d)=>i(br(c),br(l),d,!0)};return D.forEach(Object.keys(Object.assign({},n,t)),function(l){const d=h[l]||i,y=d(n[l],t[l],l);D.isUndefined(y)&&d!==o||(e[l]=y)}),e}const vr=n=>{const t=de({},n);let{data:e,withXSRFToken:s,xsrfHeaderName:i,xsrfCookieName:r,headers:a,auth:o}=t;t.headers=a=It.from(a),t.url=lr(xr(t.baseURL,t.url,t.allowAbsoluteUrls),n.params,n.paramsSerializer),o&&a.set("Authorization","Basic "+btoa((o.username||"")+":"+(o.password?unescape(encodeURIComponent(o.password)):"")));let h;if(D.isFormData(e)){if(rt.hasStandardBrowserEnv||rt.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((h=a.getContentType())!==!1){const[c,...l]=h?h.split(";").map(d=>d.trim()).filter(Boolean):[];a.setContentType([c||"multipart/form-data",...l].join("; "))}}if(rt.hasStandardBrowserEnv&&(s&&D.isFunction(s)&&(s=s(t)),s||s!==!1&&lc(t.url))){const c=i&&r&&uc.read(r);c&&a.set(i,c)}return t},mc=typeof XMLHttpRequest<"u"&&function(n){return new Promise(function(e,s){const i=vr(n);let r=i.data;const a=It.from(i.headers).normalize();let{responseType:o,onUploadProgress:h,onDownloadProgress:c}=i,l,d,y,b,w;function _(){b&&b(),w&&w(),i.cancelToken&&i.cancelToken.unsubscribe(l),i.signal&&i.signal.removeEventListener("abort",l)}let S=new XMLHttpRequest;S.open(i.method.toUpperCase(),i.url,!0),S.timeout=i.timeout;function v(){if(!S)return;const p=It.from("getAllResponseHeaders"in S&&S.getAllResponseHeaders()),E={data:!o||o==="text"||o==="json"?S.responseText:S.response,status:S.status,statusText:S.statusText,headers:p,config:n,request:S};gr(function(F){e(F),_()},function(F){s(F),_()},E),S=null}"onloadend"in S?S.onloadend=v:S.onreadystatechange=function(){!S||S.readyState!==4||S.status===0&&!(S.responseURL&&S.responseURL.indexOf("file:")===0)||setTimeout(v)},S.onabort=function(){S&&(s(new N("Request aborted",N.ECONNABORTED,n,S)),S=null)},S.onerror=function(){s(new N("Network Error",N.ERR_NETWORK,n,S)),S=null},S.ontimeout=function(){let g=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const E=i.transitional||fr;i.timeoutErrorMessage&&(g=i.timeoutErrorMessage),s(new N(g,E.clarifyTimeoutError?N.ETIMEDOUT:N.ECONNABORTED,n,S)),S=null},r===void 0&&a.setContentType(null),"setRequestHeader"in S&&D.forEach(a.toJSON(),function(g,E){S.setRequestHeader(E,g)}),D.isUndefined(i.withCredentials)||(S.withCredentials=!!i.withCredentials),o&&o!=="json"&&(S.responseType=i.responseType),c&&([y,w]=xs(c,!0),S.addEventListener("progress",y)),h&&S.upload&&([d,b]=xs(h),S.upload.addEventListener("progress",d),S.upload.addEventListener("loadend",b)),(i.cancelToken||i.signal)&&(l=p=>{S&&(s(!p||p.type?new _e(null,n,S):p),S.abort(),S=null)},i.cancelToken&&i.cancelToken.subscribe(l),i.signal&&(i.signal.aborted?l():i.signal.addEventListener("abort",l)));const x=oc(i.url);if(x&&rt.protocols.indexOf(x)===-1){s(new N("Unsupported protocol "+x+":",N.ERR_BAD_REQUEST,n));return}S.send(r||null)})},pc=(n,t)=>{const{length:e}=n=n?n.filter(Boolean):[];if(t||e){let s=new AbortController,i;const r=function(c){if(!i){i=!0,o();const l=c instanceof Error?c:this.reason;s.abort(l instanceof N?l:new _e(l instanceof Error?l.message:l))}};let a=t&&setTimeout(()=>{a=null,r(new N(`timeout ${t} of ms exceeded`,N.ETIMEDOUT))},t);const o=()=>{n&&(a&&clearTimeout(a),a=null,n.forEach(c=>{c.unsubscribe?c.unsubscribe(r):c.removeEventListener("abort",r)}),n=null)};n.forEach(c=>c.addEventListener("abort",r));const{signal:h}=s;return h.unsubscribe=()=>D.asap(o),h}},gc=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},yc=async function*(n,t){for await(const e of wc(n))yield*gc(e,t)},wc=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()}},Sr=(n,t,e,s)=>{const i=yc(n,t);let r=0,a,o=h=>{a||(a=!0,s&&s(h))};return new ReadableStream({async pull(h){try{const{done:c,value:l}=await i.next();if(c){o(),h.close();return}let d=l.byteLength;if(e){let y=r+=d;e(y)}h.enqueue(new Uint8Array(l))}catch(c){throw o(c),c}},cancel(h){return o(h),i.return()}},{highWaterMark:2})},bs=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Tr=bs&&typeof ReadableStream=="function",xc=bs&&(typeof TextEncoder=="function"?(n=>t=>n.encode(t))(new TextEncoder):async n=>new Uint8Array(await new Response(n).arrayBuffer())),Cr=(n,...t)=>{try{return!!n(...t)}catch{return!1}},bc=Tr&&Cr(()=>{let n=!1;const t=new Request(rt.origin,{body:new ReadableStream,method:"POST",get duplex(){return n=!0,"half"}}).headers.has("Content-Type");return n&&!t}),Pr=64*1024,vn=Tr&&Cr(()=>D.isReadableStream(new Response("").body)),vs={stream:vn&&(n=>n.body)};bs&&(n=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!vs[t]&&(vs[t]=D.isFunction(n[t])?e=>e[t]():(e,s)=>{throw new N(`Response type '${t}' is not supported`,N.ERR_NOT_SUPPORT,s)})})})(new Response);const vc=async n=>{if(n==null)return 0;if(D.isBlob(n))return n.size;if(D.isSpecCompliantForm(n))return(await new Request(rt.origin,{method:"POST",body:n}).arrayBuffer()).byteLength;if(D.isArrayBufferView(n)||D.isArrayBuffer(n))return n.byteLength;if(D.isURLSearchParams(n)&&(n=n+""),D.isString(n))return(await xc(n)).byteLength},Sc=async(n,t)=>{const e=D.toFiniteNumber(n.getContentLength());return e??vc(t)},Sn={http:zh,xhr:mc,fetch:bs&&(async n=>{let{url:t,method:e,data:s,signal:i,cancelToken:r,timeout:a,onDownloadProgress:o,onUploadProgress:h,responseType:c,headers:l,withCredentials:d="same-origin",fetchOptions:y}=vr(n);c=c?(c+"").toLowerCase():"text";let b=pc([i,r&&r.toAbortSignal()],a),w;const _=b&&b.unsubscribe&&(()=>{b.unsubscribe()});let S;try{if(h&&bc&&e!=="get"&&e!=="head"&&(S=await Sc(l,s))!==0){let E=new Request(t,{method:"POST",body:s,duplex:"half"}),C;if(D.isFormData(s)&&(C=E.headers.get("content-type"))&&l.setContentType(C),E.body){const[F,G]=yr(S,xs(wr(h)));s=Sr(E.body,Pr,F,G)}}D.isString(d)||(d=d?"include":"omit");const v="credentials"in Request.prototype;w=new Request(t,{...y,signal:b,method:e.toUpperCase(),headers:l.normalize().toJSON(),body:s,duplex:"half",credentials:v?d:void 0});let x=await fetch(w);const p=vn&&(c==="stream"||c==="response");if(vn&&(o||p&&_)){const E={};["status","statusText","headers"].forEach(V=>{E[V]=x[V]});const C=D.toFiniteNumber(x.headers.get("content-length")),[F,G]=o&&yr(C,xs(wr(o),!0))||[];x=new Response(Sr(x.body,Pr,F,()=>{G&&G(),_&&_()}),E)}c=c||"text";let g=await vs[D.findKey(vs,c)||"text"](x,n);return!p&&_&&_(),await new Promise((E,C)=>{gr(E,C,{data:g,headers:It.from(x.headers),status:x.status,statusText:x.statusText,config:n,request:w})})}catch(v){throw _&&_(),v&&v.name==="TypeError"&&/fetch/i.test(v.message)?Object.assign(new N("Network Error",N.ERR_NETWORK,n,w),{cause:v.cause||v}):N.from(v,v&&v.code,n,w)}})};D.forEach(Sn,(n,t)=>{if(n){try{Object.defineProperty(n,"name",{value:t})}catch{}Object.defineProperty(n,"adapterName",{value:t})}});const Er=n=>`- ${n}`,Tc=n=>D.isFunction(n)||n===null||n===!1,_r={getAdapter:n=>{n=D.isArray(n)?n:[n];const{length:t}=n;let e,s;const i={};for(let r=0;r<t;r++){e=n[r];let a;if(s=e,!Tc(e)&&(s=Sn[(a=String(e)).toLowerCase()],s===void 0))throw new N(`Unknown adapter '${a}'`);if(s)break;i[a||"#"+r]=s}if(!s){const r=Object.entries(i).map(([o,h])=>`adapter ${o} `+(h===!1?"is not supported by the environment":"is not available in the build"));let a=t?r.length>1?`since :
|
|
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},zt=(s,t)=>(typeof s=="string"&&(s=hs(s)||new RegExp(s)),s.test(t)),ki=(s,t)=>{typeof s=="string"&&(s=hs(s)||new RegExp(s));const e=t.match(s);return e?s.flags.toLowerCase().indexOf("g")>=0?e.map(n=>({matchIndex:-1,fullMatch:n,groupMatchs:[]})):{matchIndex:typeof e.index=="number"?e.index:-1,fullMatch:e[0],groupMatchs:e.slice(1)}:null},Ri=(s,t)=>{typeof s=="string"&&(s=hs(s)||new RegExp(s));const e=[],n=t.matchAll(s);for(const i of n)e.push({matchIndex:typeof i.index=="number"?i.index:-1,fullMatch:i[0],groupMatchs:i.slice(1)});return e};function Aa(s){const t=s.match(/[\s\S]/gu);return t?t.length:0}function Li(s,t){const e=s.codePointAt(t);return e?String.fromCodePoint(e):void 0}function Oi(s=12){const t="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghijklmnopqrstuvwxyz0123456789",e=t.length;let n="";for(let i=0;i<s;i++)n+=t[Math.floor(Math.random()*e)];return n}function Da(s){return s.replace(/(^\w)/g,t=>t.toLowerCase())}const ut=(s,t="-")=>{let e=s.replace(new RegExp(`${t}?([A-Z])`,"g"),t+"$1").toLowerCase();return e=e.replace(new RegExp(`^${t}`),""),e};function Ia(s){return s.replace(/(^\w|[_-]\w)/g,t=>t.slice(-1).toUpperCase())}function Fi(s){return Da(Ia(s))}function Ni(s){let t="";for(let e=0,n=s.length;e<n;e++){const i=s.charCodeAt(e);i>=1&&i<=127?t+=s.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}const Ma="[object String]",ka="[object Symbol]";function Bi(s){return Object.prototype.toString.call(s)}function Ra(s){return s!=null}function La(s){return Bi(s)===Ma}function Oa(s){return s===s+0}function Fa(s){return Bi(s)===ka}function Na(s,...t){return new s.constructor(...t)}function Ui(s,t){for(const e in s)Object.prototype.hasOwnProperty.call(s,e)&&!t(e,s[e])&&delete s[e];return s}function Ba(s,t="",e=["","sign","key"]){return Object.keys(s).filter(n=>{for(let i=0,r=e.length;i<r;i++)if(s[n]==e[i])return!1;return!0}).sort().map(n=>`${n}=${s[n]}`).join("&")+t}function _e(s,t){const e=s.findIndex(n=>n===t);return e>=0&&s.splice(e,1),s}function Yi(s,t){return s.findIndex(e=>e==t)>=0}function Ua(s,...t){return t.forEach(e=>{Yi(s,e)||s.push(e)}),s}let Xi;try{Xi=Map}catch{Xi=function(){}}let zi;try{zi=Set}catch{zi=function(){}}function Ya(s){return typeof s=="number"&&Number.isNaN(s)}function te(s,t){if(s=parseFloat(s),Ya(s)){if(typeof t=="number")return t;throw new Error(`parseNumber(${s}) isNaN!`)}return s}function cs(s,t,e=Number.EPSILON*Math.pow(2,2)){return Math.abs(s-t)<e}const $=(s,t,e)=>s<t?t:s>e?e:s,Xa=(s,t,e)=>n=>{const i=$(n,s,t);return e==0?i:t-i<e?t:Math.round(i/e)*e};function za(s,t=12){return te(s,0).toFixed(t)}function Ft(s,t=12){return+za(s,t)}function hn(s,t){const e=ki("number-single",String(s));return{hasNumber:!!e,number:e&&!Array.isArray(e)&&e.fullMatch?parseFloat(e.fullMatch):Ra(t)?t:NaN,prefix:e&&!Array.isArray(e)&&e.fullMatch?s.substring(0,e.matchIndex):"",suffix:e&&!Array.isArray(e)&&e.fullMatch?s.substring(e.matchIndex+e.fullMatch.length):""}}function Gi(s){const t=ki("number",s);return t?Array.isArray(t)?t.map(e=>Number(e.fullMatch)):[Number(t.fullMatch)]:[]}Ga();function Ga(){const s=new ArrayBuffer(4),t=new Float32Array(s),e=new Uint32Array(s),n=new Uint32Array(512),i=new Uint32Array(512);for(let h=0;h<256;++h){const c=h-127;c<-27?(n[h]=0,n[h|256]=32768,i[h]=24,i[h|256]=24):c<-14?(n[h]=1024>>-c-14,n[h|256]=1024>>-c-14|32768,i[h]=-c-1,i[h|256]=-c-1):c<=15?(n[h]=c+15<<10,n[h|256]=c+15<<10|32768,i[h]=13,i[h|256]=13):c<128?(n[h]=31744,n[h|256]=64512,i[h]=24,i[h|256]=24):(n[h]=31744,n[h|256]=64512,i[h]=13,i[h|256]=13)}const r=new Uint32Array(2048),o=new Uint32Array(64),a=new Uint32Array(64);for(let h=1;h<1024;++h){let c=h<<13,l=0;for(;!(c&8388608);)c<<=1,l-=8388608;c&=-8388609,l+=947912704,r[h]=c|l}for(let h=1024;h<2048;++h)r[h]=939524096+(h-1024<<13);for(let h=1;h<31;++h)o[h]=h<<23;o[31]=1199570944,o[32]=2147483648;for(let h=33;h<63;++h)o[h]=2147483648+(h-32<<23);o[63]=3347054592;for(let h=1;h<64;++h)h!==32&&(a[h]=1024);return{floatView:t,uint32View:e,baseTable:n,shiftTable:i,mantissaTable:r,exponentTable:o,offsetTable:a}}var ft=(s=>(s.UNKNOWN="",s.TEXT="text/plain",s.MD="text/plain",s.HTML="text/html",s.XML_TEXT="text/xml",s.CSS="text/css",s.JPEG="image/jpeg",s.PNG="image/png",s.GIF="image/gif",s.BMP="image/bmp",s.WEBP="image/webp",s.SVG="image/svg+xml",s.ICON="image/x-icon",s.MICROSOFT_ICON="image/vnd.microsoft.icon",s.MPEG="audio/mpeg",s.MP3="audio/mpeg",s.MP4="video/mp4",s.OGG="audio/ogg",s.WAV="audio/wav",s.MIDI="audio/midi",s.WEBM="video/webm",s.VIDEO_OGG="video/ogg",s.OCTET_STREAM="application/octet-stream",s.JAVASCRIPT="application/javascript",s.ECMASCRIPT="application/ecmascript",s.JSON="application/json",s.XML="application/xml",s.XHTML="application/xhtml+xml",s.XWWW="application/x-www-form-urlencoded",s.DOC="application/msword",s.CSV="application/x-csv",s.EXCEL="application/vnb.ms-excel",s.PPT="application/vnb.mspowerpoint",s.PDF="application/pdf",s.ZIP="application/zip",s.TGZ="application/x-gtar",s.TAR_GZ="application/x-gzip",s.EOT="appliaction/vnd.ms-fontobject",s.TTF="aplication/font-sfnt",s.PKCS12="aplication/pkcs12",s))(ft||{}),ls=(s=>(s.ascii="ascii",s.utf8="utf8",s.utf16le="utf16le",s.ucs2="ucs2",s.base64="base64",s.base64url="base64url",s.latin1="latin1",s.binary="binary",s.hex="hex",s))(ls||{}),Et=(s=>(s.text="text",s.dataURL="dataURL",s.binaryString="binaryString",s.arraybuffer="arraybuffer",s))(Et||{});const Ae=(s,t=16)=>{let e=s.toLowerCase();const n=e.indexOf("0b")==0,i=e.indexOf("0o")==0,r=e.indexOf("0x")==0;(n||i||r)&&(e=e.slice(2)),n&&(t=2),i&&(t=8),r&&(t=16);const o=parseInt(e,t);if(isNaN(o))throw new Error(`radixStringToNumber(${s}, ${t}) 无法解析!`);return o};function Va(s){return new TextEncoder().encode(s)}function qa(s){return String.fromCharCode.apply(null,new Uint16Array(s))}const cn=(s,t,e)=>t?e===ls.base64?new Blob([s],{type:`${t};${e}`}):e===ls.utf8?new Blob([s],{type:`${t};charset=${e}`}):new Blob([s],{type:`${t}`}):new Blob([s]),ja=s=>{let t=ft.UNKNOWN;switch(new DataView(s).getUint32(0,Ha()).toString(16).toUpperCase()){case"FFD8FFDB":t=ft.JPEG;break;case"FFD8FFE0":case"FFD8FFE1":case"FFD8FFE2":case"FFD8FFE3":t=ft.JPEG;break;case"89504E47":t=ft.PNG;break;case"47494638":t=ft.GIF;break;case"52494646":t=ft.WEBP;break;case"25504446":t=ft.PDF;break;case"504B0304":t=ft.ZIP;break}return t};function Ha(){const s=Uint32Array.of(305419896),t=new Uint8Array(s.buffer);switch(t[0]*16777216+t[1]*65536+t[2]*256+t[3]){case 305419896:return!1;case 2018915346:return!0}}function W(){return(performance||Date).now()}function $a(s,t=3,e=":"){let n=""+s[0]+s[1];switch(t){case 1:break;case 2:n+=e+s[2]+s[3];break;case 3:n+=e+s[4]+s[5];break}return n}function Wa(s){let t=0;for(let e=5;e>=0;e=e-2)e==5?t+=s[e-1]*10+s[e]:e==3?t+=(s[e-1]*10+s[e])*60:e==1&&(t+=(s[e-1]*10+s[e])*60*60);return t=Math.floor(Math.max(0,t)),t*1e3}function Ja(s){let t=Wa(s)/1e3;const e=t%60;s[5]=e%10,s[4]=Math.floor(e/10),t=Math.floor(t/60);const n=t%60;s[3]=n%10,s[2]=Math.floor(n/10),t=Math.floor(t/60);const i=t%60%24;return s[1]=i%10,s[0]=Math.floor(i/10),s}function Za(s,t=1){return s[5]+=t,Ja(s)}class Gt{events;constructor(){this.events={}}has(t,e){return this.events[t]!==void 0&&this.events[t].indexOf(e)!==-1}prependListener(t,e){return this.events[t]||(this.events[t]=[]),this.events[t].unshift(e),this}addListener(t,e){return this.events[t]||(this.events[t]=[]),this.events[t].push(e),this}on(t,e){return this.addListener(t,e),this}removeListener(t,e){return this.events[t]&&(this.events[t]=this.events[t].filter(n=>n!==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(i=>{i(...e)}),this}once(t,e){const i=(()=>{let r=!1;return(...o)=>{r||(r=!0,e(...o),this.off(t,i))}})();return this.on(t,i),this}}const Vi=()=>{};function Ka(s){let t=!1;return function(...e){if(!t)return t=!0,s.apply(this,e)}}Array.prototype.ap=function(s){return this.reduce((t,e)=>t.concat(s.map(e)),[])};let Be;function wt(s){Be=s,s(),Be=null}class Qa{subscribers=new Set;add(){Be&&!this.subscribers.has(Be)&&this.subscribers.add(Be)}notify(){this.subscribers.forEach(t=>t())}}const qi=new WeakMap;function us(s,t){let e=qi.get(s);e||(e=new Map,qi.set(s,e));let n=e.get(t);return n||(n=new Qa,e.set(t,n)),n}function th(s,t=!1){return Object.keys(s).forEach(e=>{let n=s[e];if(t&&typeof n=="object"&&n!==null)s[e]=ln(n,t);else{const i=us(s,e);Object.defineProperty(s,e,{configurable:!0,enumerable:!0,get(){return i.add(),n},set(r){n!=r&&(n=r,i.notify())}})}}),s}function fs(s,t=!1){return th({value:s},t)}function ln(s,t=!1){const e={get(i,r,o){const a=Reflect.get(i,r,o);if(t&&typeof a=="object"&&a!==null&&!("isYZReactiveProxy"in a)){const c=ln(a,t);c.YZReactiveProxyParentTarget=i,c.YZReactiveProxyParentKey=r,Reflect.set(o,r,c)}return us(i,r).add(),Reflect.get(i,r,o)},set(i,r,o,a){const h=Reflect.get(i,r,a),c=Reflect.set(i,r,o,a);return Array.isArray(i)?us(i.YZReactiveProxyParentTarget,i.YZReactiveProxyParentKey).notify():h!=o&&us(i,r).notify(),c},has(i,r){return r==="isYZReactiveProxy"||r in i}};return new Proxy(s,e)}const ji=ln;class me{maps=new Map;mapsAddedDuringUpdate=new Map;entries(){return Array.from(this.maps.entries())}keys(){return Array.from(this.maps.keys())}values(){return Array.from(this.maps.values())}json(){return this.entries().reduce((t,[e,n])=>((La(e)||Oa(e)||Fa(e))&&(t[e]=n),t),{})}get length(){return this.entries().length}set(t,e){this.maps.set(t,e),this.mapsAddedDuringUpdate.set(t,e)}get(t){return this.maps.get(t)}getIndex(t){const e=this.entries();if(e.length&&e[t]){const[n,i]=e[t];return[n,i]}}top(){return this.getIndex(0)}shift(){const t=this.top();if(t){const[e]=t;this.delete(e)}return t}delete(t){return this.mapsAddedDuringUpdate.delete(t),this.maps.delete(t)}clear(){this.maps.clear(),this.mapsAddedDuringUpdate.clear()}filter(t){let e=Array.from(this.maps.entries());for(;e.length>0;){this.mapsAddedDuringUpdate.clear();for(let n=0,i=e.length;n<i;n++){const[r,o]=e[n];t(r,o)===!1&&this.delete(r)}e=Array.from(this.mapsAddedDuringUpdate.entries())}}}function eh(s,t=(e,n)=>e<=n){const e=s.length;let n=Math.floor(e/2);for(;n>0;){for(let i=n;i<e;i++){const r=s[i];let o=i;for(;o>=n&&!t(s[o-n],r);)s[o]=s[o-n],o-=n;s[o]=r}n=Math.floor(n/2)}}function sh(){const s={};return s.promise=new Promise((t,e)=>{s.resolve=t,s.reject=e}),s}let Hi;try{Hi=Promise}catch{Hi=function(){}}function $i(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var Wi={exports:{}};(function(s,t){(function(e){s.exports=e()})(function(e){var n=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function i(S,b){var p=S[0],g=S[1],E=S[2],P=S[3];p+=(g&E|~g&P)+b[0]-680876936|0,p=(p<<7|p>>>25)+g|0,P+=(p&g|~p&E)+b[1]-389564586|0,P=(P<<12|P>>>20)+p|0,E+=(P&p|~P&g)+b[2]+606105819|0,E=(E<<17|E>>>15)+P|0,g+=(E&P|~E&p)+b[3]-1044525330|0,g=(g<<22|g>>>10)+E|0,p+=(g&E|~g&P)+b[4]-176418897|0,p=(p<<7|p>>>25)+g|0,P+=(p&g|~p&E)+b[5]+1200080426|0,P=(P<<12|P>>>20)+p|0,E+=(P&p|~P&g)+b[6]-1473231341|0,E=(E<<17|E>>>15)+P|0,g+=(E&P|~E&p)+b[7]-45705983|0,g=(g<<22|g>>>10)+E|0,p+=(g&E|~g&P)+b[8]+1770035416|0,p=(p<<7|p>>>25)+g|0,P+=(p&g|~p&E)+b[9]-1958414417|0,P=(P<<12|P>>>20)+p|0,E+=(P&p|~P&g)+b[10]-42063|0,E=(E<<17|E>>>15)+P|0,g+=(E&P|~E&p)+b[11]-1990404162|0,g=(g<<22|g>>>10)+E|0,p+=(g&E|~g&P)+b[12]+1804603682|0,p=(p<<7|p>>>25)+g|0,P+=(p&g|~p&E)+b[13]-40341101|0,P=(P<<12|P>>>20)+p|0,E+=(P&p|~P&g)+b[14]-1502002290|0,E=(E<<17|E>>>15)+P|0,g+=(E&P|~E&p)+b[15]+1236535329|0,g=(g<<22|g>>>10)+E|0,p+=(g&P|E&~P)+b[1]-165796510|0,p=(p<<5|p>>>27)+g|0,P+=(p&E|g&~E)+b[6]-1069501632|0,P=(P<<9|P>>>23)+p|0,E+=(P&g|p&~g)+b[11]+643717713|0,E=(E<<14|E>>>18)+P|0,g+=(E&p|P&~p)+b[0]-373897302|0,g=(g<<20|g>>>12)+E|0,p+=(g&P|E&~P)+b[5]-701558691|0,p=(p<<5|p>>>27)+g|0,P+=(p&E|g&~E)+b[10]+38016083|0,P=(P<<9|P>>>23)+p|0,E+=(P&g|p&~g)+b[15]-660478335|0,E=(E<<14|E>>>18)+P|0,g+=(E&p|P&~p)+b[4]-405537848|0,g=(g<<20|g>>>12)+E|0,p+=(g&P|E&~P)+b[9]+568446438|0,p=(p<<5|p>>>27)+g|0,P+=(p&E|g&~E)+b[14]-1019803690|0,P=(P<<9|P>>>23)+p|0,E+=(P&g|p&~g)+b[3]-187363961|0,E=(E<<14|E>>>18)+P|0,g+=(E&p|P&~p)+b[8]+1163531501|0,g=(g<<20|g>>>12)+E|0,p+=(g&P|E&~P)+b[13]-1444681467|0,p=(p<<5|p>>>27)+g|0,P+=(p&E|g&~E)+b[2]-51403784|0,P=(P<<9|P>>>23)+p|0,E+=(P&g|p&~g)+b[7]+1735328473|0,E=(E<<14|E>>>18)+P|0,g+=(E&p|P&~p)+b[12]-1926607734|0,g=(g<<20|g>>>12)+E|0,p+=(g^E^P)+b[5]-378558|0,p=(p<<4|p>>>28)+g|0,P+=(p^g^E)+b[8]-2022574463|0,P=(P<<11|P>>>21)+p|0,E+=(P^p^g)+b[11]+1839030562|0,E=(E<<16|E>>>16)+P|0,g+=(E^P^p)+b[14]-35309556|0,g=(g<<23|g>>>9)+E|0,p+=(g^E^P)+b[1]-1530992060|0,p=(p<<4|p>>>28)+g|0,P+=(p^g^E)+b[4]+1272893353|0,P=(P<<11|P>>>21)+p|0,E+=(P^p^g)+b[7]-155497632|0,E=(E<<16|E>>>16)+P|0,g+=(E^P^p)+b[10]-1094730640|0,g=(g<<23|g>>>9)+E|0,p+=(g^E^P)+b[13]+681279174|0,p=(p<<4|p>>>28)+g|0,P+=(p^g^E)+b[0]-358537222|0,P=(P<<11|P>>>21)+p|0,E+=(P^p^g)+b[3]-722521979|0,E=(E<<16|E>>>16)+P|0,g+=(E^P^p)+b[6]+76029189|0,g=(g<<23|g>>>9)+E|0,p+=(g^E^P)+b[9]-640364487|0,p=(p<<4|p>>>28)+g|0,P+=(p^g^E)+b[12]-421815835|0,P=(P<<11|P>>>21)+p|0,E+=(P^p^g)+b[15]+530742520|0,E=(E<<16|E>>>16)+P|0,g+=(E^P^p)+b[2]-995338651|0,g=(g<<23|g>>>9)+E|0,p+=(E^(g|~P))+b[0]-198630844|0,p=(p<<6|p>>>26)+g|0,P+=(g^(p|~E))+b[7]+1126891415|0,P=(P<<10|P>>>22)+p|0,E+=(p^(P|~g))+b[14]-1416354905|0,E=(E<<15|E>>>17)+P|0,g+=(P^(E|~p))+b[5]-57434055|0,g=(g<<21|g>>>11)+E|0,p+=(E^(g|~P))+b[12]+1700485571|0,p=(p<<6|p>>>26)+g|0,P+=(g^(p|~E))+b[3]-1894986606|0,P=(P<<10|P>>>22)+p|0,E+=(p^(P|~g))+b[10]-1051523|0,E=(E<<15|E>>>17)+P|0,g+=(P^(E|~p))+b[1]-2054922799|0,g=(g<<21|g>>>11)+E|0,p+=(E^(g|~P))+b[8]+1873313359|0,p=(p<<6|p>>>26)+g|0,P+=(g^(p|~E))+b[15]-30611744|0,P=(P<<10|P>>>22)+p|0,E+=(p^(P|~g))+b[6]-1560198380|0,E=(E<<15|E>>>17)+P|0,g+=(P^(E|~p))+b[13]+1309151649|0,g=(g<<21|g>>>11)+E|0,p+=(E^(g|~P))+b[4]-145523070|0,p=(p<<6|p>>>26)+g|0,P+=(g^(p|~E))+b[11]-1120210379|0,P=(P<<10|P>>>22)+p|0,E+=(p^(P|~g))+b[2]+718787259|0,E=(E<<15|E>>>17)+P|0,g+=(P^(E|~p))+b[9]-343485551|0,g=(g<<21|g>>>11)+E|0,S[0]=p+S[0]|0,S[1]=g+S[1]|0,S[2]=E+S[2]|0,S[3]=P+S[3]|0}function r(S){var b=[],p;for(p=0;p<64;p+=4)b[p>>2]=S.charCodeAt(p)+(S.charCodeAt(p+1)<<8)+(S.charCodeAt(p+2)<<16)+(S.charCodeAt(p+3)<<24);return b}function o(S){var b=[],p;for(p=0;p<64;p+=4)b[p>>2]=S[p]+(S[p+1]<<8)+(S[p+2]<<16)+(S[p+3]<<24);return b}function a(S){var b=S.length,p=[1732584193,-271733879,-1732584194,271733878],g,E,P,N,q,V;for(g=64;g<=b;g+=64)i(p,r(S.substring(g-64,g)));for(S=S.substring(g-64),E=S.length,P=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],g=0;g<E;g+=1)P[g>>2]|=S.charCodeAt(g)<<(g%4<<3);if(P[g>>2]|=128<<(g%4<<3),g>55)for(i(p,P),g=0;g<16;g+=1)P[g]=0;return N=b*8,N=N.toString(16).match(/(.*?)(.{0,8})$/),q=parseInt(N[2],16),V=parseInt(N[1],16)||0,P[14]=q,P[15]=V,i(p,P),p}function h(S){var b=S.length,p=[1732584193,-271733879,-1732584194,271733878],g,E,P,N,q,V;for(g=64;g<=b;g+=64)i(p,o(S.subarray(g-64,g)));for(S=g-64<b?S.subarray(g-64):new Uint8Array(0),E=S.length,P=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],g=0;g<E;g+=1)P[g>>2]|=S[g]<<(g%4<<3);if(P[g>>2]|=128<<(g%4<<3),g>55)for(i(p,P),g=0;g<16;g+=1)P[g]=0;return N=b*8,N=N.toString(16).match(/(.*?)(.{0,8})$/),q=parseInt(N[2],16),V=parseInt(N[1],16)||0,P[14]=q,P[15]=V,i(p,P),p}function c(S){var b="",p;for(p=0;p<4;p+=1)b+=n[S>>p*8+4&15]+n[S>>p*8&15];return b}function l(S){var b;for(b=0;b<S.length;b+=1)S[b]=c(S[b]);return S.join("")}l(a("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function S(b,p){return b=b|0||0,b<0?Math.max(b+p,0):Math.min(b,p)}ArrayBuffer.prototype.slice=function(b,p){var g=this.byteLength,E=S(b,g),P=g,N,q,V,Z;return p!==e&&(P=S(p,g)),E>P?new ArrayBuffer(0):(N=P-E,q=new ArrayBuffer(N),V=new Uint8Array(q),Z=new Uint8Array(this,E,N),V.set(Z),q)}}();function d(S){return/[\u0080-\uFFFF]/.test(S)&&(S=unescape(encodeURIComponent(S))),S}function y(S,b){var p=S.length,g=new ArrayBuffer(p),E=new Uint8Array(g),P;for(P=0;P<p;P+=1)E[P]=S.charCodeAt(P);return b?E:g}function x(S){return String.fromCharCode.apply(null,new Uint8Array(S))}function w(S,b,p){var g=new Uint8Array(S.byteLength+b.byteLength);return g.set(new Uint8Array(S)),g.set(new Uint8Array(b),S.byteLength),p?g:g.buffer}function _(S){var b=[],p=S.length,g;for(g=0;g<p-1;g+=2)b.push(parseInt(S.substr(g,2),16));return String.fromCharCode.apply(String,b)}function C(){this.reset()}return C.prototype.append=function(S){return this.appendBinary(d(S)),this},C.prototype.appendBinary=function(S){this._buff+=S,this._length+=S.length;var b=this._buff.length,p;for(p=64;p<=b;p+=64)i(this._hash,r(this._buff.substring(p-64,p)));return this._buff=this._buff.substring(p-64),this},C.prototype.end=function(S){var b=this._buff,p=b.length,g,E=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],P;for(g=0;g<p;g+=1)E[g>>2]|=b.charCodeAt(g)<<(g%4<<3);return this._finish(E,p),P=l(this._hash),S&&(P=_(P)),this.reset(),P},C.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},C.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},C.prototype.setState=function(S){return this._buff=S.buff,this._length=S.length,this._hash=S.hash,this},C.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},C.prototype._finish=function(S,b){var p=b,g,E,P;if(S[p>>2]|=128<<(p%4<<3),p>55)for(i(this._hash,S),p=0;p<16;p+=1)S[p]=0;g=this._length*8,g=g.toString(16).match(/(.*?)(.{0,8})$/),E=parseInt(g[2],16),P=parseInt(g[1],16)||0,S[14]=E,S[15]=P,i(this._hash,S)},C.hash=function(S,b){return C.hashBinary(d(S),b)},C.hashBinary=function(S,b){var p=a(S),g=l(p);return b?_(g):g},C.ArrayBuffer=function(){this.reset()},C.ArrayBuffer.prototype.append=function(S){var b=w(this._buff.buffer,S,!0),p=b.length,g;for(this._length+=S.byteLength,g=64;g<=p;g+=64)i(this._hash,o(b.subarray(g-64,g)));return this._buff=g-64<p?new Uint8Array(b.buffer.slice(g-64)):new Uint8Array(0),this},C.ArrayBuffer.prototype.end=function(S){var b=this._buff,p=b.length,g=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],E,P;for(E=0;E<p;E+=1)g[E>>2]|=b[E]<<(E%4<<3);return this._finish(g,p),P=l(this._hash),S&&(P=_(P)),this.reset(),P},C.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},C.ArrayBuffer.prototype.getState=function(){var S=C.prototype.getState.call(this);return S.buff=x(S.buff),S},C.ArrayBuffer.prototype.setState=function(S){return S.buff=y(S.buff,!0),C.prototype.setState.call(this,S)},C.ArrayBuffer.prototype.destroy=C.prototype.destroy,C.ArrayBuffer.prototype._finish=C.prototype._finish,C.ArrayBuffer.hash=function(S,b){var p=h(new Uint8Array(S)),g=l(p);return b?_(g):g},C})})(Wi);var nh=Wi.exports;const ih=$i(nh);function Ji(s,t){return function(){return s.apply(t,arguments)}}const{toString:rh}=Object.prototype,{getPrototypeOf:un}=Object,ds=(s=>t=>{const e=rh.call(t);return s[e]||(s[e]=e.slice(8,-1).toLowerCase())})(Object.create(null)),Mt=s=>(s=s.toLowerCase(),t=>ds(t)===s),ms=s=>t=>typeof t===s,{isArray:De}=Array,Ue=ms("undefined");function oh(s){return s!==null&&!Ue(s)&&s.constructor!==null&&!Ue(s.constructor)&&vt(s.constructor.isBuffer)&&s.constructor.isBuffer(s)}const Zi=Mt("ArrayBuffer");function ah(s){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(s):t=s&&s.buffer&&Zi(s.buffer),t}const hh=ms("string"),vt=ms("function"),Ki=ms("number"),ps=s=>s!==null&&typeof s=="object",ch=s=>s===!0||s===!1,gs=s=>{if(ds(s)!=="object")return!1;const t=un(s);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in s)&&!(Symbol.iterator in s)},lh=Mt("Date"),uh=Mt("File"),fh=Mt("Blob"),dh=Mt("FileList"),mh=s=>ps(s)&&vt(s.pipe),ph=s=>{let t;return s&&(typeof FormData=="function"&&s instanceof FormData||vt(s.append)&&((t=ds(s))==="formdata"||t==="object"&&vt(s.toString)&&s.toString()==="[object FormData]"))},gh=Mt("URLSearchParams"),[yh,wh,bh,xh]=["ReadableStream","Request","Response","Headers"].map(Mt),Sh=s=>s.trim?s.trim():s.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ye(s,t,{allOwnKeys:e=!1}={}){if(s===null||typeof s>"u")return;let n,i;if(typeof s!="object"&&(s=[s]),De(s))for(n=0,i=s.length;n<i;n++)t.call(null,s[n],n,s);else{const r=e?Object.getOwnPropertyNames(s):Object.keys(s),o=r.length;let a;for(n=0;n<o;n++)a=r[n],t.call(null,s[a],a,s)}}function Qi(s,t){t=t.toLowerCase();const e=Object.keys(s);let n=e.length,i;for(;n-- >0;)if(i=e[n],t===i.toLowerCase())return i;return null}const pe=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),tr=s=>!Ue(s)&&s!==pe;function fn(){const{caseless:s}=tr(this)&&this||{},t={},e=(n,i)=>{const r=s&&Qi(t,i)||i;gs(t[r])&&gs(n)?t[r]=fn(t[r],n):gs(n)?t[r]=fn({},n):De(n)?t[r]=n.slice():t[r]=n};for(let n=0,i=arguments.length;n<i;n++)arguments[n]&&Ye(arguments[n],e);return t}const vh=(s,t,e,{allOwnKeys:n}={})=>(Ye(t,(i,r)=>{e&&vt(i)?s[r]=Ji(i,e):s[r]=i},{allOwnKeys:n}),s),Ch=s=>(s.charCodeAt(0)===65279&&(s=s.slice(1)),s),Th=(s,t,e,n)=>{s.prototype=Object.create(t.prototype,n),s.prototype.constructor=s,Object.defineProperty(s,"super",{value:t.prototype}),e&&Object.assign(s.prototype,e)},Ph=(s,t,e,n)=>{let i,r,o;const a={};if(t=t||{},s==null)return t;do{for(i=Object.getOwnPropertyNames(s),r=i.length;r-- >0;)o=i[r],(!n||n(o,s,t))&&!a[o]&&(t[o]=s[o],a[o]=!0);s=e!==!1&&un(s)}while(s&&(!e||e(s,t))&&s!==Object.prototype);return t},Eh=(s,t,e)=>{s=String(s),(e===void 0||e>s.length)&&(e=s.length),e-=t.length;const n=s.indexOf(t,e);return n!==-1&&n===e},_h=s=>{if(!s)return null;if(De(s))return s;let t=s.length;if(!Ki(t))return null;const e=new Array(t);for(;t-- >0;)e[t]=s[t];return e},Ah=(s=>t=>s&&t instanceof s)(typeof Uint8Array<"u"&&un(Uint8Array)),Dh=(s,t)=>{const n=(s&&s[Symbol.iterator]).call(s);let i;for(;(i=n.next())&&!i.done;){const r=i.value;t.call(s,r[0],r[1])}},Ih=(s,t)=>{let e;const n=[];for(;(e=s.exec(t))!==null;)n.push(e);return n},Mh=Mt("HTMLFormElement"),kh=s=>s.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,n,i){return n.toUpperCase()+i}),er=(({hasOwnProperty:s})=>(t,e)=>s.call(t,e))(Object.prototype),Rh=Mt("RegExp"),sr=(s,t)=>{const e=Object.getOwnPropertyDescriptors(s),n={};Ye(e,(i,r)=>{let o;(o=t(i,r,s))!==!1&&(n[r]=o||i)}),Object.defineProperties(s,n)},Lh=s=>{sr(s,(t,e)=>{if(vt(s)&&["arguments","caller","callee"].indexOf(e)!==-1)return!1;const n=s[e];if(vt(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+e+"'")})}})},Oh=(s,t)=>{const e={},n=i=>{i.forEach(r=>{e[r]=!0})};return De(s)?n(s):n(String(s).split(t)),e},Fh=()=>{},Nh=(s,t)=>s!=null&&Number.isFinite(s=+s)?s:t;function Bh(s){return!!(s&&vt(s.append)&&s[Symbol.toStringTag]==="FormData"&&s[Symbol.iterator])}const Uh=s=>{const t=new Array(10),e=(n,i)=>{if(ps(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[i]=n;const r=De(n)?[]:{};return Ye(n,(o,a)=>{const h=e(o,i+1);!Ue(h)&&(r[a]=h)}),t[i]=void 0,r}}return n};return e(s,0)},Yh=Mt("AsyncFunction"),Xh=s=>s&&(ps(s)||vt(s))&&vt(s.then)&&vt(s.catch),nr=((s,t)=>s?setImmediate:t?((e,n)=>(pe.addEventListener("message",({source:i,data:r})=>{i===pe&&r===e&&n.length&&n.shift()()},!1),i=>{n.push(i),pe.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e))(typeof setImmediate=="function",vt(pe.postMessage)),zh=typeof queueMicrotask<"u"?queueMicrotask.bind(pe):typeof process<"u"&&process.nextTick||nr,D={isArray:De,isArrayBuffer:Zi,isBuffer:oh,isFormData:ph,isArrayBufferView:ah,isString:hh,isNumber:Ki,isBoolean:ch,isObject:ps,isPlainObject:gs,isReadableStream:yh,isRequest:wh,isResponse:bh,isHeaders:xh,isUndefined:Ue,isDate:lh,isFile:uh,isBlob:fh,isRegExp:Rh,isFunction:vt,isStream:mh,isURLSearchParams:gh,isTypedArray:Ah,isFileList:dh,forEach:Ye,merge:fn,extend:vh,trim:Sh,stripBOM:Ch,inherits:Th,toFlatObject:Ph,kindOf:ds,kindOfTest:Mt,endsWith:Eh,toArray:_h,forEachEntry:Dh,matchAll:Ih,isHTMLForm:Mh,hasOwnProperty:er,hasOwnProp:er,reduceDescriptors:sr,freezeMethods:Lh,toObjectSet:Oh,toCamelCase:kh,noop:Fh,toFiniteNumber:Nh,findKey:Qi,global:pe,isContextDefined:tr,isSpecCompliantForm:Bh,toJSONObject:Uh,isAsyncFn:Yh,isThenable:Xh,setImmediate:nr,asap:zh};function B(s,t,e,n,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=s,this.name="AxiosError",t&&(this.code=t),e&&(this.config=e),n&&(this.request=n),i&&(this.response=i,this.status=i.status?i.status:null)}D.inherits(B,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:D.toJSONObject(this.config),code:this.code,status:this.status}}});const ir=B.prototype,rr={};["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(s=>{rr[s]={value:s}}),Object.defineProperties(B,rr),Object.defineProperty(ir,"isAxiosError",{value:!0}),B.from=(s,t,e,n,i,r)=>{const o=Object.create(ir);return D.toFlatObject(s,o,function(h){return h!==Error.prototype},a=>a!=="isAxiosError"),B.call(o,s.message,t,e,n,i),o.cause=s,o.name=s.name,r&&Object.assign(o,r),o};const Gh=null;function dn(s){return D.isPlainObject(s)||D.isArray(s)}function or(s){return D.endsWith(s,"[]")?s.slice(0,-2):s}function ar(s,t,e){return s?s.concat(t).map(function(i,r){return i=or(i),!e&&r?"["+i+"]":i}).join(e?".":""):t}function Vh(s){return D.isArray(s)&&!s.some(dn)}const qh=D.toFlatObject(D,{},null,function(t){return/^is[A-Z]/.test(t)});function ys(s,t,e){if(!D.isObject(s))throw new TypeError("target must be an object");t=t||new FormData,e=D.toFlatObject(e,{metaTokens:!0,dots:!1,indexes:!1},!1,function(_,C){return!D.isUndefined(C[_])});const n=e.metaTokens,i=e.visitor||l,r=e.dots,o=e.indexes,h=(e.Blob||typeof Blob<"u"&&Blob)&&D.isSpecCompliantForm(t);if(!D.isFunction(i))throw new TypeError("visitor must be a function");function c(w){if(w===null)return"";if(D.isDate(w))return w.toISOString();if(!h&&D.isBlob(w))throw new B("Blob is not supported. Use a Buffer instead.");return D.isArrayBuffer(w)||D.isTypedArray(w)?h&&typeof Blob=="function"?new Blob([w]):Buffer.from(w):w}function l(w,_,C){let S=w;if(w&&!C&&typeof w=="object"){if(D.endsWith(_,"{}"))_=n?_:_.slice(0,-2),w=JSON.stringify(w);else if(D.isArray(w)&&Vh(w)||(D.isFileList(w)||D.endsWith(_,"[]"))&&(S=D.toArray(w)))return _=or(_),S.forEach(function(p,g){!(D.isUndefined(p)||p===null)&&t.append(o===!0?ar([_],g,r):o===null?_:_+"[]",c(p))}),!1}return dn(w)?!0:(t.append(ar(C,_,r),c(w)),!1)}const d=[],y=Object.assign(qh,{defaultVisitor:l,convertValue:c,isVisitable:dn});function x(w,_){if(!D.isUndefined(w)){if(d.indexOf(w)!==-1)throw Error("Circular reference detected in "+_.join("."));d.push(w),D.forEach(w,function(S,b){(!(D.isUndefined(S)||S===null)&&i.call(t,S,D.isString(b)?b.trim():b,_,y))===!0&&x(S,_?_.concat(b):[b])}),d.pop()}}if(!D.isObject(s))throw new TypeError("data must be an object");return x(s),t}function hr(s){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(s).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function mn(s,t){this._pairs=[],s&&ys(s,this,t)}const cr=mn.prototype;cr.append=function(t,e){this._pairs.push([t,e])},cr.toString=function(t){const e=t?function(n){return t.call(this,n,hr)}:hr;return this._pairs.map(function(i){return e(i[0])+"="+e(i[1])},"").join("&")};function jh(s){return encodeURIComponent(s).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function lr(s,t,e){if(!t)return s;const n=e&&e.encode||jh;D.isFunction(e)&&(e={serialize:e});const i=e&&e.serialize;let r;if(i?r=i(t,e):r=D.isURLSearchParams(t)?t.toString():new mn(t,e).toString(n),r){const o=s.indexOf("#");o!==-1&&(s=s.slice(0,o)),s+=(s.indexOf("?")===-1?"?":"&")+r}return s}class Hh{constructor(){this.handlers=[]}use(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){D.forEach(this.handlers,function(n){n!==null&&t(n)})}}const ur=Hh,fr={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},$h={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:mn,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},pn=typeof window<"u"&&typeof document<"u",gn=typeof navigator=="object"&&navigator||void 0,Wh=pn&&(!gn||["ReactNative","NativeScript","NS"].indexOf(gn.product)<0),Jh=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),Zh=pn&&window.location.href||"http://localhost",rt={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:pn,hasStandardBrowserEnv:Wh,hasStandardBrowserWebWorkerEnv:Jh,navigator:gn,origin:Zh},Symbol.toStringTag,{value:"Module"})),...$h};function Kh(s,t){return ys(s,new rt.classes.URLSearchParams,Object.assign({visitor:function(e,n,i,r){return rt.isNode&&D.isBuffer(e)?(this.append(n,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}function Qh(s){return D.matchAll(/\w+|\[(\w*)]/g,s).map(t=>t[0]==="[]"?"":t[1]||t[0])}function tc(s){const t={},e=Object.keys(s);let n;const i=e.length;let r;for(n=0;n<i;n++)r=e[n],t[r]=s[r];return t}function dr(s){function t(e,n,i,r){let o=e[r++];if(o==="__proto__")return!0;const a=Number.isFinite(+o),h=r>=e.length;return o=!o&&D.isArray(i)?i.length:o,h?(D.hasOwnProp(i,o)?i[o]=[i[o],n]:i[o]=n,!a):((!i[o]||!D.isObject(i[o]))&&(i[o]=[]),t(e,n,i[o],r)&&D.isArray(i[o])&&(i[o]=tc(i[o])),!a)}if(D.isFormData(s)&&D.isFunction(s.entries)){const e={};return D.forEachEntry(s,(n,i)=>{t(Qh(n),i,e,0)}),e}return null}function ec(s,t,e){if(D.isString(s))try{return(t||JSON.parse)(s),D.trim(s)}catch(n){if(n.name!=="SyntaxError")throw n}return(e||JSON.stringify)(s)}const yn={transitional:fr,adapter:["xhr","http","fetch"],transformRequest:[function(t,e){const n=e.getContentType()||"",i=n.indexOf("application/json")>-1,r=D.isObject(t);if(r&&D.isHTMLForm(t)&&(t=new FormData(t)),D.isFormData(t))return i?JSON.stringify(dr(t)):t;if(D.isArrayBuffer(t)||D.isBuffer(t)||D.isStream(t)||D.isFile(t)||D.isBlob(t)||D.isReadableStream(t))return t;if(D.isArrayBufferView(t))return t.buffer;if(D.isURLSearchParams(t))return e.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(r){if(n.indexOf("application/x-www-form-urlencoded")>-1)return Kh(t,this.formSerializer).toString();if((a=D.isFileList(t))||n.indexOf("multipart/form-data")>-1){const h=this.env&&this.env.FormData;return ys(a?{"files[]":t}:t,h&&new h,this.formSerializer)}}return r||i?(e.setContentType("application/json",!1),ec(t)):t}],transformResponse:[function(t){const e=this.transitional||yn.transitional,n=e&&e.forcedJSONParsing,i=this.responseType==="json";if(D.isResponse(t)||D.isReadableStream(t))return t;if(t&&D.isString(t)&&(n&&!this.responseType||i)){const o=!(e&&e.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(a){if(o)throw a.name==="SyntaxError"?B.from(a,B.ERR_BAD_RESPONSE,this,null,this.response):a}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:rt.classes.FormData,Blob:rt.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};D.forEach(["delete","get","head","post","put","patch"],s=>{yn.headers[s]={}});const wn=yn,sc=D.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"]),nc=s=>{const t={};let e,n,i;return s&&s.split(`
|
|
11
|
+
`).forEach(function(o){i=o.indexOf(":"),e=o.substring(0,i).trim().toLowerCase(),n=o.substring(i+1).trim(),!(!e||t[e]&&sc[e])&&(e==="set-cookie"?t[e]?t[e].push(n):t[e]=[n]:t[e]=t[e]?t[e]+", "+n:n)}),t},mr=Symbol("internals");function Xe(s){return s&&String(s).trim().toLowerCase()}function ws(s){return s===!1||s==null?s:D.isArray(s)?s.map(ws):String(s)}function ic(s){const t=Object.create(null),e=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=e.exec(s);)t[n[1]]=n[2];return t}const rc=s=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(s.trim());function bn(s,t,e,n,i){if(D.isFunction(n))return n.call(this,t,e);if(i&&(t=e),!!D.isString(t)){if(D.isString(n))return t.indexOf(n)!==-1;if(D.isRegExp(n))return n.test(t)}}function oc(s){return s.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,e,n)=>e.toUpperCase()+n)}function ac(s,t){const e=D.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(s,n+e,{value:function(i,r,o){return this[n].call(this,t,i,r,o)},configurable:!0})})}class bs{constructor(t){t&&this.set(t)}set(t,e,n){const i=this;function r(a,h,c){const l=Xe(h);if(!l)throw new Error("header name must be a non-empty string");const d=D.findKey(i,l);(!d||i[d]===void 0||c===!0||c===void 0&&i[d]!==!1)&&(i[d||h]=ws(a))}const o=(a,h)=>D.forEach(a,(c,l)=>r(c,l,h));if(D.isPlainObject(t)||t instanceof this.constructor)o(t,e);else if(D.isString(t)&&(t=t.trim())&&!rc(t))o(nc(t),e);else if(D.isHeaders(t))for(const[a,h]of t.entries())r(h,a,n);else t!=null&&r(e,t,n);return this}get(t,e){if(t=Xe(t),t){const n=D.findKey(this,t);if(n){const i=this[n];if(!e)return i;if(e===!0)return ic(i);if(D.isFunction(e))return e.call(this,i,n);if(D.isRegExp(e))return e.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=Xe(t),t){const n=D.findKey(this,t);return!!(n&&this[n]!==void 0&&(!e||bn(this,this[n],n,e)))}return!1}delete(t,e){const n=this;let i=!1;function r(o){if(o=Xe(o),o){const a=D.findKey(n,o);a&&(!e||bn(n,n[a],a,e))&&(delete n[a],i=!0)}}return D.isArray(t)?t.forEach(r):r(t),i}clear(t){const e=Object.keys(this);let n=e.length,i=!1;for(;n--;){const r=e[n];(!t||bn(this,this[r],r,t,!0))&&(delete this[r],i=!0)}return i}normalize(t){const e=this,n={};return D.forEach(this,(i,r)=>{const o=D.findKey(n,r);if(o){e[o]=ws(i),delete e[r];return}const a=t?oc(r):String(r).trim();a!==r&&delete e[r],e[a]=ws(i),n[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return D.forEach(this,(n,i)=>{n!=null&&n!==!1&&(e[i]=t&&D.isArray(n)?n.join(", "):n)}),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,e])=>t+": "+e).join(`
|
|
12
|
+
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const n=new this(t);return e.forEach(i=>n.set(i)),n}static accessor(t){const n=(this[mr]=this[mr]={accessors:{}}).accessors,i=this.prototype;function r(o){const a=Xe(o);n[a]||(ac(i,o),n[a]=!0)}return D.isArray(t)?t.forEach(r):r(t),this}}bs.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),D.reduceDescriptors(bs.prototype,({value:s},t)=>{let e=t[0].toUpperCase()+t.slice(1);return{get:()=>s,set(n){this[e]=n}}}),D.freezeMethods(bs);const kt=bs;function xn(s,t){const e=this||wn,n=t||e,i=kt.from(n.headers);let r=n.data;return D.forEach(s,function(a){r=a.call(e,r,i.normalize(),t?t.status:void 0)}),i.normalize(),r}function pr(s){return!!(s&&s.__CANCEL__)}function Ie(s,t,e){B.call(this,s??"canceled",B.ERR_CANCELED,t,e),this.name="CanceledError"}D.inherits(Ie,B,{__CANCEL__:!0});function gr(s,t,e){const n=e.config.validateStatus;!e.status||!n||n(e.status)?s(e):t(new B("Request failed with status code "+e.status,[B.ERR_BAD_REQUEST,B.ERR_BAD_RESPONSE][Math.floor(e.status/100)-4],e.config,e.request,e))}function hc(s){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(s);return t&&t[1]||""}function cc(s,t){s=s||10;const e=new Array(s),n=new Array(s);let i=0,r=0,o;return t=t!==void 0?t:1e3,function(h){const c=Date.now(),l=n[r];o||(o=c),e[i]=h,n[i]=c;let d=r,y=0;for(;d!==i;)y+=e[d++],d=d%s;if(i=(i+1)%s,i===r&&(r=(r+1)%s),c-o<t)return;const x=l&&c-l;return x?Math.round(y*1e3/x):void 0}}function lc(s,t){let e=0,n=1e3/t,i,r;const o=(c,l=Date.now())=>{e=l,i=null,r&&(clearTimeout(r),r=null),s.apply(null,c)};return[(...c)=>{const l=Date.now(),d=l-e;d>=n?o(c,l):(i=c,r||(r=setTimeout(()=>{r=null,o(i)},n-d)))},()=>i&&o(i)]}const xs=(s,t,e=3)=>{let n=0;const i=cc(50,250);return lc(r=>{const o=r.loaded,a=r.lengthComputable?r.total:void 0,h=o-n,c=i(h),l=o<=a;n=o;const d={loaded:o,total:a,progress:a?o/a:void 0,bytes:h,rate:c||void 0,estimated:c&&a&&l?(a-o)/c:void 0,event:r,lengthComputable:a!=null,[t?"download":"upload"]:!0};s(d)},e)},yr=(s,t)=>{const e=s!=null;return[n=>t[0]({lengthComputable:e,total:s,loaded:n}),t[1]]},wr=s=>(...t)=>D.asap(()=>s(...t)),uc=rt.hasStandardBrowserEnv?((s,t)=>e=>(e=new URL(e,rt.origin),s.protocol===e.protocol&&s.host===e.host&&(t||s.port===e.port)))(new URL(rt.origin),rt.navigator&&/(msie|trident)/i.test(rt.navigator.userAgent)):()=>!0,fc=rt.hasStandardBrowserEnv?{write(s,t,e,n,i,r){const o=[s+"="+encodeURIComponent(t)];D.isNumber(e)&&o.push("expires="+new Date(e).toGMTString()),D.isString(n)&&o.push("path="+n),D.isString(i)&&o.push("domain="+i),r===!0&&o.push("secure"),document.cookie=o.join("; ")},read(s){const t=document.cookie.match(new RegExp("(^|;\\s*)("+s+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(s){this.write(s,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function dc(s){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(s)}function mc(s,t){return t?s.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):s}function br(s,t,e){let n=!dc(t);return s&&(n||e==!1)?mc(s,t):t}const xr=s=>s instanceof kt?{...s}:s;function ge(s,t){t=t||{};const e={};function n(c,l,d,y){return D.isPlainObject(c)&&D.isPlainObject(l)?D.merge.call({caseless:y},c,l):D.isPlainObject(l)?D.merge({},l):D.isArray(l)?l.slice():l}function i(c,l,d,y){if(D.isUndefined(l)){if(!D.isUndefined(c))return n(void 0,c,d,y)}else return n(c,l,d,y)}function r(c,l){if(!D.isUndefined(l))return n(void 0,l)}function o(c,l){if(D.isUndefined(l)){if(!D.isUndefined(c))return n(void 0,c)}else return n(void 0,l)}function a(c,l,d){if(d in t)return n(c,l);if(d in s)return n(void 0,c)}const h={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:(c,l,d)=>i(xr(c),xr(l),d,!0)};return D.forEach(Object.keys(Object.assign({},s,t)),function(l){const d=h[l]||i,y=d(s[l],t[l],l);D.isUndefined(y)&&d!==a||(e[l]=y)}),e}const Sr=s=>{const t=ge({},s);let{data:e,withXSRFToken:n,xsrfHeaderName:i,xsrfCookieName:r,headers:o,auth:a}=t;t.headers=o=kt.from(o),t.url=lr(br(t.baseURL,t.url,t.allowAbsoluteUrls),s.params,s.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let h;if(D.isFormData(e)){if(rt.hasStandardBrowserEnv||rt.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((h=o.getContentType())!==!1){const[c,...l]=h?h.split(";").map(d=>d.trim()).filter(Boolean):[];o.setContentType([c||"multipart/form-data",...l].join("; "))}}if(rt.hasStandardBrowserEnv&&(n&&D.isFunction(n)&&(n=n(t)),n||n!==!1&&uc(t.url))){const c=i&&r&&fc.read(r);c&&o.set(i,c)}return t},pc=typeof XMLHttpRequest<"u"&&function(s){return new Promise(function(e,n){const i=Sr(s);let r=i.data;const o=kt.from(i.headers).normalize();let{responseType:a,onUploadProgress:h,onDownloadProgress:c}=i,l,d,y,x,w;function _(){x&&x(),w&&w(),i.cancelToken&&i.cancelToken.unsubscribe(l),i.signal&&i.signal.removeEventListener("abort",l)}let C=new XMLHttpRequest;C.open(i.method.toUpperCase(),i.url,!0),C.timeout=i.timeout;function S(){if(!C)return;const p=kt.from("getAllResponseHeaders"in C&&C.getAllResponseHeaders()),E={data:!a||a==="text"||a==="json"?C.responseText:C.response,status:C.status,statusText:C.statusText,headers:p,config:s,request:C};gr(function(N){e(N),_()},function(N){n(N),_()},E),C=null}"onloadend"in C?C.onloadend=S:C.onreadystatechange=function(){!C||C.readyState!==4||C.status===0&&!(C.responseURL&&C.responseURL.indexOf("file:")===0)||setTimeout(S)},C.onabort=function(){C&&(n(new B("Request aborted",B.ECONNABORTED,s,C)),C=null)},C.onerror=function(){n(new B("Network Error",B.ERR_NETWORK,s,C)),C=null},C.ontimeout=function(){let g=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const E=i.transitional||fr;i.timeoutErrorMessage&&(g=i.timeoutErrorMessage),n(new B(g,E.clarifyTimeoutError?B.ETIMEDOUT:B.ECONNABORTED,s,C)),C=null},r===void 0&&o.setContentType(null),"setRequestHeader"in C&&D.forEach(o.toJSON(),function(g,E){C.setRequestHeader(E,g)}),D.isUndefined(i.withCredentials)||(C.withCredentials=!!i.withCredentials),a&&a!=="json"&&(C.responseType=i.responseType),c&&([y,w]=xs(c,!0),C.addEventListener("progress",y)),h&&C.upload&&([d,x]=xs(h),C.upload.addEventListener("progress",d),C.upload.addEventListener("loadend",x)),(i.cancelToken||i.signal)&&(l=p=>{C&&(n(!p||p.type?new Ie(null,s,C):p),C.abort(),C=null)},i.cancelToken&&i.cancelToken.subscribe(l),i.signal&&(i.signal.aborted?l():i.signal.addEventListener("abort",l)));const b=hc(i.url);if(b&&rt.protocols.indexOf(b)===-1){n(new B("Unsupported protocol "+b+":",B.ERR_BAD_REQUEST,s));return}C.send(r||null)})},gc=(s,t)=>{const{length:e}=s=s?s.filter(Boolean):[];if(t||e){let n=new AbortController,i;const r=function(c){if(!i){i=!0,a();const l=c instanceof Error?c:this.reason;n.abort(l instanceof B?l:new Ie(l instanceof Error?l.message:l))}};let o=t&&setTimeout(()=>{o=null,r(new B(`timeout ${t} of ms exceeded`,B.ETIMEDOUT))},t);const a=()=>{s&&(o&&clearTimeout(o),o=null,s.forEach(c=>{c.unsubscribe?c.unsubscribe(r):c.removeEventListener("abort",r)}),s=null)};s.forEach(c=>c.addEventListener("abort",r));const{signal:h}=n;return h.unsubscribe=()=>D.asap(a),h}},yc=function*(s,t){let e=s.byteLength;if(!t||e<t){yield s;return}let n=0,i;for(;n<e;)i=n+t,yield s.slice(n,i),n=i},wc=async function*(s,t){for await(const e of bc(s))yield*yc(e,t)},bc=async function*(s){if(s[Symbol.asyncIterator]){yield*s;return}const t=s.getReader();try{for(;;){const{done:e,value:n}=await t.read();if(e)break;yield n}}finally{await t.cancel()}},vr=(s,t,e,n)=>{const i=wc(s,t);let r=0,o,a=h=>{o||(o=!0,n&&n(h))};return new ReadableStream({async pull(h){try{const{done:c,value:l}=await i.next();if(c){a(),h.close();return}let d=l.byteLength;if(e){let y=r+=d;e(y)}h.enqueue(new Uint8Array(l))}catch(c){throw a(c),c}},cancel(h){return a(h),i.return()}},{highWaterMark:2})},Ss=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Cr=Ss&&typeof ReadableStream=="function",xc=Ss&&(typeof TextEncoder=="function"?(s=>t=>s.encode(t))(new TextEncoder):async s=>new Uint8Array(await new Response(s).arrayBuffer())),Tr=(s,...t)=>{try{return!!s(...t)}catch{return!1}},Sc=Cr&&Tr(()=>{let s=!1;const t=new Request(rt.origin,{body:new ReadableStream,method:"POST",get duplex(){return s=!0,"half"}}).headers.has("Content-Type");return s&&!t}),Pr=64*1024,Sn=Cr&&Tr(()=>D.isReadableStream(new Response("").body)),vs={stream:Sn&&(s=>s.body)};Ss&&(s=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!vs[t]&&(vs[t]=D.isFunction(s[t])?e=>e[t]():(e,n)=>{throw new B(`Response type '${t}' is not supported`,B.ERR_NOT_SUPPORT,n)})})})(new Response);const vc=async s=>{if(s==null)return 0;if(D.isBlob(s))return s.size;if(D.isSpecCompliantForm(s))return(await new Request(rt.origin,{method:"POST",body:s}).arrayBuffer()).byteLength;if(D.isArrayBufferView(s)||D.isArrayBuffer(s))return s.byteLength;if(D.isURLSearchParams(s)&&(s=s+""),D.isString(s))return(await xc(s)).byteLength},Cc=async(s,t)=>{const e=D.toFiniteNumber(s.getContentLength());return e??vc(t)},vn={http:Gh,xhr:pc,fetch:Ss&&(async s=>{let{url:t,method:e,data:n,signal:i,cancelToken:r,timeout:o,onDownloadProgress:a,onUploadProgress:h,responseType:c,headers:l,withCredentials:d="same-origin",fetchOptions:y}=Sr(s);c=c?(c+"").toLowerCase():"text";let x=gc([i,r&&r.toAbortSignal()],o),w;const _=x&&x.unsubscribe&&(()=>{x.unsubscribe()});let C;try{if(h&&Sc&&e!=="get"&&e!=="head"&&(C=await Cc(l,n))!==0){let E=new Request(t,{method:"POST",body:n,duplex:"half"}),P;if(D.isFormData(n)&&(P=E.headers.get("content-type"))&&l.setContentType(P),E.body){const[N,q]=yr(C,xs(wr(h)));n=vr(E.body,Pr,N,q)}}D.isString(d)||(d=d?"include":"omit");const S="credentials"in Request.prototype;w=new Request(t,{...y,signal:x,method:e.toUpperCase(),headers:l.normalize().toJSON(),body:n,duplex:"half",credentials:S?d:void 0});let b=await fetch(w);const p=Sn&&(c==="stream"||c==="response");if(Sn&&(a||p&&_)){const E={};["status","statusText","headers"].forEach(V=>{E[V]=b[V]});const P=D.toFiniteNumber(b.headers.get("content-length")),[N,q]=a&&yr(P,xs(wr(a),!0))||[];b=new Response(vr(b.body,Pr,N,()=>{q&&q(),_&&_()}),E)}c=c||"text";let g=await vs[D.findKey(vs,c)||"text"](b,s);return!p&&_&&_(),await new Promise((E,P)=>{gr(E,P,{data:g,headers:kt.from(b.headers),status:b.status,statusText:b.statusText,config:s,request:w})})}catch(S){throw _&&_(),S&&S.name==="TypeError"&&/fetch/i.test(S.message)?Object.assign(new B("Network Error",B.ERR_NETWORK,s,w),{cause:S.cause||S}):B.from(S,S&&S.code,s,w)}})};D.forEach(vn,(s,t)=>{if(s){try{Object.defineProperty(s,"name",{value:t})}catch{}Object.defineProperty(s,"adapterName",{value:t})}});const Er=s=>`- ${s}`,Tc=s=>D.isFunction(s)||s===null||s===!1,_r={getAdapter:s=>{s=D.isArray(s)?s:[s];const{length:t}=s;let e,n;const i={};for(let r=0;r<t;r++){e=s[r];let o;if(n=e,!Tc(e)&&(n=vn[(o=String(e)).toLowerCase()],n===void 0))throw new B(`Unknown adapter '${o}'`);if(n)break;i[o||"#"+r]=n}if(!n){const r=Object.entries(i).map(([a,h])=>`adapter ${a} `+(h===!1?"is not supported by the environment":"is not available in the build"));let o=t?r.length>1?`since :
|
|
13
13
|
`+r.map(Er).join(`
|
|
14
|
-
`):" "+Er(r[0]):"as no adapter specified";throw new
|
|
15
|
-
`+r):s.stack=r}catch{}}throw s}}_request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=de(this.defaults,e);const{transitional:s,paramsSerializer:i,headers:r}=e;s!==void 0&&Ts.assertOptions(s,{silentJSONParsing:Ft.transitional(Ft.boolean),forcedJSONParsing:Ft.transitional(Ft.boolean),clarifyTimeoutError:Ft.transitional(Ft.boolean)},!1),i!=null&&(D.isFunction(i)?e.paramsSerializer={serialize:i}:Ts.assertOptions(i,{encode:Ft.function,serialize:Ft.function},!0)),e.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?e.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:e.allowAbsoluteUrls=!0),Ts.assertOptions(e,{baseUrl:Ft.spelling("baseURL"),withXsrfToken:Ft.spelling("withXSRFToken")},!0),e.method=(e.method||this.defaults.method||"get").toLowerCase();let a=r&&D.merge(r.common,r[e.method]);r&&D.forEach(["delete","get","head","post","put","patch","common"],w=>{delete r[w]}),e.headers=It.concat(a,r);const o=[];let h=!0;this.interceptors.request.forEach(function(_){typeof _.runWhen=="function"&&_.runWhen(e)===!1||(h=h&&_.synchronous,o.unshift(_.fulfilled,_.rejected))});const c=[];this.interceptors.response.forEach(function(_){c.push(_.fulfilled,_.rejected)});let l,d=0,y;if(!h){const w=[Ar.bind(this),void 0];for(w.unshift.apply(w,o),w.push.apply(w,c),y=w.length,l=Promise.resolve(e);d<y;)l=l.then(w[d++],w[d++]);return l}y=o.length;let b=e;for(d=0;d<y;){const w=o[d++],_=o[d++];try{b=w(b)}catch(S){_.call(this,S);break}}try{l=Ar.call(this,b)}catch(w){return Promise.reject(w)}for(d=0,y=c.length;d<y;)l=l.then(c[d++],c[d++]);return l}getUri(t){t=de(this.defaults,t);const e=xr(t.baseURL,t.url,t.allowAbsoluteUrls);return lr(e,t.params,t.paramsSerializer)}}D.forEach(["delete","get","head","options"],function(t){Cs.prototype[t]=function(e,s){return this.request(de(s||{},{method:t,url:e,data:(s||{}).data}))}}),D.forEach(["post","put","patch"],function(t){function e(s){return function(r,a,o){return this.request(de(o||{},{method:t,headers:s?{"Content-Type":"multipart/form-data"}:{},url:r,data:a}))}}Cs.prototype[t]=e(),Cs.prototype[t+"Form"]=e(!0)});const Ps=Cs;class Cn{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let e;this.promise=new Promise(function(r){e=r});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 a=new Promise(o=>{s.subscribe(o),r=o}).then(i);return a.cancel=function(){s.unsubscribe(r)},a},t(function(r,a,o){s.reason||(s.reason=new _e(r,a,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 Cn(function(i){t=i}),cancel:t}}}const Pc=Cn;function Ec(n){return function(e){return n.apply(null,e)}}function _c(n){return D.isObject(n)&&n.isAxiosError===!0}const Pn={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(Pn).forEach(([n,t])=>{Pn[t]=n});const Ac=Pn;function Mr(n){const t=new Ps(n),e=Ji(Ps.prototype.request,t);return D.extend(e,Ps.prototype,t,{allOwnKeys:!0}),D.extend(e,t,null,{allOwnKeys:!0}),e.create=function(i){return Mr(de(n,i))},e}const tt=Mr(wn);tt.Axios=Ps,tt.CanceledError=_e,tt.CancelToken=Pc,tt.isCancel=pr,tt.VERSION=Dr,tt.toFormData=gs,tt.AxiosError=N,tt.Cancel=tt.CanceledError,tt.all=function(t){return Promise.all(t)},tt.spread=Ec,tt.isAxiosError=_c,tt.mergeConfig=de,tt.AxiosHeaders=It,tt.formToJSON=n=>dr(D.isHTMLForm(n)?new FormData(n):n),tt.getAdapter=_r.getAdapter,tt.HttpStatusCode=Ac,tt.default=tt;const Dc=tt,kr=window.crypto.subtle;kr||console.warn("Crypto API not supported");async function Lr(n,t="SHA-256"){const e=await kr.digest(t,zo(n));return Go(e)}async function Rr(n,t="SHA-256"){const e=JSON.stringify(Fo(n));return Lr(e,t)}class Or{instance;constructor(t){this.instance=Dc.create(t);const e=new Fr;this.instance.interceptors.request.use(s=>(e.pendingRequest(s),s),s=>(e.cancelRequest(s.config),s)),t?.interceptor&&(this.instance.interceptors.request.use(t.interceptor.request,t.interceptor.requestError),this.instance.interceptors.response.use(t.interceptor.response,t.interceptor.responseError)),this.instance.interceptors.response.use(async s=>(await e.confirmRequest(s.config),s.data),async s=>{const{code:i="",config:r}=s;return!r||!r.retry||(r.retryCounted=r.retryCounted||0,r.retryCounted>=r.retry)?Promise.reject(s):(r.retryCounted++,await new Promise(a=>{setTimeout(a,r.retryDelay)}),await this.request(r))})}async request(t){return await this.instance.request(t)}async get(t,e){return this.request({...e,method:"get",url:t})}async delete(t,e){return this.request({...e,method:"delete",url:t})}async head(t,e){return this.request({...e,method:"head",url:t})}async options(t,e){return this.request({...e,method:"options",url:t})}async post(t,e,s){return this.request({...s,method:"post",url:t,data:e})}async postBlob(t,e,s){return s={...s,headers:{...s?.headers,"Content-Type":"multipart/form-data"}},this.request({...s,method:"post",url:t,data:e})}async postForm(t,e,s){return this.instance.postForm(t,e,{...s})}async put(t,e,s){return this.request({...s,method:"put",url:t,data:e})}async patch(t,e,s){return this.request({...s,method:"patch",url:t,data:e})}getUri(t){return this.instance.getUri(t)}}class Fr{pendingRequestMap;constructor(){this.pendingRequestMap=new Map}async getRequestId(t){const{url:e,method:s,params:i,data:r}=t;return await Rr({url:e,method:s,params:i,data:r})}async pendingRequest(t){const e=await this.getRequestId(t);if(this.pendingRequestMap.has(e))t.signal=this.pendingRequestMap.get(e)?.signal;else{const s=new AbortController;t.signal=s.signal,this.pendingRequestMap.set(e,s)}}async confirmRequest(t){if(this.pendingRequestMap.size===0)return;const e=await this.getRequestId(t);this.pendingRequestMap.has(e)&&this.pendingRequestMap.delete(e)}async cancelRequest(t){if(this.pendingRequestMap.size===0)return;const e=await this.getRequestId(t);this.pendingRequestMap.has(e)&&(this.pendingRequestMap.get(e)?.abort(),this.pendingRequestMap.delete(e))}async cancelAllRequest(){const t=this.pendingRequestMap.values();for(const e of t)e.abort();this.pendingRequestMap.clear()}}const En=n=>new XMLSerializer().serializeToString(n),Ic=(n,t="text/html")=>new DOMParser().parseFromString(n,t),Nr=(n,t=lt.SVG,e=hs.utf8)=>cn(En(n),t,e);async function _n(n=["*"],t){if(!document||!(document instanceof Document))throw new Error("This is not a browser environment");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",a=>{e=Array.from(a.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 Ne(n,t=Ct.text,e){return new Promise((s,i)=>{const r=new FileReader;switch(r.addEventListener("progress",a=>{e?.(a.loaded,a.total)}),r.addEventListener("load",a=>{s(a.target?.result)}),r.addEventListener("error",a=>{i(a)}),t){case Ct.dataURL:r.readAsDataURL(n);break;case Ct.binaryString:r.readAsBinaryString(n);break;case Ct.arraybuffer:r.readAsArrayBuffer(n);break;case Ct.text:default:r.readAsText(n)}})}async function Mc(n){const t=await Ne(n,Ct.arraybuffer);return Vo(t)}const kc=n=>{let t;return n instanceof File?t=n.name:t=n,t.match(/\.([0-9a-z]+)(?:[\\?#]|$)/i)?.[1]??""};function Lc(n){switch(n.toLowerCase()){case"jpg":case"jpeg":return lt.JPEG;case"gif":return lt.GIF;case"svg":return lt.SVG;case"pdf":return lt.PDF;case"png":default:return lt.PNG}}function Br(n,t,e,s,i,r,a){const o=new FileReader;o.addEventListener("load",h=>{if(!h.target||!h.target.result)return t(h);if(e.append(h.target.result),a<s.size)Br(n,t,e,s,i,a,Math.min(a+i,s.size));else return n(e.end())}),o.addEventListener("error",h=>t(h)),o.readAsArrayBuffer(s.slice(r,a))}async function Ur(n,t=1048576){return await new Promise((e,s)=>Br(e,s,new nh.ArrayBuffer,n,t,0,Math.min(t,n.size)))}class Rc{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 Or({baseURL:t.baseURL,interceptor:{request:e=>e,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()),e)}}),this.checkURL=t.checkURL,this.uploadURL=t.uploadURL,this.file=t.file,this.chunkSize=t.chunkSize||1048576,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 Ur(this.file,this.chunkSize)),(await this.axios.post(this.checkURL,{fileName:this.file.name,fileHash:this.fileHash})).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.postBlob(this.uploadURL,e)}startTimeCount(){this.stopTimeCount(),this.timer=setInterval(()=>{Wo(this.time,1),this.onTime?.(jo(this.time))},1e3)}stopTimeCount(){this.timer&&(clearInterval(this.timer),this.timer=void 0)}}function Oc(n,t){const e=us(t?.value||"");if(!e.value){const s=`; ${document.cookie}`.split(`; ${n}=`).pop()?.split(";").shift();s&&(e.value=decodeURIComponent(s))}return gt(()=>{if(e.value&&t?.days){const s="; expires="+new Date(Date.now()+t.days*864e5).toUTCString(),i=t?.domain?"; domain="+t?.domain:"",r=t?.path?"; path="+t?.path:"",a=t?.secure==!0?"; secure":"";document.cookie=n+"="+encodeURIComponent(e.value)+s+i+r+a}}),e}function Fc(){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 Yr(n,t){const e=us(t||"");if(!t)try{let s=window.localStorage.getItem(n);s&&(s=JSON.parse(s),e.value=s?s.value:"")}catch{}return gt(()=>{if(e.value)try{window.localStorage.setItem(n,JSON.stringify(e))}catch{}else window.localStorage.removeItem(n)}),e}function Nc(n,t){const e=us(t||"");if(!t)try{let s=window.sessionStorage.getItem(n);s&&(s=JSON.parse(s),e.value=s?s.value:"")}catch{}return gt(()=>{if(e.value)try{window.sessionStorage.setItem(n,JSON.stringify(e))}catch{}else window.sessionStorage.removeItem(n)}),e}function Bc(n,t){let e;return n.objectStoreNames.contains(t)||(e=n.createObjectStore(t,{keyPath:"id"})),e}function Uc(n,t=1,e){return new Promise((s,i)=>{let r;const a=window.indexedDB.open(n,t);a.onerror=()=>{i("无法使用IndexDB!")},a.onsuccess=o=>{r=o.target.result,Bc(r,e),s(r)}})}function Yc(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=o=>{s(o)},r.onerror=o=>{i(o)}})}function Z(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)}}}const Xc=["click","dblclick","wheel","contextmenu","mousedown","mouseup","mousemove","mouseover","mouseout","mouseenter","mouseleave"],zc=["keydown","keyup","keypress"],Gc=["touchstart","touchend","touchcancel","touchmove"],Vc=["pointerdown","pointerup","pointercancel","pointermove"],qc=["dragstart","drag","dragend","dragenter","dragover","dragleave","drop"],jc=["change"];function Hc(n,t,e={bubbles:!0,detail:{}}){if(!n)return;let s;try{Xc.includes(t)?s=new MouseEvent(t,e):zc.includes(t)?s=new KeyboardEvent(t,e):Gc.includes(t)?s=new TouchEvent(t,e):Vc.includes(t)?s=new PointerEvent(t,e):qc.includes(t)?s=new DragEvent(t,e):jc.includes(t)?s=new Event(t,e):s=new CustomEvent(t,e)}catch{document.createEvent?s=document.createEvent("HTMLEvents").initEvent(t,!0,!0):document.createEventObject&&(s=document.createEventObject())}if(n.dispatchEvent)n.dispatchEvent(s);else if(n.fireEvent&&document.createEventObject)n.fireEvent("on"+t,s);else throw new Error(`Can't fire event : ${t}`)}function $c(n,t){const e=n.changedTouches[0];return new MouseEvent(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 Qt(n){n.preventDefault&&n.preventDefault();try{n.returnValue=!1}catch{}}function Xr(n){n.stopPropagation&&n.stopPropagation();try{n.cancelBubble=!0}catch{}}function Wc(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 Jc(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}}function te(){const n=new cs;return{on:(t,e)=>{n.on(t,e)},off:(t,e)=>{n.off(t,e)},emit:(t,...e)=>{n.emit(t,...e)}}}const Es=()=>{const n=navigator.userAgent.toLowerCase();let t="Unknown";return/iphone|ipad|ipod/i.test(n)?t="iOS":/android/i.test(n)?t="Android":/BlackBerry/i.test(n)?t="BlackBerry":/mac/i.test(n)?t="macOS":/win/i.test(n)?t="Windows":/linux/i.test(n)?t="Linux":/bsd/i.test(n)&&(t="BSD"),t.toLowerCase()};function Zc(n=navigator.userAgent){let t="Unknown";if(/iPhone|iPad|iPod/i.test(n)){const e=n.match(/OS (\d+_\d+)/i);e&&(t=e[1].replace("_","."))}else if(/Android/i.test(n)){const e=n.match(/Android (\d+\.\d+)/i);e&&(t=e[1])}else if(/Mac OS X/i.test(n)){const e=n.match(/Mac OS X (\d+_\d+)/i);e&&(t=e[1].replace("_","."))}else if(/Windows NT/i.test(n)){const e=n.match(/Windows NT (\d+\.\d+)/i);e&&(t=e[1])}return t.toLowerCase()}function Kc(n,t){const e=n.split("."),s=t.split(".");for(let i=0,r=e.length;i<r;i++){if(s.length==i)return 1;if(e[i]!=s[i])return e[i]>s[i]?1:-1}return e.length!=s.length?-1:0}function An(){const n=navigator.userAgent.toLowerCase();let t="Unknown";return/opr/i.test(n)||/opera/i.test(n)?t="Opera":/chrome/i.test(n)?t="Chrome":/firefox/i.test(n)?t="Firefox":/safari/i.test(n)?t="Safari":/edge/i.test(n)?t="Edge":/msie|trident/i.test(n)?t="IE":/MicroMessenger/i.test(n)?t="Wechat":/alipay/i.test(n)&&(t="Ali"),t.toLowerCase()}const Qc=()=>{const n=navigator.userAgent;let t="Unknown";if(/Chrome/.test(n)){const e=n.match(/Chrome\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Firefox/.test(n)){const e=n.match(/Firefox\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Safari/.test(n)){const e=n.match(/Version\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Edge/.test(n)){const e=n.match(/Edge\/(\d+\.\d+)/);e&&(t=e[1])}else if(/MSIE|Trident/.test(n)){const e=n.match(/(?:MSIE|rv:)(\d+\.\d+)/);e&&(t=e[1])}return t};function tl(){return(navigator.browserLanguage||navigator.language).toLowerCase()}function el(){return Intl.DateTimeFormat().resolvedOptions().timeZone.toLowerCase()}function Dn(){return Es()==="ios"}function In(){return Es()==="macos"}function sl(){return Dn()|In()}function zr(){return Es()==="android"}function nl(){return Dn()||zr()}function Gr(){const n=window.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 i=n.indexOf("rv:");return parseInt(n.substring(i+3,n.indexOf(".",i)),10)}const s=n.indexOf("Edge/");return s>0?parseInt(n.substring(s+5,n.indexOf(".",s)),10):-1}const il=Gr()!==-1,rl=document.documentMode?document.documentMode===9:!1,al=document.documentMode?document.documentMode===10:!1,ol=document.documentMode?document.documentMode===11:!1;function Vr(){return An()==="wechat"}function qr(){return An()==="ali"}function hl(){return Vr()&&navigator.userAgent.match(/miniprogram/i)||window.__wxjs_environment==="miniprogram"}function cl(){return qr()&&navigator.userAgent.match(/miniprogram/i)}const ll=typeof document<"u",jr=typeof window<"u",ul=typeof history<"u",fl=jr&&window.File&&window.FileReader&&window.FileList&&window.Blob,Hr=(()=>{const n=Mi();return!!(n.Worker&&n.Blob&&n.Promise&&n.OffscreenCanvas&&n.OffscreenCanvasRenderingContext2D&&n.HTMLCanvasElement&&n.HTMLCanvasElement.prototype.transferControlToOffscreen&&n.URL&&n.URL.createObjectURL)})(),dl=typeof Path2D=="function"&&typeof DOMMatrix=="function",$r=function(){if(!Mi().OffscreenCanvas)return!1;const t=new OffscreenCanvas(1,1),e=t.getContext("2d");e.fillRect(0,0,1,1);const s=t.transferToImageBitmap();try{e.createPattern(s,"no-repeat")}catch{return!1}return!0}(),ml=typeof HTMLElement=="object"?function(t){return t instanceof HTMLElement}:function(t){return t&&typeof t=="object"&&t.nodeType===1&&typeof t.nodeName=="string"},pl="webkit moz ms o".split(" ");function _s(n){return typeof n=="function"&&/native code/.test(n.toString())}(function(){if(!window.requestAnimationFrame){let n=$();window.requestAnimationFrame=function(t){const e=$(),s=Math.max(0,16-(e-n)),i=window.setTimeout(function(){t(e+s)},s);return n=e+s,i}}window.cancelAnimationFrame||(window.cancelAnimationFrame=function(n){clearTimeout(n)})})();function Mn(n){let t=!1;return window.requestAnimationFrame(function e(s){!t&&n(s)&&window.requestAnimationFrame(e)}),()=>{t=!0}}function kn(n,t=0){if(t==0)return n($()),()=>{};{const e=$();return Mn(s=>s-e>=t?(n(s),!1):!0)}}function gl(n,t=0){let e=!1,s=0;const i=$(),r=a=>{if(e)return;s++;const o=a-i-s*t;n(a,s,t<=o),kn(r,Math.max(0,t-o))};return kn(r,t),()=>{e=!0}}function yl(n,t=20){const e=1e3/t;let s=0,i;return()=>($()-s>=e&&(s=$(),i=n()),i)}window.requestIdleCallback=window.requestIdleCallback||function(n,t){const e=$();return setTimeout(function(){n({didTimeout:$()-e>50,timeRemaining:()=>Math.max(0,50-($()-e))})},t?.timeout)},window.cancelIdleCallback=window.cancelIdleCallback||function(n){clearTimeout(n)};function Wr(n,t){requestIdleCallback(e=>{e.timeRemaining()>0||t?n():Wr(n,t)},{timeout:t})}const Ln=new ue;let Rn=!1;function On(n,t,e){n&&t&&Ln.set(n,{cb:t,startTime:$(),timeout:e}),!Rn&&(Rn=!0,xl(s=>{Rn=!1;let i=s.timeRemaining();Ln.filter((r,a)=>{let o=!1;const h=$();(i>0||a.timeout&&$()-a.startTime>=a.timeout)&&(a.cb(),o=!0);const c=$();return i-=c-h,!o}),Ln.length>0&&On()}))}let As=0,me=33,ee=33,Fn;const Jr=new MessageChannel,wl=Jr.port2;Jr.port1.onmessage=n=>{Fn!==null&&Fn({didTimeout:As<=$(),timeRemaining:()=>Math.max(0,As-$())})};function xl(n){return Fn=n,requestAnimationFrame(t=>{let e=t-As+ee;e<ee&&me<ee?(e<8&&(e=8),ee=e<me?me:e):e>ee&&me>ee?ee=e<me?me:e:me=e,As=t+ee,wl.postMessage(null)})}function bl(n){if(typeof setImmediate<"u"&&_s(setImmediate))setImmediate(n);else if(typeof MessageChannel<"u"&&(_s(MessageChannel)||MessageChannel.toString()==="[object MessageChannelConstructor]")){const{port1:t,port2:e}=new MessageChannel;e.onmessage=n,t.postMessage(null)}else typeof Promise<"u"&&_s(Promise)?Promise.resolve().then(n):setTimeout(n,0)}function vl(n){typeof queueMicrotask=="function"?queueMicrotask(n):Promise.resolve().then(n).catch(t=>setTimeout(()=>{throw t}))}class Be{static _nextId=0;static nextId(){return Be._nextId++}}const L={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)}},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)}},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)}},Bounce:{In:function(n){return 1-L.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?L.Bounce.In(n*2)*.5:L.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 Zr(n){switch(n){case L.Quadratic.In:return L.Quadratic.Out;case L.Quadratic.Out:return L.Quadratic.In;case L.Quadratic.InOut:return L.Quadratic.InOut;case L.Cubic.In:return L.Cubic.Out;case L.Cubic.Out:return L.Cubic.In;case L.Cubic.InOut:return L.Cubic.InOut;case L.Quartic.In:return L.Quartic.Out;case L.Quartic.Out:return L.Quartic.In;case L.Quartic.InOut:return L.Quartic.InOut;case L.Quintic.In:return L.Quintic.Out;case L.Quintic.Out:return L.Quintic.In;case L.Quintic.InOut:return L.Quintic.InOut;case L.Sinusoidal.In:return L.Sinusoidal.Out;case L.Sinusoidal.Out:return L.Sinusoidal.In;case L.Sinusoidal.InOut:return L.Sinusoidal.InOut;case L.Exponential.In:return L.Exponential.Out;case L.Exponential.Out:return L.Exponential.In;case L.Exponential.InOut:return L.Exponential.InOut;case L.Circular.In:return L.Circular.Out;case L.Circular.Out:return L.Circular.In;case L.Circular.InOut:return L.Circular.InOut;case L.Elastic.In:return L.Elastic.Out;case L.Elastic.Out:return L.Elastic.In;case L.Elastic.InOut:return L.Elastic.InOut;case L.Back.In:return L.Back.Out;case L.Back.Out:return L.Back.In;case L.Back.InOut:return L.Back.InOut;case L.Bounce.In:return L.Bounce.Out;case L.Bounce.Out:return L.Bounce.In;case L.Bounce.InOut:return L.Bounce.InOut;default:return n}}const Sl=4,Tl=.001,Cl=1e-7,Pl=10,Ue=11,Ds=1/(Ue-1),El=typeof Float32Array=="function";function Kr(n,t){return 1-3*t+3*n}function Qr(n,t){return 3*t-6*n}function ta(n){return 3*n}function Is(n,t,e){return((Kr(t,e)*n+Qr(t,e))*n+ta(t))*n}function ea(n,t,e){return 3*Kr(t,e)*n*n+2*Qr(t,e)*n+ta(t)}function _l(n,t,e,s,i){let r,a,o=0;do a=t+(e-t)/2,r=Is(a,s,i)-n,r>0?e=a:t=a;while(Math.abs(r)>Cl&&++o<Pl);return a}function Al(n,t,e,s){for(let i=0;i<Sl;++i){const r=ea(t,e,s);if(r===0)return t;const a=Is(t,e,s)-n;t-=a/r}return t}function Dl(n){return n}function Nn(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 Dl;const i=El?new Float32Array(Ue):new Array(Ue);for(let a=0;a<Ue;++a)i[a]=Is(a*Ds,n,e);function r(a){let o=0,h=1;const c=Ue-1;for(;h!==c&&i[h]<=a;++h)o+=Ds;--h;const l=(a-i[h])/(i[h+1]-i[h]),d=o+l*Ds,y=ea(d,n,e);return y>=Tl?Al(a,d,n,e):y===0?d:_l(a,o,o+Ds,n,e)}return a=>a===0||a===1?a:Is(r(a),t,s)}function Bn(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 sa(n){const[t,e,s,i]=Bn(n);return[1-s,1-i,1-t,1-e]}function Il(n){return Nn(...Bn(n))}function Ml(n){return Nn(...sa(n))}const Gt={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=Gt.Utils.Factorial;return e(n)/e(t)/e(n-t)},CatmullRom:function(n,t,e,s,i){const r=(e-n)*.5,a=(s-t)*.5,o=i*i,h=i*o;return(2*t-2*e+r+a)*h+(-3*t+3*e-2*r-a)*o+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=Gt.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=Gt.Utils.Bernstein;for(let a=0;a<=s;a++)e+=i(1-t,s-a)*i(t,a)*n[a]*r(s,a);return e},CatmullRom:function(n,t){const e=n.length-1;let s=e*t,i=Math.floor(s);const r=Gt.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 na{_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=$(),e=!1){const s=Object.keys(this._tweens);for(let i=0;i<s.length;i++){const r=this._tweens[s[i]],a=!e;r&&r.update(t,a)===!1&&!e&&delete this._tweens[s[i]]}return!!Object.keys(this._tweens).length}}const Pt=new na;class Un{constructor(t,e=Pt){this._object=t,this._group=e}_id=Be.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=L.Linear.None;_interpolationFunction=Gt.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=$()){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 a=t[r],o=Array.isArray(a),h=o?"array":typeof a,c=!o&&Array.isArray(s[r]);if(!(h==="undefined"||h==="function")){if(c){let l=s[r];if(l.length===0)continue;l=l.map(this._handleRelativeValue.bind(this,a)),s[r]=[a].concat(l)}if((h==="object"||o)&&a&&!c){e[r]=o?[]:{};for(const l in a)e[r][l]=a[l];i[r]=o?[]:{},this._setupProperties(a,e[r],s[r],i[r])}else typeof e[r]>"u"&&(e[r]=a),o||(e[r]*=1),c?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=$()){return this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStartTime=t,this._group&&this._group.remove(this),this)}resume(t=$()){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=Pt){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=L.Linear.None){return this._easingFunction=t,this}interpolation(t=Gt.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=$(),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 a=this._easingFunction(i);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,a),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 o=0,h=this._chainedTweens.length;o<h;o++)this._chainedTweens[o].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 a=e[r]||0;let o=s[r];const h=Array.isArray(t[r]),c=Array.isArray(o);!h&&c?t[r]=this._interpolationFunction(o,i):typeof o=="object"&&o?this._updateProperties(t[r],a,o,i):(o=this._handleRelativeValue(a,o),typeof o=="number"&&(t[r]=a+(o-a)*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 kl=Be.nextId,Ll=Pt.getAll.bind(Pt),Rl=Pt.removeAll.bind(Pt),Ol=Pt.add.bind(Pt),Fl=Pt.remove.bind(Pt),Nl=Pt.update.bind(Pt),Bl={now:$,Sequence:Be,Easing:L,Interpolation:Gt,Group:na,Tween:Un,nextId:kl,getAll:Ll,removeAll:Rl,add:Ol,remove:Fl,update:Nl};class Yn{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=$(),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=$();t=e-this.oldTime,this.oldTime=e,this.elapsedTime+=t}return t}}class Ms{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){th(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||L.Linear.None,interpolationFunction:s?.interpolationFunction||Gt.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 Yn,s=this.frameDuration;return new Promise(i=>{this.onGroupStart?.(),this.cancelRequestAnimationCycle=Mn(r=>{if(!this.isPaused){const o=Math.max(0,r-this.pausedDuration),h=Math.max(0,e.getElapsedTime()-this.pausedDuration);t.filter(c=>c.delay*s<=h).forEach(c=>{c.tween||(c.tween=new Un({...c.fromValues}).to({...c.toValues},c.frames*s).easing(c.easeFunction).interpolation(c.interpolationFunction).repeat(c.repeat).yoyo(c.yoyo).onStart(c.onStart).onUpdate(c.onUpdate).onComplete(c.onComplete),c.tween.start(o)),(c.delay+c.frames*(c.repeat+1))*s>h?c.tween.update(o):(c.tween.isPlaying()&&c.tween.end(),Ce(t,c))})}const a=!!t.length;return a||(this.onGroupComplete?.(),i()),a})})}isPaused=!1;pausedClock=new Yn;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=Zr(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}}const ks=new ue,ia=(n=!0)=>{ks.filter((t,e)=>(e.alternate&&(js(e,e.alternate),n&&ks.set(t,e.alternate),e.alternate=void 0),n))};function Xn(n){let t=ks.get(n);return t||(t=qs(n),ks.set(n,t)),t}function ra(n){const t=Xn(n);return t.alternate||(t.alternate=qs(n)),t.alternate}function Ul(n,t,e=!0){t(ra(n)),ia(e)}function zn(n,t,e=!0){t(ra(n)),On("FLUSH_DOM_ACTION",()=>ia(e),50)}function B(n){return n*Math.PI/180}function at(n){return n*180/Math.PI}function Ls(n,t,e=0){return Math.sqrt(n*n+t*t+e*e)}function Rs(n,t,e,s){return Ls(e-n,s-t)}function Os(n,t,e,s){const i=e-n,r=s-t;return i*i+r*r}function se(n,t,e,s){let i=Math.atan2(s-t,e-n);return i<0&&(i+=Math.PI*2),i}function Nt(n,t){return{dx:Math.cos(n)*t,dy:Math.sin(n)*t}}function Yl(n,t,e){if(typeof e=="number"){const s=Math.sqrt(Math.pow(n,2)+Math.pow(t,2)+Math.pow(e,2));return{x:n/=s,y:t/=s,z:e/=s}}else{const s=Math.sqrt(Math.pow(n,2)+Math.pow(t,2));return{x:n/=s,y:t/=s}}}function Xl(n,t,e,s,i=10){if(Math.abs(e-n)<i&&Math.abs(s-t)<i)return"no";const r=at(se(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"}const aa=zl("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 zl(n,t=10){const e={},s=n.split(",");for(let i=0;i<s.length;i+=2){const r="&"+s[i+1]+";",a=parseInt(s[i],t);e[r]="&#"+a+";"}return e["\\xa0"]=" ",e}function ut(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 Fs(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 Gl(n){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[n]||t.start}function Vl(n){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[n]||t.alphabetic}const Ye={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 Ns{__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",ut("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 Gn{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}}class Xe{__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(Ye);for(let e=0,s=t.length;e<s;e++){const i=t[e];this[i]=Ye[i].canvas}}__getStyleState(){const t={},e=Object.keys(Ye);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 a=0;a<r.length;a++){const o=r[a];i.setAttribute(o,e[o])}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(Ye);for(let r=0;r<i.length;r++){const a=Ye[i[r]],o=this[i[r]];if(a.apply){if(o instanceof Gn){if(o.__ctx)for(;o.__ctx.__SVGdefs.childNodes.length;){const h=o.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[h]=h,this.__SVGdefs.appendChild(o.__ctx.__SVGdefs.childNodes[0])}e.setAttribute(a.apply,ut("url(#{id})",{id:o.__root.getAttribute("id")}))}else if(o instanceof Ns)e.setAttribute(a.apply,ut("url(#{id})",{id:o.__root.getAttribute("id")}));else if(a.apply.indexOf(t)!==-1&&a.svg!==o)if((a.svgAttr==="stroke"||a.svgAttr==="fill")&&o.indexOf("rgba")!==-1){const c=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(o);if(c){e.setAttribute(a.svgAttr,ut("rgb({r},{g},{b})",{r:c[1],g:c[2],b:c[3]}));let l=parseFloat(c[4]);const d=this.globalAlpha;d!=null&&(l*=d),e.setAttribute(a.svgAttr+"-opacity",""+l)}}else{let h=a.svgAttr;if(i[r]==="globalAlpha"&&(h=t+"-"+a.svgAttr,e.getAttribute(h)))continue;h&&e.setAttribute(h,o)}}}}__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(aa);for(let r=0,a=i.length;r<a;r++){const o=i[r],h=aa[o],c=new RegExp(o,"gi");c.test(e)&&(e=e.replace(c,h))}}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(ut("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(ut("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(ut("translate({x},{y})",{x:t,y:e}))}transform(t,e,s,i,r,a){this.__addTransform(ut("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:s,d:i,e:r,f:a}))}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(ut("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(ut("L {x} {y}",this.__currentPosition)):this.__addPathCommand(ut("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,s,i,r,a){this.__currentPosition={x:r,y:a},this.__addPathCommand(ut("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:s,cp2y:i,x:r,y:a}))}quadraticCurveTo(t,e,s,i){this.__currentPosition={x:s,y:i},this.__addPathCommand(ut("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 a=this.__currentPosition&&this.__currentPosition.x,o=this.__currentPosition&&this.__currentPosition.y;if(typeof a>"u"||typeof o>"u")return;if(r<0)throw new Error("IndexSizeError: The radius provided ("+r+") is negative.");if(a===t&&o===e||t===s&&e===i||r===0){this.lineTo(t,e);return}const h=this.normalize([a-t,o-e]),c=this.normalize([s-t,i-e]);if(h[0]*c[1]===h[1]*c[0]){this.lineTo(t,e);return}const l=h[0]*c[0]+h[1]*c[1],d=Math.acos(Math.abs(l)),y=this.normalize([h[0]+c[0],h[1]+c[1]]),b=r/Math.sin(d/2),w=t+b*y[0],_=e+b*y[1],S=[-h[1],h[0]],v=[c[1],-c[0]],x=function(E){const C=E[0];return E[1]>=0?Math.acos(C):-Math.acos(C)},p=x(S),g=x(v);this.lineTo(w+S[0]*r,_+S[1]*r),this.arc(w,_,r,p,g)}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(),a=this.__createElement("rect",{x:t,y:e,width:s,height:i,fill:"#FFFFFF"},!0);r.appendChild(a)}createLinearGradient(t,e,s,i){const r=this.__createElement("linearGradient",{id:Fs(this.__ids),x1:t+"px",x2:s+"px",y1:e+"px",y2:i+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(r),new Ns(r,this)}createRadialGradient(t,e,s,i,r,a){const o=this.__createElement("radialGradient",{id:Fs(this.__ids),cx:i+"px",cy:r+"px",r:a+"px",fx:t+"px",fy:e+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(o),new Ns(o,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(),a=this.__closestGroupOrSvg(),o=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":Gl(this.textAlign),"dominant-baseline":Vl(this.textBaseline)},!0);o.appendChild(this.__document.createTextNode(t)),this.__currentElement=o,this.__applyStyleToCurrentElement(i),a.appendChild(this.__wrapTextLink(r,o))}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,a){if(i===r)return;i=i%(2*Math.PI),r=r%(2*Math.PI),i===r&&(r=(r+2*Math.PI-.001*(a?-1:1))%(2*Math.PI));const o=t+s*Math.cos(r),h=e+s*Math.sin(r),c=t+s*Math.cos(i),l=e+s*Math.sin(i),d=a?0:1;let y=0,b=r-i;b<0&&(b+=2*Math.PI),a?y=b>Math.PI?0:1:y=b>Math.PI?1:0,this.lineTo(c,l),this.__addPathCommand(ut("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:s,ry:s,xAxisRotation:0,largeArcFlag:y,sweepFlag:d,endX:o,endY:h})),this.__currentPosition={x:o,y:h}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),s=Fs(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",ut("url(#{id})",{id:s})),t.appendChild(i),this.__currentElement=i}drawImage(...t){let e=t[0],s,i,r,a,o=0,h=0,c,l,d,y,b,w,_,S;if(t.length===3)s=t[1],i=t[2],c=e.width,l=e.height,r=c,a=l;else if(t.length===5)s=t[1],i=t[2],r=t[3],a=t[4],c=e.width,l=e.height;else if(t.length===9)o=t[1],h=t[2],c=t[3],l=t[4],s=t[5],i=t[6],r=t[7],a=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const v=this.__closestGroupOrSvg();this.__currentElement;const x="translate("+s+", "+i+")";if(e instanceof Xe){if(d=e.getSvg().cloneNode(!0),d.childNodes&&d.childNodes.length>1){for(y=d.childNodes[0];y.childNodes.length;)S=y.childNodes[0].getAttribute("id"),this.__ids[S]=S,this.__SVGdefs.appendChild(y.childNodes[0]);if(b=d.childNodes[1],b){const p=b.getAttribute("transform");let g;p?g=p+" "+x:g=x,b.setAttribute("transform",g),v.appendChild(b)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(w=this.__createElement("image"),w.setAttribute("width",r),w.setAttribute("height",a),w.setAttribute("preserveAspectRatio","none"),(o||h||c!==e.width||l!==e.height)&&(_=this.__document.createElement("canvas"),_.width=r,_.height=a,_.getContext("2d")?.drawImage(e,o,h,c,l,0,0,r,a),e=_),w.setAttribute("transform",x),w.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),v.appendChild(w))}createPattern(t,e){const s=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),i=Fs(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 Xe&&(s.setAttribute("width",""+t.width),s.setAttribute("height",""+t.height),s.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(s)),new Gn(s,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}}class Bs{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 Xe({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,a){return this.context.arc(t,e,s,i,r,a),this.customContext&&this.customContext.arc(t,e,s,i,r,a?-1:1),this.currentPath2D.arc(t,e,s,i,r,a),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,a,o,h){return this.context.ellipse(t,e,s,i,r,a,o,h),this.currentPath2D.ellipse(t,e,s,i,r,a,o,h),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,a){return this.context.bezierCurveTo(t,e,s,i,r,a),this.customContext&&this.customContext.bezierCurveTo(t,e,s,i,r,a),this.currentPath2D.bezierCurveTo(t,e,s,i,r,a),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 a=this.context.createLinearGradient(t,e,s,i);return r&&Object.entries(r).forEach(([o,h])=>{a.addColorStop(parseFloat(o),h)}),a}createRadialGradient(t,e,s,i,r,a,o){const h=this.context.createRadialGradient(t,e,s,i,r,a);return o&&Object.entries(o).forEach(([c,l])=>{h.addColorStop(parseFloat(c),l)}),h}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],a=e[3];this.context.drawImage(t,s,i,r,a)}else if(e.length===8){const s=e[0],i=e[1],r=e[2],a=e[3],o=e[4],h=e[5],c=e[6],l=e[7];this.context.drawImage(t,s,i,r,a,o,h,c,l)}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 Us=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=se(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,a=s*this.y+e*this.x,o=s*this.toY+e*this.toX;return{x:Math.min(i,r),y:Math.min(a,o),width:Math.max(i,r)-Math.min(i,r),height:Math.max(a,o)-Math.min(a,o)}}}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,a=this.toX-e,o=t.x-i;if(!a&&!o)return null;const h=(this.toY-s)/a,c=(t.y-r)/o;if(a){if(!o)return{x:i,y:h*(i-e)+s}}else return{x:e,y:c*(e-i)+r};const l=(-c*i+r+h*e-s)/(h-c),d=h*(l-e)+s;return isNaN(l)||isNaN(d)?null:{x:l,y:d}}};const oa=Us;class Vn extends Us{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,a,o,h]=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,a,o,h,!this.sweepFlag)}convert(t,e,s,i,r,a,o,h,c){const l=o/180*Math.PI,d=(t-s)/2,y=(e-i)/2,b=Math.cos(l)*d+Math.sin(l)*y,w=-Math.sin(l)*d+Math.cos(l)*y,_=b*b/(r*r)+w*w/(a*a);if(_>1){const Q=Math.sqrt(_);throw r=Q*r,a=Q*a,new Error(`Radii are too small to build an arc. Correcting them to ${r}/${a}.`)}const S=Math.sqrt((r*r*a*a-r*r*w*w-a*a*b*b)/(r*r*w*w+a*a*b*b)),v=h!=c?1:-1,x=v*S*r*w/a,p=v*S*-a*b/r,g=(t+s)/2,E=(e+i)/2,C=Math.cos(l)*x-Math.sin(l)*p+g,F=Math.sin(l)*x+Math.cos(l)*p+E,G=(Q,ht,Et,xt)=>(Q*xt>=ht*Et?1:-1)*Math.acos((Q*Et+ht*xt)/(Math.sqrt(Q*Q+ht*ht)*Math.sqrt(Et*Et+xt*xt))),V=G(1,0,t-C,e-F)-l,K=G(t-C,e-F,s-C,i-F);return[C,F,r,a,l,V,V+K]}}class ql extends Us{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,a;for(let c=0;c<2;++c)s=c==0?this.x-2*this.cx+this.toX:this.y-2*this.cy+this.toY,i=c==0?-2*this.x+2*this.cx:-2*this.y+2*this.cy,r=c==0?this.x:this.y,Math.abs(s)>1e-12&&(a=-i/(2*s),0<a&&a<1&&[t,e][c].push(s*a*a+i*a+r));const o={x:Math.min.apply(0,t),y:Math.min.apply(0,e)},h={x:Math.max.apply(0,t),y:Math.max.apply(0,e)};return{x:o.x,y:o.y,width:h.x-o.x,height:h.y-o.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}}}const jl=ql;class yt extends Us{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 a=[this.y,this.toY],o=[this.x,this.toX];let h;const c=[];Math.abs(i)>1e12&&(i=.5),Math.abs(r)>1e12&&(r=.5),i>=0&&i<=1&&(h=this.interpolate(i),o.push(h.x),a.push(h.y),c.push({X:h.x,Y:h.y})),r>=0&&r<=1&&(h=this.interpolate(r),o.push(h.x),a.push(h.y),c.push({X:h.x,Y:h.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&&(h=this.interpolate(i),o.push(h.x),a.push(h.y),c.push({X:h.x,Y:h.y})),r>=0&&r<=1&&(h=this.interpolate(r),o.push(h.x),a.push(h.y),c.push({X:h.x,Y:h.y}));let l=[],d=c.length;for(let w=0;w<d;w++){for(let _=w+1;_<d;_++)c[w].X===c[_].X&&c[w].Y===c[_].Y&&(_=++w);l.push({X:c[w].X,Y:c[w].Y})}const y={x:Math.min.apply(Math,o),y:Math.min.apply(Math,a)},b={x:Math.max.apply(Math,o),y:Math.max.apply(Math,a)};return{x:y.x,y:y.y,width:b.x-y.x,height:b.y-y.y,dots:l}}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 a=-3*e+9*s-9*i+3*r,o=t*a+6*e-12*s+6*i;return t*o-3*e+3*s}static bezlen(t,e,s,i,r,a,o,h,c=1){c=Math.max(0,Math.min(c,1));const l=c/2,d=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],y=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let b=0;for(let w=0;w<12;w++){const _=l*d[w]+l,S=this.base3(_,t,s,r,o),v=this.base3(_,e,i,a,h);b+=y[w]*Math.sqrt(S*S+v*v)}return l*b}length(t=1){return yt.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,a=this.c2x,o=this.c2y,h=this.toX,c=this.toY;if(t<0||yt.bezlen(e,s,i,r,a,o,h,c)<t)return 0;let l=1,d=l/2,y=l-d,b=yt.bezlen(e,s,i,r,a,o,h,c,y);for(;Math.abs(b-t)>.01;)d/=2,y+=(b<t?1:-1)*d,b=yt.bezlen(e,s,i,r,a,o,h,c,y);return y}getPointAtSegmentLength(t){const e=this.getTatLen(t);let s=1-e,i=Math.pow(s,3),r=Math.pow(s,2),a=e*e,o=a*e,h=i*this.x+r*3*e*this.c1x+s*3*e*e*this.c2x+o*this.toX,c=i*this.y+r*3*e*this.c1y+s*3*e*e*this.c2y+o*this.toY,l=this.x+2*e*(this.c1x-this.x)+a*(this.c2x-2*this.c1x+this.x),d=this.y+2*e*(this.c1y-this.y)+a*(this.c2y-2*this.c1y+this.y),y=this.c1x+2*e*(this.c2x-this.c1x)+a*(this.toX-2*this.c2x+this.c1x),b=this.c1y+2*e*(this.c2y-this.c1y)+a*(this.toY-2*this.c2y+this.c1y),w=s*this.x+e*this.c1x,_=s*this.y+e*this.c1y,S=s*this.c2x+e*this.toX,v=s*this.c2y+e*this.toY,x=90-Math.atan2(l-y,d-b)*180/Math.PI;return{x:h,y:c,m:{x:l,y:d},n:{x:y,y:b},start:{x:w,y:_},end:{x:S,y:v},alpha:x}}}const ze=Math.PI*2;function ha(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 Hl(n,t,e,s,i,r,a,o,h,c){const l=c*(n-e)/2+h*(t-s)/2,d=-h*(n-e)/2+c*(t-s)/2,y=a*a,b=o*o,w=l*l,_=d*d;let S=y*b-y*_-b*w;S<0&&(S=0),S/=y*_+b*w,S=Math.sqrt(S)*(i===r?-1:1);const v=S*a/o*d,x=S*-o/a*l,p=c*v-h*x+(n+e)/2,g=h*v+c*x+(t+s)/2,E=(l-v)/a,C=(d-x)/o,F=(-l-v)/a,G=(-d-x)/o,V=ha(1,0,E,C);let K=ha(E,C,F,G);return r===0&&K>0&&(K-=ze),r===1&&K<0&&(K+=ze),[p,g,V,K]}function $l(n,t){const e=1.3333333333333333*Math.tan(t/4),s=Math.cos(n),i=Math.sin(n),r=Math.cos(n+t),a=Math.sin(n+t);return[s,i,s-i*e,i+s*e,r+a*e,a-r*e,r,a]}function ca(n,t,e,s,i,r,a,o,h){const c=Math.sin(h*ze/360),l=Math.cos(h*ze/360),d=l*(n-e)/2+c*(t-s)/2,y=-c*(n-e)/2+l*(t-s)/2;if(d===0&&y===0)return[];if(a===0||o===0)return[];a=Math.abs(a),o=Math.abs(o);const b=d*d/(a*a)+y*y/(o*o);b>1&&(a*=Math.sqrt(b),o*=Math.sqrt(b));const w=Hl(n,t,e,s,i,r,a,o,c,l),_=[];let S=w[2],v=w[3];const x=Math.max(Math.ceil(Math.abs(v)/(ze/4)),1);v/=x;for(let p=0;p<x;p++)_.push($l(S,v)),S+=v;return _.map(p=>{for(let g=0;g<p.length;g+=2){let E=p[g+0],C=p[g+1];E*=a,C*=o;const F=l*E-c*C,G=c*E+l*C;p[g+0]=F+w[0],p[g+1]=G+w[1]}return p})}function qn(n,t,e,s,i,r){return[n/3+.6666666666666666*e,t/3+.6666666666666666*s,i/3+.6666666666666666*e,r/3+.6666666666666666*s,i,r]}function Ge(n,t,e,s){return[n,t,e,s,e,s]}const Ve={a:7,c:6,s:4,q:4,t:2,m:2,l:2,h:1,v:1,z:0};class pe{static createSVGElement(t="path",e){const s=document.createElementNS.call(document,"http://www.w3.org/2000/svg",t);return e&&ne(s,e),s}static createSvgPath(t,e){return this.createSVGElement("path",{d:t,id:e||Oi()})}static downloadFromSVGElement(t,e="shape"){return fi(Nr(t),`${e}.svg`)}static downloadFromSVGString(t,e="shape"){return fi(cn(t),`${e}.svg`)}static getSVGRawStringFromElement(t){return En(t)}static isSVGPath(t){return typeof t!="string"?!1:(t=t.trim(),/^[mlhvzaqtcs]\s*[-+.0-9][^mlhvzaqtcs]+/i.test(t)&&/[\dz]$/i.test(t))}static SVGPathDataToD(t){return t.map(e=>{if(!e[0])return"";switch(e[0].toLowerCase()){case"a":return`${e[0]} ${e[1]},${e[2]} ${e[3]} ${e[4]},${e[5]} ${e[6]},${e[7]}`;case"c":return`${e[0]} ${e[1]},${e[2]} ${e[3]},${e[4]} ${e[5]},${e[6]}`;case"s":case"q":return`${e[0]} ${e[1]},${e[2]} ${e[3]},${e[4]}`;default:return e[0]+" "+e.slice(1).join(",")}}).join(" ")}static parseSVGPath(t){const e=[];return pe.isSVGPath(t)&&t.replace(/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi,(s,i,r)=>{let a=i.toLowerCase();const o=Gi(r);for(a=="m"&&o.length>Ve[a]&&(e.push([i,...o.splice(0,Ve[a])]),a="l",i=i=="m"?"l":"L");o.length;){if(o.length<Ve[a])throw new Error(`parseSVGPath substring:{ ${s} } command:{ ${i} } args:{ ${o} }`);e.push([i,...o.splice(0,Ve[a])])}return a=="z"&&e.push([i]),""}),e}static absolutizeSVGPath(t){let e=0,s=0,i=0,r=0;return t.map(function(a){const o=a[0],h=o.toUpperCase();if(o!=h)switch(a[0]=h,o){case"a":a[6]+=i,a[7]+=r;break;case"v":a[1]+=r;break;case"h":a[1]+=i;break;default:for(let c=1;c<a.length;)a[c++]+=i,a[c++]+=r}switch(h){case"Z":i=e,r=s;break;case"H":i=a[1];break;case"V":r=a[1];break;case"M":i=e=a[1],r=s=a[2];break;default:i=a[a.length-2],r=a[a.length-1]}return a})}static relativeSVGPath(t){let e=0,s=0,i=0,r=0;return t.map(function(a){const o=a[0],h=o.toLowerCase();if(o!=h)switch(a[0]=h,o){case"A":a[6]-=i,a[7]-=r;break;case"V":a[1]-=r;break;case"H":a[1]-=i;break;default:for(let c=1;c<a.length;)a[c++]-=i,a[c++]-=r}switch(h){case"z":i=e,r=s;break;case"h":i+=a[1];break;case"v":r+=a[1];break;case"m":i+=a[1],r+=a[2],e+=a[1],s+=a[2];break;default:i+=a[a.length-2],r+=a[a.length-1]}return a})}static normalizeSVGPath(t){const e=[];let s=0,i=0,r=0,a=0,o=0,h=0,c=0,l=0,d;for(let y=0,b=t.length;y<b;y++){let w=t[y];const _=w[0];switch(_){case"M":s=w[1],i=w[2];break;case"A":const S=ca(r,a,w[6],w[7],w[4],w[5],w[1],w[2],w[3]);if(!S.length)continue;S.forEach((p,g)=>{const[E,C,F,G,V,K,Q,ht]=p;w=["C",F,G,V,K,Q,ht],g<S.length-1&&e.push(w)});break;case"S":let v=r,x=a;(d=="C"||d=="S")&&(v+=v-c,x+=x-l),w=["C",v,x,w[1],w[2],w[3],w[4]];break;case"T":d=="Q"||d=="T"?(o=r*2-o,h=a*2-h):(o=r,h=a),w=["C",...qn(r,a,o,h,w[1],w[2])];break;case"Q":o=w[1],h=w[2],w=["C",...qn(r,a,w[1],w[2],w[3],w[4])];break;case"L":w=["C",...Ge(r,a,w[1],w[2])];break;case"H":w=["C",...Ge(r,a,w[1],a)];break;case"V":w=["C",...Ge(r,a,r,w[1])];break;case"Z":w=["C",...Ge(r,a,s,i)];break}d=_,r=w[w.length-2],a=w[w.length-1],w.length>4?(c=w[w.length-4],l=w[w.length-3]):(c=r,l=a),e.push(w)}return e}static catmullRom2bezier(t){const e=[];for(let s=0,i=t.length;i-2>s;s+=2){let r;s==0?r=[{x:t[s],y:t[s+1]},{x:t[s],y:t[s+1]},{x:t[s+2],y:t[s+3]},{x:t[s+4],y:t[s+5]}]:i-4==s?r=[{x:t[s-2],y:t[s-1]},{x:t[s],y:t[s+1]},{x:t[s+2],y:t[s+3]},{x:t[s+2],y:t[s+3]}]:r=[{x:t[s-2],y:t[s-1]},{x:t[s],y:t[s+1]},{x:t[s+2],y:t[s+3]},{x:t[s+4],y:t[s+5]}];const a=[{x:r[1].x,y:r[1].y},{x:(-r[0].x+6*r[1].x+r[2].x)/6,y:(-r[0].y+6*r[1].y+r[2].y)/6},{x:(r[1].x+6*r[2].x-r[3].x)/6,y:(r[1].y+6*r[2].y-r[3].y)/6},{x:r[2].x,y:r[2].y}];e.push(["C",a[1].x,a[1].y,a[2].x,a[2].y,a[3].x,a[3].y])}return e}static zvhToLSVGPath(t){const e=[];let s=["L",0,0],i;for(let r=0,a=t.length;r<a;r++){const o=t[r];switch(o[0]){case"M":s=["L",o[1],o[2]],e.push(o);break;case"Z":e.push(s);break;case"H":i=e[e.length-1]||["L",0,0],e.push(["L",o[1],i[i.length-1]]);break;case"V":i=e[e.length-1]||["L",0,0],e.push(["L",i[i.length-2],o[1]]);break;default:e.push(o)}}return e}static longhandSVGPath(t){const e={S:{to:"C",x:3},T:{to:"Q",x:1}};let s,i=0,r=0;for(let a=0,o=t.length;a<o;a++){const h=t[a],c=e[h[0]];c&&(h[0]=c.to,s&&(s[0]===c.to?(i=2*Number(s[c.x+2])-Number(s[c.x]),r=2*Number(s[c.x+3])-Number(s[c.x+1])):(i=Number(s[s.length-2]),r=Number(s[s.length-1]))),h.splice(1,0,i,r)),s=h}return t}}const vt=pe;class St{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(vt.parseSVGPath(t),e):t instanceof St?this.resetFromSVGPathData(t.toSVGPathData(),e):this.resetFromSVGPathData(t||[],e)}resetFromSVGPathData(t,e){this.normalizedLines=[];const s=vt.normalizeSVGPath(vt.absolutizeSVGPath(t));this.prevPathX=this.startPathX=0,this.prevPathY=this.startPathY=0;let i=!1;for(let r=0,a=s.length;r<a;r++){const o=s[r];if(o[0]=="M"){i||(i=!0,this.startPathX=o[1],this.startPathY=o[2]),this.prevPathX=o[1],this.prevPathY=o[2];continue}this.appendLine(new yt({c1x:o[1],c1y:o[2],c2x:o[3],c2y:o[4],toX:o[5],toY:o[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 St;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 yt({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 St;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 Vn){ca(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(c=>{const[l,d,y,b,w,_,S,v]=c;this.normalizedLines.push(new yt({x:this.prevPathX,y:this.prevPathY,c1x:y,c1y:b,c2x:w,c2y:_,toX:S,toY:v})),this.prevPathX=S,this.prevPathY=v});return}let e,s,i,r,a,o;t instanceof yt?(e=t.c1x,s=t.c1y,i=t.c2x,r=t.c2y,a=t.toX,o=t.toY):t instanceof jl?[e,s,i,r,a,o]=qn(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,s,i,r,a,o]=Ge(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new yt({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:s,c2x:i,c2y:r,toX:a,toY:o})),this.prevPathX=a,this.prevPathY=o}toSVGPathData(){const{startPathX:t,startPathY:e,normalizedLines:s}=this.updateTransform(),i=[];i.push(["M",t,e]);for(let r=0,a=s.length;r<a;r++)i.push(...s[r].toSVGPathData());return i}toSVGPathD(){return vt.SVGPathDataToD(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(h=>{const c=h.getBoundingClientRect();e.push(c.x,c.x+c.width),s.push(c.y,c.y+c.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),a=Math.max.apply(0,e),o=Math.max.apply(0,s);return{x:i,y:r,width:a-i,height:o-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 ft;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 a=r.x,o=r.y,h=r.c1x,c=r.c1y,l=r.c2x,d=r.c2y,y=r.toX,b=r.toY;({x:a,y:o}=t.transformPoint({x:a,y:o})),{x:h,y:c}=t.transformPoint({x:h,y:c}),{x:l,y:d}=t.transformPoint({x:l,y:d}),{x:y,y:b}=t.transformPoint({x:y,y:b}),i.push(new yt({x:a,y:o,c1x:h,c1y:c,c2x:l,c2y:d,toX:y,toY:b}))}),{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 a=e[r],o=a.length();if(s+o>=t)return a.getPointAtSegmentLength(t-s);s+=o}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 a=t*r,o=i[0];if(a--,a>1)for(let h=1;h<r&&(o=i[h],a>1);h++)a-=1;return o.interpolate(a)}}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:a}=t.updateTransform();let o=null,h=0;const c=new St;c.prevPathX=c.startPathX=i,c.prevPathY=c.startPathY=r;for(let l=0,d=a.length;l<d;l++){const y=a[l],b=y.length();if(h+b>e&&!o){const w=y.getPointAtSegmentLength(e-h);if(c.appendLine(new yt({c1x:w.start.x,c1y:w.start.y,c2x:w.m.x,c2y:w.m.y,toX:w.x,toY:w.y})),s)return c;o=c,c.appendLine(new yt({c1x:w.n.x,c1y:w.n.y,c2x:w.end.x,c2y:w.end.y,toX:y.x,toY:y.y})),h+=b;continue}h+=b,c.appendLine(y)}return c}closestPoint(t,e){const s=this.getTotalLength();let i={x:t,y:e},r=0,a=1/0,o=8;for(let c=0;c<=s;c+=o){let l=this.getPointAtLength(c),d=Os(l.x,l.y,t,e);d<a&&(i=l,r=c,a=d)}for(o/=2;o>.5;){let c=r-o,l=this.getPointAtLength(c),d=Os(l.x,l.y,t,e),y=r+o,b=this.getPointAtLength(y),w=Os(b.x,b.y,t,e);c>=0&&d<a?(i=l,r=c,a=d):y<=s&&w<a?(i=b,r=y,a=w):o/=2}const h=this.getPointAtLength(r+(r===s?-.1:.1));return{point:i,rotation:r>=s?se(h.x,h.y,i.x,i.y):se(i.x,i.y,h.x,h.y),distance:Math.sqrt(a)}}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 a=0;a<e;a+=6)r+=Rs(t[a],t[a+1],s,i),s=t[a],i=t[a+1];return Math.floor(r)}expendFill(t){const e=this.polymorphPoints,s=e.length;let i=t-s;const r=Math.ceil(t/s),a=[];a.push(["M",e[0],e[1]]);let o=2;for(;o+5<=s-1;){const h=e[o++],c=e[o++],l=e[o++],d=e[o++],y=e[o++],b=e[o++];a.push(["C",h,c,l,d,y,b]);let w=0;for(;w<r&&i>0;)a.push(["C",y,b,y,b,y,b]),i-=6,w++}return a}static mixPoints(t,e,s){const i=t.length,r=new Array(i);for(let a=0;a<i;a++)r[a]=Ot(t[a]+(e[a]-t[a])*s,6);return r}static getPathInterpolator(t,e){return s=>Math.abs(s-0)<Number.EPSILON?t:Math.abs(s-1)<Number.EPSILON?e:St.fromPolymorphPoints(St.mixPoints(new St({d:t}).polymorphPoints,new St({d:e}).polymorphPoints,s)).toSVGPathData()}}const Wl=St;class j extends cs{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=[];constructor(t){if(super(),this.id=Oi(),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 s=this.getAttr("stroke-dasharray","4 4");this.setAttr("stroke-dasharray",s),this.strokeDashTotalLength=Gi(s).reduce((i,r)=>i+r,0)}return ji(this)}forceSetCXY(t,e){this.cX=t,this.cY=e,this.forceCXY=!0}shapeInit(){}initPathD(){if(!this.pathd){if(this.pathd=new St,gt(()=>{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 ft;i.translate(-t.x+s.x,-t.y+s.y),s.originMatrix=i});const e=this.originMatrix?this.originMatrix.clone():new ft;e.translate(-t.x+this.x,-t.y+this.y),this.originMatrix=e}isPointInPath(t,e,s){if(s instanceof Bs)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 Bs)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 Oo(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])=>[ct(s),i]))):e&&(this.attrs[ct(t)]=e)}getAttr(t,e){return this.attrs[t]||this.attrs[ct(t)]||e}getAttrs(){return this.attrs}hasAttr(t){return!!this.attrs[t]||!!this.attrs[ct(t)]}distance(t){return Rs(this.x,this.y,t.x,t.y)}rotateTo(t){this.degree=at(se(this.x,this.y,t.x,t.y))}followTo(t,e=3){this.rotateTo(t);const{dx:s,dy:i}=Nt(B(this.degree),e);this.vx=s,this.vy=i,this.run()}followAccelerationTo(t,e=.05){this.rotateTo(t);const{dx:s,dy:i}=Nt(B(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),a=this.mass*t.mass/i,o=a*e/r,h=a*s/r;this.vx+=o/this.mass,this.vy+=h/this.mass,t.vx-=o/t.mass,t.vy-=h/t.mass}run(t){this.vx+=this.ax,this.vy+=this.ay;const e=Kt(t?.gravity,0);this.vy+=e;const s=Kt(t?.friction,1);this.vx*=s,this.vy*=s,this.x+=this.vx,this.y+=this.vy}runEaseTo(t,e){const s=Kt(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=Kt(e?.spring,.03);(Array.isArray(t)?t:[t]).forEach(i=>{const r=i.x-this.cX-this.x,a=i.y-this.cY-this.y,o=r*s,h=a*s;this.vx+=o,this.vy+=h}),this.run({friction:.9,...e})}springMassTo(t,e){const s=Kt(e?.springLength,100),i=Kt(e?.spring,1e-4),r=t.x-this.x,a=t.y-this.y,o=Math.sqrt(r*r+a*a);if(o<s){const h=r*i,c=a*i;return this.vx+=h/this.mass,this.vy+=c/this.mass,t.vx-=h/t.mass,t.vy-=c/t.mass,1-o/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=Ot(s.getTotalLength(),0);this.setAttr({strokeDasharray:`${i} ${i}`,strokeDashoffset:`${i}`});const r=e?.onUpdate,a=new Ms({frameDuration:t});a.addTween({offset:i},{offset:0},Object.assign(e||{},{onUpdate:(o,h)=>{this.setAttr("strokeDashoffset",""+Ot(o.offset,2)),r?.(o,h)}})),a.play()}}class qe extends j{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}=Mt(B(t),this.y,this.z))}rotateY(t){({x:this.x,y:this.z}=Mt(B(t),this.x,this.z))}rotateZ(t){({x:this.x,y:this.y}=Mt(B(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 Ls(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 la=[1,0,0,1,0,0],ua=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];class ft{value;_m13=0;_m23=0;_m33=1;matrix3d;constructor(t=la){this.value=Array.from(t),this.m13=0,this.m23=0,this.m33=1,this.matrix3d=this.toMatrix3D()}static fromString(t){const e=new ft,s=Li("number",t);return s.length===6&&s.forEach((i,r)=>{i.fullMatch&&(e.value[r]=parseFloat(i.fullMatch))}),e}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}toMatrix3D(t=this.matrix3d){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 wt(e)}identity(){return this.value=Array.from(la),this.m13=0,this.m23=0,this.m33=1,this.matrix3d=this.toMatrix3D(),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}scalar(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.scalar(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 ft([...this.value])}multiply(t){const e=this.clone(),s=t instanceof ft?t:new ft(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,a=this.m23,o=this.m31,h=this.m32,c=this.m33,l=c*r-a*h,d=-c*i+a*o,y=h*i-r*o;let b=t*l+e*d+s*y;return b?(b=1/b,this.m11=l*b,this.m12=(-c*e+s*h)*b,this.m13=(a*e-s*r)*b,this.m21=d*b,this.m22=(c*t-s*o)*b,this.m23=(-a*t+s*i)*b,this.m31=y*b,this.m32=(-h*t+e*o)*b,this.m33=(r*t-e*i)*b,this):null}adjugate(){const t=new ft;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=at(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:at(Math.atan2(-this.m21,this.m22)),skewY:at(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],a=this.value[4],o=this.value[5],h=t.value[0],c=t.value[1],l=t.value[2],d=t.value[3],y=t.value[4],b=t.value[5],w=h*d,_=c*l,S=(l*s-e*d)/(_-w),v=(h*s-e*c)/(w-_),x=(l*r-i*d)/(_-w),p=(h*r-i*c)/(w-_),g=(l*(o-b)+d*(y-a))/(_-w),E=(h*(o-b)+c*(y-a))/(w-_),C=[S,v,x,p,g,E];return new ft(C)}toString(t=6){return this.matrix3d.is2D()?`matrix(${this.value.map(e=>Ot(e,t)).join(",")})`:this.matrix3d.toString()}translate(t,e){return this.multiply([1,0,0,1,t,e]),this.toMatrix3D(),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.matrix3d.translate(0,0,t),this.matrix3d.toMatrix(this),this}translateZTo(t){return this.translateZ(t-this.matrix3d.m43),this}translate3d(t,e,s){return this.matrix3d.translate(t,e,s),this.matrix3d.toMatrix(this),this}translate3dTo(t,e,s){return this.translate3d(t-this.matrix3d.m41,e-this.matrix3d.m42,s-this.matrix3d.m43),this}rotate(t,e=0,s=0){const i=B(t),r=Math.cos(i),a=Math.sin(i);return this.translate(e,s),this.multiply([r,a,-a,r,0,0]),this.translate(-e,-s),this.toMatrix3D(),this}rotateTo(t,e=0,s=0){const{degree:i}=this.split();return this.rotate(t-i,e,s),this}rotateX(t){return this.matrix3d.rotateX(t),this.matrix3d.toMatrix(this),this}rotateXTo(t){const{degreeX:e}=this.matrix3d.split();return this.rotateX(t-e),this}rotateY(t){return this.matrix3d.rotateY(t),this.matrix3d.toMatrix(this),this}rotateYTo(t){const{degreeY:e}=this.matrix3d.split();return this.rotateY(t-e),this}rotateZ(t){return this.matrix3d.rotateZ(t),this.matrix3d.toMatrix(this),this}rotateZTo(t){const{degreeZ:e}=this.matrix3d.split();return this.rotateZ(t-e),this}rotate3d(t,e,s){return this.matrix3d.rotateX(t).rotateY(e).rotateZ(s),this.matrix3d.toMatrix(this),this}rotate3dTo(t,e,s){const{degreeX:i,degreeY:r,degreeZ:a}=this.matrix3d.split();return this.rotate3d(t-i,e-r,s-a),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.toMatrix3D(),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.matrix3d.scale(1,1,t),this.matrix3d.toMatrix(this),this}scaleZTo(t){const{scalarZ:e}=this.matrix3d.split();return this.scaleZ(t/e),this}scale3d(t,e=t,s=t){return this.matrix3d.scale(t,e,s),this.matrix3d.toMatrix(this),this}scale3dTo(t,e=t,s=t){const{scalarX:i,scalarY:r,scalarZ:a}=this.matrix3d.split();return this.scale3d(t/i,e/r,s/a),this}skew(t,e=t){return this.multiply([Math.cos(B(e)),Math.sin(B(e)),-Math.sin(B(t)),Math.cos(B(t)),0,0]),this.toMatrix3D(),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.matrix3d.perspective(t),this.matrix3d.toMatrix(this),this}}class wt{value;is3dSpecial=!1;constructor(t=ua){this.value=Array.from(t)}static fromString(t){const e=new wt,s=Li("number",t);return s.length===16&&s.forEach((i,r)=>{i.fullMatch&&(e.value[r]=parseFloat(i.fullMatch))}),e}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}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(ua),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}clone(){return new wt([...this.value])}scalar(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.m41*=t,this.m42*=t,this.m43*=t,this.m44*=t,this}normalize(){return this.scalar(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:a,y:o}=this.split(),h=[e,r,i,s,a,o];return t?(t.value=h,t):new ft(h)}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=>Ot(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=at(H(Math.asin(-this.m13),-1,1));let r=at(Math.atan2(this.m23,this.m33));Math.cos(B(i))===0&&(r=at(Math.atan2(-this.m31,this.m22)));let a=at(Math.atan2(this.m12,this.m11));return this.m11<0&&this.m22>=0&&(a+=180),{x:this.m41,y:this.m42,z:this.m43,scalarX:t,scalarY:e,scalarZ:s,degreeX:r,degreeY:i,degreeZ:a,skewX:at(this.m14),skewY:at(this.m24),skewZ:at(this.m34),skewW:this.m44,perspective:this.m34?-(1/this.m34):0}}inverse(){const t=[],e=this.m11,s=this.m12,i=this.m13,r=this.m14,a=this.m21,o=this.m22,h=this.m23,c=this.m24,l=this.m31,d=this.m32,y=this.m33,b=this.m34,w=this.m41,_=this.m42,S=this.m43,v=this.m44;t[0]=h*b*_-c*y*_+c*d*S-o*b*S-h*d*v+o*y*v,t[1]=r*y*_-i*b*_-r*d*S+s*b*S+i*d*v-s*y*v,t[2]=i*c*_-r*h*_+r*o*S-s*c*S-i*o*v+s*h*v,t[3]=r*h*d-i*c*d-r*o*y+s*c*y+i*o*b-s*h*b;const x=e*t[0]+a*t[1]+l*t[2]+w*t[3];if(x==0)return console.warn("Can't invert matrix, determinant is 0");t[4]=c*y*w-h*b*w-c*l*S+a*b*S+h*l*v-a*y*v,t[5]=i*b*w-r*y*w+r*l*S-e*b*S-i*l*v+e*y*v,t[6]=r*h*w-i*c*w-r*a*S+e*c*S+i*a*v-e*h*v,t[7]=i*c*l-r*h*l+r*a*y-e*c*y-i*a*b+e*h*b,t[8]=o*b*w-c*d*w+c*l*_-a*b*_-o*l*v+a*d*v,t[9]=r*d*w-s*b*w-r*l*_+e*b*_+s*l*v-e*d*v,t[10]=s*c*w-r*o*w+r*a*_-e*c*_-s*a*v+e*o*v,t[11]=r*o*l-s*c*l-r*a*d+e*c*d+s*a*b-e*o*b,t[12]=h*d*w-o*y*w-h*l*_+a*y*_+o*l*S-a*d*S,t[13]=s*y*w-i*d*w+i*l*_-e*y*_-s*l*S+e*d*S,t[14]=i*o*w-s*h*w-i*a*_+e*h*_+s*a*S-e*o*S,t[15]=s*h*l-i*o*l+i*a*d-e*h*d-s*a*y+e*o*y,this.value=t,this.scalar(1/x)}multiply(t){const e=this.clone();return this.m11=t.m11*e.m11+t.m12*e.m21+t.m13*e.m31+t.m14*e.m41,this.m12=t.m11*e.m12+t.m12*e.m22+t.m13*e.m32+t.m14*e.m42,this.m13=t.m11*e.m13+t.m12*e.m23+t.m13*e.m33+t.m14*e.m43,this.m14=t.m11*e.m14+t.m12*e.m24+t.m13*e.m34+t.m14*e.m44,this.m21=t.m21*e.m11+t.m22*e.m21+t.m23*e.m31+t.m24*e.m41,this.m22=t.m21*e.m12+t.m22*e.m22+t.m23*e.m32+t.m24*e.m42,this.m23=t.m21*e.m13+t.m22*e.m23+t.m23*e.m33+t.m24*e.m43,this.m24=t.m21*e.m14+t.m22*e.m24+t.m23*e.m34+t.m24*e.m44,this.m31=t.m31*e.m11+t.m32*e.m21+t.m33*e.m31+t.m34*e.m41,this.m32=t.m31*e.m12+t.m32*e.m22+t.m33*e.m32+t.m34*e.m42,this.m33=t.m31*e.m13+t.m32*e.m23+t.m33*e.m33+t.m34*e.m43,this.m34=t.m31*e.m14+t.m32*e.m24+t.m33*e.m34+t.m34*e.m44,this.m41=t.m41*e.m11+t.m42*e.m21+t.m43*e.m31+t.m44*e.m41,this.m42=t.m41*e.m12+t.m42*e.m22+t.m43*e.m32+t.m44*e.m42,this.m43=t.m41*e.m13+t.m42*e.m23+t.m43*e.m33+t.m44*e.m43,this.m44=t.m41*e.m14+t.m42*e.m24+t.m43*e.m34+t.m44*e.m44,this}translate(t=0,e=0,s=0){return this.multiply(new wt([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 wt([t,0,0,0,0,e,0,0,0,0,s,0,0,0,0,1]))}rotateX(t){const e=B(t),s=Math.cos(e),i=Math.sin(e);return this.multiply(new wt([1,0,0,0,0,s,i,0,0,-i,s,0,0,0,0,1]))}rotateY(t){const e=B(t),s=Math.cos(e),i=Math.sin(e);return this.multiply(new wt([s,0,-i,0,0,1,0,0,i,0,s,0,0,0,0,1]))}rotateZ(t){this.is3dSpecial=!0;const e=B(t),s=Math.cos(e),i=Math.sin(e);return this.multiply(new wt([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 wt([1,0,0,B(t),0,1,0,B(e),0,0,1,B(s),0,0,0,1]))}perspective(t){return this.multiply(new wt([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,a=e+this.m31,o=s+this.m32,h=i+this.m33,c=r+this.m34;r==0&&(r=1e-4),e/=r,s/=r,i/=r,c==0&&(c=1e-4),a/=c,o/=c,h/=c;const l=h-i;if(l==0)return{x:e,y:s,z:i,mass:r};const d=-i/l;return e+=d*(a-e),s+=d*(o-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 qe({x:t,y:e}),a=new qe({x:t+s,y:e}),o=new qe({x:t+s,y:e+i}),h=new qe({x:t,y:e+i});({x:r.x,y:r.y,z:r.z,mass:r.mass}=this.project(r)),{x:a.x,y:a.y,z:a.z,mass:a.mass}=this.project(a),{x:o.x,y:o.y,z:o.z,mass:o.mass}=this.project(o),{x:h.x,y:h.y,z:h.z,mass:h.mass}=this.project(h);const c=Math.min(r.x,a.x,o.x,h.x),l=Math.min(r.y,a.y,o.y,h.y),d=Math.max(r.x,a.x,o.x,h.x)-c,y=Math.max(r.y,a.y,o.y,h.y)-l;return{x:c,y:l,width:d,height:y}}}function jn(n){const t=new ft;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 a=0,o=i.length;a<o;a++)i[a].trim()&&r.push(parseFloat(""+i[a]));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.toMatrix3D();break;case"matrix3d":t.matrix3d.multiply(new wt(r)),t.matrix3d.toMatrix(t);break}return""}),t}function Mt(n,t,e){const s=new ft;return s.rotate(at(n)),s.transformPoint({x:t,y:e})}function Hn(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,a=B(s),o=Math.cos(a),h=Math.sin(a),c=new DOMMatrix([o*i,h*i,-h*r,o*r,t,e]);return c.multiplySelf(new DOMMatrix(n?.originMatrix||"")),c}function Jl(n,t){const e=new Path2D(n),s=new Path2D;return s.addPath(e,Hn(t)),s}function fa(n,t){const e={x:t.m11,y:t.m12,z:t.m13},s={x:t.m21,y:t.m22,z:t.m23},i={x:t.m31,y:t.m32,z:t.m33},r=n.transformPoint(e),a=n.transformPoint(s),o=n.transformPoint(i),h=new ft;return h.m11=r.x,h.m12=r.y,h.m13=r.z,h.m21=a.x,h.m22=a.y,h.m23=a.z,h.m31=o.x,h.m32=o.y,h.m33=o.z,h}function da(n,t){const e={x:t.m11,y:t.m12,z:t.m13,w:t.m14},s={x:t.m21,y:t.m22,z:t.m23,w:t.m24},i={x:t.m31,y:t.m32,z:t.m33,w:t.m34},r={x:t.m41,y:t.m42,z:t.m43,w:t.m44},a=n.transformPoint(e),o=n.transformPoint(s),h=n.transformPoint(i),c=n.transformPoint(r);return new wt([a.x,a.y,a.z,a.w,o.x,o.y,o.z,o.w,h.x,h.y,h.z,h.w,c.x,c.y,c.z,c.w])}function Zl(n){let t=n[0];for(let e=1,s=n.length;e<s;e++)t=fa(t,n[e]);return t}function Kl(n){let t=n[0];for(let e=1,s=n.length;e<s;e++)t=da(t,n[e]);return t}function ge(n,t,e){const s=Xn(n);return s.props.style=s.props.style||{},t?s.props.style[t]||s.props.style[Fi(t)]||s.props.style[ct(t)]||"":s.props.style}function $n(n,t,e){zn(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]})},!0)}function Wn(n){const t={};if(getComputedStyle){const e=getComputedStyle(n);for(let s=0,i=e.length;s<i;s++)t[e[s]]=e.getPropertyValue(t[s])}else{const e=n.currentStyle;for(const s in e)t[s]=e[s]}return n.style.cssText&&n.style.cssText.split(";").filter(e=>!!e).forEach(e=>{const[s,i]=e.split(":");s&&i&&(t[s.trim()]=i.trim())}),t}function Ql(n,t,e){if(getComputedStyle){t=ct(t);const s=getComputedStyle(n,e),i=s.getPropertyPriority(t);return s.getPropertyValue(t).trim()+(i?"!"+i:"")}else return n.currentStyle[t]}function Ys(n,t,e){typeof t=="string"&&e?n.style.setProperty(ct(t),e.replace(/!important/i,""),String(e).toLowerCase().includes("!important")?"important":""):t instanceof Object&&Object.keys(t).forEach(s=>{Ys(n,s,t[s])})}function Jn(n,t){typeof t=="string"?n.style.removeProperty(ct(t)):Object.keys(t).forEach(e=>{Jn(n,e)})}function ma(n,t){let e;if(typeof t=="string"){const i=document.querySelector(t)?.shadowRoot;i?e=i:e=document.querySelector(t)}else e=t||document.getElementsByTagName("head")[0];const s=document.createElement("style");if(s.innerHTML=n,e)return e.appendChild(s),()=>{(e instanceof HTMLElement||e instanceof ShadowRoot)&&e.removeChild(s)};{const i=document.styleSheets[0].insertRule(n);return()=>{document.styleSheets[0].deleteRule(i)}}}function tu(n,t,e={}){Object.prototype.hasOwnProperty.call(e,"transform")||Object.assign(e,{transform:ge(n,"transform")||""});const s=jn(e.transform),i={};for(const r in t){const a=t[r];switch(r){case"transform":break;case"translate":s.translate(a[0]||0,a[1]||0);break;case"translateTo":s.translateTo(a[0]||0,a[1]||0);break;case"translateX":s.translateX(a||0);break;case"translateXTo":s.translateXTo(a||0);break;case"translateY":s.translateY(a||0);break;case"translateYTo":s.translateYTo(a||0);break;case"translateZ":s.translateZ(a||0);break;case"translateZTo":s.translateZTo(a||0);break;case"translate3d":s.translate3d(a[0]||0,a[1]||0,a[2]||0);break;case"translate3dTo":s.translate3dTo(a[0]||0,a[1]||0,a[2]||0);break;case"rotate":typeof a=="number"?s.rotate(a||0):s.rotate(a[0]||0,a[1]||0,a[2]||0);break;case"rotateTo":typeof a=="number"?s.rotateTo(a||0):s.rotateTo(a[0]||0,a[1]||0,a[2]||0);break;case"rotateX":s.rotateX(a||0);break;case"rotateXTo":s.rotateXTo(a||0);break;case"rotateY":s.rotateY(a||0);break;case"rotateYTo":s.rotateYTo(a||0);break;case"rotateZ":s.rotateZ(a||0);break;case"rotateZTo":s.rotateZTo(a||0);break;case"rotate3d":s.rotate3d(a[0]||0,a[1]||0,a[2]||0);break;case"rotate3dTo":s.rotate3dTo(a[0]||0,a[1]||0,a[2]||0);break;case"scale":typeof a=="number"?s.scale(a||1):s.scale(a[0]||1,a[1]||1,a[2]||0,a[3]||0);break;case"scaleTo":typeof a=="number"?s.scaleTo(a||1):s.scaleTo(a[0]||1,a[1]||1,a[2]||0,a[3]||0);break;case"scaleX":s.scaleX(a||1);break;case"scaleXTo":s.scaleXTo(a||1);break;case"scaleY":s.scaleY(a||1);break;case"scaleYTo":s.scaleYTo(a||1);break;case"scaleZ":s.scaleZ(a||1);break;case"scaleZTo":s.scaleZTo(a||1);break;case"scale3d":typeof a=="number"?s.scale3d(a||1):s.scale3d(a[0]||1,a[1]||1,a[2]||1);break;case"scale3dTo":typeof a=="number"?s.scale3dTo(a||1):s.scale3dTo(a[0]||1,a[1]||1,a[2]||1);break;case"skew":typeof a=="number"?s.skew(a||0):s.skew(a[0]||0,a[1]||0);break;case"skewTo":typeof a=="number"?s.skewTo(a||0):s.skewTo(a[0]||0,a[1]||0);break;case"skewX":s.skewX(a||0);break;case"skewXTo":s.skewXTo(a||0);break;case"skewY":s.skewY(a||0);break;case"skewYTo":s.skewYTo(a||0);break;case"skewZ":break;case"skewZTo":break;case"skew3d":break;case"skew3dTo":break;case"perspective":s.perspective(a||0);break;default:Object.prototype.hasOwnProperty.call(e,r)||(e[r]=ge(n,r)),Object.assign(i,{[r]:`${a}`});break}}return Object.assign(i,{transform:s.toString()}),i}function ne(n,t,e){if(t===void 0&&e===void 0)return Zn(n);if(typeof t=="string"&&e===void 0)return pa(n,t);let s={};typeof t=="object"?s=t:typeof t=="string"&&typeof e=="string"&&(s[t]=""+e),zn(n,i=>{Object.entries(s).forEach(([r,a])=>{i.props[r]=""+a})})}const eu=["-o-","-ms-","-moz-","-webkit-",""];function Zn(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]=Wn(n):t[r.nodeName]=r.nodeValue)}return t}function pa(n,t){return t==="style"?Wn(n):n.getAttribute(ct(t))}function Xs(n,t,e){return n.setAttribute(ct(t),""+e)}function su(n,t){t.split(/[,\s]+/i).forEach(e=>{const s=ct(e.trim());s!=""&&n.removeAttribute(s)})}function nu(n,t){Xs(n,"draggable","true");const e=[];return e.push(Z(n,"dragstart",s=>{Qt(s),Xr(s);const i=s.dataTransfer;i&&(i.effectAllowed="move",i.setData("text/plain","some-data")),t?.onStart?.(s)},!0)),e.push(Z(n,"drag",s=>{Qt(s),t?.onDrag?.(s)})),e.push(Z(n,"dragend",s=>{Qt(s),t?.onEnd?.(s)})),()=>{e.forEach(s=>s())}}function iu(n,t){const e=[];return e.push(Z(n,"dragenter",s=>{Qt(s),t?.onEnter?.(s)})),e.push(Z(n,"dragover",s=>{Qt(s);const i=s.dataTransfer;i&&(i.dropEffect="move"),t?.onOver?.(s)})),e.push(Z(n,"dragleave",s=>{Qt(s),t?.onLeave?.(s)})),e.push(Z(n,"drop",s=>{Qt(s);const i=s.dataTransfer;if(!i){t?.onDrop?.(s,[]);return}t?.onDrop?.(s,[...i.files])})),()=>{e.forEach(s=>s())}}function ga(n="(prefers-color-scheme: dark)"){const t=window.matchMedia(n),e=us(t.matches);return Z(t,"change",s=>{e.value=s.matches}),e}const ie=Yr("__theme__");if(!ie.value){const n=ga("(prefers-color-scheme: dark)");ie.value=n.value?"dark":"light"}const ya=()=>{switch(ie.value){case"dark":document.documentElement.classList.add("dark");break;default:document.documentElement.classList.remove("dark");break}};gt(()=>{ya()}),setTimeout(ya);function ru(n){return n&&(ie.value=n),ie}function au(){return ie.value=ie.value=="light"?"dark":"light",ie}const z=te();let wa="";new MutationObserver((n,t)=>{location.href!==wa&&(wa=location.href,z.emit("urlchange",location.href))}).observe(document,{attributes:!0,childList:!0,subtree:!0}),Z(window,"hashchange",()=>{z.emit("hashchange",location.hash)}),Z(window,"popstate",n=>{z.emit("popstate",n.state)}),Z(window,"orientationchange"in window?"orientationchange":"resize",n=>{const t=n.target.innerWidth,e=n.target.innerHeight;z.emit("windowresize",t,e)}),Z(window,"load",n=>{z.emit("load",n)}),Z(window,"beforeunload",n=>{z.emit("beforeunload",n)}),Z(window,"pagehide",n=>{z.emit("pagehide",n)}),Z(window,"focus",n=>{z.emit("focus",n)}),Z(window,"blur",n=>{z.emit("blur",n)}),Z(window,"visibilitychange",n=>{document.hidden?z.emit("windowhidden",n):z.emit("windowvisible",n)});const ye={getSelectedText:()=>window.getSelection()?.toString()||"",isTabInView:()=>!document.hidden,onurlchange:n=>(z.on("urlchange",n),()=>{z.off("urlchange",n)}),onhashchange:n=>(z.on("hashchange",n),()=>{z.off("hashchange",n)}),onpopstate:n=>(z.on("popstate",n),()=>{z.off("popstate",n)}),pushstate:(n,t=null)=>{history.pushState(t,"",n)},replacestate:(n,t=null)=>{history.replaceState(t,"",n)},onwindowresize:n=>(z.on("windowresize",n),()=>{z.off("windowresize",n)}),onload:n=>{const t=Zo(n);return z.on("load",t),()=>{z.off("load",t)}},onbeforeunload:n=>(z.on("beforeunload",n),()=>{z.off("beforeunload",n)}),onpagehide:n=>(z.on("pagehide",n),()=>{z.off("pagehide",n)}),onfocus:n=>(z.on("focus",n),()=>{z.off("focus",n)}),onblur:n=>(z.on("blur",n),()=>{z.off("blur",n)}),onwindowvisible:n=>(z.on("windowvisible",n),()=>{z.off("windowvisible",n)}),onwindowhidden:n=>(z.on("windowhidden",n),()=>{z.off("windowhidden",n)})};function ou(n){let t=!1,e;function s(){if(document.readyState!=="loading"){if(t){try{document.removeEventListener("DOMContentLoaded",s,!1)}catch{e?.()}return}t=!0;try{document.removeEventListener("DOMContentLoaded",s,!1)}catch{e?.()}n()}}try{document.addEventListener("DOMContentLoaded",s,!1)}catch{e=ye.onload(s)}s()}function hu(n){document.getElementsByTagName("title")[0].innerText=n,document.title=n}let xa=!1;function zs(){xa||(xa=!0,ma(`
|
|
14
|
+
`):" "+Er(r[0]):"as no adapter specified";throw new B("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return n},adapters:vn};function Cn(s){if(s.cancelToken&&s.cancelToken.throwIfRequested(),s.signal&&s.signal.aborted)throw new Ie(null,s)}function Ar(s){return Cn(s),s.headers=kt.from(s.headers),s.data=xn.call(s,s.transformRequest),["post","put","patch"].indexOf(s.method)!==-1&&s.headers.setContentType("application/x-www-form-urlencoded",!1),_r.getAdapter(s.adapter||wn.adapter)(s).then(function(n){return Cn(s),n.data=xn.call(s,s.transformResponse,n),n.headers=kt.from(n.headers),n},function(n){return pr(n)||(Cn(s),n&&n.response&&(n.response.data=xn.call(s,s.transformResponse,n.response),n.response.headers=kt.from(n.response.headers))),Promise.reject(n)})}const Dr="1.8.4",Cs={};["object","boolean","number","function","string","symbol"].forEach((s,t)=>{Cs[s]=function(n){return typeof n===s||"a"+(t<1?"n ":" ")+s}});const Ir={};Cs.transitional=function(t,e,n){function i(r,o){return"[Axios v"+Dr+"] Transitional option '"+r+"'"+o+(n?". "+n:"")}return(r,o,a)=>{if(t===!1)throw new B(i(o," has been removed"+(e?" in "+e:"")),B.ERR_DEPRECATED);return e&&!Ir[o]&&(Ir[o]=!0,console.warn(i(o," has been deprecated since v"+e+" and will be removed in the near future"))),t?t(r,o,a):!0}},Cs.spelling=function(t){return(e,n)=>(console.warn(`${n} is likely a misspelling of ${t}`),!0)};function Pc(s,t,e){if(typeof s!="object")throw new B("options must be an object",B.ERR_BAD_OPTION_VALUE);const n=Object.keys(s);let i=n.length;for(;i-- >0;){const r=n[i],o=t[r];if(o){const a=s[r],h=a===void 0||o(a,r,s);if(h!==!0)throw new B("option "+r+" must be "+h,B.ERR_BAD_OPTION_VALUE);continue}if(e!==!0)throw new B("Unknown option "+r,B.ERR_BAD_OPTION)}}const Ts={assertOptions:Pc,validators:Cs},Nt=Ts.validators;class Ps{constructor(t){this.defaults=t,this.interceptors={request:new ur,response:new ur}}async request(t,e){try{return await this._request(t,e)}catch(n){if(n instanceof Error){let i={};Error.captureStackTrace?Error.captureStackTrace(i):i=new Error;const r=i.stack?i.stack.replace(/^.+\n/,""):"";try{n.stack?r&&!String(n.stack).endsWith(r.replace(/^.+\n.+\n/,""))&&(n.stack+=`
|
|
15
|
+
`+r):n.stack=r}catch{}}throw n}}_request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=ge(this.defaults,e);const{transitional:n,paramsSerializer:i,headers:r}=e;n!==void 0&&Ts.assertOptions(n,{silentJSONParsing:Nt.transitional(Nt.boolean),forcedJSONParsing:Nt.transitional(Nt.boolean),clarifyTimeoutError:Nt.transitional(Nt.boolean)},!1),i!=null&&(D.isFunction(i)?e.paramsSerializer={serialize:i}:Ts.assertOptions(i,{encode:Nt.function,serialize:Nt.function},!0)),e.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?e.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:e.allowAbsoluteUrls=!0),Ts.assertOptions(e,{baseUrl:Nt.spelling("baseURL"),withXsrfToken:Nt.spelling("withXSRFToken")},!0),e.method=(e.method||this.defaults.method||"get").toLowerCase();let o=r&&D.merge(r.common,r[e.method]);r&&D.forEach(["delete","get","head","post","put","patch","common"],w=>{delete r[w]}),e.headers=kt.concat(o,r);const a=[];let h=!0;this.interceptors.request.forEach(function(_){typeof _.runWhen=="function"&&_.runWhen(e)===!1||(h=h&&_.synchronous,a.unshift(_.fulfilled,_.rejected))});const c=[];this.interceptors.response.forEach(function(_){c.push(_.fulfilled,_.rejected)});let l,d=0,y;if(!h){const w=[Ar.bind(this),void 0];for(w.unshift.apply(w,a),w.push.apply(w,c),y=w.length,l=Promise.resolve(e);d<y;)l=l.then(w[d++],w[d++]);return l}y=a.length;let x=e;for(d=0;d<y;){const w=a[d++],_=a[d++];try{x=w(x)}catch(C){_.call(this,C);break}}try{l=Ar.call(this,x)}catch(w){return Promise.reject(w)}for(d=0,y=c.length;d<y;)l=l.then(c[d++],c[d++]);return l}getUri(t){t=ge(this.defaults,t);const e=br(t.baseURL,t.url,t.allowAbsoluteUrls);return lr(e,t.params,t.paramsSerializer)}}D.forEach(["delete","get","head","options"],function(t){Ps.prototype[t]=function(e,n){return this.request(ge(n||{},{method:t,url:e,data:(n||{}).data}))}}),D.forEach(["post","put","patch"],function(t){function e(n){return function(r,o,a){return this.request(ge(a||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:r,data:o}))}}Ps.prototype[t]=e(),Ps.prototype[t+"Form"]=e(!0)});const Es=Ps;class Tn{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let e;this.promise=new Promise(function(r){e=r});const n=this;this.promise.then(i=>{if(!n._listeners)return;let r=n._listeners.length;for(;r-- >0;)n._listeners[r](i);n._listeners=null}),this.promise.then=i=>{let r;const o=new Promise(a=>{n.subscribe(a),r=a}).then(i);return o.cancel=function(){n.unsubscribe(r)},o},t(function(r,o,a){n.reason||(n.reason=new Ie(r,o,a),e(n.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=n=>{t.abort(n)};return this.subscribe(e),t.signal.unsubscribe=()=>this.unsubscribe(e),t.signal}static source(){let t;return{token:new Tn(function(i){t=i}),cancel:t}}}const Ec=Tn;function _c(s){return function(e){return s.apply(null,e)}}function Ac(s){return D.isObject(s)&&s.isAxiosError===!0}const Pn={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(Pn).forEach(([s,t])=>{Pn[t]=s});const Dc=Pn;function Mr(s){const t=new Es(s),e=Ji(Es.prototype.request,t);return D.extend(e,Es.prototype,t,{allOwnKeys:!0}),D.extend(e,t,null,{allOwnKeys:!0}),e.create=function(i){return Mr(ge(s,i))},e}const tt=Mr(wn);tt.Axios=Es,tt.CanceledError=Ie,tt.CancelToken=Ec,tt.isCancel=pr,tt.VERSION=Dr,tt.toFormData=ys,tt.AxiosError=B,tt.Cancel=tt.CanceledError,tt.all=function(t){return Promise.all(t)},tt.spread=_c,tt.isAxiosError=Ac,tt.mergeConfig=ge,tt.AxiosHeaders=kt,tt.formToJSON=s=>dr(D.isHTMLForm(s)?new FormData(s):s),tt.getAdapter=_r.getAdapter,tt.HttpStatusCode=Dc,tt.default=tt;const Ic=tt,kr=window.crypto.subtle;kr||console.warn("Crypto API not supported");async function Rr(s,t="SHA-256"){const e=await kr.digest(t,Va(s));return qa(e)}async function Lr(s,t="SHA-256"){const e=JSON.stringify(Ba(s));return Rr(e,t)}class Or{instance;constructor(t){this.instance=Ic.create(t);const e=new Fr;this.instance.interceptors.request.use(n=>(e.pendingRequest(n),n),n=>(e.cancelRequest(n.config),n)),t?.interceptor&&(this.instance.interceptors.request.use(t.interceptor.request,t.interceptor.requestError),this.instance.interceptors.response.use(t.interceptor.response,t.interceptor.responseError)),this.instance.interceptors.response.use(async n=>(await e.confirmRequest(n.config),n.data),async n=>{const{code:i="",config:r}=n;return!r||!r.retry||(r.retryCounted=r.retryCounted||0,r.retryCounted>=r.retry)?Promise.reject(n):(r.retryCounted++,await new Promise(o=>{setTimeout(o,r.retryDelay)}),await this.request(r))})}async request(t){return await this.instance.request(t)}async get(t,e){return this.request({...e,method:"get",url:t})}async delete(t,e){return this.request({...e,method:"delete",url:t})}async head(t,e){return this.request({...e,method:"head",url:t})}async options(t,e){return this.request({...e,method:"options",url:t})}async post(t,e,n){return this.request({...n,method:"post",url:t,data:e})}async postBlob(t,e,n){return n={...n,headers:{...n?.headers,"Content-Type":"multipart/form-data"}},this.request({...n,method:"post",url:t,data:e})}async postForm(t,e,n){return this.instance.postForm(t,e,{...n})}async put(t,e,n){return this.request({...n,method:"put",url:t,data:e})}async patch(t,e,n){return this.request({...n,method:"patch",url:t,data:e})}getUri(t){return this.instance.getUri(t)}}class Fr{pendingRequestMap;constructor(){this.pendingRequestMap=new Map}async getRequestId(t){const{url:e,method:n,params:i,data:r}=t;return await Lr({url:e,method:n,params:i,data:r})}async pendingRequest(t){const e=await this.getRequestId(t);if(this.pendingRequestMap.has(e))t.signal=this.pendingRequestMap.get(e)?.signal;else{const n=new AbortController;t.signal=n.signal,this.pendingRequestMap.set(e,n)}}async confirmRequest(t){if(this.pendingRequestMap.size===0)return;const e=await this.getRequestId(t);this.pendingRequestMap.has(e)&&this.pendingRequestMap.delete(e)}async cancelRequest(t){if(this.pendingRequestMap.size===0)return;const e=await this.getRequestId(t);this.pendingRequestMap.has(e)&&(this.pendingRequestMap.get(e)?.abort(),this.pendingRequestMap.delete(e))}async cancelAllRequest(){const t=this.pendingRequestMap.values();for(const e of t)e.abort();this.pendingRequestMap.clear()}}const En=s=>new XMLSerializer().serializeToString(s),Mc=(s,t="text/html")=>new DOMParser().parseFromString(s,t),Nr=(s,t=ft.SVG,e=ls.utf8)=>cn(En(s),t,e);async function _n(s=["*"],t){if(!document||!(document instanceof Document))throw new Error("This is not a browser environment");let e=[];const n=document.createElement("input");return n.setAttribute("type","file"),n.setAttribute("visibility","hidden"),n.setAttribute("accept",s.join(",")),t&&n.setAttribute("multiple","true"),n.addEventListener("click",i=>{n.value=""},!1),new Promise((i,r)=>{n.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}),n.click()}).then(i=>(n.remove(),i)).catch(i=>{throw n.remove(),i})}function ze(s,t=Et.text,e){return new Promise((n,i)=>{const r=new FileReader;switch(r.addEventListener("progress",o=>{e?.(o.loaded,o.total)}),r.addEventListener("load",o=>{n(o.target?.result)}),r.addEventListener("error",o=>{i(o)}),t){case Et.dataURL:r.readAsDataURL(s);break;case Et.binaryString:r.readAsBinaryString(s);break;case Et.arraybuffer:r.readAsArrayBuffer(s);break;case Et.text:default:r.readAsText(s)}})}async function kc(s){const t=await ze(s,Et.arraybuffer);return ja(t)}const Rc=s=>{let t;return s instanceof File?t=s.name:t=s,t.match(/\.([0-9a-z]+)(?:[\\?#]|$)/i)?.[1]??""};function Lc(s){switch(s.toLowerCase()){case"jpg":case"jpeg":return ft.JPEG;case"gif":return ft.GIF;case"svg":return ft.SVG;case"pdf":return ft.PDF;case"png":default:return ft.PNG}}function Br(s,t,e,n,i,r,o){const a=new FileReader;a.addEventListener("load",h=>{if(!h.target||!h.target.result)return t(h);if(e.append(h.target.result),o<n.size)Br(s,t,e,n,i,o,Math.min(o+i,n.size));else return s(e.end())}),a.addEventListener("error",h=>t(h)),a.readAsArrayBuffer(n.slice(r,o))}async function Ur(s,t=1048576){return await new Promise((e,n)=>Br(e,n,new ih.ArrayBuffer,s,t,0,Math.min(t,s.size)))}class Oc{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 Or({baseURL:t.baseURL,interceptor:{request:e=>e,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()),e)}}),this.checkURL=t.checkURL,this.uploadURL=t.uploadURL,this.file=t.file,this.chunkSize=t.chunkSize||1048576,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 Ur(this.file,this.chunkSize)),(await this.axios.post(this.checkURL,{fileName:this.file.name,fileHash:this.fileHash})).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.postBlob(this.uploadURL,e)}startTimeCount(){this.stopTimeCount(),this.timer=setInterval(()=>{Za(this.time,1),this.onTime?.($a(this.time))},1e3)}stopTimeCount(){this.timer&&(clearInterval(this.timer),this.timer=void 0)}}function Fc(s,t){const e=fs(t?.value||"");if(!e.value){const n=`; ${document.cookie}`.split(`; ${s}=`).pop()?.split(";").shift();n&&(e.value=decodeURIComponent(n))}return wt(()=>{if(e.value&&t?.days){const n="; expires="+new Date(Date.now()+t.days*864e5).toUTCString(),i=t?.domain?"; domain="+t?.domain:"",r=t?.path?"; path="+t?.path:"",o=t?.secure==!0?"; secure":"";document.cookie=s+"="+encodeURIComponent(e.value)+n+i+r+o}}),e}function Nc(){const s=document.cookie.split("; ");for(let t=0;t<s.length;t++){const e=window.location.hostname.split(".");for(;e.length>0;){const n=encodeURIComponent(s[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=n+"/";i.length>0;)document.cookie=n+i.join("/"),i.pop();e.shift()}}}function Yr(s,t){const e=fs(t||"");if(!t)try{let n=window.localStorage.getItem(s);n&&(n=JSON.parse(n),e.value=n?n.value:"")}catch{}return wt(()=>{if(e.value)try{window.localStorage.setItem(s,JSON.stringify(e))}catch{}else window.localStorage.removeItem(s)}),e}function Bc(s,t){const e=fs(t||"");if(!t)try{let n=window.sessionStorage.getItem(s);n&&(n=JSON.parse(n),e.value=n?n.value:"")}catch{}return wt(()=>{if(e.value)try{window.sessionStorage.setItem(s,JSON.stringify(e))}catch{}else window.sessionStorage.removeItem(s)}),e}function Uc(s,t){let e;return s.objectStoreNames.contains(t)||(e=s.createObjectStore(t,{keyPath:"id"})),e}function Yc(s,t=1,e){return new Promise((n,i)=>{let r;const o=window.indexedDB.open(s,t);o.onerror=()=>{i("无法使用IndexDB!")},o.onsuccess=a=>{r=a.target.result,Uc(r,e),n(r)}})}function Xc(s,t,e={id:1,name:"xxx"}){return new Promise((n,i)=>{const r=s.transaction([t],"readwrite");r.objectStore(t).add(e),r.oncomplete=a=>{n(a)},r.onerror=a=>{i(a)}})}function F(s,t,e,n=!1){const i=async r=>{await e(r)};try{s.addEventListener(t,i,n)}catch{s.attachEvent("on"+t,i)}return()=>{try{s.removeEventListener(t,i,n)}catch{s.detachEvent("on"+t,i)}}}const zc=["click","dblclick","wheel","contextmenu","mousedown","mouseup","mousemove","mouseover","mouseout","mouseenter","mouseleave"],Gc=["keydown","keyup","keypress"],Vc=["touchstart","touchend","touchcancel","touchmove"],qc=["pointerdown","pointerup","pointercancel","pointermove"],jc=["dragstart","drag","dragend","dragenter","dragover","dragleave","drop"],Hc=["change"];function $c(s,t,e={bubbles:!0,detail:{}}){if(!s)return;let n;try{zc.includes(t)?n=new MouseEvent(t,e):Gc.includes(t)?n=new KeyboardEvent(t,e):Vc.includes(t)?n=new TouchEvent(t,e):qc.includes(t)?n=new PointerEvent(t,e):jc.includes(t)?n=new DragEvent(t,e):Hc.includes(t)?n=new Event(t,e):n=new CustomEvent(t,e)}catch{document.createEvent?n=document.createEvent("HTMLEvents").initEvent(t,!0,!0):document.createEventObject&&(n=document.createEventObject())}if(s.dispatchEvent)s.dispatchEvent(n);else if(s.fireEvent&&document.createEventObject)s.fireEvent("on"+t,n);else throw new Error(`Can't fire event : ${t}`)}function Wc(s,t){const e=s.changedTouches[0];return new MouseEvent(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 ee(s){s.preventDefault&&s.preventDefault();try{s.returnValue=!1}catch{}}function Xr(s){s.stopPropagation&&s.stopPropagation();try{s.cancelBubble=!0}catch{}}function Jc(s,t){let e=document.createElement(s);t="on"+t;let n=t in e;return n||(e.setAttribute(t,"return;"),n=typeof e[t]=="function"),e=null,n}function Zc(s){if(document.implementation.hasFeature("MouseEvents","2.0"))return s.button;switch(s.button){case 0:case 1:case 3:case 5:case 7:return 0;case 2:case 6:return 2;case 4:return 1}}const _s=()=>{const s=navigator.userAgent.toLowerCase();let t="Unknown";return/iphone|ipad|ipod/i.test(s)?t="iOS":/android/i.test(s)?t="Android":/BlackBerry/i.test(s)?t="BlackBerry":/mac/i.test(s)?t="macOS":/win/i.test(s)?t="Windows":/linux/i.test(s)?t="Linux":/bsd/i.test(s)&&(t="BSD"),t.toLowerCase()};function Kc(s=navigator.userAgent){let t="Unknown";if(/iPhone|iPad|iPod/i.test(s)){const e=s.match(/OS (\d+_\d+)/i);e&&(t=e[1].replace("_","."))}else if(/Android/i.test(s)){const e=s.match(/Android (\d+\.\d+)/i);e&&(t=e[1])}else if(/Mac OS X/i.test(s)){const e=s.match(/Mac OS X (\d+_\d+)/i);e&&(t=e[1].replace("_","."))}else if(/Windows NT/i.test(s)){const e=s.match(/Windows NT (\d+\.\d+)/i);e&&(t=e[1])}return t.toLowerCase()}function Qc(s,t){const e=s.split("."),n=t.split(".");for(let i=0,r=e.length;i<r;i++){if(n.length==i)return 1;if(e[i]!=n[i])return e[i]>n[i]?1:-1}return e.length!=n.length?-1:0}function An(){const s=navigator.userAgent.toLowerCase();let t="Unknown";return/opr/i.test(s)||/opera/i.test(s)?t="Opera":/chrome/i.test(s)?t="Chrome":/firefox/i.test(s)?t="Firefox":/safari/i.test(s)?t="Safari":/edge/i.test(s)?t="Edge":/msie|trident/i.test(s)?t="IE":/MicroMessenger/i.test(s)?t="Wechat":/alipay/i.test(s)&&(t="Ali"),t.toLowerCase()}const tl=()=>{const s=navigator.userAgent;let t="Unknown";if(/Chrome/.test(s)){const e=s.match(/Chrome\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Firefox/.test(s)){const e=s.match(/Firefox\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Safari/.test(s)){const e=s.match(/Version\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Edge/.test(s)){const e=s.match(/Edge\/(\d+\.\d+)/);e&&(t=e[1])}else if(/MSIE|Trident/.test(s)){const e=s.match(/(?:MSIE|rv:)(\d+\.\d+)/);e&&(t=e[1])}return t};function el(){return(navigator.browserLanguage||navigator.language).toLowerCase()}function sl(){return Intl.DateTimeFormat().resolvedOptions().timeZone.toLowerCase()}function Dn(){return _s()==="ios"}function In(){return _s()==="macos"}function nl(){return Dn()|In()}function zr(){return _s()==="android"}function il(){return Dn()||zr()}function Gr(){const s=window.navigator.userAgent,t=s.indexOf("MSIE ");if(t>0)return parseInt(s.substring(t+5,s.indexOf(".",t)),10);if(s.indexOf("Trident/")>0){const i=s.indexOf("rv:");return parseInt(s.substring(i+3,s.indexOf(".",i)),10)}const n=s.indexOf("Edge/");return n>0?parseInt(s.substring(n+5,s.indexOf(".",n)),10):-1}const rl=Gr()!==-1,ol=document.documentMode?document.documentMode===9:!1,al=document.documentMode?document.documentMode===10:!1,hl=document.documentMode?document.documentMode===11:!1;function Vr(){return An()==="wechat"}function qr(){return An()==="ali"}function cl(){return Vr()&&navigator.userAgent.match(/miniprogram/i)||window.__wxjs_environment==="miniprogram"}function ll(){return qr()&&navigator.userAgent.match(/miniprogram/i)}const ul=typeof document<"u",jr=typeof window<"u",fl=typeof history<"u",dl=jr&&window.File&&window.FileReader&&window.FileList&&window.Blob,Hr=(()=>{const s=Mi();return!!(s.Worker&&s.Blob&&s.Promise&&s.OffscreenCanvas&&s.OffscreenCanvasRenderingContext2D&&s.HTMLCanvasElement&&s.HTMLCanvasElement.prototype.transferControlToOffscreen&&s.URL&&s.URL.createObjectURL)})(),ml=typeof Path2D=="function"&&typeof DOMMatrix=="function",$r=function(){if(!Mi().OffscreenCanvas)return!1;const t=new OffscreenCanvas(1,1),e=t.getContext("2d");e.fillRect(0,0,1,1);const n=t.transferToImageBitmap();try{e.createPattern(n,"no-repeat")}catch{return!1}return!0}(),pl=typeof HTMLElement=="object"?function(t){return t instanceof HTMLElement}:function(t){return t&&typeof t=="object"&&t.nodeType===1&&typeof t.nodeName=="string"},gl="webkit moz ms o".split(" ");function As(s){return typeof s=="function"&&/native code/.test(s.toString())}function yl(){return"ontouchstart"in window||"ontouchend"in document||navigator.maxTouchPoints>0}(function(){if(!window.requestAnimationFrame){let s=W();window.requestAnimationFrame=function(t){const e=W(),n=Math.max(0,16-(e-s)),i=window.setTimeout(function(){t(e+n)},n);return s=e+n,i}}window.cancelAnimationFrame||(window.cancelAnimationFrame=function(s){clearTimeout(s)})})();function Mn(s){let t=!1;return window.requestAnimationFrame(function e(n){!t&&s(n)&&window.requestAnimationFrame(e)}),()=>{t=!0}}function kn(s,t=0){if(t==0)return s(W()),()=>{};{const e=W();return Mn(n=>n-e>=t?(s(n),!1):!0)}}function wl(s,t=0){let e=!1,n=0;const i=W(),r=o=>{if(e)return;n++;const a=o-i-n*t;s(o,n,t<=a),kn(r,Math.max(0,t-a))};return kn(r,t),()=>{e=!0}}function bl(s,t=20){const e=1e3/t;let n=0,i;return()=>(W()-n>=e&&(n=W(),i=s()),i)}window.requestIdleCallback=window.requestIdleCallback||function(s,t){const e=W();return setTimeout(function(){s({didTimeout:W()-e>50,timeRemaining:()=>Math.max(0,50-(W()-e))})},t?.timeout)},window.cancelIdleCallback=window.cancelIdleCallback||function(s){clearTimeout(s)};function Wr(s,t){requestIdleCallback(e=>{e.timeRemaining()>0||t?s():Wr(s,t)},{timeout:t})}const Rn=new me;let Ln=!1;function On(s,t,e){s&&t&&Rn.set(s,{cb:t,startTime:W(),timeout:e}),!Ln&&(Ln=!0,Sl(n=>{Ln=!1;let i=n.timeRemaining();Rn.filter((r,o)=>{let a=!1;const h=W();(i>0||o.timeout&&W()-o.startTime>=o.timeout)&&(o.cb(),a=!0);const c=W();return i-=c-h,!a}),Rn.length>0&&On()}))}let Ds=0,ye=33,se=33,Fn;const Jr=new MessageChannel,xl=Jr.port2;Jr.port1.onmessage=s=>{Fn!==null&&Fn({didTimeout:Ds<=W(),timeRemaining:()=>Math.max(0,Ds-W())})};function Sl(s){return Fn=s,requestAnimationFrame(t=>{let e=t-Ds+se;e<se&&ye<se?(e<8&&(e=8),se=e<ye?ye:e):e>se&&ye>se?se=e<ye?ye:e:ye=e,Ds=t+se,xl.postMessage(null)})}function vl(s){if(typeof setImmediate<"u"&&As(setImmediate))setImmediate(s);else if(typeof MessageChannel<"u"&&(As(MessageChannel)||MessageChannel.toString()==="[object MessageChannelConstructor]")){const{port1:t,port2:e}=new MessageChannel;e.onmessage=s,t.postMessage(null)}else typeof Promise<"u"&&As(Promise)?Promise.resolve().then(s):setTimeout(s,0)}function Cl(s){typeof queueMicrotask=="function"?queueMicrotask(s):Promise.resolve().then(s).catch(t=>setTimeout(()=>{throw t}))}class Ge{static _nextId=0;static nextId(){return Ge._nextId++}}const R={Linear:{None:function(s){return s}},Ease:{In:function(s){return Math.pow(s,1.7)}},Quadratic:{In:function(s){return s*s},Out:function(s){return s*(2-s)},InOut:function(s){return(s*=2)<1?.5*s*s:-.5*(--s*(s-2)-1)}},Cubic:{In:function(s){return s*s*s},Out:function(s){return--s*s*s+1},InOut:function(s){return(s*=2)<1?.5*s*s*s:.5*((s-=2)*s*s+2)}},Quartic:{In:function(s){return s*s*s*s},Out:function(s){return 1- --s*s*s*s},InOut:function(s){return(s*=2)<1?.5*s*s*s*s:-.5*((s-=2)*s*s*s-2)}},Quintic:{In:function(s){return s*s*s*s*s},Out:function(s){return--s*s*s*s*s+1},InOut:function(s){return(s*=2)<1?.5*s*s*s*s*s:.5*((s-=2)*s*s*s*s+2)}},Sinusoidal:{In:function(s){return 1-Math.sin((1-s)*Math.PI/2)},Out:function(s){return Math.sin(s*Math.PI/2)},InOut:function(s){return .5*(1-Math.sin(Math.PI*(.5-s)))}},Exponential:{In:function(s){return s===0?0:Math.pow(1024,s-1)},Out:function(s){return s===1?1:1-Math.pow(2,-10*s)},InOut:function(s){return s===0?0:s===1?1:(s*=2)<1?.5*Math.pow(1024,s-1):.5*(-Math.pow(2,-10*(s-1))+2)}},Circular:{In:function(s){return 1-Math.sqrt(1-s*s)},Out:function(s){return Math.sqrt(1- --s*s)},InOut:function(s){return(s*=2)<1?-.5*(Math.sqrt(1-s*s)-1):.5*(Math.sqrt(1-(s-=2)*s)+1)}},Elastic:{In:function(s){return s===0?0:s===1?1:-Math.pow(2,10*(s-1))*Math.sin((s-1.1)*5*Math.PI)},Out:function(s){return s===0?0:s===1?1:Math.pow(2,-10*s)*Math.sin((s-.1)*5*Math.PI)+1},InOut:function(s){return s===0?0:s===1?1:(s*=2,s<1?-.5*Math.pow(2,10*(s-1))*Math.sin((s-1.1)*5*Math.PI):.5*Math.pow(2,-10*(s-1))*Math.sin((s-1.1)*5*Math.PI)+1)}},Back:{In:function(s){return s===1?1:s*s*((1.70158+1)*s-1.70158)},Out:function(s){return s===0?0:--s*s*((1.70158+1)*s+1.70158)+1},InOut:function(s){const t=2.5949095;return(s*=2)<1?.5*(s*s*((t+1)*s-t)):.5*((s-=2)*s*((t+1)*s+t)+2)}},Bounce:{In:function(s){return 1-R.Bounce.Out(1-s)},Out:function(s){return s<1/2.75?7.5625*s*s:s<2/2.75?7.5625*(s-=1.5/2.75)*s+.75:s<2.5/2.75?7.5625*(s-=2.25/2.75)*s+.9375:7.5625*(s-=2.625/2.75)*s+.984375},InOut:function(s){return s<.5?R.Bounce.In(s*2)*.5:R.Bounce.Out(s*2-1)*.5+.5}},generatePow:function(s=4){return s=s<Number.EPSILON?Number.EPSILON:s,s=s>1e4?1e4:s,{In:function(t){return t**s},Out:function(t){return 1-(1-t)**s},InOut:function(t){return t<.5?(t*2)**s/2:(1-(2-t*2)**s)/2+.5}}},random:function(s){return Math.random()},createStep:function(s){return function(t){return Math.floor(t*s)/s}},createNoisyEasing:function(s,t=.1){const e=1-t;return function(n){return t*Math.random()+e*s(n)}},swing:function(s){return s+Math.sin(s*Math.PI*2)/2},causeSeizures:function(s){return s+.2*Math.random()-.1}};function Zr(s){switch(s){case R.Quadratic.In:return R.Quadratic.Out;case R.Quadratic.Out:return R.Quadratic.In;case R.Quadratic.InOut:return R.Quadratic.InOut;case R.Cubic.In:return R.Cubic.Out;case R.Cubic.Out:return R.Cubic.In;case R.Cubic.InOut:return R.Cubic.InOut;case R.Quartic.In:return R.Quartic.Out;case R.Quartic.Out:return R.Quartic.In;case R.Quartic.InOut:return R.Quartic.InOut;case R.Quintic.In:return R.Quintic.Out;case R.Quintic.Out:return R.Quintic.In;case R.Quintic.InOut:return R.Quintic.InOut;case R.Sinusoidal.In:return R.Sinusoidal.Out;case R.Sinusoidal.Out:return R.Sinusoidal.In;case R.Sinusoidal.InOut:return R.Sinusoidal.InOut;case R.Exponential.In:return R.Exponential.Out;case R.Exponential.Out:return R.Exponential.In;case R.Exponential.InOut:return R.Exponential.InOut;case R.Circular.In:return R.Circular.Out;case R.Circular.Out:return R.Circular.In;case R.Circular.InOut:return R.Circular.InOut;case R.Elastic.In:return R.Elastic.Out;case R.Elastic.Out:return R.Elastic.In;case R.Elastic.InOut:return R.Elastic.InOut;case R.Back.In:return R.Back.Out;case R.Back.Out:return R.Back.In;case R.Back.InOut:return R.Back.InOut;case R.Bounce.In:return R.Bounce.Out;case R.Bounce.Out:return R.Bounce.In;case R.Bounce.InOut:return R.Bounce.InOut;default:return s}}const Tl=4,Pl=.001,El=1e-7,_l=10,Ve=11,Is=1/(Ve-1),Al=typeof Float32Array=="function";function Kr(s,t){return 1-3*t+3*s}function Qr(s,t){return 3*t-6*s}function to(s){return 3*s}function Ms(s,t,e){return((Kr(t,e)*s+Qr(t,e))*s+to(t))*s}function eo(s,t,e){return 3*Kr(t,e)*s*s+2*Qr(t,e)*s+to(t)}function Dl(s,t,e,n,i){let r,o,a=0;do o=t+(e-t)/2,r=Ms(o,n,i)-s,r>0?e=o:t=o;while(Math.abs(r)>El&&++a<_l);return o}function Il(s,t,e,n){for(let i=0;i<Tl;++i){const r=eo(t,e,n);if(r===0)return t;const o=Ms(t,e,n)-s;t-=o/r}return t}function Ml(s){return s}function Nn(s,t,e,n){if(!(0<=s&&s<=1&&0<=e&&e<=1))throw new Error("bezier x values must be in [0, 1] range");if(s===t&&e===n)return Ml;const i=Al?new Float32Array(Ve):new Array(Ve);for(let o=0;o<Ve;++o)i[o]=Ms(o*Is,s,e);function r(o){let a=0,h=1;const c=Ve-1;for(;h!==c&&i[h]<=o;++h)a+=Is;--h;const l=(o-i[h])/(i[h+1]-i[h]),d=a+l*Is,y=eo(d,s,e);return y>=Pl?Il(o,d,s,e):y===0?d:Dl(o,a,a+Is,s,e)}return o=>o===0||o===1?o:Ms(r(o),t,n)}function Bn(s){switch(s){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 so(s){const[t,e,n,i]=Bn(s);return[1-n,1-i,1-t,1-e]}function kl(s){return Nn(...Bn(s))}function Rl(s){return Nn(...so(s))}const Vt={Utils:{Linear:function(s,t,e){return(t-s)*e+s},Factorial:function(){const s=[1];return function(t){let e=1;if(s[t])return s[t];for(let n=t;n>1;n--)e*=n;return s[t]=e,e}}(),Bernstein:function(s,t){const e=Vt.Utils.Factorial;return e(s)/e(t)/e(s-t)},CatmullRom:function(s,t,e,n,i){const r=(e-s)*.5,o=(n-t)*.5,a=i*i,h=i*a;return(2*t-2*e+r+o)*h+(-3*t+3*e-2*r-o)*a+r*i+t},QuadraticBezier:(s,t,e,n)=>{const i=1-n;return i*i*s+2*i*n*t+n*n*e},CubicBezier:(s,t,e,n,i)=>{const r=1-i;return r*r*r*s+3*r*r*i*t+3*r*i*i*e+i*i*i*n}},Linear:function(s,t){const e=s.length-1,n=e*t,i=Math.floor(n),r=Vt.Utils.Linear;return t<0?r(s[0],s[1],n):t>1?r(s[e],s[e-1],e-n):r(s[i],s[i+1>e?e:i+1],n-i)},Bezier:function(s,t){let e=0;const n=s.length-1,i=Math.pow,r=Vt.Utils.Bernstein;for(let o=0;o<=n;o++)e+=i(1-t,n-o)*i(t,o)*s[o]*r(n,o);return e},CatmullRom:function(s,t){const e=s.length-1;let n=e*t,i=Math.floor(n);const r=Vt.Utils.CatmullRom;return s[0]===s[e]?(t<0&&(i=Math.floor(n=e*(1+t))),r(s[(i-1+e)%e],s[i],s[(i+1)%e],s[(i+2)%e],n-i)):t<0?s[0]-(r(s[0],s[0],s[1],s[1],-n)-s[0]):t>1?s[e]-(r(s[e],s[e],s[e-1],s[e-1],n-e)-s[e]):r(s[i?i-1:0],s[i],s[e<i+1?e:i+1],s[e<i+2?e:i+2],n-i)}};class no{_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=W(),e=!1){const n=Object.keys(this._tweens);for(let i=0;i<n.length;i++){const r=this._tweens[n[i]],o=!e;r&&r.update(t,o)===!1&&!e&&delete this._tweens[n[i]]}return!!Object.keys(this._tweens).length}}const _t=new no;class Un{constructor(t,e=_t){this._object=t,this._group=e}_id=Ge.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=R.Linear.None;_interpolationFunction=Vt.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=W()){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,n,i){for(const r in n){const o=t[r],a=Array.isArray(o),h=a?"array":typeof o,c=!a&&Array.isArray(n[r]);if(!(h==="undefined"||h==="function")){if(c){let l=n[r];if(l.length===0)continue;l=l.map(this._handleRelativeValue.bind(this,o)),n[r]=[o].concat(l)}if((h==="object"||a)&&o&&!c){e[r]=a?[]:{};for(const l in o)e[r][l]=o[l];i[r]=a?[]:{},this._setupProperties(o,e[r],n[r],i[r])}else typeof e[r]>"u"&&(e[r]=o),a||(e[r]*=1),c?i[r]=n[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=W()){return this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStartTime=t,this._group&&this._group.remove(this),this)}resume(t=W()){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=_t){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=R.Linear.None){return this._easingFunction=t,this}interpolation(t=Vt.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=W(),e=!0){if(this._isPaused)return!0;let n,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(n in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[n]=="string"&&(this._valuesStartRepeat[n]=this._valuesStartRepeat[n]+parseFloat(this._valuesEnd[n])),this._yoyo&&this._swapEndStartRepeatValues(n),this._valuesStart[n]=this._valuesStartRepeat[n];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,h=this._chainedTweens.length;a<h;a++)this._chainedTweens[a].start(this._startTime+this._durationTime);return this._isPlaying=!1,!1}return!0}_updateProperties(t,e,n,i){for(const r in n){if(e[r]===void 0)continue;const o=e[r]||0;let a=n[r];const h=Array.isArray(t[r]),c=Array.isArray(a);!h&&c?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],n=this._valuesEnd[t];typeof n=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(n):this._valuesStartRepeat[t]=n,this._valuesEnd[t]=e}}const Ll=Ge.nextId,Ol=_t.getAll.bind(_t),Fl=_t.removeAll.bind(_t),Nl=_t.add.bind(_t),Bl=_t.remove.bind(_t),Ul=_t.update.bind(_t),Yl={now:W,Sequence:Ge,Easing:R,Interpolation:Vt,Group:no,Tween:Un,nextId:Ll,getAll:Ol,removeAll:Fl,add:Nl,remove:Bl,update:Ul};class Yn{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=W(),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=W();t=e-this.oldTime,this.oldTime=e,this.elapsedTime+=t}return t}}class ks{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){eh(this.tweens,(e,n)=>t?e.delay>n.delay:e.delay<=n.delay)}cloneTweens(t=this.tweens){const e=[];return t.forEach(n=>{const i={...n};delete i.tween,i.fromValues={...i.fromValues},i.toValues={...i.toValues},e.push(i)}),e}addTween(t,e,n){const i={fromValues:t,toValues:e,frames:typeof n?.frames=="number"?n.frames:1,delay:typeof n?.delay=="number"?n.delay:this.tweens.length,easeFunction:n?.easeFunction||R.Linear.None,interpolationFunction:n?.interpolationFunction||Vt.Linear,repeat:typeof n?.repeat=="number"?n.repeat:0,yoyo:n?.yoyo||!1,onStart:n?.onStart||(()=>{}),onUpdate:n?.onUpdate||(()=>{}),onComplete:n?.onComplete||(()=>{})};return this.tweens.push(i),this}cancelRequestAnimationCycle=()=>{};runTweens(t){this.cancelRequestAnimationCycle();const e=new Yn,n=this.frameDuration;return new Promise(i=>{this.onGroupStart?.(),this.cancelRequestAnimationCycle=Mn(r=>{if(!this.isPaused){const a=Math.max(0,r-this.pausedDuration),h=Math.max(0,e.getElapsedTime()-this.pausedDuration);t.filter(c=>c.delay*n<=h).forEach(c=>{c.tween||(c.tween=new Un({...c.fromValues}).to({...c.toValues},c.frames*n).easing(c.easeFunction).interpolation(c.interpolationFunction).repeat(c.repeat).yoyo(c.yoyo).onStart(c.onStart).onUpdate(c.onUpdate).onComplete(c.onComplete),c.tween.start(a)),(c.delay+c.frames*(c.repeat+1))*n>h?c.tween.update(a):(c.tween.isPlaying()&&c.tween.end(),_e(t,c))})}const o=!!t.length;return o||(this.onGroupComplete?.(),i()),o})})}isPaused=!1;pausedClock=new Yn;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(n=>{e=Math.max(e,n.delay+n.frames),n.easeFunction=Zr(n.easeFunction);const i={...n.toValues};n.toValues={...n.fromValues},n.fromValues={...i}}),t.forEach(n=>{n.delay=e-n.frames}),this.play(t)}pause(){this.pausedClock.start(),this.isPaused=!0}resume(){this.pausedDuration+=this.pausedClock.getElapsedTime(),this.pausedClock.stop(),this.isPaused=!1}}const Rs=new me,io=(s=!0)=>{Rs.filter((t,e)=>(e.alternate&&(Hs(e,e.alternate),s&&Rs.set(t,e.alternate),e.alternate=void 0),s))};function Xn(s){let t=Rs.get(s);return t||(t=js(s),Rs.set(s,t)),t}function ro(s){const t=Xn(s);return t.alternate||(t.alternate=js(s)),t.alternate}function Xl(s,t,e=!0){t(ro(s)),io(e)}function zn(s,t,e=!0){t(ro(s)),On("FLUSH_DOM_ACTION",()=>io(e),50)}function U(s){return s*Math.PI/180}function ot(s){return s*180/Math.PI}function Ls(s,t,e=0){return Math.sqrt(s*s+t*t+e*e)}function Os(s,t,e,n){return Ls(e-s,n-t)}function Fs(s,t,e,n){const i=e-s,r=n-t;return i*i+r*r}function ne(s,t,e,n){let i=Math.atan2(n-t,e-s);return i<0&&(i+=Math.PI*2),i}function Bt(s,t){return{dx:Math.cos(s)*t,dy:Math.sin(s)*t}}function zl(s,t,e){if(typeof e=="number"){const n=Math.sqrt(Math.pow(s,2)+Math.pow(t,2)+Math.pow(e,2));return{x:s/=n,y:t/=n,z:e/=n}}else{const n=Math.sqrt(Math.pow(s,2)+Math.pow(t,2));return{x:s/=n,y:t/=n}}}function Gl(s,t,e,n,i=10){if(Math.abs(e-s)<i&&Math.abs(n-t)<i)return"no";const r=ot(ne(s,t,e,n));return r>=-135&&r<=-45?"up":r>45&&r<135?"down":r>=135&&r<=180||r>=-180&&r<-135?"left":"right"}const oo=Vl("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 Vl(s,t=10){const e={},n=s.split(",");for(let i=0;i<n.length;i+=2){const r="&"+n[i+1]+";",o=parseInt(n[i],t);e[r]="&#"+o+";"}return e["\\xa0"]=" ",e}function dt(s,t){const e=Object.keys(t);for(let n=0;n<e.length;n++)s=s.replace(new RegExp("{"+e[n]+"}","gi"),""+t[e[n]]);return s}function Ns(s){let t,e;if(!s)throw new Error("cannot create a random attribute name for an undefined object");const n="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";t="";do for(t="",e=0;e<12;e++)t+=n[Math.floor(Math.random()*n.length)];while(s[t]);return t}function ql(s){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[s]||t.start}function jl(s){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[s]||t.alphabetic}const qe={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 Bs{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}addColorStop(t,e){const n=this.__ctx.__createElement("stop");if(n.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&&(n.setAttribute("stop-color",dt("rgb({r},{g},{b})",{r:r[1],g:r[2],b:r[3]})),n.setAttribute("stop-opacity",r[4]))}else n.setAttribute("stop-color",e);this.__root.appendChild(n)}}class Gn{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}}class je{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:t,width:e=500,height:n=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=n),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(qe);for(let e=0,n=t.length;e<n;e++){const i=t[e];this[i]=qe[i].canvas}}__getStyleState(){const t={},e=Object.keys(qe);for(let n=0,i=e.length;n<i;n++){const r=e[n];t[r]=this[r]}return t}__applyStyleState(t){const e=Object.keys(t);for(let n=0,i=e.length;n<i;n++){const r=e[n];this[r]=t[r]}}__createElement(t,e={},n=!1){const i=this.__document.createElementNS("http://www.w3.org/2000/svg",t),r=Object.keys(e);n&&(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 n=this.__currentElementsToStyle;n&&(e.setAttribute(t,""),e=n.element,n.children.forEach(r=>{r.setAttribute(t,"")}));const i=Object.keys(qe);for(let r=0;r<i.length;r++){const o=qe[i[r]],a=this[i[r]];if(o.apply){if(a instanceof Gn){if(a.__ctx)for(;a.__ctx.__SVGdefs.childNodes.length;){const h=a.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[h]=h,this.__SVGdefs.appendChild(a.__ctx.__SVGdefs.childNodes[0])}e.setAttribute(o.apply,dt("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof Bs)e.setAttribute(o.apply,dt("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 c=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);if(c){e.setAttribute(o.svgAttr,dt("rgb({r},{g},{b})",{r:c[1],g:c[2],b:c[3]}));let l=parseFloat(c[4]);const d=this.globalAlpha;d!=null&&(l*=d),e.setAttribute(o.svgAttr+"-opacity",""+l)}}else{let h=o.svgAttr;if(i[r]==="globalAlpha"&&(h=t+"-"+o.svgAttr,e.getAttribute(h)))continue;h&&e.setAttribute(h,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(oo);for(let r=0,o=i.length;r<o;r++){const a=i[r],h=oo[a],c=new RegExp(a,"gi");c.test(e)&&(e=e.replace(c,h))}}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 n=this.__currentElement.getAttribute("transform");n?n+=" ":n="",n+=t,this.__currentElement.setAttribute("transform",n)}scale(t,e){e===void 0&&(e=t),this.__addTransform(dt("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(dt("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(dt("translate({x},{y})",{x:t,y:e}))}transform(t,e,n,i,r,o){this.__addTransform(dt("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:n,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(dt("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(dt("L {x} {y}",this.__currentPosition)):this.__addPathCommand(dt("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,n,i,r,o){this.__currentPosition={x:r,y:o},this.__addPathCommand(dt("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:n,cp2y:i,x:r,y:o}))}quadraticCurveTo(t,e,n,i){this.__currentPosition={x:n,y:i},this.__addPathCommand(dt("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:e,x:n,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,n,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===n&&e===i||r===0){this.lineTo(t,e);return}const h=this.normalize([o-t,a-e]),c=this.normalize([n-t,i-e]);if(h[0]*c[1]===h[1]*c[0]){this.lineTo(t,e);return}const l=h[0]*c[0]+h[1]*c[1],d=Math.acos(Math.abs(l)),y=this.normalize([h[0]+c[0],h[1]+c[1]]),x=r/Math.sin(d/2),w=t+x*y[0],_=e+x*y[1],C=[-h[1],h[0]],S=[c[1],-c[0]],b=function(E){const P=E[0];return E[1]>=0?Math.acos(P):-Math.acos(P)},p=b(C),g=b(S);this.lineTo(w+C[0]*r,_+C[1]*r),this.arc(w,_,r,p,g)}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,n,i){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,e),this.lineTo(t+n,e),this.lineTo(t+n,e+i),this.lineTo(t,e+i),this.lineTo(t,e),this.closePath()}fillRect(t,e,n,i){const r=this.__createElement("rect",{x:t,y:e,width:n,height:i},!0);this.__closestGroupOrSvg().appendChild(r),this.__currentElement=r,this.__applyStyleToCurrentElement("fill")}strokeRect(t,e,n,i){const r=this.__createElement("rect",{x:t,y:e,width:n,height:i},!0);this.__closestGroupOrSvg().appendChild(r),this.__currentElement=r,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const e=this.__closestGroupOrSvg().getAttribute("transform"),n=this.__rootSVG.childNodes[1],i=n.childNodes;for(let r=i.length-1;r>=0;r--)i[r]&&n.removeChild(i[r]);this.__currentElement=n,this.__groupStack=[],e&&this.__addTransform(e)}clearRect(t,e,n,i){if(t===0&&e===0&&n===this.width&&i===this.height){this.__clearCanvas();return}const r=this.__closestGroupOrSvg(),o=this.__createElement("rect",{x:t,y:e,width:n,height:i,fill:"#FFFFFF"},!0);r.appendChild(o)}createLinearGradient(t,e,n,i){const r=this.__createElement("linearGradient",{id:Ns(this.__ids),x1:t+"px",x2:n+"px",y1:e+"px",y2:i+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(r),new Bs(r,this)}createRadialGradient(t,e,n,i,r,o){const a=this.__createElement("radialGradient",{id:Ns(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 Bs(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),n={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"&&(n.decoration="underline"),this.__fontHref&&(n.href=this.__fontHref),n}__wrapTextLink(t,e){if(t.href){const n=this.__createElement("a");return n.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.href),n.appendChild(e),n}return e}__applyText(t,e,n,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:n,"text-anchor":ql(this.textAlign),"dominant-baseline":jl(this.textBaseline)},!0);a.appendChild(this.__document.createTextNode(t)),this.__currentElement=a,this.__applyStyleToCurrentElement(i),o.appendChild(this.__wrapTextLink(r,a))}fillText(t,e,n){this.__applyText(t,e,n,"fill")}strokeText(t,e,n){this.__applyText(t,e,n,"stroke")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,e,n,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+n*Math.cos(r),h=e+n*Math.sin(r),c=t+n*Math.cos(i),l=e+n*Math.sin(i),d=o?0:1;let y=0,x=r-i;x<0&&(x+=2*Math.PI),o?y=x>Math.PI?0:1:y=x>Math.PI?1:0,this.lineTo(c,l),this.__addPathCommand(dt("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:n,ry:n,xAxisRotation:0,largeArcFlag:y,sweepFlag:d,endX:a,endY:h})),this.__currentPosition={x:a,y:h}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),n=Ns(this.__ids),i=this.__createElement("g");this.__applyCurrentDefaultPath(),t.removeChild(this.__currentElement),e.setAttribute("id",n),e.appendChild(this.__currentElement),this.__SVGdefs.appendChild(e),t.setAttribute("clip-path",dt("url(#{id})",{id:n})),t.appendChild(i),this.__currentElement=i}drawImage(...t){let e=t[0],n,i,r,o,a=0,h=0,c,l,d,y,x,w,_,C;if(t.length===3)n=t[1],i=t[2],c=e.width,l=e.height,r=c,o=l;else if(t.length===5)n=t[1],i=t[2],r=t[3],o=t[4],c=e.width,l=e.height;else if(t.length===9)a=t[1],h=t[2],c=t[3],l=t[4],n=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 S=this.__closestGroupOrSvg();this.__currentElement;const b="translate("+n+", "+i+")";if(e instanceof je){if(d=e.getSvg().cloneNode(!0),d.childNodes&&d.childNodes.length>1){for(y=d.childNodes[0];y.childNodes.length;)C=y.childNodes[0].getAttribute("id"),this.__ids[C]=C,this.__SVGdefs.appendChild(y.childNodes[0]);if(x=d.childNodes[1],x){const p=x.getAttribute("transform");let g;p?g=p+" "+b:g=b,x.setAttribute("transform",g),S.appendChild(x)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(w=this.__createElement("image"),w.setAttribute("width",r),w.setAttribute("height",o),w.setAttribute("preserveAspectRatio","none"),(a||h||c!==e.width||l!==e.height)&&(_=this.__document.createElement("canvas"),_.width=r,_.height=o,_.getContext("2d")?.drawImage(e,a,h,c,l,0,0,r,o),e=_),w.setAttribute("transform",b),w.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),S.appendChild(w))}createPattern(t,e){const n=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),i=Ns(this.__ids);let r;return n.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")),n.appendChild(r),this.__SVGdefs.appendChild(n)):t instanceof je&&(n.setAttribute("width",""+t.width),n.setAttribute("height",""+t.height),n.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(n)),new Gn(n,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}}class Us{canvas;context;customContext;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;hasSetCustomStrokeStyle=!1;hasSetCustomFillStyle=!1;constructor(t,e,n,i=!1){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),i&&(this.customContext=new je({canvas:this.canvas,width:e||this.canvas.width,height:n||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,n,i){return this.context.fillRect(t,e,n,i),this.customContext&&this.customContext.fillRect(t,e,n,i),this}fillText(t,e,n,i){return this.hasSetCustomFillStyle=!1,this.context.fillText(t,e,n,i),this.customContext&&this.customContext.fillText(t,e,n),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,n,i){return this.context.strokeText(t,e,n,i),this.customContext&&this.customContext.strokeText(t,e,n),this}strokeRect(t,e,n,i){return this.context.strokeRect(t,e,n,i),this.customContext&&this.customContext.strokeRect(t,e,n,i),this}measureText(t){return this.context.measureText(t)}clearRect(t=0,e=0,n=this.canvas.width,i=this.canvas.height){return this.context.clearRect(t,e,n,i),this.customContext&&this.customContext.clearRect(t,e,n,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 n=new Path2D;n.addPath(t,e),this.currentPath2D=n}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,n=0){return this.translate(e,n),this.context.rotate(t),this.customContext&&this.customContext.rotate(t),this.currentMatrix.rotate(t),this.translate(-e,-n),this.changePath2D(),this}scale(t,e=t,n=0,i=0){return this.translate(n,i),this.context.scale(t,e),this.customContext&&this.customContext.scale(t,e),this.currentMatrix.scale(t,e),this.translate(-n,-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,n,i,r,o){return this.context.arc(t,e,n,i,r,o),this.customContext&&this.customContext.arc(t,e,n,i,r,o?-1:1),this.currentPath2D.arc(t,e,n,i,r,o),this}arcTo(t,e,n,i,r){return this.context.arcTo(t,e,n,i,r),this.customContext&&this.customContext.arcTo(t,e,n,i,r),this.currentPath2D.arcTo(t,e,n,i,r),this}ellipse(t,e,n,i,r,o,a,h){return this.context.ellipse(t,e,n,i,r,o,a,h),this.currentPath2D.ellipse(t,e,n,i,r,o,a,h),this}quadraticCurveTo(t,e,n,i){return this.context.quadraticCurveTo(t,e,n,i),this.customContext&&this.customContext.quadraticCurveTo(t,e,n,i),this.currentPath2D.quadraticCurveTo(t,e,n,i),this}bezierCurveTo(t,e,n,i,r,o){return this.context.bezierCurveTo(t,e,n,i,r,o),this.customContext&&this.customContext.bezierCurveTo(t,e,n,i,r,o),this.currentPath2D.bezierCurveTo(t,e,n,i,r,o),this}rect(t,e,n,i){return this.context.rect(t,e,n,i),this.customContext&&this.customContext.rect(t,e,n,i),this.currentPath2D.rect(t,e,n,i),this}createLinearGradient(t,e,n,i,r){const o=this.context.createLinearGradient(t,e,n,i);return r&&Object.entries(r).forEach(([a,h])=>{o.addColorStop(parseFloat(a),h)}),o}createRadialGradient(t,e,n,i,r,o,a){const h=this.context.createRadialGradient(t,e,n,i,r,o);return a&&Object.entries(a).forEach(([c,l])=>{h.addColorStop(parseFloat(c),l)}),h}drawImage(t,...e){if(e.length===0)this.context.drawImage(t,0,0);else if(e.length===2){const n=e[0],i=e[1];this.context.drawImage(t,n,i)}else if(e.length===4){const n=e[0],i=e[1],r=e[2],o=e[3];this.context.drawImage(t,n,i,r,o)}else if(e.length===8){const n=e[0],i=e[1],r=e[2],o=e[3],a=e[4],h=e[5],c=e[6],l=e[7];this.context.drawImage(t,n,i,r,o,a,h,c,l)}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,n=this.canvas.width,i=this.canvas.height,r){return this.context.getImageData(t,e,n,i,r)}putImageData(t,e=0,n=0){return this.context.putImageData(t,e,n)}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 Ys=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=ne(this.x,this.y,this.toX,this.toY);if(t===0){const e=Math.min(this.x,this.toX),n=Math.min(this.y,this.toY),i=Math.max(this.x,this.toX),r=Math.max(this.y,this.toY);return{x:e,y:n,width:i-e,height:r-n}}else{const e=Math.sin(t),n=Math.cos(t),i=n*this.x-e*this.y,r=n*this.toX-e*this.toY,o=n*this.y+e*this.x,a=n*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,n=this.y,i=t.toX,r=t.toY,o=this.toX-e,a=t.x-i;if(!o&&!a)return null;const h=(this.toY-n)/o,c=(t.y-r)/a;if(o){if(!a)return{x:i,y:h*(i-e)+n}}else return{x:e,y:c*(e-i)+r};const l=(-c*i+r+h*e-n)/(h-c),d=h*(l-e)+n;return isNaN(l)||isNaN(d)?null:{x:l,y:d}}};const ao=Ys;class Vn extends Ys{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,n,i,r,o,a,h]=this.convert(this.x,this.y,this.toX,this.toY,this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag);t.ellipse(e,n,i,r,o,a,h,!this.sweepFlag)}convert(t,e,n,i,r,o,a,h,c){const l=a/180*Math.PI,d=(t-n)/2,y=(e-i)/2,x=Math.cos(l)*d+Math.sin(l)*y,w=-Math.sin(l)*d+Math.cos(l)*y,_=x*x/(r*r)+w*w/(o*o);if(_>1){const Q=Math.sqrt(_);throw r=Q*r,o=Q*o,new Error(`Radii are too small to build an arc. Correcting them to ${r}/${o}.`)}const C=Math.sqrt((r*r*o*o-r*r*w*w-o*o*x*x)/(r*r*w*w+o*o*x*x)),S=h!=c?1:-1,b=S*C*r*w/o,p=S*C*-o*x/r,g=(t+n)/2,E=(e+i)/2,P=Math.cos(l)*b-Math.sin(l)*p+g,N=Math.sin(l)*b+Math.cos(l)*p+E,q=(Q,ht,At,St)=>(Q*St>=ht*At?1:-1)*Math.acos((Q*At+ht*St)/(Math.sqrt(Q*Q+ht*ht)*Math.sqrt(At*At+St*St))),V=q(1,0,t-P,e-N)-l,Z=q(t-P,e-N,n-P,i-N);return[P,N,r,o,l,V,V+Z]}}class Hl extends Ys{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,n=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e,n,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 n,i,r,o;for(let c=0;c<2;++c)n=c==0?this.x-2*this.cx+this.toX:this.y-2*this.cy+this.toY,i=c==0?-2*this.x+2*this.cx:-2*this.y+2*this.cy,r=c==0?this.x:this.y,Math.abs(n)>1e-12&&(o=-i/(2*n),0<o&&o<1&&[t,e][c].push(n*o*o+i*o+r));const a={x:Math.min.apply(0,t),y:Math.min.apply(0,e)},h={x:Math.max.apply(0,t),y:Math.max.apply(0,e)};return{x:a.x,y:a.y,width:h.x-a.x,height:h.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}}}const $l=Hl;class bt extends Ys{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),n=this.x-this.c1x,i=(-e+Math.sqrt(e*e-4*t*n))/2/t,r=(-e-Math.sqrt(e*e-4*t*n))/2/t;const o=[this.y,this.toY],a=[this.x,this.toX];let h;const c=[];Math.abs(i)>1e12&&(i=.5),Math.abs(r)>1e12&&(r=.5),i>=0&&i<=1&&(h=this.interpolate(i),a.push(h.x),o.push(h.y),c.push({X:h.x,Y:h.y})),r>=0&&r<=1&&(h=this.interpolate(r),a.push(h.x),o.push(h.y),c.push({X:h.x,Y:h.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),n=this.y-this.c1y,i=(-e+Math.sqrt(e*e-4*t*n))/2/t,r=(-e-Math.sqrt(e*e-4*t*n))/2/t,Math.abs(i)>1e12&&(i=.5),Math.abs(r)>1e12&&(r=.5),i>=0&&i<=1&&(h=this.interpolate(i),a.push(h.x),o.push(h.y),c.push({X:h.x,Y:h.y})),r>=0&&r<=1&&(h=this.interpolate(r),a.push(h.x),o.push(h.y),c.push({X:h.x,Y:h.y}));let l=[],d=c.length;for(let w=0;w<d;w++){for(let _=w+1;_<d;_++)c[w].X===c[_].X&&c[w].Y===c[_].Y&&(_=++w);l.push({X:c[w].X,Y:c[w].Y})}const y={x:Math.min.apply(Math,a),y:Math.min.apply(Math,o)},x={x:Math.max.apply(Math,a),y:Math.max.apply(Math,o)};return{x:y.x,y:y.y,width:x.x-y.x,height:x.y-y.y,dots:l}}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,n,i,r){const o=-3*e+9*n-9*i+3*r,a=t*o+6*e-12*n+6*i;return t*a-3*e+3*n}static bezlen(t,e,n,i,r,o,a,h,c=1){c=Math.max(0,Math.min(c,1));const l=c/2,d=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],y=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let x=0;for(let w=0;w<12;w++){const _=l*d[w]+l,C=this.base3(_,t,n,r,a),S=this.base3(_,e,i,o,h);x+=y[w]*Math.sqrt(C*C+S*S)}return l*x}length(t=1){return bt.bezlen(this.x,this.y,this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY,t)}getTatLen(t){const e=this.x,n=this.y,i=this.c1x,r=this.c1y,o=this.c2x,a=this.c2y,h=this.toX,c=this.toY;if(t<0||bt.bezlen(e,n,i,r,o,a,h,c)<t)return 0;let l=1,d=l/2,y=l-d,x=bt.bezlen(e,n,i,r,o,a,h,c,y);for(;Math.abs(x-t)>.01;)d/=2,y+=(x<t?1:-1)*d,x=bt.bezlen(e,n,i,r,o,a,h,c,y);return y}getPointAtSegmentLength(t){const e=this.getTatLen(t);let n=1-e,i=Math.pow(n,3),r=Math.pow(n,2),o=e*e,a=o*e,h=i*this.x+r*3*e*this.c1x+n*3*e*e*this.c2x+a*this.toX,c=i*this.y+r*3*e*this.c1y+n*3*e*e*this.c2y+a*this.toY,l=this.x+2*e*(this.c1x-this.x)+o*(this.c2x-2*this.c1x+this.x),d=this.y+2*e*(this.c1y-this.y)+o*(this.c2y-2*this.c1y+this.y),y=this.c1x+2*e*(this.c2x-this.c1x)+o*(this.toX-2*this.c2x+this.c1x),x=this.c1y+2*e*(this.c2y-this.c1y)+o*(this.toY-2*this.c2y+this.c1y),w=n*this.x+e*this.c1x,_=n*this.y+e*this.c1y,C=n*this.c2x+e*this.toX,S=n*this.c2y+e*this.toY,b=90-Math.atan2(l-y,d-x)*180/Math.PI;return{x:h,y:c,m:{x:l,y:d},n:{x:y,y:x},start:{x:w,y:_},end:{x:C,y:S},alpha:b}}}const He=Math.PI*2;function ho(s,t,e,n){const i=s*n-t*e<0?-1:1;let r=s*e+t*n;return r>1&&(r=1),r<-1&&(r=-1),i*Math.acos(r)}function Wl(s,t,e,n,i,r,o,a,h,c){const l=c*(s-e)/2+h*(t-n)/2,d=-h*(s-e)/2+c*(t-n)/2,y=o*o,x=a*a,w=l*l,_=d*d;let C=y*x-y*_-x*w;C<0&&(C=0),C/=y*_+x*w,C=Math.sqrt(C)*(i===r?-1:1);const S=C*o/a*d,b=C*-a/o*l,p=c*S-h*b+(s+e)/2,g=h*S+c*b+(t+n)/2,E=(l-S)/o,P=(d-b)/a,N=(-l-S)/o,q=(-d-b)/a,V=ho(1,0,E,P);let Z=ho(E,P,N,q);return r===0&&Z>0&&(Z-=He),r===1&&Z<0&&(Z+=He),[p,g,V,Z]}function Jl(s,t){const e=1.3333333333333333*Math.tan(t/4),n=Math.cos(s),i=Math.sin(s),r=Math.cos(s+t),o=Math.sin(s+t);return[n,i,n-i*e,i+n*e,r+o*e,o-r*e,r,o]}function co(s,t,e,n,i,r,o,a,h){const c=Math.sin(h*He/360),l=Math.cos(h*He/360),d=l*(s-e)/2+c*(t-n)/2,y=-c*(s-e)/2+l*(t-n)/2;if(d===0&&y===0)return[];if(o===0||a===0)return[];o=Math.abs(o),a=Math.abs(a);const x=d*d/(o*o)+y*y/(a*a);x>1&&(o*=Math.sqrt(x),a*=Math.sqrt(x));const w=Wl(s,t,e,n,i,r,o,a,c,l),_=[];let C=w[2],S=w[3];const b=Math.max(Math.ceil(Math.abs(S)/(He/4)),1);S/=b;for(let p=0;p<b;p++)_.push(Jl(C,S)),C+=S;return _.map(p=>{for(let g=0;g<p.length;g+=2){let E=p[g+0],P=p[g+1];E*=o,P*=a;const N=l*E-c*P,q=c*E+l*P;p[g+0]=N+w[0],p[g+1]=q+w[1]}return p})}function qn(s,t,e,n,i,r){return[s/3+.6666666666666666*e,t/3+.6666666666666666*n,i/3+.6666666666666666*e,r/3+.6666666666666666*n,i,r]}function $e(s,t,e,n){return[s,t,e,n,e,n]}const We={a:7,c:6,s:4,q:4,t:2,m:2,l:2,h:1,v:1,z:0};class we{static createSVGElement(t="path",e){const n=document.createElementNS.call(document,"http://www.w3.org/2000/svg",t);return e&&ie(n,e),n}static createSvgPath(t,e){return this.createSVGElement("path",{d:t,id:e||Oi()})}static downloadFromSVGElement(t,e="shape"){return fi(Nr(t),`${e}.svg`)}static downloadFromSVGString(t,e="shape"){return fi(cn(t),`${e}.svg`)}static getSVGRawStringFromElement(t){return En(t)}static isSVGPath(t){return typeof t!="string"?!1:(t=t.trim(),/^[mlhvzaqtcs]\s*[-+.0-9][^mlhvzaqtcs]+/i.test(t)&&/[\dz]$/i.test(t))}static SVGPathDataToD(t){return t.map(e=>{if(!e[0])return"";switch(e[0].toLowerCase()){case"a":return`${e[0]} ${e[1]},${e[2]} ${e[3]} ${e[4]},${e[5]} ${e[6]},${e[7]}`;case"c":return`${e[0]} ${e[1]},${e[2]} ${e[3]},${e[4]} ${e[5]},${e[6]}`;case"s":case"q":return`${e[0]} ${e[1]},${e[2]} ${e[3]},${e[4]}`;default:return e[0]+" "+e.slice(1).join(",")}}).join(" ")}static parseSVGPath(t){const e=[];return we.isSVGPath(t)&&t.replace(/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi,(n,i,r)=>{let o=i.toLowerCase();const a=Gi(r);for(o=="m"&&a.length>We[o]&&(e.push([i,...a.splice(0,We[o])]),o="l",i=i=="m"?"l":"L");a.length;){if(a.length<We[o])throw new Error(`parseSVGPath substring:{ ${n} } command:{ ${i} } args:{ ${a} }`);e.push([i,...a.splice(0,We[o])])}return o=="z"&&e.push([i]),""}),e}static absolutizeSVGPath(t){let e=0,n=0,i=0,r=0;return t.map(function(o){const a=o[0],h=a.toUpperCase();if(a!=h)switch(o[0]=h,a){case"a":o[6]+=i,o[7]+=r;break;case"v":o[1]+=r;break;case"h":o[1]+=i;break;default:for(let c=1;c<o.length;)o[c++]+=i,o[c++]+=r}switch(h){case"Z":i=e,r=n;break;case"H":i=o[1];break;case"V":r=o[1];break;case"M":i=e=o[1],r=n=o[2];break;default:i=o[o.length-2],r=o[o.length-1]}return o})}static relativeSVGPath(t){let e=0,n=0,i=0,r=0;return t.map(function(o){const a=o[0],h=a.toLowerCase();if(a!=h)switch(o[0]=h,a){case"A":o[6]-=i,o[7]-=r;break;case"V":o[1]-=r;break;case"H":o[1]-=i;break;default:for(let c=1;c<o.length;)o[c++]-=i,o[c++]-=r}switch(h){case"z":i=e,r=n;break;case"h":i+=o[1];break;case"v":r+=o[1];break;case"m":i+=o[1],r+=o[2],e+=o[1],n+=o[2];break;default:i+=o[o.length-2],r+=o[o.length-1]}return o})}static normalizeSVGPath(t){const e=[];let n=0,i=0,r=0,o=0,a=0,h=0,c=0,l=0,d;for(let y=0,x=t.length;y<x;y++){let w=t[y];const _=w[0];switch(_){case"M":n=w[1],i=w[2];break;case"A":const C=co(r,o,w[6],w[7],w[4],w[5],w[1],w[2],w[3]);if(!C.length)continue;C.forEach((p,g)=>{const[E,P,N,q,V,Z,Q,ht]=p;w=["C",N,q,V,Z,Q,ht],g<C.length-1&&e.push(w)});break;case"S":let S=r,b=o;(d=="C"||d=="S")&&(S+=S-c,b+=b-l),w=["C",S,b,w[1],w[2],w[3],w[4]];break;case"T":d=="Q"||d=="T"?(a=r*2-a,h=o*2-h):(a=r,h=o),w=["C",...qn(r,o,a,h,w[1],w[2])];break;case"Q":a=w[1],h=w[2],w=["C",...qn(r,o,w[1],w[2],w[3],w[4])];break;case"L":w=["C",...$e(r,o,w[1],w[2])];break;case"H":w=["C",...$e(r,o,w[1],o)];break;case"V":w=["C",...$e(r,o,r,w[1])];break;case"Z":w=["C",...$e(r,o,n,i)];break}d=_,r=w[w.length-2],o=w[w.length-1],w.length>4?(c=w[w.length-4],l=w[w.length-3]):(c=r,l=o),e.push(w)}return e}static catmullRom2bezier(t){const e=[];for(let n=0,i=t.length;i-2>n;n+=2){let r;n==0?r=[{x:t[n],y:t[n+1]},{x:t[n],y:t[n+1]},{x:t[n+2],y:t[n+3]},{x:t[n+4],y:t[n+5]}]:i-4==n?r=[{x:t[n-2],y:t[n-1]},{x:t[n],y:t[n+1]},{x:t[n+2],y:t[n+3]},{x:t[n+2],y:t[n+3]}]:r=[{x:t[n-2],y:t[n-1]},{x:t[n],y:t[n+1]},{x:t[n+2],y:t[n+3]},{x:t[n+4],y:t[n+5]}];const o=[{x:r[1].x,y:r[1].y},{x:(-r[0].x+6*r[1].x+r[2].x)/6,y:(-r[0].y+6*r[1].y+r[2].y)/6},{x:(r[1].x+6*r[2].x-r[3].x)/6,y:(r[1].y+6*r[2].y-r[3].y)/6},{x:r[2].x,y:r[2].y}];e.push(["C",o[1].x,o[1].y,o[2].x,o[2].y,o[3].x,o[3].y])}return e}static zvhToLSVGPath(t){const e=[];let n=["L",0,0],i;for(let r=0,o=t.length;r<o;r++){const a=t[r];switch(a[0]){case"M":n=["L",a[1],a[2]],e.push(a);break;case"Z":e.push(n);break;case"H":i=e[e.length-1]||["L",0,0],e.push(["L",a[1],i[i.length-1]]);break;case"V":i=e[e.length-1]||["L",0,0],e.push(["L",i[i.length-2],a[1]]);break;default:e.push(a)}}return e}static longhandSVGPath(t){const e={S:{to:"C",x:3},T:{to:"Q",x:1}};let n,i=0,r=0;for(let o=0,a=t.length;o<a;o++){const h=t[o],c=e[h[0]];c&&(h[0]=c.to,n&&(n[0]===c.to?(i=2*Number(n[c.x+2])-Number(n[c.x]),r=2*Number(n[c.x+3])-Number(n[c.x+1])):(i=Number(n[n.length-2]),r=Number(n[n.length-1]))),h.splice(1,0,i,r)),n=h}return t}}const Ct=we;class Tt{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(Ct.parseSVGPath(t),e):t instanceof Tt?this.resetFromSVGPathData(t.toSVGPathData(),e):this.resetFromSVGPathData(t||[],e)}resetFromSVGPathData(t,e){this.normalizedLines=[];const n=Ct.normalizeSVGPath(Ct.absolutizeSVGPath(t));this.prevPathX=this.startPathX=0,this.prevPathY=this.startPathY=0;let i=!1;for(let r=0,o=n.length;r<o;r++){const a=n[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 bt({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 Tt;e.prevPathX=e.startPathX=t[0]||0,e.prevPathY=e.startPathY=t[1]||0;for(let n=2,i=t.length;n+5<i;n+=6)e.appendLine(new bt({c1x:t[n],c1y:t[n+1],c2x:t[n+2],c2y:t[n+3],toX:t[n+4],toY:t[n+5]}));return e}static fromLines(t){const e=new Tt;e.prevPathX=e.startPathX=t[0].x||0,e.prevPathY=e.startPathY=t[0].y||0;for(let n=0,i=t.length;n<i;n++)e.appendLine(t[n]);return e}appendLine(t){if(t instanceof Vn){co(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(c=>{const[l,d,y,x,w,_,C,S]=c;this.normalizedLines.push(new bt({x:this.prevPathX,y:this.prevPathY,c1x:y,c1y:x,c2x:w,c2y:_,toX:C,toY:S})),this.prevPathX=C,this.prevPathY=S});return}let e,n,i,r,o,a;t instanceof bt?(e=t.c1x,n=t.c1y,i=t.c2x,r=t.c2y,o=t.toX,a=t.toY):t instanceof $l?[e,n,i,r,o,a]=qn(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,n,i,r,o,a]=$e(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new bt({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:n,c2x:i,c2y:r,toX:o,toY:a})),this.prevPathX=o,this.prevPathY=a}toSVGPathData(){const{startPathX:t,startPathY:e,normalizedLines:n}=this.updateTransform(),i=[];i.push(["M",t,e]);for(let r=0,o=n.length;r<o;r++)i.push(...n[r].toSVGPathData());return i}toSVGPathD(){return Ct.SVGPathDataToD(this.toSVGPathData())}toCanvasContext(t){const{startPathX:e,startPathY:n,normalizedLines:i}=this.updateTransform();t.beginPath(),t.moveTo(e,n),i.forEach(r=>{r.toCanvasContext(t)})}getBoundingClientRect(){const{normalizedLines:t}=this.updateTransform(),e=[],n=[];if(t.forEach(h=>{const c=h.getBoundingClientRect();e.push(c.x,c.x+c.width),n.push(c.y,c.y+c.height)}),e.length==0||n.length==0)return{x:0,y:0,width:0,height:0};const i=Math.min.apply(0,e),r=Math.min.apply(0,n),o=Math.max.apply(0,e),a=Math.max.apply(0,n);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 mt;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,n=this.startPathY;({x:e,y:n}=t.transformPoint({x:e,y:n}));const i=[];return this.normalizedLines.forEach(r=>{let o=r.x,a=r.y,h=r.c1x,c=r.c1y,l=r.c2x,d=r.c2y,y=r.toX,x=r.toY;({x:o,y:a}=t.transformPoint({x:o,y:a})),{x:h,y:c}=t.transformPoint({x:h,y:c}),{x:l,y:d}=t.transformPoint({x:l,y:d}),{x:y,y:x}=t.transformPoint({x:y,y:x}),i.push(new bt({x:o,y:a,c1x:h,c1y:c,c2x:l,c2y:d,toX:y,toY:x}))}),{startPathX:e,startPathY:n,normalizedLines:i}}}getTotalLength(){const{normalizedLines:t}=this.updateTransform();return t.reduce((e,n)=>e+=n.length(),0)}getPointAtLength(t){const{normalizedLines:e}=this.updateTransform();let n=0;const i=e.length;for(let r=0;r<i;r++){const o=e[r],a=o.length();if(n+a>=t)return o.getPointAtSegmentLength(t-n);n+=a}return e[i-1].getPointAtSegmentLength(1)}interpolate(t){const{startPathX:e,startPathY:n,normalizedLines:i}=this.updateTransform(),r=i.length;if(r===0)return{x:e,y:n};if(r===1)return i[0].interpolate(t);{let o=t*r,a=i[0];if(o--,o>1)for(let h=1;h<r&&(a=i[h],o>1);h++)o-=1;return a.interpolate(o)}}getSubpath(t,e){if(this.getTotalLength()-e<1e-6)return this.getSubpathsAtLength(this,t);{const n=this.getSubpathsAtLength(this,e,1);return t?this.getSubpathsAtLength(n,t):n}}getSubpathsAtLength(t,e,n){const{startPathX:i,startPathY:r,normalizedLines:o}=t.updateTransform();let a=null,h=0;const c=new Tt;c.prevPathX=c.startPathX=i,c.prevPathY=c.startPathY=r;for(let l=0,d=o.length;l<d;l++){const y=o[l],x=y.length();if(h+x>e&&!a){const w=y.getPointAtSegmentLength(e-h);if(c.appendLine(new bt({c1x:w.start.x,c1y:w.start.y,c2x:w.m.x,c2y:w.m.y,toX:w.x,toY:w.y})),n)return c;a=c,c.appendLine(new bt({c1x:w.n.x,c1y:w.n.y,c2x:w.end.x,c2y:w.end.y,toX:y.x,toY:y.y})),h+=x;continue}h+=x,c.appendLine(y)}return c}closestPoint(t,e){const n=this.getTotalLength();let i={x:t,y:e},r=0,o=1/0,a=8;for(let c=0;c<=n;c+=a){let l=this.getPointAtLength(c),d=Fs(l.x,l.y,t,e);d<o&&(i=l,r=c,o=d)}for(a/=2;a>.5;){let c=r-a,l=this.getPointAtLength(c),d=Fs(l.x,l.y,t,e),y=r+a,x=this.getPointAtLength(y),w=Fs(x.x,x.y,t,e);c>=0&&d<o?(i=l,r=c,o=d):y<=n&&w<o?(i=x,r=y,o=w):a/=2}const h=this.getPointAtLength(r+(r===n?-.1:.1));return{point:i,rotation:r>=n?ne(h.x,h.y,i.x,i.y):ne(i.x,i.y,h.x,h.y),distance:Math.sqrt(o)}}get polymorphPoints(){const{startPathX:t,startPathY:e,normalizedLines:n}=this.updateTransform();return[t,e].concat(n.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 n=t[e-2],i=t[e-1],r=0;for(let o=0;o<e;o+=6)r+=Os(t[o],t[o+1],n,i),n=t[o],i=t[o+1];return Math.floor(r)}expendFill(t){const e=this.polymorphPoints,n=e.length;let i=t-n;const r=Math.ceil(t/n),o=[];o.push(["M",e[0],e[1]]);let a=2;for(;a+5<=n-1;){const h=e[a++],c=e[a++],l=e[a++],d=e[a++],y=e[a++],x=e[a++];o.push(["C",h,c,l,d,y,x]);let w=0;for(;w<r&&i>0;)o.push(["C",y,x,y,x,y,x]),i-=6,w++}return o}static mixPoints(t,e,n){const i=t.length,r=new Array(i);for(let o=0;o<i;o++)r[o]=Ft(t[o]+(e[o]-t[o])*n,6);return r}static getPathInterpolator(t,e){return n=>Math.abs(n-0)<Number.EPSILON?t:Math.abs(n-1)<Number.EPSILON?e:Tt.fromPolymorphPoints(Tt.mixPoints(new Tt({d:t}).polymorphPoints,new Tt({d:e}).polymorphPoints,n)).toSVGPathData()}}const Zl=Tt;class H extends Gt{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=[];constructor(t){if(super(),this.id=Oi(),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 n=this.getAttr("stroke-dasharray","4 4");this.setAttr("stroke-dasharray",n),this.strokeDashTotalLength=Gi(n).reduce((i,r)=>i+r,0)}return ji(this)}forceSetCXY(t,e){this.cX=t,this.cY=e,this.forceCXY=!0}shapeInit(){}initPathD(){if(!this.pathd){if(this.pathd=new Tt,wt(()=>{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(n=>{const i=n.originMatrix?n.originMatrix.clone():new mt;i.translate(-t.x+n.x,-t.y+n.y),n.originMatrix=i});const e=this.originMatrix?this.originMatrix.clone():new mt;e.translate(-t.x+this.x,-t.y+this.y),this.originMatrix=e}isPointInPath(t,e,n){if(n instanceof Us)return n.isPointInPath(new Path2D(this.toSVGPathD()),t,e);let i;try{i=new SVGPoint(t,e)}catch{i=n.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,n){if(n instanceof Us)return n.isPointInStroke(new Path2D(this.toSVGPathD()),t,e);let i;try{i=new SVGPoint(t,e)}catch{i=n.createSVGPoint(),i.x=t,i.y=e}return this.el instanceof SVGGeometryElement?this.el.isPointInStroke(i):!1}clone(){return Na(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(([n,i])=>[ut(n),i]))):e&&(this.attrs[ut(t)]=e)}getAttr(t,e){return this.attrs[t]||this.attrs[ut(t)]||e}getAttrs(){return this.attrs}hasAttr(t){return!!this.attrs[t]||!!this.attrs[ut(t)]}distance(t){return Os(this.x,this.y,t.x,t.y)}rotateTo(t){this.degree=ot(ne(this.x,this.y,t.x,t.y))}followTo(t,e=3){this.rotateTo(t);const{dx:n,dy:i}=Bt(U(this.degree),e);this.vx=n,this.vy=i,this.run()}followAccelerationTo(t,e=.05){this.rotateTo(t);const{dx:n,dy:i}=Bt(U(this.degree),e);this.ax=n,this.ay=i,this.run()}checkCollision(t){}checkWall(t){}gravitateTo(t){const e=t.x-this.x,n=t.y-this.y,i=e*e+n*n,r=Math.sqrt(i),o=this.mass*t.mass/i,a=o*e/r,h=o*n/r;this.vx+=a/this.mass,this.vy+=h/this.mass,t.vx-=a/t.mass,t.vy-=h/t.mass}run(t){this.vx+=this.ax,this.vy+=this.ay;const e=te(t?.gravity,0);this.vy+=e;const n=te(t?.friction,1);this.vx*=n,this.vy*=n,this.x+=this.vx,this.y+=this.vy}runEaseTo(t,e){const n=te(e?.easing,.05),i=t.x-this.cX-this.x,r=t.y-this.cY-this.y;this.vx=i*n,this.vy=r*n,this.run(e)}runSpringTo(t,e){const n=te(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*n,h=o*n;this.vx+=a,this.vy+=h}),this.run({friction:.9,...e})}springMassTo(t,e){const n=te(e?.springLength,100),i=te(e?.spring,1e-4),r=t.x-this.x,o=t.y-this.y,a=Math.sqrt(r*r+o*o);if(a<n){const h=r*i,c=o*i;return this.vx+=h/this.mass,this.vy+=c/this.mass,t.vx-=h/t.mass,t.vy-=c/t.mass,1-a/n}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 n=this.getTotalLength();return t.originD=this.initPathD().getSubpath(0,e*n),this.getPointAtLength(e*n)}strokeDashTween(t=1e3,e){const n=this.initPathD(),i=Ft(n.getTotalLength(),0);this.setAttr({strokeDasharray:`${i} ${i}`,strokeDashoffset:`${i}`});const r=e?.onUpdate,o=new ks({frameDuration:t});o.addTween({offset:i},{offset:0},Object.assign(e||{},{onUpdate:(a,h)=>{this.setAttr("strokeDashoffset",""+Ft(a.offset,2)),r?.(a,h)}})),o.play()}}class Je extends H{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,n){this.cX=t,this.cY=e,this.cZ=n}rotateX(t){({x:this.y,y:this.z}=Rt(U(t),this.y,this.z))}rotateY(t){({x:this.x,y:this.z}=Rt(U(t),this.x,this.z))}rotateZ(t){({x:this.x,y:this.y}=Rt(U(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 Ls(this.x,this.y,this.z)}distance(t){const e=t.x-this.x,n=t.y-this.y,i=t.z-this.z;return Math.sqrt(e*e+n*n+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 n=t/e;this.scalar(n)}return this}clamp(t){const e=this.length();return e&&e>t&&this.scalar(t/e),this}cross(t){const e=this.x,n=this.y,i=this.z;return{x:n*t.z-i*t.y,y:i*t.x-e*t.z,z:e*t.y-n*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 lo=[1,0,0,1,0,0],uo=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];class mt{value;_m13=0;_m23=0;_m33=1;matrix3d;constructor(t=lo){this.value=Array.from(t),this.m13=0,this.m23=0,this.m33=1,this.matrix3d=this.toMatrix3D()}static fromString(t){const e=new mt,n=Ri("number",t);return n.length===6&&n.forEach((i,r)=>{i.fullMatch&&(e.value[r]=parseFloat(i.fullMatch))}),e}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}toMatrix3D(t=this.matrix3d){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 xt(e)}identity(){return this.value=Array.from(lo),this.m13=0,this.m23=0,this.m33=1,this.matrix3d=this.toMatrix3D(),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}scalar(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.scalar(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 mt([...this.value])}multiply(t){const e=this.clone(),n=t instanceof mt?t:new mt(t);return this.m11=n.m11*e.m11+n.m12*e.m21+n.m13*e.m31,this.m12=n.m11*e.m12+n.m12*e.m22+n.m13*e.m32,this.m13=n.m11*e.m13+n.m12*e.m23+n.m13*e.m33,this.m21=n.m21*e.m11+n.m22*e.m21+n.m23*e.m31,this.m22=n.m21*e.m12+n.m22*e.m22+n.m23*e.m32,this.m23=n.m21*e.m13+n.m22*e.m23+n.m23*e.m33,this.m31=n.m31*e.m11+n.m32*e.m21+n.m33*e.m31,this.m32=n.m31*e.m12+n.m32*e.m22+n.m33*e.m32,this.m33=n.m31*e.m13+n.m32*e.m23+n.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,n=this.m13,i=this.m21,r=this.m22,o=this.m23,a=this.m31,h=this.m32,c=this.m33,l=c*r-o*h,d=-c*i+o*a,y=h*i-r*a;let x=t*l+e*d+n*y;return x?(x=1/x,this.m11=l*x,this.m12=(-c*e+n*h)*x,this.m13=(o*e-n*r)*x,this.m21=d*x,this.m22=(c*t-n*a)*x,this.m23=(-o*t+n*i)*x,this.m31=y*x,this.m32=(-h*t+e*a)*x,this.m33=(r*t-e*i)*x,this):null}adjugate(){const t=new mt;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=ot(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:ot(Math.atan2(-this.m21,this.m22)),skewY:ot(Math.atan2(this.m12,this.m11))}}getGroupCoords(t){const e=this.value[0],n=this.value[1],i=this.value[2],r=this.value[3],o=this.value[4],a=this.value[5],h=t.value[0],c=t.value[1],l=t.value[2],d=t.value[3],y=t.value[4],x=t.value[5],w=h*d,_=c*l,C=(l*n-e*d)/(_-w),S=(h*n-e*c)/(w-_),b=(l*r-i*d)/(_-w),p=(h*r-i*c)/(w-_),g=(l*(a-x)+d*(y-o))/(_-w),E=(h*(a-x)+c*(y-o))/(w-_),P=[C,S,b,p,g,E];return new mt(P)}toString(t=6){return this.matrix3d.is2D()?`matrix(${this.value.map(e=>Ft(e,t)).join(",")})`:this.matrix3d.toString()}translate(t,e){return this.multiply([1,0,0,1,t,e]),this.toMatrix3D(),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.matrix3d.translate(0,0,t),this.matrix3d.toMatrix(this),this}translateZTo(t){return this.translateZ(t-this.matrix3d.m43),this}translate3d(t,e,n){return this.matrix3d.translate(t,e,n),this.matrix3d.toMatrix(this),this}translate3dTo(t,e,n){return this.translate3d(t-this.matrix3d.m41,e-this.matrix3d.m42,n-this.matrix3d.m43),this}rotate(t,e=0,n=0){const i=U(t),r=Math.cos(i),o=Math.sin(i);return this.translate(e,n),this.multiply([r,o,-o,r,0,0]),this.translate(-e,-n),this.toMatrix3D(),this}rotateTo(t,e=0,n=0){const{degree:i}=this.split();return this.rotate(t-i,e,n),this}rotateX(t){return this.matrix3d.rotateX(t),this.matrix3d.toMatrix(this),this}rotateXTo(t){const{degreeX:e}=this.matrix3d.split();return this.rotateX(t-e),this}rotateY(t){return this.matrix3d.rotateY(t),this.matrix3d.toMatrix(this),this}rotateYTo(t){const{degreeY:e}=this.matrix3d.split();return this.rotateY(t-e),this}rotateZ(t){return this.matrix3d.rotateZ(t),this.matrix3d.toMatrix(this),this}rotateZTo(t){const{degreeZ:e}=this.matrix3d.split();return this.rotateZ(t-e),this}rotate3d(t,e,n){return this.matrix3d.rotateX(t).rotateY(e).rotateZ(n),this.matrix3d.toMatrix(this),this}rotate3dTo(t,e,n){const{degreeX:i,degreeY:r,degreeZ:o}=this.matrix3d.split();return this.rotate3d(t-i,e-r,n-o),this}scale(t,e=t,n=0,i=0){return this.translate(n,i),this.multiply([t,0,0,e,0,0]),this.translate(-n,-i),this.toMatrix3D(),this}scaleTo(t,e=t,n=0,i=0){return this.scale(t/this.m11,e/this.m22,n,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.matrix3d.scale(1,1,t),this.matrix3d.toMatrix(this),this}scaleZTo(t){const{scalarZ:e}=this.matrix3d.split();return this.scaleZ(t/e),this}scale3d(t,e=t,n=t){return this.matrix3d.scale(t,e,n),this.matrix3d.toMatrix(this),this}scale3dTo(t,e=t,n=t){const{scalarX:i,scalarY:r,scalarZ:o}=this.matrix3d.split();return this.scale3d(t/i,e/r,n/o),this}skew(t,e=t){return this.multiply([Math.cos(U(e)),Math.sin(U(e)),-Math.sin(U(t)),Math.cos(U(t)),0,0]),this.toMatrix3D(),this}skewTo(t,e=t){const{skewX:n,skewY:i}=this.split();return this.skew(t-n,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,n){return this}skew3dTo(t,e,n){return this}perspective(t){return this.matrix3d.perspective(t),this.matrix3d.toMatrix(this),this}}class xt{value;is3dSpecial=!1;constructor(t=uo){this.value=Array.from(t)}static fromString(t){const e=new xt,n=Ri("number",t);return n.length===16&&n.forEach((i,r)=>{i.fullMatch&&(e.value[r]=parseFloat(i.fullMatch))}),e}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}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(uo),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}clone(){return new xt([...this.value])}scalar(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.m41*=t,this.m42*=t,this.m43*=t,this.m44*=t,this}normalize(){return this.scalar(1/(this.m44||1e-4))}transformPoint(t){const e=t.z||1,n=t.w||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31+n*this.m41,y:t.x*this.m12+t.y*this.m22+e*this.m32+n*this.m42,z:t.x*this.m13+t.y*this.m23+e*this.m33+n*this.m43,w:t.x*this.m14+t.y*this.m24+e*this.m34+n*this.m44}}toMatrix(t){const{scalarX:e,scalarY:n,skewX:i,skewY:r,x:o,y:a}=this.split(),h=[e,r,i,n,o,a];return t?(t.value=h,t):new mt(h)}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=>Ft(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),n=Math.sqrt(this.m31*this.m31+this.m32*this.m32+this.m33*this.m33),i=ot($(Math.asin(-this.m13),-1,1));let r=ot(Math.atan2(this.m23,this.m33));Math.cos(U(i))===0&&(r=ot(Math.atan2(-this.m31,this.m22)));let o=ot(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:n,degreeX:r,degreeY:i,degreeZ:o,skewX:ot(this.m14),skewY:ot(this.m24),skewZ:ot(this.m34),skewW:this.m44,perspective:this.m34?-(1/this.m34):0}}inverse(){const t=[],e=this.m11,n=this.m12,i=this.m13,r=this.m14,o=this.m21,a=this.m22,h=this.m23,c=this.m24,l=this.m31,d=this.m32,y=this.m33,x=this.m34,w=this.m41,_=this.m42,C=this.m43,S=this.m44;t[0]=h*x*_-c*y*_+c*d*C-a*x*C-h*d*S+a*y*S,t[1]=r*y*_-i*x*_-r*d*C+n*x*C+i*d*S-n*y*S,t[2]=i*c*_-r*h*_+r*a*C-n*c*C-i*a*S+n*h*S,t[3]=r*h*d-i*c*d-r*a*y+n*c*y+i*a*x-n*h*x;const b=e*t[0]+o*t[1]+l*t[2]+w*t[3];if(b==0)return console.warn("Can't invert matrix, determinant is 0");t[4]=c*y*w-h*x*w-c*l*C+o*x*C+h*l*S-o*y*S,t[5]=i*x*w-r*y*w+r*l*C-e*x*C-i*l*S+e*y*S,t[6]=r*h*w-i*c*w-r*o*C+e*c*C+i*o*S-e*h*S,t[7]=i*c*l-r*h*l+r*o*y-e*c*y-i*o*x+e*h*x,t[8]=a*x*w-c*d*w+c*l*_-o*x*_-a*l*S+o*d*S,t[9]=r*d*w-n*x*w-r*l*_+e*x*_+n*l*S-e*d*S,t[10]=n*c*w-r*a*w+r*o*_-e*c*_-n*o*S+e*a*S,t[11]=r*a*l-n*c*l-r*o*d+e*c*d+n*o*x-e*a*x,t[12]=h*d*w-a*y*w-h*l*_+o*y*_+a*l*C-o*d*C,t[13]=n*y*w-i*d*w+i*l*_-e*y*_-n*l*C+e*d*C,t[14]=i*a*w-n*h*w-i*o*_+e*h*_+n*o*C-e*a*C,t[15]=n*h*l-i*a*l+i*o*d-e*h*d-n*o*y+e*a*y,this.value=t,this.scalar(1/b)}multiply(t){const e=this.clone();return this.m11=t.m11*e.m11+t.m12*e.m21+t.m13*e.m31+t.m14*e.m41,this.m12=t.m11*e.m12+t.m12*e.m22+t.m13*e.m32+t.m14*e.m42,this.m13=t.m11*e.m13+t.m12*e.m23+t.m13*e.m33+t.m14*e.m43,this.m14=t.m11*e.m14+t.m12*e.m24+t.m13*e.m34+t.m14*e.m44,this.m21=t.m21*e.m11+t.m22*e.m21+t.m23*e.m31+t.m24*e.m41,this.m22=t.m21*e.m12+t.m22*e.m22+t.m23*e.m32+t.m24*e.m42,this.m23=t.m21*e.m13+t.m22*e.m23+t.m23*e.m33+t.m24*e.m43,this.m24=t.m21*e.m14+t.m22*e.m24+t.m23*e.m34+t.m24*e.m44,this.m31=t.m31*e.m11+t.m32*e.m21+t.m33*e.m31+t.m34*e.m41,this.m32=t.m31*e.m12+t.m32*e.m22+t.m33*e.m32+t.m34*e.m42,this.m33=t.m31*e.m13+t.m32*e.m23+t.m33*e.m33+t.m34*e.m43,this.m34=t.m31*e.m14+t.m32*e.m24+t.m33*e.m34+t.m34*e.m44,this.m41=t.m41*e.m11+t.m42*e.m21+t.m43*e.m31+t.m44*e.m41,this.m42=t.m41*e.m12+t.m42*e.m22+t.m43*e.m32+t.m44*e.m42,this.m43=t.m41*e.m13+t.m42*e.m23+t.m43*e.m33+t.m44*e.m43,this.m44=t.m41*e.m14+t.m42*e.m24+t.m43*e.m34+t.m44*e.m44,this}translate(t=0,e=0,n=0){return this.multiply(new xt([1,0,0,0,0,1,0,0,0,0,1,0,t,e,n,1]))}scale(t=1,e=1,n=1){return this.multiply(new xt([t,0,0,0,0,e,0,0,0,0,n,0,0,0,0,1]))}rotateX(t){const e=U(t),n=Math.cos(e),i=Math.sin(e);return this.multiply(new xt([1,0,0,0,0,n,i,0,0,-i,n,0,0,0,0,1]))}rotateY(t){const e=U(t),n=Math.cos(e),i=Math.sin(e);return this.multiply(new xt([n,0,-i,0,0,1,0,0,i,0,n,0,0,0,0,1]))}rotateZ(t){this.is3dSpecial=!0;const e=U(t),n=Math.cos(e),i=Math.sin(e);return this.multiply(new xt([n,i,0,0,-i,n,0,0,0,0,1,0,0,0,0,1]))}skew(t=0,e=0,n=0){return this.multiply(new xt([1,0,0,U(t),0,1,0,U(e),0,0,1,U(n),0,0,0,1]))}perspective(t){return this.multiply(new xt([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,n=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=n+this.m32,h=i+this.m33,c=r+this.m34;r==0&&(r=1e-4),e/=r,n/=r,i/=r,c==0&&(c=1e-4),o/=c,a/=c,h/=c;const l=h-i;if(l==0)return{x:e,y:n,z:i,mass:r};const d=-i/l;return e+=d*(o-e),n+=d*(a-n),{x:e,y:n,z:i,mass:r}}project(t){const e=t.z;let n=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),n/=r,i/=r,r<0&&(n-=this.m41,i-=this.m42,n*=1/r,i*=1/r,n+=this.m41,i+=this.m42),{x:n,y:i,z:e,mass:r}}bounds(t,e,n,i){const r=new Je({x:t,y:e}),o=new Je({x:t+n,y:e}),a=new Je({x:t+n,y:e+i}),h=new Je({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:h.x,y:h.y,z:h.z,mass:h.mass}=this.project(h);const c=Math.min(r.x,o.x,a.x,h.x),l=Math.min(r.y,o.y,a.y,h.y),d=Math.max(r.x,o.x,a.x,h.x)-c,y=Math.max(r.y,o.y,a.y,h.y)-l;return{x:c,y:l,width:d,height:y}}}function jn(s){const t=new mt;return s.replace(/([a-z0-9]+)\s*\(?\s*((-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)*[a-z%]*\s*,?\s*)+)\)?/gi,function(e,n,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(n.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.toMatrix3D();break;case"matrix3d":t.matrix3d.multiply(new xt(r)),t.matrix3d.toMatrix(t);break}return""}),t}function Rt(s,t,e){const n=new mt;return n.rotate(ot(s)),n.transformPoint({x:t,y:e})}function Hn(s){const t=typeof s?.x=="number"?s?.x:0,e=typeof s?.y=="number"?s?.y:0,n=typeof s?.degree=="number"?s?.degree:0,i=typeof s?.scalarX=="number"?s?.scalarX:1,r=typeof s?.scalarY=="number"?s?.scalarY:1,o=U(n),a=Math.cos(o),h=Math.sin(o),c=new DOMMatrix([a*i,h*i,-h*r,a*r,t,e]);return c.multiplySelf(new DOMMatrix(s?.originMatrix||"")),c}function Kl(s,t){const e=new Path2D(s),n=new Path2D;return n.addPath(e,Hn(t)),n}function fo(s,t){const e={x:t.m11,y:t.m12,z:t.m13},n={x:t.m21,y:t.m22,z:t.m23},i={x:t.m31,y:t.m32,z:t.m33},r=s.transformPoint(e),o=s.transformPoint(n),a=s.transformPoint(i),h=new mt;return h.m11=r.x,h.m12=r.y,h.m13=r.z,h.m21=o.x,h.m22=o.y,h.m23=o.z,h.m31=a.x,h.m32=a.y,h.m33=a.z,h}function mo(s,t){const e={x:t.m11,y:t.m12,z:t.m13,w:t.m14},n={x:t.m21,y:t.m22,z:t.m23,w:t.m24},i={x:t.m31,y:t.m32,z:t.m33,w:t.m34},r={x:t.m41,y:t.m42,z:t.m43,w:t.m44},o=s.transformPoint(e),a=s.transformPoint(n),h=s.transformPoint(i),c=s.transformPoint(r);return new xt([o.x,o.y,o.z,o.w,a.x,a.y,a.z,a.w,h.x,h.y,h.z,h.w,c.x,c.y,c.z,c.w])}function Ql(s){let t=s[0];for(let e=1,n=s.length;e<n;e++)t=fo(t,s[e]);return t}function tu(s){let t=s[0];for(let e=1,n=s.length;e<n;e++)t=mo(t,s[e]);return t}function be(s,t,e){const n=Xn(s);return n.props.style=n.props.style||{},t?n.props.style[t]||n.props.style[Fi(t)]||n.props.style[ut(t)]||"":n.props.style}function $n(s,t,e){zn(s,n=>{n.props.style=n.props.style||{},typeof t=="string"&&e?n.props.style[t]=e:t instanceof Object&&Object.keys(t).forEach(i=>{n.props.style[i]=t[i]})},!0)}function Wn(s){const t={};if(getComputedStyle){const e=getComputedStyle(s);for(let n=0,i=e.length;n<i;n++)t[e[n]]=e.getPropertyValue(t[n])}else{const e=s.currentStyle;for(const n in e)t[n]=e[n]}return s.style.cssText&&s.style.cssText.split(";").filter(e=>!!e).forEach(e=>{const[n,i]=e.split(":");n&&i&&(t[n.trim()]=i.trim())}),t}function eu(s,t,e){if(getComputedStyle){t=ut(t);const n=getComputedStyle(s,e),i=n.getPropertyPriority(t);return n.getPropertyValue(t).trim()+(i?"!"+i:"")}else return s.currentStyle[t]}function Xs(s,t,e){typeof t=="string"&&e?s.style.setProperty(ut(t),e.replace(/!important/i,""),String(e).toLowerCase().includes("!important")?"important":""):t instanceof Object&&Object.keys(t).forEach(n=>{Xs(s,n,t[n])})}function Jn(s,t){typeof t=="string"?s.style.removeProperty(ut(t)):Object.keys(t).forEach(e=>{Jn(s,e)})}function po(s,t){let e;if(typeof t=="string"){const i=document.querySelector(t)?.shadowRoot;i?e=i:e=document.querySelector(t)}else e=t||document.getElementsByTagName("head")[0];const n=document.createElement("style");if(n.innerHTML=s,e)return e.appendChild(n),()=>{(e instanceof HTMLElement||e instanceof ShadowRoot)&&e.removeChild(n)};{const i=document.styleSheets[0].insertRule(s);return()=>{document.styleSheets[0].deleteRule(i)}}}function su(s,t,e={}){Object.prototype.hasOwnProperty.call(e,"transform")||Object.assign(e,{transform:be(s,"transform")||""});const n=jn(e.transform),i={};for(const r in t){const o=t[r];switch(r){case"transform":break;case"translate":n.translate(o[0]||0,o[1]||0);break;case"translateTo":n.translateTo(o[0]||0,o[1]||0);break;case"translateX":n.translateX(o||0);break;case"translateXTo":n.translateXTo(o||0);break;case"translateY":n.translateY(o||0);break;case"translateYTo":n.translateYTo(o||0);break;case"translateZ":n.translateZ(o||0);break;case"translateZTo":n.translateZTo(o||0);break;case"translate3d":n.translate3d(o[0]||0,o[1]||0,o[2]||0);break;case"translate3dTo":n.translate3dTo(o[0]||0,o[1]||0,o[2]||0);break;case"rotate":typeof o=="number"?n.rotate(o||0):n.rotate(o[0]||0,o[1]||0,o[2]||0);break;case"rotateTo":typeof o=="number"?n.rotateTo(o||0):n.rotateTo(o[0]||0,o[1]||0,o[2]||0);break;case"rotateX":n.rotateX(o||0);break;case"rotateXTo":n.rotateXTo(o||0);break;case"rotateY":n.rotateY(o||0);break;case"rotateYTo":n.rotateYTo(o||0);break;case"rotateZ":n.rotateZ(o||0);break;case"rotateZTo":n.rotateZTo(o||0);break;case"rotate3d":n.rotate3d(o[0]||0,o[1]||0,o[2]||0);break;case"rotate3dTo":n.rotate3dTo(o[0]||0,o[1]||0,o[2]||0);break;case"scale":typeof o=="number"?n.scale(o||1):n.scale(o[0]||1,o[1]||1,o[2]||0,o[3]||0);break;case"scaleTo":typeof o=="number"?n.scaleTo(o||1):n.scaleTo(o[0]||1,o[1]||1,o[2]||0,o[3]||0);break;case"scaleX":n.scaleX(o||1);break;case"scaleXTo":n.scaleXTo(o||1);break;case"scaleY":n.scaleY(o||1);break;case"scaleYTo":n.scaleYTo(o||1);break;case"scaleZ":n.scaleZ(o||1);break;case"scaleZTo":n.scaleZTo(o||1);break;case"scale3d":typeof o=="number"?n.scale3d(o||1):n.scale3d(o[0]||1,o[1]||1,o[2]||1);break;case"scale3dTo":typeof o=="number"?n.scale3dTo(o||1):n.scale3dTo(o[0]||1,o[1]||1,o[2]||1);break;case"skew":typeof o=="number"?n.skew(o||0):n.skew(o[0]||0,o[1]||0);break;case"skewTo":typeof o=="number"?n.skewTo(o||0):n.skewTo(o[0]||0,o[1]||0);break;case"skewX":n.skewX(o||0);break;case"skewXTo":n.skewXTo(o||0);break;case"skewY":n.skewY(o||0);break;case"skewYTo":n.skewYTo(o||0);break;case"skewZ":break;case"skewZTo":break;case"skew3d":break;case"skew3dTo":break;case"perspective":n.perspective(o||0);break;default:Object.prototype.hasOwnProperty.call(e,r)||(e[r]=be(s,r)),Object.assign(i,{[r]:`${o}`});break}}return Object.assign(i,{transform:n.toString()}),i}function ie(s,t,e){if(t===void 0&&e===void 0)return Zn(s);if(typeof t=="string"&&e===void 0)return go(s,t);let n={};typeof t=="object"?n=t:typeof t=="string"&&typeof e=="string"&&(n[t]=""+e),zn(s,i=>{Object.entries(n).forEach(([r,o])=>{i.props[r]=""+o})})}const nu=["-o-","-ms-","-moz-","-webkit-",""];function Zn(s){const t={};for(let e=0,n=s.attributes,i=n.length;e<i;e++){const r=n[e];r.nodeName&&r.nodeValue&&(r.nodeName==="style"?t[r.nodeName]=Wn(s):t[r.nodeName]=r.nodeValue)}return t}function go(s,t){return t==="style"?Wn(s):s.getAttribute(ut(t))}function zs(s,t,e){return s.setAttribute(ut(t),""+e)}function iu(s,t){t.split(/[,\s]+/i).forEach(e=>{const n=ut(e.trim());n!=""&&s.removeAttribute(n)})}function ru(s,t){zs(s,"draggable","true");const e=[];return e.push(F(s,"dragstart",n=>{ee(n),Xr(n);const i=n.dataTransfer;i&&(i.effectAllowed="move",i.setData("text/plain","some-data")),t?.onStart?.(n)},!0)),e.push(F(s,"drag",n=>{ee(n),t?.onDrag?.(n)})),e.push(F(s,"dragend",n=>{ee(n),t?.onEnd?.(n)})),()=>{e.forEach(n=>n())}}function ou(s,t){const e=[];return e.push(F(s,"dragenter",n=>{ee(n),t?.onEnter?.(n)})),e.push(F(s,"dragover",n=>{ee(n);const i=n.dataTransfer;i&&(i.dropEffect="move"),t?.onOver?.(n)})),e.push(F(s,"dragleave",n=>{ee(n),t?.onLeave?.(n)})),e.push(F(s,"drop",n=>{ee(n);const i=n.dataTransfer;if(!i){t?.onDrop?.(n,[]);return}t?.onDrop?.(n,[...i.files])})),()=>{e.forEach(n=>n())}}function au(){return{screenWidth:window.screen.width,screenHeight:window.screen.height,screenX:window.screenX,screenY:window.screenY}}function Ze(){const s=document.documentElement;return{clientWidth:s.clientWidth,clientHeight:s.clientHeight,clientTop:s.clientTop,clientLeft:s.clientLeft,scrollWidth:s.scrollWidth,scrollHeight:s.scrollHeight,scrollTop:s.scrollTop,scrollLeft:s.scrollLeft,offsetWidth:s.offsetWidth,offsetHeight:s.offsetHeight,offsetTop:s.offsetTop,offsetLeft:s.offsetLeft,offsetParent:s.offsetParent}}function hu(){const s=document.body;return{clientWidth:s.clientWidth,clientHeight:s.clientHeight,clientTop:s.clientTop,clientLeft:s.clientLeft,scrollWidth:s.scrollWidth,scrollHeight:s.scrollHeight,scrollTop:s.scrollTop,scrollLeft:s.scrollLeft,offsetWidth:s.offsetWidth,offsetHeight:s.offsetHeight,offsetTop:s.offsetTop,offsetLeft:s.offsetLeft,offsetParent:s.offsetParent}}function cu(){return typeof window.innerWidth=="number"?{width:window.innerWidth,height:window.innerHeight}:document.compatMode==="CSS1Compat"?{width:document.documentElement.clientWidth,height:document.documentElement.clientHeight}:{width:document.body.clientWidth,height:document.body.clientHeight}}function lu(){const{scrollWidth:s,scrollHeight:t}=Ze();return{width:s,height:t}}function Kn(s){const{top:t,left:e,width:n,height:i}=s.getBoundingClientRect(),{scrollLeft:r,scrollTop:o}=Ze();return{x:e+r,y:t+o,width:n,height:i}}function uu(s){let t=s,e=0,n=0;for(;t!==null;)e+=t.offsetLeft,n+=t.offsetTop,t.offsetParent instanceof HTMLElement?t=t.offsetParent:t=null;return{x:e,y:n,width:s.offsetWidth,height:s.offsetHeight}}function yo(s){return s.getBoundingClientRect()}function fu(s){const t=s.getBoundingClientRect();return{x:s.offsetLeft,y:s.offsetTop,width:t.width||t.right-t.left,height:t.height||t.bottom-t.top}}function du(){const{clientHeight:s,scrollTop:t,scrollHeight:e}=Ze(),n=e-s;return n<=0?0:t/n*100}function wo(){const s={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,n){s.x=e.x,s.y=e.y,typeof n=="boolean"&&(s.isDown=n),this.setCurrentMousePoint(e,n)},setCurrentMousePoint:(e,n)=>{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-s.x,t.dStartY=t.y-s.y,typeof n=="boolean"&&(t.isDown=n)}}}function mu(s){if("center"in s){const t=s.center,e=yo(s.target);return{x:t.x-e.x,y:t.y-e.y}}return{x:s.clientX,y:s.clientY}}function Qn(s){if("center"in s)return s.center;if(typeof s.pageX=="number"&&typeof s.pageY=="number")return{x:s.pageX,y:s.pageY};const{scrollLeft:t,scrollTop:e}=Ze();return{x:s.clientX+t,y:s.clientY+e}}function Me(s,t){const e={x:0,y:0};if(t){const n=Qn(s),i=Kn(t);e.x=n.x-i.x,e.y=n.y-i.y}else{let n=0,i=0;if("currentTarget"in s&&s.currentTarget&&s.target&&s.currentTarget!=s.target){const r=s.currentTarget.getBoundingClientRect(),o=s.target.getBoundingClientRect();n=o.left-r.left,i=o.top-r.top}if("offsetX"in s)e.x=s.offsetX+n,e.y=s.offsetY+i;else{const r=Qn(s),o=Kn(s.target);e.x=r.x-o.x+n,e.y=r.y-o.y+i}}return e}var bo={exports:{}};/*! Hammer.JS - v2.0.7 - 2016-04-22
|
|
16
|
+
* http://hammerjs.github.io/
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2016 Jorik Tangelder;
|
|
19
|
+
* Licensed under the MIT license */(function(s){(function(t,e,n,i){var r=["","webkit","Moz","MS","ms","o"],o=e.createElement("div"),a="function",h=Math.round,c=Math.abs,l=Date.now;function d(f,m,v){return setTimeout(p(f,v),m)}function y(f,m,v){return Array.isArray(f)?(x(f,v[m],v),!0):!1}function x(f,m,v){var A;if(f)if(f.forEach)f.forEach(m,v);else if(f.length!==i)for(A=0;A<f.length;)m.call(v,f[A],A,f),A++;else for(A in f)f.hasOwnProperty(A)&&m.call(v,f[A],A,f)}function w(f,m,v){var A="DEPRECATED METHOD: "+m+`
|
|
20
|
+
`+v+` AT
|
|
21
|
+
`;return function(){var M=new Error("get-stack-trace"),L=M&&M.stack?M.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",z=t.console&&(t.console.warn||t.console.log);return z&&z.call(t.console,A,L),f.apply(this,arguments)}}var _;typeof Object.assign!="function"?_=function(m){if(m===i||m===null)throw new TypeError("Cannot convert undefined or null to object");for(var v=Object(m),A=1;A<arguments.length;A++){var M=arguments[A];if(M!==i&&M!==null)for(var L in M)M.hasOwnProperty(L)&&(v[L]=M[L])}return v}:_=Object.assign;var C=w(function(m,v,A){for(var M=Object.keys(v),L=0;L<M.length;)(!A||A&&m[M[L]]===i)&&(m[M[L]]=v[M[L]]),L++;return m},"extend","Use `assign`."),S=w(function(m,v){return C(m,v,!0)},"merge","Use `assign`.");function b(f,m,v){var A=m.prototype,M;M=f.prototype=Object.create(A),M.constructor=f,M._super=A,v&&_(M,v)}function p(f,m){return function(){return f.apply(m,arguments)}}function g(f,m){return typeof f==a?f.apply(m&&m[0]||i,m):f}function E(f,m){return f===i?m:f}function P(f,m,v){x(Z(m),function(A){f.addEventListener(A,v,!1)})}function N(f,m,v){x(Z(m),function(A){f.removeEventListener(A,v,!1)})}function q(f,m){for(;f;){if(f==m)return!0;f=f.parentNode}return!1}function V(f,m){return f.indexOf(m)>-1}function Z(f){return f.trim().split(/\s+/g)}function Q(f,m,v){if(f.indexOf&&!v)return f.indexOf(m);for(var A=0;A<f.length;){if(v&&f[A][v]==m||!v&&f[A]===m)return A;A++}return-1}function ht(f){return Array.prototype.slice.call(f,0)}function At(f,m,v){for(var A=[],M=[],L=0;L<f.length;){var z=m?f[L][m]:f[L];Q(M,z)<0&&A.push(f[L]),M[L]=z,L++}return v&&(m?A=A.sort(function(it,yt){return it[m]>yt[m]}):A=A.sort()),A}function St(f,m){for(var v,A,M=m[0].toUpperCase()+m.slice(1),L=0;L<r.length;){if(v=r[L],A=v?v+M:m,A in f)return A;L++}return i}var Le=1;function ue(){return Le++}function Te(f){var m=f.ownerDocument||f;return m.defaultView||m.parentWindow||t}var Oe=/mobile|tablet|ip(ad|hone|od)|android/i,O="ontouchstart"in t,k=St(t,"PointerEvent")!==i,X=O&&Oe.test(navigator.userAgent),j="touch",gt="pen",Lt="mouse",Js="kinect",Zs=25,nt=1,Jt=2,K=4,ct=8,Fe=1,fe=2,I=4,lt=8,is=16,Ut=fe|I,Pe=lt|is,ca=Ut|Pe,la=["x","y"],Ks=["clientX","clientY"];function Dt(f,m){var v=this;this.manager=f,this.callback=m,this.element=f.element,this.target=f.options.inputTarget,this.domHandler=function(A){g(f.options.enable,[f])&&v.handler(A)},this.init()}Dt.prototype={handler:function(){},init:function(){this.evEl&&P(this.element,this.evEl,this.domHandler),this.evTarget&&P(this.target,this.evTarget,this.domHandler),this.evWin&&P(Te(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&N(this.element,this.evEl,this.domHandler),this.evTarget&&N(this.target,this.evTarget,this.domHandler),this.evWin&&N(Te(this.element),this.evWin,this.domHandler)}};function pm(f){var m,v=f.options.inputClass;return v?m=v:k?m=xi:X?m=en:O?m=Si:m=tn,new m(f,gm)}function gm(f,m,v){var A=v.pointers.length,M=v.changedPointers.length,L=m&nt&&A-M===0,z=m&(K|ct)&&A-M===0;v.isFirst=!!L,v.isFinal=!!z,L&&(f.session={}),v.eventType=m,ym(f,v),f.emit("hammer.input",v),f.recognize(v),f.session.prevInput=v}function ym(f,m){var v=f.session,A=m.pointers,M=A.length;v.firstInput||(v.firstInput=ua(m)),M>1&&!v.firstMultiple?v.firstMultiple=ua(m):M===1&&(v.firstMultiple=!1);var L=v.firstInput,z=v.firstMultiple,st=z?z.center:L.center,it=m.center=fa(A);m.timeStamp=l(),m.deltaTime=m.timeStamp-L.timeStamp,m.angle=bi(st,it),m.distance=Qs(st,it),wm(v,m),m.offsetDirection=ma(m.deltaX,m.deltaY);var yt=da(m.deltaTime,m.deltaX,m.deltaY);m.overallVelocityX=yt.x,m.overallVelocityY=yt.y,m.overallVelocity=c(yt.x)>c(yt.y)?yt.x:yt.y,m.scale=z?Sm(z.pointers,A):1,m.rotation=z?xm(z.pointers,A):0,m.maxPointers=v.prevInput?m.pointers.length>v.prevInput.maxPointers?m.pointers.length:v.prevInput.maxPointers:m.pointers.length,bm(v,m);var Xt=f.element;q(m.srcEvent.target,Xt)&&(Xt=m.srcEvent.target),m.target=Xt}function wm(f,m){var v=m.center,A=f.offsetDelta||{},M=f.prevDelta||{},L=f.prevInput||{};(m.eventType===nt||L.eventType===K)&&(M=f.prevDelta={x:L.deltaX||0,y:L.deltaY||0},A=f.offsetDelta={x:v.x,y:v.y}),m.deltaX=M.x+(v.x-A.x),m.deltaY=M.y+(v.y-A.y)}function bm(f,m){var v=f.lastInterval||m,A=m.timeStamp-v.timeStamp,M,L,z,st;if(m.eventType!=ct&&(A>Zs||v.velocity===i)){var it=m.deltaX-v.deltaX,yt=m.deltaY-v.deltaY,Xt=da(A,it,yt);L=Xt.x,z=Xt.y,M=c(Xt.x)>c(Xt.y)?Xt.x:Xt.y,st=ma(it,yt),f.lastInterval=m}else M=v.velocity,L=v.velocityX,z=v.velocityY,st=v.direction;m.velocity=M,m.velocityX=L,m.velocityY=z,m.direction=st}function ua(f){for(var m=[],v=0;v<f.pointers.length;)m[v]={clientX:h(f.pointers[v].clientX),clientY:h(f.pointers[v].clientY)},v++;return{timeStamp:l(),pointers:m,center:fa(m),deltaX:f.deltaX,deltaY:f.deltaY}}function fa(f){var m=f.length;if(m===1)return{x:h(f[0].clientX),y:h(f[0].clientY)};for(var v=0,A=0,M=0;M<m;)v+=f[M].clientX,A+=f[M].clientY,M++;return{x:h(v/m),y:h(A/m)}}function da(f,m,v){return{x:m/f||0,y:v/f||0}}function ma(f,m){return f===m?Fe:c(f)>=c(m)?f<0?fe:I:m<0?lt:is}function Qs(f,m,v){v||(v=la);var A=m[v[0]]-f[v[0]],M=m[v[1]]-f[v[1]];return Math.sqrt(A*A+M*M)}function bi(f,m,v){v||(v=la);var A=m[v[0]]-f[v[0]],M=m[v[1]]-f[v[1]];return Math.atan2(M,A)*180/Math.PI}function xm(f,m){return bi(m[1],m[0],Ks)+bi(f[1],f[0],Ks)}function Sm(f,m){return Qs(m[0],m[1],Ks)/Qs(f[0],f[1],Ks)}var vm={mousedown:nt,mousemove:Jt,mouseup:K},Cm="mousedown",Tm="mousemove mouseup";function tn(){this.evEl=Cm,this.evWin=Tm,this.pressed=!1,Dt.apply(this,arguments)}b(tn,Dt,{handler:function(m){var v=vm[m.type];v&nt&&m.button===0&&(this.pressed=!0),v&Jt&&m.which!==1&&(v=K),this.pressed&&(v&K&&(this.pressed=!1),this.callback(this.manager,v,{pointers:[m],changedPointers:[m],pointerType:Lt,srcEvent:m}))}});var Pm={pointerdown:nt,pointermove:Jt,pointerup:K,pointercancel:ct,pointerout:ct},Em={2:j,3:gt,4:Lt,5:Js},pa="pointerdown",ga="pointermove pointerup pointercancel";t.MSPointerEvent&&!t.PointerEvent&&(pa="MSPointerDown",ga="MSPointerMove MSPointerUp MSPointerCancel");function xi(){this.evEl=pa,this.evWin=ga,Dt.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}b(xi,Dt,{handler:function(m){var v=this.store,A=!1,M=m.type.toLowerCase().replace("ms",""),L=Pm[M],z=Em[m.pointerType]||m.pointerType,st=z==j,it=Q(v,m.pointerId,"pointerId");L&nt&&(m.button===0||st)?it<0&&(v.push(m),it=v.length-1):L&(K|ct)&&(A=!0),!(it<0)&&(v[it]=m,this.callback(this.manager,L,{pointers:v,changedPointers:[m],pointerType:z,srcEvent:m}),A&&v.splice(it,1))}});var _m={touchstart:nt,touchmove:Jt,touchend:K,touchcancel:ct},Am="touchstart",Dm="touchstart touchmove touchend touchcancel";function ya(){this.evTarget=Am,this.evWin=Dm,this.started=!1,Dt.apply(this,arguments)}b(ya,Dt,{handler:function(m){var v=_m[m.type];if(v===nt&&(this.started=!0),!!this.started){var A=Im.call(this,m,v);v&(K|ct)&&A[0].length-A[1].length===0&&(this.started=!1),this.callback(this.manager,v,{pointers:A[0],changedPointers:A[1],pointerType:j,srcEvent:m})}}});function Im(f,m){var v=ht(f.touches),A=ht(f.changedTouches);return m&(K|ct)&&(v=At(v.concat(A),"identifier",!0)),[v,A]}var Mm={touchstart:nt,touchmove:Jt,touchend:K,touchcancel:ct},km="touchstart touchmove touchend touchcancel";function en(){this.evTarget=km,this.targetIds={},Dt.apply(this,arguments)}b(en,Dt,{handler:function(m){var v=Mm[m.type],A=Rm.call(this,m,v);A&&this.callback(this.manager,v,{pointers:A[0],changedPointers:A[1],pointerType:j,srcEvent:m})}});function Rm(f,m){var v=ht(f.touches),A=this.targetIds;if(m&(nt|Jt)&&v.length===1)return A[v[0].identifier]=!0,[v,v];var M,L,z=ht(f.changedTouches),st=[],it=this.target;if(L=v.filter(function(yt){return q(yt.target,it)}),m===nt)for(M=0;M<L.length;)A[L[M].identifier]=!0,M++;for(M=0;M<z.length;)A[z[M].identifier]&&st.push(z[M]),m&(K|ct)&&delete A[z[M].identifier],M++;if(st.length)return[At(L.concat(st),"identifier",!0),st]}var Lm=2500,wa=25;function Si(){Dt.apply(this,arguments);var f=p(this.handler,this);this.touch=new en(this.manager,f),this.mouse=new tn(this.manager,f),this.primaryTouch=null,this.lastTouches=[]}b(Si,Dt,{handler:function(m,v,A){var M=A.pointerType==j,L=A.pointerType==Lt;if(!(L&&A.sourceCapabilities&&A.sourceCapabilities.firesTouchEvents)){if(M)Om.call(this,v,A);else if(L&&Fm.call(this,A))return;this.callback(m,v,A)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});function Om(f,m){f&nt?(this.primaryTouch=m.changedPointers[0].identifier,ba.call(this,m)):f&(K|ct)&&ba.call(this,m)}function ba(f){var m=f.changedPointers[0];if(m.identifier===this.primaryTouch){var v={x:m.clientX,y:m.clientY};this.lastTouches.push(v);var A=this.lastTouches,M=function(){var L=A.indexOf(v);L>-1&&A.splice(L,1)};setTimeout(M,Lm)}}function Fm(f){for(var m=f.srcEvent.clientX,v=f.srcEvent.clientY,A=0;A<this.lastTouches.length;A++){var M=this.lastTouches[A],L=Math.abs(m-M.x),z=Math.abs(v-M.y);if(L<=wa&&z<=wa)return!0}return!1}var xa=St(o.style,"touchAction"),Sa=xa!==i,va="compute",Ca="auto",vi="manipulation",Ee="none",rs="pan-x",os="pan-y",sn=Bm();function Ci(f,m){this.manager=f,this.set(m)}Ci.prototype={set:function(f){f==va&&(f=this.compute()),Sa&&this.manager.element.style&&sn[f]&&(this.manager.element.style[xa]=f),this.actions=f.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var f=[];return x(this.manager.recognizers,function(m){g(m.options.enable,[m])&&(f=f.concat(m.getTouchAction()))}),Nm(f.join(" "))},preventDefaults:function(f){var m=f.srcEvent,v=f.offsetDirection;if(this.manager.session.prevented){m.preventDefault();return}var A=this.actions,M=V(A,Ee)&&!sn[Ee],L=V(A,os)&&!sn[os],z=V(A,rs)&&!sn[rs];if(M){var st=f.pointers.length===1,it=f.distance<2,yt=f.deltaTime<250;if(st&&it&&yt)return}if(!(z&&L)&&(M||L&&v&Ut||z&&v&Pe))return this.preventSrc(m)},preventSrc:function(f){this.manager.session.prevented=!0,f.preventDefault()}};function Nm(f){if(V(f,Ee))return Ee;var m=V(f,rs),v=V(f,os);return m&&v?Ee:m||v?m?rs:os:V(f,vi)?vi:Ca}function Bm(){if(!Sa)return!1;var f={},m=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(v){f[v]=m?t.CSS.supports("touch-action",v):!0}),f}var nn=1,It=2,Ne=4,de=8,Zt=de,as=16,Yt=32;function Kt(f){this.options=_({},this.defaults,f||{}),this.id=ue(),this.manager=null,this.options.enable=E(this.options.enable,!0),this.state=nn,this.simultaneous={},this.requireFail=[]}Kt.prototype={defaults:{},set:function(f){return _(this.options,f),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(f){if(y(f,"recognizeWith",this))return this;var m=this.simultaneous;return f=rn(f,this),m[f.id]||(m[f.id]=f,f.recognizeWith(this)),this},dropRecognizeWith:function(f){return y(f,"dropRecognizeWith",this)?this:(f=rn(f,this),delete this.simultaneous[f.id],this)},requireFailure:function(f){if(y(f,"requireFailure",this))return this;var m=this.requireFail;return f=rn(f,this),Q(m,f)===-1&&(m.push(f),f.requireFailure(this)),this},dropRequireFailure:function(f){if(y(f,"dropRequireFailure",this))return this;f=rn(f,this);var m=Q(this.requireFail,f);return m>-1&&this.requireFail.splice(m,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(f){return!!this.simultaneous[f.id]},emit:function(f){var m=this,v=this.state;function A(M){m.manager.emit(M,f)}v<de&&A(m.options.event+Ta(v)),A(m.options.event),f.additionalEvent&&A(f.additionalEvent),v>=de&&A(m.options.event+Ta(v))},tryEmit:function(f){if(this.canEmit())return this.emit(f);this.state=Yt},canEmit:function(){for(var f=0;f<this.requireFail.length;){if(!(this.requireFail[f].state&(Yt|nn)))return!1;f++}return!0},recognize:function(f){var m=_({},f);if(!g(this.options.enable,[this,m])){this.reset(),this.state=Yt;return}this.state&(Zt|as|Yt)&&(this.state=nn),this.state=this.process(m),this.state&(It|Ne|de|as)&&this.tryEmit(m)},process:function(f){},getTouchAction:function(){},reset:function(){}};function Ta(f){return f&as?"cancel":f&de?"end":f&Ne?"move":f&It?"start":""}function Pa(f){return f==is?"down":f==lt?"up":f==fe?"left":f==I?"right":""}function rn(f,m){var v=m.manager;return v?v.get(f):f}function Ot(){Kt.apply(this,arguments)}b(Ot,Kt,{defaults:{pointers:1},attrTest:function(f){var m=this.options.pointers;return m===0||f.pointers.length===m},process:function(f){var m=this.state,v=f.eventType,A=m&(It|Ne),M=this.attrTest(f);return A&&(v&ct||!M)?m|as:A||M?v&K?m|de:m&It?m|Ne:It:Yt}});function on(){Ot.apply(this,arguments),this.pX=null,this.pY=null}b(on,Ot,{defaults:{event:"pan",threshold:10,pointers:1,direction:ca},getTouchAction:function(){var f=this.options.direction,m=[];return f&Ut&&m.push(os),f&Pe&&m.push(rs),m},directionTest:function(f){var m=this.options,v=!0,A=f.distance,M=f.direction,L=f.deltaX,z=f.deltaY;return M&m.direction||(m.direction&Ut?(M=L===0?Fe:L<0?fe:I,v=L!=this.pX,A=Math.abs(f.deltaX)):(M=z===0?Fe:z<0?lt:is,v=z!=this.pY,A=Math.abs(f.deltaY))),f.direction=M,v&&A>m.threshold&&M&m.direction},attrTest:function(f){return Ot.prototype.attrTest.call(this,f)&&(this.state&It||!(this.state&It)&&this.directionTest(f))},emit:function(f){this.pX=f.deltaX,this.pY=f.deltaY;var m=Pa(f.direction);m&&(f.additionalEvent=this.options.event+m),this._super.emit.call(this,f)}});function Ti(){Ot.apply(this,arguments)}b(Ti,Ot,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[Ee]},attrTest:function(f){return this._super.attrTest.call(this,f)&&(Math.abs(f.scale-1)>this.options.threshold||this.state&It)},emit:function(f){if(f.scale!==1){var m=f.scale<1?"in":"out";f.additionalEvent=this.options.event+m}this._super.emit.call(this,f)}});function Pi(){Kt.apply(this,arguments),this._timer=null,this._input=null}b(Pi,Kt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[Ca]},process:function(f){var m=this.options,v=f.pointers.length===m.pointers,A=f.distance<m.threshold,M=f.deltaTime>m.time;if(this._input=f,!A||!v||f.eventType&(K|ct)&&!M)this.reset();else if(f.eventType&nt)this.reset(),this._timer=d(function(){this.state=Zt,this.tryEmit()},m.time,this);else if(f.eventType&K)return Zt;return Yt},reset:function(){clearTimeout(this._timer)},emit:function(f){this.state===Zt&&(f&&f.eventType&K?this.manager.emit(this.options.event+"up",f):(this._input.timeStamp=l(),this.manager.emit(this.options.event,this._input)))}});function Ei(){Ot.apply(this,arguments)}b(Ei,Ot,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[Ee]},attrTest:function(f){return this._super.attrTest.call(this,f)&&(Math.abs(f.rotation)>this.options.threshold||this.state&It)}});function _i(){Ot.apply(this,arguments)}b(_i,Ot,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:Ut|Pe,pointers:1},getTouchAction:function(){return on.prototype.getTouchAction.call(this)},attrTest:function(f){var m=this.options.direction,v;return m&(Ut|Pe)?v=f.overallVelocity:m&Ut?v=f.overallVelocityX:m&Pe&&(v=f.overallVelocityY),this._super.attrTest.call(this,f)&&m&f.offsetDirection&&f.distance>this.options.threshold&&f.maxPointers==this.options.pointers&&c(v)>this.options.velocity&&f.eventType&K},emit:function(f){var m=Pa(f.offsetDirection);m&&this.manager.emit(this.options.event+m,f),this.manager.emit(this.options.event,f)}});function an(){Kt.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}b(an,Kt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[vi]},process:function(f){var m=this.options,v=f.pointers.length===m.pointers,A=f.distance<m.threshold,M=f.deltaTime<m.time;if(this.reset(),f.eventType&nt&&this.count===0)return this.failTimeout();if(A&&M&&v){if(f.eventType!=K)return this.failTimeout();var L=this.pTime?f.timeStamp-this.pTime<m.interval:!0,z=!this.pCenter||Qs(this.pCenter,f.center)<m.posThreshold;this.pTime=f.timeStamp,this.pCenter=f.center,!z||!L?this.count=1:this.count+=1,this._input=f;var st=this.count%m.taps;if(st===0)return this.hasRequireFailures()?(this._timer=d(function(){this.state=Zt,this.tryEmit()},m.interval,this),It):Zt}return Yt},failTimeout:function(){return this._timer=d(function(){this.state=Yt},this.options.interval,this),Yt},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==Zt&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function Qt(f,m){return m=m||{},m.recognizers=E(m.recognizers,Qt.defaults.preset),new Ai(f,m)}Qt.VERSION="2.0.7",Qt.defaults={domEvents:!1,touchAction:va,enable:!0,inputTarget:null,inputClass:null,preset:[[Ei,{enable:!1}],[Ti,{enable:!1},["rotate"]],[_i,{direction:Ut}],[on,{direction:Ut},["swipe"]],[an],[an,{event:"doubletap",taps:2},["tap"]],[Pi]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var Um=1,Ea=2;function Ai(f,m){this.options=_({},Qt.defaults,m||{}),this.options.inputTarget=this.options.inputTarget||f,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=f,this.input=pm(this),this.touchAction=new Ci(this,this.options.touchAction),_a(this,!0),x(this.options.recognizers,function(v){var A=this.add(new v[0](v[1]));v[2]&&A.recognizeWith(v[2]),v[3]&&A.requireFailure(v[3])},this)}Ai.prototype={set:function(f){return _(this.options,f),f.touchAction&&this.touchAction.update(),f.inputTarget&&(this.input.destroy(),this.input.target=f.inputTarget,this.input.init()),this},stop:function(f){this.session.stopped=f?Ea:Um},recognize:function(f){var m=this.session;if(!m.stopped){this.touchAction.preventDefaults(f);var v,A=this.recognizers,M=m.curRecognizer;(!M||M&&M.state&Zt)&&(M=m.curRecognizer=null);for(var L=0;L<A.length;)v=A[L],m.stopped!==Ea&&(!M||v==M||v.canRecognizeWith(M))?v.recognize(f):v.reset(),!M&&v.state&(It|Ne|de)&&(M=m.curRecognizer=v),L++}},get:function(f){if(f instanceof Kt)return f;for(var m=this.recognizers,v=0;v<m.length;v++)if(m[v].options.event==f)return m[v];return null},add:function(f){if(y(f,"add",this))return this;var m=this.get(f.options.event);return m&&this.remove(m),this.recognizers.push(f),f.manager=this,this.touchAction.update(),f},remove:function(f){if(y(f,"remove",this))return this;if(f=this.get(f),f){var m=this.recognizers,v=Q(m,f);v!==-1&&(m.splice(v,1),this.touchAction.update())}return this},on:function(f,m){if(f!==i&&m!==i){var v=this.handlers;return x(Z(f),function(A){v[A]=v[A]||[],v[A].push(m)}),this}},off:function(f,m){if(f!==i){var v=this.handlers;return x(Z(f),function(A){m?v[A]&&v[A].splice(Q(v[A],m),1):delete v[A]}),this}},emit:function(f,m){this.options.domEvents&&Ym(f,m);var v=this.handlers[f]&&this.handlers[f].slice();if(!(!v||!v.length)){m.type=f,m.preventDefault=function(){m.srcEvent.preventDefault()};for(var A=0;A<v.length;)v[A](m),A++}},destroy:function(){this.element&&_a(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}};function _a(f,m){var v=f.element;if(v.style){var A;x(f.options.cssProps,function(M,L){A=St(v.style,L),m?(f.oldCssProps[A]=v.style[A],v.style[A]=M):v.style[A]=f.oldCssProps[A]||""}),m||(f.oldCssProps={})}}function Ym(f,m){var v=e.createEvent("Event");v.initEvent(f,!0,!0),v.gesture=m,m.target.dispatchEvent(v)}_(Qt,{INPUT_START:nt,INPUT_MOVE:Jt,INPUT_END:K,INPUT_CANCEL:ct,STATE_POSSIBLE:nn,STATE_BEGAN:It,STATE_CHANGED:Ne,STATE_ENDED:de,STATE_RECOGNIZED:Zt,STATE_CANCELLED:as,STATE_FAILED:Yt,DIRECTION_NONE:Fe,DIRECTION_LEFT:fe,DIRECTION_RIGHT:I,DIRECTION_UP:lt,DIRECTION_DOWN:is,DIRECTION_HORIZONTAL:Ut,DIRECTION_VERTICAL:Pe,DIRECTION_ALL:ca,Manager:Ai,Input:Dt,TouchAction:Ci,TouchInput:en,MouseInput:tn,PointerEventInput:xi,TouchMouseInput:Si,SingleTouchInput:ya,Recognizer:Kt,AttrRecognizer:Ot,Tap:an,Pan:on,Swipe:_i,Pinch:Ti,Rotate:Ei,Press:Pi,on:P,off:N,each:x,merge:S,extend:C,assign:_,inherit:b,bindFn:p,prefixed:St});var Xm=typeof t<"u"?t:typeof self<"u"?self:{};Xm.Hammer=Qt,typeof i=="function"&&i.amd?i(function(){return Qt}):s.exports?s.exports=Qt:t[n]=Qt})(window,document,"Hammer")})(bo);var pu=bo.exports;const gu=$i(pu);async function xo(s,t){return new Promise(e=>{const n=new ResizeObserver(i=>{const o=i[0].contentRect;t(o),e(()=>{n.unobserve(s)})});n.observe(s)})}function re(s,t){return So(s,t)}function So(s,t){const e=s.eb,n=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",n),()=>e.off("pointerDown",n)}function yu(s,t){const e=s.eb,n=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",n),()=>e.off("mouseDown",n)}function wu(s,t){const e=s.eb,n=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",n),()=>e.off("touchStart",n)}function bu(s=document.documentElement){const t=new Gt,e=new gu(s);let n=[];const i=wo(),r=i.mousePoint,o=I=>{t.emit("mouseDown",I)},a=I=>{t.emit("mouseUp",I)},h=I=>{r.isDown||i.setCurrentMousePoint(Me(I,s)),t.emit("mouseMove",I)},c=I=>{t.emit("mouseOver",I)},l=I=>{t.emit("mouseOut",I)},d=I=>{t.emit("mouseEnter",I)},y=I=>{t.emit("mouseLeave",I)},x=I=>{t.emit("mouseClick",I)},w=I=>{t.emit("mouseDoubleClick",I)},_=I=>{t.emit("mouseWheel",I)},C=I=>{t.emit("mouseContextMenu",I)},S=I=>{t.emit("touchStart",I)},b=I=>{t.emit("touchEnd",I)},p=I=>{t.emit("touchCancel",I)},g=I=>{const lt=I.changedTouches[0];r.isDown||i.setCurrentMousePoint(Me(lt,s)),t.emit("touchMove",I)},E=I=>{t.emit("pointerDown",I)},P=I=>{t.emit("pointerUp",I)},N=I=>{t.emit("pointerCancel",I)},q=I=>{t.emit("pointerMove",I)},V=I=>{t.emit("pan",I)},Z=I=>{t.emit("panStart",I)},Q=I=>{t.emit("panMove",I)},ht=I=>{t.emit("panEnd",I)},At=I=>{t.emit("panCancel",I)},St=I=>{t.emit("panLeft",I)},Le=I=>{t.emit("panRight",I)},ue=I=>{t.emit("panUp",I)},Te=I=>{t.emit("panDown",I)},Oe=I=>{t.emit("pinch",I)},O=I=>{t.emit("press",I)},k=I=>{t.emit("rotate",I)},X=I=>{t.emit("swipe",I)},j=I=>{t.emit("swipeLeft",I)},gt=I=>{t.emit("swipeRight",I)},Lt=I=>{t.emit("swipeUp",I)},Js=I=>{t.emit("swipeDown",I)},Zs=I=>{t.emit("tap",I)},nt=I=>{!I.target||s==I.target||s.contains(I.target)||t.emit("tapOutSide",I)},Jt=I=>{t.emit("transitionstart",I)},K=I=>{t.emit("transitionend",I)},ct=I=>{t.emit("animationstart",I)},Fe=I=>{t.emit("animationend",I)};let fe={...s.getBoundingClientRect(),width:s.offsetWidth,height:s.offsetHeight};return{el:s,get rect(){return fe},mousePoint:r,eb:t,start:async function(){n.push(F(s,"mousedown",o)),n.push(F(s,"mouseup",a)),n.push(F(s,"mousemove",h)),n.push(F(s,"mouseover",c)),n.push(F(s,"mouseout",l)),n.push(F(s,"mouseenter",d)),n.push(F(s,"mouseleave",y)),n.push(F(s,"click",x)),n.push(F(s,"dblclick",w)),n.push(F(s,"wheel",_)),n.push(F(s,"contextmenu",C)),n.push(F(s,"touchstart",S)),n.push(F(s,"touchend",b)),n.push(F(s,"touchcancel",p)),n.push(F(s,"touchmove",g)),n.push(F(s,"pointerdown",E)),n.push(F(s,"pointerup",P)),n.push(F(s,"pointercancel",N)),n.push(F(s,"pointermove",q)),e.on("pan",V),e.on("panstart",Z),e.on("panmove",Q),e.on("panend",ht),e.on("pancancel",At),e.on("panleft",St),e.on("panright",Le),e.on("panup",ue),e.on("pandown",Te),e.on("pinch",Oe),e.on("press",O),e.on("rotate",k),e.on("swipe",X),e.on("swipeleft",j),e.on("swiperight",gt),e.on("swipeup",Lt),e.on("swipedown",Js),e.on("tap",Zs),n.push(F(document,"pointerdown",nt)),n.push(F(s,"transitionstart",Jt)),n.push(F(s,"transitionend",K)),n.push(F(s,"animationstart",ct)),n.push(F(s,"animationend",Fe));const I=await xo(s,lt=>{fe=lt,t.emit("resize",lt)});n.push(I),n.push(re(this,{start:lt=>{i.setStartMousePoint(Me(lt,s),!0)},move:lt=>{i.setCurrentMousePoint(Me(lt,s))},end:lt=>{i.setCurrentMousePoint(Me(lt,s),!1)}}))},end:()=>{t.removeAllListeners(),n.forEach(I=>I()),n=[],e.off("pan",V),e.off("panstart",Z),e.off("panmove",Q),e.off("panend",ht),e.off("pancancel",At),e.off("panleft",St),e.off("panright",Le),e.off("panup",ue),e.off("pandown",Te),e.off("pinch",Oe),e.off("press",O),e.off("rotate",k),e.off("swipe",X),e.off("swipeleft",j),e.off("swiperight",gt),e.off("swipeup",Lt),e.off("swipedown",Js),e.off("tap",Zs)}}}function xu(s,t,e=50){return re(s,{move:()=>{s.mousePoint.dStartY>0&&s.mousePoint.dStartY<e},end:()=>{s.mousePoint.dStartY>=e&&t()}})}function Su(s,t,e=50){return re(s,{move:()=>{s.mousePoint.dStartY>0&&s.mousePoint.dStartY<e},end:()=>{s.mousePoint.dStartY>=e&&t()}})}function vo(s="(prefers-color-scheme: dark)"){const t=window.matchMedia(s),e=fs(t.matches);return F(t,"change",n=>{e.value=n.matches}),e}const oe=Yr("__theme__");if(!oe.value){const s=vo("(prefers-color-scheme: dark)");oe.value=s.value?"dark":"light"}const Co=()=>{switch(oe.value){case"dark":document.documentElement.classList.add("dark");break;default:document.documentElement.classList.remove("dark");break}};wt(()=>{Co()}),setTimeout(Co);function vu(s){return s&&(oe.value=s),oe}function Cu(){return oe.value=oe.value=="light"?"dark":"light",oe}const G=new Gt;let To="";new MutationObserver((s,t)=>{location.href!==To&&(To=location.href,G.emit("urlchange",location.href))}).observe(document,{attributes:!0,childList:!0,subtree:!0}),F(window,"hashchange",()=>{G.emit("hashchange",location.hash)}),F(window,"popstate",s=>{G.emit("popstate",s.state)}),F(window,"orientationchange"in window?"orientationchange":"resize",s=>{const t=s.target.innerWidth,e=s.target.innerHeight;G.emit("windowresize",t,e)}),F(window,"load",s=>{G.emit("load",s)}),F(window,"beforeunload",s=>{G.emit("beforeunload",s)}),F(window,"pagehide",s=>{G.emit("pagehide",s)}),F(window,"focus",s=>{G.emit("focus",s)}),F(window,"blur",s=>{G.emit("blur",s)}),F(window,"visibilitychange",s=>{document.hidden?G.emit("windowhidden",s):G.emit("windowvisible",s)});const xe={getSelectedText:()=>window.getSelection()?.toString()||"",isTabInView:()=>!document.hidden,onurlchange:s=>(G.on("urlchange",s),()=>{G.off("urlchange",s)}),onhashchange:s=>(G.on("hashchange",s),()=>{G.off("hashchange",s)}),onpopstate:s=>(G.on("popstate",s),()=>{G.off("popstate",s)}),pushstate:(s,t=null)=>{history.pushState(t,"",s)},replacestate:(s,t=null)=>{history.replaceState(t,"",s)},onwindowresize:s=>(G.on("windowresize",s),()=>{G.off("windowresize",s)}),onload:s=>{const t=Ka(s);return G.on("load",t),()=>{G.off("load",t)}},onbeforeunload:s=>(G.on("beforeunload",s),()=>{G.off("beforeunload",s)}),onpagehide:s=>(G.on("pagehide",s),()=>{G.off("pagehide",s)}),onfocus:s=>(G.on("focus",s),()=>{G.off("focus",s)}),onblur:s=>(G.on("blur",s),()=>{G.off("blur",s)}),onwindowvisible:s=>(G.on("windowvisible",s),()=>{G.off("windowvisible",s)}),onwindowhidden:s=>(G.on("windowhidden",s),()=>{G.off("windowhidden",s)})};function Tu(s){let t=!1,e;function n(){if(document.readyState!=="loading"){if(t){try{document.removeEventListener("DOMContentLoaded",n,!1)}catch{e?.()}return}t=!0;try{document.removeEventListener("DOMContentLoaded",n,!1)}catch{e?.()}s()}}try{document.addEventListener("DOMContentLoaded",n,!1)}catch{e=xe.onload(n)}n()}function Pu(s){document.getElementsByTagName("title")[0].innerText=s,document.title=s}let Po=!1;function Gs(){Po||(Po=!0,po(`
|
|
16
22
|
/* iOS > 11.2 */
|
|
17
23
|
/* 注意:--xxx:后面不要有空格 */
|
|
18
24
|
:root {
|
|
@@ -27,36 +33,30 @@ var ZYZGroupCoreWeb=function(f){"use strict";var Di=typeof document<"u"?document
|
|
|
27
33
|
--sab:env(safe-area-inset-bottom, 0px);
|
|
28
34
|
--sal:env(safe-area-inset-left, 0px);
|
|
29
35
|
}
|
|
30
|
-
`))}const re=te(),cu={onTop:n=>(zs(),setTimeout(()=>{const t=getComputedStyle(document.documentElement);re.emit("top",t.getPropertyValue("--sat"))},1),re.on("top",n)),onRight:n=>(zs(),setTimeout(()=>{const t=getComputedStyle(document.documentElement);re.emit("right",t.getPropertyValue("--sar"))},1),re.on("right",n)),onBottom:n=>(zs(),setTimeout(()=>{const t=getComputedStyle(document.documentElement);re.emit("bottom",t.getPropertyValue("--sab"))},1),re.on("bottom",n)),onLeft:n=>(zs(),setTimeout(()=>{const t=getComputedStyle(document.documentElement);re.emit("left",t.getPropertyValue("--sal"))},1),re.on("left",n))};function lu(n){return ye.onpopstate(()=>{const{pathname:t,search:e}=location;n[t]?.()}),{goto:ye.pushstate,replace:ye.replacestate}}function uu(){const n=te();return{destroy:Z(document,"scroll",t=>{n.emit("scroll",t)}),on:t=>(n.on("scroll",t),()=>{n.off("scroll",t)})}}function fu(){return Z(document,"touchmove",n=>{n.preventDefault()})}function du(n,t){window.scrollTo(n,t)}function mu(){let n=Vi,t=Vi;return"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual",n=ye.onbeforeunload(()=>{window.history.scrollRestoration="auto"}),t=ye.onload(()=>{window.history.scrollRestoration="manual"})),()=>{n(),t()}}function ba(n){const t=te(),e=new ResizeObserver(s=>{const i=s[0],{width:r,height:a}=i.contentRect;t.emit("resize",r,a)});return e.observe(n),{on:s=>(t.on("resize",s),()=>{t.off("resize",s)}),destroy:()=>{e.unobserve(n)}}}function pu(n,t=.5,e){const s=te();let i;const r=new IntersectionObserver((a,o)=>{let h=a[0];if(a.length>1){const l=a.find(d=>d.isIntersecting);l&&(h=l)}const c=h.isIntersecting&&h.intersectionRatio>=t;i!==c&&(c?s.emit("show"):s.emit("hide"),i=c)},{threshold:t,root:e});return r.observe(n),{onshow:a=>(s.on("show",a),()=>{s.off("show",a)}),onhide:a=>(s.on("hide",a),()=>{s.off("hide",a)}),destroy:()=>{r.unobserve(n)}}}function gu(n){const t=te(),e=new MutationObserver((s,i)=>{t.emit("mutation",s,i)});return e.observe(n,{attributes:!0,childList:!0,subtree:!0}),{on:s=>(t.on("mutation",s),()=>{t.off("mutation",s)}),destroy:()=>{e.disconnect()}}}function yu(n,t,e,s,i){const r=t/e;let a=0,o=0;switch(n){case"aspectFit":r>=1?(a=s,o=a/r,o>i&&(o=i,a=o*r)):(o=i,a=o*r,a>s&&(a=s,o=a/r));break;case"aspectFill":r>=1?(o=i,a=o*r):(a=s,o=a/r);break;case"widthFix":a=s,o=a/r;break;case"heightFix":o=i,a=o*r;break;case"scaleToFill":default:a=s,o=i;break}return{width:a,height:o}}function va(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 wu=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],a=[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],o=(4-t*3%4)%4,h=n.data;let c="";const l=t<<2;let d=e;const y=String.fromCharCode;do{const w=l*(d-1);let _="";for(let S=0;S<t;S++){const v=S<<2;_+=y(h[w+v+2])+y(h[w+v+1])+y(h[w+v])}for(let S=0;S<o;S++)_+=String.fromCharCode(0);c+=_}while(--d);function b(w){if(!window.btoa)throw"btoa undefined";let _="";if(typeof w=="string")_=w;else for(let S=0;S<w.length;S++)_+=String.fromCharCode(w[S]);return btoa(_)}return b(r.concat(a))+b(c)},xu=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")},bu=(n,t,e)=>{const{width:s,height:i}=n,r=document.createElement("canvas"),a=r.getContext("2d");r.width=s,r.height=i,a.putImageData(n,0,0,0,0,s,i);const o=`image/${t?t.toLowerCase():"png"}`;r.toBlob(h=>{e?.(null,h)},o,1)};function vu(n,t){return createImageBitmap(n,t)}function Su(n){const t=[],e=[],s=[];let i=0;for(let h=0,c=n.data.length;h<c;h+=4)t[i]=n.data[h],e[i]=n.data[h+1],s[i]=n.data[h+2],i+=1;const r=Kn(t),a=Kn(e),o=Kn(s);return"rgb("+r+","+a+","+o+")"}function Kn(n){const t={},e=[],s=[];for(let o=0;o<n.length;o++)t[n[o]]?e.push(n[o]):t[n[o]]=1;let i=0;for(let o=0;o<e.length;o++){i=0;for(let h=0;h<e.length;h++)e[o]===e[h]&&(i+=1),s[o]=i}const r=Math.max.apply(null,s);let a=0;for(;a<s.length;a++)if(s[a]===r)return;return e[a]}const Tu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;i[h]=t[(a*e+e-o-1)*4],i[h+1]=t[(a*e+e-o-1)*4+1],i[h+2]=t[(a*e+e-o-1)*4+2],i[h+3]=t[(a*e+e-o-1)*4+3]}return new ImageData(i,e,s)},Cu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;i[h]=t[((s-a-1)*e+o)*4],i[h+1]=t[((s-a-1)*e+o)*4+1],i[h+2]=t[((s-a-1)*e+o)*4+2],i[h+3]=t[((s-a-1)*e+o)*4+3]}return new ImageData(i,e,s)},Pu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<e;a++)for(let o=0;o<s;o++){const h=(a*s+o)*4;i[h]=t[(o*e+e-a-1)*4],i[h+1]=t[(o*e+e-a-1)*4+1],i[h+2]=t[(o*e+e-a-1)*4+2],i[h+3]=t[(o*e+e-a-1)*4+3]}return new ImageData(i,s,e)},Eu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<e;a++)for(let o=0;o<s;o++){const h=(a*s+o)*4;i[h]=t[((s-o-1)*e+a)*4],i[h+1]=t[((s-o-1)*e+a)*4+1],i[h+2]=t[((s-o-1)*e+a)*4+2],i[h+3]=t[((s-o-1)*e+a)*4+3]}return new ImageData(i,s,e)},_u=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4,c=(t[h]+t[h+1]+t[h+2])/3;i[h]=c,i[h+1]=c,i[h+2]=c,i[h+3]=t[h+3]}return new ImageData(i,e,s)},Au=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4,c=.2126*t[h]+.7152*t[h+1]+.0722*t[h+2];i[h]=c,i[h+1]=c,i[h+2]=c,i[h+3]=t[h+3]}return new ImageData(i,e,s)},Du=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4,l=(t[h]+t[h+1]+t[h+2])/3>127?255:0;i[h]=l,i[h+1]=l,i[h+2]=l,i[h+3]=t[h+3]}return new ImageData(i,e,s)},Iu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;i[h]=255-t[h],i[h+1]=255-t[h+1],i[h+2]=255-t[h+2],i[h+3]=t[h+3]}return new ImageData(i,e,s)},Mu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;i[h]=t[h],i[h+1]=0,i[h+2]=0,i[h+3]=t[h+3]}return new ImageData(i,e,s)},ku=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;i[h]=0,i[h+1]=t[h+1],i[h+2]=0,i[h+3]=t[h+3]}return new ImageData(i,e,s)},Lu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;i[h]=0,i[h+1]=0,i[h+2]=t[h+2],i[h+3]=t[h+3]}return new ImageData(i,e,s)},Ru=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;i[h]=t[h],i[h+1]=t[h+1],i[h+2]=0,i[h+3]=t[h+3]}return new ImageData(i,e,s)},Ou=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;i[h]=t[h],i[h+1]=0,i[h+2]=t[h+1],i[h+3]=t[h+3]}return new ImageData(i,e,s)},Fu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;i[h]=0,i[h+1]=t[h+1],i[h+2]=t[h+1],i[h+3]=t[h+3]}return new ImageData(i,e,s)},Nu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4,c=(t[h+1]+t[h+2])/2;i[h]=t[h],i[h+1]=c,i[h+2]=c,i[h+3]=t[h+3]}return new ImageData(i,e,s)},Bu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4,c=(t[h]+t[h+2])/2;i[h]=c,i[h+1]=t[h+1],i[h+2]=c,i[h+3]=t[h+3]}return new ImageData(i,e,s)},Uu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4,c=(t[h]+t[h+1])/2;i[h]=c,i[h+1]=c,i[h+2]=t[h+2],i[h+3]=t[h+3]}return new ImageData(i,e,s)},Yu=n=>Sa(n,[-1,-1,-1,-1,9,-1,-1,-1,-1]),Xu=n=>Sa(n,[-1,-1,-1,-1,8,-1,-1,-1,-1]),zu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;i[h]=t[h],i[h+1]=t[h+1],i[h+2]=t[h+2],i[h+3]=255}return new ImageData(i,e,s)},Gu=n=>{const{data:t,width:e,height:s}=n,i=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;if(t[h+3]===0)i[h]=255,i[h+1]=255,i[h+2]=255,i[h+3]=255;else{const c=Ta([t[h],t[h+1],t[h+2],t[h+3]],[255,255,255,255]);i[h]=c[0],i[h+1]=c[1],i[h+2]=c[2],i[h+3]=c[3]}}return new ImageData(i,e,s)},Vu=(n,t,e,s,i,r=!1,a)=>{const{data:o,width:h,height:c}=n;let l=i,d=s,y=t,b=e;if(l<0?l=0:l>h&&(l=h),d<0?d=0:d>c&&(d=c),y<1?y=1:y>h&&(y=h),b<1?b=1:b>c&&(b=c),l+y>h&&(y=h-l),d+b>c&&(b=c-d),r){const w=new Uint8ClampedArray(o.length);for(let S=0;S<c;S++)for(let v=0;v<h;v++){const x=(S*h+v)*4;v>=l&&v<=l+y&&S>=d&&S<=d+b?(w[x]=o[x],w[x+1]=o[x+1],w[x+2]=o[x+2],w[x+3]=o[x+3]):(w[x]=255,w[x+1]=255,w[x+2]=255,w[x+3]=a&&["JPG","JPEG"].includes(a.toUpperCase())?255:0)}return new ImageData(w,h,c)}else{const w=new Uint8ClampedArray(y*b*4);for(let S=d;S<=d+b;S++)for(let v=l;v<=l+y;v++){const x=((S-d)*y+v-l)*4,p=(S*h+v)*4;w[x]=o[p],w[x+1]=o[p+1],w[x+2]=o[p+2],w[x+3]=o[p+3]}return new ImageData(w,y,b)}},qu=(n,t,e,s)=>{const{data:i,width:r,height:a}=n;let o=t;o>Math.floor(r/2)&&(o=Math.floor(r/2)),o>Math.floor(a/2)&&(o=Math.floor(a/2)),o<0&&(o=0);const h=new Uint8ClampedArray(i.length);for(let l=0;l<a;l++)for(let d=0;d<r;d++){const y=(l*r+d)*4;let b=-1;d<o?l<o?b=Math.sqrt(Math.pow(o-d-1,2)+Math.pow(o-l-1,2)):l>a-o-1&&(b=Math.sqrt(Math.pow(o-d-1,2)+Math.pow(l-(a-o),2))):d>r-o-1&&(l<o?b=Math.sqrt(Math.pow(d-(r-o),2)+Math.pow(o-l-1,2)):l>a-o-1&&(b=Math.sqrt(Math.pow(d-(r-o),2)+Math.pow(l-(a-o),2)))),Math.round(b)>o?(h[y]=255,h[y+1]=255,h[y+2]=255,h[y+3]=s||e.toUpperCase()==="PNG"?0:255):(h[y]=i[y],h[y+1]=i[y+1],h[y+2]=i[y+2],h[y+3]=s||e.toUpperCase()==="PNG"?i[y+3]:255)}return new ImageData(h,r,a)},ju=(n,t,e,s,i,r=1e4)=>{const a=new Image;a.src=n;const o=document.createElement("canvas"),h=o.getContext("2d");return o.width=r,o.height=r,h.drawImage(a,0,0,t,e,0,0,s,i),h.getImageData(0,0,s,i)},Hu=(n,t)=>{const{data:e,width:s,height:i}=n,r=new Uint8ClampedArray(e.length);for(let o=0;o<i;o++)for(let h=0;h<s;h++){const c=(o*s+h)*4;r[c]=Math.max(Math.min(e[c]+t,255),0),r[c+1]=Math.max(Math.min(e[c+1]+t,255),0),r[c+2]=Math.max(Math.min(e[c+2]+t,255),0),r[c+3]=e[c+3]}return new ImageData(r,s,i)},$u=(n,t,e=!1)=>{const{data:s,width:i,height:r}=n,a=new Uint8ClampedArray(s.length);for(let h=0;h<r;h++)for(let c=0;c<i;c++){const l=(h*i+c)*4;s[l+3]===0?(a[l]=255,a[l+1]=255,a[l+2]=255):(a[l]=s[l],a[l+1]=s[l+1],a[l+2]=s[l+2]);let d=s[l+3];e?d=Math.max(Math.min(Math.floor(255*t),255),0):d=Math.max(Math.min(Math.floor(d+255*t),255),0),a[l+3]=d}return new ImageData(a,i,r)},Wu=(n,t,e,s)=>{const{data:i,width:r,height:a}=n,{data:o,width:h,height:c}=t;let l=e,d=s;e+c>a&&(l=a-c),s+h>r&&(d=r-h);const y=new Uint8ClampedArray(i.length);for(let w=0;w<a;w++)for(let _=0;_<r;_++){const S=(w*r+_)*4;if(_<d||_>d+h||w<=l||w>=l+c)y[S]=i[S],y[S+1]=i[S+1],y[S+2]=i[S+2],y[S+3]=i[S+3];else{const v=(w*r+_-((l+1)*r+(w-(l+1))*(r-h))+h-d-1)*4,x=[o[v],o[v+1],o[v+2],o[v+3]],p=[i[S],i[S+1],i[S+2],i[S+3]],g=Ta(x,p);y[S]=g[0],y[S+1]=g[1],y[S+2]=g[2],y[S+3]=g[3]}}return new ImageData(y,r,a)},Ju=(n,t,e,s,i,r=10)=>{const{data:a,width:o,height:h}=n;let c=i,l=s,d=t,y=e;c<0?c=0:c>o&&(c=o),l<0?l=0:l>h&&(l=h),d<1?d=1:d>o&&(d=o),y<1?y=1:y>h&&(y=h),c+d>o&&(d=o-c),l+y>h&&(y=h-l);const b=new Uint8ClampedArray(a.length);for(let _=0;_<h;_++)for(let S=0;S<o;S++){const v=(_*o+S)*4;if(S>=c&&S<=c+d&&_>=l&&_<=l+y){const x=Math.floor((S-c)/r),p=Math.floor((_-l)/r);let g=Math.floor(r*(x+1)-r/2+c),E=Math.floor(r*(p+1)-r/2+l);g>o-1&&(g=o-1),E>h-1&&(E=h-1);const C=(E*o+g)*4;b[v]=a[C],b[v+1]=a[C+1],b[v+2]=a[C+2],b[v+3]=a[C+3]}else b[v]=a[v],b[v+1]=a[v+1],b[v+2]=a[v+2],b[v+3]=a[v+3]}return new ImageData(b,o,h)},Zu=(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:a}=t,o=new Uint8ClampedArray(s.length),{backgroundColor:h,changeIntoColor:c}=e;for(let d=0;d<r;d++)for(let y=0;y<i;y++){const b=(d*i+y)*4,w=a[b],_=a[b+1],S=a[b+2],v=a[b+3];w===h.r&&_===h.g&&S===h.b&&v===h.a&&c.a!==0?(o[b]=c.r,o[b+1]=c.g,o[b+2]=c.b,o[b+3]=c.a):(o[b]=s[b],o[b+1]=s[b+1],o[b+2]=s[b+2],o[b+3]=s[b+3])}return new ImageData(o,i,r)}return n},Sa=(n,t)=>{const{data:e,width:s,height:i}=n,r=new Uint8ClampedArray(e.length);for(let o=0;o<i;o++)for(let h=0;h<s;h++){const c=(o*s+h)*4;for(let l=0;l<3;l++){const d=c+l;h===0||h===s-1||o===0||o===i-1?r[d]=e[d]:r[d]=t[0]*e[d-s*4-4]+t[1]*e[d-s*4]+t[2]*e[d-s*4+4]+t[3]*e[d-4]+t[4]*e[d]+t[5]*e[d+4]+t[6]*e[d+s*4-4]+t[7]*e[d+s*4]+t[8]*e[d+s*4+4]}r[c+3]=e[c+3]}return new ImageData(r,s,i)},Ta=(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,a=Math.max(Math.min(Math.floor(n[0]*i+t[0]*r*(1-i)),255),0),o=Math.max(Math.min(Math.floor(n[1]*i+t[1]*r*(1-i)),255),0),h=Math.max(Math.min(Math.floor(n[2]*i+t[2]*r*(1-i)),255),0),c=Math.max(Math.min(Math.floor((i+r*(1-i))*255),255),0);return[a,o,h,c]}}return[255,255,255,255]},Qn=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}}},Ca=function(){let n=0,t=0,e=0,s="";const i=function(a){if(!(a<0)){if(a<26)return 65+a;if(a<52)return 97+(a-26);if(a<62)return 48+(a-52);if(a==62)return 43;if(a==63)return 47}throw new Error("n:"+a)},r=function(a){s+=String.fromCharCode(i(a&63))};return{writeByte(a){for(n=n<<8|a&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 a=3-e%3;for(let o=0;o<a;o++)s+="="}},toString(){return s}}},Pa=function(n,t,e){const s=new Array(n*n),i=function(o){const h=o;let c=0,l=0;return{write(d,y){if(d>>>y)throw new Error("length over");for(;c+y>=8;)h.writeByte(255&(d<<c|l)),y-=8-c,d>>>=8-c,l=0,c=0;l=d<<c|l,c=c+y},flush(){c>0&&h.writeByte(l)}}},r=function(o){const h=1<<o,c=(1<<o)+1;let l=o+1;const d=a();for(let S=0;S<h;S++)d.add(String.fromCharCode(S));d.add(String.fromCharCode(h)),d.add(String.fromCharCode(c));const y=Qn(),b=i(y);b.write(h,l);let w=0,_=String.fromCharCode(s[w]);for(w+=1;w<s.length;){const S=String.fromCharCode(s[w]);w+=1,d.contains(_+S)?_=_+S:(b.write(d.indexOf(_),l),d.size()<4095&&(d.size()==1<<l&&(l+=1),d.add(_+S)),_=S)}return b.write(d.indexOf(_),l),b.write(c,l),b.flush(),y.toByteArray()},a=function(){const o={};let h=0;return{add(c){if(this.contains(c))throw new Error("dup key:"+c);o[c]=h,h+=1},size(){return h},indexOf(c){return o[c]},contains(c){return typeof o[c]<"u"}}};return{setPixel(o,h,c){s[h*n+o]=c},write(o){o.writeString("GIF87a"),o.writeShort(n),o.writeShort(n),o.writeByte(128),o.writeByte(0),o.writeByte(0),o.writeByte(Pe("0x"+t[1]+t[2])),o.writeByte(Pe("0x"+t[3]+t[4])),o.writeByte(Pe("0x"+t[5]+t[6])),o.writeByte(Pe("0x"+e[1]+e[2])),o.writeByte(Pe("0x"+e[3]+e[4])),o.writeByte(Pe("0x"+e[5]+e[6])),o.writeString(","),o.writeShort(0),o.writeShort(0),o.writeShort(n),o.writeShort(n),o.writeByte(0);const h=2,c=r(h);o.writeByte(h);let l=0;for(;c.length-l>255;)o.writeByte(255),o.writeBytes(c,l,255),l+=255;o.writeByte(c.length-l),o.writeBytes(c,l,c.length-l),o.writeByte(0),o.writeString(";")}}},Ea=function(n,t,e,s){const i=Pa(n,t,e);for(let c=0;c<n;c++)for(let l=0;l<n;l++)i.setPixel(l,c,s(l,c));const r=Qn();i.write(r);const a=Ca(),o=r.toByteArray();for(let c=0,l=o.length;c<l;c++)a.writeByte(o[c]);a.flush();let h="";return h+="data:image/gif;base64,",h+=a,h},Tt={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},je={M:0,L:1,H:2,Q:3},ae={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},et={glog:function(n){if(n<1)throw new Error("glog("+n+")");return et.LOG_TABLE[n]},gexp:function(n){for(;n<0;)n+=255;for(;n>=256;)n-=255;return et.EXP_TABLE[n]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)};for(let n=0;n<8;n++)et.EXP_TABLE[n]=1<<n;for(let n=8;n<256;n++)et.EXP_TABLE[n]=et.EXP_TABLE[n-4]^et.EXP_TABLE[n-5]^et.EXP_TABLE[n-6]^et.EXP_TABLE[n-8];for(let n=0;n<255;n++)et.LOG_TABLE[et.EXP_TABLE[n]]=n;const W={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(;W.getBCHDigit(t)-W.getBCHDigit(W.G15)>=0;)t^=W.G15<<W.getBCHDigit(t)-W.getBCHDigit(W.G15);return(n<<10|t)^W.G15_MASK},getBCHTypeNumber:function(n){let t=n<<12;for(;W.getBCHDigit(t)-W.getBCHDigit(W.G18)>=0;)t^=W.G18<<W.getBCHDigit(t)-W.getBCHDigit(W.G18);return n<<12|t},getBCHDigit:function(n){let t=0;for(;n!=0;)t++,n>>>=1;return t},getPatternPosition:function(n){return W.PATTERN_POSITION_TABLE[n-1]},getMask:function(n,t,e){switch(n){case ae.PATTERN000:return(t+e)%2==0;case ae.PATTERN001:return t%2==0;case ae.PATTERN010:return e%3==0;case ae.PATTERN011:return(t+e)%3==0;case ae.PATTERN100:return(Math.floor(t/2)+Math.floor(e/3))%2==0;case ae.PATTERN101:return t*e%2+t*e%3==0;case ae.PATTERN110:return(t*e%2+t*e%3)%2==0;case ae.PATTERN111:return(t*e%3+(t+e)%2)%2==0;default:throw new Error("bad maskPattern:"+n)}},getErrorCorrectPolynomial:function(n){let t=new Ae([1],0);for(let e=0;e<n;e++)t=t.multiply(new Ae([1,et.gexp(e)],0));return t},getLengthInBits:function(n,t){if(1<=t&&t<10)switch(n){case Tt.MODE_NUMBER:return 10;case Tt.MODE_ALPHA_NUM:return 9;case Tt.MODE_8BIT_BYTE:return 8;case Tt.MODE_KANJI:return 8;default:throw new Error("mode:"+n)}else if(t<27)switch(n){case Tt.MODE_NUMBER:return 12;case Tt.MODE_ALPHA_NUM:return 11;case Tt.MODE_8BIT_BYTE:return 16;case Tt.MODE_KANJI:return 10;default:throw new Error("mode:"+n)}else if(t<41)switch(n){case Tt.MODE_NUMBER:return 14;case Tt.MODE_ALPHA_NUM:return 13;case Tt.MODE_8BIT_BYTE:return 16;case Tt.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 a=0;a<t;a++){let o=0;const h=n.isDark(r,a);for(let c=-1;c<=1;c++)if(!(r+c<0||t<=r+c))for(let l=-1;l<=1;l++)a+l<0||t<=a+l||c==0&&l==0||h==n.isDark(r+c,a+l)&&o++;o>5&&(e+=3+o-5)}for(let r=0;r<t-1;r++)for(let a=0;a<t-1;a++){let o=0;n.isDark(r,a)&&o++,n.isDark(r+1,a)&&o++,n.isDark(r,a+1)&&o++,n.isDark(r+1,a+1)&&o++,(o==0||o==4)&&(e+=3)}for(let r=0;r<t;r++)for(let a=0;a<t-6;a++)n.isDark(r,a)&&!n.isDark(r,a+1)&&n.isDark(r,a+2)&&n.isDark(r,a+3)&&n.isDark(r,a+4)&&!n.isDark(r,a+5)&&n.isDark(r,a+6)&&(e+=40);for(let r=0;r<t;r++)for(let a=0;a<t-6;a++)n.isDark(a,r)&&!n.isDark(a+1,r)&&n.isDark(a+2,r)&&n.isDark(a+3,r)&&n.isDark(a+4,r)&&!n.isDark(a+5,r)&&n.isDark(a+6,r)&&(e+=40);let s=0;for(let r=0;r<t;r++)for(let a=0;a<t;a++)n.isDark(a,r)&&s++;const i=Math.abs(100*s/t/t-50)/5;return e+=i*10,e}};class Ae{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]^=et.gexp(et.glog(this.get(s))+et.glog(t.get(i)));return new Ae(e,0)}mod(t){if(this.getLength()-t.getLength()<0)return this;const e=et.glog(this.get(0))-et.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]^=et.gexp(et.glog(t.get(i))+e);return new Ae(s,0).mod(t)}}class Vt{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=Vt.getRsBlockTable(t,e);if(s==null)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+e);const i=s.length/3,r=[];for(let a=0;a<i;a++){const o=s[a*3+0],h=s[a*3+1],c=s[a*3+2];for(let l=0;l<o;l++)r.push(new Vt(h,c))}return r}static getRsBlockTable(t,e){switch(e){case je.L:return Vt.RS_BLOCK_TABLE[(t-1)*4+0];case je.M:return Vt.RS_BLOCK_TABLE[(t-1)*4+1];case je.Q:return Vt.RS_BLOCK_TABLE[(t-1)*4+2];case je.H:return Vt.RS_BLOCK_TABLE[(t-1)*4+3];default:return}}}class _a{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 Ku{mode;data;constructor(t){this.mode=Tt.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 oe{static PAD0=236;static PAD1=17;typeNumber;errorCorrectLevel;modules;moduleCount;dataCache;dataList;constructor(t,e){this.typeNumber=t,this.errorCorrectLevel=je[e],this.modules=[],this.moduleCount=0,this.dataCache=null,this.dataList=[]}addData(t){const e=new Ku(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=Vt.getRSBlocks(t,this.errorCorrectLevel),s=new _a;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 a=this.dataList[r];s.put(a.mode,4),s.put(a.getLength(),W.getLengthInBits(a.mode,t)),a.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=oe.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=W.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 a=0;a<this.modules.length;a++){const o=a*r;for(let h=0;h<this.modules[a].length;h++){const c=h*r;this.modules[a][h]&&(i.beginFill(0,100),i.moveTo(c,o),i.lineTo(c+r,o),i.lineTo(c+r,o+r),i.lineTo(c,o+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=W.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 a=-2;a<=2;a++)for(let o=-2;o<=2;o++)a==-2||a==2||o==-2||o==2||a==0&&o==0?this.modules[i+a][r+o]=!0:this.modules[i+a][r+o]=!1}}setupTypeNumber(t){const e=W.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=W.getBCHTypeInfo(s);for(let r=0;r<15;r++){const a=!t&&(i>>r&1)==1;r<6?this.modules[r][8]=a:r<8?this.modules[r+1][8]=a:this.modules[this.moduleCount-15+r][8]=a}for(let r=0;r<15;r++){const a=!t&&(i>>r&1)==1;r<8?this.modules[8][this.moduleCount-r-1]=a:r<9?this.modules[8][15-r-1+1]=a:this.modules[8][15-r-1]=a}this.modules[this.moduleCount-8][8]=!t}mapData(t,e){let s=-1,i=this.moduleCount-1,r=7,a=0;for(let o=this.moduleCount-1;o>0;o-=2)for(o==6&&o--;;){for(let h=0;h<2;h++)if(this.modules[i][o-h]==null){let c=!1;a<t.length&&(c=(t[a]>>>r&1)==1),W.getMask(e,i,o-h)&&(c=!c),this.modules[i][o-h]=c,r--,r==-1&&(a++,r=7)}if(i+=s,i<0||this.moduleCount<=i){i-=s,s=-s;break}}}static createData(t,e,s){const i=Vt.getRSBlocks(t,e),r=new _a;for(let o=0;o<s.length;o++){const h=s[o];r.put(h.mode,4),r.put(h.getLength(),W.getLengthInBits(h.mode,t)),h.write(r)}let a=0;for(let o=0;o<i.length;o++)a+=i[o].dataCount;if(r.getLengthInBits()>a*8)throw new Error("code length overflow. ("+r.getLengthInBits()+">"+a*8+")");for(r.getLengthInBits()+4<=a*8&&r.put(0,4);r.getLengthInBits()%8!=0;)r.putBit(!1);for(;!(r.getLengthInBits()>=a*8||(r.put(oe.PAD0,8),r.getLengthInBits()>=a*8));)r.put(oe.PAD1,8);return oe.createBytes(r,i)}static createBytes(t,e){let s=0,i=0,r=0;const a=new Array(e.length),o=new Array(e.length);for(let d=0;d<e.length;d++){const y=e[d].dataCount,b=e[d].totalCount-y;i=Math.max(i,y),r=Math.max(r,b),a[d]=new Array(y);for(let v=0;v<a[d].length;v++)a[d][v]=255&t.buffer[v+s];s+=y;const w=W.getErrorCorrectPolynomial(b),S=new Ae(a[d],w.getLength()-1).mod(w);o[d]=new Array(w.getLength()-1);for(let v=0;v<o[d].length;v++){const x=v+S.getLength()-o[d].length;o[d][v]=x>=0?S.get(x):0}}let h=0;for(let d=0;d<e.length;d++)h+=e[d].totalCount;const c=new Array(h);let l=0;for(let d=0;d<i;d++)for(let y=0;y<e.length;y++)d<a[y].length&&(c[l++]=a[y][d]);for(let d=0;d<r;d++)for(let y=0;y<e.length;y++)d<o[y].length&&(c[l++]=o[y][d]);return c}}const Aa=Math.ceil,He=Math.floor,Da=Math.round;function Qu(n,t){const e=Ni(n),s=t?.ecc||"H",i=t?.size||256,r=-1,a=t?.padding||0,o=t?.color||"#000000",h=t?.background||"#ffffff",c=new oe(r,s);c.addData(e),c.make();const l=c.getModuleCount(),d=(i-a*2)/l,y=a,b=i-a;return Ea(i,o,h,function(w,_){if(y<=w&&w<b&&y<=_&&_<b){const S=He((w-y)/d),v=He((_-y)/d);return c.isDark(v,S)?0:1}else return 1})}function tf(n,t){const e=t.x||0,s=t.y||0,i=Ni(n),r=t.ctx,a=t.ecc||"H",o=typeof t.size=="number"?He(t.size):256,h=t.padding||0,c=-1,l=t.color||"#000000",d=t.background||"#ffffff",y=new oe(c,a);y.addData(i),y.make();const b=y.getModuleCount(),w=(o-h*2)/b;r.fillStyle=d,r.fillRect(e,s,o,o);for(let _=0;_<b;_++)for(let S=0;S<b;S++){const v=Aa((S+1)*w)-He(S*w),x=Aa((_+1)*w)-He(_*w);r.fillStyle=y.isDark(_,S)?l:d,r.fillRect(e+Da(S*w)+h,s+Da(_*w)+h,v,x)}}class ot extends j{shapesCountChange=!1;constructor(t){super(t)}shapeInit(){}frameStart(t){return this.shapesCountChange&&(this.shapesCountChange=!1,this.shapes.forEach(e=>{e.parent=this,e.initPathD()}),this.pathd=this.initPathD(),this.shapes.forEach(e=>{!e.forceCXY&&!e.independentTransformInGroup&&(e.cX=this.cX-e.diffXInGroup,e.cY=this.cY-e.diffYInGroup)})),super.frameStart(t)}frameUpdate(t,e){this.shapes.forEach(s=>{!s.independentTransformInGroup&&!s.isDragging&&(s.x=this.x+s.diffXInGroup,s.y=this.y+s.diffYInGroup,s.degree=this.degree+s.diffDegreeInGroup,s.scalarX=this.scalarX*s.diffScalarXInGroup,s.scalarY=this.scalarY*s.diffScalarYInGroup)}),super.frameUpdate(t,e)}addShape(t){(Array.isArray(t)?t:[t]).forEach(e=>{this.shapes.findIndex(s=>s.id==e.id)==-1&&(e.on("draging",(s,i)=>{this.enableDrag&&(this.x+=s,this.y+=i,this.emit("draging",s,i,e))}),this.shapes.push(e),this.shapesCountChange=!0)})}getBoundingClientRect(){const t=[],e=[];this.shapes.forEach(h=>{const c=h.getBoundingClientRect();c&&(t.push(c.x,c.x+c.width),e.push(c.y,c.y+c.height))});const s=this.pathd?.getBoundingClientRect();if(s&&(s.width||s.height)&&(t.push(s.x,s.x+s.width),e.push(s.y,s.y+s.height)),t.length==0||e.length==0)return null;const i=Math.min.apply(0,t),r=Math.min.apply(0,e),a=Math.max.apply(0,t),o=Math.max.apply(0,e);return{x:i,y:r,width:a-i,height:o-r}}setAttrs(t,e){typeof t!="string"?(super.setAttr(t),this.shapes.forEach(s=>{s.setAttr(t)})):e&&(super.setAttr(t,e),this.shapes.forEach(s=>{s.setAttr(t,e)}))}sortPathD(){this.shapes=this.shapes.map(t=>{const e=t.initPathD();return{shape:t,perimeter:e.perimeterPoints()}}).sort((t,e)=>e.perimeter-t.perimeter).map(t=>t.shape)}expendFill(t){const e=t.shapes.length,s=this.shapes.length;if(e<s)return t.expendFill(this);for(let i=s;i<e;i++){const a=t.shapes[i].initPathD().polymorphPoints,o=a[0],h=a[1],c=[["M",o,h]];for(let l=2;l+5<a.length;l+=6)c.push(["C",o,h,o,h,o,h]);this.addShape(new j({attrs:{...t.shapes[i].getAttrs()},d:c}))}}strokeDashTween(t,e){switch(e?.type){case"sequence":const s=this.shapes.length-1;this.shapes.forEach((o,h)=>{o.strokeDashTween(t,{...e,delay:h,onStart:()=>{h==0&&e?.onGroupStart?.()},onUpdate:()=>{e?.onGroupUpdate?.()},onComplete:()=>{h==s&&e?.onGroupComplete?.()}})});break;case"parallel":default:const i=new Ms({frameDuration:t}),r={},a={};this.shapes.forEach((o,h)=>{const c=Ot(o.getTotalLength(),0);r[`offset_${h}`]=c,a[`offset_${h}`]=0,o.setAttr({strokeDasharray:`${c} ${c}`,strokeDashoffset:`${c}`})}),i.addTween(r,a,Object.assign(e||{},{onStart:()=>{e?.onGroupStart?.()},onUpdate:(o,h)=>{for(let c in o){const l=hn(c).number;this.shapes[l].setAttr("strokeDashoffset",""+Ot(o[c],2))}e?.onGroupUpdate?.()},onComplete:()=>{e?.onGroupComplete?.()}})),i.play();break}}}const Ia=getComputedStyle(document.documentElement);function U(n){return Ia.getPropertyValue(n)}function ef(n,t){document.documentElement.style.setProperty(n,t),Ia.setProperty(n,t)}const ti={colorPrimary:U("--color-primary")||"#5A82F0",colorRed:U("--color-red")||"#FA503C",colorOrange:U("--color-orange")||"#fa8c00",colorYellow:U("--color-yellow")||"#fadc32",colorGreen:U("--color-green")||"#00c878",colorBlue:U("--color-blue")||"#00b4fa",colorPurple:U("--color-purple")||"#6464fa",colorBlack:U("--color-black")||"#001428",colorGray00:U("--color-gray-00")||"#000000",colorGray33:U("--color-gray-33")||"#333333",colorGray66:U("--color-gray-66")||"#666666",colorGray99:U("--color-gray-99")||"#999999",colorGrayCC:U("--color-gray-cc")||"#cccccc",colorGrayDD:U("--color-gray-dd")||"#dddddd",colorGrayE6:U("--color-gray-e6")||"#e6e6e6",colorGrayEE:U("--color-gray-ee")||"#eeeeee",colorGrayEF:U("--color-gray-ef")||"#efefef",colorGrayF5:U("--color-gray-f5")||"#f5f5f5",colorGrayFF:U("--color-gray-ff")||"#ffffff",fontLineHeight:U("--font-line-height")||"1.4",fontSize32:U("--font-size-32")||"32px",fontSize24:U("--font-size-24")||"24px",fontSize22:U("--font-size-22")||"22px",fontSize20:U("--font-size-20")||"20px",fontSize18:U("--font-size-18")||"18px",fontSize16:U("--font-size-16")||"16px",fontSize14:U("--font-size-14")||"14px",fontSize12:U("--font-size-12")||"12px",fontSize10:U("--font-size-10")||"10px",d4:U("--distance-4")||"4px",d8:U("--distance-8")||"8px",d12:U("--distance-12")||"12px",d16:U("--distance-16")||"16px",d20:U("--distance-20")||"20px",d32:U("--distance-32")||"32px",d40:U("--distance-40")||"40px",d44:U("--distance-44")||"44px"};class dt{__color={r:0,g:0,b:0,a:1};constructor(t,e){t&&this.setColor(t),typeof e=="number"&&this.setAlpha(e)}get color(){return this.__color}set color(t){this.__color=ei(t)}setColor(t){return this.color=t,this}get r(){return this.__color.r}set r(t){this.__color.r=H(Math.round(t),0,255)}get g(){return this.__color.g}set g(t){this.__color.g=H(Math.round(t),0,255)}get b(){return this.__color.b}set b(t){this.__color.b=H(Math.round(t),0,255)}get a(){return this.__color.a}set a(t){this.__color.a=H(t,0,1)}setAlpha(t){return this.a=t,this}setRGB(t,e,s){return this.r=t,this.g=e,this.b=s,this}setRGBA(t,e,s,i){return this.r=t,this.g=e,this.b=s,this.a=i,this}get hex(){return(this.r<<16)+(this.g<<8)+this.b}toString(){if(this.a===1){const t="000000"+this.hex.toString(16);return"#"+t.slice(t.length-6)}else return`rgba(${this.r},${this.g},${this.b},${Ot(this.a,6)})`}clone(){return new dt(this.color)}copy(t){this.setColor(t.color)}opposite(t=!1,e="#000000",s="#ffffff"){if(t)return new dt(this.r*.299+this.g*.587+this.b*.114>186?e:s);{const i=this.clone();return i.r=255-i.r,i.g=255-i.g,i.b=255-i.b,i}}lighten(t){t=H(Math.abs(t),0,1);let{r:e,g:s,b:i}=this.color;return e+=(255-e)*t,s+=(255-s)*t,i+=(255-i)*t,new dt().setRGBA(e,s,i,this.color.a)}darken(t){t=H(Math.abs(t),0,1);let{r:e,g:s,b:i}=this.color;return e=e*(1-t),s=s*(1-t),i=i*(1-t),new dt().setRGBA(e,s,i,this.color.a)}static gradient(t,e,s){try{const i=ei(t),r=ei(e);return new dt().setRGB((r.r-i.r)*s+i.r,(r.g-i.g)*s+i.g,(r.b-i.b)*s+i.b)}catch{return new dt(e)}}static random(){return new dt(Math.random()*16777215)}get hsv(){const{r:t,g:e,b:s,a:i}=this.color,r=Math.max(t,e,s),a=Math.min(t,e,s),o=r-a;let h;return t===r?h=(e-s)/o:e===r?h=2+(s-t)/o:h=4+(t-e)/o,h/=6,h<0&&(h+=1),{h:o==0?0:h*360,s:r===0?0:o/r,v:r/255,a:i}}set h(t){const e=this.hsv;e.h=H(t,0,360),this.setColor(e)}get h(){return this.hsv.h}set s(t){const e=this.hsv;e.s=H(t,0,1),this.setColor(e)}get s(){return this.hsv.s}set v(t){const e=this.hsv;e.v=H(t,0,1),this.setColor(e)}get v(){return this.hsv.v}}function $e(n,t){return new dt(n,t)}function ei(n){const t=Object.prototype.hasOwnProperty.call(n,"a")?H(n.a,0,1):1;if(Object.prototype.hasOwnProperty.call(n,"r")&&Object.prototype.hasOwnProperty.call(n,"g")&&Object.prototype.hasOwnProperty.call(n,"b"))return n.r=H(Math.round(n.r),0,255),n.g=H(Math.round(n.g),0,255),n.b=H(Math.round(n.b),0,255),n.a=t,n;if(Object.prototype.hasOwnProperty.call(n,"h")&&Object.prototype.hasOwnProperty.call(n,"s")&&Object.prototype.hasOwnProperty.call(n,"v")){const s=H(n.h,0,360),i=H(n.s,0,1),r=H(n.v,0,1),a=Math.floor(s/60)%6,o=s/60-Math.floor(s/60),h=r*(1-i),c=r*(1-o*i),l=r*(1-(1-o)*i),d=[[r,l,h],[c,r,h],[h,r,l],[h,c,r],[l,h,r],[r,h,c]][a];return{r:Math.round(d[0]*255),g:Math.round(d[1]*255),b:Math.round(d[2]*255),a:t}}const e={r:0,g:0,b:0,a:t};if(typeof n=="number")n<Math.pow(2,24)?(e.r=n>>16&255,e.g=n>>8&255,e.b=n&255):(e.r=n>>24&255,e.g=n>>16&255,e.b=n>>8&255,e.a=(n&255)/255);else if(typeof n=="string"){const s=/rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,?\s*(\d?\.?\d*)?\s*\)/gi.exec(n);if(s)e.r=parseInt(s[1]),e.g=parseInt(s[2]),e.b=parseInt(s[3]),s[4]&&(e.a=parseFloat(s[4]));else{let i=n.match(/^#([A-F0-9])([A-F0-9])([A-F0-9])$/i);i?(e.r=parseInt(`${i[1]}${i[1]}`,16),e.g=parseInt(`${i[2]}${i[2]}`,16),e.b=parseInt(`${i[3]}${i[3]}`,16)):(i=n.match(/^#([A-F0-9]{2})([A-F0-9]{2})([A-F0-9]{2})$/i),i?(e.r=parseInt(i[1],16),e.g=parseInt(i[2],16),e.b=parseInt(i[3],16)):(i=n.match(/^#([A-F0-9]{2})([A-F0-9]{2})([A-F0-9]{2})([A-F0-9]{2})$/i),i?(e.r=parseInt(i[1],16),e.g=parseInt(i[2],16),e.b=parseInt(i[3],16),e.a=parseInt(i[4],16)/255):n==="none"&&(e.a=0)))}}else throw new Error("parseColor 不支持的颜色解析:"+n);return e.r=H(e.r,0,255),e.g=H(e.g,0,255),e.b=H(e.b,0,255),e.a=H(e.a,0,1),e}const Ma=["#0ac2d2","#7bb7fa","#60d7a9","#fdc162","#fd6a62","#f68dbb","#26ccff","#a25afd","#ff5e7e","#88ff5a","#fcff42","#ffa62d","#ff36ff","#dc4916","#6871b1","#d1b935","#1bbc9b","#FF7F50","#4BBFC3","#ff9900"],we={backgroundColor:"#1a1a1a",numberColor:"#2FA1D6",booleanColor:"#806787",stringColor:"#1ed36f",functionColor:"#e61d5f",saveRowColor:"#dad5cb",buttonColor:"",borderColor:"",inputColor:""};we.buttonColor=new dt(we.saveRowColor).darken(.1).toString(),we.borderColor=new dt(we.backgroundColor).lighten(.07).toString(),we.inputColor=new dt(we.backgroundColor).lighten(.085).toString();class xe extends j{toX;toY;constructor(t){super(t),this.toX=t?.toX||0,this.toY=t?.toY||0;let e=this.toX-this.x,s=this.toY-this.y;return new Proxy(this,{set(i,r,a,o){switch(r){case"x":i.toX=a+e;break;case"y":i.toY=a+s;break;case"toX":e=a-i.x;break;case"toY":s=a-i.y;break}return Reflect.set(i,r,a,o)}})}toSVGPathData(){return[["m",0,0],["l",this.toX-this.x,this.toY-this.y]]}toCanvasContext(t){t.beginPath(),t.moveTo(0,0),t.lineTo(this.toX-this.x,this.toY-this.y)}intersection(t){const e=new oa({x:this.x,y:this.y,toX:this.toX,toY:this.toY}),s=new oa({x:t.x,y:t.y,toX:t.toX,toY:t.toY});return e.intersection(s)}}class sf extends j{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}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(this.x+this.toX)/2,e=this.cy*2-(this.y+this.toY)/2;return[["m",0,0],["q",t-this.x,e-this.y,this.toX-this.x,this.toY-this.y]]}else return[["m",0,0],["q",this.cx-this.x,this.cy-this.y,this.toX-this.x,this.toY-this.y]]}toCanvasContext(t){if(t.beginPath(),t.moveTo(0,0),this.isLineThrough){const e=this.cx*2-(this.x+this.toX)/2,s=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e-this.x,s-this.y,this.toX-this.x,this.toY-this.y)}else t.quadraticCurveTo(this.cx-this.x,this.cy-this.y,this.toX-this.x,this.toY-this.y)}}var ka={exports:{}};/*! Hammer.JS - v2.0.7 - 2016-04-22
|
|
31
|
-
|
|
32
|
-
*
|
|
33
|
-
* Copyright (c) 2016 Jorik Tangelder;
|
|
34
|
-
* Licensed under the MIT license */(function(n){(function(t,e,s,i){var r=["","webkit","Moz","MS","ms","o"],a=e.createElement("div"),o="function",h=Math.round,c=Math.abs,l=Date.now;function d(u,m,P){return setTimeout(p(u,P),m)}function y(u,m,P){return Array.isArray(u)?(b(u,P[m],P),!0):!1}function b(u,m,P){var A;if(u)if(u.forEach)u.forEach(m,P);else if(u.length!==i)for(A=0;A<u.length;)m.call(P,u[A],A,u),A++;else for(A in u)u.hasOwnProperty(A)&&m.call(P,u[A],A,u)}function w(u,m,P){var A="DEPRECATED METHOD: "+m+`
|
|
35
|
-
`+P+` AT
|
|
36
|
-
`;return function(){var M=new Error("get-stack-trace"),R=M&&M.stack?M.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",X=t.console&&(t.console.warn||t.console.log);return X&&X.call(t.console,A,R),u.apply(this,arguments)}}var _;typeof Object.assign!="function"?_=function(m){if(m===i||m===null)throw new TypeError("Cannot convert undefined or null to object");for(var P=Object(m),A=1;A<arguments.length;A++){var M=arguments[A];if(M!==i&&M!==null)for(var R in M)M.hasOwnProperty(R)&&(P[R]=M[R])}return P}:_=Object.assign;var S=w(function(m,P,A){for(var M=Object.keys(P),R=0;R<M.length;)(!A||A&&m[M[R]]===i)&&(m[M[R]]=P[M[R]]),R++;return m},"extend","Use `assign`."),v=w(function(m,P){return S(m,P,!0)},"merge","Use `assign`.");function x(u,m,P){var A=m.prototype,M;M=u.prototype=Object.create(A),M.constructor=u,M._super=A,P&&_(M,P)}function p(u,m){return function(){return u.apply(m,arguments)}}function g(u,m){return typeof u==o?u.apply(m&&m[0]||i,m):u}function E(u,m){return u===i?m:u}function C(u,m,P){b(K(m),function(A){u.addEventListener(A,P,!1)})}function F(u,m,P){b(K(m),function(A){u.removeEventListener(A,P,!1)})}function G(u,m){for(;u;){if(u==m)return!0;u=u.parentNode}return!1}function V(u,m){return u.indexOf(m)>-1}function K(u){return u.trim().split(/\s+/g)}function Q(u,m,P){if(u.indexOf&&!P)return u.indexOf(m);for(var A=0;A<u.length;){if(P&&u[A][P]==m||!P&&u[A]===m)return A;A++}return-1}function ht(u){return Array.prototype.slice.call(u,0)}function Et(u,m,P){for(var A=[],M=[],R=0;R<u.length;){var X=m?u[R][m]:u[R];Q(M,X)<0&&A.push(u[R]),M[R]=X,R++}return P&&(m?A=A.sort(function(it,pt){return it[m]>pt[m]}):A=A.sort()),A}function xt(u,m){for(var P,A,M=m[0].toUpperCase()+m.slice(1),R=0;R<r.length;){if(P=r[R],A=P?P+M:m,A in u)return A;R++}return i}var Ie=1;function ce(){return Ie++}function ve(u){var m=u.ownerDocument||u;return m.defaultView||m.parentWindow||t}var Me=/mobile|tablet|ip(ad|hone|od)|android/i,O="ontouchstart"in t,k=xt(t,"PointerEvent")!==i,Y=O&&Me.test(navigator.userAgent),q="touch",mt="pen",Lt="mouse",Ws="kinect",Js=25,st=1,Bt=2,J=4,I=8,Zs=1,Qe=2,ts=4,es=8,ss=16,Ut=Qe|ts,Se=es|ss,ao=Ut|Se,oo=["x","y"],Ks=["clientX","clientY"];function _t(u,m){var P=this;this.manager=u,this.callback=m,this.element=u.element,this.target=u.options.inputTarget,this.domHandler=function(A){g(u.options.enable,[u])&&P.handler(A)},this.init()}_t.prototype={handler:function(){},init:function(){this.evEl&&C(this.element,this.evEl,this.domHandler),this.evTarget&&C(this.target,this.evTarget,this.domHandler),this.evWin&&C(ve(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&F(this.element,this.evEl,this.domHandler),this.evTarget&&F(this.target,this.evTarget,this.domHandler),this.evWin&&F(ve(this.element),this.evWin,this.domHandler)}};function cm(u){var m,P=u.options.inputClass;return P?m=P:k?m=bi:Y?m=en:O?m=vi:m=tn,new m(u,lm)}function lm(u,m,P){var A=P.pointers.length,M=P.changedPointers.length,R=m&st&&A-M===0,X=m&(J|I)&&A-M===0;P.isFirst=!!R,P.isFinal=!!X,R&&(u.session={}),P.eventType=m,um(u,P),u.emit("hammer.input",P),u.recognize(P),u.session.prevInput=P}function um(u,m){var P=u.session,A=m.pointers,M=A.length;P.firstInput||(P.firstInput=ho(m)),M>1&&!P.firstMultiple?P.firstMultiple=ho(m):M===1&&(P.firstMultiple=!1);var R=P.firstInput,X=P.firstMultiple,nt=X?X.center:R.center,it=m.center=co(A);m.timeStamp=l(),m.deltaTime=m.timeStamp-R.timeStamp,m.angle=xi(nt,it),m.distance=Qs(nt,it),fm(P,m),m.offsetDirection=uo(m.deltaX,m.deltaY);var pt=lo(m.deltaTime,m.deltaX,m.deltaY);m.overallVelocityX=pt.x,m.overallVelocityY=pt.y,m.overallVelocity=c(pt.x)>c(pt.y)?pt.x:pt.y,m.scale=X?pm(X.pointers,A):1,m.rotation=X?mm(X.pointers,A):0,m.maxPointers=P.prevInput?m.pointers.length>P.prevInput.maxPointers?m.pointers.length:P.prevInput.maxPointers:m.pointers.length,dm(P,m);var Xt=u.element;G(m.srcEvent.target,Xt)&&(Xt=m.srcEvent.target),m.target=Xt}function fm(u,m){var P=m.center,A=u.offsetDelta||{},M=u.prevDelta||{},R=u.prevInput||{};(m.eventType===st||R.eventType===J)&&(M=u.prevDelta={x:R.deltaX||0,y:R.deltaY||0},A=u.offsetDelta={x:P.x,y:P.y}),m.deltaX=M.x+(P.x-A.x),m.deltaY=M.y+(P.y-A.y)}function dm(u,m){var P=u.lastInterval||m,A=m.timeStamp-P.timeStamp,M,R,X,nt;if(m.eventType!=I&&(A>Js||P.velocity===i)){var it=m.deltaX-P.deltaX,pt=m.deltaY-P.deltaY,Xt=lo(A,it,pt);R=Xt.x,X=Xt.y,M=c(Xt.x)>c(Xt.y)?Xt.x:Xt.y,nt=uo(it,pt),u.lastInterval=m}else M=P.velocity,R=P.velocityX,X=P.velocityY,nt=P.direction;m.velocity=M,m.velocityX=R,m.velocityY=X,m.direction=nt}function ho(u){for(var m=[],P=0;P<u.pointers.length;)m[P]={clientX:h(u.pointers[P].clientX),clientY:h(u.pointers[P].clientY)},P++;return{timeStamp:l(),pointers:m,center:co(m),deltaX:u.deltaX,deltaY:u.deltaY}}function co(u){var m=u.length;if(m===1)return{x:h(u[0].clientX),y:h(u[0].clientY)};for(var P=0,A=0,M=0;M<m;)P+=u[M].clientX,A+=u[M].clientY,M++;return{x:h(P/m),y:h(A/m)}}function lo(u,m,P){return{x:m/u||0,y:P/u||0}}function uo(u,m){return u===m?Zs:c(u)>=c(m)?u<0?Qe:ts:m<0?es:ss}function Qs(u,m,P){P||(P=oo);var A=m[P[0]]-u[P[0]],M=m[P[1]]-u[P[1]];return Math.sqrt(A*A+M*M)}function xi(u,m,P){P||(P=oo);var A=m[P[0]]-u[P[0]],M=m[P[1]]-u[P[1]];return Math.atan2(M,A)*180/Math.PI}function mm(u,m){return xi(m[1],m[0],Ks)+xi(u[1],u[0],Ks)}function pm(u,m){return Qs(m[0],m[1],Ks)/Qs(u[0],u[1],Ks)}var gm={mousedown:st,mousemove:Bt,mouseup:J},ym="mousedown",wm="mousemove mouseup";function tn(){this.evEl=ym,this.evWin=wm,this.pressed=!1,_t.apply(this,arguments)}x(tn,_t,{handler:function(m){var P=gm[m.type];P&st&&m.button===0&&(this.pressed=!0),P&Bt&&m.which!==1&&(P=J),this.pressed&&(P&J&&(this.pressed=!1),this.callback(this.manager,P,{pointers:[m],changedPointers:[m],pointerType:Lt,srcEvent:m}))}});var xm={pointerdown:st,pointermove:Bt,pointerup:J,pointercancel:I,pointerout:I},bm={2:q,3:mt,4:Lt,5:Ws},fo="pointerdown",mo="pointermove pointerup pointercancel";t.MSPointerEvent&&!t.PointerEvent&&(fo="MSPointerDown",mo="MSPointerMove MSPointerUp MSPointerCancel");function bi(){this.evEl=fo,this.evWin=mo,_t.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}x(bi,_t,{handler:function(m){var P=this.store,A=!1,M=m.type.toLowerCase().replace("ms",""),R=xm[M],X=bm[m.pointerType]||m.pointerType,nt=X==q,it=Q(P,m.pointerId,"pointerId");R&st&&(m.button===0||nt)?it<0&&(P.push(m),it=P.length-1):R&(J|I)&&(A=!0),!(it<0)&&(P[it]=m,this.callback(this.manager,R,{pointers:P,changedPointers:[m],pointerType:X,srcEvent:m}),A&&P.splice(it,1))}});var vm={touchstart:st,touchmove:Bt,touchend:J,touchcancel:I},Sm="touchstart",Tm="touchstart touchmove touchend touchcancel";function po(){this.evTarget=Sm,this.evWin=Tm,this.started=!1,_t.apply(this,arguments)}x(po,_t,{handler:function(m){var P=vm[m.type];if(P===st&&(this.started=!0),!!this.started){var A=Cm.call(this,m,P);P&(J|I)&&A[0].length-A[1].length===0&&(this.started=!1),this.callback(this.manager,P,{pointers:A[0],changedPointers:A[1],pointerType:q,srcEvent:m})}}});function Cm(u,m){var P=ht(u.touches),A=ht(u.changedTouches);return m&(J|I)&&(P=Et(P.concat(A),"identifier",!0)),[P,A]}var Pm={touchstart:st,touchmove:Bt,touchend:J,touchcancel:I},Em="touchstart touchmove touchend touchcancel";function en(){this.evTarget=Em,this.targetIds={},_t.apply(this,arguments)}x(en,_t,{handler:function(m){var P=Pm[m.type],A=_m.call(this,m,P);A&&this.callback(this.manager,P,{pointers:A[0],changedPointers:A[1],pointerType:q,srcEvent:m})}});function _m(u,m){var P=ht(u.touches),A=this.targetIds;if(m&(st|Bt)&&P.length===1)return A[P[0].identifier]=!0,[P,P];var M,R,X=ht(u.changedTouches),nt=[],it=this.target;if(R=P.filter(function(pt){return G(pt.target,it)}),m===st)for(M=0;M<R.length;)A[R[M].identifier]=!0,M++;for(M=0;M<X.length;)A[X[M].identifier]&&nt.push(X[M]),m&(J|I)&&delete A[X[M].identifier],M++;if(nt.length)return[Et(R.concat(nt),"identifier",!0),nt]}var Am=2500,go=25;function vi(){_t.apply(this,arguments);var u=p(this.handler,this);this.touch=new en(this.manager,u),this.mouse=new tn(this.manager,u),this.primaryTouch=null,this.lastTouches=[]}x(vi,_t,{handler:function(m,P,A){var M=A.pointerType==q,R=A.pointerType==Lt;if(!(R&&A.sourceCapabilities&&A.sourceCapabilities.firesTouchEvents)){if(M)Dm.call(this,P,A);else if(R&&Im.call(this,A))return;this.callback(m,P,A)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});function Dm(u,m){u&st?(this.primaryTouch=m.changedPointers[0].identifier,yo.call(this,m)):u&(J|I)&&yo.call(this,m)}function yo(u){var m=u.changedPointers[0];if(m.identifier===this.primaryTouch){var P={x:m.clientX,y:m.clientY};this.lastTouches.push(P);var A=this.lastTouches,M=function(){var R=A.indexOf(P);R>-1&&A.splice(R,1)};setTimeout(M,Am)}}function Im(u){for(var m=u.srcEvent.clientX,P=u.srcEvent.clientY,A=0;A<this.lastTouches.length;A++){var M=this.lastTouches[A],R=Math.abs(m-M.x),X=Math.abs(P-M.y);if(R<=go&&X<=go)return!0}return!1}var wo=xt(a.style,"touchAction"),xo=wo!==i,bo="compute",vo="auto",Si="manipulation",Te="none",ns="pan-x",is="pan-y",sn=km();function Ti(u,m){this.manager=u,this.set(m)}Ti.prototype={set:function(u){u==bo&&(u=this.compute()),xo&&this.manager.element.style&&sn[u]&&(this.manager.element.style[wo]=u),this.actions=u.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var u=[];return b(this.manager.recognizers,function(m){g(m.options.enable,[m])&&(u=u.concat(m.getTouchAction()))}),Mm(u.join(" "))},preventDefaults:function(u){var m=u.srcEvent,P=u.offsetDirection;if(this.manager.session.prevented){m.preventDefault();return}var A=this.actions,M=V(A,Te)&&!sn[Te],R=V(A,is)&&!sn[is],X=V(A,ns)&&!sn[ns];if(M){var nt=u.pointers.length===1,it=u.distance<2,pt=u.deltaTime<250;if(nt&&it&&pt)return}if(!(X&&R)&&(M||R&&P&Ut||X&&P&Se))return this.preventSrc(m)},preventSrc:function(u){this.manager.session.prevented=!0,u.preventDefault()}};function Mm(u){if(V(u,Te))return Te;var m=V(u,ns),P=V(u,is);return m&&P?Te:m||P?m?ns:is:V(u,Si)?Si:vo}function km(){if(!xo)return!1;var u={},m=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(P){u[P]=m?t.CSS.supports("touch-action",P):!0}),u}var nn=1,At=2,ke=4,le=8,Wt=le,rs=16,Yt=32;function Jt(u){this.options=_({},this.defaults,u||{}),this.id=ce(),this.manager=null,this.options.enable=E(this.options.enable,!0),this.state=nn,this.simultaneous={},this.requireFail=[]}Jt.prototype={defaults:{},set:function(u){return _(this.options,u),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(u){if(y(u,"recognizeWith",this))return this;var m=this.simultaneous;return u=rn(u,this),m[u.id]||(m[u.id]=u,u.recognizeWith(this)),this},dropRecognizeWith:function(u){return y(u,"dropRecognizeWith",this)?this:(u=rn(u,this),delete this.simultaneous[u.id],this)},requireFailure:function(u){if(y(u,"requireFailure",this))return this;var m=this.requireFail;return u=rn(u,this),Q(m,u)===-1&&(m.push(u),u.requireFailure(this)),this},dropRequireFailure:function(u){if(y(u,"dropRequireFailure",this))return this;u=rn(u,this);var m=Q(this.requireFail,u);return m>-1&&this.requireFail.splice(m,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(u){return!!this.simultaneous[u.id]},emit:function(u){var m=this,P=this.state;function A(M){m.manager.emit(M,u)}P<le&&A(m.options.event+So(P)),A(m.options.event),u.additionalEvent&&A(u.additionalEvent),P>=le&&A(m.options.event+So(P))},tryEmit:function(u){if(this.canEmit())return this.emit(u);this.state=Yt},canEmit:function(){for(var u=0;u<this.requireFail.length;){if(!(this.requireFail[u].state&(Yt|nn)))return!1;u++}return!0},recognize:function(u){var m=_({},u);if(!g(this.options.enable,[this,m])){this.reset(),this.state=Yt;return}this.state&(Wt|rs|Yt)&&(this.state=nn),this.state=this.process(m),this.state&(At|ke|le|rs)&&this.tryEmit(m)},process:function(u){},getTouchAction:function(){},reset:function(){}};function So(u){return u&rs?"cancel":u&le?"end":u&ke?"move":u&At?"start":""}function To(u){return u==ss?"down":u==es?"up":u==Qe?"left":u==ts?"right":""}function rn(u,m){var P=m.manager;return P?P.get(u):u}function Rt(){Jt.apply(this,arguments)}x(Rt,Jt,{defaults:{pointers:1},attrTest:function(u){var m=this.options.pointers;return m===0||u.pointers.length===m},process:function(u){var m=this.state,P=u.eventType,A=m&(At|ke),M=this.attrTest(u);return A&&(P&I||!M)?m|rs:A||M?P&J?m|le:m&At?m|ke:At:Yt}});function an(){Rt.apply(this,arguments),this.pX=null,this.pY=null}x(an,Rt,{defaults:{event:"pan",threshold:10,pointers:1,direction:ao},getTouchAction:function(){var u=this.options.direction,m=[];return u&Ut&&m.push(is),u&Se&&m.push(ns),m},directionTest:function(u){var m=this.options,P=!0,A=u.distance,M=u.direction,R=u.deltaX,X=u.deltaY;return M&m.direction||(m.direction&Ut?(M=R===0?Zs:R<0?Qe:ts,P=R!=this.pX,A=Math.abs(u.deltaX)):(M=X===0?Zs:X<0?es:ss,P=X!=this.pY,A=Math.abs(u.deltaY))),u.direction=M,P&&A>m.threshold&&M&m.direction},attrTest:function(u){return Rt.prototype.attrTest.call(this,u)&&(this.state&At||!(this.state&At)&&this.directionTest(u))},emit:function(u){this.pX=u.deltaX,this.pY=u.deltaY;var m=To(u.direction);m&&(u.additionalEvent=this.options.event+m),this._super.emit.call(this,u)}});function Ci(){Rt.apply(this,arguments)}x(Ci,Rt,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[Te]},attrTest:function(u){return this._super.attrTest.call(this,u)&&(Math.abs(u.scale-1)>this.options.threshold||this.state&At)},emit:function(u){if(u.scale!==1){var m=u.scale<1?"in":"out";u.additionalEvent=this.options.event+m}this._super.emit.call(this,u)}});function Pi(){Jt.apply(this,arguments),this._timer=null,this._input=null}x(Pi,Jt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[vo]},process:function(u){var m=this.options,P=u.pointers.length===m.pointers,A=u.distance<m.threshold,M=u.deltaTime>m.time;if(this._input=u,!A||!P||u.eventType&(J|I)&&!M)this.reset();else if(u.eventType&st)this.reset(),this._timer=d(function(){this.state=Wt,this.tryEmit()},m.time,this);else if(u.eventType&J)return Wt;return Yt},reset:function(){clearTimeout(this._timer)},emit:function(u){this.state===Wt&&(u&&u.eventType&J?this.manager.emit(this.options.event+"up",u):(this._input.timeStamp=l(),this.manager.emit(this.options.event,this._input)))}});function Ei(){Rt.apply(this,arguments)}x(Ei,Rt,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[Te]},attrTest:function(u){return this._super.attrTest.call(this,u)&&(Math.abs(u.rotation)>this.options.threshold||this.state&At)}});function _i(){Rt.apply(this,arguments)}x(_i,Rt,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:Ut|Se,pointers:1},getTouchAction:function(){return an.prototype.getTouchAction.call(this)},attrTest:function(u){var m=this.options.direction,P;return m&(Ut|Se)?P=u.overallVelocity:m&Ut?P=u.overallVelocityX:m&Se&&(P=u.overallVelocityY),this._super.attrTest.call(this,u)&&m&u.offsetDirection&&u.distance>this.options.threshold&&u.maxPointers==this.options.pointers&&c(P)>this.options.velocity&&u.eventType&J},emit:function(u){var m=To(u.offsetDirection);m&&this.manager.emit(this.options.event+m,u),this.manager.emit(this.options.event,u)}});function on(){Jt.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}x(on,Jt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Si]},process:function(u){var m=this.options,P=u.pointers.length===m.pointers,A=u.distance<m.threshold,M=u.deltaTime<m.time;if(this.reset(),u.eventType&st&&this.count===0)return this.failTimeout();if(A&&M&&P){if(u.eventType!=J)return this.failTimeout();var R=this.pTime?u.timeStamp-this.pTime<m.interval:!0,X=!this.pCenter||Qs(this.pCenter,u.center)<m.posThreshold;this.pTime=u.timeStamp,this.pCenter=u.center,!X||!R?this.count=1:this.count+=1,this._input=u;var nt=this.count%m.taps;if(nt===0)return this.hasRequireFailures()?(this._timer=d(function(){this.state=Wt,this.tryEmit()},m.interval,this),At):Wt}return Yt},failTimeout:function(){return this._timer=d(function(){this.state=Yt},this.options.interval,this),Yt},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==Wt&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function Zt(u,m){return m=m||{},m.recognizers=E(m.recognizers,Zt.defaults.preset),new Ai(u,m)}Zt.VERSION="2.0.7",Zt.defaults={domEvents:!1,touchAction:bo,enable:!0,inputTarget:null,inputClass:null,preset:[[Ei,{enable:!1}],[Ci,{enable:!1},["rotate"]],[_i,{direction:Ut}],[an,{direction:Ut},["swipe"]],[on],[on,{event:"doubletap",taps:2},["tap"]],[Pi]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var Lm=1,Co=2;function Ai(u,m){this.options=_({},Zt.defaults,m||{}),this.options.inputTarget=this.options.inputTarget||u,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=u,this.input=cm(this),this.touchAction=new Ti(this,this.options.touchAction),Po(this,!0),b(this.options.recognizers,function(P){var A=this.add(new P[0](P[1]));P[2]&&A.recognizeWith(P[2]),P[3]&&A.requireFailure(P[3])},this)}Ai.prototype={set:function(u){return _(this.options,u),u.touchAction&&this.touchAction.update(),u.inputTarget&&(this.input.destroy(),this.input.target=u.inputTarget,this.input.init()),this},stop:function(u){this.session.stopped=u?Co:Lm},recognize:function(u){var m=this.session;if(!m.stopped){this.touchAction.preventDefaults(u);var P,A=this.recognizers,M=m.curRecognizer;(!M||M&&M.state&Wt)&&(M=m.curRecognizer=null);for(var R=0;R<A.length;)P=A[R],m.stopped!==Co&&(!M||P==M||P.canRecognizeWith(M))?P.recognize(u):P.reset(),!M&&P.state&(At|ke|le)&&(M=m.curRecognizer=P),R++}},get:function(u){if(u instanceof Jt)return u;for(var m=this.recognizers,P=0;P<m.length;P++)if(m[P].options.event==u)return m[P];return null},add:function(u){if(y(u,"add",this))return this;var m=this.get(u.options.event);return m&&this.remove(m),this.recognizers.push(u),u.manager=this,this.touchAction.update(),u},remove:function(u){if(y(u,"remove",this))return this;if(u=this.get(u),u){var m=this.recognizers,P=Q(m,u);P!==-1&&(m.splice(P,1),this.touchAction.update())}return this},on:function(u,m){if(u!==i&&m!==i){var P=this.handlers;return b(K(u),function(A){P[A]=P[A]||[],P[A].push(m)}),this}},off:function(u,m){if(u!==i){var P=this.handlers;return b(K(u),function(A){m?P[A]&&P[A].splice(Q(P[A],m),1):delete P[A]}),this}},emit:function(u,m){this.options.domEvents&&Rm(u,m);var P=this.handlers[u]&&this.handlers[u].slice();if(!(!P||!P.length)){m.type=u,m.preventDefault=function(){m.srcEvent.preventDefault()};for(var A=0;A<P.length;)P[A](m),A++}},destroy:function(){this.element&&Po(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}};function Po(u,m){var P=u.element;if(P.style){var A;b(u.options.cssProps,function(M,R){A=xt(P.style,R),m?(u.oldCssProps[A]=P.style[A],P.style[A]=M):P.style[A]=u.oldCssProps[A]||""}),m||(u.oldCssProps={})}}function Rm(u,m){var P=e.createEvent("Event");P.initEvent(u,!0,!0),P.gesture=m,m.target.dispatchEvent(P)}_(Zt,{INPUT_START:st,INPUT_MOVE:Bt,INPUT_END:J,INPUT_CANCEL:I,STATE_POSSIBLE:nn,STATE_BEGAN:At,STATE_CHANGED:ke,STATE_ENDED:le,STATE_RECOGNIZED:Wt,STATE_CANCELLED:rs,STATE_FAILED:Yt,DIRECTION_NONE:Zs,DIRECTION_LEFT:Qe,DIRECTION_RIGHT:ts,DIRECTION_UP:es,DIRECTION_DOWN:ss,DIRECTION_HORIZONTAL:Ut,DIRECTION_VERTICAL:Se,DIRECTION_ALL:ao,Manager:Ai,Input:_t,TouchAction:Ti,TouchInput:en,MouseInput:tn,PointerEventInput:bi,TouchMouseInput:vi,SingleTouchInput:po,Recognizer:Jt,AttrRecognizer:Rt,Tap:on,Pan:an,Swipe:_i,Pinch:Ci,Rotate:Ei,Press:Pi,on:C,off:F,each:b,merge:v,extend:S,assign:_,inherit:x,bindFn:p,prefixed:xt});var Om=typeof t<"u"?t:typeof self<"u"?self:{};Om.Hammer=Zt,typeof i=="function"&&i.amd?i(function(){return Zt}):n.exports?n.exports=Zt:t[s]=Zt})(window,document,"Hammer")})(ka);var nf=ka.exports;const rf=$i(nf);function af(){return{screenWidth:window.screen.width,screenHeight:window.screen.height,screenX:window.screenX,screenY:window.screenY}}function We(){const n=document.documentElement;return{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 of(){const n=document.body;return{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 hf(){return typeof window.innerWidth=="number"?{width:window.innerWidth,height:window.innerHeight}:document.compatMode==="CSS1Compat"?{width:document.documentElement.clientWidth,height:document.documentElement.clientHeight}:{width:document.body.clientWidth,height:document.body.clientHeight}}function cf(){const{scrollWidth:n,scrollHeight:t}=We();return{width:n,height:t}}function si(n){const{top:t,left:e,width:s,height:i}=n.getBoundingClientRect(),{scrollLeft:r,scrollTop:a}=We();return{x:e+r,y:t+a,width:s,height:i}}function lf(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 La(n){return n.getBoundingClientRect()}function uf(n){const t=n.getBoundingClientRect();return{x:n.offsetLeft,y:n.offsetTop,width:t.width||t.right-t.left,height:t.height||t.bottom-t.top}}function ff(){const{clientHeight:n,scrollTop:t,scrollHeight:e}=We(),s=e-n;return s<=0?0:t/s*100}function df(n){if("center"in n){const t=n.center,e=La(n.target);return{x:t.x-e.x,y:t.y-e.y}}return{x:n.clientX,y:n.clientY}}function ni(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}=We();return{x:n.clientX+t,y:n.clientY+e}}function kt(n,t){const e={x:0,y:0};if(t){const s=ni(n),i=si(t);e.x=s.x-i.x,e.y=s.y-i.y}else{let s=0,i=0;if("currentTarget"in n&&n.currentTarget&&n.target&&n.currentTarget!=n.target){const r=n.currentTarget.getBoundingClientRect(),a=n.target.getBoundingClientRect();s=a.left-r.left,i=a.top-r.top}if("offsetX"in n)e.x=n.offsetX+s,e.y=n.offsetY+i;else{const r=ni(n),a=si(n.target);e.x=r.x-a.x+s,e.y=r.y-a.y+i}}return e}class mf extends cs{container;width;height;mousePoint={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0};hammer;removes=[];constructor(t=document.documentElement,e=!0,s){super(),this.container=t,this.width=t.offsetWidth,this.height=t.offsetHeight,this.hammer=new rf(this.container),e&&this.start(s)}emitDebounce=Jo((t,...e)=>super.emit(t,...e),50);emit(t,...e){switch(t){case"panLeft":case"panRight":this.emitDebounce(t,...e);break;default:super.emit(t,...e);break}return this}start(t){this.registerMouseEventListeners(),this.registerTransitionEventListeners(),this.registerAnimationEventListeners(),this.registerResizeObserver(),t&&t.forEach(e=>{this.addRemoves(e())}),this.on("pointerMove",e=>{this.setMousePoint(kt(e,this.container))})}destroy(){this.removes.forEach(t=>t()),this.removes=[],this.removeAllListeners()}restart(){this.destroy(),this.start()}addRemoves(t){this.removes.push(t)}registerMouseEventListeners(){const t=I=>{this.emit("mouseDown",I)},e=I=>{this.emit("mouseUp",I)},s=I=>{this.emit("mouseMove",I)},i=I=>{this.emit("mouseOver",I)},r=I=>{this.emit("mouseOut",I)},a=I=>{this.emit("mouseEnter",I)},o=I=>{this.emit("mouseLeave",I)},h=I=>{this.emit("mouseClick",I)},c=I=>{this.emit("mouseDoubleClick",I)},l=I=>{this.emit("mouseWheel",I)},d=I=>{this.emit("mouseContextMenu",I)},y=I=>{this.emit("touchStart",I)},b=I=>{this.emit("touchEnd",I)},w=I=>{this.emit("touchCancel",I)},_=I=>{this.emit("touchMove",I)},S=I=>{this.emit("pointerDown",I)},v=I=>{this.emit("pointerUp",I)},x=I=>{this.emit("pointerCancel",I)},p=I=>{this.emit("pointerMove",I)},g=I=>{this.emit("pan",I)},E=I=>{this.emit("panStart",I)},C=I=>{this.emit("panMove",I)},F=I=>{this.emit("panEnd",I)},G=I=>{this.emit("panCancel",I)},V=I=>{this.emit("panLeft",I)},K=I=>{this.emit("panRight",I)},Q=I=>{this.emit("panUp",I)},ht=I=>{this.emit("panDown",I)},Et=I=>{this.emit("pinch",I)},xt=I=>{this.emit("press",I)},Ie=I=>{this.emit("rotate",I)},ce=I=>{this.emit("swipe",I)},ve=I=>{this.emit("swipeLeft",I)},Me=I=>{this.emit("swipeRight",I)},O=I=>{this.emit("swipeUp",I)},k=I=>{this.emit("swipeDown",I)},Y=I=>{this.emit("tap",I)},q=I=>{!I.target||this.container==I.target||this.container.contains(I.target)||this.emit("tapOutSide",I)},mt=I=>{this.emit("inputChange",I,this.container.files)},Lt=I=>{this.emit("dragstart",I)},Ws=I=>{I.dataTransfer&&(I.dataTransfer.dropEffect="copy"),this.emit("dragover",I)},Js=I=>{this.emit("dragenter",I)},st=I=>{this.emit("dragend",I)},Bt=I=>{I.dataTransfer,this.emit("drop",I,I.dataTransfer?.files||null)};this.container.addEventListener("mousedown",t,!1),this.container.addEventListener("mouseup",e,!1),this.container.addEventListener("mousemove",s,!1),this.container.addEventListener("mouseover",i,!1),this.container.addEventListener("mouseout",r,!1),this.container.addEventListener("mouseenter",a,!1),this.container.addEventListener("mouseleave",o,!1),this.container.addEventListener("click",h,!1),this.container.addEventListener("dblclick",c,!1),this.container.addEventListener("wheel",l,!1),this.container.addEventListener("contextmenu",d,!1),this.container.addEventListener("touchstart",y,!1),this.container.addEventListener("touchend",b,!1),this.container.addEventListener("touchcancel",w,!1),this.container.addEventListener("touchmove",_,!1),this.container.addEventListener("pointerdown",S,!1),this.container.addEventListener("pointerup",v,!1),this.container.addEventListener("pointercancel",x,!1),this.container.addEventListener("pointermove",p,!1),this.hammer.on("pan",g),this.hammer.on("panstart",E),this.hammer.on("panmove",C),this.hammer.on("panend",F),this.hammer.on("pancancel",G),this.hammer.on("panleft",V),this.hammer.on("panright",K),this.hammer.on("panup",Q),this.hammer.on("pandown",ht),this.hammer.on("pinch",Et),this.hammer.on("press",xt),this.hammer.on("rotate",Ie),this.hammer.on("swipe",ce),this.hammer.on("swipeleft",ve),this.hammer.on("swiperight",Me),this.hammer.on("swipeup",O),this.hammer.on("swipedown",k),this.hammer.on("tap",Y),document.addEventListener("pointerdown",q,!1),this.container instanceof HTMLInputElement&&this.container.addEventListener("change",mt,!1),this.container.addEventListener("dragstart",Lt,!1),this.container.addEventListener("dragover",Ws,!1),this.container.addEventListener("dragenter",Js,!1),this.container.addEventListener("dragend",st,!1),this.container.addEventListener("drop",Bt,!1);const J=()=>{this.container.removeEventListener("mousedown",t,!1),this.container.removeEventListener("mouseup",e,!1),this.container.removeEventListener("mousemove",s,!1),this.container.removeEventListener("mouseover",i,!1),this.container.removeEventListener("mouseout",r,!1),this.container.removeEventListener("mouseenter",a,!1),this.container.removeEventListener("mouseleave",o,!1),this.container.removeEventListener("click",h,!1),this.container.removeEventListener("dblclick",c,!1),this.container.removeEventListener("wheel",l,!1),this.container.removeEventListener("contextmenu",d,!1),this.container.removeEventListener("touchstart",y,!1),this.container.removeEventListener("touchend",b,!1),this.container.removeEventListener("touchcancel",w,!1),this.container.removeEventListener("touchmove",_,!1),this.container.removeEventListener("pointerdown",S,!1),this.container.removeEventListener("pointerup",v,!1),this.container.removeEventListener("pointercancel",x),this.container.removeEventListener("pointermove",p,!1),this.hammer.off("pan",g),this.hammer.off("panstart",E),this.hammer.off("panmove",C),this.hammer.off("panend",F),this.hammer.off("pancancel",G),this.hammer.off("panleft",V),this.hammer.off("panright",K),this.hammer.off("panup",Q),this.hammer.off("pandown",ht),this.hammer.off("pinch",Et),this.hammer.off("press",xt),this.hammer.off("rotate",Ie),this.hammer.off("swipe",ce),this.hammer.off("swipeleft",ve),this.hammer.off("swiperight",Me),this.hammer.off("swipeup",O),this.hammer.off("swipedown",k),this.hammer.off("tap",Y),document.removeEventListener("pointerdown",q,!1),document.removeEventListener("touchstart",q,!1),document.removeEventListener("mousedown",q,!1),this.container instanceof HTMLInputElement&&this.container.removeEventListener("change",mt,!1),this.container.removeEventListener("dragstart",Lt,!1),this.container.removeEventListener("dragover",Ws,!1),this.container.removeEventListener("dragenter",Js,!1),this.container.removeEventListener("dragend",st,!1),this.container.removeEventListener("drop",Bt,!1)};return this.addRemoves(J),J}registerTransitionEventListeners(){const t=i=>{this.emit("transitionstart",i)},e=i=>{this.emit("transitionend",i)};this.container.addEventListener("transitionstart",t,!1),this.container.addEventListener("transitionend",e,!1);const s=()=>{this.container.removeEventListener("transitionstart",t,!1),this.container.removeEventListener("transitionend",e,!1)};return this.addRemoves(s),s}registerAnimationEventListeners(){const t=i=>{this.emit("animationstart",i)},e=i=>{this.emit("animationend",i)};this.container.addEventListener("animationstart",t,!1),this.container.addEventListener("animationend",e,!1);const s=()=>{this.container.removeEventListener("animationstart",t,!1),this.container.removeEventListener("animationend",e,!1)};return this.addRemoves(s),s}registerResizeObserver(){const{on:t,destroy:e}=ba(this.container),s=t((r,a)=>{this.width=r,this.height=a,this.emit("resize",r,a)}),i=()=>{s(),e()};return this.addRemoves(i),i}registerPullDownRefresh(t){const e=t?.distance||50;return this.captureDrag({move:(s,i)=>{i.dStartY>0&&i.dStartY<e&&this.emit("pullDowning",i.dStartY)},end:(s,i)=>{i.dStartY>=e&&this.emit("pullDown")}})}registerPullUpLoading(t){const e=t?.distance||50;return this.captureDrag({move:(s,i)=>{i.dStartY>0&&i.dStartY<e&&this.emit("pullUping",i.dStartY)},end:(s,i)=>{i.dStartY>=e&&this.emit("pullUp")}})}setMousePoint(t){this.mousePoint.x=t.x,this.mousePoint.y=t.y,this.mousePoint.dx=typeof t.dx=="number"?t.dx:0,this.mousePoint.dy=typeof t.dy=="number"?t.dy:0,this.mousePoint.dStartX=typeof t.dStartX=="number"?t.dStartX:0,this.mousePoint.dStartY=typeof t.dStartY=="number"?t.dStartY:0}captureDrag(t){return this.captureDragUsePointer(t)}captureDragUsePointer(t){let e,s;const i=h=>{h.preventDefault(),h.stopPropagation(),this.on("pointerMove",a),this.on("pointerUp",r),this.on("pointerCancel",r),s=kt(h,this.container);const c={...s};e=c,this.setMousePoint(c),t?.start?.(h,c)},r=h=>{h.preventDefault(),h.stopPropagation(),this.off("pointerMove",a),this.off("pointerUp",r),this.off("pointerCancel",r),s=kt(h,this.container);const c={...s,dStartX:e?s.x-e.x:0,dStartY:e?s.y-e.y:0};this.setMousePoint(c),t?.end?.(h,c),e=null},a=h=>{h.preventDefault(),h.stopPropagation();const c={...s};s=kt(h,this.container);const l={...s,dx:s.x-(c.x||0),dy:s.y-(c.y||0),dStartX:e?s.x-e.x:0,dStartY:e?s.y-e.y:0};this.setMousePoint(l),t?.move?.(h,l)};this.on("pointerDown",i);const o=()=>{this.off("pointerDown",i)};return this.addRemoves(o),o}captureDragUseMouse(t){let e,s;const i=h=>{h.preventDefault(),h.stopPropagation(),document.addEventListener("mousemove",a,!1),document.addEventListener("mouseup",r,!1),s=kt(h,this.container);const c={...s};e=c,this.setMousePoint(c),t?.start?.(h,c)},r=h=>{h.preventDefault(),h.stopPropagation(),document.removeEventListener("mousemove",a,!1),document.removeEventListener("mouseup",r,!1),s=kt(h,this.container);const c={...s,dStartX:e?s.x-e.x:0,dStartY:e?s.y-e.y:0};this.setMousePoint(c),t?.end?.(h,c),e=null},a=h=>{h.preventDefault(),h.stopPropagation();const c={...s};s=kt(h,this.container);const l={...s,dx:s.x-(c.x||0),dy:s.y-(c.y||0),dStartX:e?s.x-e.x:0,dStartY:e?s.y-e.y:0};this.setMousePoint(l),t?.move?.(h,l)};this.on("mouseDown",i);const o=()=>{this.off("mouseDown",i)};return this.addRemoves(o),o}captureDragUseTouch(t){let e,s;const i=h=>{h.preventDefault(),h.stopPropagation(),this.on("touchMove",a),this.on("touchEnd",r),this.on("touchCancel",r);const c=h.changedTouches[0];s=kt(c,this.container);const l={...s};e=l,this.setMousePoint(l),t?.start?.(c,l)},r=h=>{h.preventDefault(),h.stopPropagation(),this.off("touchMove",a),this.off("touchEnd",r),this.off("touchCancel",r);const c=h.changedTouches[0];s=kt(c,this.container);const l={...s,dStartX:e?s.x-e.x:0,dStartY:e?s.y-e.y:0};this.setMousePoint(l),t?.end?.(c,l),e=null},a=h=>{h.preventDefault(),h.stopPropagation();const c=h.changedTouches[0],l={...s};s=kt(c,this.container);const d={...s,dx:s.x-(l.x||0),dy:s.y-(l.y||0),dStartX:e?s.x-e.x:0,dStartY:e?s.y-e.y:0};this.setMousePoint(d),t?.move?.(c,d)};this.on("touchStart",i);const o=()=>{this.off("touchStart",i)};return this.addRemoves(o),o}}class Je{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(()=>{Je.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)}}class Ra extends cs{source;raw="";mode="text";tagname="";nodename="";textchunk="";entity="";quote="";attrs={};constructor(t){super(),this.source=t}parse(){const t=Eo(this.source);if(t===0){this.emit("finish");return}let e,s,i=Ri(this.source,0);for(let r=1;r<t;r++)e=s,s=i,i=Ri(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==`
|
|
37
|
-
`&&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":zt("whitespace",t)?(this.textchunk+=Oa(this.entity),this.mode="text"):t==";"?(this.textchunk+=Oa(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(!zt("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":zt("whitespace",t)||(this.mode="close tag name",this.tagname="",this.nodename="",this.act(t,e,s));break;case"close tag name":if(zt("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(zt("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":zt("whitespace",t)||(this.mode="attr",this.nodename="",this.act(t,e,s));break;case"attr":if(zt("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(!zt("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(zt("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 Oa(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 Fa=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function Na(n,t={}){var e=1,s=1;function i(O){var k=O.match(/\n/g);k&&(e+=k.length);var Y=O.lastIndexOf(`
|
|
38
|
-
`);s=~Y?O.length-Y:s+O.length}function r(){var O={line:e,column:s};return function(k){return k.position=new a(O),w(),k}}function a(O){this.start=O,this.end={line:e,column:s},this.source=t.source}a.prototype.content=n;var o=[];function h(O){var k=new Error(t.source+":"+e+":"+s+": "+O);if(k.reason=O,k.filename=t.source,k.line=e,k.column=s,k.source=n,t.silent)o.push(k);else throw k}function c(){var O=y();return{type:"stylesheet",stylesheet:{source:t.source,rules:O,parsingErrors:o}}}function l(){return b(/^{\s*/)}function d(){return b(/^}/)}function y(){var O,k=[];for(w(),_(k);n.length&&n.charAt(0)!="}"&&(O=ve()||Me());)O!==!1&&(k.push(O),_(k));return k}function b(O){var k=O.exec(n);if(k){var Y=k[0];return i(Y),n=n.slice(Y.length),k}}function w(){b(/^\s*/)}function _(O){var k;for(O=O||[];k=S();)k!==!1&&O.push(k);return O}function S(){var O=r();if(!(n.charAt(0)!="/"||n.charAt(1)!="*")){for(var k=2;n.charAt(k)!=""&&(n.charAt(k)!="*"||n.charAt(k+1)!="/");)++k;if(k+=2,n.charAt(k-1)==="")return h("End of comment missing");var Y=n.slice(2,k-2);return s+=2,i(Y),n=n.slice(k),s+=2,O({type:"comment",comment:Y})}}function v(){var O=b(/^([^{]+)/);if(O)return qt(O[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(k){return k.replace(/,/g,"")}).split(/\s*(?![^(]*\)),\s*/).map(function(k){return k.replace(/\u200C/g,",")})}function x(){var O=r(),k=b(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(k){if(k=qt(k[0]),!b(/^:\s*/))return h("property missing ':'");var Y=b(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),q=O({type:"declaration",property:k.replace(Fa,""),value:Y?qt(Y[0]).replace(Fa,""):""});return b(/^[;\s]*/),q}}function p(){var O=[];if(!l())return h("missing '{'");_(O);for(var k;k=x();)k!==!1&&(O.push(k),_(O));return d()?O:h("missing '}'")}function g(){for(var O,k=[],Y=r();O=b(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)k.push(O[1]),b(/^,\s*/);if(k.length)return Y({type:"keyframe",values:k,declarations:p()})}function E(){var O=r(),k=b(/^@([-\w]+)?keyframes\s*/);if(k){var Y=k[1];if(k=b(/^([-\w]+)\s*/),!k)return h("@keyframes missing name");var q=k[1];if(!l())return h("@keyframes missing '{'");for(var mt,Lt=_();mt=g();)Lt.push(mt),Lt=Lt.concat(_());return d()?O({type:"keyframes",name:q,vendor:Y,keyframes:Lt}):h("@keyframes missing '}'")}}function C(){var O=r(),k=b(/^@supports *([^{]+)/);if(k){var Y=qt(k[1]);if(!l())return h("@supports missing '{'");var q=_().concat(y());return d()?O({type:"supports",supports:Y,rules:q}):h("@supports missing '}'")}}function F(){var O=r(),k=b(/^@host\s*/);if(k){if(!l())return h("@host missing '{'");var Y=_().concat(y());return d()?O({type:"host",rules:Y}):h("@host missing '}'")}}function G(){var O=r(),k=b(/^@media *([^{]+)/);if(k){var Y=qt(k[1]);if(!l())return h("@media missing '{'");var q=_().concat(y());return d()?O({type:"media",media:Y,rules:q}):h("@media missing '}'")}}function V(){var O=r(),k=b(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(k)return O({type:"custom-media",name:qt(k[1]),media:qt(k[2])})}function K(){var O=r(),k=b(/^@page */);if(k){var Y=v()||[];if(!l())return h("@page missing '{'");for(var q=_(),mt;mt=x();)q.push(mt),q=q.concat(_());return d()?O({type:"page",selectors:Y,declarations:q}):h("@page missing '}'")}}function Q(){var O=r(),k=b(/^@([-\w]+)?document *([^{]+)/);if(k){var Y=qt(k[1]),q=qt(k[2]);if(!l())return h("@document missing '{'");var mt=_().concat(y());return d()?O({type:"document",document:q,vendor:Y,rules:mt}):h("@document missing '}'")}}function ht(){var O=r(),k=b(/^@font-face\s*/);if(k){if(!l())return h("@font-face missing '{'");for(var Y=_(),q;q=x();)Y.push(q),Y=Y.concat(_());return d()?O({type:"font-face",declarations:Y}):h("@font-face missing '}'")}}var Et=ce("import"),xt=ce("charset"),Ie=ce("namespace");function ce(O){var k=new RegExp("^@"+O+"\\s*([^;]+);");return function(){var Y=r(),q=b(k);if(q){var mt={type:O};return mt[O]=q[1].trim(),Y(mt)}}}function ve(){if(n[0]=="@")return E()||G()||V()||C()||Et()||xt()||Ie()||Q()||K()||F()||ht()}function Me(){var O=r(),k=v();return k?(_(),O({type:"rule",selectors:k,declarations:p()})):h("selector missing")}return ii(c())}function qt(n){return n?n.replace(/^\s+|\s+$/g,""):""}function ii(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(a){ii(a,s)}):r&&typeof r=="object"&&ii(r,s)}return e&&Object.defineProperty(n,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),n}class Ba extends Ra{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=Na(e);for(const i of s.stylesheet.rules)for(const r of i.declarations)for(const a of i.selectors)this.globalStyles[a]=this.globalStyles[a]||[],this.globalStyles[a].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="",a="";for(const o in this.groups[i])o=="transform"?r=this.groups[i].transform:o=="class"&&this.globalStyles["."+this.groups[i][o]]?a=this.globalStyles["."+this.groups[i][o]].join(";")+";"+a:o=="id"&&this.globalStyles["#"+this.groups[i][o]]?a=this.globalStyles["#"+this.groups[i][o]].join(";")+";"+a:typeof this.currentItem[o]>"u"&&(this.currentItem[o]=this.groups[i][o]);typeof this.currentItem.transform>"u"?this.currentItem.transform=r:this.currentItem.transform+=" "+r,typeof this.currentItem.style>"u"?this.currentItem.style=a:this.currentItem.style=a+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),ai(this.currentItem.style,this.currentItem,oi)}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="",a="";if(e.width&&e.height)r=e.width,a=e.height;else if(e.viewBox){const o=e.viewBox.split(/\s+/gi);o.length==4&&(r=String(parseFloat(o[2])-parseFloat(o[0])),a=String(parseFloat(o[3])-parseFloat(o[1])))}r&&a&&this.items.push({type:"viewbox",width:r,height:a});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&&ai(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+ri(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 o=0,h=this.grad.stops.length;o<h;o++)i=this.grad.stops[o],o&&o!=h-1?s.push(i.color+":"+i.offset):s.push(i.color);this.idtops[this.grad.id]=s.join("-"),this.items.forEach(o=>{o.fillid==this.grad.id&&(o.fill=this.idtops[this.grad.id])});break;case"radialGradient":s=[];for(let o=0,h=this.grad.stops.length;o<h;o++)i=this.grad.stops[o],o&&o!=h-1?s.push(i.color+":"+i.offset):s.push(i.color);this.idtops[this.grad.id]=s.join("-"),this.items.forEach(o=>{o.fillid==this.grad.id&&(o.fill=this.idtops[this.grad.id])});break}for(const r in e){const a=e[r];if(oi.includes(r)&&(this.currentItem[r]=a),r==="id"&&(this.currentItem.type==="linearGradient"&&(this.grad={id:r,stops:[]}),this.currentItem.type==="radialGradient"&&(this.grad={id:r,stops:[]})),r==="style"&&ai(a,this.currentItem,oi),r==="transform"&&(this.currentItem.transform=a+(this.currentItem.transform||" ")),r==="fill"){const o=a.match(/url\(#([^)]+)\)/);if(o){const h=o[1];this.currentItem.fillid=h,this.idtops[h]&&(this.currentItem.fill=this.idtops[h])}}r==="points"&&this.currentItem.type=="polygon"&&(this.currentItem.path="M"+a+"z"),r==="d"&&this.currentItem.type=="path"&&(this.currentItem.path=a),r==="xlink:href"&&this.currentItem.type=="image"&&(this.currentItem.src=a)}}addToItems(){this.items.push(this.currentItem)}}function ri(n,t,e,s,i,r){if(typeof i>"u"||typeof r>"u"){const a=n-e,o=t-s;return!a&&!o?0:(180+Math.atan2(-o,-a)*180/Math.PI+360)%360}else return ri(n,t,i,r)-ri(e,s,i,r)}function ai(n,t,e){const s=(n+"").split(";"),i=/^\s+|\s+$/g;for(let r=0,a=s.length;r<a;r++){const o=s[r].split(":"),h=o[0].replace(i,"").replace(/[A-Z]/g,function(c){return"-"+c.toLowerCase()});(!e||e.includes(h))&&(t[h]=o[1].replace(i,""))}}const oi=["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 pf{app;rootEl;ue;shapes=[];isMouseDown=!1;currentMouseInShape;currentEnableDragMouseInShape;dragDx=0;dragDy=0;constructor(t,e,s){this.app=t,this.rootEl=vt.createSVGElement("svg"),this.ue=$t(this.rootEl);const i=$t(this.app.container);i.empty(),i.insert(this.rootEl),e&&s?this.setSize(e,s):(this.setSize(this.app.width,this.app.height),this.app.on("resize",()=>{this.setSize(this.app.width,this.app.height)})),this.app.captureDrag({start:()=>{this.isMouseDown=!0,this.dragDx=0,this.dragDy=0,this.setCursor()},end:()=>{this.isMouseDown=!1,this.dragDx=0,this.dragDy=0,this.setCursor()},move:(r,a)=>{this.currentEnableDragMouseInShape&&(this.dragDx+=a.dx,this.dragDy+=a.dy),this.setCursor()}}),this.app.on("tap",()=>{for(const r of this.shapes)if(this.currentMouseInShape==r){r.emit("clicked",r);let a=r.parent;for(;a;)a.emit("clicked",r),a=a.parent;break}})}setCursor(){this.currentEnableDragMouseInShape?(this.app.container.style.cursor="grab",this.isMouseDown&&(this.app.container.style.cursor="grabbing")):this.currentMouseInShape?this.app.container.style.cursor="pointer":this.app.container.style.cursor="default"}setSize(t,e){return ne(this.rootEl,{viewBox:`0 0 ${t} ${e}`,width:`${t}`,height:`${e}`}),this}download(){return vt.downloadFromSVGElement(this.rootEl)}_addDrawShape(t){this.shapes.findIndex(e=>e.id==t.id)===-1&&(this.shapes.push(t),t instanceof ot&&t.shapes.forEach(e=>{this._addDrawShape(e)}))}path(t){(Array.isArray(t)?t:[t]).forEach(e=>{this._addDrawShape(e)}),this.isMouseDown&&this.currentEnableDragMouseInShape||(this.currentMouseInShape=void 0);for(const e of this.shapes){if(!e.isShow){e.el&&(e.el.remove(),delete e.el);continue}if(e.frameStart(this.app.mousePoint),e.el||(e instanceof Ze?e.el=this.text(e.text,e.x,e.y,Ui(e.getAttrs(),(i,r)=>typeof r=="string")):(e.el=vt.createSvgPath(e.toSVGPathD(),e.id),this.ue.insert(e.el))),e.followMouse&&(!os(e.x,this.app.mousePoint.x,5)||!os(e.y,this.app.mousePoint.y,5))&&e.followTo(this.app.mousePoint),e.targetToAfterDragFree&&(this.isMouseDown||e.runEaseTo({x:e.targetToAfterDragFree.targetX,y:e.targetToAfterDragFree.targetY},{easing:e.targetToAfterDragFree?.easing})),this.isMouseDown&&this.currentEnableDragMouseInShape==e){e.isDragging=!0;const i=this.dragDx,r=this.dragDy;if(this.dragDx=0,this.dragDy=0,i||r){if(e.x+=i,e.y+=r,e.alongPath){const a=e.alongPath.closestPoint(e.x,e.y);e.x=a.point.x-e.cX,e.y=a.point.y-e.cY}e.emit("draging",i,r)}}else e.isDragging=!1;e instanceof Ze&&(e.setAttr("x",String(e.x)),e.setAttr("y",String(e.y))),e.frameUpdate(this.app.mousePoint);const s=e.toSVGPathD();if(this.attr(e,Ui(e.getAttrs(),(i,r)=>typeof r=="string")),this.attr(e,"d",s),!this.currentMouseInShape){const i=e.isPointInPath(this.app.mousePoint.x,this.app.mousePoint.y,this.rootEl)||e.isPointInStroke(this.app.mousePoint.x,this.app.mousePoint.y,this.rootEl)||!1;e.isMouseIn=i,i&&(this.currentMouseInShape=e,e.enableDrag&&(this.currentEnableDragMouseInShape=e))}e.frameEnd(this.app.mousePoint)}this.currentMouseInShape||(this.currentEnableDragMouseInShape=void 0)}delete(t){(Array.isArray(t)?t:[t]).forEach(e=>{e.el&&e.el.remove(),delete e.el,this.shapes=this.shapes.filter(s=>s.id!==e.id)})}clear(){this.shapes.forEach(t=>{t.el&&t.el.remove(),delete t.el}),this.ue.empty(),this.shapes=[]}attr(t,e,s){const i=t.el||t;return i instanceof SVGElement?e===void 0&&s===void 0?ne(i):typeof e=="string"&&s===void 0?ne(i,ct(e))||"":(typeof e=="object"?ne(i,e):typeof e=="string"&&s!==void 0&&ne(i,ct(e),s),this):this}circle(t,e,s){return this.path(new jt({x:t,y:e,radius:s}))}circleEl(t,e,s){const i=vt.createSVGElement("circle",{cx:String(t),cy:String(e),r:String(s)});return this.ue.insert(i),i}ellipse(t,e,s,i){return this.path(new Ya({x:t,y:e,rx:s,ry:i}))}ellipseEl(t,e,s,i){const r=vt.createSVGElement("ellipse",{cx:String(t),cy:String(e),rx:String(s),ry:String(i)});return this.ue.insert(r),r}rect(t,e,s,i){return this.path(new Ht({x:t,y:e,width:s,height:i}))}rectEl(t,e,s,i){const r=vt.createSVGElement("rect",{x:String(t),y:String(e),width:String(s),height:String(i)});return this.ue.insert(r),r}image(t,e,s,i,r){}text(t,e,s,i){const r=vt.createSVGElement("text",{x:String(e),y:String(s)});return $t(r).html(t),this.attr(r,Object.assign({"alignment-baseline":"middle"},i)),this.ue.insert(r),r}textWithTspan(t,e,s,i){const r=i?.["line-height"]||"1.2em",a=vt.createSVGElement("text",{x:String(e),y:String(s)});return t.split(`
|
|
39
|
-
`).forEach((o,h)=>{if(o.trim()){const c=vt.createSVGElement("tspan",{x:String(e),dy:h>0?r:"0"});$t(c).html(o),$t(a).insert(c),this.attr(c,Object.assign({"alignment-baseline":"middle"},i))}}),this.ue.insert(a),a}}class gf extends ot{svgWidth=0;svgHeight=0;width=0;height=0;constructor(t){super(t);const e=new Ba(t.svg).parse();for(let s=0,i=e.length;s<i;s++){const r=e[s];if(r.type=="viewbox"&&r.width&&r.height){if(this.svgWidth=parseFloat(r.width),this.svgHeight=parseFloat(r.height),t.width){const l=this.svgWidth/this.svgHeight;this.width=t.width,this.height=this.width/l}else this.width=this.svgWidth,this.height=this.svgHeight;continue}if(r.type!="path"||!pe.isSVGPath(r.path))continue;const a={};for(const l in r)l==="type"||l==="path"||l==="transform"||(a[l]=r[l]);const o=pe.absolutizeSVGPath(pe.parseSVGPath(r.path)),h=[];let c=[];for(let l=0,d=o.length;l<d;l++){const y=o[l];c.push(y),y[0].toLowerCase()=="z"&&(h.push(c),c=[])}c.length&&h.push(c),h.forEach(l=>{const d=jn(r.transform??"");d.scale(this.width&&this.svgWidth?this.width/this.svgWidth:1),this.addShape(new j({...t,attrs:{...a,...t?.attrs||{}},d:l,originMatrix:d}))})}}shapeInit(){this.trim()}}class jt extends j{radius;constructor(t){super(t),this.radius=t?.radius||0}getBoundingClientRect(){return{x:this.x-this.radius,y:this.y-this.radius,width:this.radius*2,height:this.radius*2}}toSVGPathData(){return this.radius?[["m",0,-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",0,0]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.radius,0,Math.PI*2,!0),t.closePath()}eq(t){return this.x===t.x&&this.y===t.y&&this.radius===t.radius&&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 Ls(this.x,this.y)}scalar(t){return 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}}checkCollision(t){const e=t.x-this.x,s=t.y-this.y;if(Math.sqrt(e*e+s*s)<this.radius+t.radius){const r=Math.atan2(s,e),a={x:0,y:0},o=Mt(-r,e,s),h=Mt(-r,this.vx,this.vy),c=Mt(-r,t.vx,t.vy),l=h.x-c.x;h.x=((this.mass-t.mass)*h.x+2*t.mass*c.x)/(this.mass+t.mass),c.x=l+h.x;const d=Math.abs(h.x)+Math.abs(c.x),y=this.radius+t.radius-Math.abs(a.x-o.x);a.x+=h.x/d*y,o.x+=c.x/d*y;const b=Mt(r,a.x,a.y),w=Mt(r,o.x,o.y);t.x=this.x+w.x,t.y=this.y+w.y,this.x=this.x+b.x,this.y=this.y+b.y;const _=Mt(r,h.x,h.y),S=Mt(r,c.x,c.y);this.vx=_.x,this.vy=_.y,t.vx=S.x,t.vy=S.y}}checkWall(t){const e=typeof t?.bounce=="number"?t.bounce:-1,s=t.wall.x,i=t.wall.y,r=t.wall.x+t.wall.width,a=t.wall.y+t.wall.height;this.x+this.radius>r?(this.x=r-this.radius,this.vx*=e):this.x-this.radius<s&&(this.x=s+this.radius,this.vx*=e),this.y+this.radius>a?(this.y=a-this.radius,this.vy*=e):this.y-this.radius<i&&(this.y=i+this.radius,this.vy*=e)}}class Ua extends j{points;isStraight;constructor(t){if(super(t),this.points=t.points,this.points.length<3)throw new Error("points length must >= 3");this.isStraight=typeof t?.isStraight=="boolean"?t.isStraight:!0}toSVGPathData(){const t=[],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].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;t.push(["M",s,i]);for(let r=0;r<e-1;r++){const a=(this.points[r].x+this.points[r+1].x)/2,o=(this.points[r].y+this.points[r+1].y)/2;t.push(["Q",this.points[r].x,this.points[r].y,a,o])}t.push(["Q",this.points[e-1].x,this.points[e-1].y,s,i])}return t}toCanvasContext(t){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 a=(this.points[r].x+this.points[r+1].x)/2,o=(this.points[r].y+this.points[r+1].y)/2;t.quadraticCurveTo(this.points[r].x,this.points[r].y,a,o)}t.quadraticCurveTo(this.points[e-1].x,this.points[e-1].y,s,i)}}isContainPoint(t,e){const s=this.points.length;let i=!1;const r=2e-10;for(let a=0,o=s-1;a<s;o=a,a++){const h=this.points[a].x,c=this.points[a].y,l=this.points[o].x,d=this.points[o].y;if(h===t&&c===e||l===t&&d===e||e===c&&e===d)return!0;if(e>=c&&e<d||e<c&&e>=d){const y=(l-h)/(d-c),b=h+y*(e-c);if(b===t||Math.abs(b-t)<r)return!0;b>t&&(i=!i)}}return i}[Symbol.iterator](){let t=-1;return{next:()=>({value:t<=this.points.length-1?this.points[++t]:void 0,done:t>=this.points.length})}}}class Ht extends j{width;height;borderRadius;constructor(t){super(t),this.width=t.width,this.height=t.height,this.borderRadius=t.borderRadius||0}static fromCubicBezier(t,e,s,i,r,a,o,h){const c=new yt({x:t,y:e,c1x:s,c1y:i,c2x:r,c2y:a,toX:o,toY:h});return new Ht(c.getBoundingClientRect())}getBoundingClientRect(){return{x:this.x,y:this.y,width:this.width,height:this.height}}toSVGPathData(){return this.borderRadius?[["m",this.borderRadius,0],["l",this.width-this.borderRadius*2,0],["a",this.borderRadius,this.borderRadius,0,0,1,this.borderRadius,this.borderRadius],["l",0,this.height-this.borderRadius*2],["a",this.borderRadius,this.borderRadius,0,0,1,-this.borderRadius,this.borderRadius],["l",this.borderRadius*2-this.width,0],["a",this.borderRadius,this.borderRadius,0,0,1,-this.borderRadius,-this.borderRadius],["l",0,this.borderRadius*2-this.height],["a",this.borderRadius,this.borderRadius,0,0,1,this.borderRadius,-this.borderRadius],["z"]]:[["m",0,0],["l",this.width,0],["l",0,this.height],["l",-this.width,0],["z"]]}toCanvasContext(t){t.beginPath(),this.borderRadius<=0?t.rect(0,0,this.width,this.height):(t.moveTo(0,this.borderRadius),t.lineTo(0,this.height-this.borderRadius),t.quadraticCurveTo(0,this.height,this.borderRadius,this.height),t.lineTo(this.width-this.borderRadius,this.height),t.quadraticCurveTo(this.width,this.height,this.width,this.height-this.borderRadius),t.lineTo(this.width,this.borderRadius),t.quadraticCurveTo(this.width,0,this.width-this.borderRadius,0),t.lineTo(this.borderRadius,0),t.quadraticCurveTo(0,0,0,this.borderRadius)),t.closePath()}eq(t){return this.x===t.x&&this.y===t.y&&this.width===t.width&&this.height===t.height&&this.borderRadius===t.borderRadius}isIntersectRect(t){return!(this.x+this.width<t.x||t.x+t.width<this.x||this.y+this.height<t.y||t.y+t.height<this.y)}isContainPoint(t,e){return t>=this.x&&t<=this.x+this.width&&e>=this.y&&e<=this.y+this.height}}class Ya extends j{rx;ry;constructor(t){super(t),this.rx=t?.rx||0,this.ry=t?.ry||0}getBoundingClientRect(){return{x:this.x-this.rx,y:this.y-this.ry,width:this.rx*2,height:this.ry*2}}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 yf extends j{constructor(t){super(t)}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 wf extends j{constructor(t){super(t)}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 xf extends j{rx;ry;constructor(t){super(t),this.rx=t?.rx||10,this.ry=t?.ry||10}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 bf extends j{rx;ry;constructor(t){super(t),this.rx=t?.rx??50,this.ry=t?.ry??50}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 vf extends j{r;constructor(t){super(t),this.r=t?.r||20}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(B(s)),r=this.r*Math.sin(B(s));t.push(["l",i,r])}return t}}class Sf extends j{constructor(t){super(t)}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,30],["a",15,15,0,1,1,0,-30]]}}class Tf extends j{constructor(t){super(t),this.originD="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"}}class Cf extends ot{constructor(t){super(t);const e=new xe({...t,x:this.x,y:this.y,toX:this.x,toY:this.y-140-Math.random()*20}),s=30+Math.random()*30,i=new xe({...t,x:this.x,y:this.y-s,diffYInGroup:-s,toX:this.x+Math.random()*80-40,toY:this.y-100-Math.random()*40}),r=60+Math.random()*40,a=new xe({...t,x:this.x,y:this.y-r,diffYInGroup:-r,toX:this.x+Math.random()*60-30,toY:this.y-110-Math.random()*20});this.addShape([e,i,a])}}class Ze extends j{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.getAttrs()});const e=hn(this.getAttr("fontSize"),10).number,s=hn(this.getAttr("fontWeight"),400).number,i=this.measureText(this.text,e,s);this.width=i.width,this.height=i.height}getBoundingClientRect(){return null}toSVGPathData(){return[]}toCanvasContext(t){t.fillText(this.text,0,0)}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,a=i.offsetHeight;return document.body.removeChild(i),{width:r,height:a}}getFixedWidthText(t,e,s=12,i=400,r=!0){let a="";if(!t||e<s)return a;const o=t.split(""),h="...";let c=r?this.measureText(h,s,i).width:0;for(let l=0,d=o.length;l<d;l++)if(c+=this.measureText(o[l],s,i).width,c>e){r&&(a+=h);break}else a+=o[l];return a}}class Xa extends ot{text;bg;padding;offset;isShow;textShape;bgShape;constructor(t){super(t),this.text=t.text,this.bg=t.bg||"rgba(0,0,0,0.5)",this.padding=t.padding||4,this.offset=t.offset||20,this.isShow=typeof t?.isShow=="boolean"?t?.isShow:!1,this.textShape=new Ze({...t,x:this.x+this.offset,y:this.y+this.offset,text:this.text,attrs:{...this.getAttrs(),fill:$e(this.bg).opposite(!0).toString(),textAnchor:"start"}}),this.bgShape=new Ht({...t,x:this.textShape.x-this.padding,y:this.textShape.y-this.textShape.height/2-this.padding,width:this.textShape.width+this.padding*2,height:this.textShape.height+this.padding*2,attrs:{...this.getAttrs(),fill:this.bg}}),this.addShape([this.bgShape,this.textShape])}shapeInit(){gt(()=>{this.textShape.x=this.x+this.offset,this.textShape.y=this.y+this.offset,this.textShape.text=this.text,this.textShape.isShow=this.isShow,this.bgShape.x=this.textShape.x-this.padding,this.bgShape.y=this.textShape.y-this.textShape.height/2-this.padding,this.bgShape.width=this.textShape.width+this.padding*2,this.bgShape.height=this.textShape.height+this.padding*2,this.bgShape.isShow=this.isShow})}}class Pf extends ot{radius;expandRaidus;startDegree;endDegree;text="";defaultShowText;tip="";p1=new jt;p1Offset=10;p2=new jt;p2Offset=40;p3=new jt;p3Offset=10;p4=new jt;p4Offset=10;direction=1;sectorArc;line12;line23;textShape;tipShape;constructor(t){super(t),this.radius=t.radius,this.expandRaidus=t.expandRaidus??20,this.startDegree=t.startDegree,this.endDegree=t.endDegree,this.text=t.text||"",this.defaultShowText=typeof t?.defaultShowText=="boolean"?t.defaultShowText:!!this.text,this.tip=t.tip||"",this.sectorArc=new za({x:this.x,y:this.y,radius:this.radius,expandRaidus:this.expandRaidus,startDegree:this.startDegree,endDegree:this.endDegree,attrs:Object.assign({...this.getAttrs()},{strokeWidth:"0"})}),this.addShape(this.sectorArc);const e=Object.assign({...this.getAttrs()},{fill:"none"});this.line12=new xe({x:this.p1.x,y:this.p1.y,toX:this.p2.x,toY:this.p2.y,attrs:{...e},isShow:this.defaultShowText}),this.line23=new xe({x:this.p2.x,y:this.p2.y,toX:this.p3.x,toY:this.p3.y,attrs:{...e},isShow:this.defaultShowText}),this.textShape=new Ze({x:this.p4.x,y:this.p4.y,text:this.text,attrs:{stroke:e.stroke,textAnchor:this.direction==1?"start":"end"},isShow:this.defaultShowText}),this.text&&(this.addShape(this.line12),this.addShape(this.line23),this.addShape(this.textShape)),this.tipShape=new Xa({x:0,y:0,text:this.tip,isShow:!1}),this.tip&&this.addShape(this.tipShape)}frameUpdate(t){this.text&&!this.defaultShowText&&(this.line12.isShow=this.sectorArc.isMouseIn,this.line23.isShow=this.sectorArc.isMouseIn,this.textShape.isShow=this.sectorArc.isMouseIn);const e=this.startDegree+(this.endDegree-this.startDegree)/2,{dx:s,dy:i}=Nt(B(e),this.sectorArc.radius+this.p1Offset);this.p1.x=this.x+s,this.p1.y=this.y+i;const{dx:r,dy:a}=Nt(B(e),this.sectorArc.radius+this.p1Offset+this.p2Offset);this.p2.x=this.x+r,this.p2.y=this.y+a,this.line12.x=this.p1.x,this.line12.y=this.p1.y,this.line12.toX=this.p2.x,this.line12.toY=this.p2.y,this.direction=this.p1.x>this.x?1:-1,this.p3.x=this.p2.x+this.direction*this.p3Offset,this.p3.y=this.p2.y,this.p4.x=this.p3.x+this.direction*this.p4Offset,this.p4.y=this.p3.y,this.line23.x=this.p2.x,this.line23.y=this.p2.y,this.line23.toX=this.p3.x,this.line23.toY=this.p3.y,this.textShape.x=this.p4.x,this.textShape.y=this.p4.y,this.textShape.setAttr("textAnchor",this.direction==1?"start":"end"),this.sectorArc.isMouseIn?(this.tipShape.isShow=!0,this.tipShape.x=t.x,this.tipShape.y=t.y):(this.tipShape.isShow=!1,this.tipShape.x=t.x,this.tipShape.y=t.y)}}class za extends j{radius;realRadius;expandRaidus;startDegree;endDegree;vr;ar;bounce;durationTime;status;constructor(t){super(t),this.radius=0,this.realRadius=t.radius,this.expandRaidus=t.expandRaidus??20,this.startDegree=t.startDegree,this.endDegree=t.endDegree,this.vr=0,this.ar=.03,this.bounce=.6,this.durationTime=8.333333333333334,this.status=0}frameUpdate(){this.status==0&&this.radius<this.realRadius?(this.expand(this.realRadius),this.radius>=this.realRadius&&(this.status=1)):this.isMouseIn?this.expand(this.realRadius+this.expandRaidus):this.shrink(this.realRadius)}expand(t){this.vr+=this.ar,this.radius+=this.vr*this.durationTime,this.radius>t&&(this.radius=t,this.vr*=-this.bounce)}shrink(t){this.vr-=this.ar,this.radius+=this.vr*this.durationTime,this.radius<t&&(this.radius=t,this.vr*=-this.bounce)}toSVGPathData(){const{dx:t,dy:e}=Nt(B(this.startDegree),this.radius),{dx:s,dy:i}=Nt(B(this.endDegree),this.radius);return[["m",0,0],["l",t,e],["a",this.radius,this.radius,0,Math.abs(this.endDegree-this.startDegree)>=180?1:0,1,s-t,i-e],["z"]]}toCanvasContext(t){t.beginPath(),t.moveTo(0,0),t.arc(0,0,this.radius,B(this.startDegree),B(this.endDegree),!1),t.closePath()}containPoint(t,e){const s=Rs(this.x,this.y,t,e),i=at(se(this.x,this.y,t,e));return s<=this.radius&&i>=this.startDegree&&i<=this.endDegree}}class Ef extends ot{showFlame;ship;flame;constructor(t){super(t),this.showFlame=typeof t?.showFlame=="boolean"?t.showFlame:!1,this.ship=new j({...t,d:[["M",10,0],["L",-10,10],["L",-5,0],["L",-10,-10],["L",10,0],["Z"]]}),this.addShape(this.ship),this.flame=new j({...t,isShow:this.showFlame,d:[["m",-10,-5],["l",-7.5,5],["l",7.5,5],["z"]]}),this.addShape(this.flame)}shapeInit(){gt(()=>{this.ship.x=this.x,this.ship.y=this.y,this.flame.x=this.x,this.flame.y=this.y,this.flame.isShow=this.showFlame})}}class _f extends ot{value;backgroundRect;occupyRect;handle;constructor(t){super(t);const e=t?.min||0,s=t?.max||100,i=t?.step||1,r=Uo(e,s,i);this.value=r(typeof t?.defaultValue=="number"?H(t.defaultValue,e,s):e);const a=this.value/(s-e),o=t?.barWidth||100,h=t?.barHeight||4,c=t?.handleRadius||10,l=h*.5,d=t?.barColor||ti.colorGrayF5,y=t?.handleColor||ti.colorPrimary;this.backgroundRect=new Ht({x:this.x,y:this.y,width:o,height:h,borderRadius:l,attrs:{fill:d},enableDrag:!1,independentTransformInGroup:!0}),this.addShape(this.backgroundRect),this.occupyRect=new Ht({x:this.x,y:this.y,width:o*a,height:h,borderRadius:l,attrs:{fill:y},enableDrag:!1,independentTransformInGroup:!0}),this.addShape(this.occupyRect),this.handle=new jt({x:this.x+o*a,y:this.y+l,diffXInGroup:o*a,diffYInGroup:l,radius:c,alongPath:new Wl({x:this.x,y:this.y+l,d:[["m",0,0],["l",o,0]]}),attrs:{fill:y},enableDrag:!0,independentTransformInGroup:!0}),this.addShape(this.handle),this.handle.on("draging",b=>{this.occupyRect.width=H(this.occupyRect.width+b,0,o),this.value=r((this.handle.x-this.x)/o*(s-e)+e),this.emit("change",this.value)})}}class Af extends ot{width;height;cornerRadius;controlPoint;mainRect;rightPoint;constructor(t){super(t),this.width=t.width,this.height=t.height,this.cornerRadius=this.height/2,this.controlPoint=new jt({...t,x:this.x,y:this.y,radius:2}),this.forceSetCXY(this.controlPoint.cX,this.controlPoint.cY),this.mainRect=new Ht({...t,x:this.x-this.cornerRadius,y:this.y-this.cornerRadius,diffXInGroup:-this.cornerRadius,diffYInGroup:-this.cornerRadius,width:this.width+this.cornerRadius*2,height:this.height,borderRadius:this.cornerRadius}),this.rightPoint=new jt({...t,x:this.x+this.width,y:this.y,diffXInGroup:this.width,radius:2}),this.addShape([this.mainRect,this.controlPoint,this.rightPoint])}getPin(){return{x:this.controlPoint.x+Math.cos(B(this.controlPoint.degree))*this.width,y:this.controlPoint.y+Math.sin(B(this.controlPoint.degree))*this.width}}}class hi extends j{extendDegree;radius;startDegree;endDegree;diffDegree;constructor(t){super(t),this.extendDegree=t?.extendDegree||0,this.x=(t.x||0)+t.width/2;const e=Math.min(t.width/2,t.height)-t.lineWidth;this.radius=e-e*Math.abs(Math.sin(B(this.extendDegree))),this.y=(t.y||0)+t.height-t.lineWidth-this.radius*Math.abs(Math.sin(B(this.extendDegree))),this.diffDegree=t.endDegree-t.startDegree,this.startDegree=180+t.startDegree-this.extendDegree,this.endDegree=180+t.endDegree+this.extendDegree,this.setAttr({"stroke-linecap":"round","stroke-width":String(t.lineWidth),stroke:t.color||"none"})}setPercent(t){this.endDegree=this.startDegree+(this.diffDegree+this.extendDegree*2)*t}toSVGPathData(){const{dx:t,dy:e}=Nt(B(this.startDegree),this.radius),{dx:s,dy:i}=Nt(B(this.endDegree),this.radius);return[["m",t,e],["a",this.radius,this.radius,0,Math.abs(this.endDegree-this.startDegree)>=180?1:0,1,s-t,i-e]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.radius,B(this.startDegree),B(this.endDegree),!1)}}class Df extends ot{percent=0;ringBg;ring;lines=[];bgColor;startColor;endColor;indicatorLineCount;constructor(t){super(t);const e=t?.startDegree||0,s=t?.endDegree||180,i=t?.extendDegree||15,r=t?.lineWidth||12;this.bgColor=t?.bgColor||"#B3C6E7",this.startColor=t?.startColor||"#5A82F0",this.endColor=t?.endColor||"#66B3FF",this.percent=t?.percent||0,this.indicatorLineCount=23;const a=20,o=2,h=17;this.ringBg=new hi({...t,x:t?.x,y:t?.y,width:t.width,height:t.height,startDegree:e,endDegree:s,extendDegree:i,lineWidth:r,color:this.bgColor}),this.addShape(this.ringBg),this.ring=new hi({...t,x:t?.x,y:t?.y,width:t.width,height:t.height,startDegree:e,endDegree:s,extendDegree:i,lineWidth:r}),this.addShape(this.ring);const c=this.ringBg.y-this.ringBg.radius+a;for(let l=0;l<this.indicatorLineCount;l++)this.lines.push(new xe({...t,centerX:this.ringBg.x,centerY:this.ringBg.y,x:this.ringBg.x,y:c,toX:this.ringBg.x,toY:c+h,degree:this.ringBg.startDegree+90+(s-e+i*2)/(this.indicatorLineCount-1)*l,attrs:{"stroke-linecap":"round","stroke-width":String(o),stroke:this.bgColor}}));this.addShape(this.lines)}setPercent(t){this.percent=t}shapeInit(){this.on("draging",(t,e,s)=>{this.shapes.forEach(i=>{i!=s&&(i.x+=t,i.y+=e)})})}frameUpdate(t,e){const s=this.ringBg.radius-this.ringBg.radius*Math.cos(Math.PI*this.percent),i=this.ringBg.radius*Math.sin(Math.PI*this.percent);if(e){const r=e.createLinearGradient(-this.ringBg.radius,0,-this.ringBg.radius+s,-i,{0:this.startColor,1:this.endColor});this.ring.setAttr({stroke:r})}else this.ring.setAttr({stroke:this.startColor});this.ring.setPercent(this.percent);for(let r=0;r<this.indicatorLineCount;r++){const a=r/(this.indicatorLineCount-1)<=this.percent;this.lines[r].setAttr({stroke:a&&e?e.createLinearGradient(0,0,this.lines[r].toX-this.lines[r].x,this.lines[r].toY-this.lines[r].y,{0:this.startColor,1:this.endColor}):a?this.startColor:this.bgColor})}}}class If extends j{x;y;z;brightness;constructor(t){super(t),this.x=t?.x||0,this.y=t?.y||0,this.z=t?.z||0,this.brightness=this.setBrightness(t?.brightness||1)}setBrightness(t){return this.brightness=H(t,0,1),this.brightness}toSVGPathData(){return[]}}const Mf=If;class kf extends j{points;light;constructor(t=[]){if(t.length<3)throw new Error("points length must >= 3");super(),this.points=t,this.light=new Mf({x:0,y:0,z:0,brightness:1})}toSVGPathData(){const t=[];t.push(["M",this.points[0].getScreenX(),this.points[0].getScreenY()]);for(let e=0,s=this.points.length;e<=s-1;e++)t.push(["L",this.points[e].getScreenX(),this.points[e].getScreenY()]);return t.push(["L",this.points[0].getScreenX(),this.points[0].getScreenY()]),t}toCanvasContext(t){t.beginPath(),t.moveTo(0,0);for(let e=0,s=this.points.length;e<=s-1;e++)t.lineTo(this.points[e].getScreenX()-this.points[0].getScreenX(),this.points[e].getScreenY()-this.points[0].getScreenY());t.lineTo(0,0)}get length(){return this.points.length}getDepth(){return Math.min(...this.points.map(t=>t.z))}isBackface(){const t=this.points[2].getScreenX()-this.points[0].getScreenX(),e=this.points[2].getScreenY()-this.points[0].getScreenY(),s=this.points[1].getScreenX()-this.points[2].getScreenX(),i=this.points[1].getScreenY()-this.points[2].getScreenY();return t*i>e*s}getLightFactor(){const t={x:this.points[0].x-this.points[1].x,y:this.points[0].y-this.points[1].y,z:this.points[0].z-this.points[1].z},e={x:this.points[1].x-this.points[2].x,y:this.points[1].y-this.points[2].y,z:this.points[1].z-this.points[2].z},s={x:t.y*e.z-t.z*e.y,y:-(t.x*e.z-t.z*e.x),z:t.x*e.y-t.y*e.x},i=s.x*this.light.x+s.y*this.light.y+s.z*this.light.z,r=Math.sqrt(s.x*s.x+s.y*s.y+s.z*s.z),a=Math.sqrt(this.light.x*this.light.x+this.light.y*this.light.y+this.light.z*this.light.z);return Math.acos(i/(r*a))/Math.PI*this.light.brightness}getAdjustedColor(t){const e=$e(t),s=this.getLightFactor();return e.r*=s,e.g*=s,e.b*=s,e.toString()}}class Lf extends ot{fettis=[];constructor(t,e,s){super();const{shape:i,x:r,y:a,particleCount:o,angle:h,spread:c,startVelocity:l,decay:d,gravity:y,drift:b,ticks:w,colors:_,scalar:S,flat:v}=Object.assign({shape:Ht,x:.5,y:.6,particleCount:100,angle:90,spread:70,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,colors:Ma,scalar:1,flat:!1},s||{}),x=B(h),p=B(c);let g=o;for(;g--;){const E=_[g%_.length],C=new i({x:t*r,y:e*a,width:10,height:10,scalar:S,attrs:{fill:E},independentTransformInGroup:!0});this.addShape(C),this.fettis.push({shape:C,wobble:Math.random()*10,wobbleSpeed:Math.min(.11,Math.random()*.1+.05),velocity:l*.5+Math.random()*l,angle2D:-x+(.5*p-Math.random()*p),tiltAngle:(Math.random()*.5+.25)*Math.PI,tick:0,totalTicks:w,decay:d,drift:b,random:Math.random()+2,tiltSin:0,tiltCos:0,wobbleX:0,wobbleY:0,gravity:y*3,scalar:S,flat:v,color:$e(E)})}}frameUpdate(t){this.fettis.length&&(this.fettis=this.fettis.filter(e=>{e.shape.x+=Math.cos(e.angle2D)*e.velocity+e.drift,e.shape.y+=Math.sin(e.angle2D)*e.velocity+e.gravity,e.velocity*=e.decay,e.flat?(e.wobble=0,e.wobbleX=e.shape.x+10*e.scalar,e.wobbleY=e.shape.y+10*e.scalar,e.tiltSin=0,e.tiltCos=0,e.random=1):(e.wobble+=e.wobbleSpeed,e.wobbleX=e.shape.x+10*e.scalar*Math.cos(e.wobble),e.wobbleY=e.shape.y+10*e.scalar*Math.sin(e.wobble),e.tiltAngle+=.1,e.tiltSin=Math.sin(e.tiltAngle),e.tiltCos=Math.cos(e.tiltAngle),e.random=Math.random()+2);const s=e.tick++/e.totalTicks,i=e.shape.x+e.random*e.tiltCos,r=e.shape.y+e.random*e.tiltSin,a=e.wobbleX+e.random*e.tiltCos,o=e.wobbleY+e.random*e.tiltSin;return e.shape.setAttr("fill",e.color.setAlpha(1-s).toString()),e.shape.degree=at(Math.PI/10*e.wobble),e.shape.scalarX=Math.abs(a-i)*.1,e.shape.scalarY=Math.abs(o-r)*.1,e.tick<e.totalTicks}))}}class ci{shapes;constructor(t){this.shapes=t}run(t){this.shapes.forEach(s=>{s.run(),t?.wall&&s.checkWall({wall:t.wall,bounce:t.bounce})});const e=this.shapes.length;for(let s=0,i=e-1;s<i;s++)for(let r=s+1;r<e;r++)this.shapes[s].checkCollision(this.shapes[r])}gravitate(){const t=this.shapes.length;this.shapes.forEach((e,s)=>{e.run();for(let i=s+1;i<t;i++)e.checkCollision(this.shapes[i]),e.gravitateTo(this.shapes[i])})}springChain(t){this.shapes.forEach((e,s)=>{s>0&&e.runSpringTo(this.shapes[s-1],t)})}springConnect(t){const e=Kt(t?.springLength,100);this.shapes.forEach(s=>{s.isDragging||this.shapes.filter(i=>i.id!==s.id).forEach(i=>{const r=se(s.x,s.y,i.x,i.y);s.runSpringTo({x:i.x-Math.cos(r)*e,y:i.y-Math.sin(r)*e},t)})})}springMass(t,e){const s=this.shapes.length,i=[];return this.shapes.forEach((r,a)=>{r.run(e),r.x>t.x+t.width?r.x=t.x:r.x<t.x&&(r.x=t.x+t.width),r.y>t.y+t.height?r.y=t.y:r.y<t.y&&(r.y=t.y+t.height);for(let o=a+1;o<s;o++)i.push([r.x,r.y,this.shapes[o].x,this.shapes[o].y,r.springMassTo(this.shapes[o],e)])}),i}polymorph(){if(this.shapes.length<2)throw new Error("shapes个数必须大于等于2");const t=this.shapes.length-1,e=new Array(t);for(let i=0;i<t;i++){const r=this.shapes[i].initPathD();this.shapes[i].frameStart();const a=this.shapes[i+1].initPathD();this.shapes[i+1].frameStart();const o=Math.max(r.polymorphPoints.length,a.polymorphPoints.length);e[i]=St.getPathInterpolator(r.expendFill(o),a.expendFill(o))}const s=new j({d:e[0](0)});return i=>{const r=Ot(t*i,6),a=Math.min(Math.floor(r),t-1),o=Ot(r-a,6);s.originD=e[a](o);const h=this.shapes[a].getAttr("fill","none"),c=this.shapes[a+1].getAttr("fill","none");typeof h=="string"&&typeof c=="string"&&s.setAttr("fill",dt.gradient(h,c,o).toString());const l=this.shapes[a].getAttr("stroke","none"),d=this.shapes[a+1].getAttr("stroke","none");return typeof l=="string"&&typeof d=="string"&&s.setAttr("stroke",dt.gradient(l,d,o).toString()),s}}polymorphGroup(){if(this.shapes.length<2)throw new Error("shapes个数必须大于等于2");let t=0,e;const s=[];this.shapes.forEach(o=>{let h;o instanceof ot?(h=o,h.sortPathD()):(h=new ot,h.addShape(o)),s.push(h),t<h.shapes.length&&(t=h.shapes.length,e=h)}),s.forEach(o=>{o!==e&&o.expendFill(e)});const i=[];s.forEach((o,h)=>{o.shapes.forEach((c,l)=>{i[l]=i[l]||[],i[l][h]=c})});const r=[];i.forEach(o=>{r.push(new ci(o).polymorph())});const a=new ot;return r.forEach(o=>{a.addShape(o(0))}),o=>(r.forEach(h=>{h(o)}),a)}polymorphTween(t=6e3,e){const s=this.shapes.findIndex(o=>o instanceof ot)>=0?this.polymorphGroup():this.polymorph(),i=s(0),r=e?.onUpdate,a=new Ms({frameDuration:t});a.addTween({t:0},{t:1},Object.assign(e||{},{onUpdate:(o,h)=>{s(o.t),r?.(o,h),e?.draw?.(i)}})),a.play()}static generatePointsShape(t,e,s,i){const r=[];for(let a=0;a<i;a++){const o=a/i*2*Math.PI,{dx:h,dy:c}=Nt(o,s);r.push({x:t+h,y:e+c})}return new Ua({points:r})}static generateRosettaShape(t,e,s,i,r){if(r==0)throw new Error("no dividing by zero, please");const a=[],o=360/r;for(let h=0;h<r;h+=1){const c=o*h*Math.PI/180,l=t+2*s*Math.cos(c),d=e+2*s*Math.sin(c);a.push(new Vn({x:t,y:e,rx:s,ry:i,xAxisRotate:o*h,largeArcFlag:1,sweepFlag:1,toX:l,toY:d})),a.push(new Vn({x:l,y:d,rx:s,ry:i,xAxisRotate:o*h,largeArcFlag:1,sweepFlag:1,toX:t,toY:e}))}return new j({d:St.fromLines(a)})}}const Ga={map:new Map,transform:function(n){if($r)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 Rf(n,t,e){const s=new OffscreenCanvas(n,t),i=s.getContext("2d");if(i)return e(i),s.transferToImageBitmap()}function Of(n,t,e){const s=n.createPattern(Ga.transform(t),"no-repeat");if(s){const i=Hn(e);s.setTransform(i),n.fillStyle=s}}function Va(n){return window.URL.createObjectURL(n)}function Ff(n){return window.URL.revokeObjectURL(n)}const qa=new ue;async function ja(n,t=6e4){const e=typeof n=="string"?n:Va(n);return new Promise((s,i)=>{const r=qa.get(e);if(r)return s(r);const a=document.createElement("img");a.onload=h=>{clearTimeout(o);const c=a.naturalWidth||a.width,l=a.naturalHeight||a.height,d={width:c,height:l,aspectRatio:c/l,element:a,imageData:va(a)};qa.set(e,d),s(d),a.onerror=a.onload=null},a.onerror=h=>{clearTimeout(o),i(h)},a.src=e;const o=setTimeout(()=>{i("Timeout!")},t)})}async function li(n=Ct.text,t=["*"]){const s=(await _n(t))[0],i=await Ne(s,n);return{type:s.type,name:s.name,size:s.size,data:i}}async function Nf(n=["image/*"]){const e=(await _n(n))[0];if(!e.type.match(/image\/*/))return new Error("Not Image Type!");const s=await Ne(e,Ct.arraybuffer),i=cn(s),r=await ja(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 Bf(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 Uf(n){const t=[];return n.ctrl&&t.push(In()?"Cmd":"Ctrl"),n.shift&&t.push("Shift"),n.alt&&t.push("Alt"),t.push(...n.keys),t}function ui(n,t,e){const s=n.target||document||window;let i=!1,r=!1;const a=Z(s,"keydown",async h=>{r||(i=Bf(h,n),i&&(h.stopPropagation(),h.preventDefault(),await t()))}),o=Z(s,"keyup",async h=>{r||i&&e&&(h.stopPropagation(),h.preventDefault(),await e())});return{hotKeys:Uf(n),destroy:()=>{a(),o()},pause:()=>r=!0,resume:()=>r=!1}}const Yf={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 Xf(n){if(n.key)return n.key;if(n.keyCode)return n.keyCode;if(n.which)return n.which}async function zf(n={keys:["o"]},t=Ct.text){const e=eh(),s=ui(n,async()=>{try{e.resolve(await li(t))}catch(i){e.reject(i)}s.destroy()},()=>{});return await e.promise}function Gf(n={keys:["o"]},t=Ct.text){const e=te();return ui(n,async()=>{try{e.emit("file",await li(t))}catch{}},()=>{}),{on:s=>{e.on("file",s)},off:s=>{e.off("file",s)}}}async function Vf(n,t=6e4){return new Promise((e,s)=>{const i=document.createElement("script");i.type="text/javascript",i.async=!1,i.onload=a=>{clearTimeout(r),e(a),i.onerror=i.onload=null},i.onerror=a=>{clearTimeout(r),s(a)},i.src=n;const r=setTimeout(()=>{s("Timeout!")},t);document.body.appendChild(i)})}async function qf(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=o=>{clearTimeout(a),s(o),r.onerror=r.onload=null},r.onerror=o=>{clearTimeout(a),i(o)},r.setAttribute("href",n);const a=setTimeout(()=>{i("Timeout!")},e);t.appendChild(r)})}function jf(){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()}})})}function fi(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()}const di=new ue;async function Ha(n,t){if(typeof fetch>"u")throw new Error("fetch() not supported!");if(typeof AbortController>"u")throw new Error("AbortController not supported!");const e=Gs(n,t),s=new AbortController;di.set(e,s);const{responseType:i,onProgress:r,timeout:a}={responseType:"json",timeout:6e4,...t},o=setTimeout(()=>{throw s.abort(),new Error(`${a} ms Timeout!`)},a);let h=await fetch(new Request(n,{...t,signal:s.signal}));if(di.delete(e),clearTimeout(o),h.status===200||h.status===0){if(h.status===0&&console.warn("useFetch: HTTP Status 0 received."),typeof ReadableStream<"u"&&h.body!==void 0&&h.body?.getReader!==void 0&&r){const c=h.body.getReader(),l=h.headers.get("X-File-Size")||h.headers.get("Content-Length"),d=l?parseInt(l):0,y=d!==0;let b=0;const w=new ReadableStream({start(_){function S(){c.read().then(({done:v,value:x})=>{v?_.close():(b+=x.byteLength,r?.(new ProgressEvent("progress",{lengthComputable:y,loaded:b,total:d})),_.enqueue(x),S())}).catch(v=>{_.error(v)})}S()}});h=new Response(w)}switch(i){case"arraybuffer":return[h.arrayBuffer(),h];case"blob":return[h.blob(),h];case"json":return[h.json(),h];case"text":default:return[h.text(),h]}}else throw new Ii(`useFetch for "${h.url}" responded with ${h.status}: ${h.statusText}`,h)}const $a=new ue,mi=new ue;async function Hf(n,t){const e=Gs(n,t);try{const s=$a.get(e);if(s)return s;const i=mi.get(e);if(i)return await i;const r=Ha(n,t);mi.set(e,r);const a=await r;return $a.set(e,a),mi.delete(e),a}catch{}}function $f(n,t){const e=di.get(Gs(n,t));e&&e.abort()}function Gs(n,t){return JSON.stringify({url:n,...t})}function Wf(n,t,e){if(typeof t=="string"&&(t=Fi(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 Jf(n,t){t.split(/[,\s]+/).forEach(e=>{e.trim()!=""&&delete n.dataset[e.trim()]})}function pi(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(a=>{const o=a.trim();if(o!==""){const h=i.indexOf(o);switch(e){case"add":h===-1&&(i.push(o),r=!0);break;case"remove":h!==-1&&(i.splice(h,1),r=!0);break;case"toggle":h===-1?i.push(o):i.splice(h,1),r=!0;break}}}),r&&ne(n,"class",i.join(" ").replace(/^\s+/,"").replace(/\s+$/,""))}}function Zf(n,t){pi(n,t,"add")}function Kf(n,t){pi(n,t,"remove")}function Qf(n,t){return new RegExp("(?:^|\\s+)"+t+"(?:\\s+|$)").test(n.className)||!1}function td(n,t){ge(n,"display")=="none"&&t===void 0||t===!0?Wa(n):Ja(n)}function Wa(n){$n(n,"display",n instanceof HTMLTableRowElement?"table-row":n instanceof HTMLTableCellElement?"table-cell":"block")}function Ja(n){$n(n,"display","none")}function $t(n){return{el:n,isRoot:()=>/(html|body)/i.test(n.tagName)||n===document.documentElement,isActive:()=>n===document.activeElement&&(n.type||n.href),getRemSize:function(){return parseFloat(getComputedStyle(document.documentElement).fontSize)},rem2px:function(t){return t*this.getRemSize()},getEmSize:function(){return n.parentElement?parseFloat(getComputedStyle(n.parentElement).fontSize):this.getRemSize()},nearestElement:()=>{let t=n;for(;t&&t.nodeType!==1&&t.parentElement;)t=t.parentElement;return t},parent:()=>n.parentElement,parents:function(t=n,e=[]){return!t||t.parentElement===null?e:this.parents(t.parentElement,e.concat([t]))},scrollParent:function(){const t=this.parents();for(let e=0,s=t.length;e<s;e++)if(/(auto|scroll)/.test(ge(t[e],"overflow")+ge(t[e],"overflow-y")+ge(t[e],"overflow-x")))return t[e];return document.scrollingElement||document.documentElement},contains:t=>n.contains?n!=t&&n.contains(t):!!(n.compareDocumentPosition(t)&16),siblings:()=>Array.prototype.slice.call(n.parentElement?.children).filter(t=>t!==n),nextElementSibling:()=>n.nextElementSibling,previousElementSibling:()=>n.previousElementSibling,closest:t=>n.closest(t),shadowRoot:()=>n.shadowRoot,isInput:()=>n.tagName==="INPUT"||n instanceof HTMLInputElement,isSelect:()=>n.tagName==="SELECT"||n instanceof HTMLSelectElement,isTextArea:()=>n.tagName==="TEXTAREA"||n instanceof HTMLTextAreaElement,isInputCheckbox:function(){return this.isInput(n)&&n.getAttribute("type")==="checkbox"},isInputRadio:function(){return this.isInput(n)&&n.getAttribute("type")==="radio"},isInputText:function(){return this.isInput(n)&&n.getAttribute("type")==="text"},isInputNumber:function(){return this.isInput(n)&&n.getAttribute("type")==="number"},changeSelected:function(t){if(this.isSelect()){const e=n.options;for(let s=0,i=e.length;s<i;s++)e[s].selected=e[s].value==t}},changeRadioChecked:function(t){if(this.isInputRadio()){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}}},changeCheckboxChecked:function(t){this.isInputCheckbox()&&(n.checked=t)},insert:(t,e="append")=>{typeof t=="string"?n[e](Za(t)):n[e](t)},html:function(t){if(typeof t=="string"){n.innerHTML=t;const e=Ka(n);e!=n&&(n=e)}else this.insert(t,"replaceWith")},empty:function(){this.html("")},text:t=>{n.textContent=t},getInnerText:()=>{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},remove:()=>n.remove()}}function Za(n){const t=document.createElement("template");return t.innerHTML=n,t.content.childNodes.forEach(e=>{const s=Ka(e);s!=e&&t.content.replaceChild(s,e)}),t.content}function ed(n){return document.createElement.call(document,n)}function sd(n){return document.createElementNS("http://www.w3.org/1999/xhtml",n)}function nd(n){return document.createTextNode.call(document,n)}function Ka(n){return n.tagName=="SCRIPT"&&(n=Qa(n)),n.querySelectorAll&&n.querySelectorAll("script").forEach(t=>{t.parentNode?.replaceChild(Qa(t),t)}),n}function Qa(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 id(n){return{shadowRoot:()=>{let t=n;for(;t;){const e=n.parentElement||n.parentNode;if(e)t=e;else break}return t}}}function rd(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)}async function ad(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 od(){return"geolocation"in navigator?new Promise((n,t)=>{navigator.geolocation.getCurrentPosition(e=>{const s=e.coords.latitude,i=e.coords.longitude;n({latitude:s,longitude:i})},e=>{t(e)})}):Promise.reject("Geolocation is not available.")}function hd(n=200){"vibrate"in navigator?window.navigator.vibrate(n):console.error("Your device is not support vibrate on this browser.")}function cd(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)}const ld={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?"下午":"晚上"}},ud={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]}]`}},he=new ue;let Vs="zh-cn";gi(ud),gi(ld);function gi(n,t){if(!n)return he.get(Vs);let e;if(typeof n=="string"){const s=n.toLowerCase();if(he.get(s))e=s;else if(t)he.set(s,t),e=s;else return he.get(Vs)}else{const{name:s}=n;he.set(s,n),e=s}return e&&(Vs=e),he.get(e)||he.get(Vs)}function be(n,t={},e=[],s){return{tag:n,props:t,children:e,el:s}}function qs(n){return be(n.tagName,Zn(n),Array.from(n.children).map(t=>qs(t)),n)}function De(n,t=document.documentElement){if(n.el)return n.el;if(n.el=document.createElement(n.tag),n.props)for(const e in n.props){const s=n.props[e];e.startsWith("on")?n.el.addEventListener(e.slice(2).toLowerCase(),s):e==="style"?Ys(n.el,n.props[e]):Xs(n.el,e,s)}return n.children&&(typeof n.children=="string"?n.el.appendChild(document.createTextNode(n.children)):n.children.forEach(e=>{De(e,n.el)})),t.appendChild(n.el),n.el}function js(n,t){if(!n.el)return;if(n.tag!==t.tag){(n.el.parentElement||document.body).replaceChild(De(t),n.el);return}const e=t.el=n.el,s=n.props,i=t.props;for(const o in s)o in i||(o.startsWith("on")?e.removeEventListener(o.slice(2).toLowerCase(),s[o]):e.removeAttribute(o));for(const o in i){const h=s[o],c=i[o];if(c!=h)if(o.startsWith("on")){const l=o.slice(2).toLowerCase();e.removeEventListener(l,h),e.addEventListener(l,c)}else if(o==="style"){for(const l in h)l in c||Jn(e,l);Ys(e,c)}else Xs(e,o,c)}const r=n.children||[],a=t.children||[];if(typeof a=="string")e.innerHTML=a;else if(typeof r=="string")e.innerHTML="",a.forEach(o=>{De(o,e)});else{const o=Math.min(r.length,a.length);for(let h=0;h<o;h++)js(r[h],a[h]);a.length>r.length&&a.slice(r.length).forEach(h=>{De(h,e)}),a.length<r.length&&r.slice(a.length).forEach(h=>{h.el&&e.removeChild(h.el)})}}class fd{state;el;constructor(t,e){this.state=ji(t,!0),this.el=e,this.compile(this.el)}compile(t){t.childNodes.forEach(e=>{switch(e.nodeType){case 1:const s=e;[...s.attributes].forEach(o=>{const h=o.name,c=o.value;if(h==="v-model")if($t(s).isInputRadio()){const l=s;gt(()=>{l.checked=this.getStateValue(c)==l.value}),l.addEventListener("change",d=>{this.setStateValue(c,d.target.value)})}else if($t(s).isInputCheckbox()){const l=s;gt(()=>{l.checked=Yi(this.getStateValue(c),l.value)}),l.addEventListener("change",d=>{const y=d.target,b=y.value;y.checked?No(this.getStateValue(c),b):Ce(this.getStateValue(c),b)})}else if($t(s).isSelect()){const l=s;gt(()=>{l.value=this.getStateValue(c)}),l.addEventListener("change",d=>{this.setStateValue(c,d.target.value)})}else{const l=s;gt(()=>{l.value=this.getStateValue(c)});const d=y=>{this.setStateValue(c,y.target.value)};l.addEventListener("input",d)}else h==="v-text"?gt(()=>{s.innerText=this.getStateValue(c)}):h==="v-html"&>(()=>{s.innerHTML=this.getStateValue(c)})}),s.childNodes.length>0&&this.compile(s);break;case 3:const i=e.textContent||"",r=/\{\{\s*([^{}\s]+)\s*\}\}/g,a=r.exec(i);a&&a[1]&>(()=>{e.textContent=i.replace(r,this.getStateValue(a[1]))});break}})}getStateValue(t){let e=this.state;return t.split(".").forEach(s=>{e=e[s]}),e}setStateValue(t,e){let s=this.state;const i=t.split("."),r=i.length;for(let a=0;a<r-1;a++)s=s[i[a]];s[i[r-1]]=e}static compileTemplate(t){return t=t.replace(/<%=(.+?)%>/g,"`); \n echo( $1 ); \n echo(`").replace(/<%([\s\S]+?)%>/g,"`); \n $1 \n echo(`"),t="echo(`"+t+"`);",`(function parse(data){
|
|
36
|
+
`))}const ae=new Gt,Eu={onTop:s=>(Gs(),setTimeout(()=>{const t=getComputedStyle(document.documentElement);ae.emit("top",t.getPropertyValue("--sat"))},1),ae.on("top",s)),onRight:s=>(Gs(),setTimeout(()=>{const t=getComputedStyle(document.documentElement);ae.emit("right",t.getPropertyValue("--sar"))},1),ae.on("right",s)),onBottom:s=>(Gs(),setTimeout(()=>{const t=getComputedStyle(document.documentElement);ae.emit("bottom",t.getPropertyValue("--sab"))},1),ae.on("bottom",s)),onLeft:s=>(Gs(),setTimeout(()=>{const t=getComputedStyle(document.documentElement);ae.emit("left",t.getPropertyValue("--sal"))},1),ae.on("left",s))};function _u(s){return xe.onpopstate(()=>{const{pathname:t,search:e}=location;s[t]?.()}),{goto:xe.pushstate,replace:xe.replacestate}}function Au(){const s=new Gt;return{destroy:F(document,"scroll",t=>{s.emit("scroll",t)}),on:t=>(s.on("scroll",t),()=>{s.off("scroll",t)})}}function Du(){return F(document,"touchmove",s=>{s.preventDefault()})}function Iu(s,t){window.scrollTo(s,t)}function Mu(){let s=Vi,t=Vi;return"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual",s=xe.onbeforeunload(()=>{window.history.scrollRestoration="auto"}),t=xe.onload(()=>{window.history.scrollRestoration="manual"})),()=>{s(),t()}}function ku(s,t=.5,e){const n=new Gt;let i;const r=new IntersectionObserver((o,a)=>{let h=o[0];if(o.length>1){const l=o.find(d=>d.isIntersecting);l&&(h=l)}const c=h.isIntersecting&&h.intersectionRatio>=t;i!==c&&(c?n.emit("show"):n.emit("hide"),i=c)},{threshold:t,root:e});return r.observe(s),{onshow:o=>(n.on("show",o),()=>{n.off("show",o)}),onhide:o=>(n.on("hide",o),()=>{n.off("hide",o)}),destroy:()=>{r.unobserve(s)}}}function Ru(s){const t=new Gt,e=new MutationObserver((n,i)=>{t.emit("mutation",n,i)});return e.observe(s,{attributes:!0,childList:!0,subtree:!0}),{on:n=>(t.on("mutation",n),()=>{t.off("mutation",n)}),destroy:()=>{e.disconnect()}}}function Lu(s,t,e,n,i){const r=t/e;let o=0,a=0;switch(s){case"aspectFit":r>=1?(o=n,a=o/r,a>i&&(a=i,o=a*r)):(a=i,o=a*r,o>n&&(o=n,a=o/r));break;case"aspectFill":r>=1?(a=i,o=a*r):(o=n,a=o/r);break;case"widthFix":o=n,a=o/r;break;case"heightFix":a=i,o=a*r;break;case"scaleToFill":default:o=n,a=i;break}return{width:o,height:a}}function Eo(s){try{const t=document.createElement("canvas"),e=t.getContext("2d");return t.width=s.width,t.height=s.height,e.drawImage(s,0,0,t.width,t.height),e.getImageData(0,0,t.width,t.height)}catch{return new ImageData(s.width,s.height)}}const Ou=s=>{const t=s.width,e=s.height,n=t*e*3,i=n+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,n&255,n>>8&255,n>>16&255,n>>24&255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],a=(4-t*3%4)%4,h=s.data;let c="";const l=t<<2;let d=e;const y=String.fromCharCode;do{const w=l*(d-1);let _="";for(let C=0;C<t;C++){const S=C<<2;_+=y(h[w+S+2])+y(h[w+S+1])+y(h[w+S])}for(let C=0;C<a;C++)_+=String.fromCharCode(0);c+=_}while(--d);function x(w){if(!window.btoa)throw"btoa undefined";let _="";if(typeof w=="string")_=w;else for(let C=0;C<w.length;C++)_+=String.fromCharCode(w[C]);return btoa(_)}return x(r.concat(o))+x(c)},Fu=s=>{const{width:t,height:e}=s,n=document.createElement("canvas"),i=n.getContext("2d");return n.width=t,n.height=e,i.putImageData(s,0,0,0,0,t,e),n.toDataURL("image/png")},Nu=(s,t,e)=>{const{width:n,height:i}=s,r=document.createElement("canvas"),o=r.getContext("2d");r.width=n,r.height=i,o.putImageData(s,0,0,0,0,n,i);const a=`image/${t?t.toLowerCase():"png"}`;r.toBlob(h=>{e?.(null,h)},a,1)};function Bu(s,t){return createImageBitmap(s,t)}function Uu(s){const t=[],e=[],n=[];let i=0;for(let h=0,c=s.data.length;h<c;h+=4)t[i]=s.data[h],e[i]=s.data[h+1],n[i]=s.data[h+2],i+=1;const r=ti(t),o=ti(e),a=ti(n);return"rgb("+r+","+o+","+a+")"}function ti(s){const t={},e=[],n=[];for(let a=0;a<s.length;a++)t[s[a]]?e.push(s[a]):t[s[a]]=1;let i=0;for(let a=0;a<e.length;a++){i=0;for(let h=0;h<e.length;h++)e[a]===e[h]&&(i+=1),n[a]=i}const r=Math.max.apply(null,n);let o=0;for(;o<n.length;o++)if(n[o]===r)return;return e[o]}const Yu=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;i[h]=t[(o*e+e-a-1)*4],i[h+1]=t[(o*e+e-a-1)*4+1],i[h+2]=t[(o*e+e-a-1)*4+2],i[h+3]=t[(o*e+e-a-1)*4+3]}return new ImageData(i,e,n)},Xu=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;i[h]=t[((n-o-1)*e+a)*4],i[h+1]=t[((n-o-1)*e+a)*4+1],i[h+2]=t[((n-o-1)*e+a)*4+2],i[h+3]=t[((n-o-1)*e+a)*4+3]}return new ImageData(i,e,n)},zu=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<e;o++)for(let a=0;a<n;a++){const h=(o*n+a)*4;i[h]=t[(a*e+e-o-1)*4],i[h+1]=t[(a*e+e-o-1)*4+1],i[h+2]=t[(a*e+e-o-1)*4+2],i[h+3]=t[(a*e+e-o-1)*4+3]}return new ImageData(i,n,e)},Gu=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<e;o++)for(let a=0;a<n;a++){const h=(o*n+a)*4;i[h]=t[((n-a-1)*e+o)*4],i[h+1]=t[((n-a-1)*e+o)*4+1],i[h+2]=t[((n-a-1)*e+o)*4+2],i[h+3]=t[((n-a-1)*e+o)*4+3]}return new ImageData(i,n,e)},Vu=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4,c=(t[h]+t[h+1]+t[h+2])/3;i[h]=c,i[h+1]=c,i[h+2]=c,i[h+3]=t[h+3]}return new ImageData(i,e,n)},qu=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4,c=.2126*t[h]+.7152*t[h+1]+.0722*t[h+2];i[h]=c,i[h+1]=c,i[h+2]=c,i[h+3]=t[h+3]}return new ImageData(i,e,n)},ju=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4,l=(t[h]+t[h+1]+t[h+2])/3>127?255:0;i[h]=l,i[h+1]=l,i[h+2]=l,i[h+3]=t[h+3]}return new ImageData(i,e,n)},Hu=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;i[h]=255-t[h],i[h+1]=255-t[h+1],i[h+2]=255-t[h+2],i[h+3]=t[h+3]}return new ImageData(i,e,n)},$u=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;i[h]=t[h],i[h+1]=0,i[h+2]=0,i[h+3]=t[h+3]}return new ImageData(i,e,n)},Wu=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;i[h]=0,i[h+1]=t[h+1],i[h+2]=0,i[h+3]=t[h+3]}return new ImageData(i,e,n)},Ju=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;i[h]=0,i[h+1]=0,i[h+2]=t[h+2],i[h+3]=t[h+3]}return new ImageData(i,e,n)},Zu=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;i[h]=t[h],i[h+1]=t[h+1],i[h+2]=0,i[h+3]=t[h+3]}return new ImageData(i,e,n)},Ku=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;i[h]=t[h],i[h+1]=0,i[h+2]=t[h+1],i[h+3]=t[h+3]}return new ImageData(i,e,n)},Qu=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;i[h]=0,i[h+1]=t[h+1],i[h+2]=t[h+1],i[h+3]=t[h+3]}return new ImageData(i,e,n)},tf=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4,c=(t[h+1]+t[h+2])/2;i[h]=t[h],i[h+1]=c,i[h+2]=c,i[h+3]=t[h+3]}return new ImageData(i,e,n)},ef=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4,c=(t[h]+t[h+2])/2;i[h]=c,i[h+1]=t[h+1],i[h+2]=c,i[h+3]=t[h+3]}return new ImageData(i,e,n)},sf=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4,c=(t[h]+t[h+1])/2;i[h]=c,i[h+1]=c,i[h+2]=t[h+2],i[h+3]=t[h+3]}return new ImageData(i,e,n)},nf=s=>_o(s,[-1,-1,-1,-1,9,-1,-1,-1,-1]),rf=s=>_o(s,[-1,-1,-1,-1,8,-1,-1,-1,-1]),of=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;i[h]=t[h],i[h+1]=t[h+1],i[h+2]=t[h+2],i[h+3]=255}return new ImageData(i,e,n)},af=s=>{const{data:t,width:e,height:n}=s,i=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const h=(o*e+a)*4;if(t[h+3]===0)i[h]=255,i[h+1]=255,i[h+2]=255,i[h+3]=255;else{const c=Ao([t[h],t[h+1],t[h+2],t[h+3]],[255,255,255,255]);i[h]=c[0],i[h+1]=c[1],i[h+2]=c[2],i[h+3]=c[3]}}return new ImageData(i,e,n)},hf=(s,t,e,n,i,r=!1,o)=>{const{data:a,width:h,height:c}=s;let l=i,d=n,y=t,x=e;if(l<0?l=0:l>h&&(l=h),d<0?d=0:d>c&&(d=c),y<1?y=1:y>h&&(y=h),x<1?x=1:x>c&&(x=c),l+y>h&&(y=h-l),d+x>c&&(x=c-d),r){const w=new Uint8ClampedArray(a.length);for(let C=0;C<c;C++)for(let S=0;S<h;S++){const b=(C*h+S)*4;S>=l&&S<=l+y&&C>=d&&C<=d+x?(w[b]=a[b],w[b+1]=a[b+1],w[b+2]=a[b+2],w[b+3]=a[b+3]):(w[b]=255,w[b+1]=255,w[b+2]=255,w[b+3]=o&&["JPG","JPEG"].includes(o.toUpperCase())?255:0)}return new ImageData(w,h,c)}else{const w=new Uint8ClampedArray(y*x*4);for(let C=d;C<=d+x;C++)for(let S=l;S<=l+y;S++){const b=((C-d)*y+S-l)*4,p=(C*h+S)*4;w[b]=a[p],w[b+1]=a[p+1],w[b+2]=a[p+2],w[b+3]=a[p+3]}return new ImageData(w,y,x)}},cf=(s,t,e,n)=>{const{data:i,width:r,height:o}=s;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 h=new Uint8ClampedArray(i.length);for(let l=0;l<o;l++)for(let d=0;d<r;d++){const y=(l*r+d)*4;let x=-1;d<a?l<a?x=Math.sqrt(Math.pow(a-d-1,2)+Math.pow(a-l-1,2)):l>o-a-1&&(x=Math.sqrt(Math.pow(a-d-1,2)+Math.pow(l-(o-a),2))):d>r-a-1&&(l<a?x=Math.sqrt(Math.pow(d-(r-a),2)+Math.pow(a-l-1,2)):l>o-a-1&&(x=Math.sqrt(Math.pow(d-(r-a),2)+Math.pow(l-(o-a),2)))),Math.round(x)>a?(h[y]=255,h[y+1]=255,h[y+2]=255,h[y+3]=n||e.toUpperCase()==="PNG"?0:255):(h[y]=i[y],h[y+1]=i[y+1],h[y+2]=i[y+2],h[y+3]=n||e.toUpperCase()==="PNG"?i[y+3]:255)}return new ImageData(h,r,o)},lf=(s,t,e,n,i,r=1e4)=>{const o=new Image;o.src=s;const a=document.createElement("canvas"),h=a.getContext("2d");return a.width=r,a.height=r,h.drawImage(o,0,0,t,e,0,0,n,i),h.getImageData(0,0,n,i)},uf=(s,t)=>{const{data:e,width:n,height:i}=s,r=new Uint8ClampedArray(e.length);for(let a=0;a<i;a++)for(let h=0;h<n;h++){const c=(a*n+h)*4;r[c]=Math.max(Math.min(e[c]+t,255),0),r[c+1]=Math.max(Math.min(e[c+1]+t,255),0),r[c+2]=Math.max(Math.min(e[c+2]+t,255),0),r[c+3]=e[c+3]}return new ImageData(r,n,i)},ff=(s,t,e=!1)=>{const{data:n,width:i,height:r}=s,o=new Uint8ClampedArray(n.length);for(let h=0;h<r;h++)for(let c=0;c<i;c++){const l=(h*i+c)*4;n[l+3]===0?(o[l]=255,o[l+1]=255,o[l+2]=255):(o[l]=n[l],o[l+1]=n[l+1],o[l+2]=n[l+2]);let d=n[l+3];e?d=Math.max(Math.min(Math.floor(255*t),255),0):d=Math.max(Math.min(Math.floor(d+255*t),255),0),o[l+3]=d}return new ImageData(o,i,r)},df=(s,t,e,n)=>{const{data:i,width:r,height:o}=s,{data:a,width:h,height:c}=t;let l=e,d=n;e+c>o&&(l=o-c),n+h>r&&(d=r-h);const y=new Uint8ClampedArray(i.length);for(let w=0;w<o;w++)for(let _=0;_<r;_++){const C=(w*r+_)*4;if(_<d||_>d+h||w<=l||w>=l+c)y[C]=i[C],y[C+1]=i[C+1],y[C+2]=i[C+2],y[C+3]=i[C+3];else{const S=(w*r+_-((l+1)*r+(w-(l+1))*(r-h))+h-d-1)*4,b=[a[S],a[S+1],a[S+2],a[S+3]],p=[i[C],i[C+1],i[C+2],i[C+3]],g=Ao(b,p);y[C]=g[0],y[C+1]=g[1],y[C+2]=g[2],y[C+3]=g[3]}}return new ImageData(y,r,o)},mf=(s,t,e,n,i,r=10)=>{const{data:o,width:a,height:h}=s;let c=i,l=n,d=t,y=e;c<0?c=0:c>a&&(c=a),l<0?l=0:l>h&&(l=h),d<1?d=1:d>a&&(d=a),y<1?y=1:y>h&&(y=h),c+d>a&&(d=a-c),l+y>h&&(y=h-l);const x=new Uint8ClampedArray(o.length);for(let _=0;_<h;_++)for(let C=0;C<a;C++){const S=(_*a+C)*4;if(C>=c&&C<=c+d&&_>=l&&_<=l+y){const b=Math.floor((C-c)/r),p=Math.floor((_-l)/r);let g=Math.floor(r*(b+1)-r/2+c),E=Math.floor(r*(p+1)-r/2+l);g>a-1&&(g=a-1),E>h-1&&(E=h-1);const P=(E*a+g)*4;x[S]=o[P],x[S+1]=o[P+1],x[S+2]=o[P+2],x[S+3]=o[P+3]}else x[S]=o[S],x[S+1]=o[S+1],x[S+2]=o[S+2],x[S+3]=o[S+3]}return new ImageData(x,a,h)},pf=(s,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:n,width:i,height:r}=s,{data:o}=t,a=new Uint8ClampedArray(n.length),{backgroundColor:h,changeIntoColor:c}=e;for(let d=0;d<r;d++)for(let y=0;y<i;y++){const x=(d*i+y)*4,w=o[x],_=o[x+1],C=o[x+2],S=o[x+3];w===h.r&&_===h.g&&C===h.b&&S===h.a&&c.a!==0?(a[x]=c.r,a[x+1]=c.g,a[x+2]=c.b,a[x+3]=c.a):(a[x]=n[x],a[x+1]=n[x+1],a[x+2]=n[x+2],a[x+3]=n[x+3])}return new ImageData(a,i,r)}return s},_o=(s,t)=>{const{data:e,width:n,height:i}=s,r=new Uint8ClampedArray(e.length);for(let a=0;a<i;a++)for(let h=0;h<n;h++){const c=(a*n+h)*4;for(let l=0;l<3;l++){const d=c+l;h===0||h===n-1||a===0||a===i-1?r[d]=e[d]:r[d]=t[0]*e[d-n*4-4]+t[1]*e[d-n*4]+t[2]*e[d-n*4+4]+t[3]*e[d-4]+t[4]*e[d]+t[5]*e[d+4]+t[6]*e[d+n*4-4]+t[7]*e[d+n*4]+t[8]*e[d+n*4+4]}r[c+3]=e[c+3]}return new ImageData(r,n,i)},Ao=(s,t)=>{if(s&&s.length===4&&t&&t.length===4){const e=s[3],n=t[3];if(e===255||n===0)return s;if(e===0)return t;{const i=e/255,r=n/255,o=Math.max(Math.min(Math.floor(s[0]*i+t[0]*r*(1-i)),255),0),a=Math.max(Math.min(Math.floor(s[1]*i+t[1]*r*(1-i)),255),0),h=Math.max(Math.min(Math.floor(s[2]*i+t[2]*r*(1-i)),255),0),c=Math.max(Math.min(Math.floor((i+r*(1-i))*255),255),0);return[o,a,h,c]}}return[255,255,255,255]},ei=function(){const s=[];return{writeByte(t){s.push(t&255)},writeShort(t){this.writeByte(t),this.writeByte(t>>>8)},writeBytes(t,e=0,n=t.length){for(let i=0;i<n;i++)this.writeByte(t[i+e])},writeString(t){for(let e=0,n=t.length;e<n;e++)this.writeByte(t.charCodeAt(e))},toByteArray(){return s},toString(){let t="[";for(let e=0,n=s.length;e<n;e++)e>0&&(t+=","),t+=s[e];return t+="]",t}}},Do=function(){let s=0,t=0,e=0,n="";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){n+=String.fromCharCode(i(o&63))};return{writeByte(o){for(s=s<<8|o&255,t+=8,e+=1;t>=6;)r(s>>>t-6),t-=6},flush(){if(t>0&&(r(s<<6-t),s=0,t=0),e%3!=0){const o=3-e%3;for(let a=0;a<o;a++)n+="="}},toString(){return n}}},Io=function(s,t,e){const n=new Array(s*s),i=function(a){const h=a;let c=0,l=0;return{write(d,y){if(d>>>y)throw new Error("length over");for(;c+y>=8;)h.writeByte(255&(d<<c|l)),y-=8-c,d>>>=8-c,l=0,c=0;l=d<<c|l,c=c+y},flush(){c>0&&h.writeByte(l)}}},r=function(a){const h=1<<a,c=(1<<a)+1;let l=a+1;const d=o();for(let C=0;C<h;C++)d.add(String.fromCharCode(C));d.add(String.fromCharCode(h)),d.add(String.fromCharCode(c));const y=ei(),x=i(y);x.write(h,l);let w=0,_=String.fromCharCode(n[w]);for(w+=1;w<n.length;){const C=String.fromCharCode(n[w]);w+=1,d.contains(_+C)?_=_+C:(x.write(d.indexOf(_),l),d.size()<4095&&(d.size()==1<<l&&(l+=1),d.add(_+C)),_=C)}return x.write(d.indexOf(_),l),x.write(c,l),x.flush(),y.toByteArray()},o=function(){const a={};let h=0;return{add(c){if(this.contains(c))throw new Error("dup key:"+c);a[c]=h,h+=1},size(){return h},indexOf(c){return a[c]},contains(c){return typeof a[c]<"u"}}};return{setPixel(a,h,c){n[h*s+a]=c},write(a){a.writeString("GIF87a"),a.writeShort(s),a.writeShort(s),a.writeByte(128),a.writeByte(0),a.writeByte(0),a.writeByte(Ae("0x"+t[1]+t[2])),a.writeByte(Ae("0x"+t[3]+t[4])),a.writeByte(Ae("0x"+t[5]+t[6])),a.writeByte(Ae("0x"+e[1]+e[2])),a.writeByte(Ae("0x"+e[3]+e[4])),a.writeByte(Ae("0x"+e[5]+e[6])),a.writeString(","),a.writeShort(0),a.writeShort(0),a.writeShort(s),a.writeShort(s),a.writeByte(0);const h=2,c=r(h);a.writeByte(h);let l=0;for(;c.length-l>255;)a.writeByte(255),a.writeBytes(c,l,255),l+=255;a.writeByte(c.length-l),a.writeBytes(c,l,c.length-l),a.writeByte(0),a.writeString(";")}}},Mo=function(s,t,e,n){const i=Io(s,t,e);for(let c=0;c<s;c++)for(let l=0;l<s;l++)i.setPixel(l,c,n(l,c));const r=ei();i.write(r);const o=Do(),a=r.toByteArray();for(let c=0,l=a.length;c<l;c++)o.writeByte(a[c]);o.flush();let h="";return h+="data:image/gif;base64,",h+=o,h},Pt={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},Ke={M:0,L:1,H:2,Q:3},he={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},et={glog:function(s){if(s<1)throw new Error("glog("+s+")");return et.LOG_TABLE[s]},gexp:function(s){for(;s<0;)s+=255;for(;s>=256;)s-=255;return et.EXP_TABLE[s]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)};for(let s=0;s<8;s++)et.EXP_TABLE[s]=1<<s;for(let s=8;s<256;s++)et.EXP_TABLE[s]=et.EXP_TABLE[s-4]^et.EXP_TABLE[s-5]^et.EXP_TABLE[s-6]^et.EXP_TABLE[s-8];for(let s=0;s<255;s++)et.LOG_TABLE[et.EXP_TABLE[s]]=s;const J={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(s){let t=s<<10;for(;J.getBCHDigit(t)-J.getBCHDigit(J.G15)>=0;)t^=J.G15<<J.getBCHDigit(t)-J.getBCHDigit(J.G15);return(s<<10|t)^J.G15_MASK},getBCHTypeNumber:function(s){let t=s<<12;for(;J.getBCHDigit(t)-J.getBCHDigit(J.G18)>=0;)t^=J.G18<<J.getBCHDigit(t)-J.getBCHDigit(J.G18);return s<<12|t},getBCHDigit:function(s){let t=0;for(;s!=0;)t++,s>>>=1;return t},getPatternPosition:function(s){return J.PATTERN_POSITION_TABLE[s-1]},getMask:function(s,t,e){switch(s){case he.PATTERN000:return(t+e)%2==0;case he.PATTERN001:return t%2==0;case he.PATTERN010:return e%3==0;case he.PATTERN011:return(t+e)%3==0;case he.PATTERN100:return(Math.floor(t/2)+Math.floor(e/3))%2==0;case he.PATTERN101:return t*e%2+t*e%3==0;case he.PATTERN110:return(t*e%2+t*e%3)%2==0;case he.PATTERN111:return(t*e%3+(t+e)%2)%2==0;default:throw new Error("bad maskPattern:"+s)}},getErrorCorrectPolynomial:function(s){let t=new ke([1],0);for(let e=0;e<s;e++)t=t.multiply(new ke([1,et.gexp(e)],0));return t},getLengthInBits:function(s,t){if(1<=t&&t<10)switch(s){case Pt.MODE_NUMBER:return 10;case Pt.MODE_ALPHA_NUM:return 9;case Pt.MODE_8BIT_BYTE:return 8;case Pt.MODE_KANJI:return 8;default:throw new Error("mode:"+s)}else if(t<27)switch(s){case Pt.MODE_NUMBER:return 12;case Pt.MODE_ALPHA_NUM:return 11;case Pt.MODE_8BIT_BYTE:return 16;case Pt.MODE_KANJI:return 10;default:throw new Error("mode:"+s)}else if(t<41)switch(s){case Pt.MODE_NUMBER:return 14;case Pt.MODE_ALPHA_NUM:return 13;case Pt.MODE_8BIT_BYTE:return 16;case Pt.MODE_KANJI:return 12;default:throw new Error("mode:"+s)}else throw new Error("type:"+t)},getLostPoint:function(s){const t=s.getModuleCount();let e=0;for(let r=0;r<t;r++)for(let o=0;o<t;o++){let a=0;const h=s.isDark(r,o);for(let c=-1;c<=1;c++)if(!(r+c<0||t<=r+c))for(let l=-1;l<=1;l++)o+l<0||t<=o+l||c==0&&l==0||h==s.isDark(r+c,o+l)&&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;s.isDark(r,o)&&a++,s.isDark(r+1,o)&&a++,s.isDark(r,o+1)&&a++,s.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++)s.isDark(r,o)&&!s.isDark(r,o+1)&&s.isDark(r,o+2)&&s.isDark(r,o+3)&&s.isDark(r,o+4)&&!s.isDark(r,o+5)&&s.isDark(r,o+6)&&(e+=40);for(let r=0;r<t;r++)for(let o=0;o<t-6;o++)s.isDark(o,r)&&!s.isDark(o+1,r)&&s.isDark(o+2,r)&&s.isDark(o+3,r)&&s.isDark(o+4,r)&&!s.isDark(o+5,r)&&s.isDark(o+6,r)&&(e+=40);let n=0;for(let r=0;r<t;r++)for(let o=0;o<t;o++)s.isDark(o,r)&&n++;const i=Math.abs(100*n/t/t-50)/5;return e+=i*10,e}};class ke{num;constructor(t,e){if(t.length==null)throw new Error(t.length+"/"+e);let n=0;for(;n<t.length&&t[n]==0;)n++;this.num=new Array(t.length-n+e);for(let i=0;i<t.length-n;i++)this.num[i]=t[i+n]}get(t){return this.num[t]}getLength(){return this.num.length}multiply(t){const e=new Array(this.getLength()+t.getLength()-1);for(let n=0;n<this.getLength();n++)for(let i=0;i<t.getLength();i++)e[n+i]^=et.gexp(et.glog(this.get(n))+et.glog(t.get(i)));return new ke(e,0)}mod(t){if(this.getLength()-t.getLength()<0)return this;const e=et.glog(this.get(0))-et.glog(t.get(0)),n=new Array(this.getLength());for(let i=0;i<this.getLength();i++)n[i]=this.get(i);for(let i=0;i<t.getLength();i++)n[i]^=et.gexp(et.glog(t.get(i))+e);return new ke(n,0).mod(t)}}class qt{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 n=qt.getRsBlockTable(t,e);if(n==null)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+e);const i=n.length/3,r=[];for(let o=0;o<i;o++){const a=n[o*3+0],h=n[o*3+1],c=n[o*3+2];for(let l=0;l<a;l++)r.push(new qt(h,c))}return r}static getRsBlockTable(t,e){switch(e){case Ke.L:return qt.RS_BLOCK_TABLE[(t-1)*4+0];case Ke.M:return qt.RS_BLOCK_TABLE[(t-1)*4+1];case Ke.Q:return qt.RS_BLOCK_TABLE[(t-1)*4+2];case Ke.H:return qt.RS_BLOCK_TABLE[(t-1)*4+3];default:return}}}class ko{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 n=0;n<e;n++)this.putBit((t>>>e-n-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 gf{mode;data;constructor(t){this.mode=Pt.MODE_8BIT_BYTE,this.data=t}getLength(){return this.data.length}write(t){for(let e=0,n=this.data.length;e<n;e++)t.put(this.data.charCodeAt(e),8)}}class ce{static PAD0=236;static PAD1=17;typeNumber;errorCorrectLevel;modules;moduleCount;dataCache;dataList;constructor(t,e){this.typeNumber=t,this.errorCorrectLevel=Ke[e],this.modules=[],this.moduleCount=0,this.dataCache=null,this.dataList=[]}addData(t){const e=new gf(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=qt.getRSBlocks(t,this.errorCorrectLevel),n=new ko;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];n.put(o.mode,4),n.put(o.getLength(),J.getLengthInBits(o.mode,t)),o.write(n)}if(n.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 n=0;n<this.moduleCount;n++){this.modules[n]=new Array(this.moduleCount);for(let i=0;i<this.moduleCount;i++)this.modules[n][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=ce.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,e)}setupPositionProbePattern(t,e){for(let n=-1;n<=7;n++)if(!(t+n<=-1||this.moduleCount<=t+n))for(let i=-1;i<=7;i++)e+i<=-1||this.moduleCount<=e+i||(0<=n&&n<=6&&(i==0||i==6)||0<=i&&i<=6&&(n==0||n==6)||2<=n&&n<=4&&2<=i&&i<=4?this.modules[t+n][e+i]=!0:this.modules[t+n][e+i]=!1)}getBestMaskPattern(){let t=0,e=0;for(let n=0;n<8;n++){this.makeImpl(!0,n);const i=J.getLostPoint(this);(n==0||t>i)&&(t=i,e=n)}return e}createMovieClip(t,e,n){const i=t.createEmptyMovieClip(e,n),r=1;this.make();for(let o=0;o<this.modules.length;o++){const a=o*r;for(let h=0;h<this.modules[o].length;h++){const c=h*r;this.modules[o][h]&&(i.beginFill(0,100),i.moveTo(c,a),i.lineTo(c+r,a),i.lineTo(c+r,a+r),i.lineTo(c,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=J.getPatternPosition(this.typeNumber);for(let e=0;e<t.length;e++)for(let n=0;n<t.length;n++){const i=t[e],r=t[n];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=J.getBCHTypeNumber(this.typeNumber);for(let n=0;n<18;n++){const i=!t&&(e>>n&1)==1;this.modules[Math.floor(n/3)][n%3+this.moduleCount-8-3]=i}for(let n=0;n<18;n++){const i=!t&&(e>>n&1)==1;this.modules[n%3+this.moduleCount-8-3][Math.floor(n/3)]=i}}setupTypeInfo(t,e){const n=this.errorCorrectLevel<<3|e,i=J.getBCHTypeInfo(n);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 n=-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 h=0;h<2;h++)if(this.modules[i][a-h]==null){let c=!1;o<t.length&&(c=(t[o]>>>r&1)==1),J.getMask(e,i,a-h)&&(c=!c),this.modules[i][a-h]=c,r--,r==-1&&(o++,r=7)}if(i+=n,i<0||this.moduleCount<=i){i-=n,n=-n;break}}}static createData(t,e,n){const i=qt.getRSBlocks(t,e),r=new ko;for(let a=0;a<n.length;a++){const h=n[a];r.put(h.mode,4),r.put(h.getLength(),J.getLengthInBits(h.mode,t)),h.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(ce.PAD0,8),r.getLengthInBits()>=o*8));)r.put(ce.PAD1,8);return ce.createBytes(r,i)}static createBytes(t,e){let n=0,i=0,r=0;const o=new Array(e.length),a=new Array(e.length);for(let d=0;d<e.length;d++){const y=e[d].dataCount,x=e[d].totalCount-y;i=Math.max(i,y),r=Math.max(r,x),o[d]=new Array(y);for(let S=0;S<o[d].length;S++)o[d][S]=255&t.buffer[S+n];n+=y;const w=J.getErrorCorrectPolynomial(x),C=new ke(o[d],w.getLength()-1).mod(w);a[d]=new Array(w.getLength()-1);for(let S=0;S<a[d].length;S++){const b=S+C.getLength()-a[d].length;a[d][S]=b>=0?C.get(b):0}}let h=0;for(let d=0;d<e.length;d++)h+=e[d].totalCount;const c=new Array(h);let l=0;for(let d=0;d<i;d++)for(let y=0;y<e.length;y++)d<o[y].length&&(c[l++]=o[y][d]);for(let d=0;d<r;d++)for(let y=0;y<e.length;y++)d<a[y].length&&(c[l++]=a[y][d]);return c}}const Ro=Math.ceil,Qe=Math.floor,Lo=Math.round;function yf(s,t){const e=Ni(s),n=t?.ecc||"H",i=t?.size||256,r=-1,o=t?.padding||0,a=t?.color||"#000000",h=t?.background||"#ffffff",c=new ce(r,n);c.addData(e),c.make();const l=c.getModuleCount(),d=(i-o*2)/l,y=o,x=i-o;return Mo(i,a,h,function(w,_){if(y<=w&&w<x&&y<=_&&_<x){const C=Qe((w-y)/d),S=Qe((_-y)/d);return c.isDark(S,C)?0:1}else return 1})}function wf(s,t){const e=t.x||0,n=t.y||0,i=Ni(s),r=t.ctx,o=t.ecc||"H",a=typeof t.size=="number"?Qe(t.size):256,h=t.padding||0,c=-1,l=t.color||"#000000",d=t.background||"#ffffff",y=new ce(c,o);y.addData(i),y.make();const x=y.getModuleCount(),w=(a-h*2)/x;r.fillStyle=d,r.fillRect(e,n,a,a);for(let _=0;_<x;_++)for(let C=0;C<x;C++){const S=Ro((C+1)*w)-Qe(C*w),b=Ro((_+1)*w)-Qe(_*w);r.fillStyle=y.isDark(_,C)?l:d,r.fillRect(e+Lo(C*w)+h,n+Lo(_*w)+h,S,b)}}class at extends H{shapesCountChange=!1;constructor(t){super(t)}shapeInit(){}frameStart(t){return this.shapesCountChange&&(this.shapesCountChange=!1,this.shapes.forEach(e=>{e.parent=this,e.initPathD()}),this.pathd=this.initPathD(),this.shapes.forEach(e=>{!e.forceCXY&&!e.independentTransformInGroup&&(e.cX=this.cX-e.diffXInGroup,e.cY=this.cY-e.diffYInGroup)})),super.frameStart(t)}frameUpdate(t,e){this.shapes.forEach(n=>{!n.independentTransformInGroup&&!n.isDragging&&(n.x=this.x+n.diffXInGroup,n.y=this.y+n.diffYInGroup,n.degree=this.degree+n.diffDegreeInGroup,n.scalarX=this.scalarX*n.diffScalarXInGroup,n.scalarY=this.scalarY*n.diffScalarYInGroup)}),super.frameUpdate(t,e)}addShape(t){(Array.isArray(t)?t:[t]).forEach(e=>{this.shapes.findIndex(n=>n.id==e.id)==-1&&(e.on("draging",(n,i)=>{this.enableDrag&&(this.x+=n,this.y+=i,this.emit("draging",n,i,e))}),this.shapes.push(e),this.shapesCountChange=!0)})}getBoundingClientRect(){const t=[],e=[];this.shapes.forEach(h=>{const c=h.getBoundingClientRect();c&&(t.push(c.x,c.x+c.width),e.push(c.y,c.y+c.height))});const n=this.pathd?.getBoundingClientRect();if(n&&(n.width||n.height)&&(t.push(n.x,n.x+n.width),e.push(n.y,n.y+n.height)),t.length==0||e.length==0)return null;const i=Math.min.apply(0,t),r=Math.min.apply(0,e),o=Math.max.apply(0,t),a=Math.max.apply(0,e);return{x:i,y:r,width:o-i,height:a-r}}setAttrs(t,e){typeof t!="string"?(super.setAttr(t),this.shapes.forEach(n=>{n.setAttr(t)})):e&&(super.setAttr(t,e),this.shapes.forEach(n=>{n.setAttr(t,e)}))}sortPathD(){this.shapes=this.shapes.map(t=>{const e=t.initPathD();return{shape:t,perimeter:e.perimeterPoints()}}).sort((t,e)=>e.perimeter-t.perimeter).map(t=>t.shape)}expendFill(t){const e=t.shapes.length,n=this.shapes.length;if(e<n)return t.expendFill(this);for(let i=n;i<e;i++){const o=t.shapes[i].initPathD().polymorphPoints,a=o[0],h=o[1],c=[["M",a,h]];for(let l=2;l+5<o.length;l+=6)c.push(["C",a,h,a,h,a,h]);this.addShape(new H({attrs:{...t.shapes[i].getAttrs()},d:c}))}}strokeDashTween(t,e){switch(e?.type){case"sequence":const n=this.shapes.length-1;this.shapes.forEach((a,h)=>{a.strokeDashTween(t,{...e,delay:h,onStart:()=>{h==0&&e?.onGroupStart?.()},onUpdate:()=>{e?.onGroupUpdate?.()},onComplete:()=>{h==n&&e?.onGroupComplete?.()}})});break;case"parallel":default:const i=new ks({frameDuration:t}),r={},o={};this.shapes.forEach((a,h)=>{const c=Ft(a.getTotalLength(),0);r[`offset_${h}`]=c,o[`offset_${h}`]=0,a.setAttr({strokeDasharray:`${c} ${c}`,strokeDashoffset:`${c}`})}),i.addTween(r,o,Object.assign(e||{},{onStart:()=>{e?.onGroupStart?.()},onUpdate:(a,h)=>{for(let c in a){const l=hn(c).number;this.shapes[l].setAttr("strokeDashoffset",""+Ft(a[c],2))}e?.onGroupUpdate?.()},onComplete:()=>{e?.onGroupComplete?.()}})),i.play();break}}}const Oo=getComputedStyle(document.documentElement);function Y(s){return Oo.getPropertyValue(s)}function bf(s,t){document.documentElement.style.setProperty(s,t),Oo.setProperty(s,t)}const si={colorPrimary:Y("--color-primary")||"#5A82F0",colorRed:Y("--color-red")||"#FA503C",colorOrange:Y("--color-orange")||"#fa8c00",colorYellow:Y("--color-yellow")||"#fadc32",colorGreen:Y("--color-green")||"#00c878",colorBlue:Y("--color-blue")||"#00b4fa",colorPurple:Y("--color-purple")||"#6464fa",colorBlack:Y("--color-black")||"#001428",colorGray00:Y("--color-gray-00")||"#000000",colorGray33:Y("--color-gray-33")||"#333333",colorGray66:Y("--color-gray-66")||"#666666",colorGray99:Y("--color-gray-99")||"#999999",colorGrayCC:Y("--color-gray-cc")||"#cccccc",colorGrayDD:Y("--color-gray-dd")||"#dddddd",colorGrayE6:Y("--color-gray-e6")||"#e6e6e6",colorGrayEE:Y("--color-gray-ee")||"#eeeeee",colorGrayEF:Y("--color-gray-ef")||"#efefef",colorGrayF5:Y("--color-gray-f5")||"#f5f5f5",colorGrayFF:Y("--color-gray-ff")||"#ffffff",fontLineHeight:Y("--font-line-height")||"1.4",fontSize32:Y("--font-size-32")||"32px",fontSize24:Y("--font-size-24")||"24px",fontSize22:Y("--font-size-22")||"22px",fontSize20:Y("--font-size-20")||"20px",fontSize18:Y("--font-size-18")||"18px",fontSize16:Y("--font-size-16")||"16px",fontSize14:Y("--font-size-14")||"14px",fontSize12:Y("--font-size-12")||"12px",fontSize10:Y("--font-size-10")||"10px",d4:Y("--distance-4")||"4px",d8:Y("--distance-8")||"8px",d12:Y("--distance-12")||"12px",d16:Y("--distance-16")||"16px",d20:Y("--distance-20")||"20px",d32:Y("--distance-32")||"32px",d40:Y("--distance-40")||"40px",d44:Y("--distance-44")||"44px"};class pt{__color={r:0,g:0,b:0,a:1};constructor(t,e){t&&this.setColor(t),typeof e=="number"&&this.setAlpha(e)}get color(){return this.__color}set color(t){this.__color=ni(t)}setColor(t){return this.color=t,this}get r(){return this.__color.r}set r(t){this.__color.r=$(Math.round(t),0,255)}get g(){return this.__color.g}set g(t){this.__color.g=$(Math.round(t),0,255)}get b(){return this.__color.b}set b(t){this.__color.b=$(Math.round(t),0,255)}get a(){return this.__color.a}set a(t){this.__color.a=$(t,0,1)}setAlpha(t){return this.a=t,this}setRGB(t,e,n){return this.r=t,this.g=e,this.b=n,this}setRGBA(t,e,n,i){return this.r=t,this.g=e,this.b=n,this.a=i,this}get hex(){return(this.r<<16)+(this.g<<8)+this.b}toString(){if(this.a===1){const t="000000"+this.hex.toString(16);return"#"+t.slice(t.length-6)}else return`rgba(${this.r},${this.g},${this.b},${Ft(this.a,6)})`}clone(){return new pt(this.color)}copy(t){this.setColor(t.color)}opposite(t=!1,e="#000000",n="#ffffff"){if(t)return new pt(this.r*.299+this.g*.587+this.b*.114>186?e:n);{const i=this.clone();return i.r=255-i.r,i.g=255-i.g,i.b=255-i.b,i}}lighten(t){t=$(Math.abs(t),0,1);let{r:e,g:n,b:i}=this.color;return e+=(255-e)*t,n+=(255-n)*t,i+=(255-i)*t,new pt().setRGBA(e,n,i,this.color.a)}darken(t){t=$(Math.abs(t),0,1);let{r:e,g:n,b:i}=this.color;return e=e*(1-t),n=n*(1-t),i=i*(1-t),new pt().setRGBA(e,n,i,this.color.a)}static gradient(t,e,n){try{const i=ni(t),r=ni(e);return new pt().setRGB((r.r-i.r)*n+i.r,(r.g-i.g)*n+i.g,(r.b-i.b)*n+i.b)}catch{return new pt(e)}}static random(){return new pt(Math.random()*16777215)}get hsv(){const{r:t,g:e,b:n,a:i}=this.color,r=Math.max(t,e,n),o=Math.min(t,e,n),a=r-o;let h;return t===r?h=(e-n)/a:e===r?h=2+(n-t)/a:h=4+(t-e)/a,h/=6,h<0&&(h+=1),{h:a==0?0:h*360,s:r===0?0:a/r,v:r/255,a:i}}set h(t){const e=this.hsv;e.h=$(t,0,360),this.setColor(e)}get h(){return this.hsv.h}set s(t){const e=this.hsv;e.s=$(t,0,1),this.setColor(e)}get s(){return this.hsv.s}set v(t){const e=this.hsv;e.v=$(t,0,1),this.setColor(e)}get v(){return this.hsv.v}}function ts(s,t){return new pt(s,t)}function ni(s){const t=Object.prototype.hasOwnProperty.call(s,"a")?$(s.a,0,1):1;if(Object.prototype.hasOwnProperty.call(s,"r")&&Object.prototype.hasOwnProperty.call(s,"g")&&Object.prototype.hasOwnProperty.call(s,"b"))return s.r=$(Math.round(s.r),0,255),s.g=$(Math.round(s.g),0,255),s.b=$(Math.round(s.b),0,255),s.a=t,s;if(Object.prototype.hasOwnProperty.call(s,"h")&&Object.prototype.hasOwnProperty.call(s,"s")&&Object.prototype.hasOwnProperty.call(s,"v")){const n=$(s.h,0,360),i=$(s.s,0,1),r=$(s.v,0,1),o=Math.floor(n/60)%6,a=n/60-Math.floor(n/60),h=r*(1-i),c=r*(1-a*i),l=r*(1-(1-a)*i),d=[[r,l,h],[c,r,h],[h,r,l],[h,c,r],[l,h,r],[r,h,c]][o];return{r:Math.round(d[0]*255),g:Math.round(d[1]*255),b:Math.round(d[2]*255),a:t}}const e={r:0,g:0,b:0,a:t};if(typeof s=="number")s<Math.pow(2,24)?(e.r=s>>16&255,e.g=s>>8&255,e.b=s&255):(e.r=s>>24&255,e.g=s>>16&255,e.b=s>>8&255,e.a=(s&255)/255);else if(typeof s=="string"){const n=/rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,?\s*(\d?\.?\d*)?\s*\)/gi.exec(s);if(n)e.r=parseInt(n[1]),e.g=parseInt(n[2]),e.b=parseInt(n[3]),n[4]&&(e.a=parseFloat(n[4]));else{let i=s.match(/^#([A-F0-9])([A-F0-9])([A-F0-9])$/i);i?(e.r=parseInt(`${i[1]}${i[1]}`,16),e.g=parseInt(`${i[2]}${i[2]}`,16),e.b=parseInt(`${i[3]}${i[3]}`,16)):(i=s.match(/^#([A-F0-9]{2})([A-F0-9]{2})([A-F0-9]{2})$/i),i?(e.r=parseInt(i[1],16),e.g=parseInt(i[2],16),e.b=parseInt(i[3],16)):(i=s.match(/^#([A-F0-9]{2})([A-F0-9]{2})([A-F0-9]{2})([A-F0-9]{2})$/i),i?(e.r=parseInt(i[1],16),e.g=parseInt(i[2],16),e.b=parseInt(i[3],16),e.a=parseInt(i[4],16)/255):s==="none"&&(e.a=0)))}}else throw new Error("parseColor 不支持的颜色解析:"+s);return e.r=$(e.r,0,255),e.g=$(e.g,0,255),e.b=$(e.b,0,255),e.a=$(e.a,0,1),e}const Fo=["#0ac2d2","#7bb7fa","#60d7a9","#fdc162","#fd6a62","#f68dbb","#26ccff","#a25afd","#ff5e7e","#88ff5a","#fcff42","#ffa62d","#ff36ff","#dc4916","#6871b1","#d1b935","#1bbc9b","#FF7F50","#4BBFC3","#ff9900"],Se={backgroundColor:"#1a1a1a",numberColor:"#2FA1D6",booleanColor:"#806787",stringColor:"#1ed36f",functionColor:"#e61d5f",saveRowColor:"#dad5cb",buttonColor:"",borderColor:"",inputColor:""};Se.buttonColor=new pt(Se.saveRowColor).darken(.1).toString(),Se.borderColor=new pt(Se.backgroundColor).lighten(.07).toString(),Se.inputColor=new pt(Se.backgroundColor).lighten(.085).toString();class ve extends H{toX;toY;constructor(t){super(t),this.toX=t?.toX||0,this.toY=t?.toY||0;let e=this.toX-this.x,n=this.toY-this.y;return new Proxy(this,{set(i,r,o,a){switch(r){case"x":i.toX=o+e;break;case"y":i.toY=o+n;break;case"toX":e=o-i.x;break;case"toY":n=o-i.y;break}return Reflect.set(i,r,o,a)}})}toSVGPathData(){return[["m",0,0],["l",this.toX-this.x,this.toY-this.y]]}toCanvasContext(t){t.beginPath(),t.moveTo(0,0),t.lineTo(this.toX-this.x,this.toY-this.y)}intersection(t){const e=new ao({x:this.x,y:this.y,toX:this.toX,toY:this.toY}),n=new ao({x:t.x,y:t.y,toX:t.toX,toY:t.toY});return e.intersection(n)}}class xf extends H{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}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(this.x+this.toX)/2,e=this.cy*2-(this.y+this.toY)/2;return[["m",0,0],["q",t-this.x,e-this.y,this.toX-this.x,this.toY-this.y]]}else return[["m",0,0],["q",this.cx-this.x,this.cy-this.y,this.toX-this.x,this.toY-this.y]]}toCanvasContext(t){if(t.beginPath(),t.moveTo(0,0),this.isLineThrough){const e=this.cx*2-(this.x+this.toX)/2,n=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e-this.x,n-this.y,this.toX-this.x,this.toY-this.y)}else t.quadraticCurveTo(this.cx-this.x,this.cy-this.y,this.toX-this.x,this.toY-this.y)}}class es{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"),n=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)",n.append(i),e.width="5",e.style.cssText="position: absolute; visibility: hidden;",document.documentElement.append(e),e.contentDocument?.body.append(n),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(()=>{es.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)}}class No extends Gt{source;raw="";mode="text";tagname="";nodename="";textchunk="";entity="";quote="";attrs={};constructor(t){super(),this.source=t}parse(){const t=Aa(this.source);if(t===0){this.emit("finish");return}let e,n,i=Li(this.source,0);for(let r=1;r<t;r++)e=n,n=i,i=Li(this.source,r),this.raw+=n,n&&this.step(n,i,e);i&&this.step(i,void 0,n),this.emit("finish")}step(t,e,n){t==`
|
|
37
|
+
`&&this.emit("newline"),this.act(t,e,n)}act(t,e,n){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":zt("whitespace",t)?(this.textchunk+=Bo(this.entity),this.mode="text"):t==";"?(this.textchunk+=Bo(this.entity+t),this.mode="text"):this.entity+=t;break;case"special":if(n=="!"&&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(n=="]"&&t=="]"&&e==">"){this.mode="cdata end",this.textchunk=this.textchunk.slice(0,-1);break}t=="eof"&&(this.mode="cdata end",this.act(t,e,n)),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=="-"&&n=="-"&&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(!zt("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,n)}break;case"close tag name start":zt("whitespace",t)||(this.mode="close tag name",this.tagname="",this.nodename="",this.act(t,e,n));break;case"close tag name":if(zt("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(zt("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":zt("whitespace",t)||(this.mode="attr",this.nodename="",this.act(t,e,n));break;case"attr":if(zt("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(!zt("whitespace",t)){if(this.mode="attr value",this.quote="",t=="'"||t=='"'){this.quote=t;return}this.act(t,e,n)}break;case"attr value":if(zt("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&&n!="\\"&&(this.mode="attr start");break;default:this.attrs[this.nodename]+=t;break}break}}}function Bo(s){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 s.charAt(0)=="#"?s.charAt(1).toLowerCase()=="x"?e=parseInt(s.substring(2),16):e=parseInt(s.substring(1),10):e=t[s],e?String.fromCharCode(e):"&"+s}var Uo=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function Yo(s,t={}){var e=1,n=1;function i(O){var k=O.match(/\n/g);k&&(e+=k.length);var X=O.lastIndexOf(`
|
|
38
|
+
`);n=~X?O.length-X:n+O.length}function r(){var O={line:e,column:n};return function(k){return k.position=new o(O),w(),k}}function o(O){this.start=O,this.end={line:e,column:n},this.source=t.source}o.prototype.content=s;var a=[];function h(O){var k=new Error(t.source+":"+e+":"+n+": "+O);if(k.reason=O,k.filename=t.source,k.line=e,k.column=n,k.source=s,t.silent)a.push(k);else throw k}function c(){var O=y();return{type:"stylesheet",stylesheet:{source:t.source,rules:O,parsingErrors:a}}}function l(){return x(/^{\s*/)}function d(){return x(/^}/)}function y(){var O,k=[];for(w(),_(k);s.length&&s.charAt(0)!="}"&&(O=Te()||Oe());)O!==!1&&(k.push(O),_(k));return k}function x(O){var k=O.exec(s);if(k){var X=k[0];return i(X),s=s.slice(X.length),k}}function w(){x(/^\s*/)}function _(O){var k;for(O=O||[];k=C();)k!==!1&&O.push(k);return O}function C(){var O=r();if(!(s.charAt(0)!="/"||s.charAt(1)!="*")){for(var k=2;s.charAt(k)!=""&&(s.charAt(k)!="*"||s.charAt(k+1)!="/");)++k;if(k+=2,s.charAt(k-1)==="")return h("End of comment missing");var X=s.slice(2,k-2);return n+=2,i(X),s=s.slice(k),n+=2,O({type:"comment",comment:X})}}function S(){var O=x(/^([^{]+)/);if(O)return jt(O[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(k){return k.replace(/,/g,"")}).split(/\s*(?![^(]*\)),\s*/).map(function(k){return k.replace(/\u200C/g,",")})}function b(){var O=r(),k=x(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(k){if(k=jt(k[0]),!x(/^:\s*/))return h("property missing ':'");var X=x(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),j=O({type:"declaration",property:k.replace(Uo,""),value:X?jt(X[0]).replace(Uo,""):""});return x(/^[;\s]*/),j}}function p(){var O=[];if(!l())return h("missing '{'");_(O);for(var k;k=b();)k!==!1&&(O.push(k),_(O));return d()?O:h("missing '}'")}function g(){for(var O,k=[],X=r();O=x(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)k.push(O[1]),x(/^,\s*/);if(k.length)return X({type:"keyframe",values:k,declarations:p()})}function E(){var O=r(),k=x(/^@([-\w]+)?keyframes\s*/);if(k){var X=k[1];if(k=x(/^([-\w]+)\s*/),!k)return h("@keyframes missing name");var j=k[1];if(!l())return h("@keyframes missing '{'");for(var gt,Lt=_();gt=g();)Lt.push(gt),Lt=Lt.concat(_());return d()?O({type:"keyframes",name:j,vendor:X,keyframes:Lt}):h("@keyframes missing '}'")}}function P(){var O=r(),k=x(/^@supports *([^{]+)/);if(k){var X=jt(k[1]);if(!l())return h("@supports missing '{'");var j=_().concat(y());return d()?O({type:"supports",supports:X,rules:j}):h("@supports missing '}'")}}function N(){var O=r(),k=x(/^@host\s*/);if(k){if(!l())return h("@host missing '{'");var X=_().concat(y());return d()?O({type:"host",rules:X}):h("@host missing '}'")}}function q(){var O=r(),k=x(/^@media *([^{]+)/);if(k){var X=jt(k[1]);if(!l())return h("@media missing '{'");var j=_().concat(y());return d()?O({type:"media",media:X,rules:j}):h("@media missing '}'")}}function V(){var O=r(),k=x(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(k)return O({type:"custom-media",name:jt(k[1]),media:jt(k[2])})}function Z(){var O=r(),k=x(/^@page */);if(k){var X=S()||[];if(!l())return h("@page missing '{'");for(var j=_(),gt;gt=b();)j.push(gt),j=j.concat(_());return d()?O({type:"page",selectors:X,declarations:j}):h("@page missing '}'")}}function Q(){var O=r(),k=x(/^@([-\w]+)?document *([^{]+)/);if(k){var X=jt(k[1]),j=jt(k[2]);if(!l())return h("@document missing '{'");var gt=_().concat(y());return d()?O({type:"document",document:j,vendor:X,rules:gt}):h("@document missing '}'")}}function ht(){var O=r(),k=x(/^@font-face\s*/);if(k){if(!l())return h("@font-face missing '{'");for(var X=_(),j;j=b();)X.push(j),X=X.concat(_());return d()?O({type:"font-face",declarations:X}):h("@font-face missing '}'")}}var At=ue("import"),St=ue("charset"),Le=ue("namespace");function ue(O){var k=new RegExp("^@"+O+"\\s*([^;]+);");return function(){var X=r(),j=x(k);if(j){var gt={type:O};return gt[O]=j[1].trim(),X(gt)}}}function Te(){if(s[0]=="@")return E()||q()||V()||P()||At()||St()||Le()||Q()||Z()||N()||ht()}function Oe(){var O=r(),k=S();return k?(_(),O({type:"rule",selectors:k,declarations:p()})):h("selector missing")}return ii(c())}function jt(s){return s?s.replace(/^\s+|\s+$/g,""):""}function ii(s,t){var e=s&&typeof s.type=="string",n=e?s:t;for(var i in s){var r=s[i];Array.isArray(r)?r.forEach(function(o){ii(o,n)}):r&&typeof r=="object"&&ii(r,n)}return e&&Object.defineProperty(s,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),s}class Xo extends No{currentItem={};items=[];groups=[];globalStyles={};grad={};idtops={};text="";constructor(t){super(t),this.on("tag",(e,n)=>{switch(this.text="",this.currentItem={type:e},e){case"g":this.groups.push(this.currentItem);break}this.processAttrs(e,n)}),this.on("text",e=>{if(this.currentItem.type=="style"){try{const n=Yo(e);for(const i of n.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,n)=>{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),oi(this.currentItem.style,this.currentItem,ai)}switch(this.processAttrs(e,n),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 n=[],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&&oi(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+ri(parseFloat(e.x1),parseFloat(e.y1),parseFloat(e.x2),parseFloat(e.y2),parseFloat(e.x1)+100,parseFloat(e.y1))).toFixed(2),n=[this.grad.angle];for(let a=0,h=this.grad.stops.length;a<h;a++)i=this.grad.stops[a],a&&a!=h-1?n.push(i.color+":"+i.offset):n.push(i.color);this.idtops[this.grad.id]=n.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break;case"radialGradient":n=[];for(let a=0,h=this.grad.stops.length;a<h;a++)i=this.grad.stops[a],a&&a!=h-1?n.push(i.color+":"+i.offset):n.push(i.color);this.idtops[this.grad.id]=n.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(ai.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"&&oi(o,this.currentItem,ai),r==="transform"&&(this.currentItem.transform=o+(this.currentItem.transform||" ")),r==="fill"){const a=o.match(/url\(#([^)]+)\)/);if(a){const h=a[1];this.currentItem.fillid=h,this.idtops[h]&&(this.currentItem.fill=this.idtops[h])}}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 ri(s,t,e,n,i,r){if(typeof i>"u"||typeof r>"u"){const o=s-e,a=t-n;return!o&&!a?0:(180+Math.atan2(-a,-o)*180/Math.PI+360)%360}else return ri(s,t,i,r)-ri(e,n,i,r)}function oi(s,t,e){const n=(s+"").split(";"),i=/^\s+|\s+$/g;for(let r=0,o=n.length;r<o;r++){const a=n[r].split(":"),h=a[0].replace(i,"").replace(/[A-Z]/g,function(c){return"-"+c.toLowerCase()});(!e||e.includes(h))&&(t[h]=a[1].replace(i,""))}}const ai=["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 Sf{controller;rootEl;ue;shapes=[];currentMouseInShape;currentEnableDragMouseInShape;dragDx=0;dragDy=0;constructor(t,e,n){this.controller=t,this.rootEl=Ct.createSVGElement("svg"),this.ue=Wt(this.rootEl);const i=Wt(this.controller.el);i.empty(),i.insert(this.rootEl),e&&n?this.setSize(e,n):(this.setSize(this.controller.rect.width,this.controller.rect.height),this.controller.eb.on("resize",r=>{this.setSize(r.width,r.height)})),re(this.controller,{start:()=>{this.dragDx=0,this.dragDy=0,this.setCursor()},end:()=>{this.dragDx=0,this.dragDy=0,this.setCursor()},move:()=>{this.currentEnableDragMouseInShape&&(this.dragDx+=this.controller.mousePoint.dx,this.dragDy+=this.controller.mousePoint.dy),this.setCursor()}}),this.controller.eb.on("tap",()=>{for(const r of this.shapes)if(this.currentMouseInShape==r){r.emit("clicked",r);let o=r.parent;for(;o;)o.emit("clicked",r),o=o.parent;break}})}setCursor(){this.currentEnableDragMouseInShape?(this.controller.el.style.cursor="grab",this.controller.mousePoint.isDown&&(this.controller.el.style.cursor="grabbing")):this.currentMouseInShape?this.controller.el.style.cursor="pointer":this.controller.el.style.cursor="default"}setSize(t,e){return ie(this.rootEl,{viewBox:`0 0 ${t} ${e}`,width:`${t}`,height:`${e}`}),this}download(){return Ct.downloadFromSVGElement(this.rootEl)}_addDrawShape(t){this.shapes.findIndex(e=>e.id==t.id)===-1&&(this.shapes.push(t),t instanceof at&&t.shapes.forEach(e=>{this._addDrawShape(e)}))}path(t){(Array.isArray(t)?t:[t]).forEach(e=>{this._addDrawShape(e)}),this.controller.mousePoint.isDown&&this.currentEnableDragMouseInShape||(this.currentMouseInShape=void 0);for(const e of this.shapes){if(!e.isShow){e.el&&(e.el.remove(),delete e.el);continue}if(e.frameStart(this.controller.mousePoint),e.el||(e instanceof ss?e.el=this.text(e.text,e.x,e.y,Ui(e.getAttrs(),(i,r)=>typeof r=="string")):(e.el=Ct.createSvgPath(e.toSVGPathD(),e.id),this.ue.insert(e.el))),e.followMouse&&(!cs(e.x,this.controller.mousePoint.x,5)||!cs(e.y,this.controller.mousePoint.y,5))&&e.followTo(this.controller.mousePoint),e.targetToAfterDragFree&&(this.controller.mousePoint.isDown||e.runEaseTo({x:e.targetToAfterDragFree.targetX,y:e.targetToAfterDragFree.targetY},{easing:e.targetToAfterDragFree?.easing})),this.controller.mousePoint.isDown&&this.currentEnableDragMouseInShape==e){e.isDragging=!0;const i=this.dragDx,r=this.dragDy;if(this.dragDx=0,this.dragDy=0,i||r){if(e.x+=i,e.y+=r,e.alongPath){const o=e.alongPath.closestPoint(e.x,e.y);e.x=o.point.x-e.cX,e.y=o.point.y-e.cY}e.emit("draging",i,r)}}else e.isDragging=!1;e instanceof ss&&(e.setAttr("x",String(e.x)),e.setAttr("y",String(e.y))),e.frameUpdate(this.controller.mousePoint);const n=e.toSVGPathD();if(this.attr(e,Ui(e.getAttrs(),(i,r)=>typeof r=="string")),this.attr(e,"d",n),!this.currentMouseInShape){const i=e.isPointInPath(this.controller.mousePoint.x,this.controller.mousePoint.y,this.rootEl)||e.isPointInStroke(this.controller.mousePoint.x,this.controller.mousePoint.y,this.rootEl)||!1;e.isMouseIn=i,i&&(this.currentMouseInShape=e,e.enableDrag&&(this.currentEnableDragMouseInShape=e))}e.frameEnd(this.controller.mousePoint)}this.currentMouseInShape||(this.currentEnableDragMouseInShape=void 0)}delete(t){(Array.isArray(t)?t:[t]).forEach(e=>{e.el&&e.el.remove(),delete e.el,this.shapes=this.shapes.filter(n=>n.id!==e.id)})}clear(){this.shapes.forEach(t=>{t.el&&t.el.remove(),delete t.el}),this.ue.empty(),this.shapes=[]}attr(t,e,n){const i=t.el||t;return i instanceof SVGElement?e===void 0&&n===void 0?ie(i):typeof e=="string"&&n===void 0?ie(i,ut(e))||"":(typeof e=="object"?ie(i,e):typeof e=="string"&&n!==void 0&&ie(i,ut(e),n),this):this}circle(t,e,n){return this.path(new Ht({x:t,y:e,radius:n}))}circleEl(t,e,n){const i=Ct.createSVGElement("circle",{cx:String(t),cy:String(e),r:String(n)});return this.ue.insert(i),i}ellipse(t,e,n,i){return this.path(new Go({x:t,y:e,rx:n,ry:i}))}ellipseEl(t,e,n,i){const r=Ct.createSVGElement("ellipse",{cx:String(t),cy:String(e),rx:String(n),ry:String(i)});return this.ue.insert(r),r}rect(t,e,n,i){return this.path(new $t({x:t,y:e,width:n,height:i}))}rectEl(t,e,n,i){const r=Ct.createSVGElement("rect",{x:String(t),y:String(e),width:String(n),height:String(i)});return this.ue.insert(r),r}image(t,e,n,i,r){}text(t,e,n,i){const r=Ct.createSVGElement("text",{x:String(e),y:String(n)});return Wt(r).html(t),this.attr(r,Object.assign({"alignment-baseline":"middle"},i)),this.ue.insert(r),r}textWithTspan(t,e,n,i){const r=i?.["line-height"]||"1.2em",o=Ct.createSVGElement("text",{x:String(e),y:String(n)});return t.split(`
|
|
39
|
+
`).forEach((a,h)=>{if(a.trim()){const c=Ct.createSVGElement("tspan",{x:String(e),dy:h>0?r:"0"});Wt(c).html(a),Wt(o).insert(c),this.attr(c,Object.assign({"alignment-baseline":"middle"},i))}}),this.ue.insert(o),o}}class vf extends at{svgWidth=0;svgHeight=0;width=0;height=0;constructor(t){super(t);const e=new Xo(t.svg).parse();for(let n=0,i=e.length;n<i;n++){const r=e[n];if(r.type=="viewbox"&&r.width&&r.height){if(this.svgWidth=parseFloat(r.width),this.svgHeight=parseFloat(r.height),t.width){const l=this.svgWidth/this.svgHeight;this.width=t.width,this.height=this.width/l}else this.width=this.svgWidth,this.height=this.svgHeight;continue}if(r.type!="path"||!we.isSVGPath(r.path))continue;const o={};for(const l in r)l==="type"||l==="path"||l==="transform"||(o[l]=r[l]);const a=we.absolutizeSVGPath(we.parseSVGPath(r.path)),h=[];let c=[];for(let l=0,d=a.length;l<d;l++){const y=a[l];c.push(y),y[0].toLowerCase()=="z"&&(h.push(c),c=[])}c.length&&h.push(c),h.forEach(l=>{const d=jn(r.transform??"");d.scale(this.width&&this.svgWidth?this.width/this.svgWidth:1),this.addShape(new H({...t,attrs:{...o,...t?.attrs||{}},d:l,originMatrix:d}))})}}shapeInit(){this.trim()}}class Ht extends H{radius;constructor(t){super(t),this.radius=t?.radius||0}getBoundingClientRect(){return{x:this.x-this.radius,y:this.y-this.radius,width:this.radius*2,height:this.radius*2}}toSVGPathData(){return this.radius?[["m",0,-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",0,0]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.radius,0,Math.PI*2,!0),t.closePath()}eq(t){return this.x===t.x&&this.y===t.y&&this.radius===t.radius&&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 Ls(this.x,this.y)}scalar(t){return this.x*=t,this.y*=t,this}normalize(t=1){const e=this.length();if(e){const n=t/e;this.scalar(n)}return this}clamp(t){const e=this.length();return e&&e>t&&this.scalar(t/e),this}cross(t){const e=this.x,n=this.y;return{x:n*t.x-e*t.y,y:e*t.y-n*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}}checkCollision(t){const e=t.x-this.x,n=t.y-this.y;if(Math.sqrt(e*e+n*n)<this.radius+t.radius){const r=Math.atan2(n,e),o={x:0,y:0},a=Rt(-r,e,n),h=Rt(-r,this.vx,this.vy),c=Rt(-r,t.vx,t.vy),l=h.x-c.x;h.x=((this.mass-t.mass)*h.x+2*t.mass*c.x)/(this.mass+t.mass),c.x=l+h.x;const d=Math.abs(h.x)+Math.abs(c.x),y=this.radius+t.radius-Math.abs(o.x-a.x);o.x+=h.x/d*y,a.x+=c.x/d*y;const x=Rt(r,o.x,o.y),w=Rt(r,a.x,a.y);t.x=this.x+w.x,t.y=this.y+w.y,this.x=this.x+x.x,this.y=this.y+x.y;const _=Rt(r,h.x,h.y),C=Rt(r,c.x,c.y);this.vx=_.x,this.vy=_.y,t.vx=C.x,t.vy=C.y}}checkWall(t){const e=typeof t?.bounce=="number"?t.bounce:-1,n=t.wall.x,i=t.wall.y,r=t.wall.x+t.wall.width,o=t.wall.y+t.wall.height;this.x+this.radius>r?(this.x=r-this.radius,this.vx*=e):this.x-this.radius<n&&(this.x=n+this.radius,this.vx*=e),this.y+this.radius>o?(this.y=o-this.radius,this.vy*=e):this.y-this.radius<i&&(this.y=i+this.radius,this.vy*=e)}}class zo extends H{points;isStraight;constructor(t){if(super(t),this.points=t.points,this.points.length<3)throw new Error("points length must >= 3");this.isStraight=typeof t?.isStraight=="boolean"?t.isStraight:!0}toSVGPathData(){const t=[],e=this.points.length;if(this.isStraight){t.push(["M",this.points[0].x,this.points[0].y]);for(let n=1;n<=e-1;n++)t.push(["L",this.points[n].x,this.points[n].y]);t.push(["Z"])}else{const n=(this.points[0].x+this.points[e-1].x)/2,i=(this.points[0].y+this.points[e-1].y)/2;t.push(["M",n,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.push(["Q",this.points[r].x,this.points[r].y,o,a])}t.push(["Q",this.points[e-1].x,this.points[e-1].y,n,i])}return t}toCanvasContext(t){t.beginPath();const e=this.points.length;if(this.isStraight){t.moveTo(this.points[0].x,this.points[0].y);for(let n=1;n<=e-1;n++)t.lineTo(this.points[n].x,this.points[n].y);t.closePath()}else{const n=(this.points[0].x+this.points[e-1].x)/2,i=(this.points[0].y+this.points[e-1].y)/2;t.moveTo(n,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,n,i)}}isContainPoint(t,e){const n=this.points.length;let i=!1;const r=2e-10;for(let o=0,a=n-1;o<n;a=o,o++){const h=this.points[o].x,c=this.points[o].y,l=this.points[a].x,d=this.points[a].y;if(h===t&&c===e||l===t&&d===e||e===c&&e===d)return!0;if(e>=c&&e<d||e<c&&e>=d){const y=(l-h)/(d-c),x=h+y*(e-c);if(x===t||Math.abs(x-t)<r)return!0;x>t&&(i=!i)}}return i}[Symbol.iterator](){let t=-1;return{next:()=>({value:t<=this.points.length-1?this.points[++t]:void 0,done:t>=this.points.length})}}}class $t extends H{width;height;borderRadius;constructor(t){super(t),this.width=t.width,this.height=t.height,this.borderRadius=t.borderRadius||0}static fromCubicBezier(t,e,n,i,r,o,a,h){const c=new bt({x:t,y:e,c1x:n,c1y:i,c2x:r,c2y:o,toX:a,toY:h});return new $t(c.getBoundingClientRect())}getBoundingClientRect(){return{x:this.x,y:this.y,width:this.width,height:this.height}}toSVGPathData(){return this.borderRadius?[["m",this.borderRadius,0],["l",this.width-this.borderRadius*2,0],["a",this.borderRadius,this.borderRadius,0,0,1,this.borderRadius,this.borderRadius],["l",0,this.height-this.borderRadius*2],["a",this.borderRadius,this.borderRadius,0,0,1,-this.borderRadius,this.borderRadius],["l",this.borderRadius*2-this.width,0],["a",this.borderRadius,this.borderRadius,0,0,1,-this.borderRadius,-this.borderRadius],["l",0,this.borderRadius*2-this.height],["a",this.borderRadius,this.borderRadius,0,0,1,this.borderRadius,-this.borderRadius],["z"]]:[["m",0,0],["l",this.width,0],["l",0,this.height],["l",-this.width,0],["z"]]}toCanvasContext(t){t.beginPath(),this.borderRadius<=0?t.rect(0,0,this.width,this.height):(t.moveTo(0,this.borderRadius),t.lineTo(0,this.height-this.borderRadius),t.quadraticCurveTo(0,this.height,this.borderRadius,this.height),t.lineTo(this.width-this.borderRadius,this.height),t.quadraticCurveTo(this.width,this.height,this.width,this.height-this.borderRadius),t.lineTo(this.width,this.borderRadius),t.quadraticCurveTo(this.width,0,this.width-this.borderRadius,0),t.lineTo(this.borderRadius,0),t.quadraticCurveTo(0,0,0,this.borderRadius)),t.closePath()}eq(t){return this.x===t.x&&this.y===t.y&&this.width===t.width&&this.height===t.height&&this.borderRadius===t.borderRadius}isIntersectRect(t){return!(this.x+this.width<t.x||t.x+t.width<this.x||this.y+this.height<t.y||t.y+t.height<this.y)}isContainPoint(t,e){return t>=this.x&&t<=this.x+this.width&&e>=this.y&&e<=this.y+this.height}}class Go extends H{rx;ry;constructor(t){super(t),this.rx=t?.rx||0,this.ry=t?.ry||0}getBoundingClientRect(){return{x:this.x-this.rx,y:this.y-this.ry,width:this.rx*2,height:this.ry*2}}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 Cf extends H{constructor(t){super(t)}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 Tf extends H{constructor(t){super(t)}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 Pf extends H{rx;ry;constructor(t){super(t),this.rx=t?.rx||10,this.ry=t?.ry||10}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 Ef extends H{rx;ry;constructor(t){super(t),this.rx=t?.rx??50,this.ry=t?.ry??50}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 _f extends H{r;constructor(t){super(t),this.r=t?.r||20}toSVGPathData(){const t=[["m",0,-this.r]];for(let e=0;e<6;e+=1){const n=288+e*144,i=this.r*Math.cos(U(n)),r=this.r*Math.sin(U(n));t.push(["l",i,r])}return t}}class Af extends H{constructor(t){super(t)}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,30],["a",15,15,0,1,1,0,-30]]}}class Df extends H{constructor(t){super(t),this.originD="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"}}class If extends at{constructor(t){super(t);const e=new ve({...t,x:this.x,y:this.y,toX:this.x,toY:this.y-140-Math.random()*20}),n=30+Math.random()*30,i=new ve({...t,x:this.x,y:this.y-n,diffYInGroup:-n,toX:this.x+Math.random()*80-40,toY:this.y-100-Math.random()*40}),r=60+Math.random()*40,o=new ve({...t,x:this.x,y:this.y-r,diffYInGroup:-r,toX:this.x+Math.random()*60-30,toY:this.y-110-Math.random()*20});this.addShape([e,i,o])}}class ss extends H{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.getAttrs()});const e=hn(this.getAttr("fontSize"),10).number,n=hn(this.getAttr("fontWeight"),400).number,i=this.measureText(this.text,e,n);this.width=i.width,this.height=i.height}getBoundingClientRect(){return null}toSVGPathData(){return[]}toCanvasContext(t){t.fillText(this.text,0,0)}measureText(t,e=12,n=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=n.toString(),i.innerText=t,document.body.appendChild(i);const r=i.offsetWidth,o=i.offsetHeight;return document.body.removeChild(i),{width:r,height:o}}getFixedWidthText(t,e,n=12,i=400,r=!0){let o="";if(!t||e<n)return o;const a=t.split(""),h="...";let c=r?this.measureText(h,n,i).width:0;for(let l=0,d=a.length;l<d;l++)if(c+=this.measureText(a[l],n,i).width,c>e){r&&(o+=h);break}else o+=a[l];return o}}class Vo extends at{text;bg;padding;offset;isShow;textShape;bgShape;constructor(t){super(t),this.text=t.text,this.bg=t.bg||"rgba(0,0,0,0.5)",this.padding=t.padding||4,this.offset=t.offset||20,this.isShow=typeof t?.isShow=="boolean"?t?.isShow:!1,this.textShape=new ss({...t,x:this.x+this.offset,y:this.y+this.offset,text:this.text,attrs:{...this.getAttrs(),fill:ts(this.bg).opposite(!0).toString(),textAnchor:"start"}}),this.bgShape=new $t({...t,x:this.textShape.x-this.padding,y:this.textShape.y-this.textShape.height/2-this.padding,width:this.textShape.width+this.padding*2,height:this.textShape.height+this.padding*2,attrs:{...this.getAttrs(),fill:this.bg}}),this.addShape([this.bgShape,this.textShape])}shapeInit(){wt(()=>{this.textShape.x=this.x+this.offset,this.textShape.y=this.y+this.offset,this.textShape.text=this.text,this.textShape.isShow=this.isShow,this.bgShape.x=this.textShape.x-this.padding,this.bgShape.y=this.textShape.y-this.textShape.height/2-this.padding,this.bgShape.width=this.textShape.width+this.padding*2,this.bgShape.height=this.textShape.height+this.padding*2,this.bgShape.isShow=this.isShow})}}class Mf extends at{radius;expandRaidus;startDegree;endDegree;text="";defaultShowText;tip="";p1=new Ht;p1Offset=10;p2=new Ht;p2Offset=40;p3=new Ht;p3Offset=10;p4=new Ht;p4Offset=10;direction=1;sectorArc;line12;line23;textShape;tipShape;constructor(t){super(t),this.radius=t.radius,this.expandRaidus=t.expandRaidus??20,this.startDegree=t.startDegree,this.endDegree=t.endDegree,this.text=t.text||"",this.defaultShowText=typeof t?.defaultShowText=="boolean"?t.defaultShowText:!!this.text,this.tip=t.tip||"",this.sectorArc=new qo({x:this.x,y:this.y,radius:this.radius,expandRaidus:this.expandRaidus,startDegree:this.startDegree,endDegree:this.endDegree,attrs:Object.assign({...this.getAttrs()},{strokeWidth:"0"})}),this.addShape(this.sectorArc);const e=Object.assign({...this.getAttrs()},{fill:"none"});this.line12=new ve({x:this.p1.x,y:this.p1.y,toX:this.p2.x,toY:this.p2.y,attrs:{...e},isShow:this.defaultShowText}),this.line23=new ve({x:this.p2.x,y:this.p2.y,toX:this.p3.x,toY:this.p3.y,attrs:{...e},isShow:this.defaultShowText}),this.textShape=new ss({x:this.p4.x,y:this.p4.y,text:this.text,attrs:{stroke:e.stroke,textAnchor:this.direction==1?"start":"end"},isShow:this.defaultShowText}),this.text&&(this.addShape(this.line12),this.addShape(this.line23),this.addShape(this.textShape)),this.tipShape=new Vo({x:0,y:0,text:this.tip,isShow:!1}),this.tip&&this.addShape(this.tipShape)}frameUpdate(t){this.text&&!this.defaultShowText&&(this.line12.isShow=this.sectorArc.isMouseIn,this.line23.isShow=this.sectorArc.isMouseIn,this.textShape.isShow=this.sectorArc.isMouseIn);const e=this.startDegree+(this.endDegree-this.startDegree)/2,{dx:n,dy:i}=Bt(U(e),this.sectorArc.radius+this.p1Offset);this.p1.x=this.x+n,this.p1.y=this.y+i;const{dx:r,dy:o}=Bt(U(e),this.sectorArc.radius+this.p1Offset+this.p2Offset);this.p2.x=this.x+r,this.p2.y=this.y+o,this.line12.x=this.p1.x,this.line12.y=this.p1.y,this.line12.toX=this.p2.x,this.line12.toY=this.p2.y,this.direction=this.p1.x>this.x?1:-1,this.p3.x=this.p2.x+this.direction*this.p3Offset,this.p3.y=this.p2.y,this.p4.x=this.p3.x+this.direction*this.p4Offset,this.p4.y=this.p3.y,this.line23.x=this.p2.x,this.line23.y=this.p2.y,this.line23.toX=this.p3.x,this.line23.toY=this.p3.y,this.textShape.x=this.p4.x,this.textShape.y=this.p4.y,this.textShape.setAttr("textAnchor",this.direction==1?"start":"end"),this.sectorArc.isMouseIn?(this.tipShape.isShow=!0,this.tipShape.x=t.x,this.tipShape.y=t.y):(this.tipShape.isShow=!1,this.tipShape.x=t.x,this.tipShape.y=t.y)}}class qo extends H{radius;realRadius;expandRaidus;startDegree;endDegree;vr;ar;bounce;durationTime;status;constructor(t){super(t),this.radius=0,this.realRadius=t.radius,this.expandRaidus=t.expandRaidus??20,this.startDegree=t.startDegree,this.endDegree=t.endDegree,this.vr=0,this.ar=.03,this.bounce=.6,this.durationTime=8.333333333333334,this.status=0}frameUpdate(){this.status==0&&this.radius<this.realRadius?(this.expand(this.realRadius),this.radius>=this.realRadius&&(this.status=1)):this.isMouseIn?this.expand(this.realRadius+this.expandRaidus):this.shrink(this.realRadius)}expand(t){this.vr+=this.ar,this.radius+=this.vr*this.durationTime,this.radius>t&&(this.radius=t,this.vr*=-this.bounce)}shrink(t){this.vr-=this.ar,this.radius+=this.vr*this.durationTime,this.radius<t&&(this.radius=t,this.vr*=-this.bounce)}toSVGPathData(){const{dx:t,dy:e}=Bt(U(this.startDegree),this.radius),{dx:n,dy:i}=Bt(U(this.endDegree),this.radius);return[["m",0,0],["l",t,e],["a",this.radius,this.radius,0,Math.abs(this.endDegree-this.startDegree)>=180?1:0,1,n-t,i-e],["z"]]}toCanvasContext(t){t.beginPath(),t.moveTo(0,0),t.arc(0,0,this.radius,U(this.startDegree),U(this.endDegree),!1),t.closePath()}containPoint(t,e){const n=Os(this.x,this.y,t,e),i=ot(ne(this.x,this.y,t,e));return n<=this.radius&&i>=this.startDegree&&i<=this.endDegree}}class kf extends at{showFlame;ship;flame;constructor(t){super(t),this.showFlame=typeof t?.showFlame=="boolean"?t.showFlame:!1,this.ship=new H({...t,d:[["M",10,0],["L",-10,10],["L",-5,0],["L",-10,-10],["L",10,0],["Z"]]}),this.addShape(this.ship),this.flame=new H({...t,isShow:this.showFlame,d:[["m",-10,-5],["l",-7.5,5],["l",7.5,5],["z"]]}),this.addShape(this.flame)}shapeInit(){wt(()=>{this.ship.x=this.x,this.ship.y=this.y,this.flame.x=this.x,this.flame.y=this.y,this.flame.isShow=this.showFlame})}}class Rf extends at{value;backgroundRect;occupyRect;handle;constructor(t){super(t);const e=t?.min||0,n=t?.max||100,i=t?.step||1,r=Xa(e,n,i);this.value=r(typeof t?.defaultValue=="number"?$(t.defaultValue,e,n):e);const o=this.value/(n-e),a=t?.barWidth||100,h=t?.barHeight||4,c=t?.handleRadius||10,l=h*.5,d=t?.barColor||si.colorGrayF5,y=t?.handleColor||si.colorPrimary;this.backgroundRect=new $t({x:this.x,y:this.y,width:a,height:h,borderRadius:l,attrs:{fill:d},enableDrag:!1,independentTransformInGroup:!0}),this.addShape(this.backgroundRect),this.occupyRect=new $t({x:this.x,y:this.y,width:a*o,height:h,borderRadius:l,attrs:{fill:y},enableDrag:!1,independentTransformInGroup:!0}),this.addShape(this.occupyRect),this.handle=new Ht({x:this.x+a*o,y:this.y+l,diffXInGroup:a*o,diffYInGroup:l,radius:c,alongPath:new Zl({x:this.x,y:this.y+l,d:[["m",0,0],["l",a,0]]}),attrs:{fill:y},enableDrag:!0,independentTransformInGroup:!0}),this.addShape(this.handle),this.handle.on("draging",x=>{this.occupyRect.width=$(this.occupyRect.width+x,0,a),this.value=r((this.handle.x-this.x)/a*(n-e)+e),this.emit("change",this.value)})}}class Lf extends at{width;height;cornerRadius;controlPoint;mainRect;rightPoint;constructor(t){super(t),this.width=t.width,this.height=t.height,this.cornerRadius=this.height/2,this.controlPoint=new Ht({...t,x:this.x,y:this.y,radius:2}),this.forceSetCXY(this.controlPoint.cX,this.controlPoint.cY),this.mainRect=new $t({...t,x:this.x-this.cornerRadius,y:this.y-this.cornerRadius,diffXInGroup:-this.cornerRadius,diffYInGroup:-this.cornerRadius,width:this.width+this.cornerRadius*2,height:this.height,borderRadius:this.cornerRadius}),this.rightPoint=new Ht({...t,x:this.x+this.width,y:this.y,diffXInGroup:this.width,radius:2}),this.addShape([this.mainRect,this.controlPoint,this.rightPoint])}getPin(){return{x:this.controlPoint.x+Math.cos(U(this.controlPoint.degree))*this.width,y:this.controlPoint.y+Math.sin(U(this.controlPoint.degree))*this.width}}}class hi extends H{extendDegree;radius;startDegree;endDegree;diffDegree;constructor(t){super(t),this.extendDegree=t?.extendDegree||0,this.x=(t.x||0)+t.width/2;const e=Math.min(t.width/2,t.height)-t.lineWidth;this.radius=Math.max(0,e-e*Math.abs(Math.sin(U(this.extendDegree)))),this.y=(t.y||0)+t.height-t.lineWidth-this.radius*Math.abs(Math.sin(U(this.extendDegree))),this.diffDegree=t.endDegree-t.startDegree,this.startDegree=180+t.startDegree-this.extendDegree,this.endDegree=180+t.endDegree+this.extendDegree,this.setAttr({"stroke-linecap":"round","stroke-width":String(t.lineWidth),stroke:t.color||"none"})}setPercent(t){this.endDegree=this.startDegree+(this.diffDegree+this.extendDegree*2)*t}toSVGPathData(){const{dx:t,dy:e}=Bt(U(this.startDegree),this.radius),{dx:n,dy:i}=Bt(U(this.endDegree),this.radius);return[["m",t,e],["a",this.radius,this.radius,0,Math.abs(this.endDegree-this.startDegree)>=180?1:0,1,n-t,i-e]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.radius,U(this.startDegree),U(this.endDegree),!1)}}class Of extends at{percent=0;ringBg;ring;lines=[];bgColor;startColor;endColor;indicatorLineCount;constructor(t){super(t);const e=t?.startDegree||0,n=t?.endDegree||180,i=t?.extendDegree||15,r=t?.lineWidth||12;this.bgColor=t?.bgColor||"#B3C6E7",this.startColor=t?.startColor||"#5A82F0",this.endColor=t?.endColor||"#66B3FF",this.percent=t?.percent||0,this.indicatorLineCount=23;const o=20,a=2,h=17;this.ringBg=new hi({...t,x:t?.x,y:t?.y,width:t.width,height:t.height,startDegree:e,endDegree:n,extendDegree:i,lineWidth:r,color:this.bgColor}),this.addShape(this.ringBg),this.ring=new hi({...t,x:t?.x,y:t?.y,width:t.width,height:t.height,startDegree:e,endDegree:n,extendDegree:i,lineWidth:r}),this.addShape(this.ring);const c=this.ringBg.y-this.ringBg.radius+o;for(let l=0;l<this.indicatorLineCount;l++)this.lines.push(new ve({...t,centerX:this.ringBg.x,centerY:this.ringBg.y,x:this.ringBg.x,y:c,toX:this.ringBg.x,toY:c+h,degree:this.ringBg.startDegree+90+(n-e+i*2)/(this.indicatorLineCount-1)*l,attrs:{"stroke-linecap":"round","stroke-width":String(a),stroke:this.bgColor}}));this.addShape(this.lines)}setPercent(t){this.percent=t}shapeInit(){this.on("draging",(t,e,n)=>{this.shapes.forEach(i=>{i!=n&&(i.x+=t,i.y+=e)})})}frameUpdate(t,e){const n=this.ringBg.radius-this.ringBg.radius*Math.cos(Math.PI*this.percent),i=this.ringBg.radius*Math.sin(Math.PI*this.percent);if(e){const r=e.createLinearGradient(-this.ringBg.radius,0,-this.ringBg.radius+n,-i,{0:this.startColor,1:this.endColor});this.ring.setAttr({stroke:r})}else this.ring.setAttr({stroke:this.startColor});this.ring.setPercent(this.percent);for(let r=0;r<this.indicatorLineCount;r++){const o=r/(this.indicatorLineCount-1)<=this.percent;this.lines[r].setAttr({stroke:o&&e?e.createLinearGradient(0,0,this.lines[r].toX-this.lines[r].x,this.lines[r].toY-this.lines[r].y,{0:this.startColor,1:this.endColor}):o?this.startColor:this.bgColor})}}}class Ff extends H{x;y;z;brightness;constructor(t){super(t),this.x=t?.x||0,this.y=t?.y||0,this.z=t?.z||0,this.brightness=this.setBrightness(t?.brightness||1)}setBrightness(t){return this.brightness=$(t,0,1),this.brightness}toSVGPathData(){return[]}}const Nf=Ff;class Bf extends H{points;light;constructor(t=[]){if(t.length<3)throw new Error("points length must >= 3");super(),this.points=t,this.light=new Nf({x:0,y:0,z:0,brightness:1})}toSVGPathData(){const t=[];t.push(["M",this.points[0].getScreenX(),this.points[0].getScreenY()]);for(let e=0,n=this.points.length;e<=n-1;e++)t.push(["L",this.points[e].getScreenX(),this.points[e].getScreenY()]);return t.push(["L",this.points[0].getScreenX(),this.points[0].getScreenY()]),t}toCanvasContext(t){t.beginPath(),t.moveTo(0,0);for(let e=0,n=this.points.length;e<=n-1;e++)t.lineTo(this.points[e].getScreenX()-this.points[0].getScreenX(),this.points[e].getScreenY()-this.points[0].getScreenY());t.lineTo(0,0)}get length(){return this.points.length}getDepth(){return Math.min(...this.points.map(t=>t.z))}isBackface(){const t=this.points[2].getScreenX()-this.points[0].getScreenX(),e=this.points[2].getScreenY()-this.points[0].getScreenY(),n=this.points[1].getScreenX()-this.points[2].getScreenX(),i=this.points[1].getScreenY()-this.points[2].getScreenY();return t*i>e*n}getLightFactor(){const t={x:this.points[0].x-this.points[1].x,y:this.points[0].y-this.points[1].y,z:this.points[0].z-this.points[1].z},e={x:this.points[1].x-this.points[2].x,y:this.points[1].y-this.points[2].y,z:this.points[1].z-this.points[2].z},n={x:t.y*e.z-t.z*e.y,y:-(t.x*e.z-t.z*e.x),z:t.x*e.y-t.y*e.x},i=n.x*this.light.x+n.y*this.light.y+n.z*this.light.z,r=Math.sqrt(n.x*n.x+n.y*n.y+n.z*n.z),o=Math.sqrt(this.light.x*this.light.x+this.light.y*this.light.y+this.light.z*this.light.z);return Math.acos(i/(r*o))/Math.PI*this.light.brightness}getAdjustedColor(t){const e=ts(t),n=this.getLightFactor();return e.r*=n,e.g*=n,e.b*=n,e.toString()}}class Uf extends at{fettis=[];constructor(t,e,n){super();const{shape:i,x:r,y:o,particleCount:a,angle:h,spread:c,startVelocity:l,decay:d,gravity:y,drift:x,ticks:w,colors:_,scalar:C,flat:S}=Object.assign({shape:$t,x:.5,y:.6,particleCount:100,angle:90,spread:70,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,colors:Fo,scalar:1,flat:!1},n||{}),b=U(h),p=U(c);let g=a;for(;g--;){const E=_[g%_.length],P=new i({x:t*r,y:e*o,width:10,height:10,scalar:C,attrs:{fill:E},independentTransformInGroup:!0});this.addShape(P),this.fettis.push({shape:P,wobble:Math.random()*10,wobbleSpeed:Math.min(.11,Math.random()*.1+.05),velocity:l*.5+Math.random()*l,angle2D:-b+(.5*p-Math.random()*p),tiltAngle:(Math.random()*.5+.25)*Math.PI,tick:0,totalTicks:w,decay:d,drift:x,random:Math.random()+2,tiltSin:0,tiltCos:0,wobbleX:0,wobbleY:0,gravity:y*3,scalar:C,flat:S,color:ts(E)})}}frameUpdate(t){this.fettis.length&&(this.fettis=this.fettis.filter(e=>{e.shape.x+=Math.cos(e.angle2D)*e.velocity+e.drift,e.shape.y+=Math.sin(e.angle2D)*e.velocity+e.gravity,e.velocity*=e.decay,e.flat?(e.wobble=0,e.wobbleX=e.shape.x+10*e.scalar,e.wobbleY=e.shape.y+10*e.scalar,e.tiltSin=0,e.tiltCos=0,e.random=1):(e.wobble+=e.wobbleSpeed,e.wobbleX=e.shape.x+10*e.scalar*Math.cos(e.wobble),e.wobbleY=e.shape.y+10*e.scalar*Math.sin(e.wobble),e.tiltAngle+=.1,e.tiltSin=Math.sin(e.tiltAngle),e.tiltCos=Math.cos(e.tiltAngle),e.random=Math.random()+2);const n=e.tick++/e.totalTicks,i=e.shape.x+e.random*e.tiltCos,r=e.shape.y+e.random*e.tiltSin,o=e.wobbleX+e.random*e.tiltCos,a=e.wobbleY+e.random*e.tiltSin;return e.shape.setAttr("fill",e.color.setAlpha(1-n).toString()),e.shape.degree=ot(Math.PI/10*e.wobble),e.shape.scalarX=Math.abs(o-i)*.1,e.shape.scalarY=Math.abs(a-r)*.1,e.tick<e.totalTicks}))}}class ci{shapes;constructor(t){this.shapes=t}run(t){this.shapes.forEach(n=>{n.run(),t?.wall&&n.checkWall({wall:t.wall,bounce:t.bounce})});const e=this.shapes.length;for(let n=0,i=e-1;n<i;n++)for(let r=n+1;r<e;r++)this.shapes[n].checkCollision(this.shapes[r])}gravitate(){const t=this.shapes.length;this.shapes.forEach((e,n)=>{e.run();for(let i=n+1;i<t;i++)e.checkCollision(this.shapes[i]),e.gravitateTo(this.shapes[i])})}springChain(t){this.shapes.forEach((e,n)=>{n>0&&e.runSpringTo(this.shapes[n-1],t)})}springConnect(t){const e=te(t?.springLength,100);this.shapes.forEach(n=>{n.isDragging||this.shapes.filter(i=>i.id!==n.id).forEach(i=>{const r=ne(n.x,n.y,i.x,i.y);n.runSpringTo({x:i.x-Math.cos(r)*e,y:i.y-Math.sin(r)*e},t)})})}springMass(t,e){const n=this.shapes.length,i=[];return this.shapes.forEach((r,o)=>{r.run(e),r.x>t.x+t.width?r.x=t.x:r.x<t.x&&(r.x=t.x+t.width),r.y>t.y+t.height?r.y=t.y:r.y<t.y&&(r.y=t.y+t.height);for(let a=o+1;a<n;a++)i.push([r.x,r.y,this.shapes[a].x,this.shapes[a].y,r.springMassTo(this.shapes[a],e)])}),i}polymorph(){if(this.shapes.length<2)throw new Error("shapes个数必须大于等于2");const t=this.shapes.length-1,e=new Array(t);for(let i=0;i<t;i++){const r=this.shapes[i].initPathD();this.shapes[i].frameStart();const o=this.shapes[i+1].initPathD();this.shapes[i+1].frameStart();const a=Math.max(r.polymorphPoints.length,o.polymorphPoints.length);e[i]=Tt.getPathInterpolator(r.expendFill(a),o.expendFill(a))}const n=new H({d:e[0](0)});return i=>{const r=Ft(t*i,6),o=Math.min(Math.floor(r),t-1),a=Ft(r-o,6);n.originD=e[o](a);const h=this.shapes[o].getAttr("fill","none"),c=this.shapes[o+1].getAttr("fill","none");typeof h=="string"&&typeof c=="string"&&n.setAttr("fill",pt.gradient(h,c,a).toString());const l=this.shapes[o].getAttr("stroke","none"),d=this.shapes[o+1].getAttr("stroke","none");return typeof l=="string"&&typeof d=="string"&&n.setAttr("stroke",pt.gradient(l,d,a).toString()),n}}polymorphGroup(){if(this.shapes.length<2)throw new Error("shapes个数必须大于等于2");let t=0,e;const n=[];this.shapes.forEach(a=>{let h;a instanceof at?(h=a,h.sortPathD()):(h=new at,h.addShape(a)),n.push(h),t<h.shapes.length&&(t=h.shapes.length,e=h)}),n.forEach(a=>{a!==e&&a.expendFill(e)});const i=[];n.forEach((a,h)=>{a.shapes.forEach((c,l)=>{i[l]=i[l]||[],i[l][h]=c})});const r=[];i.forEach(a=>{r.push(new ci(a).polymorph())});const o=new at;return r.forEach(a=>{o.addShape(a(0))}),a=>(r.forEach(h=>{h(a)}),o)}polymorphTween(t=6e3,e){const n=this.shapes.findIndex(a=>a instanceof at)>=0?this.polymorphGroup():this.polymorph(),i=n(0),r=e?.onUpdate,o=new ks({frameDuration:t});o.addTween({t:0},{t:1},Object.assign(e||{},{onUpdate:(a,h)=>{n(a.t),r?.(a,h),e?.draw?.(i)}})),o.play()}static generatePointsShape(t,e,n,i){const r=[];for(let o=0;o<i;o++){const a=o/i*2*Math.PI,{dx:h,dy:c}=Bt(a,n);r.push({x:t+h,y:e+c})}return new zo({points:r})}static generateRosettaShape(t,e,n,i,r){if(r==0)throw new Error("no dividing by zero, please");const o=[],a=360/r;for(let h=0;h<r;h+=1){const c=a*h*Math.PI/180,l=t+2*n*Math.cos(c),d=e+2*n*Math.sin(c);o.push(new Vn({x:t,y:e,rx:n,ry:i,xAxisRotate:a*h,largeArcFlag:1,sweepFlag:1,toX:l,toY:d})),o.push(new Vn({x:l,y:d,rx:n,ry:i,xAxisRotate:a*h,largeArcFlag:1,sweepFlag:1,toX:t,toY:e}))}return new H({d:Tt.fromLines(o)})}}const jo={map:new Map,transform:function(s){if($r)return s;if(this.map.has(s))return this.map.get(s);const t=new OffscreenCanvas(s.width,s.height);return t.getContext("2d")?.drawImage(s,0,0),this.map.set(s,t),t},clear:function(){this.map.clear()}};function Yf(s,t,e){const n=new OffscreenCanvas(s,t),i=n.getContext("2d");if(i)return e(i),n.transferToImageBitmap()}function Xf(s,t,e){const n=s.createPattern(jo.transform(t),"no-repeat");if(n){const i=Hn(e);n.setTransform(i),s.fillStyle=n}}function Ho(s){return window.URL.createObjectURL(s)}function zf(s){return window.URL.revokeObjectURL(s)}const $o=new me;async function Wo(s,t=6e4){const e=typeof s=="string"?s:Ho(s);return new Promise((n,i)=>{const r=$o.get(e);if(r)return n(r);const o=document.createElement("img");o.onload=h=>{clearTimeout(a);const c=o.naturalWidth||o.width,l=o.naturalHeight||o.height,d={width:c,height:l,aspectRatio:c/l,element:o,imageData:Eo(o)};$o.set(e,d),n(d),o.onerror=o.onload=null},o.onerror=h=>{clearTimeout(a),i(h)},o.src=e;const a=setTimeout(()=>{i("Timeout!")},t)})}async function li(s=Et.text,t=["*"]){const n=(await _n(t))[0],i=await ze(n,s);return{type:n.type,name:n.name,size:n.size,data:i}}async function Gf(s=["image/*"]){const e=(await _n(s))[0];if(!e.type.match(/image\/*/))return new Error("Not Image Type!");const n=await ze(e,Et.arraybuffer),i=cn(n),r=await Wo(i);return{type:e.type,name:e.name,size:e.size,data:n,width:r.width,height:r.height,aspectRatio:r.aspectRatio,imageData:r.imageData}}function Vf(s,t){const e=t.ctrl||!1,n=t.shift||!1,i=t.alt||!1;return(e===s.metaKey||e===s.ctrlKey)&&n===s.shiftKey&&i===s.altKey&&t.keys.map(r=>r.toLowerCase()).includes(s.key.toLowerCase())}function qf(s){const t=[];return s.ctrl&&t.push(In()?"Cmd":"Ctrl"),s.shift&&t.push("Shift"),s.alt&&t.push("Alt"),t.push(...s.keys),t}function ui(s,t,e){const n=s.target||document||window;let i=!1,r=!1;const o=F(n,"keydown",async h=>{r||(i=Vf(h,s),i&&(h.stopPropagation(),h.preventDefault(),await t()))}),a=F(n,"keyup",async h=>{r||i&&e&&(h.stopPropagation(),h.preventDefault(),await e())});return{hotKeys:qf(s),destroy:()=>{o(),a()},pause:()=>r=!0,resume:()=>r=!1}}const jf={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 Hf(s){if(s.key)return s.key;if(s.keyCode)return s.keyCode;if(s.which)return s.which}async function $f(s={keys:["o"]},t=Et.text){const e=sh(),n=ui(s,async()=>{try{e.resolve(await li(t))}catch(i){e.reject(i)}n.destroy()},()=>{});return await e.promise}function Wf(s={keys:["o"]},t=Et.text){const e=new Gt;return ui(s,async()=>{try{e.emit("file",await li(t))}catch{}},()=>{}),{on:n=>{e.on("file",n)},off:n=>{e.off("file",n)}}}async function Jf(s,t=6e4){return new Promise((e,n)=>{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),n(o)},i.src=s;const r=setTimeout(()=>{n("Timeout!")},t);document.body.appendChild(i)})}async function Zf(s,t=document.getElementsByTagName("head")[0],e=6e4){return new Promise((n,i)=>{const r=document.createElement("link");r.setAttribute("type","text/css"),r.setAttribute("rel","stylesheet"),r.onload=a=>{clearTimeout(o),n(a),r.onerror=r.onload=null},r.onerror=a=>{clearTimeout(o),i(a)},r.setAttribute("href",s);const o=setTimeout(()=>{i("Timeout!")},e);t.appendChild(r)})}function Kf(){return new Promise(s=>{const t=Array.from(document.querySelectorAll("link[rel=stylesheet]"));let e=document.styleSheets.length||0;const n=()=>e>=t.length?(s(),!0):!1;n()||t.forEach(i=>{i.onload=()=>{e+=1,n()}})})}function fi(s,t){const e=document.createElement("a");e.style.visibility="hidden",e.download=t,typeof s=="string"?e.href=s:e.href=window.URL.createObjectURL(s),e.click()}const di=new me;async function Jo(s,t){if(typeof fetch>"u")throw new Error("fetch() not supported!");if(typeof AbortController>"u")throw new Error("AbortController not supported!");const e=Vs(s,t),n=new AbortController;di.set(e,n);const{responseType:i,onProgress:r,timeout:o}={responseType:"json",timeout:6e4,...t},a=setTimeout(()=>{throw n.abort(),new Error(`${o} ms Timeout!`)},o);let h=await fetch(new Request(s,{...t,signal:n.signal}));if(di.delete(e),clearTimeout(a),h.status===200||h.status===0){if(h.status===0&&console.warn("useFetch: HTTP Status 0 received."),typeof ReadableStream<"u"&&h.body!==void 0&&h.body?.getReader!==void 0&&r){const c=h.body.getReader(),l=h.headers.get("X-File-Size")||h.headers.get("Content-Length"),d=l?parseInt(l):0,y=d!==0;let x=0;const w=new ReadableStream({start(_){function C(){c.read().then(({done:S,value:b})=>{S?_.close():(x+=b.byteLength,r?.(new ProgressEvent("progress",{lengthComputable:y,loaded:x,total:d})),_.enqueue(b),C())}).catch(S=>{_.error(S)})}C()}});h=new Response(w)}switch(i){case"arraybuffer":return[h.arrayBuffer(),h];case"blob":return[h.blob(),h];case"json":return[h.json(),h];case"text":default:return[h.text(),h]}}else throw new Ii(`useFetch for "${h.url}" responded with ${h.status}: ${h.statusText}`,h)}const Zo=new me,mi=new me;async function Qf(s,t){const e=Vs(s,t);try{const n=Zo.get(e);if(n)return n;const i=mi.get(e);if(i)return await i;const r=Jo(s,t);mi.set(e,r);const o=await r;return Zo.set(e,o),mi.delete(e),o}catch{}}function td(s,t){const e=di.get(Vs(s,t));e&&e.abort()}function Vs(s,t){return JSON.stringify({url:s,...t})}function ed(s,t,e){if(typeof t=="string"&&(t=Fi(t)),(typeof t=="string"||t===void 0)&&e===void 0){const n=Object.assign({},s.dataset);return Object.keys(n).forEach(i=>{if(n[i]?.startsWith("[")||n[i]?.startsWith("{"))try{n[i]=JSON.parse(n[i]||"")}catch{}}),typeof t=="string"?n[t]:n}else{let n={};typeof t=="object"?n=t:typeof t=="string"&&(n[t]=e),Object.entries(n).forEach(([i,r])=>{r?s.dataset[i]=r instanceof Object?JSON.stringify(r):r:delete s.dataset[i]})}}function sd(s,t){t.split(/[,\s]+/).forEach(e=>{e.trim()!=""&&delete s.dataset[e.trim()]})}function pi(s,t,e="toggle"){const n=t.split(/[,\s]+/);if(s.classList)n.forEach(i=>{const r=i.trim();r!==""&&s.classList[e](r)});else{const i=s.className.split(/ +/);let r=!1;n.forEach(o=>{const a=o.trim();if(a!==""){const h=i.indexOf(a);switch(e){case"add":h===-1&&(i.push(a),r=!0);break;case"remove":h!==-1&&(i.splice(h,1),r=!0);break;case"toggle":h===-1?i.push(a):i.splice(h,1),r=!0;break}}}),r&&ie(s,"class",i.join(" ").replace(/^\s+/,"").replace(/\s+$/,""))}}function nd(s,t){pi(s,t,"add")}function id(s,t){pi(s,t,"remove")}function rd(s,t){return new RegExp("(?:^|\\s+)"+t+"(?:\\s+|$)").test(s.className)||!1}function od(s,t){be(s,"display")=="none"&&t===void 0||t===!0?Ko(s):Qo(s)}function Ko(s){$n(s,"display",s instanceof HTMLTableRowElement?"table-row":s instanceof HTMLTableCellElement?"table-cell":"block")}function Qo(s){$n(s,"display","none")}function Wt(s){return{el:s,isRoot:()=>/(html|body)/i.test(s.tagName)||s===document.documentElement,isActive:()=>s===document.activeElement&&(s.type||s.href),getRemSize:function(){return parseFloat(getComputedStyle(document.documentElement).fontSize)},rem2px:function(t){return t*this.getRemSize()},getEmSize:function(){return s.parentElement?parseFloat(getComputedStyle(s.parentElement).fontSize):this.getRemSize()},nearestElement:()=>{let t=s;for(;t&&t.nodeType!==1&&t.parentElement;)t=t.parentElement;return t},parent:()=>s.parentElement,parents:function(t=s,e=[]){return!t||t.parentElement===null?e:this.parents(t.parentElement,e.concat([t]))},scrollParent:function(){const t=this.parents();for(let e=0,n=t.length;e<n;e++)if(/(auto|scroll)/.test(be(t[e],"overflow")+be(t[e],"overflow-y")+be(t[e],"overflow-x")))return t[e];return document.scrollingElement||document.documentElement},contains:t=>s.contains?s!=t&&s.contains(t):!!(s.compareDocumentPosition(t)&16),siblings:()=>Array.prototype.slice.call(s.parentElement?.children).filter(t=>t!==s),nextElementSibling:()=>s.nextElementSibling,previousElementSibling:()=>s.previousElementSibling,closest:t=>s.closest(t),shadowRoot:()=>s.shadowRoot,isInput:()=>s.tagName==="INPUT"||s instanceof HTMLInputElement,isSelect:()=>s.tagName==="SELECT"||s instanceof HTMLSelectElement,isTextArea:()=>s.tagName==="TEXTAREA"||s instanceof HTMLTextAreaElement,isInputCheckbox:function(){return this.isInput(s)&&s.getAttribute("type")==="checkbox"},isInputRadio:function(){return this.isInput(s)&&s.getAttribute("type")==="radio"},isInputText:function(){return this.isInput(s)&&s.getAttribute("type")==="text"},isInputNumber:function(){return this.isInput(s)&&s.getAttribute("type")==="number"},changeSelected:function(t){if(this.isSelect()){const e=s.options;for(let n=0,i=e.length;n<i;n++)e[n].selected=e[n].value==t}},changeRadioChecked:function(t){if(this.isInputRadio()){const e=document.getElementsByName(s.name);for(let n=0,i=e.length;n<i;n++){const r=e[n];r.checked=r.value==t}}},changeCheckboxChecked:function(t){this.isInputCheckbox()&&(s.checked=t)},insert:(t,e="append")=>{typeof t=="string"?s[e](ta(t)):s[e](t)},html:function(t){if(typeof t=="string"){s.innerHTML=t;const e=ea(s);e!=s&&(s=e)}else this.insert(t,"replaceWith")},empty:function(){this.html("")},text:t=>{s.textContent=t},getInnerText:()=>{if(s instanceof SVGElement)return"";let t=s.innerText;if(!t){const e=s.querySelector("slot")?.assignedNodes()||[];let n=0;for(;!t&&n<=e.length-1;)"innerText"in e[n]&&(t=e[n].innerText),n++}return t},remove:()=>s.remove()}}function ta(s){const t=document.createElement("template");return t.innerHTML=s,t.content.childNodes.forEach(e=>{const n=ea(e);n!=e&&t.content.replaceChild(n,e)}),t.content}function ad(s){return document.createElement.call(document,s)}function hd(s){return document.createElementNS("http://www.w3.org/1999/xhtml",s)}function cd(s){return document.createTextNode.call(document,s)}function ea(s){return s.tagName=="SCRIPT"&&(s=sa(s)),s.querySelectorAll&&s.querySelectorAll("script").forEach(t=>{t.parentNode?.replaceChild(sa(t),t)}),s}function sa(s){const t=s.ownerDocument.createElement("script");t.text=s.text;const e=s.attributes;for(let n=0,i=e.length;n<i;n++)t.setAttribute(e[n].name,e[n].value);return t}function ld(s){return{shadowRoot:()=>{let t=s;for(;t;){const e=s.parentElement||s.parentNode;if(e)t=e;else break}return t}}}function ud(s,t="http://test.com/localstorage.html"){const e=document.createElement("iframe");e.src=t,document.body.append(e),setTimeout(function(){e.contentWindow?.postMessage(s,t)},4e3),setTimeout(function(){e.remove()},6e3)}async function fd(s){if(navigator.clipboard)return await navigator.clipboard.writeText(s);{const t=document.createElement("textarea");return t.value=s,t.style.opacity="0",t.style.position="fixed",t.style.top="0",t.style.left="0",t.focus(),t.select(),document.execCommand("copy")}}function dd(){return"geolocation"in navigator?new Promise((s,t)=>{navigator.geolocation.getCurrentPosition(e=>{const n=e.coords.latitude,i=e.coords.longitude;s({latitude:n,longitude:i})},e=>{t(e)})}):Promise.reject("Geolocation is not available.")}function md(s=200){"vibrate"in navigator?window.navigator.vibrate(s):console.error("Your device is not support vibrate on this browser.")}function pd(s){const t=new Proxy(window,{get(e,n,i){if(typeof n=="string"&&["open","location","document"].includes(n))throw new Error(`禁止访问 key: ${n}`);return n==="window"?t:Reflect.get(e,n,i)},set(e,n,i,r){return Reflect.set(e,n,i,r)}});new Function("window",`with(window) { ${s} }`)(t,null)}const gd={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:(s,t)=>{switch(t){case"W":return`${s}周`;default:return`${s}日`}},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:(s,t)=>{const e=s*100+t;return e<600?"凌晨":e<900?"早上":e<1100?"上午":e<1300?"中午":e<1800?"下午":"晚上"}},yd={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:s=>{const t=["th","st","nd","rd"],e=s%100;return`[${s}${t[(e-20)%10]||t[e]||t[0]}]`}},le=new me;let qs="zh-cn";gi(yd),gi(gd);function gi(s,t){if(!s)return le.get(qs);let e;if(typeof s=="string"){const n=s.toLowerCase();if(le.get(n))e=n;else if(t)le.set(n,t),e=n;else return le.get(qs)}else{const{name:n}=s;le.set(n,s),e=n}return e&&(qs=e),le.get(e)||le.get(qs)}function Ce(s,t={},e=[],n){return{tag:s,props:t,children:e,el:n}}function js(s){return Ce(s.tagName,Zn(s),Array.from(s.children).map(t=>js(t)),s)}function Re(s,t=document.documentElement){if(s.el)return s.el;if(s.el=document.createElement(s.tag),s.props)for(const e in s.props){const n=s.props[e];e.startsWith("on")?s.el.addEventListener(e.slice(2).toLowerCase(),n):e==="style"?Xs(s.el,s.props[e]):zs(s.el,e,n)}return s.children&&(typeof s.children=="string"?s.el.appendChild(document.createTextNode(s.children)):s.children.forEach(e=>{Re(e,s.el)})),t.appendChild(s.el),s.el}function Hs(s,t){if(!s.el)return;if(s.tag!==t.tag){(s.el.parentElement||document.body).replaceChild(Re(t),s.el);return}const e=t.el=s.el,n=s.props,i=t.props;for(const a in n)a in i||(a.startsWith("on")?e.removeEventListener(a.slice(2).toLowerCase(),n[a]):e.removeAttribute(a));for(const a in i){const h=n[a],c=i[a];if(c!=h)if(a.startsWith("on")){const l=a.slice(2).toLowerCase();e.removeEventListener(l,h),e.addEventListener(l,c)}else if(a==="style"){for(const l in h)l in c||Jn(e,l);Xs(e,c)}else zs(e,a,c)}const r=s.children||[],o=t.children||[];if(typeof o=="string")e.innerHTML=o;else if(typeof r=="string")e.innerHTML="",o.forEach(a=>{Re(a,e)});else{const a=Math.min(r.length,o.length);for(let h=0;h<a;h++)Hs(r[h],o[h]);o.length>r.length&&o.slice(r.length).forEach(h=>{Re(h,e)}),o.length<r.length&&r.slice(o.length).forEach(h=>{h.el&&e.removeChild(h.el)})}}class wd{state;el;constructor(t,e){this.state=ji(t,!0),this.el=e,this.compile(this.el)}compile(t){t.childNodes.forEach(e=>{switch(e.nodeType){case 1:const n=e;[...n.attributes].forEach(a=>{const h=a.name,c=a.value;if(h==="v-model")if(Wt(n).isInputRadio()){const l=n;wt(()=>{l.checked=this.getStateValue(c)==l.value}),l.addEventListener("change",d=>{this.setStateValue(c,d.target.value)})}else if(Wt(n).isInputCheckbox()){const l=n;wt(()=>{l.checked=Yi(this.getStateValue(c),l.value)}),l.addEventListener("change",d=>{const y=d.target,x=y.value;y.checked?Ua(this.getStateValue(c),x):_e(this.getStateValue(c),x)})}else if(Wt(n).isSelect()){const l=n;wt(()=>{l.value=this.getStateValue(c)}),l.addEventListener("change",d=>{this.setStateValue(c,d.target.value)})}else{const l=n;wt(()=>{l.value=this.getStateValue(c)});const d=y=>{this.setStateValue(c,y.target.value)};l.addEventListener("input",d)}else h==="v-text"?wt(()=>{n.innerText=this.getStateValue(c)}):h==="v-html"&&wt(()=>{n.innerHTML=this.getStateValue(c)})}),n.childNodes.length>0&&this.compile(n);break;case 3:const i=e.textContent||"",r=/\{\{\s*([^{}\s]+)\s*\}\}/g,o=r.exec(i);o&&o[1]&&wt(()=>{e.textContent=i.replace(r,this.getStateValue(o[1]))});break}})}getStateValue(t){let e=this.state;return t.split(".").forEach(n=>{e=e[n]}),e}setStateValue(t,e){let n=this.state;const i=t.split("."),r=i.length;for(let o=0;o<r-1;o++)n=n[i[o]];n[i[r-1]]=e}static compileTemplate(t){return t=t.replace(/<%=(.+?)%>/g,"`); \n echo( $1 ); \n echo(`").replace(/<%([\s\S]+?)%>/g,"`); \n $1 \n echo(`"),t="echo(`"+t+"`);",`(function parse(data){
|
|
40
40
|
let output = "";
|
|
41
41
|
function echo(html){
|
|
42
42
|
output += html;
|
|
43
43
|
}
|
|
44
44
|
${t}
|
|
45
45
|
return output;
|
|
46
|
-
})`}}class
|
|
47
|
-
`)):y.send(Object.entries(r).map(([p,g])=>`${encodeURIComponent(p)}=${encodeURIComponent(g)}`).join("&"));break}})}async function
|
|
48
|
-
Content-Type: `+
|
|
46
|
+
})`}}class bd{requestid=0;url;socket;waitings={};messageQueue=[];constructor(t){this.url=t,this._connect()}_connect(){this.socket=new WebSocket(this.url),this.socket.onopen=()=>{const t=this.messageQueue.slice();this.messageQueue=[],t.forEach(this._send)},this.socket.onclose=t=>{const{code:e,reason:n,wasClean:i}=t;console.log(`ws(${this.url}) closed : ${e} ${n} ${i}`)},this.socket.onerror=t=>{console.log(`ws(${this.url}) error : ${t.type}`)},this.socket.onmessage=t=>{if(typeof t.data=="string")try{const e=JSON.parse(t.data);if(Object.prototype.hasOwnProperty.call(e,"requestid")){const n=this.waitings[e.requestid];n&&n.resolve?.(e)}}catch{}else t.data instanceof ArrayBuffer||t.data instanceof Blob}}_send(t){this.socket?.readyState===WebSocket.OPEN?this.socket.send(t):(this.messageQueue.push(t),this._connect())}open(){this._connect()}close(){this.socket&&this.socket.close()}async send(t,e=5e3){this.requestid++;const n=this.waitings[this.requestid]={requestid:this.requestid};let i;t instanceof Blob||t instanceof ArrayBuffer||typeof t=="string"?i=t:i=JSON.stringify({...n,...t});const r=await new Promise((o,a)=>{n.resolve=o,this._send(i),setTimeout(()=>{a("Timeout!")},e)});return delete this.waitings[this.requestid],r}}function xd(s){const t=document.documentElement,e=window.top===window.self?window.devicePixelRatio:1;t.dataset.dpr=e;let n=100;const i=function(){const r=Math.min(t.clientWidth,s);t.dataset.width=r,t.dataset.rem=n=Math.round(100*(r/s)),t.style.fontSize=n+"px"};i(),window.rem2px=function(r){return r=parseFloat(r),r*n},window.px2rem=function(r){return r=parseFloat(r),r/n},window.addEventListener&&window.addEventListener("orientationchange"in window?"orientationchange":"resize",i,!1)}function Sd(s,t=Di&&Di.src||new URL("zyzgroup_core_web.iife.js",document.baseURI).href){return new URL(s,t)}function $s(s=window.location.href){try{return new URL(s)}catch{const e="(?<protocol>https?:)",n="(?<host>(?<hostname>[^/#?:]+)(?::(?<port>\\d+))?)",i="(?<pathname>(?:\\/[^/#?]+)*\\/?)",r="(?<search>(?:\\?[^#]*)?)",o="(?<hash>(?:#.*)?)",h=new RegExp(`^${e}//${n}${i}${r}${o}$`).exec(s);return{href:s,protocol:h?.groups?.protocol??"",host:h?.groups?.host??"",hostname:h?.groups?.hostname??"",port:h?.groups?.port??"",pathname:h?.groups?.pathname??"",search:h?.groups?.search??"",hash:h?.groups?.hash??""}}}function vd(s){const t=$s(s);return t.protocol==="http:"||t.protocol==="https:"}function na(s=window.location.href){const t=$s(s),e=t.href.indexOf(t.hash);return t.hash&&e>=0?t.href.substring(0,e):t.href}function Cd(s=$s().search){s=decodeURIComponent(s).replace(/^[#?&]/,"");const t={};if(!s)return t;const e=/(?:^|&)([^&=]*)=?([^&]*?)(?=&|$)/y;let n=e.exec(s);for(;n;)t[n[1]]=n[2],n=e.exec(s);return t}const Td=(s=window.location.href)=>JSON.parse('{"'+decodeURI(s.split("?")[1]).replace(/"/g,'\\"').replace(/&/g,'","').replace(/=/g,'":"')+'"}');function Ws(s){return"?"+Object.entries(s).map(([t,e])=>`${encodeURIComponent(t)}=${encodeURIComponent(e)}`).join("&")}function ia(s){return"?"+[...s.entries()].map(t=>encodeURIComponent(t[0])+"="+encodeURIComponent(t[1]instanceof File?t[1].name:t[1])).join("&")}function ra(s,t){return s.replace(/(?:\?.*)?$/,t.replace(/^[&?]/,"?"))}function Pd(s,t){return ra(s,Ws(t))}function yi(s,t){return s+t.replace(/^[&?]/,s.indexOf("?")>=0?"&":"?")}function Ed(s,t){return yi(s,Ws(t))}class _d{worker;cbs={};constructor(t){if(Hr)try{this.worker=new Worker(URL.createObjectURL(new Blob([t])))}catch(e){throw typeof console!==void 0&&typeof console.warn=="function"&&console.warn("🎊 Could not load worker",e),e}else throw new Error("Your environment do not support Worker !")}postMessage(t,e=[]){this.worker.postMessage(t,e)}onmessage(t){this.worker.addEventListener("message",t)}offmessage(t){this.worker.removeEventListener("message",t)}onmessageerror(t){this.worker.addEventListener("messageerror",t)}offmessageerror(t){this.worker.removeEventListener("messageerror",t)}postCanvas(t){const e=t.transferControlToOffscreen();this.worker.postMessage({canvas:e},[e])}postPort(t){this.worker.postMessage({port:t},[t])}postReset(){this.worker.postMessage({reset:!0});for(const t in this.cbs)this.cbs[t](),delete this.cbs[t]}fire(t,e){return new Promise(n=>{if(e){const i=Math.random().toString(36).slice(2),r=o=>{o.data.id===i&&(this.worker.removeEventListener("message",r),delete this.cbs[i],e(),n())};this.cbs[i]=r.bind(this,{data:{id:i}}),this.worker.addEventListener("message",r),this.worker.postMessage({...t,id:i})}else this.worker.postMessage(t),n()})}}class Ad{port1;port2;port1MessageCbs=[];port2MessageCbs=[];port1MessageErrorCbs=[];port2MessageErrorCbs=[];constructor(){const{port1:t,port2:e}=new MessageChannel;this.port1=t,this.port2=e,this.port1.addEventListener("message",n=>{this.port1MessageCbs.forEach(i=>i(this.port1,n))}),this.port1.addEventListener("messageerror",n=>{this.port1MessageErrorCbs.forEach(i=>i(this.port1,n))}),this.port1.start(),this.port2.addEventListener("message",n=>{this.port2MessageCbs.forEach(i=>i(this.port2,n))}),this.port2.addEventListener("messageerror",n=>{this.port2MessageErrorCbs.forEach(i=>i(this.port2,n))}),this.port2.start()}close(){this.port1.close(),this.port2.close()}onPort1Message(t){this.port1MessageCbs.push(t)}onPort1MessageError(t){this.port1MessageErrorCbs.push(t)}offPort1Message(t){_e(this.port1MessageCbs,t)}offPort1MessageError(t){_e(this.port1MessageErrorCbs,t)}onPort2Message(t){this.port2MessageCbs.push(t)}onPort2MessageError(t){this.port2MessageErrorCbs.push(t)}offPort2Message(t){_e(this.port2MessageCbs,t)}offPort2MessageError(t){_e(this.port2MessageErrorCbs,t)}}function oa(){let s=null;if(window.ActiveXObject){const t=["Microsoft.XMLHTTP","MSXML6.XMLHTTP","MSXML5.XMLHTTP","MSXML4.XMLHTTP","MSXML3.XMLHTTP","MSXML2.XMLHTTP","MSXML.XMLHTTP"];for(let e=0,n=t.length;e<n;e++)try{s=new window.ActiveXObject(t[e]);break}catch{continue}}else s=new XMLHttpRequest;return s}function Dd(s,t){return new Promise((e,n)=>{const{method:i="GET",data:r={},multipartFormDataString:o="",boundary:a="",headers:h={},withCredentials:c=!1,responseType:l="json",timeout:d=3e4}=t||{},y=oa();y.timeout=d,y.responseType=l,y.onreadystatechange=function(b){y.readyState===4&&(y.status===200?e(y.response):n(y.statusText))},y.ontimeout=()=>{n(`${s} is timed out for ${d}ms.`)},y.addEventListener("load",b=>t?.load?.(b,y),!1),y.addEventListener("loadstart",b=>t?.loadstart?.(b,y),!1),y.addEventListener("loadend",b=>t?.loadend?.(b,y),!1),y.addEventListener("progress",b=>{if(b.lengthComputable){const p=Math.round(b.loaded*100/b.total);t?.progress?.(b,y,p)}},!1),y.addEventListener("error",b=>t?.error?.(b,y),!1),y.addEventListener("abort",b=>t?.abort?.(b,y),!1);const x=i.toUpperCase();Object.assign(h,{Accept:"*/*"});let w=!1,_=!1,C=!1;function S(){c&&(y.withCredentials=!0);for(const b in h)ut(b).toLowerCase()=="content-type"&&h[b].toLowerCase()=="multipart/form-data"?(w=!0,y.setRequestHeader("Content-Type","multipart/form-data; boundary="+a)):(ut(b).toLowerCase()=="content-type"&&(h[b].toLowerCase().indexOf("text/plain")>=0?_=!0:h[b].toLowerCase().indexOf("application/json")>=0&&(C=!0)),y.setRequestHeader(b,h[b]))}switch(x){case"GET":let b="";r instanceof FormData?b=ia(r):b=Ws(r),y.open("GET",yi(s,b),!0),S(),y.send(null);break;default:y.open(x,s,!0),S(),w?y.sendAsBinary(o):C?y.send(JSON.stringify(r)):_?y.send(Object.entries(r).map(([p,g])=>`${p}=${g}`).join(`\r
|
|
47
|
+
`)):y.send(Object.entries(r).map(([p,g])=>`${encodeURIComponent(p)}=${encodeURIComponent(g)}`).join("&"));break}})}async function Id(s){const t={url:s.action||"",data:{},contentType:s.method.toLowerCase()==="post"&&s.enctype?s.enctype:"application/x-www-form-urlencoded",multipartFormDataString:"",boundary:"---------------------------"+Date.now().toString(16)},e=[],n=t.contentType=="multipart/form-data";for(let i=0;i<s.elements.length;i++){const r=s.elements[i];if(!r.hasAttribute("name"))continue;const o=r.getAttribute("type");switch(r.nodeName.toUpperCase()==="INPUT"&&o?o.toUpperCase():""){case"FILE":const h=r;if(n)for(let d=0,y=h.files?.length||0;d<y;d++){const x=h.files?.[d];if(x){const w=await ze(x,Et.binaryString);e.push('Content-Disposition: form-data; name="'+h.name+'"; filename="'+x.name+`"\r
|
|
48
|
+
Content-Type: `+x.type+`\r
|
|
49
49
|
\r
|
|
50
50
|
`+w+`\r
|
|
51
|
-
`)}}break;case"RADIO":case"CHECKBOX":if(!r.checked)break;default:const l=r;
|
|
51
|
+
`)}}break;case"RADIO":case"CHECKBOX":if(!r.checked)break;default:const l=r;n?e.push('Content-Disposition: form-data; name="'+l.name+`"\r
|
|
52
52
|
\r
|
|
53
53
|
`+l.value+`\r
|
|
54
54
|
`):t.data[l.name]=l.value;break}}return t.multipartFormDataString="--"+t.boundary+`\r
|
|
55
55
|
`+e.join("--"+t.boundary+`\r
|
|
56
56
|
`)+"--"+t.boundary+`--\r
|
|
57
|
-
`,t}class
|
|
57
|
+
`,t}class Md{controller;ctx;shapes=[];currentMouseInShape;currentEnableDragMouseInShape;dragDx=0;dragDy=0;constructor(t,e=!1){if(this.controller=t,!(this.controller.el instanceof HTMLCanvasElement))throw new Error("el 应该为 HTMLCanvasElement!");this.ctx=new Us(this.controller.el,this.controller.rect.width,this.controller.rect.height,e),re(this.controller,{start:()=>{this.dragDx=0,this.dragDy=0,this.setCursor()},end:()=>{this.dragDx=0,this.dragDy=0,this.setCursor()},move:()=>{this.currentEnableDragMouseInShape&&(this.dragDx+=this.controller.mousePoint.dx,this.dragDy+=this.controller.mousePoint.dy),this.setCursor()}}),this.controller.eb.on("tap",()=>{for(const n of this.shapes)if(this.currentMouseInShape==n){n.emit("clicked",n);let i=n.parent;for(;i;)i.emit("clicked",n),i=i.parent;break}})}setCursor(){this.currentEnableDragMouseInShape?(this.controller.el.style.cursor="grab",this.controller.mousePoint.isDown&&(this.controller.el.style.cursor="grabbing")):this.currentMouseInShape?this.controller.el.style.cursor="pointer":this.controller.el.style.cursor="default"}transformCtxBaseOnShape(t){t.usePathDtoCanvasContext||(this.ctx.translate(t.x,t.y),this.ctx.rotate(U(t.degree),t.cX,t.cY),this.ctx.scale(t.scalarX,t.scalarY,t.cX,t.cY))}_addDrawShape(t){this.shapes.push(t),t instanceof at&&t.shapes.forEach(e=>{this._addDrawShape(e)})}draw(t=[]){this.shapes=[],(Array.isArray(t)?t:[t]).forEach(e=>{this._addDrawShape(e)}),this.controller.mousePoint.isDown&&this.currentEnableDragMouseInShape||(this.currentMouseInShape=void 0);for(const e of this.shapes){if(!e.isShow)continue;if(this.ctx.save(),e.frameStart(this.controller.mousePoint),kd(this.ctx,e.getAttrs()),e.followMouse&&(!cs(e.x,this.controller.mousePoint.x,5)||!cs(e.y,this.controller.mousePoint.y,5))&&e.followTo(this.controller.mousePoint),e.targetToAfterDragFree&&(this.controller.mousePoint.isDown||e.runEaseTo({x:e.targetToAfterDragFree.targetX,y:e.targetToAfterDragFree.targetY},{easing:e.targetToAfterDragFree?.easing})),this.controller.mousePoint.isDown&&this.currentEnableDragMouseInShape==e){e.isDragging=!0;const i=this.dragDx,r=this.dragDy;if(this.dragDx=0,this.dragDy=0,i||r){if(e.x+=i,e.y+=r,e.alongPath){const o=e.alongPath.closestPoint(e.x,e.y);e.x=o.point.x-e.cX,e.y=o.point.y-e.cY}e.emit("draging",i,r)}}else e.isDragging=!1;e.frameUpdate(this.controller.mousePoint,this.ctx),this.transformCtxBaseOnShape(e),e.toCanvasContext(this.ctx),this.ctx.hasSetCustomStrokeStyle&&this.ctx.stroke(),this.ctx.hasSetCustomFillStyle&&this.ctx.fill();const n=this.ctx.currentPath2D;if(!this.currentMouseInShape){const i=this.ctx.isPointInPath(n,this.controller.mousePoint.x,this.controller.mousePoint.y)||this.ctx.isPointInStroke(n,this.controller.mousePoint.x,this.controller.mousePoint.y)||!1;e.isMouseIn=i,i&&(this.currentMouseInShape=e,e.enableDrag&&(this.currentEnableDragMouseInShape=e))}e.frameEnd(this.controller.mousePoint),this.ctx.restore()}this.currentMouseInShape||(this.currentEnableDragMouseInShape=void 0)}drawMouseMoveLine(t="line",e){switch(t){case"brush":const n=e?.brushSize??10,i=e?.brushDensity??50,r=e?.brushColor??"#000000",o=this.ctx.getImageData(0,0,this.ctx.canvas.width,this.ctx.canvas.height),a=o.data,h=ts(r);re(this.controller,{move:c=>{for(let l=0;l<i;l++){const d=Math.random()*Math.PI*2,y=Math.random()*n,x=this.controller.mousePoint.x+Math.cos(d)*y|0,w=this.controller.mousePoint.y+Math.sin(d)*y|0,_=(x+w*o.width)*4;a[_]=h.r,a[_+1]=h.g,a[_+2]=h.b,a[_+3]=255}this.ctx.putImageData(o)}});break;case"line":default:re(this.controller,{start:()=>{this.ctx.beginPath(),this.ctx.moveTo(this.controller.mousePoint.x,this.controller.mousePoint.y)},end:()=>{this.ctx.closePath()},move:()=>{this.ctx.lineTo(this.controller.mousePoint.x,this.controller.mousePoint.y),this.ctx.stroke()}})}}}function kd(s,t){for(const e in t){const n=t[e];switch(e){case"fill":n!=="none"&&(s.fillStyle=n);break;case"stroke":n!=="none"&&(s.strokeStyle=n);break;case"stroke-width":case"strokeWidth":s.lineWidth=Number(n);break;case"stroke-linecap":case"strokeLinecap":s.lineCap=n;break;case"stroke-linejoin":case"strokeLinejoin":switch(n){case"round":case"bevel":case"miter":s.lineJoin=n;break;default:s.lineJoin="miter";break}break;case"stroke-miterlimit":case"strokeMiterlimit":s.miterLimit=Number(n);break;case"stroke-opacity":case"strokeOpacity":break;case"stroke-dashoffset":case"strokeDashoffset":s.lineDashOffset=Number(n);break;case"stroke-dasharray":case"strokeDasharray":typeof n=="string"&&s.setLineDash(n.split(/\s+/).map(i=>Number(i)));break;case"cursor":break;case"font":typeof n=="string"&&(s.font=n);break;case"font-size":case"fontSize":s.font+=` ${n}`;break;case"font-family":case"fontFamily":s.font+=` ${n}`;break;case"font-weight":case"fontWeight":break;case"font-style":case"fontStyle":break;case"text-anchor":case"textAnchor":switch(n){case"middle":s.textAlign="center";break;case"end":s.textAlign="end";break;case"start":s.textAlign="start";break}break;case"alignment-baseline":case"alignmentBaseline":switch(n){case"middle":case"bottom":case"top":case"alphabetic":case"hanging":case"ideographic":s.textBaseline=n;break;default:s.textBaseline="alphabetic";break}break}}}class Rd{localVideoUtil;remoteVideoUtil;localPeerConnection=null;remotePeerConnection=null;constructor(t,e){this.localVideoUtil=new es(t),this.remoteVideoUtil=new es(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(n=>{this.localVideoUtil.setSrcObject(n),t(n)}).catch(n=>{this.trace(`navigator.getUserMedia error: ${n}.`),e(n)})})}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(),n=t.getAudioTracks();e.length>0&&this.trace(`Using video device: ${e[0].label}.`),n.length>0&&this.trace(`Using audio device: ${n[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(n[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,n=t.candidate;if(e&&n){const i=new RTCIceCandidate(n),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:
|
|
58
58
|
${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:
|
|
59
59
|
${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:
|
|
60
60
|
${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:
|
|
61
|
-
${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 Ad{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 io=[],ro={};function wi(n){io.push(n)}function Dd(n,t=!1){const e=to();if(ro[e])return;wx.error(r=>{console.log(r.errMsg||JSON.stringify(r))}),wx.ready(()=>{io.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})),ro[e]=!0}function Id(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 Md(n){wi(function(){wx.updateAppMessageShareData(n)})}function kd(n){wi(function(){wx.updateTimelineShareData(n)})}function Ld(n){wx.chooseImage(n)}function Rd(n){wx.previewImage(n)}function Od(n){wx.uploadImage(n)}function Fd(n){wx.downloadImage(n)}function Nd(n){wx.getLocalImgData(n)}function Bd(){wx.startRecord()}function Ud(n){wx.stopRecord(n)}function Yd(n){wx.onVoiceRecordEnd(n)}function Xd(n){wx.playVoice(n)}function zd(n){wx.pauseVoice(n)}function Gd(n){wx.stopVoice(n)}function Vd(n){wx.onVoicePlayEnd(n)}function qd(n){wx.uploadVoice(n)}function jd(n){wx.downloadVoice(n)}function Hd(n){wx.translateVoice(n)}function $d(n){wx.getNetworkType(n)}function Wd(n){wx.openLocation(n)}function Jd(n){wx.getLocation(n)}function Zd(n){wx.scanQRCode(n)}function Kd(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 Qd(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 tm(n){window.AlipayJSBridge?n&&n():document.addEventListener("AlipayJSBridgeReady",n,!1)}function Ke(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 em(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 sm(n,t,e){ap.scan(Object.assign(n,{fail:s=>{e?.(Ke(s))}}),function(s){t?.(s.code)})}function nm(n,t,e){ap.getLocation(Object.assign(n,{fail:s=>{e?.(Ke(s))}}),function(s){t?.(s)})}function im(n,t,e){ap.openLocation(Object.assign(n,{fail:s=>{e?.(Ke(s))}}),function(){t?.()})}function rm(n,t,e){ap.chooseImage(Object.assign(n,{fail:s=>{e?.(Ke(s,"chooseImage"))}}),function(s){t?.(s)})}function am(n,t,e){ap.previewImage(Object.assign(n,{fail:s=>{e?.(Ke(s))}}),function(){t?.()})}class om{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 hm{currentPage;itemsPerPage;entriesInterval;entriesEdge;linkTo;prevText;nextText;ellipseText;prevShowAlways;nextShowAlways;callback;totalPages;parentVNode;constructor(t,e,s){this.currentPage=s?.currentPage||0,this.itemsPerPage=s?.itemsPerPage||10,this.entriesInterval=s?.entriesInterval||5,this.entriesEdge=s?.entriesEdge||1,this.linkTo=s?.linkTo||"javascript:;",this.prevText=s?.prevText||"上一页",this.nextText=s?.nextText||"下一页",this.ellipseText=s?.ellipseText||"...",this.prevShowAlways=typeof s?.prevShowAlways=="boolean"?s?.prevShowAlways:!0,this.nextShowAlways=typeof s?.nextShowAlways=="boolean"?s?.nextShowAlways:!0,this.callback=s?.callback||(i=>!1),this.totalPages=Math.ceil(e/this.itemsPerPage),this.parentVNode=this.createParentVNode(),De(this.parentVNode,t),this.selectPage(this.currentPage)}createParentVNode(){return be("div",{class:"pagination"},[])}appendVNode(t,e,s){e=e<0?0:e<this.totalPages?e:this.totalPages-1;const i=s?.text||String(e+1),r=s?.classes||"";t.children.push(e==this.currentPage&&r.indexOf("prev")==-1&&r.indexOf("next")==-1?be("span",{class:`current ${r}`},i):be("a",{class:r,href:this.linkTo.replace(/__id__/,String(e)),onClick:a=>this.selectPage(e,a)},i))}drawLinks(){const t=this.createParentVNode(),e=Math.ceil(this.entriesInterval/2),s=this.currentPage>e?Math.max(Math.min(this.currentPage-e,this.totalPages-this.entriesInterval),0):0,i=this.currentPage>e?Math.min(this.currentPage+e,this.totalPages):Math.min(this.entriesInterval,this.totalPages);if(this.prevText&&(this.currentPage>0||this.prevShowAlways)&&this.appendVNode(t,this.currentPage-1,{text:this.prevText,classes:"prev"}),s>0&&this.entriesEdge>0){const r=Math.min(this.entriesEdge,s);for(let a=0;a<r;a++)this.appendVNode(t,a);this.entriesEdge<s&&this.ellipseText&&t.children.push(be("span",{},this.ellipseText))}for(let r=s;r<i;r++)this.appendVNode(t,r);if(i<this.totalPages&&this.entriesEdge>0){this.totalPages-this.entriesEdge>i&&this.ellipseText&&t.children.push(be("span",{},this.ellipseText));const r=Math.max(this.totalPages-this.entriesEdge,i);for(let a=r;a<this.totalPages;a++)this.appendVNode(t,a)}this.nextText&&(this.currentPage<this.totalPages-1||this.nextShowAlways)&&this.appendVNode(t,this.currentPage+1,{text:this.nextText,classes:"next"}),js(this.parentVNode,t),this.parentVNode=t}selectPage(t,e){this.currentPage=t=t<0?0:t<this.totalPages?t:this.totalPages-1,this.drawLinks();const s=this.callback(t);return e&&(s||(e.stopPropagation?e.stopPropagation():e.cancelBubble=!0)),s}prevPage(){return this.selectPage(this.currentPage-1)}nextPage(){return this.selectPage(this.currentPage+1)}}return f.Arrow=yf,f.BezierEasing=Nn,f.CSSToJSEasing=Il,f.Clock=Yn,f.Color=dt,f.CommonKeyCode=Yf,f.Confetti=Lf,f.ControlsColorPattern=we,f.Cross=Tf,f.CustomCanvasContext=Xe,f.CustomCanvasGradient=Ns,f.CustomCanvasPattern=Gn,f.DOMEventBus=mf,f.DOMParse=Ra,f.DOMSVGUtil=pe,f.DOMToBlob=Nr,f.DOMToString=En,f.DOMVideo=Je,f.Easing=L,f.Ellipse=Ya,f.FetchWithAxios=Or,f.FetchWithAxiosRequestCancel=Fr,f.FileUpload=Rc,f.Fox=wf,f.Heart=xf,f.HeartVariant=bf,f.HttpError=Ii,f.Interpolation=Gt,f.Line=xe,f.LinePicture=gf,f.LineQuadraticBezier=sf,f.Ls=he,f.MVVM=fd,f.Matrix=ft,f.Matrix3D=wt,f.NormalColors=Ma,f.Pagination=hm,f.Point=jt,f.Point3D=qe,f.Point3Ds=kf,f.Points=Ua,f.QRCode=oe,f.Rabbit=Sf,f.Rect=Ht,f.Ring=hi,f.RingIndicator=Df,f.SVGParse=Ba,f.SVGParsedPathArgsLength=Ve,f.Sector=Pf,f.SectorArc=za,f.Segment=Af,f.Shape=j,f.ShapeCombo=ci,f.ShapeGroup=ot,f.Ship=Ef,f.Slider=_f,f.Star=vf,f.TWEEN=Bl,f.Text=Ze,f.Timeline=Ms,f.Tip=Xa,f.Tree=Cf,f.Tween=Un,f.WebGLRenderer=Ad,f.WebRTCClient=_d,f.WebSocketClient=dd,f.YZCanvas=Pd,f.YZCanvasContext=Bs,f.YZMessageChannel=Sd,f.YZSVG=pf,f.YZWorker=vd,f.addClass=Zf,f.addWatermark=Wu,f.addWxJsReadyFnBeforeConfig=wi,f.ajax=Td,f.aliJsChooseImage=rm,f.aliJsGetLocation=nm,f.aliJsOpenLocation=im,f.aliJsPreviewImage=am,f.aliJsReady=tm,f.aliJsScan=sm,f.aliJsTradePay=em,f.angle=se,f.appendURL=yi,f.appendURLRecord=bd,f.atomReadAttribute=pa,f.atomReadAttributes=Zn,f.atomReadStyle=Ql,f.atomReadStyles=Wn,f.atomRemoveAttribute=su,f.atomRemoveDataset=Jf,f.atomRemoveStyle=Jn,f.atomWriteAttribute=Xs,f.atomWriteStyle=Ys,f.base64EncodeOutputStream=Ca,f.bitmapMapper=Ga,f.blobToImageData=vu,f.byteArrayOutputStream=Qn,f.canDrawBitmap=$r,f.canUsePaths=dl,f.canUseWorker=Hr,f.cancelBubble=Xr,f.cancelFetch=$f,f.changeBrightness=Hu,f.changeDiaphaneity=$u,f.changeSize=ju,f.checkWxJsApi=Id,f.clearCookies=Fc,f.color=$e,f.combineTransformToMatrix=tu,f.compareVersion=Kc,f.computeImageDisplayRect=yu,f.createElement=ed,f.createElementNS=sd,f.createFragment=Za,f.createIndexDB=Uc,f.createObjectURL=Va,f.createRunCycleInMaxRate=yl,f.createTextNode=nd,f.createXMLHttpRequest=no,f.distance=Rs,f.distance2=Os,f.domPrefixes=eu,f.drawBitmapInCanvas=Of,f.drawQRCodeToCanvas=tf,f.easeNameToCubicBezier=Bn,f.flipSideToSide=Tu,f.flipUpsideDown=Cu,f.flushURL=so,f.flushURLRecord=xd,f.formDataToSearch=eo,f.getBitmapFromCanvas=Rf,f.getBodyPosition=of,f.getBrowserClient=An,f.getBrowserClientVersion=Qc,f.getBrowserLanguage=tl,f.getCSSVar=U,f.getDOMMatrix=Hn,f.getDirection=Xl,f.getDocumentElementPosition=We,f.getElementPositionInPage=si,f.getElementPositionInPage2=lf,f.getElementPositionInViewport=La,f.getFetchId=Gs,f.getFileExtension=kc,f.getFileMD5Hash=Ur,f.getFileTypeFromFile=Mc,f.getFormSubmitData=Cd,f.getImageData=va,f.getImageDataByAIData=Zu,f.getImageMainColor=Su,f.getInternetExplorerVersion=Gr,f.getKeyCode=Xf,f.getMIME=Lc,f.getMouseButton=Jc,f.getMousePositionInElement=kt,f.getMousePositionInPage=ni,f.getMousePositionInViewport=df,f.getOperatingSystem=Es,f.getOperatingSystemVersion=Zc,f.getPageSize=cf,f.getParameters=wd,f.getPath=pd,f.getRelativeBoundingClientRect=uf,f.getScreenPosition=af,f.getStyle=ge,f.getTimeZone=el,f.getURL=Hs,f.getVerticalScrollPercentInPage=ff,f.getViewportSize=hf,f.getVnode=Xn,f.gifImage=Pa,f.h=be,f.hFromEl=qs,f.hasClass=Qf,f.hasDocument=ll,f.hasHistory=ul,f.hasWindow=jr,f.hideEl=Ja,f.iframePostMessage=rd,f.imageDataToBitmap=wu,f.imageDataToBlob=bu,f.imageDataToDataURL=xu,f.immediateVnode=Ul,f.injectStyle=ma,f.injectWxJsConfig=Dd,f.isAliBrowser=qr,f.isAliMiniProgram=cl,f.isAndroid=zr,f.isAppleDevice=sl,f.isBrowserSupportFileAPI=fl,f.isElement=ml,f.isEventSupported=Wc,f.isIE=il,f.isIE10=al,f.isIE11=ol,f.isIE9=rl,f.isIOS=Dn,f.isMacOS=In,f.isMobile=nl,f.isNative=_s,f.isURL=gd,f.isWxBrowser=Vr,f.isWxMiniProgram=hl,f.jpgToPng=zu,f.leftRotate=Pu,f.length=Ls,f.mapTDTJSSDK=om,f.marginSharpen=Xu,f.microTask=vl,f.mosaic=Ju,f.mount=De,f.multiplyArrayOfMatrix=Zl,f.multiplyArrayOfMatrix3D=Kl,f.multiplyMatrix=fa,f.multiplyMatrix3D=da,f.nextTick=bl,f.normalizePoint=Yl,f.objectSignature=Rr,f.onDocumentReady=ou,f.outputGifBase64=Ea,f.outputQRCodeBase64=Qu,f.parseCSS=Na,f.parseTransformToMatrix=jn,f.patch=js,f.pngToJpg=Gu,f.polar=Nt,f.prefixes=pl,f.preventDefault=Qt,f.radiusClip=qu,f.readFileInBrowser=Ne,f.recordToSearch=$s,f.rectClip=Vu,f.removeClass=Kf,f.requestAnimationFrameCycle=Mn,f.reverseCSSToJSEasing=Ml,f.reverseEaseNameToCubicBezier=sa,f.reverseEasing=Zr,f.revokeObjectURL=Ff,f.rightRotate=Eu,f.rotatePoint=Mt,f.scheduleIdle=Wr,f.scheduleVnode=zn,f.scheduleYZIdle=On,f.scrollTo=du,f.searchToRecord=yd,f.selectFileInBrowser=_n,f.setCSSVar=ef,f.setIntervalAccurate=gl,f.setManualScroll=mu,f.setRem=md,f.setStyle=$n,f.setTimeoutAccurate=kn,f.setWindowTitle=hu,f.sharpen=Yu,f.showEl=Wa,f.signature=Lr,f.simulateMouseEventFromTouch=$c,f.stringToDOM=Ic,f.theme=ti,f.toBlackAndWhite=Du,f.toBlue=Lu,f.toBlueAndGreen=Fu,f.toBlueAndGrey=Uu,f.toDegree=at,f.toGreen=ku,f.toGreenAndGrey=Bu,f.toGrey=_u,f.toGrey2=Au,f.toOpposite=Iu,f.toRadian=B,f.toRed=Mu,f.toRedAndBlue=Ou,f.toRedAndGreen=Ru,f.toRedAndGrey=Nu,f.toggleClass=pi,f.toggleElDisplay=td,f.transformPath2D=Jl,f.trimHash=to,f.useAttribute=ne,f.useClickA=fi,f.useClipboard=ad,f.useCookie=Oc,f.useDataset=Wf,f.useDraggable=nu,f.useDrop=iu,f.useElement=$t,f.useEmit=te,f.useEventListener=Z,f.useFetch=Ha,f.useFetchCache=Hf,f.useFireEvent=Hc,f.useHistoryRouter=lu,f.useHotKey=ui,f.useHotKeyFileLoop=Gf,f.useHotKeyFileOnce=zf,f.useLoadImage=ja,f.useLoadLink=qf,f.useLoadScript=Vf,f.useLocalStorage=Yr,f.useLocale=gi,f.useLocation=od,f.useMedia=ga,f.useMutation=gu,f.usePreventScroll=fu,f.useResize=ba,f.useRunInSandbox=cd,f.useSafeArea=cu,f.useScroll=uu,f.useSelectFile=li,f.useSelectFileImage=Nf,f.useSessionStorage=Nc,f.useShadowRoot=id,f.useTheme=ru,f.useThemeToggle=au,f.useVibrate=hd,f.useVisible=pu,f.useWindow=ye,f.waitForStyleSheetsLoaded=jf,f.writeToIndexDB=Yc,f.wxJsChooseImage=Ld,f.wxJsDownloadImage=Fd,f.wxJsDownloadVoice=jd,f.wxJsGetLocalImgData=Nd,f.wxJsGetLocation=Jd,f.wxJsGetNetworkType=$d,f.wxJsLogin=Qd,f.wxJsOnVoicePlayEnd=Vd,f.wxJsOnVoiceRecordEnd=Yd,f.wxJsOpenLocation=Wd,f.wxJsPauseVoice=zd,f.wxJsPay=Kd,f.wxJsPlayVoice=Xd,f.wxJsPreviewImage=Rd,f.wxJsScanQRCode=Zd,f.wxJsStartRecord=Bd,f.wxJsStopRecord=Ud,f.wxJsStopVoice=Gd,f.wxJsTranslateVoice=Hd,f.wxJsUpdateAppMessageShareData=Md,f.wxJsUpdateTimelineShareData=kd,f.wxJsUploadImage=Od,f.wxJsUploadVoice=qd,Object.defineProperty(f,Symbol.toStringTag,{value:"Module"}),f}({});
|
|
61
|
+
${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 n=this.getPeerName(t);this.trace(`${n} ${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 n=document.createElement("div");n.innerHTML=`<div>${e}, ${t}</div>`,document.getElementById("trace")?.appendChild(n)}getOtherPeer(t){return t===this.localPeerConnection?this.remotePeerConnection:this.localPeerConnection}getPeerName(t){return t===this.localPeerConnection?"localPeerConnection":"remotePeerConnection"}}class Ld{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 aa=[],ha={};function wi(s){aa.push(s)}function Od(s,t=!1){const e=na();if(ha[e])return;wx.error(r=>{console.log(r.errMsg||JSON.stringify(r))}),wx.ready(()=>{aa.forEach(r=>r())});const n=["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(s,{debug:t,jsApiList:n,openTagList:i})),ha[e]=!0}function Fd(s){return new Promise((t,e)=>{wx.checkJsApi({jsApiList:[s],success:function(n){n.checkResult[s]?t(!0):e(!1)},fail:function(){e(!1)}})})}function Nd(s){wi(function(){wx.updateAppMessageShareData(s)})}function Bd(s){wi(function(){wx.updateTimelineShareData(s)})}function Ud(s){wx.chooseImage(s)}function Yd(s){wx.previewImage(s)}function Xd(s){wx.uploadImage(s)}function zd(s){wx.downloadImage(s)}function Gd(s){wx.getLocalImgData(s)}function Vd(){wx.startRecord()}function qd(s){wx.stopRecord(s)}function jd(s){wx.onVoiceRecordEnd(s)}function Hd(s){wx.playVoice(s)}function $d(s){wx.pauseVoice(s)}function Wd(s){wx.stopVoice(s)}function Jd(s){wx.onVoicePlayEnd(s)}function Zd(s){wx.uploadVoice(s)}function Kd(s){wx.downloadVoice(s)}function Qd(s){wx.translateVoice(s)}function tm(s){wx.getNetworkType(s)}function em(s){wx.openLocation(s)}function sm(s){wx.getLocation(s)}function nm(s){wx.scanQRCode(s)}function im(s,t,e){function n(){WeixinJSBridge.invoke("getBrandWCPayRequest",s,function(i){i.err_msg=="get_brand_wcpay_request:ok"?t():e(i.err_msg)})}typeof WeixinJSBridge>"u"?document.addEventListener?document.addEventListener("WeixinJSBridgeReady",n,!1):document.attachEvent&&(document.attachEvent("WeixinJSBridgeReady",n),document.attachEvent("onWeixinJSBridgeReady",n)):n()}function rm(s,t,e="snsapi_userinfo",n=""){return`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${s}&redirect_uri=${encodeURIComponent(t)}&response_type=code&scope=${e}&state=${n}#wechat_redirect`}function om(s){window.AlipayJSBridge?s&&s():document.addEventListener("AlipayJSBridgeReady",s,!1)}function ns(s,t){let e="未知错误";switch(s.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`${s.error}(${e}): ${s.errorMessage}`}function am(s,t,e){ap.tradePay(Object.assign(s,{}),function(n){let i="未知错误";switch(n.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 hm(s,t,e){ap.scan(Object.assign(s,{fail:n=>{e?.(ns(n))}}),function(n){t?.(n.code)})}function cm(s,t,e){ap.getLocation(Object.assign(s,{fail:n=>{e?.(ns(n))}}),function(n){t?.(n)})}function lm(s,t,e){ap.openLocation(Object.assign(s,{fail:n=>{e?.(ns(n))}}),function(){t?.()})}function um(s,t,e){ap.chooseImage(Object.assign(s,{fail:n=>{e?.(ns(n,"chooseImage"))}}),function(n){t?.(n)})}function fm(s,t,e){ap.previewImage(Object.assign(s,{fail:n=>{e?.(ns(n))}}),function(){t?.()})}class dm{map;constructor(t,e=120.619585,n=31.299379,i=18){this.map=new T.Map(t),this.map.centerAndZoom(new T.LngLat(e,n),i)}}class mm{currentPage;itemsPerPage;entriesInterval;entriesEdge;linkTo;prevText;nextText;ellipseText;prevShowAlways;nextShowAlways;callback;totalPages;parentVNode;constructor(t,e,n){this.currentPage=n?.currentPage||0,this.itemsPerPage=n?.itemsPerPage||10,this.entriesInterval=n?.entriesInterval||5,this.entriesEdge=n?.entriesEdge||1,this.linkTo=n?.linkTo||"javascript:;",this.prevText=n?.prevText||"上一页",this.nextText=n?.nextText||"下一页",this.ellipseText=n?.ellipseText||"...",this.prevShowAlways=typeof n?.prevShowAlways=="boolean"?n?.prevShowAlways:!0,this.nextShowAlways=typeof n?.nextShowAlways=="boolean"?n?.nextShowAlways:!0,this.callback=n?.callback||(i=>!1),this.totalPages=Math.ceil(e/this.itemsPerPage),this.parentVNode=this.createParentVNode(),Re(this.parentVNode,t),this.selectPage(this.currentPage)}createParentVNode(){return Ce("div",{class:"pagination"},[])}appendVNode(t,e,n){e=e<0?0:e<this.totalPages?e:this.totalPages-1;const i=n?.text||String(e+1),r=n?.classes||"";t.children.push(e==this.currentPage&&r.indexOf("prev")==-1&&r.indexOf("next")==-1?Ce("span",{class:`current ${r}`},i):Ce("a",{class:r,href:this.linkTo.replace(/__id__/,String(e)),onClick:o=>this.selectPage(e,o)},i))}drawLinks(){const t=this.createParentVNode(),e=Math.ceil(this.entriesInterval/2),n=this.currentPage>e?Math.max(Math.min(this.currentPage-e,this.totalPages-this.entriesInterval),0):0,i=this.currentPage>e?Math.min(this.currentPage+e,this.totalPages):Math.min(this.entriesInterval,this.totalPages);if(this.prevText&&(this.currentPage>0||this.prevShowAlways)&&this.appendVNode(t,this.currentPage-1,{text:this.prevText,classes:"prev"}),n>0&&this.entriesEdge>0){const r=Math.min(this.entriesEdge,n);for(let o=0;o<r;o++)this.appendVNode(t,o);this.entriesEdge<n&&this.ellipseText&&t.children.push(Ce("span",{},this.ellipseText))}for(let r=n;r<i;r++)this.appendVNode(t,r);if(i<this.totalPages&&this.entriesEdge>0){this.totalPages-this.entriesEdge>i&&this.ellipseText&&t.children.push(Ce("span",{},this.ellipseText));const r=Math.max(this.totalPages-this.entriesEdge,i);for(let o=r;o<this.totalPages;o++)this.appendVNode(t,o)}this.nextText&&(this.currentPage<this.totalPages-1||this.nextShowAlways)&&this.appendVNode(t,this.currentPage+1,{text:this.nextText,classes:"next"}),Hs(this.parentVNode,t),this.parentVNode=t}selectPage(t,e){this.currentPage=t=t<0?0:t<this.totalPages?t:this.totalPages-1,this.drawLinks();const n=this.callback(t);return e&&(n||(e.stopPropagation?e.stopPropagation():e.cancelBubble=!0)),n}prevPage(){return this.selectPage(this.currentPage-1)}nextPage(){return this.selectPage(this.currentPage+1)}}return u.Arrow=Cf,u.BezierEasing=Nn,u.CSSToJSEasing=kl,u.Clock=Yn,u.Color=pt,u.CommonKeyCode=jf,u.Confetti=Uf,u.ControlsColorPattern=Se,u.Cross=Df,u.CustomCanvasContext=je,u.CustomCanvasGradient=Bs,u.CustomCanvasPattern=Gn,u.DOMParse=No,u.DOMSVGUtil=we,u.DOMToBlob=Nr,u.DOMToString=En,u.DOMVideo=es,u.Easing=R,u.Ellipse=Go,u.FetchWithAxios=Or,u.FetchWithAxiosRequestCancel=Fr,u.FileUpload=Oc,u.Fox=Tf,u.Heart=Pf,u.HeartVariant=Ef,u.HttpError=Ii,u.Interpolation=Vt,u.Line=ve,u.LinePicture=vf,u.LineQuadraticBezier=xf,u.Ls=le,u.MVVM=wd,u.Matrix=mt,u.Matrix3D=xt,u.NormalColors=Fo,u.Pagination=mm,u.Point=Ht,u.Point3D=Je,u.Point3Ds=Bf,u.Points=zo,u.QRCode=ce,u.Rabbit=Af,u.Rect=$t,u.Ring=hi,u.RingIndicator=Of,u.SVGParse=Xo,u.SVGParsedPathArgsLength=We,u.Sector=Mf,u.SectorArc=qo,u.Segment=Lf,u.Shape=H,u.ShapeCombo=ci,u.ShapeGroup=at,u.Ship=kf,u.Slider=Rf,u.Star=_f,u.TWEEN=Yl,u.Text=ss,u.Timeline=ks,u.Tip=Vo,u.Tree=If,u.Tween=Un,u.WebGLRenderer=Ld,u.WebRTCClient=Rd,u.WebSocketClient=bd,u.YZCanvas=Md,u.YZCanvasContext=Us,u.YZMessageChannel=Ad,u.YZSVG=Sf,u.YZWorker=_d,u.addClass=nd,u.addWatermark=df,u.addWxJsReadyFnBeforeConfig=wi,u.ajax=Dd,u.aliJsChooseImage=um,u.aliJsGetLocation=cm,u.aliJsOpenLocation=lm,u.aliJsPreviewImage=fm,u.aliJsReady=om,u.aliJsScan=hm,u.aliJsTradePay=am,u.angle=ne,u.appendURL=yi,u.appendURLRecord=Ed,u.atomReadAttribute=go,u.atomReadAttributes=Zn,u.atomReadStyle=eu,u.atomReadStyles=Wn,u.atomRemoveAttribute=iu,u.atomRemoveDataset=sd,u.atomRemoveStyle=Jn,u.atomWriteAttribute=zs,u.atomWriteStyle=Xs,u.base64EncodeOutputStream=Do,u.bitmapMapper=jo,u.blobToImageData=Bu,u.byteArrayOutputStream=ei,u.canDrawBitmap=$r,u.canUsePaths=ml,u.canUseWorker=Hr,u.cancelBubble=Xr,u.cancelFetch=td,u.changeBrightness=uf,u.changeDiaphaneity=ff,u.changeSize=lf,u.checkWxJsApi=Fd,u.clearCookies=Nc,u.color=ts,u.combineTransformToMatrix=su,u.compareVersion=Qc,u.computeImageDisplayRect=Lu,u.createElement=ad,u.createElementNS=hd,u.createFragment=ta,u.createIndexDB=Yc,u.createObjectURL=Ho,u.createRunCycleInMaxRate=bl,u.createTextNode=cd,u.createXMLHttpRequest=oa,u.distance=Os,u.distance2=Fs,u.domPrefixes=nu,u.drawBitmapInCanvas=Xf,u.drawQRCodeToCanvas=wf,u.easeNameToCubicBezier=Bn,u.flipSideToSide=Yu,u.flipUpsideDown=Xu,u.flushURL=ra,u.flushURLRecord=Pd,u.formDataToSearch=ia,u.getBitmapFromCanvas=Yf,u.getBodyPosition=hu,u.getBrowserClient=An,u.getBrowserClientVersion=tl,u.getBrowserLanguage=el,u.getCSSVar=Y,u.getDOMMatrix=Hn,u.getDirection=Gl,u.getDocumentElementPosition=Ze,u.getElementPositionInPage=Kn,u.getElementPositionInPage2=uu,u.getElementPositionInViewport=yo,u.getFetchId=Vs,u.getFileExtension=Rc,u.getFileMD5Hash=Ur,u.getFileTypeFromFile=kc,u.getFormSubmitData=Id,u.getImageData=Eo,u.getImageDataByAIData=pf,u.getImageMainColor=Uu,u.getInternetExplorerVersion=Gr,u.getKeyCode=Hf,u.getMIME=Lc,u.getMouseButton=Zc,u.getMousePositionInElement=Me,u.getMousePositionInPage=Qn,u.getMousePositionInViewport=mu,u.getOperatingSystem=_s,u.getOperatingSystemVersion=Kc,u.getPageSize=lu,u.getParameters=Td,u.getPath=Sd,u.getRelativeBoundingClientRect=fu,u.getScreenPosition=au,u.getStyle=be,u.getTimeZone=sl,u.getURL=$s,u.getVerticalScrollPercentInPage=du,u.getViewportSize=cu,u.getVnode=Xn,u.gifImage=Io,u.h=Ce,u.hFromEl=js,u.hasClass=rd,u.hasDocument=ul,u.hasHistory=fl,u.hasWindow=jr,u.hideEl=Qo,u.iframePostMessage=ud,u.imageDataToBitmap=Ou,u.imageDataToBlob=Nu,u.imageDataToDataURL=Fu,u.immediateVnode=Xl,u.injectStyle=po,u.injectWxJsConfig=Od,u.isAliBrowser=qr,u.isAliMiniProgram=ll,u.isAndroid=zr,u.isAppleDevice=nl,u.isBrowserSupportFileAPI=dl,u.isElement=pl,u.isEventSupported=Jc,u.isIE=rl,u.isIE10=al,u.isIE11=hl,u.isIE9=ol,u.isIOS=Dn,u.isMacOS=In,u.isMobile=il,u.isNative=As,u.isTouchSupport=yl,u.isURL=vd,u.isWxBrowser=Vr,u.isWxMiniProgram=cl,u.jpgToPng=of,u.leftRotate=zu,u.length=Ls,u.mapTDTJSSDK=dm,u.marginSharpen=rf,u.microTask=Cl,u.mosaic=mf,u.mount=Re,u.multiplyArrayOfMatrix=Ql,u.multiplyArrayOfMatrix3D=tu,u.multiplyMatrix=fo,u.multiplyMatrix3D=mo,u.nextTick=vl,u.normalizePoint=zl,u.objectSignature=Lr,u.onDocumentReady=Tu,u.outputGifBase64=Mo,u.outputQRCodeBase64=yf,u.parseCSS=Yo,u.parseTransformToMatrix=jn,u.patch=Hs,u.pngToJpg=af,u.polar=Bt,u.prefixes=gl,u.preventDefault=ee,u.radiusClip=cf,u.readFileInBrowser=ze,u.recordToSearch=Ws,u.rectClip=hf,u.removeClass=id,u.requestAnimationFrameCycle=Mn,u.reverseCSSToJSEasing=Rl,u.reverseEaseNameToCubicBezier=so,u.reverseEasing=Zr,u.revokeObjectURL=zf,u.rightRotate=Gu,u.rotatePoint=Rt,u.scheduleIdle=Wr,u.scheduleVnode=zn,u.scheduleYZIdle=On,u.scrollTo=Iu,u.searchToRecord=Cd,u.selectFileInBrowser=_n,u.setCSSVar=bf,u.setIntervalAccurate=wl,u.setManualScroll=Mu,u.setRem=xd,u.setStyle=$n,u.setTimeoutAccurate=kn,u.setWindowTitle=Pu,u.sharpen=nf,u.showEl=Ko,u.signature=Rr,u.simulateMouseEventFromTouch=Wc,u.stringToDOM=Mc,u.theme=si,u.toBlackAndWhite=ju,u.toBlue=Ju,u.toBlueAndGreen=Qu,u.toBlueAndGrey=sf,u.toDegree=ot,u.toGreen=Wu,u.toGreenAndGrey=ef,u.toGrey=Vu,u.toGrey2=qu,u.toOpposite=Hu,u.toRadian=U,u.toRed=$u,u.toRedAndBlue=Ku,u.toRedAndGreen=Zu,u.toRedAndGrey=tf,u.toggleClass=pi,u.toggleElDisplay=od,u.transformPath2D=Kl,u.trimHash=na,u.useAttribute=ie,u.useClickA=fi,u.useClipboard=fd,u.useCookie=Fc,u.useDataset=ed,u.useDraggable=ru,u.useDrop=ou,u.useElement=Wt,u.useElementEventBus=bu,u.useEventListener=F,u.useFetch=Jo,u.useFetchCache=Qf,u.useFireEvent=$c,u.useHistoryRouter=_u,u.useHotKey=ui,u.useHotKeyFileLoop=Wf,u.useHotKeyFileOnce=$f,u.useLoadImage=Wo,u.useLoadLink=Zf,u.useLoadScript=Jf,u.useLocalStorage=Yr,u.useLocale=gi,u.useLocation=dd,u.useMedia=vo,u.useMousePoint=wo,u.useMutation=Ru,u.usePressDownMove=re,u.usePressDownMoveWithMouse=yu,u.usePressDownMoveWithPointer=So,u.usePressDownMoveWithTouch=wu,u.usePreventScroll=Du,u.usePullDown=xu,u.usePullUp=Su,u.useResize=xo,u.useRunInSandbox=pd,u.useSafeArea=Eu,u.useScroll=Au,u.useSelectFile=li,u.useSelectFileImage=Gf,u.useSessionStorage=Bc,u.useShadowRoot=ld,u.useTheme=vu,u.useThemeToggle=Cu,u.useVibrate=md,u.useVisible=ku,u.useWindow=xe,u.waitForStyleSheetsLoaded=Kf,u.writeToIndexDB=Xc,u.wxJsChooseImage=Ud,u.wxJsDownloadImage=zd,u.wxJsDownloadVoice=Kd,u.wxJsGetLocalImgData=Gd,u.wxJsGetLocation=sm,u.wxJsGetNetworkType=tm,u.wxJsLogin=rm,u.wxJsOnVoicePlayEnd=Jd,u.wxJsOnVoiceRecordEnd=jd,u.wxJsOpenLocation=em,u.wxJsPauseVoice=$d,u.wxJsPay=im,u.wxJsPlayVoice=Hd,u.wxJsPreviewImage=Yd,u.wxJsScanQRCode=nm,u.wxJsStartRecord=Vd,u.wxJsStopRecord=qd,u.wxJsStopVoice=Wd,u.wxJsTranslateVoice=Qd,u.wxJsUpdateAppMessageShareData=Nd,u.wxJsUpdateTimelineShareData=Bd,u.wxJsUploadImage=Xd,u.wxJsUploadVoice=Zd,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"}),u}({});
|
|
62
62
|
//# sourceMappingURL=zyzgroup_core_web.iife.js.map
|