@zyzgroup/core-web 0.1.11 → 0.1.12
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/better.css +0 -8
- package/dist/theme.css +32 -0
- package/dist/zyzgroup_core_web.iife.js +21 -23
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +8762 -6751
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +21 -23
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/color.d.ts +114 -0
- package/types/color.d.ts.map +1 -0
- package/types/hooks/index.d.ts +4 -2
- package/types/hooks/index.d.ts.map +1 -1
- package/types/hooks/onDocumentReady.d.ts +3 -0
- package/types/hooks/onDocumentReady.d.ts.map +1 -0
- package/types/hooks/useElement.d.ts +1 -1
- package/types/hooks/useElement.d.ts.map +1 -1
- package/types/hooks/useElementEventBus.d.ts +1 -1
- package/types/hooks/useElementEventBus.d.ts.map +1 -1
- package/types/hooks/useEventListener.d.ts +1 -1
- package/types/hooks/useEventListener.d.ts.map +1 -1
- package/types/hooks/useFeRouteChange.d.ts +9 -0
- package/types/hooks/useFeRouteChange.d.ts.map +1 -0
- package/types/hooks/useHotKey.d.ts +1 -1
- package/types/hooks/useHotKey.d.ts.map +1 -1
- package/types/hooks/useIntersection.d.ts +3 -0
- package/types/hooks/useIntersection.d.ts.map +1 -0
- package/types/hooks/useLoadImage.d.ts +1 -1
- package/types/hooks/useLoadImage.d.ts.map +1 -1
- package/types/hooks/useMedia.d.ts +1 -1
- package/types/hooks/useMutation.d.ts +1 -4
- package/types/hooks/useMutation.d.ts.map +1 -1
- package/types/hooks/useResize.d.ts +1 -0
- package/types/hooks/useResize.d.ts.map +1 -1
- package/types/hooks/useSafeArea.d.ts.map +1 -1
- package/types/hooks/useScroll.d.ts +1 -5
- package/types/hooks/useScroll.d.ts.map +1 -1
- package/types/hooks/useStyle.d.ts.map +1 -1
- package/types/hooks/useTheme.d.ts +2 -0
- package/types/hooks/useTheme.d.ts.map +1 -1
- package/types/hooks/useVisible.d.ts +12 -5
- package/types/hooks/useVisible.d.ts.map +1 -1
- package/types/hooks/useWindow.d.ts +0 -15
- package/types/hooks/useWindow.d.ts.map +1 -1
- package/types/index.d.ts +1 -1
- package/types/math/{core/BufferAttribute.d.ts → BufferAttribute.d.ts} +4 -11
- package/types/math/BufferAttribute.d.ts.map +1 -0
- package/types/math/{core/Cylindrical.d.ts → Cylindrical.d.ts} +1 -1
- package/types/math/Cylindrical.d.ts.map +1 -0
- package/types/math/{core/Euler.d.ts → Euler.d.ts} +5 -7
- package/types/math/Euler.d.ts.map +1 -0
- package/types/math/Matrix.d.ts +210 -93
- package/types/math/Matrix.d.ts.map +1 -1
- package/types/math/{core/Quaternion.d.ts → Quaternion.d.ts} +7 -7
- package/types/math/Quaternion.d.ts.map +1 -0
- package/types/math/{core/Spherical.d.ts → Spherical.d.ts} +1 -1
- package/types/math/Spherical.d.ts.map +1 -0
- package/types/math/{core/SphericalHarmonics3.d.ts → SphericalHarmonics3.d.ts} +1 -1
- package/types/math/SphericalHarmonics3.d.ts.map +1 -0
- package/types/math/Vector.d.ts +202 -0
- package/types/math/Vector.d.ts.map +1 -0
- package/types/math/_core/Frustum.d.ts +1 -0
- package/types/math/_core/Frustum.d.ts.map +1 -0
- package/types/math/{core → _core}/constants.d.ts +0 -5
- package/types/math/_core/constants.d.ts.map +1 -0
- package/types/math/core/Box2.d.ts +1 -1
- package/types/math/core/Box2.d.ts.map +1 -1
- package/types/math/core/Box3.d.ts +7 -7
- package/types/math/core/Box3.d.ts.map +1 -1
- package/types/math/core/Line3.d.ts +2 -2
- package/types/math/core/Line3.d.ts.map +1 -1
- package/types/math/core/Object3D.d.ts +8 -6
- package/types/math/core/Object3D.d.ts.map +1 -1
- package/types/math/core/Plane.d.ts +5 -6
- package/types/math/core/Plane.d.ts.map +1 -1
- package/types/math/core/Ray.d.ts +2 -2
- package/types/math/core/Ray.d.ts.map +1 -1
- package/types/math/core/Sphere.d.ts +4 -4
- package/types/math/core/Sphere.d.ts.map +1 -1
- package/types/math/core/Triangle.d.ts +4 -5
- package/types/math/core/Triangle.d.ts.map +1 -1
- package/types/math/index.d.ts +2 -0
- package/types/math/index.d.ts.map +1 -1
- package/types/math/line/PathD.d.ts +3 -3
- package/types/math/line/PathD.d.ts.map +1 -1
- package/types/wxJSSDK.d.ts.map +1 -1
- package/types/hooks/useHistoryRouter.d.ts +0 -5
- package/types/hooks/useHistoryRouter.d.ts.map +0 -1
- package/types/math/core/BufferAttribute.d.ts.map +0 -1
- package/types/math/core/Color.d.ts +0 -59
- package/types/math/core/Color.d.ts.map +0 -1
- package/types/math/core/ColorManagement.d.ts +0 -20
- package/types/math/core/ColorManagement.d.ts.map +0 -1
- package/types/math/core/Cylindrical.d.ts.map +0 -1
- package/types/math/core/Euler.d.ts.map +0 -1
- package/types/math/core/Frustum.d.ts +0 -21
- package/types/math/core/Frustum.d.ts.map +0 -1
- package/types/math/core/Matrix.d.ts +0 -16
- package/types/math/core/Matrix.d.ts.map +0 -1
- package/types/math/core/Matrix2.d.ts +0 -19
- package/types/math/core/Matrix2.d.ts.map +0 -1
- package/types/math/core/Matrix3.d.ts +0 -46
- package/types/math/core/Matrix3.d.ts.map +0 -1
- package/types/math/core/Matrix4.d.ts +0 -66
- package/types/math/core/Matrix4.d.ts.map +0 -1
- package/types/math/core/Quaternion.d.ts.map +0 -1
- package/types/math/core/Spherical.d.ts.map +0 -1
- package/types/math/core/SphericalHarmonics3.d.ts.map +0 -1
- package/types/math/core/Vector.d.ts +0 -19
- package/types/math/core/Vector.d.ts.map +0 -1
- package/types/math/core/Vector2.d.ts +0 -66
- package/types/math/core/Vector2.d.ts.map +0 -1
- package/types/math/core/Vector3.d.ts +0 -80
- package/types/math/core/Vector3.d.ts.map +0 -1
- package/types/math/core/Vector4.d.ts +0 -64
- package/types/math/core/Vector4.d.ts.map +0 -1
- package/types/math/core/constants.d.ts.map +0 -1
- package/types/math/core/index.d.ts +0 -9
- package/types/math/core/index.d.ts.map +0 -1
- package/types/theme.d.ts +0 -57
- package/types/theme.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var ZYZGroupCoreWeb=function(
|
|
1
|
+
var ZYZGroupCoreWeb=function(d){"use strict";var cr=typeof document<"u"?document.currentScript:null;class lr extends Error{response;constructor(t,e){super(t),this.response=e}}function ur(){return typeof window<"u"?window:typeof global<"u"?global:this||{}}const _s=i=>{let t=null;switch(i){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(_s("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,20 +7,18 @@ var ZYZGroupCoreWeb=function(u){"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=(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(
|
|
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
|
-
`+r.map(
|
|
14
|
-
`):" "+
|
|
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
|
|
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},Qt=(i,t)=>(typeof i=="string"&&(i=_s(i)||new RegExp(i)),i.test(t)),fr=(i,t)=>{typeof i=="string"&&(i=_s(i)||new RegExp(i));const e=t.match(i);return e?i.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},dr=(i,t)=>{typeof i=="string"&&(i=_s(i)||new RegExp(i));const e=[],s=t.matchAll(i);for(const n of s)e.push({matchIndex:typeof n.index=="number"?n.index:-1,fullMatch:n[0],groupMatchs:n.slice(1)});return e};function Ch(i){const t=i.match(/[\s\S]/gu);return t?t.length:0}function mr(i,t){const e=i.codePointAt(t);return e?String.fromCodePoint(e):void 0}function gr(i=12){const t="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghijklmnopqrstuvwxyz0123456789",e=t.length;let s="";for(let n=0;n<i;n++)s+=t[Math.floor(Math.random()*e)];return s}function vh(i){return i.replace(/(^\w)/g,t=>t.toLowerCase())}const mt=(i,t="-")=>{let e=i.replace(new RegExp(`${t}?([A-Z])`,"g"),t+"$1").toLowerCase();return e=e.replace(new RegExp(`^${t}`),""),e};function Th(i){return i.replace(/(^\w|[_-]\w)/g,t=>t.slice(-1).toUpperCase())}function pr(i){return vh(Th(i))}function yr(i){let t="";for(let e=0,s=i.length;e<s;e++){const n=i.charCodeAt(e);n>=1&&n<=127?t+=i.charAt(e):n>2047?(t+=String.fromCharCode(224|n>>12&15),t+=String.fromCharCode(128|n>>6&63),t+=String.fromCharCode(128|n>>0&63)):(t+=String.fromCharCode(192|n>>6&31),t+=String.fromCharCode(128|n>>0&63))}return t}function _h(i){return i.slice(0)}function Ph(i,t=!0){const e=t?_h(i.buffer):i.buffer;return new i.constructor(e,i.byteOffset,i.length)}const Mh="[object String]",Eh="[object Symbol]";function wr(i){return Object.prototype.toString.call(i)}function Ah(i){return i!=null}function kh(i){return wr(i)===Mh}function Ih(i){return i===i+0}function Dh(i){return wr(i)===Eh}function xr(i,...t){return new i.constructor(...t)}function br(i,t){for(const e in i)Object.prototype.hasOwnProperty.call(i,e)&&!t(e,i[e])&&delete i[e];return i}function Rh(i,t="",e=["","sign","key"]){return Object.keys(i).filter(s=>{for(let n=0,r=e.length;n<r;n++)if(i[s]==e[n])return!1;return!0}).sort().map(s=>`${s}=${i[s]}`).join("&")+t}function Pe(i,t){const e=i.findIndex(s=>s===t);return e>=0&&i.splice(e,1),i}function Sr(i,t){return i.findIndex(e=>e==t)>=0}function Lh(i,...t){return t.forEach(e=>{Sr(i,e)||i.push(e)}),i}let Cr;try{Cr=Map}catch{Cr=function(){}}let vr;try{vr=Set}catch{vr=function(){}}function zh(i){return typeof i=="number"&&Number.isNaN(i)}function It(i,t){if(i=parseFloat(i),zh(i)){if(typeof t=="number")return t;throw new Error(`parseNumber(${i}) isNaN!`)}return i}function Ps(i,t,e=Number.EPSILON*Math.pow(2,2)){return Math.abs(i-t)<e}function F(i,t,e){const s=Math.min(t,e),n=Math.max(t,e);return i<s?s:i>n?n:i}function Oh(i,t){return(i%t+t)%t}function ki(i,t,e){return(1-e)*i+e*t}const Fh=(i,t,e)=>s=>{const n=F(s,i,t);return e==0?n:t-n<e?t:Math.round(n/e)*e};function Bh(i,t=12){return It(i,0).toFixed(t)}function jt(i,t=12){return+Bh(i,t)}function Ii(i,t){const e=fr("number-single",String(i));return{hasNumber:!!e,number:e&&!Array.isArray(e)&&e.fullMatch?parseFloat(e.fullMatch):Ah(t)?t:NaN,prefix:e&&!Array.isArray(e)&&e.fullMatch?i.substring(0,e.matchIndex):"",suffix:e&&!Array.isArray(e)&&e.fullMatch?i.substring(e.matchIndex+e.fullMatch.length):""}}function Tr(i){const t=fr("number",i);return t?Array.isArray(t)?t.map(e=>Number(e.fullMatch)):[Number(t.fullMatch)]:[]}const te=Nh();function Nh(){const i=new ArrayBuffer(4),t=new Float32Array(i),e=new Uint32Array(i),s=new Uint32Array(512),n=new Uint32Array(512);for(let h=0;h<256;++h){const c=h-127;c<-27?(s[h]=0,s[h|256]=32768,n[h]=24,n[h|256]=24):c<-14?(s[h]=1024>>-c-14,s[h|256]=1024>>-c-14|32768,n[h]=-c-1,n[h|256]=-c-1):c<=15?(s[h]=c+15<<10,s[h|256]=c+15<<10|32768,n[h]=13,n[h|256]=13):c<128?(s[h]=31744,s[h|256]=64512,n[h]=24,n[h|256]=24):(s[h]=31744,s[h|256]=64512,n[h]=13,n[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:n,mantissaTable:r,exponentTable:a,offsetTable:o}}function vt(i){Math.abs(i)>65504&&console.warn("toHalfFloat(): Value out of range."),i=F(i,-65504,65504),te.floatView[0]=i;const t=te.uint32View[0],e=t>>23&511;return te.baseTable[e]+((t&8388607)>>te.shiftTable[e])}function Ms(i){const t=i>>10;return te.uint32View[0]=te.mantissaTable[te.offsetTable[t]+(i&1023)]+te.exponentTable[t],te.floatView[0]}var gt=(i=>(i.UNKNOWN="",i.TEXT="text/plain",i.MD="text/plain",i.HTML="text/html",i.XML_TEXT="text/xml",i.CSS="text/css",i.JPEG="image/jpeg",i.PNG="image/png",i.GIF="image/gif",i.BMP="image/bmp",i.WEBP="image/webp",i.SVG="image/svg+xml",i.ICON="image/x-icon",i.MICROSOFT_ICON="image/vnd.microsoft.icon",i.MPEG="audio/mpeg",i.MP3="audio/mpeg",i.MP4="video/mp4",i.OGG="audio/ogg",i.WAV="audio/wav",i.MIDI="audio/midi",i.WEBM="video/webm",i.VIDEO_OGG="video/ogg",i.OCTET_STREAM="application/octet-stream",i.JAVASCRIPT="application/javascript",i.ECMASCRIPT="application/ecmascript",i.JSON="application/json",i.XML="application/xml",i.XHTML="application/xhtml+xml",i.XWWW="application/x-www-form-urlencoded",i.DOC="application/msword",i.CSV="application/x-csv",i.EXCEL="application/vnb.ms-excel",i.PPT="application/vnb.mspowerpoint",i.PDF="application/pdf",i.ZIP="application/zip",i.TGZ="application/x-gtar",i.TAR_GZ="application/x-gzip",i.EOT="appliaction/vnd.ms-fontobject",i.TTF="aplication/font-sfnt",i.PKCS12="aplication/pkcs12",i))(gt||{}),Es=(i=>(i.ascii="ascii",i.utf8="utf8",i.utf16le="utf16le",i.ucs2="ucs2",i.base64="base64",i.base64url="base64url",i.latin1="latin1",i.binary="binary",i.hex="hex",i))(Es||{}),Dt=(i=>(i.text="text",i.dataURL="dataURL",i.binaryString="binaryString",i.arraybuffer="arraybuffer",i))(Dt||{});const Ue=(i,t=16)=>{let e=i.toLowerCase();const s=e.indexOf("0b")==0,n=e.indexOf("0o")==0,r=e.indexOf("0x")==0;(s||n||r)&&(e=e.slice(2)),s&&(t=2),n&&(t=8),r&&(t=16);const a=parseInt(e,t);if(isNaN(a))throw new Error(`radixStringToNumber(${i}, ${t}) 无法解析!`);return a};function Yh(i){return new TextEncoder().encode(i)}function Uh(i){return String.fromCharCode.apply(null,new Uint16Array(i))}const Di=(i,t,e)=>t?e===Es.base64?new Blob([i],{type:`${t};${e}`}):e===Es.utf8?new Blob([i],{type:`${t};charset=${e}`}):new Blob([i],{type:`${t}`}):new Blob([i]),Xh=i=>{let t=gt.UNKNOWN;switch(new DataView(i).getUint32(0,Vh()).toString(16).toUpperCase()){case"FFD8FFDB":t=gt.JPEG;break;case"FFD8FFE0":case"FFD8FFE1":case"FFD8FFE2":case"FFD8FFE3":t=gt.JPEG;break;case"89504E47":t=gt.PNG;break;case"47494638":t=gt.GIF;break;case"52494646":t=gt.WEBP;break;case"25504446":t=gt.PDF;break;case"504B0304":t=gt.ZIP;break}return t};function Vh(){const i=Uint32Array.of(305419896),t=new Uint8Array(i.buffer);switch(t[0]*16777216+t[1]*65536+t[2]*256+t[3]){case 305419896:return!1;case 2018915346:return!0}}function J(){return(performance||Date).now()}function Gh(i,t=3,e=":"){let s=""+i[0]+i[1];switch(t){case 1:break;case 2:s+=e+i[2]+i[3];break;case 3:s+=e+i[4]+i[5];break}return s}function qh(i){let t=0;for(let e=5;e>=0;e=e-2)e==5?t+=i[e-1]*10+i[e]:e==3?t+=(i[e-1]*10+i[e])*60:e==1&&(t+=(i[e-1]*10+i[e])*60*60);return t=Math.floor(Math.max(0,t)),t*1e3}function jh(i){let t=qh(i)/1e3;const e=t%60;i[5]=e%10,i[4]=Math.floor(e/10),t=Math.floor(t/60);const s=t%60;i[3]=s%10,i[2]=Math.floor(s/10),t=Math.floor(t/60);const n=t%60%24;return i[1]=n%10,i[0]=Math.floor(n/10),i}function Hh(i,t=1){return i[5]+=t,jh(i)}class Xe{events;constructor(){this.events={}}isEmpty(t){return this.events[t]==null||this.events[t].length==0}has(t,e){return this.events[t]!==void 0&&this.events[t].indexOf(e)!==-1}prependListener(t,e){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(n=>{n(...e)}),this}once(t,e){const n=(()=>{let r=!1;return(...a)=>{r||(r=!0,e(...a),this.off(t,n))}})();return this.on(t,n),this}}const Ri=()=>{};Array.prototype.ap=function(i){return this.reduce((t,e)=>t.concat(i.map(e)),[])};let Qe;function xt(i){Qe=i,i(),Qe=null}class Wh{subscribers=new Set;add(){Qe&&!this.subscribers.has(Qe)&&this.subscribers.add(Qe)}notify(){this.subscribers.forEach(t=>t())}}const _r=new WeakMap;function As(i,t){let e=_r.get(i);e||(e=new Map,_r.set(i,e));let s=e.get(t);return s||(s=new Wh,e.set(t,s)),s}function $h(i,t=!1){return Object.keys(i).forEach(e=>{let s=i[e];if(t&&typeof s=="object"&&s!==null)i[e]=Li(s,t);else{const n=As(i,e);Object.defineProperty(i,e,{configurable:!0,enumerable:!0,get(){return n.add(),s},set(r){s!=r&&(s=r,n.notify())}})}}),i}function ks(i,t=!1){return $h({value:i},t)}function Li(i,t=!1){const e={get(n,r,a){const o=Reflect.get(n,r,a);if(t&&typeof o=="object"&&o!==null&&!("isYZReactiveProxy"in o)){const c=Li(o,t);c.YZReactiveProxyParentTarget=n,c.YZReactiveProxyParentKey=r,Reflect.set(a,r,c)}return As(n,r).add(),Reflect.get(n,r,a)},set(n,r,a,o){const h=Reflect.get(n,r,o),c=Reflect.set(n,r,a,o);return Array.isArray(n)?As(n.YZReactiveProxyParentTarget,n.YZReactiveProxyParentKey).notify():h!=a&&As(n,r).notify(),c},has(n,r){return r==="isYZReactiveProxy"||r in n}};return new Proxy(i,e)}const Pr=Li;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,s])=>((kh(e)||Ih(e)||Dh(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,n]=e[t];return[s,n]}}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,n=e.length;s<n;s++){const[r,a]=e[s];t(r,a)===!1&&this.delete(r)}e=Array.from(this.mapsAddedDuringUpdate.entries())}}}function Jh(i,t=(e,s)=>e<=s){const e=i.length;let s=Math.floor(e/2);for(;s>0;){for(let n=s;n<e;n++){const r=i[n];let a=n;for(;a>=s&&!t(i[a-s],r);)i[a]=i[a-s],a-=s;i[a]=r}s=Math.floor(s/2)}}function Zh(){const i={};return i.promise=new Promise((t,e)=>{i.resolve=t,i.reject=e}),i}let Mr;try{Mr=Promise}catch{Mr=function(){}}function Er(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var Ar={exports:{}};(function(i,t){(function(e){i.exports=e()})(function(e){var s=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function n(b,S){var y=b[0],w=b[1],P=b[2],_=b[3];y+=(w&P|~w&_)+S[0]-680876936|0,y=(y<<7|y>>>25)+w|0,_+=(y&w|~y&P)+S[1]-389564586|0,_=(_<<12|_>>>20)+y|0,P+=(_&y|~_&w)+S[2]+606105819|0,P=(P<<17|P>>>15)+_|0,w+=(P&_|~P&y)+S[3]-1044525330|0,w=(w<<22|w>>>10)+P|0,y+=(w&P|~w&_)+S[4]-176418897|0,y=(y<<7|y>>>25)+w|0,_+=(y&w|~y&P)+S[5]+1200080426|0,_=(_<<12|_>>>20)+y|0,P+=(_&y|~_&w)+S[6]-1473231341|0,P=(P<<17|P>>>15)+_|0,w+=(P&_|~P&y)+S[7]-45705983|0,w=(w<<22|w>>>10)+P|0,y+=(w&P|~w&_)+S[8]+1770035416|0,y=(y<<7|y>>>25)+w|0,_+=(y&w|~y&P)+S[9]-1958414417|0,_=(_<<12|_>>>20)+y|0,P+=(_&y|~_&w)+S[10]-42063|0,P=(P<<17|P>>>15)+_|0,w+=(P&_|~P&y)+S[11]-1990404162|0,w=(w<<22|w>>>10)+P|0,y+=(w&P|~w&_)+S[12]+1804603682|0,y=(y<<7|y>>>25)+w|0,_+=(y&w|~y&P)+S[13]-40341101|0,_=(_<<12|_>>>20)+y|0,P+=(_&y|~_&w)+S[14]-1502002290|0,P=(P<<17|P>>>15)+_|0,w+=(P&_|~P&y)+S[15]+1236535329|0,w=(w<<22|w>>>10)+P|0,y+=(w&_|P&~_)+S[1]-165796510|0,y=(y<<5|y>>>27)+w|0,_+=(y&P|w&~P)+S[6]-1069501632|0,_=(_<<9|_>>>23)+y|0,P+=(_&w|y&~w)+S[11]+643717713|0,P=(P<<14|P>>>18)+_|0,w+=(P&y|_&~y)+S[0]-373897302|0,w=(w<<20|w>>>12)+P|0,y+=(w&_|P&~_)+S[5]-701558691|0,y=(y<<5|y>>>27)+w|0,_+=(y&P|w&~P)+S[10]+38016083|0,_=(_<<9|_>>>23)+y|0,P+=(_&w|y&~w)+S[15]-660478335|0,P=(P<<14|P>>>18)+_|0,w+=(P&y|_&~y)+S[4]-405537848|0,w=(w<<20|w>>>12)+P|0,y+=(w&_|P&~_)+S[9]+568446438|0,y=(y<<5|y>>>27)+w|0,_+=(y&P|w&~P)+S[14]-1019803690|0,_=(_<<9|_>>>23)+y|0,P+=(_&w|y&~w)+S[3]-187363961|0,P=(P<<14|P>>>18)+_|0,w+=(P&y|_&~y)+S[8]+1163531501|0,w=(w<<20|w>>>12)+P|0,y+=(w&_|P&~_)+S[13]-1444681467|0,y=(y<<5|y>>>27)+w|0,_+=(y&P|w&~P)+S[2]-51403784|0,_=(_<<9|_>>>23)+y|0,P+=(_&w|y&~w)+S[7]+1735328473|0,P=(P<<14|P>>>18)+_|0,w+=(P&y|_&~y)+S[12]-1926607734|0,w=(w<<20|w>>>12)+P|0,y+=(w^P^_)+S[5]-378558|0,y=(y<<4|y>>>28)+w|0,_+=(y^w^P)+S[8]-2022574463|0,_=(_<<11|_>>>21)+y|0,P+=(_^y^w)+S[11]+1839030562|0,P=(P<<16|P>>>16)+_|0,w+=(P^_^y)+S[14]-35309556|0,w=(w<<23|w>>>9)+P|0,y+=(w^P^_)+S[1]-1530992060|0,y=(y<<4|y>>>28)+w|0,_+=(y^w^P)+S[4]+1272893353|0,_=(_<<11|_>>>21)+y|0,P+=(_^y^w)+S[7]-155497632|0,P=(P<<16|P>>>16)+_|0,w+=(P^_^y)+S[10]-1094730640|0,w=(w<<23|w>>>9)+P|0,y+=(w^P^_)+S[13]+681279174|0,y=(y<<4|y>>>28)+w|0,_+=(y^w^P)+S[0]-358537222|0,_=(_<<11|_>>>21)+y|0,P+=(_^y^w)+S[3]-722521979|0,P=(P<<16|P>>>16)+_|0,w+=(P^_^y)+S[6]+76029189|0,w=(w<<23|w>>>9)+P|0,y+=(w^P^_)+S[9]-640364487|0,y=(y<<4|y>>>28)+w|0,_+=(y^w^P)+S[12]-421815835|0,_=(_<<11|_>>>21)+y|0,P+=(_^y^w)+S[15]+530742520|0,P=(P<<16|P>>>16)+_|0,w+=(P^_^y)+S[2]-995338651|0,w=(w<<23|w>>>9)+P|0,y+=(P^(w|~_))+S[0]-198630844|0,y=(y<<6|y>>>26)+w|0,_+=(w^(y|~P))+S[7]+1126891415|0,_=(_<<10|_>>>22)+y|0,P+=(y^(_|~w))+S[14]-1416354905|0,P=(P<<15|P>>>17)+_|0,w+=(_^(P|~y))+S[5]-57434055|0,w=(w<<21|w>>>11)+P|0,y+=(P^(w|~_))+S[12]+1700485571|0,y=(y<<6|y>>>26)+w|0,_+=(w^(y|~P))+S[3]-1894986606|0,_=(_<<10|_>>>22)+y|0,P+=(y^(_|~w))+S[10]-1051523|0,P=(P<<15|P>>>17)+_|0,w+=(_^(P|~y))+S[1]-2054922799|0,w=(w<<21|w>>>11)+P|0,y+=(P^(w|~_))+S[8]+1873313359|0,y=(y<<6|y>>>26)+w|0,_+=(w^(y|~P))+S[15]-30611744|0,_=(_<<10|_>>>22)+y|0,P+=(y^(_|~w))+S[6]-1560198380|0,P=(P<<15|P>>>17)+_|0,w+=(_^(P|~y))+S[13]+1309151649|0,w=(w<<21|w>>>11)+P|0,y+=(P^(w|~_))+S[4]-145523070|0,y=(y<<6|y>>>26)+w|0,_+=(w^(y|~P))+S[11]-1120210379|0,_=(_<<10|_>>>22)+y|0,P+=(y^(_|~w))+S[2]+718787259|0,P=(P<<15|P>>>17)+_|0,w+=(_^(P|~y))+S[9]-343485551|0,w=(w<<21|w>>>11)+P|0,b[0]=y+b[0]|0,b[1]=w+b[1]|0,b[2]=P+b[2]|0,b[3]=_+b[3]|0}function r(b){var S=[],y;for(y=0;y<64;y+=4)S[y>>2]=b.charCodeAt(y)+(b.charCodeAt(y+1)<<8)+(b.charCodeAt(y+2)<<16)+(b.charCodeAt(y+3)<<24);return S}function a(b){var S=[],y;for(y=0;y<64;y+=4)S[y>>2]=b[y]+(b[y+1]<<8)+(b[y+2]<<16)+(b[y+3]<<24);return S}function o(b){var S=b.length,y=[1732584193,-271733879,-1732584194,271733878],w,P,_,R,X,G;for(w=64;w<=S;w+=64)n(y,r(b.substring(w-64,w)));for(b=b.substring(w-64),P=b.length,_=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],w=0;w<P;w+=1)_[w>>2]|=b.charCodeAt(w)<<(w%4<<3);if(_[w>>2]|=128<<(w%4<<3),w>55)for(n(y,_),w=0;w<16;w+=1)_[w]=0;return R=S*8,R=R.toString(16).match(/(.*?)(.{0,8})$/),X=parseInt(R[2],16),G=parseInt(R[1],16)||0,_[14]=X,_[15]=G,n(y,_),y}function h(b){var S=b.length,y=[1732584193,-271733879,-1732584194,271733878],w,P,_,R,X,G;for(w=64;w<=S;w+=64)n(y,a(b.subarray(w-64,w)));for(b=w-64<S?b.subarray(w-64):new Uint8Array(0),P=b.length,_=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],w=0;w<P;w+=1)_[w>>2]|=b[w]<<(w%4<<3);if(_[w>>2]|=128<<(w%4<<3),w>55)for(n(y,_),w=0;w<16;w+=1)_[w]=0;return R=S*8,R=R.toString(16).match(/(.*?)(.{0,8})$/),X=parseInt(R[2],16),G=parseInt(R[1],16)||0,_[14]=X,_[15]=G,n(y,_),y}function c(b){var S="",y;for(y=0;y<4;y+=1)S+=s[b>>y*8+4&15]+s[b>>y*8&15];return S}function l(b){var S;for(S=0;S<b.length;S+=1)b[S]=c(b[S]);return b.join("")}l(o("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function b(S,y){return S=S|0||0,S<0?Math.max(S+y,0):Math.min(S,y)}ArrayBuffer.prototype.slice=function(S,y){var w=this.byteLength,P=b(S,w),_=w,R,X,G,W;return y!==e&&(_=b(y,w)),P>_?new ArrayBuffer(0):(R=_-P,X=new ArrayBuffer(R),G=new Uint8Array(X),W=new Uint8Array(this,P,R),G.set(W),X)}}();function u(b){return/[\u0080-\uFFFF]/.test(b)&&(b=unescape(encodeURIComponent(b))),b}function f(b,S){var y=b.length,w=new ArrayBuffer(y),P=new Uint8Array(w),_;for(_=0;_<y;_+=1)P[_]=b.charCodeAt(_);return S?P:w}function m(b){return String.fromCharCode.apply(null,new Uint8Array(b))}function g(b,S,y){var w=new Uint8Array(b.byteLength+S.byteLength);return w.set(new Uint8Array(b)),w.set(new Uint8Array(S),b.byteLength),y?w:w.buffer}function C(b){var S=[],y=b.length,w;for(w=0;w<y-1;w+=2)S.push(parseInt(b.substr(w,2),16));return String.fromCharCode.apply(String,S)}function v(){this.reset()}return v.prototype.append=function(b){return this.appendBinary(u(b)),this},v.prototype.appendBinary=function(b){this._buff+=b,this._length+=b.length;var S=this._buff.length,y;for(y=64;y<=S;y+=64)n(this._hash,r(this._buff.substring(y-64,y)));return this._buff=this._buff.substring(y-64),this},v.prototype.end=function(b){var S=this._buff,y=S.length,w,P=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],_;for(w=0;w<y;w+=1)P[w>>2]|=S.charCodeAt(w)<<(w%4<<3);return this._finish(P,y),_=l(this._hash),b&&(_=C(_)),this.reset(),_},v.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},v.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},v.prototype.setState=function(b){return this._buff=b.buff,this._length=b.length,this._hash=b.hash,this},v.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},v.prototype._finish=function(b,S){var y=S,w,P,_;if(b[y>>2]|=128<<(y%4<<3),y>55)for(n(this._hash,b),y=0;y<16;y+=1)b[y]=0;w=this._length*8,w=w.toString(16).match(/(.*?)(.{0,8})$/),P=parseInt(w[2],16),_=parseInt(w[1],16)||0,b[14]=P,b[15]=_,n(this._hash,b)},v.hash=function(b,S){return v.hashBinary(u(b),S)},v.hashBinary=function(b,S){var y=o(b),w=l(y);return S?C(w):w},v.ArrayBuffer=function(){this.reset()},v.ArrayBuffer.prototype.append=function(b){var S=g(this._buff.buffer,b,!0),y=S.length,w;for(this._length+=b.byteLength,w=64;w<=y;w+=64)n(this._hash,a(S.subarray(w-64,w)));return this._buff=w-64<y?new Uint8Array(S.buffer.slice(w-64)):new Uint8Array(0),this},v.ArrayBuffer.prototype.end=function(b){var S=this._buff,y=S.length,w=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],P,_;for(P=0;P<y;P+=1)w[P>>2]|=S[P]<<(P%4<<3);return this._finish(w,y),_=l(this._hash),b&&(_=C(_)),this.reset(),_},v.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},v.ArrayBuffer.prototype.getState=function(){var b=v.prototype.getState.call(this);return b.buff=m(b.buff),b},v.ArrayBuffer.prototype.setState=function(b){return b.buff=f(b.buff,!0),v.prototype.setState.call(this,b)},v.ArrayBuffer.prototype.destroy=v.prototype.destroy,v.ArrayBuffer.prototype._finish=v.prototype._finish,v.ArrayBuffer.hash=function(b,S){var y=h(new Uint8Array(b)),w=l(y);return S?C(w):w},v})})(Ar);var Kh=Ar.exports;const Qh=Er(Kh);function kr(i,t){return function(){return i.apply(t,arguments)}}const{toString:tc}=Object.prototype,{getPrototypeOf:zi}=Object,Is=(i=>t=>{const e=tc.call(t);return i[e]||(i[e]=e.slice(8,-1).toLowerCase())})(Object.create(null)),Ft=i=>(i=i.toLowerCase(),t=>Is(t)===i),Ds=i=>t=>typeof t===i,{isArray:Ve}=Array,ts=Ds("undefined");function ec(i){return i!==null&&!ts(i)&&i.constructor!==null&&!ts(i.constructor)&&Tt(i.constructor.isBuffer)&&i.constructor.isBuffer(i)}const Ir=Ft("ArrayBuffer");function sc(i){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(i):t=i&&i.buffer&&Ir(i.buffer),t}const ic=Ds("string"),Tt=Ds("function"),Dr=Ds("number"),Rs=i=>i!==null&&typeof i=="object",nc=i=>i===!0||i===!1,Ls=i=>{if(Is(i)!=="object")return!1;const t=zi(i);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in i)&&!(Symbol.iterator in i)},rc=Ft("Date"),ac=Ft("File"),oc=Ft("Blob"),hc=Ft("FileList"),cc=i=>Rs(i)&&Tt(i.pipe),lc=i=>{let t;return i&&(typeof FormData=="function"&&i instanceof FormData||Tt(i.append)&&((t=Is(i))==="formdata"||t==="object"&&Tt(i.toString)&&i.toString()==="[object FormData]"))},uc=Ft("URLSearchParams"),[fc,dc,mc,gc]=["ReadableStream","Request","Response","Headers"].map(Ft),pc=i=>i.trim?i.trim():i.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function es(i,t,{allOwnKeys:e=!1}={}){if(i===null||typeof i>"u")return;let s,n;if(typeof i!="object"&&(i=[i]),Ve(i))for(s=0,n=i.length;s<n;s++)t.call(null,i[s],s,i);else{const r=e?Object.getOwnPropertyNames(i):Object.keys(i),a=r.length;let o;for(s=0;s<a;s++)o=r[s],t.call(null,i[o],o,i)}}function Rr(i,t){t=t.toLowerCase();const e=Object.keys(i);let s=e.length,n;for(;s-- >0;)if(n=e[s],t===n.toLowerCase())return n;return null}const Ee=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),Lr=i=>!ts(i)&&i!==Ee;function Oi(){const{caseless:i}=Lr(this)&&this||{},t={},e=(s,n)=>{const r=i&&Rr(t,n)||n;Ls(t[r])&&Ls(s)?t[r]=Oi(t[r],s):Ls(s)?t[r]=Oi({},s):Ve(s)?t[r]=s.slice():t[r]=s};for(let s=0,n=arguments.length;s<n;s++)arguments[s]&&es(arguments[s],e);return t}const yc=(i,t,e,{allOwnKeys:s}={})=>(es(t,(n,r)=>{e&&Tt(n)?i[r]=kr(n,e):i[r]=n},{allOwnKeys:s}),i),wc=i=>(i.charCodeAt(0)===65279&&(i=i.slice(1)),i),xc=(i,t,e,s)=>{i.prototype=Object.create(t.prototype,s),i.prototype.constructor=i,Object.defineProperty(i,"super",{value:t.prototype}),e&&Object.assign(i.prototype,e)},bc=(i,t,e,s)=>{let n,r,a;const o={};if(t=t||{},i==null)return t;do{for(n=Object.getOwnPropertyNames(i),r=n.length;r-- >0;)a=n[r],(!s||s(a,i,t))&&!o[a]&&(t[a]=i[a],o[a]=!0);i=e!==!1&&zi(i)}while(i&&(!e||e(i,t))&&i!==Object.prototype);return t},Sc=(i,t,e)=>{i=String(i),(e===void 0||e>i.length)&&(e=i.length),e-=t.length;const s=i.indexOf(t,e);return s!==-1&&s===e},Cc=i=>{if(!i)return null;if(Ve(i))return i;let t=i.length;if(!Dr(t))return null;const e=new Array(t);for(;t-- >0;)e[t]=i[t];return e},vc=(i=>t=>i&&t instanceof i)(typeof Uint8Array<"u"&&zi(Uint8Array)),Tc=(i,t)=>{const s=(i&&i[Symbol.iterator]).call(i);let n;for(;(n=s.next())&&!n.done;){const r=n.value;t.call(i,r[0],r[1])}},_c=(i,t)=>{let e;const s=[];for(;(e=i.exec(t))!==null;)s.push(e);return s},Pc=Ft("HTMLFormElement"),Mc=i=>i.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,s,n){return s.toUpperCase()+n}),zr=(({hasOwnProperty:i})=>(t,e)=>i.call(t,e))(Object.prototype),Ec=Ft("RegExp"),Or=(i,t)=>{const e=Object.getOwnPropertyDescriptors(i),s={};es(e,(n,r)=>{let a;(a=t(n,r,i))!==!1&&(s[r]=a||n)}),Object.defineProperties(i,s)},Ac=i=>{Or(i,(t,e)=>{if(Tt(i)&&["arguments","caller","callee"].indexOf(e)!==-1)return!1;const s=i[e];if(Tt(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+"'")})}})},kc=(i,t)=>{const e={},s=n=>{n.forEach(r=>{e[r]=!0})};return Ve(i)?s(i):s(String(i).split(t)),e},Ic=()=>{},Dc=(i,t)=>i!=null&&Number.isFinite(i=+i)?i:t;function Rc(i){return!!(i&&Tt(i.append)&&i[Symbol.toStringTag]==="FormData"&&i[Symbol.iterator])}const Lc=i=>{const t=new Array(10),e=(s,n)=>{if(Rs(s)){if(t.indexOf(s)>=0)return;if(!("toJSON"in s)){t[n]=s;const r=Ve(s)?[]:{};return es(s,(a,o)=>{const h=e(a,n+1);!ts(h)&&(r[o]=h)}),t[n]=void 0,r}}return s};return e(i,0)},zc=Ft("AsyncFunction"),Oc=i=>i&&(Rs(i)||Tt(i))&&Tt(i.then)&&Tt(i.catch),Fr=((i,t)=>i?setImmediate:t?((e,s)=>(Ee.addEventListener("message",({source:n,data:r})=>{n===Ee&&r===e&&s.length&&s.shift()()},!1),n=>{s.push(n),Ee.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e))(typeof setImmediate=="function",Tt(Ee.postMessage)),Fc=typeof queueMicrotask<"u"?queueMicrotask.bind(Ee):typeof process<"u"&&process.nextTick||Fr,A={isArray:Ve,isArrayBuffer:Ir,isBuffer:ec,isFormData:lc,isArrayBufferView:sc,isString:ic,isNumber:Dr,isBoolean:nc,isObject:Rs,isPlainObject:Ls,isReadableStream:fc,isRequest:dc,isResponse:mc,isHeaders:gc,isUndefined:ts,isDate:rc,isFile:ac,isBlob:oc,isRegExp:Ec,isFunction:Tt,isStream:cc,isURLSearchParams:uc,isTypedArray:vc,isFileList:hc,forEach:es,merge:Oi,extend:yc,trim:pc,stripBOM:wc,inherits:xc,toFlatObject:bc,kindOf:Is,kindOfTest:Ft,endsWith:Sc,toArray:Cc,forEachEntry:Tc,matchAll:_c,isHTMLForm:Pc,hasOwnProperty:zr,hasOwnProp:zr,reduceDescriptors:Or,freezeMethods:Ac,toObjectSet:kc,toCamelCase:Mc,noop:Ic,toFiniteNumber:Dc,findKey:Rr,global:Ee,isContextDefined:Lr,isSpecCompliantForm:Rc,toJSONObject:Lc,isAsyncFn:zc,isThenable:Oc,setImmediate:Fr,asap:Fc};function N(i,t,e,s,n){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=i,this.name="AxiosError",t&&(this.code=t),e&&(this.config=e),s&&(this.request=s),n&&(this.response=n,this.status=n.status?n.status:null)}A.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:A.toJSONObject(this.config),code:this.code,status:this.status}}});const Br=N.prototype,Nr={};["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(i=>{Nr[i]={value:i}}),Object.defineProperties(N,Nr),Object.defineProperty(Br,"isAxiosError",{value:!0}),N.from=(i,t,e,s,n,r)=>{const a=Object.create(Br);return A.toFlatObject(i,a,function(h){return h!==Error.prototype},o=>o!=="isAxiosError"),N.call(a,i.message,t,e,s,n),a.cause=i,a.name=i.name,r&&Object.assign(a,r),a};const Bc=null;function Fi(i){return A.isPlainObject(i)||A.isArray(i)}function Yr(i){return A.endsWith(i,"[]")?i.slice(0,-2):i}function Ur(i,t,e){return i?i.concat(t).map(function(n,r){return n=Yr(n),!e&&r?"["+n+"]":n}).join(e?".":""):t}function Nc(i){return A.isArray(i)&&!i.some(Fi)}const Yc=A.toFlatObject(A,{},null,function(t){return/^is[A-Z]/.test(t)});function zs(i,t,e){if(!A.isObject(i))throw new TypeError("target must be an object");t=t||new FormData,e=A.toFlatObject(e,{metaTokens:!0,dots:!1,indexes:!1},!1,function(C,v){return!A.isUndefined(v[C])});const s=e.metaTokens,n=e.visitor||l,r=e.dots,a=e.indexes,h=(e.Blob||typeof Blob<"u"&&Blob)&&A.isSpecCompliantForm(t);if(!A.isFunction(n))throw new TypeError("visitor must be a function");function c(g){if(g===null)return"";if(A.isDate(g))return g.toISOString();if(!h&&A.isBlob(g))throw new N("Blob is not supported. Use a Buffer instead.");return A.isArrayBuffer(g)||A.isTypedArray(g)?h&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function l(g,C,v){let b=g;if(g&&!v&&typeof g=="object"){if(A.endsWith(C,"{}"))C=s?C:C.slice(0,-2),g=JSON.stringify(g);else if(A.isArray(g)&&Nc(g)||(A.isFileList(g)||A.endsWith(C,"[]"))&&(b=A.toArray(g)))return C=Yr(C),b.forEach(function(y,w){!(A.isUndefined(y)||y===null)&&t.append(a===!0?Ur([C],w,r):a===null?C:C+"[]",c(y))}),!1}return Fi(g)?!0:(t.append(Ur(v,C,r),c(g)),!1)}const u=[],f=Object.assign(Yc,{defaultVisitor:l,convertValue:c,isVisitable:Fi});function m(g,C){if(!A.isUndefined(g)){if(u.indexOf(g)!==-1)throw Error("Circular reference detected in "+C.join("."));u.push(g),A.forEach(g,function(b,S){(!(A.isUndefined(b)||b===null)&&n.call(t,b,A.isString(S)?S.trim():S,C,f))===!0&&m(b,C?C.concat(S):[S])}),u.pop()}}if(!A.isObject(i))throw new TypeError("data must be an object");return m(i),t}function Xr(i){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(i).replace(/[!'()~]|%20|%00/g,function(s){return t[s]})}function Bi(i,t){this._pairs=[],i&&zs(i,this,t)}const Vr=Bi.prototype;Vr.append=function(t,e){this._pairs.push([t,e])},Vr.toString=function(t){const e=t?function(s){return t.call(this,s,Xr)}:Xr;return this._pairs.map(function(n){return e(n[0])+"="+e(n[1])},"").join("&")};function Uc(i){return encodeURIComponent(i).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Gr(i,t,e){if(!t)return i;const s=e&&e.encode||Uc;A.isFunction(e)&&(e={serialize:e});const n=e&&e.serialize;let r;if(n?r=n(t,e):r=A.isURLSearchParams(t)?t.toString():new Bi(t,e).toString(s),r){const a=i.indexOf("#");a!==-1&&(i=i.slice(0,a)),i+=(i.indexOf("?")===-1?"?":"&")+r}return i}class Xc{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){A.forEach(this.handlers,function(s){s!==null&&t(s)})}}const qr=Xc,jr={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Vc={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:Bi,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Ni=typeof window<"u"&&typeof document<"u",Yi=typeof navigator=="object"&&navigator||void 0,Gc=Ni&&(!Yi||["ReactNative","NativeScript","NS"].indexOf(Yi.product)<0),qc=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),jc=Ni&&window.location.href||"http://localhost",ct={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Ni,hasStandardBrowserEnv:Gc,hasStandardBrowserWebWorkerEnv:qc,navigator:Yi,origin:jc},Symbol.toStringTag,{value:"Module"})),...Vc};function Hc(i,t){return zs(i,new ct.classes.URLSearchParams,Object.assign({visitor:function(e,s,n,r){return ct.isNode&&A.isBuffer(e)?(this.append(s,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}function Wc(i){return A.matchAll(/\w+|\[(\w*)]/g,i).map(t=>t[0]==="[]"?"":t[1]||t[0])}function $c(i){const t={},e=Object.keys(i);let s;const n=e.length;let r;for(s=0;s<n;s++)r=e[s],t[r]=i[r];return t}function Hr(i){function t(e,s,n,r){let a=e[r++];if(a==="__proto__")return!0;const o=Number.isFinite(+a),h=r>=e.length;return a=!a&&A.isArray(n)?n.length:a,h?(A.hasOwnProp(n,a)?n[a]=[n[a],s]:n[a]=s,!o):((!n[a]||!A.isObject(n[a]))&&(n[a]=[]),t(e,s,n[a],r)&&A.isArray(n[a])&&(n[a]=$c(n[a])),!o)}if(A.isFormData(i)&&A.isFunction(i.entries)){const e={};return A.forEachEntry(i,(s,n)=>{t(Wc(s),n,e,0)}),e}return null}function Jc(i,t,e){if(A.isString(i))try{return(t||JSON.parse)(i),A.trim(i)}catch(s){if(s.name!=="SyntaxError")throw s}return(e||JSON.stringify)(i)}const Ui={transitional:jr,adapter:["xhr","http","fetch"],transformRequest:[function(t,e){const s=e.getContentType()||"",n=s.indexOf("application/json")>-1,r=A.isObject(t);if(r&&A.isHTMLForm(t)&&(t=new FormData(t)),A.isFormData(t))return n?JSON.stringify(Hr(t)):t;if(A.isArrayBuffer(t)||A.isBuffer(t)||A.isStream(t)||A.isFile(t)||A.isBlob(t)||A.isReadableStream(t))return t;if(A.isArrayBufferView(t))return t.buffer;if(A.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 Hc(t,this.formSerializer).toString();if((o=A.isFileList(t))||s.indexOf("multipart/form-data")>-1){const h=this.env&&this.env.FormData;return zs(o?{"files[]":t}:t,h&&new h,this.formSerializer)}}return r||n?(e.setContentType("application/json",!1),Jc(t)):t}],transformResponse:[function(t){const e=this.transitional||Ui.transitional,s=e&&e.forcedJSONParsing,n=this.responseType==="json";if(A.isResponse(t)||A.isReadableStream(t))return t;if(t&&A.isString(t)&&(s&&!this.responseType||n)){const a=!(e&&e.silentJSONParsing)&&n;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:ct.classes.FormData,Blob:ct.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};A.forEach(["delete","get","head","post","put","patch"],i=>{Ui.headers[i]={}});const Xi=Ui,Zc=A.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"]),Kc=i=>{const t={};let e,s,n;return i&&i.split(`
|
|
11
|
+
`).forEach(function(a){n=a.indexOf(":"),e=a.substring(0,n).trim().toLowerCase(),s=a.substring(n+1).trim(),!(!e||t[e]&&Zc[e])&&(e==="set-cookie"?t[e]?t[e].push(s):t[e]=[s]:t[e]=t[e]?t[e]+", "+s:s)}),t},Wr=Symbol("internals");function ss(i){return i&&String(i).trim().toLowerCase()}function Os(i){return i===!1||i==null?i:A.isArray(i)?i.map(Os):String(i)}function Qc(i){const t=Object.create(null),e=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=e.exec(i);)t[s[1]]=s[2];return t}const tl=i=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(i.trim());function Vi(i,t,e,s,n){if(A.isFunction(s))return s.call(this,t,e);if(n&&(t=e),!!A.isString(t)){if(A.isString(s))return t.indexOf(s)!==-1;if(A.isRegExp(s))return s.test(t)}}function el(i){return i.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,e,s)=>e.toUpperCase()+s)}function sl(i,t){const e=A.toCamelCase(" "+t);["get","set","has"].forEach(s=>{Object.defineProperty(i,s+e,{value:function(n,r,a){return this[s].call(this,t,n,r,a)},configurable:!0})})}class Fs{constructor(t){t&&this.set(t)}set(t,e,s){const n=this;function r(o,h,c){const l=ss(h);if(!l)throw new Error("header name must be a non-empty string");const u=A.findKey(n,l);(!u||n[u]===void 0||c===!0||c===void 0&&n[u]!==!1)&&(n[u||h]=Os(o))}const a=(o,h)=>A.forEach(o,(c,l)=>r(c,l,h));if(A.isPlainObject(t)||t instanceof this.constructor)a(t,e);else if(A.isString(t)&&(t=t.trim())&&!tl(t))a(Kc(t),e);else if(A.isHeaders(t))for(const[o,h]of t.entries())r(h,o,s);else t!=null&&r(e,t,s);return this}get(t,e){if(t=ss(t),t){const s=A.findKey(this,t);if(s){const n=this[s];if(!e)return n;if(e===!0)return Qc(n);if(A.isFunction(e))return e.call(this,n,s);if(A.isRegExp(e))return e.exec(n);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=ss(t),t){const s=A.findKey(this,t);return!!(s&&this[s]!==void 0&&(!e||Vi(this,this[s],s,e)))}return!1}delete(t,e){const s=this;let n=!1;function r(a){if(a=ss(a),a){const o=A.findKey(s,a);o&&(!e||Vi(s,s[o],o,e))&&(delete s[o],n=!0)}}return A.isArray(t)?t.forEach(r):r(t),n}clear(t){const e=Object.keys(this);let s=e.length,n=!1;for(;s--;){const r=e[s];(!t||Vi(this,this[r],r,t,!0))&&(delete this[r],n=!0)}return n}normalize(t){const e=this,s={};return A.forEach(this,(n,r)=>{const a=A.findKey(s,r);if(a){e[a]=Os(n),delete e[r];return}const o=t?el(r):String(r).trim();o!==r&&delete e[r],e[o]=Os(n),s[o]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return A.forEach(this,(s,n)=>{s!=null&&s!==!1&&(e[n]=t&&A.isArray(s)?s.join(", "):s)}),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,e])=>t+": "+e).join(`
|
|
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(n=>s.set(n)),s}static accessor(t){const s=(this[Wr]=this[Wr]={accessors:{}}).accessors,n=this.prototype;function r(a){const o=ss(a);s[o]||(sl(n,a),s[o]=!0)}return A.isArray(t)?t.forEach(r):r(t),this}}Fs.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),A.reduceDescriptors(Fs.prototype,({value:i},t)=>{let e=t[0].toUpperCase()+t.slice(1);return{get:()=>i,set(s){this[e]=s}}}),A.freezeMethods(Fs);const Bt=Fs;function Gi(i,t){const e=this||Xi,s=t||e,n=Bt.from(s.headers);let r=s.data;return A.forEach(i,function(o){r=o.call(e,r,n.normalize(),t?t.status:void 0)}),n.normalize(),r}function $r(i){return!!(i&&i.__CANCEL__)}function Ge(i,t,e){N.call(this,i??"canceled",N.ERR_CANCELED,t,e),this.name="CanceledError"}A.inherits(Ge,N,{__CANCEL__:!0});function Jr(i,t,e){const s=e.config.validateStatus;!e.status||!s||s(e.status)?i(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 il(i){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(i);return t&&t[1]||""}function nl(i,t){i=i||10;const e=new Array(i),s=new Array(i);let n=0,r=0,a;return t=t!==void 0?t:1e3,function(h){const c=Date.now(),l=s[r];a||(a=c),e[n]=h,s[n]=c;let u=r,f=0;for(;u!==n;)f+=e[u++],u=u%i;if(n=(n+1)%i,n===r&&(r=(r+1)%i),c-a<t)return;const m=l&&c-l;return m?Math.round(f*1e3/m):void 0}}function rl(i,t){let e=0,s=1e3/t,n,r;const a=(c,l=Date.now())=>{e=l,n=null,r&&(clearTimeout(r),r=null),i.apply(null,c)};return[(...c)=>{const l=Date.now(),u=l-e;u>=s?a(c,l):(n=c,r||(r=setTimeout(()=>{r=null,a(n)},s-u)))},()=>n&&a(n)]}const Bs=(i,t,e=3)=>{let s=0;const n=nl(50,250);return rl(r=>{const a=r.loaded,o=r.lengthComputable?r.total:void 0,h=a-s,c=n(h),l=a<=o;s=a;const u={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};i(u)},e)},Zr=(i,t)=>{const e=i!=null;return[s=>t[0]({lengthComputable:e,total:i,loaded:s}),t[1]]},Kr=i=>(...t)=>A.asap(()=>i(...t)),al=ct.hasStandardBrowserEnv?((i,t)=>e=>(e=new URL(e,ct.origin),i.protocol===e.protocol&&i.host===e.host&&(t||i.port===e.port)))(new URL(ct.origin),ct.navigator&&/(msie|trident)/i.test(ct.navigator.userAgent)):()=>!0,ol=ct.hasStandardBrowserEnv?{write(i,t,e,s,n,r){const a=[i+"="+encodeURIComponent(t)];A.isNumber(e)&&a.push("expires="+new Date(e).toGMTString()),A.isString(s)&&a.push("path="+s),A.isString(n)&&a.push("domain="+n),r===!0&&a.push("secure"),document.cookie=a.join("; ")},read(i){const t=document.cookie.match(new RegExp("(^|;\\s*)("+i+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(i){this.write(i,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function hl(i){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(i)}function cl(i,t){return t?i.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):i}function Qr(i,t,e){let s=!hl(t);return i&&(s||e==!1)?cl(i,t):t}const ta=i=>i instanceof Bt?{...i}:i;function Ae(i,t){t=t||{};const e={};function s(c,l,u,f){return A.isPlainObject(c)&&A.isPlainObject(l)?A.merge.call({caseless:f},c,l):A.isPlainObject(l)?A.merge({},l):A.isArray(l)?l.slice():l}function n(c,l,u,f){if(A.isUndefined(l)){if(!A.isUndefined(c))return s(void 0,c,u,f)}else return s(c,l,u,f)}function r(c,l){if(!A.isUndefined(l))return s(void 0,l)}function a(c,l){if(A.isUndefined(l)){if(!A.isUndefined(c))return s(void 0,c)}else return s(void 0,l)}function o(c,l,u){if(u in t)return s(c,l);if(u in i)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,u)=>n(ta(c),ta(l),u,!0)};return A.forEach(Object.keys(Object.assign({},i,t)),function(l){const u=h[l]||n,f=u(i[l],t[l],l);A.isUndefined(f)&&u!==o||(e[l]=f)}),e}const ea=i=>{const t=Ae({},i);let{data:e,withXSRFToken:s,xsrfHeaderName:n,xsrfCookieName:r,headers:a,auth:o}=t;t.headers=a=Bt.from(a),t.url=Gr(Qr(t.baseURL,t.url,t.allowAbsoluteUrls),i.params,i.paramsSerializer),o&&a.set("Authorization","Basic "+btoa((o.username||"")+":"+(o.password?unescape(encodeURIComponent(o.password)):"")));let h;if(A.isFormData(e)){if(ct.hasStandardBrowserEnv||ct.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((h=a.getContentType())!==!1){const[c,...l]=h?h.split(";").map(u=>u.trim()).filter(Boolean):[];a.setContentType([c||"multipart/form-data",...l].join("; "))}}if(ct.hasStandardBrowserEnv&&(s&&A.isFunction(s)&&(s=s(t)),s||s!==!1&&al(t.url))){const c=n&&r&&ol.read(r);c&&a.set(n,c)}return t},ll=typeof XMLHttpRequest<"u"&&function(i){return new Promise(function(e,s){const n=ea(i);let r=n.data;const a=Bt.from(n.headers).normalize();let{responseType:o,onUploadProgress:h,onDownloadProgress:c}=n,l,u,f,m,g;function C(){m&&m(),g&&g(),n.cancelToken&&n.cancelToken.unsubscribe(l),n.signal&&n.signal.removeEventListener("abort",l)}let v=new XMLHttpRequest;v.open(n.method.toUpperCase(),n.url,!0),v.timeout=n.timeout;function b(){if(!v)return;const y=Bt.from("getAllResponseHeaders"in v&&v.getAllResponseHeaders()),P={data:!o||o==="text"||o==="json"?v.responseText:v.response,status:v.status,statusText:v.statusText,headers:y,config:i,request:v};Jr(function(R){e(R),C()},function(R){s(R),C()},P),v=null}"onloadend"in v?v.onloadend=b:v.onreadystatechange=function(){!v||v.readyState!==4||v.status===0&&!(v.responseURL&&v.responseURL.indexOf("file:")===0)||setTimeout(b)},v.onabort=function(){v&&(s(new N("Request aborted",N.ECONNABORTED,i,v)),v=null)},v.onerror=function(){s(new N("Network Error",N.ERR_NETWORK,i,v)),v=null},v.ontimeout=function(){let w=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded";const P=n.transitional||jr;n.timeoutErrorMessage&&(w=n.timeoutErrorMessage),s(new N(w,P.clarifyTimeoutError?N.ETIMEDOUT:N.ECONNABORTED,i,v)),v=null},r===void 0&&a.setContentType(null),"setRequestHeader"in v&&A.forEach(a.toJSON(),function(w,P){v.setRequestHeader(P,w)}),A.isUndefined(n.withCredentials)||(v.withCredentials=!!n.withCredentials),o&&o!=="json"&&(v.responseType=n.responseType),c&&([f,g]=Bs(c,!0),v.addEventListener("progress",f)),h&&v.upload&&([u,m]=Bs(h),v.upload.addEventListener("progress",u),v.upload.addEventListener("loadend",m)),(n.cancelToken||n.signal)&&(l=y=>{v&&(s(!y||y.type?new Ge(null,i,v):y),v.abort(),v=null)},n.cancelToken&&n.cancelToken.subscribe(l),n.signal&&(n.signal.aborted?l():n.signal.addEventListener("abort",l)));const S=il(n.url);if(S&&ct.protocols.indexOf(S)===-1){s(new N("Unsupported protocol "+S+":",N.ERR_BAD_REQUEST,i));return}v.send(r||null)})},ul=(i,t)=>{const{length:e}=i=i?i.filter(Boolean):[];if(t||e){let s=new AbortController,n;const r=function(c){if(!n){n=!0,o();const l=c instanceof Error?c:this.reason;s.abort(l instanceof N?l:new Ge(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=()=>{i&&(a&&clearTimeout(a),a=null,i.forEach(c=>{c.unsubscribe?c.unsubscribe(r):c.removeEventListener("abort",r)}),i=null)};i.forEach(c=>c.addEventListener("abort",r));const{signal:h}=s;return h.unsubscribe=()=>A.asap(o),h}},fl=function*(i,t){let e=i.byteLength;if(!t||e<t){yield i;return}let s=0,n;for(;s<e;)n=s+t,yield i.slice(s,n),s=n},dl=async function*(i,t){for await(const e of ml(i))yield*fl(e,t)},ml=async function*(i){if(i[Symbol.asyncIterator]){yield*i;return}const t=i.getReader();try{for(;;){const{done:e,value:s}=await t.read();if(e)break;yield s}}finally{await t.cancel()}},sa=(i,t,e,s)=>{const n=dl(i,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 n.next();if(c){o(),h.close();return}let u=l.byteLength;if(e){let f=r+=u;e(f)}h.enqueue(new Uint8Array(l))}catch(c){throw o(c),c}},cancel(h){return o(h),n.return()}},{highWaterMark:2})},Ns=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",ia=Ns&&typeof ReadableStream=="function",gl=Ns&&(typeof TextEncoder=="function"?(i=>t=>i.encode(t))(new TextEncoder):async i=>new Uint8Array(await new Response(i).arrayBuffer())),na=(i,...t)=>{try{return!!i(...t)}catch{return!1}},pl=ia&&na(()=>{let i=!1;const t=new Request(ct.origin,{body:new ReadableStream,method:"POST",get duplex(){return i=!0,"half"}}).headers.has("Content-Type");return i&&!t}),ra=64*1024,qi=ia&&na(()=>A.isReadableStream(new Response("").body)),Ys={stream:qi&&(i=>i.body)};Ns&&(i=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Ys[t]&&(Ys[t]=A.isFunction(i[t])?e=>e[t]():(e,s)=>{throw new N(`Response type '${t}' is not supported`,N.ERR_NOT_SUPPORT,s)})})})(new Response);const yl=async i=>{if(i==null)return 0;if(A.isBlob(i))return i.size;if(A.isSpecCompliantForm(i))return(await new Request(ct.origin,{method:"POST",body:i}).arrayBuffer()).byteLength;if(A.isArrayBufferView(i)||A.isArrayBuffer(i))return i.byteLength;if(A.isURLSearchParams(i)&&(i=i+""),A.isString(i))return(await gl(i)).byteLength},wl=async(i,t)=>{const e=A.toFiniteNumber(i.getContentLength());return e??yl(t)},ji={http:Bc,xhr:ll,fetch:Ns&&(async i=>{let{url:t,method:e,data:s,signal:n,cancelToken:r,timeout:a,onDownloadProgress:o,onUploadProgress:h,responseType:c,headers:l,withCredentials:u="same-origin",fetchOptions:f}=ea(i);c=c?(c+"").toLowerCase():"text";let m=ul([n,r&&r.toAbortSignal()],a),g;const C=m&&m.unsubscribe&&(()=>{m.unsubscribe()});let v;try{if(h&&pl&&e!=="get"&&e!=="head"&&(v=await wl(l,s))!==0){let P=new Request(t,{method:"POST",body:s,duplex:"half"}),_;if(A.isFormData(s)&&(_=P.headers.get("content-type"))&&l.setContentType(_),P.body){const[R,X]=Zr(v,Bs(Kr(h)));s=sa(P.body,ra,R,X)}}A.isString(u)||(u=u?"include":"omit");const b="credentials"in Request.prototype;g=new Request(t,{...f,signal:m,method:e.toUpperCase(),headers:l.normalize().toJSON(),body:s,duplex:"half",credentials:b?u:void 0});let S=await fetch(g);const y=qi&&(c==="stream"||c==="response");if(qi&&(o||y&&C)){const P={};["status","statusText","headers"].forEach(G=>{P[G]=S[G]});const _=A.toFiniteNumber(S.headers.get("content-length")),[R,X]=o&&Zr(_,Bs(Kr(o),!0))||[];S=new Response(sa(S.body,ra,R,()=>{X&&X(),C&&C()}),P)}c=c||"text";let w=await Ys[A.findKey(Ys,c)||"text"](S,i);return!y&&C&&C(),await new Promise((P,_)=>{Jr(P,_,{data:w,headers:Bt.from(S.headers),status:S.status,statusText:S.statusText,config:i,request:g})})}catch(b){throw C&&C(),b&&b.name==="TypeError"&&/fetch/i.test(b.message)?Object.assign(new N("Network Error",N.ERR_NETWORK,i,g),{cause:b.cause||b}):N.from(b,b&&b.code,i,g)}})};A.forEach(ji,(i,t)=>{if(i){try{Object.defineProperty(i,"name",{value:t})}catch{}Object.defineProperty(i,"adapterName",{value:t})}});const aa=i=>`- ${i}`,xl=i=>A.isFunction(i)||i===null||i===!1,oa={getAdapter:i=>{i=A.isArray(i)?i:[i];const{length:t}=i;let e,s;const n={};for(let r=0;r<t;r++){e=i[r];let a;if(s=e,!xl(e)&&(s=ji[(a=String(e)).toLowerCase()],s===void 0))throw new N(`Unknown adapter '${a}'`);if(s)break;n[a||"#"+r]=s}if(!s){const r=Object.entries(n).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 :
|
|
13
|
+
`+r.map(aa).join(`
|
|
14
|
+
`):" "+aa(r[0]):"as no adapter specified";throw new N("There is no suitable adapter to dispatch the request "+a,"ERR_NOT_SUPPORT")}return s},adapters:ji};function Hi(i){if(i.cancelToken&&i.cancelToken.throwIfRequested(),i.signal&&i.signal.aborted)throw new Ge(null,i)}function ha(i){return Hi(i),i.headers=Bt.from(i.headers),i.data=Gi.call(i,i.transformRequest),["post","put","patch"].indexOf(i.method)!==-1&&i.headers.setContentType("application/x-www-form-urlencoded",!1),oa.getAdapter(i.adapter||Xi.adapter)(i).then(function(s){return Hi(i),s.data=Gi.call(i,i.transformResponse,s),s.headers=Bt.from(s.headers),s},function(s){return $r(s)||(Hi(i),s&&s.response&&(s.response.data=Gi.call(i,i.transformResponse,s.response),s.response.headers=Bt.from(s.response.headers))),Promise.reject(s)})}const ca="1.8.4",Us={};["object","boolean","number","function","string","symbol"].forEach((i,t)=>{Us[i]=function(s){return typeof s===i||"a"+(t<1?"n ":" ")+i}});const la={};Us.transitional=function(t,e,s){function n(r,a){return"[Axios v"+ca+"] Transitional option '"+r+"'"+a+(s?". "+s:"")}return(r,a,o)=>{if(t===!1)throw new N(n(a," has been removed"+(e?" in "+e:"")),N.ERR_DEPRECATED);return e&&!la[a]&&(la[a]=!0,console.warn(n(a," has been deprecated since v"+e+" and will be removed in the near future"))),t?t(r,a,o):!0}},Us.spelling=function(t){return(e,s)=>(console.warn(`${s} is likely a misspelling of ${t}`),!0)};function bl(i,t,e){if(typeof i!="object")throw new N("options must be an object",N.ERR_BAD_OPTION_VALUE);const s=Object.keys(i);let n=s.length;for(;n-- >0;){const r=s[n],a=t[r];if(a){const o=i[r],h=o===void 0||a(o,r,i);if(h!==!0)throw new N("option "+r+" must be "+h,N.ERR_BAD_OPTION_VALUE);continue}if(e!==!0)throw new N("Unknown option "+r,N.ERR_BAD_OPTION)}}const Xs={assertOptions:bl,validators:Us},Ht=Xs.validators;class Vs{constructor(t){this.defaults=t,this.interceptors={request:new qr,response:new qr}}async request(t,e){try{return await this._request(t,e)}catch(s){if(s instanceof Error){let n={};Error.captureStackTrace?Error.captureStackTrace(n):n=new Error;const r=n.stack?n.stack.replace(/^.+\n/,""):"";try{s.stack?r&&!String(s.stack).endsWith(r.replace(/^.+\n.+\n/,""))&&(s.stack+=`
|
|
15
|
+
`+r):s.stack=r}catch{}}throw s}}_request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=Ae(this.defaults,e);const{transitional:s,paramsSerializer:n,headers:r}=e;s!==void 0&&Xs.assertOptions(s,{silentJSONParsing:Ht.transitional(Ht.boolean),forcedJSONParsing:Ht.transitional(Ht.boolean),clarifyTimeoutError:Ht.transitional(Ht.boolean)},!1),n!=null&&(A.isFunction(n)?e.paramsSerializer={serialize:n}:Xs.assertOptions(n,{encode:Ht.function,serialize:Ht.function},!0)),e.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?e.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:e.allowAbsoluteUrls=!0),Xs.assertOptions(e,{baseUrl:Ht.spelling("baseURL"),withXsrfToken:Ht.spelling("withXSRFToken")},!0),e.method=(e.method||this.defaults.method||"get").toLowerCase();let a=r&&A.merge(r.common,r[e.method]);r&&A.forEach(["delete","get","head","post","put","patch","common"],g=>{delete r[g]}),e.headers=Bt.concat(a,r);const o=[];let h=!0;this.interceptors.request.forEach(function(C){typeof C.runWhen=="function"&&C.runWhen(e)===!1||(h=h&&C.synchronous,o.unshift(C.fulfilled,C.rejected))});const c=[];this.interceptors.response.forEach(function(C){c.push(C.fulfilled,C.rejected)});let l,u=0,f;if(!h){const g=[ha.bind(this),void 0];for(g.unshift.apply(g,o),g.push.apply(g,c),f=g.length,l=Promise.resolve(e);u<f;)l=l.then(g[u++],g[u++]);return l}f=o.length;let m=e;for(u=0;u<f;){const g=o[u++],C=o[u++];try{m=g(m)}catch(v){C.call(this,v);break}}try{l=ha.call(this,m)}catch(g){return Promise.reject(g)}for(u=0,f=c.length;u<f;)l=l.then(c[u++],c[u++]);return l}getUri(t){t=Ae(this.defaults,t);const e=Qr(t.baseURL,t.url,t.allowAbsoluteUrls);return Gr(e,t.params,t.paramsSerializer)}}A.forEach(["delete","get","head","options"],function(t){Vs.prototype[t]=function(e,s){return this.request(Ae(s||{},{method:t,url:e,data:(s||{}).data}))}}),A.forEach(["post","put","patch"],function(t){function e(s){return function(r,a,o){return this.request(Ae(o||{},{method:t,headers:s?{"Content-Type":"multipart/form-data"}:{},url:r,data:a}))}}Vs.prototype[t]=e(),Vs.prototype[t+"Form"]=e(!0)});const Gs=Vs;class Wi{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(n=>{if(!s._listeners)return;let r=s._listeners.length;for(;r-- >0;)s._listeners[r](n);s._listeners=null}),this.promise.then=n=>{let r;const a=new Promise(o=>{s.subscribe(o),r=o}).then(n);return a.cancel=function(){s.unsubscribe(r)},a},t(function(r,a,o){s.reason||(s.reason=new Ge(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 Wi(function(n){t=n}),cancel:t}}}const Sl=Wi;function Cl(i){return function(e){return i.apply(null,e)}}function vl(i){return A.isObject(i)&&i.isAxiosError===!0}const $i={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($i).forEach(([i,t])=>{$i[t]=i});const Tl=$i;function ua(i){const t=new Gs(i),e=kr(Gs.prototype.request,t);return A.extend(e,Gs.prototype,t,{allOwnKeys:!0}),A.extend(e,t,null,{allOwnKeys:!0}),e.create=function(n){return ua(Ae(i,n))},e}const et=ua(Xi);et.Axios=Gs,et.CanceledError=Ge,et.CancelToken=Sl,et.isCancel=$r,et.VERSION=ca,et.toFormData=zs,et.AxiosError=N,et.Cancel=et.CanceledError,et.all=function(t){return Promise.all(t)},et.spread=Cl,et.isAxiosError=vl,et.mergeConfig=Ae,et.AxiosHeaders=Bt,et.formToJSON=i=>Hr(A.isHTMLForm(i)?new FormData(i):i),et.getAdapter=oa.getAdapter,et.HttpStatusCode=Tl,et.default=et;const _l=et,fa=window.crypto.subtle;fa||console.warn("Crypto API not supported");async function da(i,t="SHA-256"){const e=await fa.digest(t,Yh(i));return Uh(e)}async function ma(i,t="SHA-256"){const e=JSON.stringify(Rh(i));return da(e,t)}class ga{instance;constructor(t){this.instance=_l.create(t);const e=new pa;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:n="",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 pa{pendingRequestMap;constructor(){this.pendingRequestMap=new Map}async getRequestId(t){const{url:e,method:s,params:n,data:r}=t;return await ma({url:e,method:s,params:n,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 Ji=i=>new XMLSerializer().serializeToString(i),Pl=(i,t="text/html")=>new DOMParser().parseFromString(i,t),ya=(i,t=gt.SVG,e=Es.utf8)=>Di(Ji(i),t,e);async function Zi(i=["*"],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",i.join(",")),t&&s.setAttribute("multiple","true"),s.addEventListener("click",n=>{s.value=""},!1),new Promise((n,r)=>{s.addEventListener("change",a=>{e=Array.from(a.target.files||[]),e.length===0?r(new Error("Cancel")):n(e)},!1),window.addEventListener("focus",()=>{setTimeout(()=>{e.length===0&&r(new Error("Cancel"))},1e3)},{once:!0}),s.click()}).then(n=>(s.remove(),n)).catch(n=>{throw s.remove(),n})}function is(i,t=Dt.text,e){return new Promise((s,n)=>{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=>{n(a)}),t){case Dt.dataURL:r.readAsDataURL(i);break;case Dt.binaryString:r.readAsBinaryString(i);break;case Dt.arraybuffer:r.readAsArrayBuffer(i);break;case Dt.text:default:r.readAsText(i)}})}async function Ml(i){const t=await is(i,Dt.arraybuffer);return Xh(t)}const El=i=>{let t;return i instanceof File?t=i.name:t=i,t.match(/\.([0-9a-z]+)(?:[\\?#]|$)/i)?.[1]||""};function Al(i){switch(i.toLowerCase()){case"jpg":case"jpeg":return gt.JPEG;case"gif":return gt.GIF;case"svg":return gt.SVG;case"pdf":return gt.PDF;case"png":default:return gt.PNG}}function wa(i,t,e,s,n,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)wa(i,t,e,s,n,a,Math.min(a+n,s.size));else return i(e.end())}),o.addEventListener("error",h=>t(h)),o.readAsArrayBuffer(s.slice(r,a))}async function xa(i,t=1048576){return await new Promise((e,s)=>wa(e,s,new Qh.ArrayBuffer,i,t,0,Math.min(t,i.size)))}class kl{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 ga({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 xa(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(()=>{Hh(this.time,1),this.onTime?.(Gh(this.time))},1e3)}stopTimeCount(){this.timer&&(clearInterval(this.timer),this.timer=void 0)}}function Il(i,t){const e=ks(t?.value||"");if(!e.value){const s=`; ${document.cookie}`.split(`; ${i}=`).pop()?.split(";").shift();s&&(e.value=decodeURIComponent(s))}return xt(()=>{if(e.value&&t?.days){const s="; expires="+new Date(Date.now()+t.days*864e5).toUTCString(),n=t?.domain?"; domain="+t?.domain:"",r=t?.path?"; path="+t?.path:"",a=t?.secure==!0?"; secure":"";document.cookie=i+"="+encodeURIComponent(e.value)+s+n+r+a}}),e}function Dl(){const i=document.cookie.split("; ");for(let t=0;t<i.length;t++){const e=window.location.hostname.split(".");for(;e.length>0;){const s=encodeURIComponent(i[t].split(";")[0].split("=")[0])+"=; expires=Thu, 01-Jan-1970 00:00:01 GMT; domain="+e.join(".")+" ;path=",n=location.pathname.split("/");for(document.cookie=s+"/";n.length>0;)document.cookie=s+n.join("/"),n.pop();e.shift()}}}function ba(i,t){const e=ks(t||"");if(!t)try{let s=window.localStorage.getItem(i);s&&(s=JSON.parse(s),e.value=s?s.value:"")}catch{}return xt(()=>{if(e.value)try{window.localStorage.setItem(i,JSON.stringify(e))}catch{}else window.localStorage.removeItem(i)}),e}function Rl(i,t){const e=ks(t||"");if(!t)try{let s=window.sessionStorage.getItem(i);s&&(s=JSON.parse(s),e.value=s?s.value:"")}catch{}return xt(()=>{if(e.value)try{window.sessionStorage.setItem(i,JSON.stringify(e))}catch{}else window.sessionStorage.removeItem(i)}),e}function Ll(i,t){let e;return i.objectStoreNames.contains(t)||(e=i.createObjectStore(t,{keyPath:"id"})),e}function zl(i,t=1,e){return new Promise((s,n)=>{let r;const a=window.indexedDB.open(i,t);a.onerror=()=>{n("无法使用IndexDB!")},a.onsuccess=o=>{r=o.target.result,Ll(r,e),s(r)}})}function Ol(i,t,e={id:1,name:"xxx"}){return new Promise((s,n)=>{const r=i.transaction([t],"readwrite");r.objectStore(t).add(e),r.oncomplete=o=>{s(o)},r.onerror=o=>{n(o)}})}function B(i,t,e,s=!1){const n=async r=>{await e(r)};try{i.addEventListener(t,n,s)}catch{i.attachEvent("on"+t,n)}return()=>{try{i.removeEventListener(t,n,s)}catch{i.detachEvent("on"+t,n)}}}const Fl=["click","dblclick","wheel","contextmenu","mousedown","mouseup","mousemove","mouseover","mouseout","mouseenter","mouseleave"],Bl=["keydown","keyup","keypress"],Nl=["touchstart","touchend","touchcancel","touchmove"],Yl=["pointerdown","pointerup","pointercancel","pointermove"],Ul=["dragstart","drag","dragend","dragenter","dragover","dragleave","drop"],Xl=["change"];function Vl(i,t,e={bubbles:!0,detail:{}}){if(!i)return;let s;try{Fl.includes(t)?s=new MouseEvent(t,e):Bl.includes(t)?s=new KeyboardEvent(t,e):Nl.includes(t)?s=new TouchEvent(t,e):Yl.includes(t)?s=new PointerEvent(t,e):Ul.includes(t)?s=new DragEvent(t,e):Xl.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(i.dispatchEvent)i.dispatchEvent(s);else if(i.fireEvent&&document.createEventObject)i.fireEvent("on"+t,s);else throw new Error(`Can't fire event : ${t}`)}function Gl(i,t){const e=i.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 de(i){i.preventDefault&&i.preventDefault();try{i.returnValue=!1}catch{}}function Sa(i){i.stopPropagation&&i.stopPropagation();try{i.cancelBubble=!0}catch{}}function ql(i,t){let e=document.createElement(i);t="on"+t;let s=t in e;return s||(e.setAttribute(t,"return;"),s=typeof e[t]=="function"),e=null,s}function jl(i){if(document.implementation.hasFeature("MouseEvents","2.0"))return i.button;switch(i.button){case 0:case 1:case 3:case 5:case 7:return 0;case 2:case 6:return 2;case 4:return 1}}const qs=()=>{const i=navigator.userAgent.toLowerCase();let t="Unknown";return/iphone|ipad|ipod/i.test(i)?t="iOS":/android/i.test(i)?t="Android":/BlackBerry/i.test(i)?t="BlackBerry":/mac/i.test(i)?t="macOS":/win/i.test(i)?t="Windows":/linux/i.test(i)?t="Linux":/bsd/i.test(i)&&(t="BSD"),t.toLowerCase()};function Hl(i=navigator.userAgent){let t="Unknown";if(/iPhone|iPad|iPod/i.test(i)){const e=i.match(/OS (\d+_\d+)/i);e&&(t=e[1].replace("_","."))}else if(/Android/i.test(i)){const e=i.match(/Android (\d+\.\d+)/i);e&&(t=e[1])}else if(/Mac OS X/i.test(i)){const e=i.match(/Mac OS X (\d+_\d+)/i);e&&(t=e[1].replace("_","."))}else if(/Windows NT/i.test(i)){const e=i.match(/Windows NT (\d+\.\d+)/i);e&&(t=e[1])}return t.toLowerCase()}function Wl(i,t){const e=i.split("."),s=t.split(".");for(let n=0,r=e.length;n<r;n++){if(s.length==n)return 1;if(e[n]!=s[n])return e[n]>s[n]?1:-1}return e.length!=s.length?-1:0}function Ki(){const i=navigator.userAgent.toLowerCase();let t="Unknown";return/opr/i.test(i)||/opera/i.test(i)?t="Opera":/chrome/i.test(i)?t="Chrome":/firefox/i.test(i)?t="Firefox":/safari/i.test(i)?t="Safari":/edge/i.test(i)?t="Edge":/msie|trident/i.test(i)?t="IE":/MicroMessenger/i.test(i)?t="Wechat":/alipay/i.test(i)&&(t="Ali"),t.toLowerCase()}const $l=()=>{const i=navigator.userAgent;let t="Unknown";if(/Chrome/.test(i)){const e=i.match(/Chrome\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Firefox/.test(i)){const e=i.match(/Firefox\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Safari/.test(i)){const e=i.match(/Version\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Edge/.test(i)){const e=i.match(/Edge\/(\d+\.\d+)/);e&&(t=e[1])}else if(/MSIE|Trident/.test(i)){const e=i.match(/(?:MSIE|rv:)(\d+\.\d+)/);e&&(t=e[1])}return t};function Jl(){return(navigator.browserLanguage||navigator.language).toLowerCase()}function Zl(){return Intl.DateTimeFormat().resolvedOptions().timeZone.toLowerCase()}function Qi(){return qs()==="ios"}function tn(){return qs()==="macos"}function Kl(){return Qi()|tn()}function Ca(){return qs()==="android"}function Ql(){return Qi()||Ca()}function va(){const i=window.navigator.userAgent,t=i.indexOf("MSIE ");if(t>0)return parseInt(i.substring(t+5,i.indexOf(".",t)),10);if(i.indexOf("Trident/")>0){const n=i.indexOf("rv:");return parseInt(i.substring(n+3,i.indexOf(".",n)),10)}const s=i.indexOf("Edge/");return s>0?parseInt(i.substring(s+5,i.indexOf(".",s)),10):-1}const tu=va()!==-1,eu=document.documentMode?document.documentMode===9:!1,su=document.documentMode?document.documentMode===10:!1,iu=document.documentMode?document.documentMode===11:!1;function Ta(){return Ki()==="wechat"}function _a(){return Ki()==="ali"}function nu(){return Ta()&&navigator.userAgent.match(/miniprogram/i)||window.__wxjs_environment==="miniprogram"}function ru(){return _a()&&navigator.userAgent.match(/miniprogram/i)}const au=typeof document<"u",Pa=typeof window<"u",ou=typeof history<"u",hu=Pa&&window.File&&window.FileReader&&window.FileList&&window.Blob,Ma=(()=>{const i=ur();return!!(i.Worker&&i.Blob&&i.Promise&&i.OffscreenCanvas&&i.OffscreenCanvasRenderingContext2D&&i.HTMLCanvasElement&&i.HTMLCanvasElement.prototype.transferControlToOffscreen&&i.URL&&i.URL.createObjectURL)})(),cu=typeof Path2D=="function"&&typeof DOMMatrix=="function",Ea=function(){if(!ur().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}(),lu=typeof HTMLElement=="object"?function(t){return t instanceof HTMLElement}:function(t){return t&&typeof t=="object"&&t.nodeType===1&&typeof t.nodeName=="string"},uu="webkit moz ms o".split(" ");function js(i){return typeof i=="function"&&/native code/.test(i.toString())}function fu(){return"ontouchstart"in window||"ontouchend"in document||navigator.maxTouchPoints>0}(function(){if(!window.requestAnimationFrame){let i=J();window.requestAnimationFrame=function(t){const e=J(),s=Math.max(0,16-(e-i)),n=window.setTimeout(function(){t(e+s)},s);return i=e+s,n}}window.cancelAnimationFrame||(window.cancelAnimationFrame=function(i){clearTimeout(i)})})();function en(i){let t=!1;return window.requestAnimationFrame(function e(s){!t&&i(s)&&window.requestAnimationFrame(e)}),()=>{t=!0}}function sn(i,t=0){if(t==0)return i(J()),()=>{};{const e=J();return en(s=>s-e>=t?(i(s),!1):!0)}}function du(i,t=0){let e=!1,s=0;const n=J(),r=a=>{if(e)return;s++;const o=a-n-s*t;i(a,s,t<=o),sn(r,Math.max(0,t-o))};return sn(r,t),()=>{e=!0}}function mu(i,t=20){const e=1e3/t;let s=0,n;return()=>(J()-s>=e&&(s=J(),n=i()),n)}window.requestIdleCallback=window.requestIdleCallback||function(i,t){const e=J();return setTimeout(function(){i({didTimeout:J()-e>50,timeRemaining:()=>Math.max(0,50-(J()-e))})},t?.timeout)},window.cancelIdleCallback=window.cancelIdleCallback||function(i){clearTimeout(i)};function Aa(i,t){requestIdleCallback(e=>{e.timeRemaining()>0||t?i():Aa(i,t)},{timeout:t})}const nn=new Me;let rn=!1;function an(i,t,e){i&&t&&nn.set(i,{cb:t,startTime:J(),timeout:e}),!rn&&(rn=!0,pu(s=>{rn=!1;let n=s.timeRemaining();nn.filter((r,a)=>{let o=!1;const h=J();(n>0||a.timeout&&J()-a.startTime>=a.timeout)&&(a.cb(),o=!0);const c=J();return n-=c-h,!o}),nn.length>0&&an()}))}let Hs=0,ke=33,me=33,on;const ka=new MessageChannel,gu=ka.port2;ka.port1.onmessage=i=>{on!==null&&on({didTimeout:Hs<=J(),timeRemaining:()=>Math.max(0,Hs-J())})};function pu(i){return on=i,requestAnimationFrame(t=>{let e=t-Hs+me;e<me&&ke<me?(e<8&&(e=8),me=e<ke?ke:e):e>me&&ke>me?me=e<ke?ke:e:ke=e,Hs=t+me,gu.postMessage(null)})}function yu(i){if(typeof setImmediate<"u"&&js(setImmediate))setImmediate(i);else if(typeof MessageChannel<"u"&&(js(MessageChannel)||MessageChannel.toString()==="[object MessageChannelConstructor]")){const{port1:t,port2:e}=new MessageChannel;e.onmessage=i,t.postMessage(null)}else typeof Promise<"u"&&js(Promise)?Promise.resolve().then(i):setTimeout(i,0)}function wu(i){typeof queueMicrotask=="function"?queueMicrotask(i):Promise.resolve().then(i).catch(t=>setTimeout(()=>{throw t}))}class ns{static _nextId=0;static nextId(){return ns._nextId++}}const z={Linear:{None:function(i){return i}},Ease:{In:function(i){return Math.pow(i,1.7)}},Quadratic:{In:function(i){return i*i},Out:function(i){return i*(2-i)},InOut:function(i){return(i*=2)<1?.5*i*i:-.5*(--i*(i-2)-1)}},Cubic:{In:function(i){return i*i*i},Out:function(i){return--i*i*i+1},InOut:function(i){return(i*=2)<1?.5*i*i*i:.5*((i-=2)*i*i+2)}},Quartic:{In:function(i){return i*i*i*i},Out:function(i){return 1- --i*i*i*i},InOut:function(i){return(i*=2)<1?.5*i*i*i*i:-.5*((i-=2)*i*i*i-2)}},Quintic:{In:function(i){return i*i*i*i*i},Out:function(i){return--i*i*i*i*i+1},InOut:function(i){return(i*=2)<1?.5*i*i*i*i*i:.5*((i-=2)*i*i*i*i+2)}},Sinusoidal:{In:function(i){return 1-Math.sin((1-i)*Math.PI/2)},Out:function(i){return Math.sin(i*Math.PI/2)},InOut:function(i){return .5*(1-Math.sin(Math.PI*(.5-i)))}},Exponential:{In:function(i){return i===0?0:Math.pow(1024,i-1)},Out:function(i){return i===1?1:1-Math.pow(2,-10*i)},InOut:function(i){return i===0?0:i===1?1:(i*=2)<1?.5*Math.pow(1024,i-1):.5*(-Math.pow(2,-10*(i-1))+2)}},Circular:{In:function(i){return 1-Math.sqrt(1-i*i)},Out:function(i){return Math.sqrt(1- --i*i)},InOut:function(i){return(i*=2)<1?-.5*(Math.sqrt(1-i*i)-1):.5*(Math.sqrt(1-(i-=2)*i)+1)}},Elastic:{In:function(i){return i===0?0:i===1?1:-Math.pow(2,10*(i-1))*Math.sin((i-1.1)*5*Math.PI)},Out:function(i){return i===0?0:i===1?1:Math.pow(2,-10*i)*Math.sin((i-.1)*5*Math.PI)+1},InOut:function(i){return i===0?0:i===1?1:(i*=2,i<1?-.5*Math.pow(2,10*(i-1))*Math.sin((i-1.1)*5*Math.PI):.5*Math.pow(2,-10*(i-1))*Math.sin((i-1.1)*5*Math.PI)+1)}},Back:{In:function(i){return i===1?1:i*i*((1.70158+1)*i-1.70158)},Out:function(i){return i===0?0:--i*i*((1.70158+1)*i+1.70158)+1},InOut:function(i){const t=2.5949095;return(i*=2)<1?.5*(i*i*((t+1)*i-t)):.5*((i-=2)*i*((t+1)*i+t)+2)}},Bounce:{In:function(i){return 1-z.Bounce.Out(1-i)},Out:function(i){return i<1/2.75?7.5625*i*i:i<2/2.75?7.5625*(i-=1.5/2.75)*i+.75:i<2.5/2.75?7.5625*(i-=2.25/2.75)*i+.9375:7.5625*(i-=2.625/2.75)*i+.984375},InOut:function(i){return i<.5?z.Bounce.In(i*2)*.5:z.Bounce.Out(i*2-1)*.5+.5}},generatePow:function(i=4){return i=i<Number.EPSILON?Number.EPSILON:i,i=i>1e4?1e4:i,{In:function(t){return t**i},Out:function(t){return 1-(1-t)**i},InOut:function(t){return t<.5?(t*2)**i/2:(1-(2-t*2)**i)/2+.5}}},random:function(i){return Math.random()},createStep:function(i){return function(t){return Math.floor(t*i)/i}},createNoisyEasing:function(i,t=.1){const e=1-t;return function(s){return t*Math.random()+e*i(s)}},swing:function(i){return i+Math.sin(i*Math.PI*2)/2},causeSeizures:function(i){return i+.2*Math.random()-.1}};function Ia(i){switch(i){case z.Quadratic.In:return z.Quadratic.Out;case z.Quadratic.Out:return z.Quadratic.In;case z.Quadratic.InOut:return z.Quadratic.InOut;case z.Cubic.In:return z.Cubic.Out;case z.Cubic.Out:return z.Cubic.In;case z.Cubic.InOut:return z.Cubic.InOut;case z.Quartic.In:return z.Quartic.Out;case z.Quartic.Out:return z.Quartic.In;case z.Quartic.InOut:return z.Quartic.InOut;case z.Quintic.In:return z.Quintic.Out;case z.Quintic.Out:return z.Quintic.In;case z.Quintic.InOut:return z.Quintic.InOut;case z.Sinusoidal.In:return z.Sinusoidal.Out;case z.Sinusoidal.Out:return z.Sinusoidal.In;case z.Sinusoidal.InOut:return z.Sinusoidal.InOut;case z.Exponential.In:return z.Exponential.Out;case z.Exponential.Out:return z.Exponential.In;case z.Exponential.InOut:return z.Exponential.InOut;case z.Circular.In:return z.Circular.Out;case z.Circular.Out:return z.Circular.In;case z.Circular.InOut:return z.Circular.InOut;case z.Elastic.In:return z.Elastic.Out;case z.Elastic.Out:return z.Elastic.In;case z.Elastic.InOut:return z.Elastic.InOut;case z.Back.In:return z.Back.Out;case z.Back.Out:return z.Back.In;case z.Back.InOut:return z.Back.InOut;case z.Bounce.In:return z.Bounce.Out;case z.Bounce.Out:return z.Bounce.In;case z.Bounce.InOut:return z.Bounce.InOut;default:return i}}const xu=4,bu=.001,Su=1e-7,Cu=10,rs=11,Ws=1/(rs-1),vu=typeof Float32Array=="function";function Da(i,t){return 1-3*t+3*i}function Ra(i,t){return 3*t-6*i}function La(i){return 3*i}function $s(i,t,e){return((Da(t,e)*i+Ra(t,e))*i+La(t))*i}function za(i,t,e){return 3*Da(t,e)*i*i+2*Ra(t,e)*i+La(t)}function Tu(i,t,e,s,n){let r,a,o=0;do a=t+(e-t)/2,r=$s(a,s,n)-i,r>0?e=a:t=a;while(Math.abs(r)>Su&&++o<Cu);return a}function _u(i,t,e,s){for(let n=0;n<xu;++n){const r=za(t,e,s);if(r===0)return t;const a=$s(t,e,s)-i;t-=a/r}return t}function Pu(i){return i}function hn(i,t,e,s){if(!(0<=i&&i<=1&&0<=e&&e<=1))throw new Error("bezier x values must be in [0, 1] range");if(i===t&&e===s)return Pu;const n=vu?new Float32Array(rs):new Array(rs);for(let a=0;a<rs;++a)n[a]=$s(a*Ws,i,e);function r(a){let o=0,h=1;const c=rs-1;for(;h!==c&&n[h]<=a;++h)o+=Ws;--h;const l=(a-n[h])/(n[h+1]-n[h]),u=o+l*Ws,f=za(u,i,e);return f>=bu?_u(a,u,i,e):f===0?u:Tu(a,o,o+Ws,i,e)}return a=>a===0||a===1?a:$s(r(a),t,s)}function cn(i){switch(i){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 Oa(i){const[t,e,s,n]=cn(i);return[1-s,1-n,1-t,1-e]}function Mu(i){return hn(...cn(i))}function Eu(i){return hn(...Oa(i))}const ee={Utils:{Linear:function(i,t,e){return(t-i)*e+i},Factorial:function(){const i=[1];return function(t){let e=1;if(i[t])return i[t];for(let s=t;s>1;s--)e*=s;return i[t]=e,e}}(),Bernstein:function(i,t){const e=ee.Utils.Factorial;return e(i)/e(t)/e(i-t)},CatmullRom:function(i,t,e,s,n){const r=(e-i)*.5,a=(s-t)*.5,o=n*n,h=n*o;return(2*t-2*e+r+a)*h+(-3*t+3*e-2*r-a)*o+r*n+t},QuadraticBezier:(i,t,e,s)=>{const n=1-s;return n*n*i+2*n*s*t+s*s*e},CubicBezier:(i,t,e,s,n)=>{const r=1-n;return r*r*r*i+3*r*r*n*t+3*r*n*n*e+n*n*n*s}},Linear:function(i,t){const e=i.length-1,s=e*t,n=Math.floor(s),r=ee.Utils.Linear;return t<0?r(i[0],i[1],s):t>1?r(i[e],i[e-1],e-s):r(i[n],i[n+1>e?e:n+1],s-n)},Bezier:function(i,t){let e=0;const s=i.length-1,n=Math.pow,r=ee.Utils.Bernstein;for(let a=0;a<=s;a++)e+=n(1-t,s-a)*n(t,a)*i[a]*r(s,a);return e},CatmullRom:function(i,t){const e=i.length-1;let s=e*t,n=Math.floor(s);const r=ee.Utils.CatmullRom;return i[0]===i[e]?(t<0&&(n=Math.floor(s=e*(1+t))),r(i[(n-1+e)%e],i[n],i[(n+1)%e],i[(n+2)%e],s-n)):t<0?i[0]-(r(i[0],i[0],i[1],i[1],-s)-i[0]):t>1?i[e]-(r(i[e],i[e],i[e-1],i[e-1],s-e)-i[e]):r(i[n?n-1:0],i[n],i[e<n+1?e:n+1],i[e<n+2?e:n+2],s-n)}};class Fa{_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=J(),e=!1){const s=Object.keys(this._tweens);for(let n=0;n<s.length;n++){const r=this._tweens[s[n]],a=!e;r&&r.update(t,a)===!1&&!e&&delete this._tweens[s[n]]}return!!Object.keys(this._tweens).length}}const Rt=new Fa;class ln{constructor(t,e=Rt){this._object=t,this._group=e}_id=ns.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=z.Linear.None;_interpolationFunction=ee.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=J()){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,n){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];n[r]=o?[]:{},this._setupProperties(a,e[r],s[r],n[r])}else typeof e[r]>"u"&&(e[r]=a),o||(e[r]*=1),c?n[r]=s[r].slice().reverse():n[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=J()){return this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStartTime=t,this._group&&this._group.remove(this),this)}resume(t=J()){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=Rt){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=z.Linear.None){return this._easingFunction=t,this}interpolation(t=ee.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=J(),e=!0){if(this._isPaused)return!0;let s,n;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),n=(t-this._startTime)/this._durationTime,n=this._durationTime===0||n>1?1:n;const a=this._easingFunction(n);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,a),this._onUpdateCallback&&this._onUpdateCallback(this._object,n),n===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,n){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,n):typeof o=="object"&&o?this._updateProperties(t[r],a,o,n):(o=this._handleRelativeValue(a,o),typeof o=="number"&&(t[r]=a+(o-a)*n))}}_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 Au=ns.nextId,ku=Rt.getAll.bind(Rt),Iu=Rt.removeAll.bind(Rt),Du=Rt.add.bind(Rt),Ru=Rt.remove.bind(Rt),Lu=Rt.update.bind(Rt),zu={now:J,Sequence:ns,Easing:z,Interpolation:ee,Group:Fa,Tween:ln,nextId:Au,getAll:ku,removeAll:Iu,add:Du,remove:Ru,update:Lu};class un{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=J(),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=J();t=e-this.oldTime,this.oldTime=e,this.elapsedTime+=t}return t}}class Js{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){Jh(this.tweens,(e,s)=>t?e.delay>s.delay:e.delay<=s.delay)}cloneTweens(t=this.tweens){const e=[];return t.forEach(s=>{const n={...s};delete n.tween,n.fromValues={...n.fromValues},n.toValues={...n.toValues},e.push(n)}),e}addTween(t,e,s){const n={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||z.Linear.None,interpolationFunction:s?.interpolationFunction||ee.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(n),this}cancelRequestAnimationCycle=()=>{};runTweens(t){this.cancelRequestAnimationCycle();const e=new un,s=this.frameDuration;return new Promise(n=>{this.onGroupStart?.(),this.cancelRequestAnimationCycle=en(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 ln({...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(),Pe(t,c))})}const a=!!t.length;return a||(this.onGroupComplete?.(),n()),a})})}isPaused=!1;pausedClock=new un;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=Ia(s.easeFunction);const n={...s.toValues};s.toValues={...s.fromValues},s.fromValues={...n}}),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 Zs=new Me,Ba=(i=!0)=>{Zs.filter((t,e)=>(e.alternate&&(pi(e,e.alternate),i&&Zs.set(t,e.alternate),e.alternate=void 0),i))};function fn(i){let t=Zs.get(i);return t||(t=gi(i),Zs.set(i,t)),t}function Na(i){const t=fn(i);return t.alternate||(t.alternate=gi(i)),t.alternate}function Ou(i,t,e=!0){t(Na(i)),Ba(e)}function dn(i,t,e=!0){t(Na(i)),an("FLUSH_DOM_ACTION",()=>Ba(e),50)}function U(i){return i*Math.PI/180}function lt(i){return i*180/Math.PI}function Ks(i,t,e=0){return Math.sqrt(i*i+t*t+e*e)}function Qs(i,t,e,s){return Ks(e-i,s-t)}function ti(i,t,e,s){const n=e-i,r=s-t;return n*n+r*r}function ge(i,t,e,s){let n=Math.atan2(s-t,e-i);return n<0&&(n+=Math.PI*2),n}function Wt(i,t){return{dx:Math.cos(i)*t,dy:Math.sin(i)*t}}function Fu(i,t,e){if(typeof e=="number"){const s=Math.sqrt(Math.pow(i,2)+Math.pow(t,2)+Math.pow(e,2));return{x:i/=s,y:t/=s,z:e/=s}}else{const s=Math.sqrt(Math.pow(i,2)+Math.pow(t,2));return{x:i/=s,y:t/=s}}}function Bu(i,t,e,s,n=10){if(Math.abs(e-i)<n&&Math.abs(s-t)<n)return"no";const r=lt(ge(i,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 Ya=Nu("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 Nu(i,t=10){const e={},s=i.split(",");for(let n=0;n<s.length;n+=2){const r="&"+s[n+1]+";",a=parseInt(s[n],t);e[r]="&#"+a+";"}return e["\\xa0"]=" ",e}function pt(i,t){const e=Object.keys(t);for(let s=0;s<e.length;s++)i=i.replace(new RegExp("{"+e[s]+"}","gi"),""+t[e[s]]);return i}function ei(i){let t,e;if(!i)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(i[t]);return t}function Yu(i){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[i]||t.start}function Uu(i){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[i]||t.alphabetic}const as={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 si{__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",pt("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 mn{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}}class os{__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(as);for(let e=0,s=t.length;e<s;e++){const n=t[e];this[n]=as[n].canvas}}__getStyleState(){const t={},e=Object.keys(as);for(let s=0,n=e.length;s<n;s++){const r=e[s];t[r]=this[r]}return t}__applyStyleState(t){const e=Object.keys(t);for(let s=0,n=e.length;s<n;s++){const r=e[s];this[r]=t[r]}}__createElement(t,e={},s=!1){const n=this.__document.createElementNS("http://www.w3.org/2000/svg",t),r=Object.keys(e);s&&(n.setAttribute("fill","none"),n.setAttribute("stroke","none"));for(let a=0;a<r.length;a++){const o=r[a];n.setAttribute(o,e[o])}return n}__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 n=Object.keys(as);for(let r=0;r<n.length;r++){const a=as[n[r]],o=this[n[r]];if(a.apply){if(o instanceof mn){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,pt("url(#{id})",{id:o.__root.getAttribute("id")}))}else if(o instanceof si)e.setAttribute(a.apply,pt("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,pt("rgb({r},{g},{b})",{r:c[1],g:c[2],b:c[3]}));let l=parseFloat(c[4]);const u=this.globalAlpha;u!=null&&(l*=u),e.setAttribute(a.svgAttr+"-opacity",""+l)}}else{let h=a.svgAttr;if(n[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 n=Object.keys(Ya);for(let r=0,a=n.length;r<a;r++){const o=n[r],h=Ya[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 n=this.__createElement("g");e.appendChild(n),this.__currentElement=n}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(pt("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(pt("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(pt("translate({x},{y})",{x:t,y:e}))}transform(t,e,s,n,r,a){this.__addTransform(pt("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:s,d:n,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(pt("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(pt("L {x} {y}",this.__currentPosition)):this.__addPathCommand(pt("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,s,n,r,a){this.__currentPosition={x:r,y:a},this.__addPathCommand(pt("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:s,cp2y:n,x:r,y:a}))}quadraticCurveTo(t,e,s,n){this.__currentPosition={x:s,y:n},this.__addPathCommand(pt("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:e,x:s,y:n}))}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,n,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===n||r===0){this.lineTo(t,e);return}const h=this.normalize([a-t,o-e]),c=this.normalize([s-t,n-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],u=Math.acos(Math.abs(l)),f=this.normalize([h[0]+c[0],h[1]+c[1]]),m=r/Math.sin(u/2),g=t+m*f[0],C=e+m*f[1],v=[-h[1],h[0]],b=[c[1],-c[0]],S=function(P){const _=P[0];return P[1]>=0?Math.acos(_):-Math.acos(_)},y=S(v),w=S(b);this.lineTo(g+v[0]*r,C+v[1]*r),this.arc(g,C,r,y,w)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(t,e,s,n){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,e),this.lineTo(t+s,e),this.lineTo(t+s,e+n),this.lineTo(t,e+n),this.lineTo(t,e),this.closePath()}fillRect(t,e,s,n){const r=this.__createElement("rect",{x:t,y:e,width:s,height:n},!0);this.__closestGroupOrSvg().appendChild(r),this.__currentElement=r,this.__applyStyleToCurrentElement("fill")}strokeRect(t,e,s,n){const r=this.__createElement("rect",{x:t,y:e,width:s,height:n},!0);this.__closestGroupOrSvg().appendChild(r),this.__currentElement=r,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const e=this.__closestGroupOrSvg().getAttribute("transform"),s=this.__rootSVG.childNodes[1],n=s.childNodes;for(let r=n.length-1;r>=0;r--)n[r]&&s.removeChild(n[r]);this.__currentElement=s,this.__groupStack=[],e&&this.__addTransform(e)}clearRect(t,e,s,n){if(t===0&&e===0&&s===this.width&&n===this.height){this.__clearCanvas();return}const r=this.__closestGroupOrSvg(),a=this.__createElement("rect",{x:t,y:e,width:s,height:n,fill:"#FFFFFF"},!0);r.appendChild(a)}createLinearGradient(t,e,s,n){const r=this.__createElement("linearGradient",{id:ei(this.__ids),x1:t+"px",x2:s+"px",y1:e+"px",y2:n+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(r),new si(r,this)}createRadialGradient(t,e,s,n,r,a){const o=this.__createElement("radialGradient",{id:ei(this.__ids),cx:n+"px",cy:r+"px",r:a+"px",fx:t+"px",fy:e+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(o),new si(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,n){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":Yu(this.textAlign),"dominant-baseline":Uu(this.textBaseline)},!0);o.appendChild(this.__document.createTextNode(t)),this.__currentElement=o,this.__applyStyleToCurrentElement(n),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,n,r,a){if(n===r)return;n=n%(2*Math.PI),r=r%(2*Math.PI),n===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(n),l=e+s*Math.sin(n),u=a?0:1;let f=0,m=r-n;m<0&&(m+=2*Math.PI),a?f=m>Math.PI?0:1:f=m>Math.PI?1:0,this.lineTo(c,l),this.__addPathCommand(pt("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:s,ry:s,xAxisRotation:0,largeArcFlag:f,sweepFlag:u,endX:o,endY:h})),this.__currentPosition={x:o,y:h}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),s=ei(this.__ids),n=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",pt("url(#{id})",{id:s})),t.appendChild(n),this.__currentElement=n}drawImage(...t){let e=t[0],s,n,r,a,o=0,h=0,c,l,u,f,m,g,C,v;if(t.length===3)s=t[1],n=t[2],c=e.width,l=e.height,r=c,a=l;else if(t.length===5)s=t[1],n=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],n=t[6],r=t[7],a=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const b=this.__closestGroupOrSvg();this.__currentElement;const S="translate("+s+", "+n+")";if(e instanceof os){if(u=e.getSvg().cloneNode(!0),u.childNodes&&u.childNodes.length>1){for(f=u.childNodes[0];f.childNodes.length;)v=f.childNodes[0].getAttribute("id"),this.__ids[v]=v,this.__SVGdefs.appendChild(f.childNodes[0]);if(m=u.childNodes[1],m){const y=m.getAttribute("transform");let w;y?w=y+" "+S:w=S,m.setAttribute("transform",w),b.appendChild(m)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(g=this.__createElement("image"),g.setAttribute("width",r),g.setAttribute("height",a),g.setAttribute("preserveAspectRatio","none"),(o||h||c!==e.width||l!==e.height)&&(C=this.__document.createElement("canvas"),C.width=r,C.height=a,C.getContext("2d")?.drawImage(e,o,h,c,l,0,0,r,a),e=C),g.setAttribute("transform",S),g.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),b.appendChild(g))}createPattern(t,e){const s=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),n=ei(this.__ids);let r;return s.setAttribute("id",n),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 os&&(s.setAttribute("width",""+t.width),s.setAttribute("height",""+t.height),s.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(s)),new mn(s,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}}class ii{canvas;context;customContext;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;hasSetCustomStrokeStyle=!1;hasSetCustomFillStyle=!1;constructor(t,e,s,n=!1){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),n&&(this.customContext=new os({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,n){return this.context.fillRect(t,e,s,n),this.customContext&&this.customContext.fillRect(t,e,s,n),this}fillText(t,e,s,n){return this.hasSetCustomFillStyle=!1,this.context.fillText(t,e,s,n),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,n){return this.context.strokeText(t,e,s,n),this.customContext&&this.customContext.strokeText(t,e,s),this}strokeRect(t,e,s,n){return this.context.strokeRect(t,e,s,n),this.customContext&&this.customContext.strokeRect(t,e,s,n),this}measureText(t){return this.context.measureText(t)}clearRect(t=0,e=0,s=this.canvas.width,n=this.canvas.height){return this.context.clearRect(t,e,s,n),this.customContext&&this.customContext.clearRect(t,e,s,n),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,n=0){return this.translate(s,n),this.context.scale(t,e),this.customContext&&this.customContext.scale(t,e),this.currentMatrix.scale(t,e),this.translate(-s,-n),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,n,r,a){return this.context.arc(t,e,s,n,r,a),this.customContext&&this.customContext.arc(t,e,s,n,r,a?-1:1),this.currentPath2D.arc(t,e,s,n,r,a),this}arcTo(t,e,s,n,r){return this.context.arcTo(t,e,s,n,r),this.customContext&&this.customContext.arcTo(t,e,s,n,r),this.currentPath2D.arcTo(t,e,s,n,r),this}ellipse(t,e,s,n,r,a,o,h){return this.context.ellipse(t,e,s,n,r,a,o,h),this.currentPath2D.ellipse(t,e,s,n,r,a,o,h),this}quadraticCurveTo(t,e,s,n){return this.context.quadraticCurveTo(t,e,s,n),this.customContext&&this.customContext.quadraticCurveTo(t,e,s,n),this.currentPath2D.quadraticCurveTo(t,e,s,n),this}bezierCurveTo(t,e,s,n,r,a){return this.context.bezierCurveTo(t,e,s,n,r,a),this.customContext&&this.customContext.bezierCurveTo(t,e,s,n,r,a),this.currentPath2D.bezierCurveTo(t,e,s,n,r,a),this}rect(t,e,s,n){return this.context.rect(t,e,s,n),this.customContext&&this.customContext.rect(t,e,s,n),this.currentPath2D.rect(t,e,s,n),this}createLinearGradient(t,e,s,n,r){const a=this.context.createLinearGradient(t,e,s,n);return r&&Object.entries(r).forEach(([o,h])=>{a.addColorStop(parseFloat(o),h)}),a}createRadialGradient(t,e,s,n,r,a,o){const h=this.context.createRadialGradient(t,e,s,n,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],n=e[1];this.context.drawImage(t,s,n)}else if(e.length===4){const s=e[0],n=e[1],r=e[2],a=e[3];this.context.drawImage(t,s,n,r,a)}else if(e.length===8){const s=e[0],n=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,n,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,n=this.canvas.height,r){return this.context.getImageData(t,e,s,n,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 ni=class{x;y;toX;toY;constructor(t){this.x=t?.x||0,this.y=t?.y||0,this.toX=t?.toX||0,this.toY=t?.toY||0}toSVGPathData(){return[["L",this.toX,this.toY]]}toCanvasContext(t){t.lineTo(this.toX,this.toY)}getBoundingClientRect(){const t=ge(this.x,this.y,this.toX,this.toY);if(t===0){const e=Math.min(this.x,this.toX),s=Math.min(this.y,this.toY),n=Math.max(this.x,this.toX),r=Math.max(this.y,this.toY);return{x:e,y:s,width:n-e,height:r-s}}else{const e=Math.sin(t),s=Math.cos(t),n=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(n,r),y:Math.min(a,o),width:Math.max(n,r)-Math.min(n,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,n=t.toX,r=t.toY,a=this.toX-e,o=t.x-n;if(!a&&!o)return null;const h=(this.toY-s)/a,c=(t.y-r)/o;if(a){if(!o)return{x:n,y:h*(n-e)+s}}else return{x:e,y:c*(e-n)+r};const l=(-c*n+r+h*e-s)/(h-c),u=h*(l-e)+s;return isNaN(l)||isNaN(u)?null:{x:l,y:u}}};const Ua=ni;class gn extends ni{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,n,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,n,r,a,o,h,!this.sweepFlag)}convert(t,e,s,n,r,a,o,h,c){const l=o/180*Math.PI,u=(t-s)/2,f=(e-n)/2,m=Math.cos(l)*u+Math.sin(l)*f,g=-Math.sin(l)*u+Math.cos(l)*f,C=m*m/(r*r)+g*g/(a*a);if(C>1){const $=Math.sqrt(C);throw r=$*r,a=$*a,new Error(`Radii are too small to build an arc. Correcting them to ${r}/${a}.`)}const v=Math.sqrt((r*r*a*a-r*r*g*g-a*a*m*m)/(r*r*g*g+a*a*m*m)),b=h!=c?1:-1,S=b*v*r*g/a,y=b*v*-a*m/r,w=(t+s)/2,P=(e+n)/2,_=Math.cos(l)*S-Math.sin(l)*y+w,R=Math.sin(l)*S+Math.cos(l)*y+P,X=($,tt,at,it)=>($*it>=tt*at?1:-1)*Math.acos(($*at+tt*it)/(Math.sqrt($*$+tt*tt)*Math.sqrt(at*at+it*it))),G=X(1,0,t-_,e-R)-l,W=X(t-_,e-R,s-_,n-R);return[_,R,r,a,l,G,G+W]}}class Xu extends ni{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,n,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,n=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=-n/(2*s),0<a&&a<1&&[t,e][c].push(s*a*a+n*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 Vu=Xu;class bt extends ni{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,n=(-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(n)>1e12&&(n=.5),Math.abs(r)>1e12&&(r=.5),n>=0&&n<=1&&(h=this.interpolate(n),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,n=(-e+Math.sqrt(e*e-4*t*s))/2/t,r=(-e-Math.sqrt(e*e-4*t*s))/2/t,Math.abs(n)>1e12&&(n=.5),Math.abs(r)>1e12&&(r=.5),n>=0&&n<=1&&(h=this.interpolate(n),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=[],u=c.length;for(let g=0;g<u;g++){for(let C=g+1;C<u;C++)c[g].X===c[C].X&&c[g].Y===c[C].Y&&(C=++g);l.push({X:c[g].X,Y:c[g].Y})}const f={x:Math.min.apply(Math,o),y:Math.min.apply(Math,a)},m={x:Math.max.apply(Math,o),y:Math.max.apply(Math,a)};return{x:f.x,y:f.y,width:m.x-f.x,height:m.y-f.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,n,r){const a=-3*e+9*s-9*n+3*r,o=t*a+6*e-12*s+6*n;return t*o-3*e+3*s}static bezlen(t,e,s,n,r,a,o,h,c=1){c=Math.max(0,Math.min(c,1));const l=c/2,u=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],f=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let m=0;for(let g=0;g<12;g++){const C=l*u[g]+l,v=this.base3(C,t,s,r,o),b=this.base3(C,e,n,a,h);m+=f[g]*Math.sqrt(v*v+b*b)}return l*m}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,s=this.y,n=this.c1x,r=this.c1y,a=this.c2x,o=this.c2y,h=this.toX,c=this.toY;if(t<0||bt.bezlen(e,s,n,r,a,o,h,c)<t)return 0;let l=1,u=l/2,f=l-u,m=bt.bezlen(e,s,n,r,a,o,h,c,f);for(;Math.abs(m-t)>.01;)u/=2,f+=(m<t?1:-1)*u,m=bt.bezlen(e,s,n,r,a,o,h,c,f);return f}getPointAtSegmentLength(t){const e=this.getTatLen(t);let s=1-e,n=Math.pow(s,3),r=Math.pow(s,2),a=e*e,o=a*e,h=n*this.x+r*3*e*this.c1x+s*3*e*e*this.c2x+o*this.toX,c=n*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),u=this.y+2*e*(this.c1y-this.y)+a*(this.c2y-2*this.c1y+this.y),f=this.c1x+2*e*(this.c2x-this.c1x)+a*(this.toX-2*this.c2x+this.c1x),m=this.c1y+2*e*(this.c2y-this.c1y)+a*(this.toY-2*this.c2y+this.c1y),g=s*this.x+e*this.c1x,C=s*this.y+e*this.c1y,v=s*this.c2x+e*this.toX,b=s*this.c2y+e*this.toY,S=90-Math.atan2(l-f,u-m)*180/Math.PI;return{x:h,y:c,m:{x:l,y:u},n:{x:f,y:m},start:{x:g,y:C},end:{x:v,y:b},alpha:S}}}const hs=Math.PI*2;function Xa(i,t,e,s){const n=i*s-t*e<0?-1:1;let r=i*e+t*s;return r>1&&(r=1),r<-1&&(r=-1),n*Math.acos(r)}function Gu(i,t,e,s,n,r,a,o,h,c){const l=c*(i-e)/2+h*(t-s)/2,u=-h*(i-e)/2+c*(t-s)/2,f=a*a,m=o*o,g=l*l,C=u*u;let v=f*m-f*C-m*g;v<0&&(v=0),v/=f*C+m*g,v=Math.sqrt(v)*(n===r?-1:1);const b=v*a/o*u,S=v*-o/a*l,y=c*b-h*S+(i+e)/2,w=h*b+c*S+(t+s)/2,P=(l-b)/a,_=(u-S)/o,R=(-l-b)/a,X=(-u-S)/o,G=Xa(1,0,P,_);let W=Xa(P,_,R,X);return r===0&&W>0&&(W-=hs),r===1&&W<0&&(W+=hs),[y,w,G,W]}function qu(i,t){const e=1.3333333333333333*Math.tan(t/4),s=Math.cos(i),n=Math.sin(i),r=Math.cos(i+t),a=Math.sin(i+t);return[s,n,s-n*e,n+s*e,r+a*e,a-r*e,r,a]}function Va(i,t,e,s,n,r,a,o,h){const c=Math.sin(h*hs/360),l=Math.cos(h*hs/360),u=l*(i-e)/2+c*(t-s)/2,f=-c*(i-e)/2+l*(t-s)/2;if(u===0&&f===0)return[];if(a===0||o===0)return[];a=Math.abs(a),o=Math.abs(o);const m=u*u/(a*a)+f*f/(o*o);m>1&&(a*=Math.sqrt(m),o*=Math.sqrt(m));const g=Gu(i,t,e,s,n,r,a,o,c,l),C=[];let v=g[2],b=g[3];const S=Math.max(Math.ceil(Math.abs(b)/(hs/4)),1);b/=S;for(let y=0;y<S;y++)C.push(qu(v,b)),v+=b;return C.map(y=>{for(let w=0;w<y.length;w+=2){let P=y[w+0],_=y[w+1];P*=a,_*=o;const R=l*P-c*_,X=c*P+l*_;y[w+0]=R+g[0],y[w+1]=X+g[1]}return y})}function pn(i,t,e,s,n,r){return[i/3+.6666666666666666*e,t/3+.6666666666666666*s,n/3+.6666666666666666*e,r/3+.6666666666666666*s,n,r]}function cs(i,t,e,s){return[i,t,e,s,e,s]}const ls={a:7,c:6,s:4,q:4,t:2,m:2,l:2,h:1,v:1,z:0};class Ie{static createSVGElement(t="path",e){const s=document.createElementNS.call(document,"http://www.w3.org/2000/svg",t);return e&&ye(s,e),s}static createSvgPath(t,e){return this.createSVGElement("path",{d:t,id:e||gr()})}static downloadFromSVGElement(t,e="shape"){return jn(ya(t),`${e}.svg`)}static downloadFromSVGString(t,e="shape"){return jn(Di(t),`${e}.svg`)}static getSVGRawStringFromElement(t){return Ji(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 Ie.isSVGPath(t)&&t.replace(/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi,(s,n,r)=>{let a=n.toLowerCase();const o=Tr(r);for(a=="m"&&o.length>ls[a]&&(e.push([n,...o.splice(0,ls[a])]),a="l",n=n=="m"?"l":"L");o.length;){if(o.length<ls[a])throw new Error(`parseSVGPath substring:{ ${s} } command:{ ${n} } args:{ ${o} }`);e.push([n,...o.splice(0,ls[a])])}return a=="z"&&e.push([n]),""}),e}static absolutizeSVGPath(t){let e=0,s=0,n=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]+=n,a[7]+=r;break;case"v":a[1]+=r;break;case"h":a[1]+=n;break;default:for(let c=1;c<a.length;)a[c++]+=n,a[c++]+=r}switch(h){case"Z":n=e,r=s;break;case"H":n=a[1];break;case"V":r=a[1];break;case"M":n=e=a[1],r=s=a[2];break;default:n=a[a.length-2],r=a[a.length-1]}return a})}static relativeSVGPath(t){let e=0,s=0,n=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]-=n,a[7]-=r;break;case"V":a[1]-=r;break;case"H":a[1]-=n;break;default:for(let c=1;c<a.length;)a[c++]-=n,a[c++]-=r}switch(h){case"z":n=e,r=s;break;case"h":n+=a[1];break;case"v":r+=a[1];break;case"m":n+=a[1],r+=a[2],e+=a[1],s+=a[2];break;default:n+=a[a.length-2],r+=a[a.length-1]}return a})}static normalizeSVGPath(t){const e=[];let s=0,n=0,r=0,a=0,o=0,h=0,c=0,l=0,u;for(let f=0,m=t.length;f<m;f++){let g=t[f];const C=g[0];switch(C){case"M":s=g[1],n=g[2];break;case"A":const v=Va(r,a,g[6],g[7],g[4],g[5],g[1],g[2],g[3]);if(!v.length)continue;v.forEach((y,w)=>{const[P,_,R,X,G,W,$,tt]=y;g=["C",R,X,G,W,$,tt],w<v.length-1&&e.push(g)});break;case"S":let b=r,S=a;(u=="C"||u=="S")&&(b+=b-c,S+=S-l),g=["C",b,S,g[1],g[2],g[3],g[4]];break;case"T":u=="Q"||u=="T"?(o=r*2-o,h=a*2-h):(o=r,h=a),g=["C",...pn(r,a,o,h,g[1],g[2])];break;case"Q":o=g[1],h=g[2],g=["C",...pn(r,a,g[1],g[2],g[3],g[4])];break;case"L":g=["C",...cs(r,a,g[1],g[2])];break;case"H":g=["C",...cs(r,a,g[1],a)];break;case"V":g=["C",...cs(r,a,r,g[1])];break;case"Z":g=["C",...cs(r,a,s,n)];break}u=C,r=g[g.length-2],a=g[g.length-1],g.length>4?(c=g[g.length-4],l=g[g.length-3]):(c=r,l=a),e.push(g)}return e}static catmullRom2bezier(t){const e=[];for(let s=0,n=t.length;n-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]}]:n-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],n;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":n=e[e.length-1]||["L",0,0],e.push(["L",o[1],n[n.length-1]]);break;case"V":n=e[e.length-1]||["L",0,0],e.push(["L",n[n.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,n=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?(n=2*Number(s[c.x+2])-Number(s[c.x]),r=2*Number(s[c.x+3])-Number(s[c.x+1])):(n=Number(s[s.length-2]),r=Number(s[s.length-1]))),h.splice(1,0,n,r)),s=h}return t}}const _t=Ie;class Pt{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(_t.parseSVGPath(t),e):t instanceof Pt?this.resetFromSVGPathData(t.toSVGPathData(),e):this.resetFromSVGPathData(t||[],e)}resetFromSVGPathData(t,e){this.normalizedLines=[];const s=_t.normalizeSVGPath(_t.absolutizeSVGPath(t));this.prevPathX=this.startPathX=0,this.prevPathY=this.startPathY=0;let n=!1;for(let r=0,a=s.length;r<a;r++){const o=s[r];if(o[0]=="M"){n||(n=!0,this.startPathX=o[1],this.startPathY=o[2]),this.prevPathX=o[1],this.prevPathY=o[2];continue}this.appendLine(new bt({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 Pt;e.prevPathX=e.startPathX=t[0]||0,e.prevPathY=e.startPathY=t[1]||0;for(let s=2,n=t.length;s+5<n;s+=6)e.appendLine(new bt({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 Pt;e.prevPathX=e.startPathX=t[0].x||0,e.prevPathY=e.startPathY=t[0].y||0;for(let s=0,n=t.length;s<n;s++)e.appendLine(t[s]);return e}appendLine(t){if(t instanceof gn){Va(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(c=>{const[l,u,f,m,g,C,v,b]=c;this.normalizedLines.push(new bt({x:this.prevPathX,y:this.prevPathY,c1x:f,c1y:m,c2x:g,c2y:C,toX:v,toY:b})),this.prevPathX=v,this.prevPathY=b});return}let e,s,n,r,a,o;t instanceof bt?(e=t.c1x,s=t.c1y,n=t.c2x,r=t.c2y,a=t.toX,o=t.toY):t instanceof Vu?[e,s,n,r,a,o]=pn(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,s,n,r,a,o]=cs(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new bt({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:s,c2x:n,c2y:r,toX:a,toY:o})),this.prevPathX=a,this.prevPathY=o}toSVGPathData(){const{startPathX:t,startPathY:e,normalizedLines:s}=this.updateTransform(),n=[];n.push(["M",t,e]);for(let r=0,a=s.length;r<a;r++)n.push(...s[r].toSVGPathData());return n}toSVGPathD(){return _t.SVGPathDataToD(this.toSVGPathData())}toCanvasContext(t){const{startPathX:e,startPathY:s,normalizedLines:n}=this.updateTransform();t.beginPath(),t.moveTo(e,s),n.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 n=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:n,y:r,width:a-n,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 Ct;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 n=[];return this.normalizedLines.forEach(r=>{let a=r.x,o=r.y,h=r.c1x,c=r.c1y,l=r.c2x,u=r.c2y,f=r.toX,m=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:u}=t.transformPoint({x:l,y:u}),{x:f,y:m}=t.transformPoint({x:f,y:m}),n.push(new bt({x:a,y:o,c1x:h,c1y:c,c2x:l,c2y:u,toX:f,toY:m}))}),{startPathX:e,startPathY:s,normalizedLines:n}}}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 n=e.length;for(let r=0;r<n;r++){const a=e[r],o=a.length();if(s+o>=t)return a.getPointAtSegmentLength(t-s);s+=o}return e[n-1].getPointAtSegmentLength(1)}interpolate(t){const{startPathX:e,startPathY:s,normalizedLines:n}=this.updateTransform(),r=n.length;if(r===0)return{x:e,y:s};if(r===1)return n[0].interpolate(t);{let a=t*r,o=n[0];if(a--,a>1)for(let h=1;h<r&&(o=n[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:n,startPathY:r,normalizedLines:a}=t.updateTransform();let o=null,h=0;const c=new Pt;c.prevPathX=c.startPathX=n,c.prevPathY=c.startPathY=r;for(let l=0,u=a.length;l<u;l++){const f=a[l],m=f.length();if(h+m>e&&!o){const g=f.getPointAtSegmentLength(e-h);if(c.appendLine(new bt({c1x:g.start.x,c1y:g.start.y,c2x:g.m.x,c2y:g.m.y,toX:g.x,toY:g.y})),s)return c;o=c,c.appendLine(new bt({c1x:g.n.x,c1y:g.n.y,c2x:g.end.x,c2y:g.end.y,toX:f.x,toY:f.y})),h+=m;continue}h+=m,c.appendLine(f)}return c}closestPoint(t,e){const s=this.getTotalLength();let n={x:t,y:e},r=0,a=1/0,o=8;for(let c=0;c<=s;c+=o){const l=this.getPointAtLength(c),u=ti(l.x,l.y,t,e);u<a&&(n=l,r=c,a=u)}for(o/=2;o>.5;){const c=r-o,l=this.getPointAtLength(c),u=ti(l.x,l.y,t,e),f=r+o,m=this.getPointAtLength(f),g=ti(m.x,m.y,t,e);c>=0&&u<a?(n=l,r=c,a=u):f<=s&&g<a?(n=m,r=f,a=g):o/=2}const h=this.getPointAtLength(r+(r===s?-.1:.1));return{point:n,rotation:r>=s?ge(h.x,h.y,n.x,n.y):ge(n.x,n.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((n,r)=>n.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],n=t[e-1],r=0;for(let a=0;a<e;a+=6)r+=Qs(t[a],t[a+1],s,n),s=t[a],n=t[a+1];return Math.floor(r)}expendFill(t){const e=this.polymorphPoints,s=e.length;let n=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++],u=e[o++],f=e[o++],m=e[o++];a.push(["C",h,c,l,u,f,m]);let g=0;for(;g<r&&n>0;)a.push(["C",f,m,f,m,f,m]),n-=6,g++}return a}static mixPoints(t,e,s){const n=t.length,r=new Array(n);for(let a=0;a<n;a++)r[a]=jt(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:Pt.fromPolymorphPoints(Pt.mixPoints(new Pt({d:t}).polymorphPoints,new Pt({d:e}).polymorphPoints,s)).toSVGPathData()}}const ju=Pt;class j extends Xe{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=gr(),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=Tr(s).reduce((n,r)=>n+r,0)}return Pr(this)}forceSetCXY(t,e){this.cX=t,this.cY=e,this.forceCXY=!0}shapeInit(){}initPathD(){if(!this.pathd){if(this.pathd=new Pt,xt(()=>{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 n=s.originMatrix?s.originMatrix.clone():new Ct;n.translate(-t.x+s.x,-t.y+s.y),s.originMatrix=n});const e=this.originMatrix?this.originMatrix.clone():new Ct;e.translate(-t.x+this.x,-t.y+this.y),this.originMatrix=e}isPointInPath(t,e,s){if(s instanceof ii)return s.isPointInPath(new Path2D(this.toSVGPathD()),t,e);let n;try{n=new SVGPoint(t,e)}catch{n=s.createSVGPoint(),n.x=t,n.y=e}if(this.el instanceof SVGGeometryElement)return this.el.isPointInFill(n);{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 ii)return s.isPointInStroke(new Path2D(this.toSVGPathD()),t,e);let n;try{n=new SVGPoint(t,e)}catch{n=s.createSVGPoint(),n.x=t,n.y=e}return this.el instanceof SVGGeometryElement?this.el.isPointInStroke(n):!1}clone(){return xr(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,n])=>[mt(s),n]))):e&&(this.attrs[mt(t)]=e)}getAttr(t,e){return this.attrs[t]||this.attrs[mt(t)]||e}getAttrs(){return this.attrs}hasAttr(t){return!!this.attrs[t]||!!this.attrs[mt(t)]}distance(t){return Qs(this.x,this.y,t.x,t.y)}rotateTo(t){this.degree=lt(ge(this.x,this.y,t.x,t.y))}followTo(t,e=3){this.rotateTo(t);const{dx:s,dy:n}=Wt(U(this.degree),e);this.vx=s,this.vy=n,this.run()}followAccelerationTo(t,e=.05){this.rotateTo(t);const{dx:s,dy:n}=Wt(U(this.degree),e);this.ax=s,this.ay=n,this.run()}checkCollision(t){}checkWall(t){}gravitateTo(t){const e=t.x-this.x,s=t.y-this.y,n=e*e+s*s,r=Math.sqrt(n),a=this.mass*t.mass/n,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=It(t?.gravity,0);this.vy+=e;const s=It(t?.friction,1);this.vx*=s,this.vy*=s,this.x+=this.vx,this.y+=this.vy}runEaseTo(t,e){const s=It(e?.easing,.05),n=t.x-this.cX-this.x,r=t.y-this.cY-this.y;this.vx=n*s,this.vy=r*s,this.run(e)}runSpringTo(t,e){const s=It(e?.spring,.03);(Array.isArray(t)?t:[t]).forEach(n=>{const r=n.x-this.cX-this.x,a=n.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=It(e?.springLength,100),n=It(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*n,c=a*n;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(),n=jt(s.getTotalLength(),0);this.setAttr({strokeDasharray:`${n} ${n}`,strokeDashoffset:`${n}`});const r=e?.onUpdate,a=new Js({frameDuration:t});a.addTween({offset:n},{offset:0},Object.assign(e||{},{onUpdate:(o,h)=>{this.setAttr("strokeDashoffset",""+jt(o.offset,2)),r?.(o,h)}})),a.play()}}class us 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}=Yt(U(t),this.y,this.z))}rotateY(t){({x:this.x,y:this.z}=Yt(U(t),this.x,this.z))}rotateZ(t){({x:this.x,y:this.y}=Yt(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 Ks(this.x,this.y,this.z)}distance(t){const e=t.x-this.x,s=t.y-this.y,n=t.z-this.z;return Math.sqrt(e*e+s*s+n*n)}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,n=this.z;return{x:s*t.z-n*t.y,y:n*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}}}class yn{_x;_y;_z;_w;constructor(t=0,e=0,s=0,n=1){this._x=t,this._y=e,this._z=s,this._w=n}static slerpFlat(t,e,s,n,r,a,o){let h=s[n+0],c=s[n+1],l=s[n+2],u=s[n+3];const f=r[a+0],m=r[a+1],g=r[a+2],C=r[a+3];if(o===0){t[e+0]=h,t[e+1]=c,t[e+2]=l,t[e+3]=u;return}if(o===1){t[e+0]=f,t[e+1]=m,t[e+2]=g,t[e+3]=C;return}if(u!==C||h!==f||c!==m||l!==g){let v=1-o;const b=h*f+c*m+l*g+u*C,S=b>=0?1:-1,y=1-b*b;if(y>Number.EPSILON){const P=Math.sqrt(y),_=Math.atan2(P,b*S);v=Math.sin(v*_)/P,o=Math.sin(o*_)/P}const w=o*S;if(h=h*v+f*w,c=c*v+m*w,l=l*v+g*w,u=u*v+C*w,v===1-o){const P=1/Math.sqrt(h*h+c*c+l*l+u*u);h*=P,c*=P,l*=P,u*=P}}t[e]=h,t[e+1]=c,t[e+2]=l,t[e+3]=u}static multiplyQuaternionsFlat(t,e,s,n,r,a){const o=s[n],h=s[n+1],c=s[n+2],l=s[n+3],u=r[a],f=r[a+1],m=r[a+2],g=r[a+3];return t[e]=o*g+l*u+h*m-c*f,t[e+1]=h*g+l*f+c*u-o*m,t[e+2]=c*g+l*m+o*f-h*u,t[e+3]=l*g-o*u-h*f-c*m,t}get x(){return this._x}set x(t){this._x=t,this._onChangeCallback()}get y(){return this._y}set y(t){this._y=t,this._onChangeCallback()}get z(){return this._z}set z(t){this._z=t,this._onChangeCallback()}get w(){return this._w}set w(t){this._w=t,this._onChangeCallback()}set(t=this._x,e=this._y,s=this._z,n=this._w){return this._x=t,this._y=e,this._z=s,this._w=n,this._onChangeCallback(),this}clone(){return new yn(this._x,this._y,this._z,this._w)}copy(t){return this._x=t.x,this._y=t.y,this._z=t.z,this._w=t.w,this._onChangeCallback(),this}setFromEuler(t,e=!0){const s=t.x,n=t.y,r=t.z,a=t.order,o=Math.cos,h=Math.sin,c=o(s/2),l=o(n/2),u=o(r/2),f=h(s/2),m=h(n/2),g=h(r/2);switch(a){case"XYZ":this._x=f*l*u+c*m*g,this._y=c*m*u-f*l*g,this._z=c*l*g+f*m*u,this._w=c*l*u-f*m*g;break;case"YXZ":this._x=f*l*u+c*m*g,this._y=c*m*u-f*l*g,this._z=c*l*g-f*m*u,this._w=c*l*u+f*m*g;break;case"ZXY":this._x=f*l*u-c*m*g,this._y=c*m*u+f*l*g,this._z=c*l*g+f*m*u,this._w=c*l*u-f*m*g;break;case"ZYX":this._x=f*l*u-c*m*g,this._y=c*m*u+f*l*g,this._z=c*l*g-f*m*u,this._w=c*l*u+f*m*g;break;case"YZX":this._x=f*l*u+c*m*g,this._y=c*m*u+f*l*g,this._z=c*l*g-f*m*u,this._w=c*l*u-f*m*g;break;case"XZY":this._x=f*l*u-c*m*g,this._y=c*m*u-f*l*g,this._z=c*l*g+f*m*u,this._w=c*l*u+f*m*g;break;default:console.warn("Quaternion: .setFromEuler() encountered an unknown order: "+a)}return e===!0&&this._onChangeCallback(),this}setFromAxisAngle(t,e){const s=e/2,n=Math.sin(s);return this._x=t.x*n,this._y=t.y*n,this._z=t.z*n,this._w=Math.cos(s),this._onChangeCallback(),this}setFromRotationMatrix4(t){const e=t.value,s=e[0],n=e[4],r=e[8],a=e[1],o=e[5],h=e[9],c=e[2],l=e[6],u=e[10],f=s+o+u;if(f>0){const m=.5/Math.sqrt(f+1);this._w=.25/m,this._x=(l-h)*m,this._y=(r-c)*m,this._z=(a-n)*m}else if(s>o&&s>u){const m=2*Math.sqrt(1+s-o-u);this._w=(l-h)/m,this._x=.25*m,this._y=(n+a)/m,this._z=(r+c)/m}else if(o>u){const m=2*Math.sqrt(1+o-s-u);this._w=(r-c)/m,this._x=(n+a)/m,this._y=.25*m,this._z=(h+l)/m}else{const m=2*Math.sqrt(1+u-s-o);this._w=(a-n)/m,this._x=(r+c)/m,this._y=(h+l)/m,this._z=.25*m}return this._onChangeCallback(),this}setFromUnitVectors(t,e){let s=t.dot(e)+1;return s<Number.EPSILON?(s=0,Math.abs(t.x)>Math.abs(t.z)?(this._x=-t.y,this._y=t.x,this._z=0,this._w=s):(this._x=0,this._y=-t.z,this._z=t.y,this._w=s)):(this._x=t.y*e.z-t.z*e.y,this._y=t.z*e.x-t.x*e.z,this._z=t.x*e.y-t.y*e.x,this._w=s),this.normalize()}angleTo(t){return 2*Math.acos(Math.abs(F(this.dot(t),-1,1)))}rotateTowards(t,e){const s=this.angleTo(t);if(s===0)return this;const n=Math.min(1,e/s);return this.slerp(t,n),this}identity(){return this.set(0,0,0,1)}invert(){return this.conjugate()}conjugate(){return this._x*=-1,this._y*=-1,this._z*=-1,this._onChangeCallback(),this}dot(t){return this._x*t._x+this._y*t._y+this._z*t._z+this._w*t._w}lengthSq(){return this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w}length(){return Math.sqrt(this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w)}normalize(){let t=this.length();return t===0?(this._x=0,this._y=0,this._z=0,this._w=1):(t=1/t,this._x=this._x*t,this._y=this._y*t,this._z=this._z*t,this._w=this._w*t),this._onChangeCallback(),this}multiply(t){return this.multiplyQuaternions(this,t)}premultiply(t){return this.multiplyQuaternions(t,this)}multiplyQuaternions(t,e){const s=t._x,n=t._y,r=t._z,a=t._w,o=e._x,h=e._y,c=e._z,l=e._w;return this._x=s*l+a*o+n*c-r*h,this._y=n*l+a*h+r*o-s*c,this._z=r*l+a*c+s*h-n*o,this._w=a*l-s*o-n*h-r*c,this._onChangeCallback(),this}slerp(t,e){if(e===0)return this;if(e===1)return this.copy(t);const s=this._x,n=this._y,r=this._z,a=this._w;let o=a*t._w+s*t._x+n*t._y+r*t._z;if(o<0?(this._w=-t._w,this._x=-t._x,this._y=-t._y,this._z=-t._z,o=-o):this.copy(t),o>=1)return this._w=a,this._x=s,this._y=n,this._z=r,this;const h=1-o*o;if(h<=Number.EPSILON){const m=1-e;return this._w=m*a+e*this._w,this._x=m*s+e*this._x,this._y=m*n+e*this._y,this._z=m*r+e*this._z,this.normalize(),this}const c=Math.sqrt(h),l=Math.atan2(c,o),u=Math.sin((1-e)*l)/c,f=Math.sin(e*l)/c;return this._w=a*u+this._w*f,this._x=s*u+this._x*f,this._y=n*u+this._y*f,this._z=r*u+this._z*f,this._onChangeCallback(),this}slerpQuaternions(t,e,s){return this.copy(t).slerp(e,s)}random(){const t=2*Math.PI*Math.random(),e=2*Math.PI*Math.random(),s=Math.random(),n=Math.sqrt(1-s),r=Math.sqrt(s);return this.set(n*Math.sin(t),n*Math.cos(t),r*Math.sin(e),r*Math.cos(e))}equals(t){return t._x===this._x&&t._y===this._y&&t._z===this._z&&t._w===this._w}fromArray(t,e=0){return this._x=t[e],this._y=t[e+1],this._z=t[e+2],this._w=t[e+3],this._onChangeCallback(),this}toArray(t=[],e=0){return t[e]=this._x,t[e+1]=this._y,t[e+2]=this._z,t[e+3]=this._w,t}fromBufferAttribute(t,e){return this._x=t.getX(e),this._y=t.getY(e),this._z=t.getZ(e),this._w=t.getW(e),this._onChangeCallback(),this}toJSON(){return this.toArray()}onChange(t){return this._onChangeCallback=t,this}_onChangeCallback(){}*[Symbol.iterator](){yield this._x,yield this._y,yield this._z,yield this._w}}class fs{x=0;y=0;constructor(t=0,e=0){this.x=t,this.y=e}get width(){return this.x}set width(t){this.x=t}get height(){return this.y}set height(t){this.y=t}set(t=0,e=0){return this.x=t,this.y=e,this}setScalar(t){return this.x=t,this.y=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;default:throw new Error("index is out of range: "+t)}}copy(t){return this.x=t.x,this.y=t.y,this}clone(){return new fs(this.x,this.y)}add(t){return this.x+=t.x,this.y+=t.y,this}addScalar(t){return this.x+=t,this.y+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this}subScalar(t){return this.x-=t,this.y-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this}multiply(t){return this.x*=t.x,this.y*=t.y,this}multiplyScalar(t){return this.x*=t,this.y*=t,this}divide(t){return this.x/=t.x,this.y/=t.y,this}divideScalar(t){return this.multiplyScalar(1/t)}applyMatrix3(t){const e=this.x,s=this.y;return this.x=t.m11*e+t.m21*s+t.m31,this.y=t.m12*e+t.m22*s+t.m32,this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this}clamp(t,e){return this.x=F(this.x,t.x,e.x),this.y=F(this.y,t.y,e.y),this}clampScalar(t,e){return this.x=F(this.x,t,e),this.y=F(this.y,t,e),this}clampLength(t,e){const s=this.length();return this.divideScalar(s||1).multiplyScalar(F(s,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this}negate(){return this.x=-this.x,this.y=-this.y,this}dot(t){return this.x*t.x+this.y*t.y}cross(t){return this.x*t.y-this.y*t.x}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0);const s=t.dot(this)/e;return this.copy(t).multiplyScalar(s)}perpendOnVector(t){return Ga.copy(this).projectOnVector(t),this.sub(Ga)}length(){return Math.sqrt(this.x*this.x+this.y*this.y)}lengthSq(){return this.x*this.x+this.y*this.y}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)}normalize(){return this.divideScalar(this.length()||1)}angle(){return Math.atan2(-this.y,-this.x)+Math.PI}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;const s=this.dot(t)/e;return Math.acos(F(s,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,s=this.y-t.y;return e*e+s*s}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this}lerpVectors(t,e,s){return this.x=t.x+(e.x-t.x)*s,this.y=t.y+(e.y-t.y)*s,this}equals(t){return t.x===this.x&&t.y===this.y}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t}fromBufferAttribute(t,e){return this.x=t.getX(e),this.y=t.getY(e),this}rotateAround(t,e){const s=Math.cos(e),n=Math.sin(e),r=this.x-t.x,a=this.y-t.y;return this.x=r*s-a*n+t.x,this.y=r*n+a*s+t.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}}class Mt{x=0;y=0;z=0;constructor(t=0,e=0,s=0){this.x=t,this.y=e,this.z=s}set(t=0,e=0,s=0){return this.x=t,this.y=e,this.z=s,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("index is out of range: "+t)}}clone(){return new Mt(this.x,this.y,this.z)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this}multiplyVectors(t,e){return this.x=t.x*e.x,this.y=t.y*e.y,this.z=t.z*e.z,this}applyEuler(t){return this.applyQuaternion(qa.setFromEuler(t))}applyAxisAngle(t,e){return this.applyQuaternion(qa.setFromAxisAngle(t,e))}applyMatrix3(t){const e=this.x,s=this.y,n=this.z,r=t.value;return this.x=r[0]*e+r[3]*s+r[6]*n,this.y=r[1]*e+r[4]*s+r[7]*n,this.z=r[2]*e+r[5]*s+r[8]*n,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const e=this.x,s=this.y,n=this.z,r=t.value,a=1/(r[3]*e+r[7]*s+r[11]*n+r[15]);return this.x=(r[0]*e+r[4]*s+r[8]*n+r[12])*a,this.y=(r[1]*e+r[5]*s+r[9]*n+r[13])*a,this.z=(r[2]*e+r[6]*s+r[10]*n+r[14])*a,this}applyQuaternion(t){const e=this.x,s=this.y,n=this.z,r=t.x,a=t.y,o=t.z,h=t.w,c=2*(a*n-o*s),l=2*(o*e-r*n),u=2*(r*s-a*e);return this.x=e+h*c+a*u-o*l,this.y=s+h*l+o*c-r*u,this.z=n+h*u+r*l-a*c,this}transformDirection(t){const e=this.x,s=this.y,n=this.z,r=t.value;return this.x=r[0]*e+r[4]*s+r[8]*n,this.y=r[1]*e+r[5]*s+r[9]*n,this.z=r[2]*e+r[6]*s+r[10]*n,this.normalize()}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this}divideScalar(t){return this.multiplyScalar(1/t)}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this}clamp(t,e){return this.x=F(this.x,t.x,e.x),this.y=F(this.y,t.y,e.y),this.z=F(this.z,t.z,e.z),this}clampScalar(t,e){return this.x=F(this.x,t,e),this.y=F(this.y,t,e),this.z=F(this.z,t,e),this}clampLength(t,e){const s=this.length();return this.divideScalar(s||1).multiplyScalar(F(s,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this}lerpVectors(t,e,s){return this.x=t.x+(e.x-t.x)*s,this.y=t.y+(e.y-t.y)*s,this.z=t.z+(e.z-t.z)*s,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,e){const s=t.x,n=t.y,r=t.z,a=e.x,o=e.y,h=e.z;return this.x=n*h-r*o,this.y=r*a-s*h,this.z=s*o-n*a,this}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0,0);const s=t.dot(this)/e;return this.copy(t).multiplyScalar(s)}perpendOnVector(t){return xn.copy(this).projectOnVector(t),this.sub(xn)}projectOnPlane(t){return this.perpendOnVector(t)}reflect(t){return this.sub(xn.copy(t).multiplyScalar(2*this.dot(t)))}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;const s=this.dot(t)/e;return Math.acos(F(s,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,s=this.y-t.y,n=this.z-t.z;return e*e+s*s+n*n}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)}setFromMatrix4Position(t){const e=t.value;return this.x=e[12],this.y=e[13],this.z=e[14],this}setFromMatrix4Scale(t){const e=this.setFromMatrix4Column(t,0).length(),s=this.setFromMatrix4Column(t,1).length(),n=this.setFromMatrix4Column(t,2).length();return this.x=e,this.y=s,this.z=n,this}setFromMatrix4Column(t,e){return this.fromArray(t.value,e*4)}setFromMatrix3Column(t,e){return this.fromArray(t.value,e*3)}setFromEuler(t){return this.x=t.x,this.y=t.y,this.z=t.z,this}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t}fromBufferAttribute(t,e){return this.x=t.getX(e),this.y=t.getY(e),this.z=t.getZ(e),this}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this}randomDirection(){const t=Math.random()*Math.PI*2,e=Math.random()*2-1,s=Math.sqrt(1-e*e);return this.x=s*Math.cos(t),this.y=e,this.z=s*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}}class wn{x=0;y=0;z=0;w=1;constructor(t=0,e=0,s=0,n=1){this.x=t,this.y=e,this.z=s,this.w=n}get width(){return this.z}set width(t){this.z=t}get height(){return this.w}set height(t){this.w=t}set(t=0,e=0,s=0,n=1){return this.x=t,this.y=e,this.z=s,this.w=n,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this.w=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setW(t){return this.w=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;case 3:this.w=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;case 3:return this.w;default:throw new Error("index is out of range: "+t)}}clone(){return new wn(this.x,this.y,this.z,this.w)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this.w=t.w,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this.w+=t.w,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this.w+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this.w=t.w+e.w,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this.w+=t.w*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this.w-=t.w,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this.w-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this.w=t.w-e.w,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this.w*=t.w,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this.w*=t,this}applyMatrix4(t){const e=this.x,s=this.y,n=this.z,r=this.w,a=t.value;return this.x=a[0]*e+a[4]*s+a[8]*n+a[12]*r,this.y=a[1]*e+a[5]*s+a[9]*n+a[13]*r,this.z=a[2]*e+a[6]*s+a[10]*n+a[14]*r,this.w=a[3]*e+a[7]*s+a[11]*n+a[15]*r,this}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this.w/=t.w,this}divideScalar(t){return this.multiplyScalar(1/t)}setAxisAngleFromQuaternion(t){this.w=2*Math.acos(t.w);const e=Math.sqrt(1-t.w*t.w);return e<1e-4?(this.x=1,this.y=0,this.z=0):(this.x=t.x/e,this.y=t.y/e,this.z=t.z/e),this}setAxisAngleFromRotationMatrix4(t){let e,s,n,r;const h=t.value,c=h[0],l=h[4],u=h[8],f=h[1],m=h[5],g=h[9],C=h[2],v=h[6],b=h[10];if(Math.abs(l-f)<.01&&Math.abs(u-C)<.01&&Math.abs(g-v)<.01){if(Math.abs(l+f)<.1&&Math.abs(u+C)<.1&&Math.abs(g+v)<.1&&Math.abs(c+m+b-3)<.1)return this.set(1,0,0,0),this;e=Math.PI;const y=(c+1)/2,w=(m+1)/2,P=(b+1)/2,_=(l+f)/4,R=(u+C)/4,X=(g+v)/4;return y>w&&y>P?y<.01?(s=0,n=.707106781,r=.707106781):(s=Math.sqrt(y),n=_/s,r=R/s):w>P?w<.01?(s=.707106781,n=0,r=.707106781):(n=Math.sqrt(w),s=_/n,r=X/n):P<.01?(s=.707106781,n=.707106781,r=0):(r=Math.sqrt(P),s=R/r,n=X/r),this.set(s,n,r,e),this}let S=Math.sqrt((v-g)*(v-g)+(u-C)*(u-C)+(f-l)*(f-l));return Math.abs(S)<.001&&(S=1),this.x=(v-g)/S,this.y=(u-C)/S,this.z=(f-l)/S,this.w=Math.acos((c+m+b-1)/2),this}setFromMatrix4Position(t){const e=t.value;return this.x=e[12],this.y=e[13],this.z=e[14],this.w=e[15],this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this.w=Math.min(this.w,t.w),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this.w=Math.max(this.w,t.w),this}clamp(t,e){return this.x=F(this.x,t.x,e.x),this.y=F(this.y,t.y,e.y),this.z=F(this.z,t.z,e.z),this.w=F(this.w,t.w,e.w),this}clampScalar(t,e){return this.x=F(this.x,t,e),this.y=F(this.y,t,e),this.z=F(this.z,t,e),this.w=F(this.w,t,e),this}clampLength(t,e){const s=this.length();return this.divideScalar(s||1).multiplyScalar(F(s,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this.w=Math.floor(this.w),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this.w=Math.ceil(this.w),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this.w=Math.round(this.w),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this.w=Math.trunc(this.w),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this.w=-this.w,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z+this.w*t.w}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)+Math.abs(this.w)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0,0,1);const s=t.dot(this)/e;return this.copy(t).multiplyScalar(s)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this.w+=(t.w-this.w)*e,this}lerpVectors(t,e,s){return this.x=t.x+(e.x-t.x)*s,this.y=t.y+(e.y-t.y)*s,this.z=t.z+(e.z-t.z)*s,this.w=t.w+(e.w-t.w)*s,this}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z&&t.w===this.w}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this.w=t[e+3],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t[e+3]=this.w,t}fromBufferAttribute(t,e){return this.x=t.getX(e),this.y=t.getY(e),this.z=t.getZ(e),this.w=t.getW(e),this}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this.w=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z,yield this.w}}const Ga=new fs,xn=new Mt,qa=new yn,ds=2e3,bn=2001,ja=[1,0,0,1],Ha=[1,0,0,1,0,0],Wa=[1,0,0,0,1,0,0,0,1],$a=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];class Sn{value;constructor(t=ja){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m21(){return this.value[2]}get m22(){return this.value[3]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m21(t){this.value[2]=t}set m22(t){this.value[3]=t}set(t=1,e=0,s=0,n=1){return this.m11=t,this.m21=e,this.m12=s,this.m22=n,this}identity(){return this.value=Array.from(ja),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m21==0&&this.m22==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m21=t.m21,this.m22=t.m22,this}clone(){return new Sn(this.value)}fromArray(t,e=0){for(let s=0;s<4;s++)this.value[s]=t[s+e];return this}toArray(t=[],e=0){return t[e]=this.m11,t[e+1]=this.m12,t[e+2]=this.m21,t[e+3]=this.m22,t}multiplyMatrices(t,e){const s=t.value,n=e.value,r=this.value,a=s[0],o=s[2],h=s[1],c=s[3],l=n[0],u=n[2],f=n[1],m=n[3];return r[0]=a*l+o*f,r[2]=a*u+o*m,r[1]=h*l+c*f,r[3]=h*u+c*m,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m21*=t,this.m22*=t,this}determinant(){return this.m11*this.m22-this.m21*this.m12}}class qe{value;constructor(t=Wa){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this.value[2]}get m21(){return this.value[3]}get m22(){return this.value[4]}get m23(){return this.value[5]}get m31(){return this.value[6]}get m32(){return this.value[7]}get m33(){return this.value[8]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this.value[2]=t}set m21(t){this.value[3]=t}set m22(t){this.value[4]=t}set m23(t){this.value[5]=t}set m31(t){this.value[6]=t}set m32(t){this.value[7]=t}set m33(t){this.value[8]=t}set(t=1,e=0,s=0,n=0,r=1,a=0,o=0,h=0,c=1){const l=this.value;return l[0]=t,l[1]=n,l[2]=o,l[3]=e,l[4]=r,l[5]=h,l[6]=s,l[7]=a,l[8]=c,this}identity(){return this.value=Array.from(Wa),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m31==0&&this.m32==0&&this.m33==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m13=t.m13,this.m21=t.m21,this.m22=t.m22,this.m23=t.m23,this.m31=t.m31,this.m32=t.m32,this.m33=t.m33,this}clone(){return new qe(this.value)}fromArray(t,e=0){for(let s=0;s<9;s++)this.value[s]=t[s+e];return this}toArray(t=[],e=0){return t[e]=this.m11,t[e+1]=this.m12,t[e+2]=this.m13,t[e+3]=this.m21,t[e+4]=this.m22,t[e+5]=this.m23,t[e+6]=this.m31,t[e+7]=this.m32,t[e+8]=this.m33,t}extractBasis(t,e,s){return t.setFromMatrix3Column(this,0),e.setFromMatrix3Column(this,1),s.setFromMatrix3Column(this,2),this}setFromMatrix4(t){return this.set(t.m11,t.m21,t.m31,t.m12,t.m22,t.m32,t.m13,t.m23,t.m33),this}multiplyMatrices(t,e){const s=t.value,n=e.value,r=this.value,a=s[0],o=s[3],h=s[6],c=s[1],l=s[4],u=s[7],f=s[2],m=s[5],g=s[8],C=n[0],v=n[3],b=n[6],S=n[1],y=n[4],w=n[7],P=n[2],_=n[5],R=n[8];return r[0]=a*C+o*S+h*P,r[3]=a*v+o*y+h*_,r[6]=a*b+o*w+h*R,r[1]=c*C+l*S+u*P,r[4]=c*v+l*y+u*_,r[7]=c*b+l*w+u*R,r[2]=f*C+m*S+g*P,r[5]=f*v+m*y+g*_,r[8]=f*b+m*w+g*R,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m31*=t,this.m32*=t,this.m33*=t,this}determinant(){const t=this.value,e=t[0],s=t[1],n=t[2],r=t[3],a=t[4],o=t[5],h=t[6],c=t[7],l=t[8];return e*a*l-e*o*c-s*r*l+s*o*h+n*r*c-n*a*h}invert(){const t=this.value,e=t[0],s=t[1],n=t[2],r=t[3],a=t[4],o=t[5],h=t[6],c=t[7],l=t[8],u=l*a-o*c,f=o*h-l*r,m=c*r-a*h,g=e*u+s*f+n*m;if(g===0)return this.set(0,0,0,0,0,0,0,0,0);const C=1/g;return t[0]=u*C,t[1]=(n*c-l*s)*C,t[2]=(o*s-n*a)*C,t[3]=f*C,t[4]=(l*e-n*h)*C,t[5]=(n*r-o*e)*C,t[6]=m*C,t[7]=(s*h-c*e)*C,t[8]=(a*e-s*r)*C,this}transpose(){let t;const e=this.value;return t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t,this}getNormalMatrix(t){return this.setFromMatrix4(t).invert().transpose()}transposeIntoArray(t){const e=this.value;return t[0]=e[0],t[1]=e[3],t[2]=e[6],t[3]=e[1],t[4]=e[4],t[5]=e[7],t[6]=e[2],t[7]=e[5],t[8]=e[8],this}setUvTransform(t,e,s,n,r,a,o){const h=Math.cos(r),c=Math.sin(r);return this.set(s*h,s*c,-s*(h*a+c*o)+a+t,-n*c,n*h,-n*(-c*a+h*o)+o+e,0,0,1),this}scale(t,e){return this.premultiply(Cn.makeScale(t,e)),this}rotate(t){return this.premultiply(Cn.makeRotation(-t)),this}translate(t,e){return this.premultiply(Cn.makeTranslation(t,e)),this}makeTranslation(t,e){return typeof t=="number"?this.set(1,0,t,0,1,e,0,0,1):this.set(1,0,t.x,0,1,t.y,0,0,1),this}makeRotation(t){const e=Math.cos(t),s=Math.sin(t);return this.set(e,-s,0,s,e,0,0,0,1),this}makeScale(t,e){return this.set(t,0,0,0,e,0,0,0,1),this}equals(t){for(let e=0;e<9;e++)if(this.value[e]!==t.value[e])return!1;return!0}}class St{value;is3dSpecial=!1;constructor(t=$a){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this.value[2]}get m14(){return this.value[3]}get m21(){return this.value[4]}get m22(){return this.value[5]}get m23(){return this.value[6]}get m24(){return this.value[7]}get m31(){return this.value[8]}get m32(){return this.value[9]}get m33(){return this.value[10]}get m34(){return this.value[11]}get m41(){return this.value[12]}get m42(){return this.value[13]}get m43(){return this.value[14]}get m44(){return this.value[15]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this.value[2]=t}set m14(t){this.value[3]=t}set m21(t){this.value[4]=t}set m22(t){this.value[5]=t}set m23(t){this.value[6]=t}set m24(t){this.value[7]=t}set m31(t){this.value[8]=t}set m32(t){this.value[9]=t}set m33(t){this.value[10]=t}set m34(t){this.value[11]=t}set m41(t){this.value[12]=t}set m42(t){this.value[13]=t}set m43(t){this.value[14]=t}set m44(t){this.value[15]=t}set(t=1,e=0,s=0,n=0,r=0,a=1,o=0,h=0,c=0,l=0,u=1,f=0,m=0,g=0,C=0,v=1){const b=this.value;return b[0]=t,b[4]=e,b[8]=s,b[12]=n,b[1]=r,b[5]=a,b[9]=o,b[13]=h,b[2]=c,b[6]=l,b[10]=u,b[14]=f,b[3]=m,b[7]=g,b[11]=C,b[15]=v,this}is2D(){return!this.is3dSpecial&&this.m31==0&&this.m32==0&&this.m33==1&&this.m34==0&&this.m43==0&&this.m44==1}is3D(){return!this.is2D()}identity(){return this.value=Array.from($a),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m14==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m24==0&&this.m31==0&&this.m32==0&&this.m33==1&&this.m34==0&&this.m41==0&&this.m42==0&&this.m43==0&&this.m44==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m13=t.m13,this.m14=t.m14,this.m21=t.m21,this.m22=t.m22,this.m23=t.m23,this.m24=t.m24,this.m31=t.m31,this.m32=t.m32,this.m33=t.m33,this.m34=t.m34,this.m41=t.m41,this.m42=t.m42,this.m43=t.m43,this.m44=t.m44,this}clone(){return new St(this.value)}static fromString(t){const e=new St,s=dr("number",t);return s.length===16&&s.forEach((n,r)=>{n.fullMatch&&(e.value[r]=parseFloat(n.fullMatch))}),e}fromArray(t,e=0){for(let s=0;s<16;s++)this.value[s]=t[s+e];return this}toArray(t=[],e=0){const s=this.value;return t[e]=s[0],t[e+1]=s[1],t[e+2]=s[2],t[e+3]=s[3],t[e+4]=s[4],t[e+5]=s[5],t[e+6]=s[6],t[e+7]=s[7],t[e+8]=s[8],t[e+9]=s[9],t[e+10]=s[10],t[e+11]=s[11],t[e+12]=s[12],t[e+13]=s[13],t[e+14]=s[14],t[e+15]=s[15],t}copyPosition(t){const e=this.value,s=t.value;return e[12]=s[12],e[13]=s[13],e[14]=s[14],this}setFromMatrix3(t){const e=t.value;return this.set(e[0],e[3],e[6],0,e[1],e[4],e[7],0,e[2],e[5],e[8],0,0,0,0,1),this}extractBasis(t,e,s){return t.setFromMatrix4Column(this,0),e.setFromMatrix4Column(this,1),s.setFromMatrix4Column(this,2),this}makeBasis(t,e,s){return this.set(t.x,e.x,s.x,0,t.y,e.y,s.y,0,t.z,e.z,s.z,0,0,0,0,1),this}normalize(){return this.multiplyScalar(1/(this.m44||1e-4))}transformPoint(t){const e=t.z||1,s=t.w||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31+s*this.m41,y:t.x*this.m12+t.y*this.m22+e*this.m32+s*this.m42,z:t.x*this.m13+t.y*this.m23+e*this.m33+s*this.m43,w:t.x*this.m14+t.y*this.m24+e*this.m34+s*this.m44}}toMatrix(t){const{scalarX:e,scalarY:s,skewX:n,skewY:r,x:a,y:o}=this.split(),h=[e,r,n,s,a,o];return t?(t.value=h,t):new Ct(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`matrix4(${this.value.map(e=>jt(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),n=lt(F(Math.asin(-this.m13),-1,1));let r=lt(Math.atan2(this.m23,this.m33));Math.cos(U(n))===0&&(r=lt(Math.atan2(-this.m31,this.m22)));let a=lt(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:n,degreeZ:a,skewX:lt(this.m14),skewY:lt(this.m24),skewZ:lt(this.m34),skewW:this.m44,perspective:this.m34?-(1/this.m34):0}}extractRotation(t){const e=this.value,s=t.value,n=1/je.setFromMatrix4Column(t,0).length(),r=1/je.setFromMatrix4Column(t,1).length(),a=1/je.setFromMatrix4Column(t,2).length();return e[0]=s[0]*n,e[1]=s[1]*n,e[2]=s[2]*n,e[3]=0,e[4]=s[4]*r,e[5]=s[5]*r,e[6]=s[6]*r,e[7]=0,e[8]=s[8]*a,e[9]=s[9]*a,e[10]=s[10]*a,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this}makeRotationFromEuler(t){const e=this.value,s=t.x,n=t.y,r=t.z,a=Math.cos(s),o=Math.sin(s),h=Math.cos(n),c=Math.sin(n),l=Math.cos(r),u=Math.sin(r);if(t.order==="XYZ"){const f=a*l,m=a*u,g=o*l,C=o*u;e[0]=h*l,e[4]=-h*u,e[8]=c,e[1]=m+g*c,e[5]=f-C*c,e[9]=-o*h,e[2]=C-f*c,e[6]=g+m*c,e[10]=a*h}else if(t.order==="YXZ"){const f=h*l,m=h*u,g=c*l,C=c*u;e[0]=f+C*o,e[4]=g*o-m,e[8]=a*c,e[1]=a*u,e[5]=a*l,e[9]=-o,e[2]=m*o-g,e[6]=C+f*o,e[10]=a*h}else if(t.order==="ZXY"){const f=h*l,m=h*u,g=c*l,C=c*u;e[0]=f-C*o,e[4]=-a*u,e[8]=g+m*o,e[1]=m+g*o,e[5]=a*l,e[9]=C-f*o,e[2]=-a*c,e[6]=o,e[10]=a*h}else if(t.order==="ZYX"){const f=a*l,m=a*u,g=o*l,C=o*u;e[0]=h*l,e[4]=g*c-m,e[8]=f*c+C,e[1]=h*u,e[5]=C*c+f,e[9]=m*c-g,e[2]=-c,e[6]=o*h,e[10]=a*h}else if(t.order==="YZX"){const f=a*h,m=a*c,g=o*h,C=o*c;e[0]=h*l,e[4]=C-f*u,e[8]=g*u+m,e[1]=u,e[5]=a*l,e[9]=-o*l,e[2]=-c*l,e[6]=m*u+g,e[10]=f-C*u}else if(t.order==="XZY"){const f=a*h,m=a*c,g=o*h,C=o*c;e[0]=h*l,e[4]=-u,e[8]=c*l,e[1]=f*u+C,e[5]=a*l,e[9]=m*u-g,e[2]=g*u-m,e[6]=o*l,e[10]=C*u+f}return e[3]=0,e[7]=0,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this}makeRotationFromQuaternion(t){return this.compose(Hu,t,Wu)}lookAt(t,e,s){const n=this.value;return Et.subVectors(t,e),Et.lengthSq()===0&&(Et.z=1),Et.normalize(),pe.crossVectors(s,Et),pe.lengthSq()===0&&(Math.abs(s.z)===1?Et.x+=1e-4:Et.z+=1e-4,Et.normalize(),pe.crossVectors(s,Et)),pe.normalize(),ri.crossVectors(Et,pe),n[0]=pe.x,n[4]=ri.x,n[8]=Et.x,n[1]=pe.y,n[5]=ri.y,n[9]=Et.y,n[2]=pe.z,n[6]=ri.z,n[10]=Et.z,this}multiplyMatrices(t,e){const s=t.value,n=e.value,r=this.value,a=s[0],o=s[4],h=s[8],c=s[12],l=s[1],u=s[5],f=s[9],m=s[13],g=s[2],C=s[6],v=s[10],b=s[14],S=s[3],y=s[7],w=s[11],P=s[15],_=n[0],R=n[4],X=n[8],G=n[12],W=n[1],$=n[5],tt=n[9],at=n[13],it=n[2],Xt=n[6],kt=n[10],Lt=n[14],Vt=n[3],L=n[7],D=n[11],Y=n[15];return r[0]=a*_+o*W+h*it+c*Vt,r[4]=a*R+o*$+h*Xt+c*L,r[8]=a*X+o*tt+h*kt+c*D,r[12]=a*G+o*at+h*Lt+c*Y,r[1]=l*_+u*W+f*it+m*Vt,r[5]=l*R+u*$+f*Xt+m*L,r[9]=l*X+u*tt+f*kt+m*D,r[13]=l*G+u*at+f*Lt+m*Y,r[2]=g*_+C*W+v*it+b*Vt,r[6]=g*R+C*$+v*Xt+b*L,r[10]=g*X+C*tt+v*kt+b*D,r[14]=g*G+C*at+v*Lt+b*Y,r[3]=S*_+y*W+w*it+P*Vt,r[7]=S*R+y*$+w*Xt+P*L,r[11]=S*X+y*tt+w*kt+P*D,r[15]=S*G+y*at+w*Lt+P*Y,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m14*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m24*=t,this.m31*=t,this.m32*=t,this.m33*=t,this.m34*=t,this}determinant(){const t=this.value,e=t[0],s=t[4],n=t[8],r=t[12],a=t[1],o=t[5],h=t[9],c=t[13],l=t[2],u=t[6],f=t[10],m=t[14],g=t[3],C=t[7],v=t[11],b=t[15];return g*(+r*h*u-n*c*u-r*o*f+s*c*f+n*o*m-s*h*m)+C*(+e*h*m-e*c*f+r*a*f-n*a*m+n*c*l-r*h*l)+v*(+e*c*u-e*o*m-r*a*u+s*a*m+r*o*l-s*c*l)+b*(-n*o*l-e*h*u+e*o*f+n*a*u-s*a*f+s*h*l)}transpose(){const t=this.value;let e;return e=t[1],t[1]=t[4],t[4]=e,e=t[2],t[2]=t[8],t[8]=e,e=t[6],t[6]=t[9],t[9]=e,e=t[3],t[3]=t[12],t[12]=e,e=t[7],t[7]=t[13],t[13]=e,e=t[11],t[11]=t[14],t[14]=e,this}setPosition(t,e,s){const n=this.value;return t instanceof Mt?(n[12]=t.x,n[13]=t.y,n[14]=t.z):typeof t=="number"&&typeof e=="number"&&typeof s=="number"&&(n[12]=t,n[13]=e,n[14]=s),this}invert(){const t=this.value,e=t[0],s=t[1],n=t[2],r=t[3],a=t[4],o=t[5],h=t[6],c=t[7],l=t[8],u=t[9],f=t[10],m=t[11],g=t[12],C=t[13],v=t[14],b=t[15],S=u*v*c-C*f*c+C*h*m-o*v*m-u*h*b+o*f*b,y=g*f*c-l*v*c-g*h*m+a*v*m+l*h*b-a*f*b,w=l*C*c-g*u*c+g*o*m-a*C*m-l*o*b+a*u*b,P=g*u*h-l*C*h-g*o*f+a*C*f+l*o*v-a*u*v,_=e*S+s*y+n*w+r*P;if(_===0)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);const R=1/_;return t[0]=S*R,t[1]=(C*f*r-u*v*r-C*n*m+s*v*m+u*n*b-s*f*b)*R,t[2]=(o*v*r-C*h*r+C*n*c-s*v*c-o*n*b+s*h*b)*R,t[3]=(u*h*r-o*f*r-u*n*c+s*f*c+o*n*m-s*h*m)*R,t[4]=y*R,t[5]=(l*v*r-g*f*r+g*n*m-e*v*m-l*n*b+e*f*b)*R,t[6]=(g*h*r-a*v*r-g*n*c+e*v*c+a*n*b-e*h*b)*R,t[7]=(a*f*r-l*h*r+l*n*c-e*f*c-a*n*m+e*h*m)*R,t[8]=w*R,t[9]=(g*u*r-l*C*r-g*s*m+e*C*m+l*s*b-e*u*b)*R,t[10]=(a*C*r-g*o*r+g*s*c-e*C*c-a*s*b+e*o*b)*R,t[11]=(l*o*r-a*u*r-l*s*c+e*u*c+a*s*m-e*o*m)*R,t[12]=P*R,t[13]=(l*C*n-g*u*n+g*s*f-e*C*f-l*s*v+e*u*v)*R,t[14]=(g*o*n-a*C*n-g*s*h+e*C*h+a*s*v-e*o*v)*R,t[15]=(a*u*n-l*o*n+l*s*h-e*u*h-a*s*f+e*o*f)*R,this}getMaxScaleOnAxis(){const t=this.value,e=t[0]*t[0]+t[1]*t[1]+t[2]*t[2],s=t[4]*t[4]+t[5]*t[5]+t[6]*t[6],n=t[8]*t[8]+t[9]*t[9]+t[10]*t[10];return Math.sqrt(Math.max(e,s,n))}makeTranslation(t,e,s){return t instanceof Mt?this.set(1,0,0,t.x,0,1,0,t.y,0,0,1,t.z,0,0,0,1):this.set(1,0,0,t,0,1,0,e,0,0,1,s,0,0,0,1),this}makeRotationX(t){const e=Math.cos(t),s=Math.sin(t);return this.set(1,0,0,0,0,e,-s,0,0,s,e,0,0,0,0,1),this}makeRotationY(t){const e=Math.cos(t),s=Math.sin(t);return this.set(e,0,s,0,0,1,0,0,-s,0,e,0,0,0,0,1),this}makeRotationZ(t){const e=Math.cos(t),s=Math.sin(t);return this.set(e,-s,0,0,s,e,0,0,0,0,1,0,0,0,0,1),this}makeRotationAxis(t,e){const s=Math.cos(e),n=Math.sin(e),r=1-s,a=t.x,o=t.y,h=t.z,c=r*a,l=r*o;return this.set(c*a+s,c*o-n*h,c*h+n*o,0,c*o+n*h,l*o+s,l*h-n*a,0,c*h-n*o,l*h+n*a,r*h*h+s,0,0,0,0,1),this}makeScale(t,e,s){return this.set(t,0,0,0,0,e,0,0,0,0,s,0,0,0,0,1),this}makeShear(t,e,s,n,r,a){return this.set(1,s,r,0,t,1,a,0,e,n,1,0,0,0,0,1),this}makePerspective(t,e,s,n,r,a,o=ds){const h=this.value,c=2*r/(e-t),l=2*r/(s-n),u=(e+t)/(e-t),f=(s+n)/(s-n);let m,g;if(o===ds)m=-(a+r)/(a-r),g=-2*a*r/(a-r);else if(o===bn)m=-a/(a-r),g=-a*r/(a-r);else throw new Error("Matrix4.makePerspective(): Invalid coordinate system: "+o);return h[0]=c,h[4]=0,h[8]=u,h[12]=0,h[1]=0,h[5]=l,h[9]=f,h[13]=0,h[2]=0,h[6]=0,h[10]=m,h[14]=g,h[3]=0,h[7]=0,h[11]=-1,h[15]=0,this}makeOrthographic(t,e,s,n,r,a,o=ds){const h=this.value,c=1/(e-t),l=1/(s-n),u=1/(a-r),f=(e+t)*c,m=(s+n)*l;let g,C;if(o===ds)g=(a+r)*u,C=-2*u;else if(o===bn)g=r*u,C=-1*u;else throw new Error("Matrix4.makeOrthographic(): Invalid coordinate system: "+o);return h[0]=2*c,h[4]=0,h[8]=0,h[12]=-f,h[1]=0,h[5]=2*l,h[9]=0,h[13]=-m,h[2]=0,h[6]=0,h[10]=C,h[14]=-g,h[3]=0,h[7]=0,h[11]=0,h[15]=1,this}compose(t,e,s){const n=this.value,r=e.x,a=e.y,o=e.z,h=e.w,c=r+r,l=a+a,u=o+o,f=r*c,m=r*l,g=r*u,C=a*l,v=a*u,b=o*u,S=h*c,y=h*l,w=h*u,P=s.x,_=s.y,R=s.z;return n[0]=(1-(C+b))*P,n[1]=(m+w)*P,n[2]=(g-y)*P,n[3]=0,n[4]=(m-w)*_,n[5]=(1-(f+b))*_,n[6]=(v+S)*_,n[7]=0,n[8]=(g+y)*R,n[9]=(v-S)*R,n[10]=(1-(f+C))*R,n[11]=0,n[12]=t.x,n[13]=t.y,n[14]=t.z,n[15]=1,this}decompose(t,e,s){const n=this.value;let r=je.set(n[0],n[1],n[2]).length();const a=je.set(n[4],n[5],n[6]).length(),o=je.set(n[8],n[9],n[10]).length();this.determinant()<0&&(r=-r),t.x=n[12],t.y=n[13],t.z=n[14],Nt.copy(this);const c=1/r,l=1/a,u=1/o;return Nt.value[0]*=c,Nt.value[1]*=c,Nt.value[2]*=c,Nt.value[4]*=l,Nt.value[5]*=l,Nt.value[6]*=l,Nt.value[8]*=u,Nt.value[9]*=u,Nt.value[10]*=u,e.setFromRotationMatrix4(Nt),s.x=r,s.y=a,s.z=o,this}equals(t){for(let e=0;e<16;e++)if(this.value[e]!==t.value[e])return!1;return!0}translate(t=0,e=0,s=0){return this.multiply(new St([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 St([t,0,0,0,0,e,0,0,0,0,s,0,0,0,0,1]))}scaleVector3(t){const e=this.value,s=t.x,n=t.y,r=t.z;return e[0]*=s,e[4]*=n,e[8]*=r,e[1]*=s,e[5]*=n,e[9]*=r,e[2]*=s,e[6]*=n,e[10]*=r,e[3]*=s,e[7]*=n,e[11]*=r,this}rotateX(t){const e=U(t),s=Math.cos(e),n=Math.sin(e);return this.multiply(new St([1,0,0,0,0,s,n,0,0,-n,s,0,0,0,0,1]))}rotateY(t){const e=U(t),s=Math.cos(e),n=Math.sin(e);return this.multiply(new St([s,0,-n,0,0,1,0,0,n,0,s,0,0,0,0,1]))}rotateZ(t){this.is3dSpecial=!0;const e=U(t),s=Math.cos(e),n=Math.sin(e);return this.multiply(new St([s,n,0,0,-n,s,0,0,0,0,1,0,0,0,0,1]))}skew(t=0,e=0,s=0){return this.multiply(new St([1,0,0,U(t),0,1,0,U(e),0,0,1,U(s),0,0,0,1]))}perspective(t){return this.multiply(new St([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,n=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=n+this.m33,c=r+this.m34;r==0&&(r=1e-4),e/=r,s/=r,n/=r,c==0&&(c=1e-4),a/=c,o/=c,h/=c;const l=h-n;if(l==0)return{x:e,y:s,z:n,mass:r};const u=-n/l;return e+=u*(a-e),s+=u*(o-s),{x:e,y:s,z:n,mass:r}}project(t){const e=t.z;let s=t.x*this.m11+t.y*this.m21+e*this.m31+this.m41,n=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,n/=r,r<0&&(s-=this.m41,n-=this.m42,s*=1/r,n*=1/r,s+=this.m41,n+=this.m42),{x:s,y:n,z:e,mass:r}}bounds(t,e,s,n){const r=new us({x:t,y:e}),a=new us({x:t+s,y:e}),o=new us({x:t+s,y:e+n}),h=new us({x:t,y:e+n});({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),u=Math.max(r.x,a.x,o.x,h.x)-c,f=Math.max(r.y,a.y,o.y,h.y)-l;return{x:c,y:l,width:u,height:f}}}class Ct{value;_m13=0;_m23=0;_m33=1;matrix4;constructor(t=Ha){this.value=Array.from(t),this.matrix4=this.toMatrix4()}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this._m13}get m21(){return this.value[2]}get m22(){return this.value[3]}get m23(){return this._m23}get m31(){return this.value[4]}get m32(){return this.value[5]}get m33(){return this._m33}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this._m13=t}set m21(t){this.value[2]=t}set m22(t){this.value[3]=t}set m23(t){this._m23=t}set m31(t){this.value[4]=t}set m32(t){this.value[5]=t}set m33(t){this._m33=t}static fromString(t){const e=new Ct,s=dr("number",t);return s.length===6&&s.forEach((n,r)=>{n.fullMatch&&(e.value[r]=parseFloat(n.fullMatch))}),e}toMatrix4(t=this.matrix4){const e=[this.m11,this.m12,0,this.m13,this.m21,this.m22,0,this.m23,0,0,1,0,this.m31,this.m32,0,this.m33];return t?(t.value=e,t):new St(e)}identity(){return this.value=Array.from(Ha),this.m13=0,this.m23=0,this.m33=1,this.matrix4=this.toMatrix4(),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m31==0&&this.m32==0&&this.m33==1}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m31*=t,this.m32*=t,this.m33*=t,this}normalize(){const t=this.m33||1e-4;return this.multiplyScalar(1/t)}transformPoint(t){const e=t.z||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31,y:t.x*this.m12+t.y*this.m22+e*this.m32,z:t.x*this.m13+t.y*this.m23+e*this.m33}}clone(){return new Ct(this.value)}multiply(t){const e=this.clone(),s=t instanceof Ct?t:new Ct(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}invert(){const t=this.m11,e=this.m12,s=this.m13,n=this.m21,r=this.m22,a=this.m23,o=this.m31,h=this.m32,c=this.m33,l=c*r-a*h,u=-c*n+a*o,f=h*n-r*o;let m=t*l+e*u+s*f;return m?(m=1/m,this.m11=l*m,this.m12=(-c*e+s*h)*m,this.m13=(a*e-s*r)*m,this.m21=u*m,this.m22=(c*t-s*o)*m,this.m23=(-a*t+s*n)*m,this.m31=f*m,this.m32=(-h*t+e*o)*m,this.m33=(r*t-e*n)*m,this):null}adjugate(){const t=new Ct;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=lt(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:lt(Math.atan2(-this.m21,this.m22)),skewY:lt(Math.atan2(this.m12,this.m11))}}getGroupCoords(t){const e=this.value[0],s=this.value[1],n=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],u=t.value[3],f=t.value[4],m=t.value[5],g=h*u,C=c*l,v=(l*s-e*u)/(C-g),b=(h*s-e*c)/(g-C),S=(l*r-n*u)/(C-g),y=(h*r-n*c)/(g-C),w=(l*(o-m)+u*(f-a))/(C-g),P=(h*(o-m)+c*(f-a))/(g-C),_=[v,b,S,y,w,P];return new Ct(_)}toString(t=6){return this.matrix4.is2D()?`matrix(${this.value.map(e=>jt(e,t)).join(",")})`:this.matrix4.toString()}translate(t,e){return this.multiply([1,0,0,1,t,e]),this.toMatrix4(),this}translateTo(t,e){return this.translate(t-this.m31,e-this.m32)}translateX(t){return this.translate(t,0)}translateXTo(t){return this.translateTo(t,this.m32)}translateY(t){return this.translate(0,t)}translateYTo(t){return this.translateTo(this.m31,t)}translateZ(t){return this.matrix4.translate(0,0,t),this.matrix4.toMatrix(this),this}translateZTo(t){return this.translateZ(t-this.matrix4.m43),this}translate3d(t,e,s){return this.matrix4.translate(t,e,s),this.matrix4.toMatrix(this),this}translate3dTo(t,e,s){return this.translate3d(t-this.matrix4.m41,e-this.matrix4.m42,s-this.matrix4.m43),this}rotate(t,e=0,s=0){const n=U(t),r=Math.cos(n),a=Math.sin(n);return this.translate(e,s),this.multiply([r,a,-a,r,0,0]),this.translate(-e,-s),this.toMatrix4(),this}rotateTo(t,e=0,s=0){const{degree:n}=this.split();return this.rotate(t-n,e,s),this}rotateX(t){return this.matrix4.rotateX(t),this.matrix4.toMatrix(this),this}rotateXTo(t){const{degreeX:e}=this.matrix4.split();return this.rotateX(t-e),this}rotateY(t){return this.matrix4.rotateY(t),this.matrix4.toMatrix(this),this}rotateYTo(t){const{degreeY:e}=this.matrix4.split();return this.rotateY(t-e),this}rotateZ(t){return this.matrix4.rotateZ(t),this.matrix4.toMatrix(this),this}rotateZTo(t){const{degreeZ:e}=this.matrix4.split();return this.rotateZ(t-e),this}rotate3d(t,e,s){return this.matrix4.rotateX(t).rotateY(e).rotateZ(s),this.matrix4.toMatrix(this),this}rotate3dTo(t,e,s){const{degreeX:n,degreeY:r,degreeZ:a}=this.matrix4.split();return this.rotate3d(t-n,e-r,s-a),this}scale(t,e=t,s=0,n=0){return this.translate(s,n),this.multiply([t,0,0,e,0,0]),this.translate(-s,-n),this.toMatrix4(),this}scaleTo(t,e=t,s=0,n=0){return this.scale(t/this.m11,e/this.m22,s,n)}scaleX(t){return this.scale(t,1)}scaleXTo(t){return this.scale(t/this.m11,1)}scaleY(t){return this.scale(1,t)}scaleYTo(t){return this.scale(1,t/this.m22)}scaleZ(t){return this.matrix4.scale(1,1,t),this.matrix4.toMatrix(this),this}scaleZTo(t){const{scalarZ:e}=this.matrix4.split();return this.scaleZ(t/e),this}scale3d(t,e=t,s=t){return this.matrix4.scale(t,e,s),this.matrix4.toMatrix(this),this}scale3dTo(t,e=t,s=t){const{scalarX:n,scalarY:r,scalarZ:a}=this.matrix4.split();return this.scale3d(t/n,e/r,s/a),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.toMatrix4(),this}skewTo(t,e=t){const{skewX:s,skewY:n}=this.split();return this.skew(t-s,e-n)}skewX(t){const{skewY:e}=this.split();return this.skew(t,e)}skewXTo(t){const{skewY:e}=this.split();return this.skewTo(t,e)}skewY(t){const{skewX:e}=this.split();return this.skew(e,t)}skewYTo(t){const{skewX:e}=this.split();return this.skewTo(e,t)}skewZ(t){return this}skewZTo(t){return this}skew3d(t,e,s){return this}skew3dTo(t,e,s){return this}perspective(t){return this.matrix4.perspective(t),this.matrix4.toMatrix(this),this}}const Hu=new Mt(0,0,0),Wu=new Mt(1,1,1),pe=new Mt,ri=new Mt,Et=new Mt,je=new Mt,Cn=new qe,Nt=new St;function vn(i){const t=new Ct;return i.replace(/([a-z0-9]+)\s*\(?\s*((-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)*[a-z%]*\s*,?\s*)+)\)?/gi,function(e,s,n){n.indexOf(",")>=0?n=n.split(/\s*,\s*/):n=n.split(/\s+/);const r=[];for(let a=0,o=n.length;a<o;a++)n[a].trim()&&r.push(parseFloat(""+n[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.toMatrix4();break;case"matrix3d":t.matrix4.multiply(new St(r)),t.matrix4.toMatrix(t);break}return""}),t}function Yt(i,t,e){const s=new Ct;return s.rotate(lt(i)),s.transformPoint({x:t,y:e})}function Tn(i){const t=typeof i?.x=="number"?i?.x:0,e=typeof i?.y=="number"?i?.y:0,s=typeof i?.degree=="number"?i?.degree:0,n=typeof i?.scalarX=="number"?i?.scalarX:1,r=typeof i?.scalarY=="number"?i?.scalarY:1,a=U(s),o=Math.cos(a),h=Math.sin(a),c=new DOMMatrix([o*n,h*n,-h*r,o*r,t,e]);return c.multiplySelf(new DOMMatrix(i?.originMatrix||"")),c}function $u(i,t){const e=new Path2D(i),s=new Path2D;return s.addPath(e,Tn(t)),s}function De(i,t,e){const s=fn(i);return s.props.style=s.props.style||{},t?s.props.style[t]||s.props.style[pr(t)]||s.props.style[mt(t)]||"":s.props.style}function _n(i,t,e){dn(i,s=>{s.props.style=s.props.style||{},typeof t=="string"&&e?s.props.style[t]=e:t instanceof Object&&Object.keys(t).forEach(n=>{s.props.style[n]=t[n]})},!0)}function Pn(i){const t={};if(getComputedStyle){const e=getComputedStyle(i);for(let s=0,n=e.length;s<n;s++)t[e[s]]=e.getPropertyValue(t[s])}else{const e=i.currentStyle;for(const s in e)t[s]=e[s]}return i.style.cssText&&i.style.cssText.split(";").filter(e=>!!e).forEach(e=>{const[s,n]=e.split(":");s&&n&&(t[s.trim()]=n.trim())}),t}function Ju(i,t,e){if(getComputedStyle){t=mt(t);const s=getComputedStyle(i,e),n=s.getPropertyPriority(t);return s.getPropertyValue(t).trim()+(n?"!"+n:"")}else return i.currentStyle[t]}function ai(i,t,e){typeof t=="string"&&e?i.style.setProperty(mt(t),e.replace(/!important/i,""),String(e).toLowerCase().includes("!important")?"important":""):t instanceof Object&&Object.keys(t).forEach(s=>{ai(i,s,t[s])})}function Mn(i,t){typeof t=="string"?i.style.removeProperty(mt(t)):Object.keys(t).forEach(e=>{Mn(i,e)})}function Ja(i,t){let e;if(typeof t=="string"){const s=document.querySelector(t)?.shadowRoot;s?e=s:e=document.querySelector(t)}else e=t||document.getElementsByTagName("head")[0];if(e){const s=document.createElement("style");return s.innerHTML=i,e.appendChild(s),()=>{(e instanceof HTMLElement||e instanceof ShadowRoot)&&e.removeChild(s)}}else{const s=document.styleSheets[0].insertRule(i);return()=>{document.styleSheets[0].deleteRule(s)}}}function Zu(i,t,e={}){Object.prototype.hasOwnProperty.call(e,"transform")||Object.assign(e,{transform:De(i,"transform")||""});const s=vn(e.transform),n={};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]=De(i,r)),Object.assign(n,{[r]:`${a}`});break}}return Object.assign(n,{transform:s.toString()}),n}function ye(i,t,e){if(t===void 0&&e===void 0)return En(i);if(typeof t=="string"&&e===void 0)return Za(i,t);let s={};typeof t=="object"?s=t:typeof t=="string"&&typeof e=="string"&&(s[t]=""+e),dn(i,n=>{Object.entries(s).forEach(([r,a])=>{n.props[r]=""+a})})}const Ku=["-o-","-ms-","-moz-","-webkit-",""];function En(i){const t={};for(let e=0,s=i.attributes,n=s.length;e<n;e++){const r=s[e];r.nodeName&&r.nodeValue&&(r.nodeName==="style"?t[r.nodeName]=Pn(i):t[r.nodeName]=r.nodeValue)}return t}function Za(i,t){return t==="style"?Pn(i):i.getAttribute(mt(t))}function He(i,t,e){return i.setAttribute(mt(t),""+e)}function Qu(i,t){t.split(/[,\s]+/i).forEach(e=>{const s=mt(e.trim());s!=""&&i.removeAttribute(s)})}function tf(i,t){He(i,"draggable","true");const e=[];return e.push(B(i,"dragstart",s=>{de(s),Sa(s);const n=s.dataTransfer;n&&(n.effectAllowed="move",n.setData("text/plain","some-data")),t?.onStart?.(s)},!0)),e.push(B(i,"drag",s=>{de(s),t?.onDrag?.(s)})),e.push(B(i,"dragend",s=>{de(s),t?.onEnd?.(s)})),()=>{e.forEach(s=>s())}}function ef(i,t){const e=[];return e.push(B(i,"dragenter",s=>{de(s),t?.onEnter?.(s)})),e.push(B(i,"dragover",s=>{de(s);const n=s.dataTransfer;n&&(n.dropEffect="move"),t?.onOver?.(s)})),e.push(B(i,"dragleave",s=>{de(s),t?.onLeave?.(s)})),e.push(B(i,"drop",s=>{de(s);const n=s.dataTransfer;if(!n){t?.onDrop?.(s,[]);return}t?.onDrop?.(s,[...n.files])})),()=>{e.forEach(s=>s())}}function sf(){return{screenWidth:window.screen.width,screenHeight:window.screen.height,screenX:window.screenX,screenY:window.screenY}}function ms(){const i=document.documentElement;return{clientWidth:i.clientWidth,clientHeight:i.clientHeight,clientTop:i.clientTop,clientLeft:i.clientLeft,scrollWidth:i.scrollWidth,scrollHeight:i.scrollHeight,scrollTop:i.scrollTop,scrollLeft:i.scrollLeft,offsetWidth:i.offsetWidth,offsetHeight:i.offsetHeight,offsetTop:i.offsetTop,offsetLeft:i.offsetLeft,offsetParent:i.offsetParent}}function nf(){const i=document.body;return{clientWidth:i.clientWidth,clientHeight:i.clientHeight,clientTop:i.clientTop,clientLeft:i.clientLeft,scrollWidth:i.scrollWidth,scrollHeight:i.scrollHeight,scrollTop:i.scrollTop,scrollLeft:i.scrollLeft,offsetWidth:i.offsetWidth,offsetHeight:i.offsetHeight,offsetTop:i.offsetTop,offsetLeft:i.offsetLeft,offsetParent:i.offsetParent}}function Ka(){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 rf(){const{scrollWidth:i,scrollHeight:t}=ms();return{width:i,height:t}}function An(i){const{top:t,left:e,width:s,height:n}=i.getBoundingClientRect(),{scrollLeft:r,scrollTop:a}=ms();return{x:e+r,y:t+a,width:s,height:n}}function af(i){let t=i,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:i.offsetWidth,height:i.offsetHeight}}function Qa(i){return i.getBoundingClientRect()}function of(i){const t=i.getBoundingClientRect();return{x:i.offsetLeft,y:i.offsetTop,width:t.width||t.right-t.left,height:t.height||t.bottom-t.top}}function hf(){const{clientHeight:i,scrollTop:t,scrollHeight:e}=ms(),s=e-i;return s<=0?0:t/s*100}function to(){const i={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0,isDown:!1},t={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0,isDown:!1};return{mousePoint:t,setStartMousePoint:function(e,s){i.x=e.x,i.y=e.y,typeof s=="boolean"&&(i.isDown=s),this.setCurrentMousePoint(e,s)},setCurrentMousePoint:(e,s)=>{const n=t.x,r=t.y;t.x=e.x,t.y=e.y,t.dx=t.x-n,t.dy=t.y-r,t.dStartX=t.x-i.x,t.dStartY=t.y-i.y,typeof s=="boolean"&&(t.isDown=s)}}}function cf(i){if("center"in i){const t=i.center,e=Qa(i.target);return{x:t.x-e.x,y:t.y-e.y}}return{x:i.clientX,y:i.clientY}}function kn(i){if("center"in i)return i.center;if(typeof i.pageX=="number"&&typeof i.pageY=="number")return{x:i.pageX,y:i.pageY};const{scrollLeft:t,scrollTop:e}=ms();return{x:i.clientX+t,y:i.clientY+e}}function We(i,t){const e={x:0,y:0};if(t){const s=kn(i),n=An(t);e.x=s.x-n.x,e.y=s.y-n.y}else{let s=0,n=0;if("currentTarget"in i&&i.currentTarget&&i.target&&i.currentTarget!=i.target){const r=i.currentTarget.getBoundingClientRect(),a=i.target.getBoundingClientRect();s=a.left-r.left,n=a.top-r.top}if("offsetX"in i)e.x=i.offsetX+s,e.y=i.offsetY+n;else{const r=kn(i),a=An(i.target);e.x=r.x-a.x+s,e.y=r.y-a.y+n}}return e}var eo={exports:{}};/*! Hammer.JS - v2.0.7 - 2016-04-22
|
|
16
16
|
* http://hammerjs.github.io/
|
|
17
17
|
*
|
|
18
18
|
* Copyright (c) 2016 Jorik Tangelder;
|
|
19
|
-
* Licensed under the MIT license */(function(
|
|
20
|
-
`+
|
|
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(`
|
|
22
|
-
/* iOS > 11.2 */
|
|
23
|
-
/* 注意:--xxx:后面不要有空格 */
|
|
19
|
+
* Licensed under the MIT license */(function(i){(function(t,e,s,n){var r=["","webkit","Moz","MS","ms","o"],a=e.createElement("div"),o="function",h=Math.round,c=Math.abs,l=Date.now;function u(p,x,M){return setTimeout(y(p,M),x)}function f(p,x,M){return Array.isArray(p)?(m(p,M[x],M),!0):!1}function m(p,x,M){var E;if(p)if(p.forEach)p.forEach(x,M);else if(p.length!==n)for(E=0;E<p.length;)x.call(M,p[E],E,p),E++;else for(E in p)p.hasOwnProperty(E)&&x.call(M,p[E],E,p)}function g(p,x,M){var E="DEPRECATED METHOD: "+x+`
|
|
20
|
+
`+M+` AT
|
|
21
|
+
`;return function(){var I=new Error("get-stack-trace"),O=I&&I.stack?I.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",V=t.console&&(t.console.warn||t.console.log);return V&&V.call(t.console,E,O),p.apply(this,arguments)}}var C;typeof Object.assign!="function"?C=function(x){if(x===n||x===null)throw new TypeError("Cannot convert undefined or null to object");for(var M=Object(x),E=1;E<arguments.length;E++){var I=arguments[E];if(I!==n&&I!==null)for(var O in I)I.hasOwnProperty(O)&&(M[O]=I[O])}return M}:C=Object.assign;var v=g(function(x,M,E){for(var I=Object.keys(M),O=0;O<I.length;)(!E||E&&x[I[O]]===n)&&(x[I[O]]=M[I[O]]),O++;return x},"extend","Use `assign`."),b=g(function(x,M){return v(x,M,!0)},"merge","Use `assign`.");function S(p,x,M){var E=x.prototype,I;I=p.prototype=Object.create(E),I.constructor=p,I._super=E,M&&C(I,M)}function y(p,x){return function(){return p.apply(x,arguments)}}function w(p,x){return typeof p==o?p.apply(x&&x[0]||n,x):p}function P(p,x){return p===n?x:p}function _(p,x,M){m(W(x),function(E){p.addEventListener(E,M,!1)})}function R(p,x,M){m(W(x),function(E){p.removeEventListener(E,M,!1)})}function X(p,x){for(;p;){if(p==x)return!0;p=p.parentNode}return!1}function G(p,x){return p.indexOf(x)>-1}function W(p){return p.trim().split(/\s+/g)}function $(p,x,M){if(p.indexOf&&!M)return p.indexOf(x);for(var E=0;E<p.length;){if(M&&p[E][M]==x||!M&&p[E]===x)return E;E++}return-1}function tt(p){return Array.prototype.slice.call(p,0)}function at(p,x,M){for(var E=[],I=[],O=0;O<p.length;){var V=x?p[O][x]:p[O];$(I,V)<0&&E.push(p[O]),I[O]=V,O++}return M&&(x?E=E.sort(function(ht,wt){return ht[x]>wt[x]}):E=E.sort()),E}function it(p,x){for(var M,E,I=x[0].toUpperCase()+x.slice(1),O=0;O<r.length;){if(M=r[O],E=M?M+I:x,E in p)return E;O++}return n}var Xt=1;function kt(){return Xt++}function Lt(p){var x=p.ownerDocument||p;return x.defaultView||x.parentWindow||t}var Vt=/mobile|tablet|ip(ad|hone|od)|android/i,L="ontouchstart"in t,D=it(t,"PointerEvent")!==n,Y=L&&Vt.test(navigator.userAgent),q="touch",yt="pen",Gt="mouse",xi="kinect",bi=25,ot=1,ce=2,K=4,ft=8,Ze=1,Te=2,k=4,dt=8,Ss=16,Jt=Te|k,Ne=dt|Ss,ih=Jt|Ne,nh=["x","y"],Si=["clientX","clientY"];function zt(p,x){var M=this;this.manager=p,this.callback=x,this.element=p.element,this.target=p.options.inputTarget,this.domHandler=function(E){w(p.options.enable,[p])&&M.handler(E)},this.init()}zt.prototype={handler:function(){},init:function(){this.evEl&&_(this.element,this.evEl,this.domHandler),this.evTarget&&_(this.target,this.evTarget,this.domHandler),this.evWin&&_(Lt(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&R(this.element,this.evEl,this.domHandler),this.evTarget&&R(this.target,this.evTarget,this.domHandler),this.evWin&&R(Lt(this.element),this.evWin,this.domHandler)}};function xg(p){var x,M=p.options.inputClass;return M?x=M:D?x=tr:Y?x=Ti:L?x=er:x=vi,new x(p,bg)}function bg(p,x,M){var E=M.pointers.length,I=M.changedPointers.length,O=x&ot&&E-I===0,V=x&(K|ft)&&E-I===0;M.isFirst=!!O,M.isFinal=!!V,O&&(p.session={}),M.eventType=x,Sg(p,M),p.emit("hammer.input",M),p.recognize(M),p.session.prevInput=M}function Sg(p,x){var M=p.session,E=x.pointers,I=E.length;M.firstInput||(M.firstInput=rh(x)),I>1&&!M.firstMultiple?M.firstMultiple=rh(x):I===1&&(M.firstMultiple=!1);var O=M.firstInput,V=M.firstMultiple,rt=V?V.center:O.center,ht=x.center=ah(E);x.timeStamp=l(),x.deltaTime=x.timeStamp-O.timeStamp,x.angle=Qn(rt,ht),x.distance=Ci(rt,ht),Cg(M,x),x.offsetDirection=hh(x.deltaX,x.deltaY);var wt=oh(x.deltaTime,x.deltaX,x.deltaY);x.overallVelocityX=wt.x,x.overallVelocityY=wt.y,x.overallVelocity=c(wt.x)>c(wt.y)?wt.x:wt.y,x.scale=V?_g(V.pointers,E):1,x.rotation=V?Tg(V.pointers,E):0,x.maxPointers=M.prevInput?x.pointers.length>M.prevInput.maxPointers?x.pointers.length:M.prevInput.maxPointers:x.pointers.length,vg(M,x);var Kt=p.element;X(x.srcEvent.target,Kt)&&(Kt=x.srcEvent.target),x.target=Kt}function Cg(p,x){var M=x.center,E=p.offsetDelta||{},I=p.prevDelta||{},O=p.prevInput||{};(x.eventType===ot||O.eventType===K)&&(I=p.prevDelta={x:O.deltaX||0,y:O.deltaY||0},E=p.offsetDelta={x:M.x,y:M.y}),x.deltaX=I.x+(M.x-E.x),x.deltaY=I.y+(M.y-E.y)}function vg(p,x){var M=p.lastInterval||x,E=x.timeStamp-M.timeStamp,I,O,V,rt;if(x.eventType!=ft&&(E>bi||M.velocity===n)){var ht=x.deltaX-M.deltaX,wt=x.deltaY-M.deltaY,Kt=oh(E,ht,wt);O=Kt.x,V=Kt.y,I=c(Kt.x)>c(Kt.y)?Kt.x:Kt.y,rt=hh(ht,wt),p.lastInterval=x}else I=M.velocity,O=M.velocityX,V=M.velocityY,rt=M.direction;x.velocity=I,x.velocityX=O,x.velocityY=V,x.direction=rt}function rh(p){for(var x=[],M=0;M<p.pointers.length;)x[M]={clientX:h(p.pointers[M].clientX),clientY:h(p.pointers[M].clientY)},M++;return{timeStamp:l(),pointers:x,center:ah(x),deltaX:p.deltaX,deltaY:p.deltaY}}function ah(p){var x=p.length;if(x===1)return{x:h(p[0].clientX),y:h(p[0].clientY)};for(var M=0,E=0,I=0;I<x;)M+=p[I].clientX,E+=p[I].clientY,I++;return{x:h(M/x),y:h(E/x)}}function oh(p,x,M){return{x:x/p||0,y:M/p||0}}function hh(p,x){return p===x?Ze:c(p)>=c(x)?p<0?Te:k:x<0?dt:Ss}function Ci(p,x,M){M||(M=nh);var E=x[M[0]]-p[M[0]],I=x[M[1]]-p[M[1]];return Math.sqrt(E*E+I*I)}function Qn(p,x,M){M||(M=nh);var E=x[M[0]]-p[M[0]],I=x[M[1]]-p[M[1]];return Math.atan2(I,E)*180/Math.PI}function Tg(p,x){return Qn(x[1],x[0],Si)+Qn(p[1],p[0],Si)}function _g(p,x){return Ci(x[0],x[1],Si)/Ci(p[0],p[1],Si)}var Pg={mousedown:ot,mousemove:ce,mouseup:K},Mg="mousedown",Eg="mousemove mouseup";function vi(){this.evEl=Mg,this.evWin=Eg,this.pressed=!1,zt.apply(this,arguments)}S(vi,zt,{handler:function(x){var M=Pg[x.type];M&ot&&x.button===0&&(this.pressed=!0),M&ce&&x.which!==1&&(M=K),this.pressed&&(M&K&&(this.pressed=!1),this.callback(this.manager,M,{pointers:[x],changedPointers:[x],pointerType:Gt,srcEvent:x}))}});var Ag={pointerdown:ot,pointermove:ce,pointerup:K,pointercancel:ft,pointerout:ft},kg={2:q,3:yt,4:Gt,5:xi},ch="pointerdown",lh="pointermove pointerup pointercancel";t.MSPointerEvent&&!t.PointerEvent&&(ch="MSPointerDown",lh="MSPointerMove MSPointerUp MSPointerCancel");function tr(){this.evEl=ch,this.evWin=lh,zt.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}S(tr,zt,{handler:function(x){var M=this.store,E=!1,I=x.type.toLowerCase().replace("ms",""),O=Ag[I],V=kg[x.pointerType]||x.pointerType,rt=V==q,ht=$(M,x.pointerId,"pointerId");O&ot&&(x.button===0||rt)?ht<0&&(M.push(x),ht=M.length-1):O&(K|ft)&&(E=!0),!(ht<0)&&(M[ht]=x,this.callback(this.manager,O,{pointers:M,changedPointers:[x],pointerType:V,srcEvent:x}),E&&M.splice(ht,1))}});var Ig={touchstart:ot,touchmove:ce,touchend:K,touchcancel:ft},Dg="touchstart",Rg="touchstart touchmove touchend touchcancel";function uh(){this.evTarget=Dg,this.evWin=Rg,this.started=!1,zt.apply(this,arguments)}S(uh,zt,{handler:function(x){var M=Ig[x.type];if(M===ot&&(this.started=!0),!!this.started){var E=Lg.call(this,x,M);M&(K|ft)&&E[0].length-E[1].length===0&&(this.started=!1),this.callback(this.manager,M,{pointers:E[0],changedPointers:E[1],pointerType:q,srcEvent:x})}}});function Lg(p,x){var M=tt(p.touches),E=tt(p.changedTouches);return x&(K|ft)&&(M=at(M.concat(E),"identifier",!0)),[M,E]}var zg={touchstart:ot,touchmove:ce,touchend:K,touchcancel:ft},Og="touchstart touchmove touchend touchcancel";function Ti(){this.evTarget=Og,this.targetIds={},zt.apply(this,arguments)}S(Ti,zt,{handler:function(x){var M=zg[x.type],E=Fg.call(this,x,M);E&&this.callback(this.manager,M,{pointers:E[0],changedPointers:E[1],pointerType:q,srcEvent:x})}});function Fg(p,x){var M=tt(p.touches),E=this.targetIds;if(x&(ot|ce)&&M.length===1)return E[M[0].identifier]=!0,[M,M];var I,O,V=tt(p.changedTouches),rt=[],ht=this.target;if(O=M.filter(function(wt){return X(wt.target,ht)}),x===ot)for(I=0;I<O.length;)E[O[I].identifier]=!0,I++;for(I=0;I<V.length;)E[V[I].identifier]&&rt.push(V[I]),x&(K|ft)&&delete E[V[I].identifier],I++;if(rt.length)return[at(O.concat(rt),"identifier",!0),rt]}var Bg=2500,fh=25;function er(){zt.apply(this,arguments);var p=y(this.handler,this);this.touch=new Ti(this.manager,p),this.mouse=new vi(this.manager,p),this.primaryTouch=null,this.lastTouches=[]}S(er,zt,{handler:function(x,M,E){var I=E.pointerType==q,O=E.pointerType==Gt;if(!(O&&E.sourceCapabilities&&E.sourceCapabilities.firesTouchEvents)){if(I)Ng.call(this,M,E);else if(O&&Yg.call(this,E))return;this.callback(x,M,E)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});function Ng(p,x){p&ot?(this.primaryTouch=x.changedPointers[0].identifier,dh.call(this,x)):p&(K|ft)&&dh.call(this,x)}function dh(p){var x=p.changedPointers[0];if(x.identifier===this.primaryTouch){var M={x:x.clientX,y:x.clientY};this.lastTouches.push(M);var E=this.lastTouches,I=function(){var O=E.indexOf(M);O>-1&&E.splice(O,1)};setTimeout(I,Bg)}}function Yg(p){for(var x=p.srcEvent.clientX,M=p.srcEvent.clientY,E=0;E<this.lastTouches.length;E++){var I=this.lastTouches[E],O=Math.abs(x-I.x),V=Math.abs(M-I.y);if(O<=fh&&V<=fh)return!0}return!1}var mh=it(a.style,"touchAction"),gh=mh!==n,ph="compute",yh="auto",sr="manipulation",Ye="none",Cs="pan-x",vs="pan-y",_i=Xg();function ir(p,x){this.manager=p,this.set(x)}ir.prototype={set:function(p){p==ph&&(p=this.compute()),gh&&this.manager.element.style&&_i[p]&&(this.manager.element.style[mh]=p),this.actions=p.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var p=[];return m(this.manager.recognizers,function(x){w(x.options.enable,[x])&&(p=p.concat(x.getTouchAction()))}),Ug(p.join(" "))},preventDefaults:function(p){var x=p.srcEvent,M=p.offsetDirection;if(this.manager.session.prevented){x.preventDefault();return}var E=this.actions,I=G(E,Ye)&&!_i[Ye],O=G(E,vs)&&!_i[vs],V=G(E,Cs)&&!_i[Cs];if(I){var rt=p.pointers.length===1,ht=p.distance<2,wt=p.deltaTime<250;if(rt&&ht&&wt)return}if(!(V&&O)&&(I||O&&M&Jt||V&&M&Ne))return this.preventSrc(x)},preventSrc:function(p){this.manager.session.prevented=!0,p.preventDefault()}};function Ug(p){if(G(p,Ye))return Ye;var x=G(p,Cs),M=G(p,vs);return x&&M?Ye:x||M?x?Cs:vs:G(p,sr)?sr:yh}function Xg(){if(!gh)return!1;var p={},x=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(M){p[M]=x?t.CSS.supports("touch-action",M):!0}),p}var Pi=1,Ot=2,Ke=4,_e=8,le=_e,Ts=16,Zt=32;function ue(p){this.options=C({},this.defaults,p||{}),this.id=kt(),this.manager=null,this.options.enable=P(this.options.enable,!0),this.state=Pi,this.simultaneous={},this.requireFail=[]}ue.prototype={defaults:{},set:function(p){return C(this.options,p),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(p){if(f(p,"recognizeWith",this))return this;var x=this.simultaneous;return p=Mi(p,this),x[p.id]||(x[p.id]=p,p.recognizeWith(this)),this},dropRecognizeWith:function(p){return f(p,"dropRecognizeWith",this)?this:(p=Mi(p,this),delete this.simultaneous[p.id],this)},requireFailure:function(p){if(f(p,"requireFailure",this))return this;var x=this.requireFail;return p=Mi(p,this),$(x,p)===-1&&(x.push(p),p.requireFailure(this)),this},dropRequireFailure:function(p){if(f(p,"dropRequireFailure",this))return this;p=Mi(p,this);var x=$(this.requireFail,p);return x>-1&&this.requireFail.splice(x,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(p){return!!this.simultaneous[p.id]},emit:function(p){var x=this,M=this.state;function E(I){x.manager.emit(I,p)}M<_e&&E(x.options.event+wh(M)),E(x.options.event),p.additionalEvent&&E(p.additionalEvent),M>=_e&&E(x.options.event+wh(M))},tryEmit:function(p){if(this.canEmit())return this.emit(p);this.state=Zt},canEmit:function(){for(var p=0;p<this.requireFail.length;){if(!(this.requireFail[p].state&(Zt|Pi)))return!1;p++}return!0},recognize:function(p){var x=C({},p);if(!w(this.options.enable,[this,x])){this.reset(),this.state=Zt;return}this.state&(le|Ts|Zt)&&(this.state=Pi),this.state=this.process(x),this.state&(Ot|Ke|_e|Ts)&&this.tryEmit(x)},process:function(p){},getTouchAction:function(){},reset:function(){}};function wh(p){return p&Ts?"cancel":p&_e?"end":p&Ke?"move":p&Ot?"start":""}function xh(p){return p==Ss?"down":p==dt?"up":p==Te?"left":p==k?"right":""}function Mi(p,x){var M=x.manager;return M?M.get(p):p}function qt(){ue.apply(this,arguments)}S(qt,ue,{defaults:{pointers:1},attrTest:function(p){var x=this.options.pointers;return x===0||p.pointers.length===x},process:function(p){var x=this.state,M=p.eventType,E=x&(Ot|Ke),I=this.attrTest(p);return E&&(M&ft||!I)?x|Ts:E||I?M&K?x|_e:x&Ot?x|Ke:Ot:Zt}});function Ei(){qt.apply(this,arguments),this.pX=null,this.pY=null}S(Ei,qt,{defaults:{event:"pan",threshold:10,pointers:1,direction:ih},getTouchAction:function(){var p=this.options.direction,x=[];return p&Jt&&x.push(vs),p&Ne&&x.push(Cs),x},directionTest:function(p){var x=this.options,M=!0,E=p.distance,I=p.direction,O=p.deltaX,V=p.deltaY;return I&x.direction||(x.direction&Jt?(I=O===0?Ze:O<0?Te:k,M=O!=this.pX,E=Math.abs(p.deltaX)):(I=V===0?Ze:V<0?dt:Ss,M=V!=this.pY,E=Math.abs(p.deltaY))),p.direction=I,M&&E>x.threshold&&I&x.direction},attrTest:function(p){return qt.prototype.attrTest.call(this,p)&&(this.state&Ot||!(this.state&Ot)&&this.directionTest(p))},emit:function(p){this.pX=p.deltaX,this.pY=p.deltaY;var x=xh(p.direction);x&&(p.additionalEvent=this.options.event+x),this._super.emit.call(this,p)}});function nr(){qt.apply(this,arguments)}S(nr,qt,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[Ye]},attrTest:function(p){return this._super.attrTest.call(this,p)&&(Math.abs(p.scale-1)>this.options.threshold||this.state&Ot)},emit:function(p){if(p.scale!==1){var x=p.scale<1?"in":"out";p.additionalEvent=this.options.event+x}this._super.emit.call(this,p)}});function rr(){ue.apply(this,arguments),this._timer=null,this._input=null}S(rr,ue,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[yh]},process:function(p){var x=this.options,M=p.pointers.length===x.pointers,E=p.distance<x.threshold,I=p.deltaTime>x.time;if(this._input=p,!E||!M||p.eventType&(K|ft)&&!I)this.reset();else if(p.eventType&ot)this.reset(),this._timer=u(function(){this.state=le,this.tryEmit()},x.time,this);else if(p.eventType&K)return le;return Zt},reset:function(){clearTimeout(this._timer)},emit:function(p){this.state===le&&(p&&p.eventType&K?this.manager.emit(this.options.event+"up",p):(this._input.timeStamp=l(),this.manager.emit(this.options.event,this._input)))}});function ar(){qt.apply(this,arguments)}S(ar,qt,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[Ye]},attrTest:function(p){return this._super.attrTest.call(this,p)&&(Math.abs(p.rotation)>this.options.threshold||this.state&Ot)}});function or(){qt.apply(this,arguments)}S(or,qt,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:Jt|Ne,pointers:1},getTouchAction:function(){return Ei.prototype.getTouchAction.call(this)},attrTest:function(p){var x=this.options.direction,M;return x&(Jt|Ne)?M=p.overallVelocity:x&Jt?M=p.overallVelocityX:x&Ne&&(M=p.overallVelocityY),this._super.attrTest.call(this,p)&&x&p.offsetDirection&&p.distance>this.options.threshold&&p.maxPointers==this.options.pointers&&c(M)>this.options.velocity&&p.eventType&K},emit:function(p){var x=xh(p.offsetDirection);x&&this.manager.emit(this.options.event+x,p),this.manager.emit(this.options.event,p)}});function Ai(){ue.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}S(Ai,ue,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[sr]},process:function(p){var x=this.options,M=p.pointers.length===x.pointers,E=p.distance<x.threshold,I=p.deltaTime<x.time;if(this.reset(),p.eventType&ot&&this.count===0)return this.failTimeout();if(E&&I&&M){if(p.eventType!=K)return this.failTimeout();var O=this.pTime?p.timeStamp-this.pTime<x.interval:!0,V=!this.pCenter||Ci(this.pCenter,p.center)<x.posThreshold;this.pTime=p.timeStamp,this.pCenter=p.center,!V||!O?this.count=1:this.count+=1,this._input=p;var rt=this.count%x.taps;if(rt===0)return this.hasRequireFailures()?(this._timer=u(function(){this.state=le,this.tryEmit()},x.interval,this),Ot):le}return Zt},failTimeout:function(){return this._timer=u(function(){this.state=Zt},this.options.interval,this),Zt},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==le&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function fe(p,x){return x=x||{},x.recognizers=P(x.recognizers,fe.defaults.preset),new hr(p,x)}fe.VERSION="2.0.7",fe.defaults={domEvents:!1,touchAction:ph,enable:!0,inputTarget:null,inputClass:null,preset:[[ar,{enable:!1}],[nr,{enable:!1},["rotate"]],[or,{direction:Jt}],[Ei,{direction:Jt},["swipe"]],[Ai],[Ai,{event:"doubletap",taps:2},["tap"]],[rr]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var Vg=1,bh=2;function hr(p,x){this.options=C({},fe.defaults,x||{}),this.options.inputTarget=this.options.inputTarget||p,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=p,this.input=xg(this),this.touchAction=new ir(this,this.options.touchAction),Sh(this,!0),m(this.options.recognizers,function(M){var E=this.add(new M[0](M[1]));M[2]&&E.recognizeWith(M[2]),M[3]&&E.requireFailure(M[3])},this)}hr.prototype={set:function(p){return C(this.options,p),p.touchAction&&this.touchAction.update(),p.inputTarget&&(this.input.destroy(),this.input.target=p.inputTarget,this.input.init()),this},stop:function(p){this.session.stopped=p?bh:Vg},recognize:function(p){var x=this.session;if(!x.stopped){this.touchAction.preventDefaults(p);var M,E=this.recognizers,I=x.curRecognizer;(!I||I&&I.state&le)&&(I=x.curRecognizer=null);for(var O=0;O<E.length;)M=E[O],x.stopped!==bh&&(!I||M==I||M.canRecognizeWith(I))?M.recognize(p):M.reset(),!I&&M.state&(Ot|Ke|_e)&&(I=x.curRecognizer=M),O++}},get:function(p){if(p instanceof ue)return p;for(var x=this.recognizers,M=0;M<x.length;M++)if(x[M].options.event==p)return x[M];return null},add:function(p){if(f(p,"add",this))return this;var x=this.get(p.options.event);return x&&this.remove(x),this.recognizers.push(p),p.manager=this,this.touchAction.update(),p},remove:function(p){if(f(p,"remove",this))return this;if(p=this.get(p),p){var x=this.recognizers,M=$(x,p);M!==-1&&(x.splice(M,1),this.touchAction.update())}return this},on:function(p,x){if(p!==n&&x!==n){var M=this.handlers;return m(W(p),function(E){M[E]=M[E]||[],M[E].push(x)}),this}},off:function(p,x){if(p!==n){var M=this.handlers;return m(W(p),function(E){x?M[E]&&M[E].splice($(M[E],x),1):delete M[E]}),this}},emit:function(p,x){this.options.domEvents&&Gg(p,x);var M=this.handlers[p]&&this.handlers[p].slice();if(!(!M||!M.length)){x.type=p,x.preventDefault=function(){x.srcEvent.preventDefault()};for(var E=0;E<M.length;)M[E](x),E++}},destroy:function(){this.element&&Sh(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}};function Sh(p,x){var M=p.element;if(M.style){var E;m(p.options.cssProps,function(I,O){E=it(M.style,O),x?(p.oldCssProps[E]=M.style[E],M.style[E]=I):M.style[E]=p.oldCssProps[E]||""}),x||(p.oldCssProps={})}}function Gg(p,x){var M=e.createEvent("Event");M.initEvent(p,!0,!0),M.gesture=x,x.target.dispatchEvent(M)}C(fe,{INPUT_START:ot,INPUT_MOVE:ce,INPUT_END:K,INPUT_CANCEL:ft,STATE_POSSIBLE:Pi,STATE_BEGAN:Ot,STATE_CHANGED:Ke,STATE_ENDED:_e,STATE_RECOGNIZED:le,STATE_CANCELLED:Ts,STATE_FAILED:Zt,DIRECTION_NONE:Ze,DIRECTION_LEFT:Te,DIRECTION_RIGHT:k,DIRECTION_UP:dt,DIRECTION_DOWN:Ss,DIRECTION_HORIZONTAL:Jt,DIRECTION_VERTICAL:Ne,DIRECTION_ALL:ih,Manager:hr,Input:zt,TouchAction:ir,TouchInput:Ti,MouseInput:vi,PointerEventInput:tr,TouchMouseInput:er,SingleTouchInput:uh,Recognizer:ue,AttrRecognizer:qt,Tap:Ai,Pan:Ei,Swipe:or,Pinch:nr,Rotate:ar,Press:rr,on:_,off:R,each:m,merge:b,extend:v,assign:C,inherit:S,bindFn:y,prefixed:it});var qg=typeof t<"u"?t:typeof self<"u"?self:{};qg.Hammer=fe,typeof n=="function"&&n.amd?n(function(){return fe}):i.exports?i.exports=fe:t[s]=fe})(window,document,"Hammer")})(eo);var lf=eo.exports;const uf=Er(lf);async function In(i,t){return new Promise(e=>{const s=new ResizeObserver(n=>{const a=n[0].contentRect;t(a),e(()=>{s.unobserve(i)})});s.observe(i)})}function ff(i){return i(window.innerWidth,window.innerHeight),B(window,"orientationchange"in window?"orientationchange":"resize",t=>{const e=t.target.innerWidth,s=t.target.innerHeight;i(e,s)})}function we(i,t){return so(i,t)}function so(i,t){const e=i.eb,s=a=>{e.on("pointerMove",r),e.on("pointerUp",n),e.on("pointerCancel",n),t?.start?.(a)},n=a=>{e.off("pointerMove",r),e.off("pointerUp",n),e.off("pointerCancel",n),t?.end?.(a)},r=a=>{t?.move?.(a)};return e.on("pointerDown",s),()=>e.off("pointerDown",s)}function df(i,t){const e=i.eb,s=a=>{document.addEventListener("mousemove",r,!1),document.addEventListener("mouseup",n,!1),t?.start?.(a)},n=a=>{document.removeEventListener("mousemove",r,!1),document.removeEventListener("mouseup",n,!1),t?.end?.(a)},r=a=>{t?.move?.(a)};return e.on("mouseDown",s),()=>e.off("mouseDown",s)}function mf(i,t){const e=i.eb,s=a=>{e.on("touchMove",r),e.on("touchEnd",n),e.on("touchCancel",n);const o=a.changedTouches[0];t?.start?.(o)},n=a=>{e.off("touchMove",r),e.off("touchEnd",n),e.off("touchCancel",n);const o=a.changedTouches[0];t?.end?.(o)},r=a=>{const o=a.changedTouches[0];t?.move?.(o)};return e.on("touchStart",s),()=>e.off("touchStart",s)}function gf(i=document.documentElement){const t=new Xe,e=new uf(i);let s=[];const n=to(),r=n.mousePoint,a=k=>{t.emit("mouseDown",k)},o=k=>{t.emit("mouseUp",k)},h=k=>{r.isDown||n.setCurrentMousePoint(We(k,i)),t.emit("mouseMove",k)},c=k=>{t.emit("mouseOver",k)},l=k=>{t.emit("mouseOut",k)},u=k=>{t.emit("mouseEnter",k)},f=k=>{t.emit("mouseLeave",k)},m=k=>{t.emit("mouseClick",k)},g=k=>{t.emit("mouseDoubleClick",k)},C=k=>{t.emit("mouseWheel",k)},v=k=>{t.emit("mouseContextMenu",k)},b=k=>{t.emit("touchStart",k)},S=k=>{t.emit("touchEnd",k)},y=k=>{t.emit("touchCancel",k)},w=k=>{const dt=k.changedTouches[0];r.isDown||n.setCurrentMousePoint(We(dt,i)),t.emit("touchMove",k)},P=k=>{t.emit("pointerDown",k)},_=k=>{t.emit("pointerUp",k)},R=k=>{t.emit("pointerCancel",k)},X=k=>{t.emit("pointerMove",k)},G=k=>{t.emit("pan",k)},W=k=>{t.emit("panStart",k)},$=k=>{t.emit("panMove",k)},tt=k=>{t.emit("panEnd",k)},at=k=>{t.emit("panCancel",k)},it=k=>{t.emit("panLeft",k)},Xt=k=>{t.emit("panRight",k)},kt=k=>{t.emit("panUp",k)},Lt=k=>{t.emit("panDown",k)},Vt=k=>{t.emit("pinch",k)},L=k=>{t.emit("press",k)},D=k=>{t.emit("rotate",k)},Y=k=>{t.emit("swipe",k)},q=k=>{t.emit("swipeLeft",k)},yt=k=>{t.emit("swipeRight",k)},Gt=k=>{t.emit("swipeUp",k)},xi=k=>{t.emit("swipeDown",k)},bi=k=>{t.emit("tap",k)},ot=k=>{!k.target||i==k.target||i.contains(k.target)||t.emit("tapOutSide",k)},ce=k=>{t.emit("transitionstart",k)},K=k=>{t.emit("transitionend",k)},ft=k=>{t.emit("animationstart",k)},Ze=k=>{t.emit("animationend",k)};let Te={...i.getBoundingClientRect(),width:i.offsetWidth,height:i.offsetHeight};return{el:i,get rect(){return Te},mousePoint:r,eb:t,start:async function(){s.push(B(i,"mousedown",a)),s.push(B(i,"mouseup",o)),s.push(B(i,"mousemove",h)),s.push(B(i,"mouseover",c)),s.push(B(i,"mouseout",l)),s.push(B(i,"mouseenter",u)),s.push(B(i,"mouseleave",f)),s.push(B(i,"click",m)),s.push(B(i,"dblclick",g)),s.push(B(i,"onwheel"in document.createElement("div")?"wheel":document.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",C)),s.push(B(i,"contextmenu",v)),s.push(B(i,"touchstart",b)),s.push(B(i,"touchend",S)),s.push(B(i,"touchcancel",y)),s.push(B(i,"touchmove",w)),s.push(B(i,"pointerdown",P)),s.push(B(i,"pointerup",_)),s.push(B(i,"pointercancel",R)),s.push(B(i,"pointermove",X)),e.on("pan",G),e.on("panstart",W),e.on("panmove",$),e.on("panend",tt),e.on("pancancel",at),e.on("panleft",it),e.on("panright",Xt),e.on("panup",kt),e.on("pandown",Lt),e.on("pinch",Vt),e.on("press",L),e.on("rotate",D),e.on("swipe",Y),e.on("swipeleft",q),e.on("swiperight",yt),e.on("swipeup",Gt),e.on("swipedown",xi),e.on("tap",bi),s.push(B(document,"pointerdown",ot)),s.push(B(i,"transitionstart",ce)),s.push(B(i,"transitionend",K)),s.push(B(i,"animationstart",ft)),s.push(B(i,"animationend",Ze));const k=await In(i,dt=>{Te=dt,t.emit("resize",dt)});s.push(k),s.push(we(this,{start:dt=>{n.setStartMousePoint(We(dt,i),!0)},move:dt=>{n.setCurrentMousePoint(We(dt,i))},end:dt=>{n.setCurrentMousePoint(We(dt,i),!1)}}))},end:()=>{t.removeAllListeners(),s.forEach(k=>k()),s=[],e.off("pan",G),e.off("panstart",W),e.off("panmove",$),e.off("panend",tt),e.off("pancancel",at),e.off("panleft",it),e.off("panright",Xt),e.off("panup",kt),e.off("pandown",Lt),e.off("pinch",Vt),e.off("press",L),e.off("rotate",D),e.off("swipe",Y),e.off("swipeleft",q),e.off("swiperight",yt),e.off("swipeup",Gt),e.off("swipedown",xi),e.off("tap",bi)}}}function pf(i,t,e=50){return we(i,{move:()=>{i.mousePoint.dStartY>0&&i.mousePoint.dStartY<e},end:()=>{i.mousePoint.dStartY>=e&&t()}})}function yf(i,t,e=50){return we(i,{move:()=>{i.mousePoint.dStartY>0&&i.mousePoint.dStartY<e},end:()=>{i.mousePoint.dStartY>=e&&t()}})}function io(i="(prefers-color-scheme: dark)"){const t=window.matchMedia(i),e=ks(t.matches);return B(t,"change",s=>{e.value=s.matches}),e}const xe=ba("__theme__");if(!xe.value){const i=io("(prefers-color-scheme: dark)");xe.value=i.value?"dark":"light"}const no=()=>{switch(xe.value){case"dark":document.documentElement.classList.add("dark"),He(document.documentElement,"data-theme","dark");break;default:document.documentElement.classList.remove("dark"),He(document.documentElement,"data-theme","light");break}};xt(()=>{no()}),setTimeout(no);function wf(i){return i&&(xe.value=i),xe}function xf(){return xe.value=xe.value=="light"?"dark":"light",xe}function ro(i,t=""){return getComputedStyle(document.documentElement).getPropertyValue(i)||t}function bf(i,t){document.documentElement.style.setProperty(i,t)}const Sf={getSelectedText:()=>window.getSelection()?.toString()||""};function Cf(i){document.getElementsByTagName("title")[0].innerText=i,document.title=i}function ao(i){let t=!1,e;function s(){document.readyState==="loading"||t||(i(),e?.(),t=!0)}try{e=B(document,"DOMContentLoaded",s)}catch{e=B(window,"load",s)}return s(),e}function oo(i){return B(window,"beforeunload",t=>{i(t)})}async function ho(i,t){return new Promise(e=>{new MutationObserver((n,r)=>{t(n,r),e(()=>{r.disconnect()})}).observe(i,{attributes:!0,childList:!0,subtree:!0})})}const se=new Xe;let co="";ho(document,()=>{location.href!==co&&(co=location.href,se.emit("urlchange",location.href))}),B(window,"hashchange",()=>{se.emit("hashchange",location.hash)}),B(window,"popstate",i=>{se.emit("popstate",i.state)});const lo={onUrlChange:i=>(se.on("urlchange",i),()=>{se.off("urlchange",i)}),onHashChange:i=>(se.on("hashchange",i),()=>{se.off("hashchange",i)}),goto:(i,t=null)=>{history.pushState(t,"",i)},replace:(i,t=null)=>{history.replaceState(t,"",i)},onPopState:i=>(se.on("popstate",i),()=>{se.off("popstate",i)})};function vf(i){return lo.onPopState(()=>{const{pathname:t,search:e}=location;i[t]?.()})}let uo=!1;function Tf(){uo||(uo=!0,Ja(`
|
|
24
22
|
:root {
|
|
25
23
|
--sat:env(safe-area-inset-top, 0px);
|
|
26
24
|
--sar:env(safe-area-inset-right, 0px);
|
|
@@ -33,30 +31,30 @@ var ZYZGroupCoreWeb=function(u){"use strict";var Di=typeof document<"u"?document
|
|
|
33
31
|
--sab:env(safe-area-inset-bottom, 0px);
|
|
34
32
|
--sal:env(safe-area-inset-left, 0px);
|
|
35
33
|
}
|
|
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,
|
|
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){
|
|
34
|
+
`))}Tf();const be=new Xe;let oi,hi,ci,li;In(document.documentElement,()=>{setTimeout(()=>{const i=getComputedStyle(document.documentElement),t=i.getPropertyValue("--sat");t!==oi&&be.emit("top",t),oi=t;const e=i.getPropertyValue("--sar");e!==hi&&be.emit("right",e),hi=e;const s=i.getPropertyValue("--sab");s!==ci&&be.emit("bottom",s),ci=s;const n=i.getPropertyValue("--sal");n!==li&&be.emit("left",n),li=n},0)});const _f={onTop:i=>(oi&&i(oi),be.on("top",i)),onRight:i=>(hi&&i(hi),be.on("right",i)),onBottom:i=>(ci&&i(ci),be.on("bottom",i)),onLeft:i=>(li&&i(li),be.on("left",i))},gs=[];let fo=Ri;function mo(i){return gs.length==0&&(fo=B(document,"scroll",t=>{gs.forEach(e=>e(t))})),gs.push(i),()=>{Pe(gs,i),gs.length==0&&fo()}}function Pf(i,t){window.scrollTo(i,t)}function Mf(){let i=Ri,t=Ri;return"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual",i=oo(()=>{window.history.scrollRestoration="auto"}),t=ao(()=>{window.history.scrollRestoration="manual"})),()=>{i(),t()}}async function go(i,t,e={threshold:.5}){return new Promise(s=>{new IntersectionObserver((r,a)=>{t(r,a),s(()=>{a.unobserve(i)})},e).observe(i)})}function Ef(i,t){let e;function s(){const{width:n,height:r}=t?.root?.getBoundingClientRect()||Ka(),{top:a,left:o,right:h,bottom:c}=i.getBoundingClientRect();(a>=0&&a<=r||c>=0&&c<=r)&&(o>=0&&o<=n||h>=0&&h<=n)?(e!==!0&&t?.onShow?.(),e=!0):(e!==!1&&t?.onHide?.(),e=!1)}return s(),mo(s)}async function Af(i,t){let e;const s=typeof t.threshold=="number"?t.threshold:.5;return go(i,n=>{let r=n[0];if(n.length>1){const o=n.find(h=>h.isIntersecting);o&&(r=o)}const a=r.isIntersecting&&r.intersectionRatio>=s;e!==a&&(a?t?.onShow?.():t?.onHide?.()),e=a},{threshold:s,root:t.root})}function kf(i){return i(!document.hidden),B(window,"visibilitychange",()=>{i(!document.hidden)})}function If(i,t,e,s,n){const r=t/e;let a=0,o=0;switch(i){case"aspectFit":r>=1?(a=s,o=a/r,o>n&&(o=n,a=o*r)):(o=n,a=o*r,a>s&&(a=s,o=a/r));break;case"aspectFill":r>=1?(o=n,a=o*r):(a=s,o=a/r);break;case"widthFix":a=s,o=a/r;break;case"heightFix":o=n,a=o*r;break;case"scaleToFill":default:a=s,o=n;break}return{width:a,height:o}}function po(i){try{const t=document.createElement("canvas"),e=t.getContext("2d");return t.width=i.width,t.height=i.height,e.drawImage(i,0,0,t.width,t.height),e.getImageData(0,0,t.width,t.height)}catch{return new ImageData(i.width,i.height)}}const Df=i=>{const t=i.width,e=i.height,s=t*e*3,n=s+54,r=[66,77,n&255,n>>8&255,n>>16&255,n>>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=i.data;let c="";const l=t<<2;let u=e;const f=String.fromCharCode;do{const g=l*(u-1);let C="";for(let v=0;v<t;v++){const b=v<<2;C+=f(h[g+b+2])+f(h[g+b+1])+f(h[g+b])}for(let v=0;v<o;v++)C+=String.fromCharCode(0);c+=C}while(--u);function m(g){if(!window.btoa)throw"btoa undefined";let C="";if(typeof g=="string")C=g;else for(let v=0;v<g.length;v++)C+=String.fromCharCode(g[v]);return btoa(C)}return m(r.concat(a))+m(c)},Rf=i=>{const{width:t,height:e}=i,s=document.createElement("canvas"),n=s.getContext("2d");return s.width=t,s.height=e,n.putImageData(i,0,0,0,0,t,e),s.toDataURL("image/png")},Lf=(i,t,e)=>{const{width:s,height:n}=i,r=document.createElement("canvas"),a=r.getContext("2d");r.width=s,r.height=n,a.putImageData(i,0,0,0,0,s,n);const o=`image/${t?t.toLowerCase():"png"}`;r.toBlob(h=>{e?.(null,h)},o,1)};function zf(i,t){return createImageBitmap(i,t)}function Of(i){const t=[],e=[],s=[];let n=0;for(let h=0,c=i.data.length;h<c;h+=4)t[n]=i.data[h],e[n]=i.data[h+1],s[n]=i.data[h+2],n+=1;const r=Dn(t),a=Dn(e),o=Dn(s);return"rgb("+r+","+a+","+o+")"}function Dn(i){const t={},e=[],s=[];for(let o=0;o<i.length;o++)t[i[o]]?e.push(i[o]):t[i[o]]=1;let n=0;for(let o=0;o<e.length;o++){n=0;for(let h=0;h<e.length;h++)e[o]===e[h]&&(n+=1),s[o]=n}const r=Math.max.apply(null,s);let a=0;for(;a<s.length;a++)if(s[a]===r)return;return e[a]}const Ff=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;n[h]=t[(a*e+e-o-1)*4],n[h+1]=t[(a*e+e-o-1)*4+1],n[h+2]=t[(a*e+e-o-1)*4+2],n[h+3]=t[(a*e+e-o-1)*4+3]}return new ImageData(n,e,s)},Bf=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;n[h]=t[((s-a-1)*e+o)*4],n[h+1]=t[((s-a-1)*e+o)*4+1],n[h+2]=t[((s-a-1)*e+o)*4+2],n[h+3]=t[((s-a-1)*e+o)*4+3]}return new ImageData(n,e,s)},Nf=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<e;a++)for(let o=0;o<s;o++){const h=(a*s+o)*4;n[h]=t[(o*e+e-a-1)*4],n[h+1]=t[(o*e+e-a-1)*4+1],n[h+2]=t[(o*e+e-a-1)*4+2],n[h+3]=t[(o*e+e-a-1)*4+3]}return new ImageData(n,s,e)},Yf=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<e;a++)for(let o=0;o<s;o++){const h=(a*s+o)*4;n[h]=t[((s-o-1)*e+a)*4],n[h+1]=t[((s-o-1)*e+a)*4+1],n[h+2]=t[((s-o-1)*e+a)*4+2],n[h+3]=t[((s-o-1)*e+a)*4+3]}return new ImageData(n,s,e)},Uf=i=>{const{data:t,width:e,height:s}=i,n=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;n[h]=c,n[h+1]=c,n[h+2]=c,n[h+3]=t[h+3]}return new ImageData(n,e,s)},Xf=i=>{const{data:t,width:e,height:s}=i,n=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];n[h]=c,n[h+1]=c,n[h+2]=c,n[h+3]=t[h+3]}return new ImageData(n,e,s)},Vf=i=>{const{data:t,width:e,height:s}=i,n=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;n[h]=l,n[h+1]=l,n[h+2]=l,n[h+3]=t[h+3]}return new ImageData(n,e,s)},Gf=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;n[h]=255-t[h],n[h+1]=255-t[h+1],n[h+2]=255-t[h+2],n[h+3]=t[h+3]}return new ImageData(n,e,s)},qf=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;n[h]=t[h],n[h+1]=0,n[h+2]=0,n[h+3]=t[h+3]}return new ImageData(n,e,s)},jf=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;n[h]=0,n[h+1]=t[h+1],n[h+2]=0,n[h+3]=t[h+3]}return new ImageData(n,e,s)},Hf=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;n[h]=0,n[h+1]=0,n[h+2]=t[h+2],n[h+3]=t[h+3]}return new ImageData(n,e,s)},Wf=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;n[h]=t[h],n[h+1]=t[h+1],n[h+2]=0,n[h+3]=t[h+3]}return new ImageData(n,e,s)},$f=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;n[h]=t[h],n[h+1]=0,n[h+2]=t[h+1],n[h+3]=t[h+3]}return new ImageData(n,e,s)},Jf=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;n[h]=0,n[h+1]=t[h+1],n[h+2]=t[h+1],n[h+3]=t[h+3]}return new ImageData(n,e,s)},Zf=i=>{const{data:t,width:e,height:s}=i,n=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;n[h]=t[h],n[h+1]=c,n[h+2]=c,n[h+3]=t[h+3]}return new ImageData(n,e,s)},Kf=i=>{const{data:t,width:e,height:s}=i,n=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;n[h]=c,n[h+1]=t[h+1],n[h+2]=c,n[h+3]=t[h+3]}return new ImageData(n,e,s)},Qf=i=>{const{data:t,width:e,height:s}=i,n=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;n[h]=c,n[h+1]=c,n[h+2]=t[h+2],n[h+3]=t[h+3]}return new ImageData(n,e,s)},td=i=>yo(i,[-1,-1,-1,-1,9,-1,-1,-1,-1]),ed=i=>yo(i,[-1,-1,-1,-1,8,-1,-1,-1,-1]),sd=i=>{const{data:t,width:e,height:s}=i,n=new Uint8ClampedArray(t.length);for(let a=0;a<s;a++)for(let o=0;o<e;o++){const h=(a*e+o)*4;n[h]=t[h],n[h+1]=t[h+1],n[h+2]=t[h+2],n[h+3]=255}return new ImageData(n,e,s)},id=i=>{const{data:t,width:e,height:s}=i,n=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)n[h]=255,n[h+1]=255,n[h+2]=255,n[h+3]=255;else{const c=wo([t[h],t[h+1],t[h+2],t[h+3]],[255,255,255,255]);n[h]=c[0],n[h+1]=c[1],n[h+2]=c[2],n[h+3]=c[3]}}return new ImageData(n,e,s)},nd=(i,t,e,s,n,r=!1,a)=>{const{data:o,width:h,height:c}=i;let l=n,u=s,f=t,m=e;if(l<0?l=0:l>h&&(l=h),u<0?u=0:u>c&&(u=c),f<1?f=1:f>h&&(f=h),m<1?m=1:m>c&&(m=c),l+f>h&&(f=h-l),u+m>c&&(m=c-u),r){const g=new Uint8ClampedArray(o.length);for(let v=0;v<c;v++)for(let b=0;b<h;b++){const S=(v*h+b)*4;b>=l&&b<=l+f&&v>=u&&v<=u+m?(g[S]=o[S],g[S+1]=o[S+1],g[S+2]=o[S+2],g[S+3]=o[S+3]):(g[S]=255,g[S+1]=255,g[S+2]=255,g[S+3]=a&&["JPG","JPEG"].includes(a.toUpperCase())?255:0)}return new ImageData(g,h,c)}else{const g=new Uint8ClampedArray(f*m*4);for(let v=u;v<=u+m;v++)for(let b=l;b<=l+f;b++){const S=((v-u)*f+b-l)*4,y=(v*h+b)*4;g[S]=o[y],g[S+1]=o[y+1],g[S+2]=o[y+2],g[S+3]=o[y+3]}return new ImageData(g,f,m)}},rd=(i,t,e,s)=>{const{data:n,width:r,height:a}=i;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(n.length);for(let l=0;l<a;l++)for(let u=0;u<r;u++){const f=(l*r+u)*4;let m=-1;u<o?l<o?m=Math.sqrt(Math.pow(o-u-1,2)+Math.pow(o-l-1,2)):l>a-o-1&&(m=Math.sqrt(Math.pow(o-u-1,2)+Math.pow(l-(a-o),2))):u>r-o-1&&(l<o?m=Math.sqrt(Math.pow(u-(r-o),2)+Math.pow(o-l-1,2)):l>a-o-1&&(m=Math.sqrt(Math.pow(u-(r-o),2)+Math.pow(l-(a-o),2)))),Math.round(m)>o?(h[f]=255,h[f+1]=255,h[f+2]=255,h[f+3]=s||e.toUpperCase()==="PNG"?0:255):(h[f]=n[f],h[f+1]=n[f+1],h[f+2]=n[f+2],h[f+3]=s||e.toUpperCase()==="PNG"?n[f+3]:255)}return new ImageData(h,r,a)},ad=(i,t,e,s,n,r=1e4)=>{const a=new Image;a.src=i;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,n),h.getImageData(0,0,s,n)},od=(i,t)=>{const{data:e,width:s,height:n}=i,r=new Uint8ClampedArray(e.length);for(let o=0;o<n;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,n)},hd=(i,t,e=!1)=>{const{data:s,width:n,height:r}=i,a=new Uint8ClampedArray(s.length);for(let h=0;h<r;h++)for(let c=0;c<n;c++){const l=(h*n+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 u=s[l+3];e?u=Math.max(Math.min(Math.floor(255*t),255),0):u=Math.max(Math.min(Math.floor(u+255*t),255),0),a[l+3]=u}return new ImageData(a,n,r)},cd=(i,t,e,s)=>{const{data:n,width:r,height:a}=i,{data:o,width:h,height:c}=t;let l=e,u=s;e+c>a&&(l=a-c),s+h>r&&(u=r-h);const f=new Uint8ClampedArray(n.length);for(let g=0;g<a;g++)for(let C=0;C<r;C++){const v=(g*r+C)*4;if(C<u||C>u+h||g<=l||g>=l+c)f[v]=n[v],f[v+1]=n[v+1],f[v+2]=n[v+2],f[v+3]=n[v+3];else{const b=(g*r+C-((l+1)*r+(g-(l+1))*(r-h))+h-u-1)*4,S=[o[b],o[b+1],o[b+2],o[b+3]],y=[n[v],n[v+1],n[v+2],n[v+3]],w=wo(S,y);f[v]=w[0],f[v+1]=w[1],f[v+2]=w[2],f[v+3]=w[3]}}return new ImageData(f,r,a)},ld=(i,t,e,s,n,r=10)=>{const{data:a,width:o,height:h}=i;let c=n,l=s,u=t,f=e;c<0?c=0:c>o&&(c=o),l<0?l=0:l>h&&(l=h),u<1?u=1:u>o&&(u=o),f<1?f=1:f>h&&(f=h),c+u>o&&(u=o-c),l+f>h&&(f=h-l);const m=new Uint8ClampedArray(a.length);for(let C=0;C<h;C++)for(let v=0;v<o;v++){const b=(C*o+v)*4;if(v>=c&&v<=c+u&&C>=l&&C<=l+f){const S=Math.floor((v-c)/r),y=Math.floor((C-l)/r);let w=Math.floor(r*(S+1)-r/2+c),P=Math.floor(r*(y+1)-r/2+l);w>o-1&&(w=o-1),P>h-1&&(P=h-1);const _=(P*o+w)*4;m[b]=a[_],m[b+1]=a[_+1],m[b+2]=a[_+2],m[b+3]=a[_+3]}else m[b]=a[b],m[b+1]=a[b+1],m[b+2]=a[b+2],m[b+3]=a[b+3]}return new ImageData(m,o,h)},ud=(i,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:n,height:r}=i,{data:a}=t,o=new Uint8ClampedArray(s.length),{backgroundColor:h,changeIntoColor:c}=e;for(let u=0;u<r;u++)for(let f=0;f<n;f++){const m=(u*n+f)*4,g=a[m],C=a[m+1],v=a[m+2],b=a[m+3];g===h.r&&C===h.g&&v===h.b&&b===h.a&&c.a!==0?(o[m]=c.r,o[m+1]=c.g,o[m+2]=c.b,o[m+3]=c.a):(o[m]=s[m],o[m+1]=s[m+1],o[m+2]=s[m+2],o[m+3]=s[m+3])}return new ImageData(o,n,r)}return i},yo=(i,t)=>{const{data:e,width:s,height:n}=i,r=new Uint8ClampedArray(e.length);for(let o=0;o<n;o++)for(let h=0;h<s;h++){const c=(o*s+h)*4;for(let l=0;l<3;l++){const u=c+l;h===0||h===s-1||o===0||o===n-1?r[u]=e[u]:r[u]=t[0]*e[u-s*4-4]+t[1]*e[u-s*4]+t[2]*e[u-s*4+4]+t[3]*e[u-4]+t[4]*e[u]+t[5]*e[u+4]+t[6]*e[u+s*4-4]+t[7]*e[u+s*4]+t[8]*e[u+s*4+4]}r[c+3]=e[c+3]}return new ImageData(r,s,n)},wo=(i,t)=>{if(i&&i.length===4&&t&&t.length===4){const e=i[3],s=t[3];if(e===255||s===0)return i;if(e===0)return t;{const n=e/255,r=s/255,a=Math.max(Math.min(Math.floor(i[0]*n+t[0]*r*(1-n)),255),0),o=Math.max(Math.min(Math.floor(i[1]*n+t[1]*r*(1-n)),255),0),h=Math.max(Math.min(Math.floor(i[2]*n+t[2]*r*(1-n)),255),0),c=Math.max(Math.min(Math.floor((n+r*(1-n))*255),255),0);return[a,o,h,c]}}return[255,255,255,255]},Rn=function(){const i=[];return{writeByte(t){i.push(t&255)},writeShort(t){this.writeByte(t),this.writeByte(t>>>8)},writeBytes(t,e=0,s=t.length){for(let n=0;n<s;n++)this.writeByte(t[n+e])},writeString(t){for(let e=0,s=t.length;e<s;e++)this.writeByte(t.charCodeAt(e))},toByteArray(){return i},toString(){let t="[";for(let e=0,s=i.length;e<s;e++)e>0&&(t+=","),t+=i[e];return t+="]",t}}},xo=function(){let i=0,t=0,e=0,s="";const n=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(n(a&63))};return{writeByte(a){for(i=i<<8|a&255,t+=8,e+=1;t>=6;)r(i>>>t-6),t-=6},flush(){if(t>0&&(r(i<<6-t),i=0,t=0),e%3!=0){const a=3-e%3;for(let o=0;o<a;o++)s+="="}},toString(){return s}}},bo=function(i,t,e){const s=new Array(i*i),n=function(o){const h=o;let c=0,l=0;return{write(u,f){if(u>>>f)throw new Error("length over");for(;c+f>=8;)h.writeByte(255&(u<<c|l)),f-=8-c,u>>>=8-c,l=0,c=0;l=u<<c|l,c=c+f},flush(){c>0&&h.writeByte(l)}}},r=function(o){const h=1<<o,c=(1<<o)+1;let l=o+1;const u=a();for(let v=0;v<h;v++)u.add(String.fromCharCode(v));u.add(String.fromCharCode(h)),u.add(String.fromCharCode(c));const f=Rn(),m=n(f);m.write(h,l);let g=0,C=String.fromCharCode(s[g]);for(g+=1;g<s.length;){const v=String.fromCharCode(s[g]);g+=1,u.contains(C+v)?C=C+v:(m.write(u.indexOf(C),l),u.size()<4095&&(u.size()==1<<l&&(l+=1),u.add(C+v)),C=v)}return m.write(u.indexOf(C),l),m.write(c,l),m.flush(),f.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*i+o]=c},write(o){o.writeString("GIF87a"),o.writeShort(i),o.writeShort(i),o.writeByte(128),o.writeByte(0),o.writeByte(0),o.writeByte(Ue("0x"+t[1]+t[2])),o.writeByte(Ue("0x"+t[3]+t[4])),o.writeByte(Ue("0x"+t[5]+t[6])),o.writeByte(Ue("0x"+e[1]+e[2])),o.writeByte(Ue("0x"+e[3]+e[4])),o.writeByte(Ue("0x"+e[5]+e[6])),o.writeString(","),o.writeShort(0),o.writeShort(0),o.writeShort(i),o.writeShort(i),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(";")}}},So=function(i,t,e,s){const n=bo(i,t,e);for(let c=0;c<i;c++)for(let l=0;l<i;l++)n.setPixel(l,c,s(l,c));const r=Rn();n.write(r);const a=xo(),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},At={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},ps={M:0,L:1,H:2,Q:3},Se={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},nt={glog:function(i){if(i<1)throw new Error("glog("+i+")");return nt.LOG_TABLE[i]},gexp:function(i){for(;i<0;)i+=255;for(;i>=256;)i-=255;return nt.EXP_TABLE[i]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)};for(let i=0;i<8;i++)nt.EXP_TABLE[i]=1<<i;for(let i=8;i<256;i++)nt.EXP_TABLE[i]=nt.EXP_TABLE[i-4]^nt.EXP_TABLE[i-5]^nt.EXP_TABLE[i-6]^nt.EXP_TABLE[i-8];for(let i=0;i<255;i++)nt.LOG_TABLE[nt.EXP_TABLE[i]]=i;const Z={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(i){let t=i<<10;for(;Z.getBCHDigit(t)-Z.getBCHDigit(Z.G15)>=0;)t^=Z.G15<<Z.getBCHDigit(t)-Z.getBCHDigit(Z.G15);return(i<<10|t)^Z.G15_MASK},getBCHTypeNumber:function(i){let t=i<<12;for(;Z.getBCHDigit(t)-Z.getBCHDigit(Z.G18)>=0;)t^=Z.G18<<Z.getBCHDigit(t)-Z.getBCHDigit(Z.G18);return i<<12|t},getBCHDigit:function(i){let t=0;for(;i!=0;)t++,i>>>=1;return t},getPatternPosition:function(i){return Z.PATTERN_POSITION_TABLE[i-1]},getMask:function(i,t,e){switch(i){case Se.PATTERN000:return(t+e)%2==0;case Se.PATTERN001:return t%2==0;case Se.PATTERN010:return e%3==0;case Se.PATTERN011:return(t+e)%3==0;case Se.PATTERN100:return(Math.floor(t/2)+Math.floor(e/3))%2==0;case Se.PATTERN101:return t*e%2+t*e%3==0;case Se.PATTERN110:return(t*e%2+t*e%3)%2==0;case Se.PATTERN111:return(t*e%3+(t+e)%2)%2==0;default:throw new Error("bad maskPattern:"+i)}},getErrorCorrectPolynomial:function(i){let t=new $e([1],0);for(let e=0;e<i;e++)t=t.multiply(new $e([1,nt.gexp(e)],0));return t},getLengthInBits:function(i,t){if(1<=t&&t<10)switch(i){case At.MODE_NUMBER:return 10;case At.MODE_ALPHA_NUM:return 9;case At.MODE_8BIT_BYTE:return 8;case At.MODE_KANJI:return 8;default:throw new Error("mode:"+i)}else if(t<27)switch(i){case At.MODE_NUMBER:return 12;case At.MODE_ALPHA_NUM:return 11;case At.MODE_8BIT_BYTE:return 16;case At.MODE_KANJI:return 10;default:throw new Error("mode:"+i)}else if(t<41)switch(i){case At.MODE_NUMBER:return 14;case At.MODE_ALPHA_NUM:return 13;case At.MODE_8BIT_BYTE:return 16;case At.MODE_KANJI:return 12;default:throw new Error("mode:"+i)}else throw new Error("type:"+t)},getLostPoint:function(i){const t=i.getModuleCount();let e=0;for(let r=0;r<t;r++)for(let a=0;a<t;a++){let o=0;const h=i.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==i.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;i.isDark(r,a)&&o++,i.isDark(r+1,a)&&o++,i.isDark(r,a+1)&&o++,i.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++)i.isDark(r,a)&&!i.isDark(r,a+1)&&i.isDark(r,a+2)&&i.isDark(r,a+3)&&i.isDark(r,a+4)&&!i.isDark(r,a+5)&&i.isDark(r,a+6)&&(e+=40);for(let r=0;r<t;r++)for(let a=0;a<t-6;a++)i.isDark(a,r)&&!i.isDark(a+1,r)&&i.isDark(a+2,r)&&i.isDark(a+3,r)&&i.isDark(a+4,r)&&!i.isDark(a+5,r)&&i.isDark(a+6,r)&&(e+=40);let s=0;for(let r=0;r<t;r++)for(let a=0;a<t;a++)i.isDark(a,r)&&s++;const n=Math.abs(100*s/t/t-50)/5;return e+=n*10,e}};class $e{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 n=0;n<t.length-s;n++)this.num[n]=t[n+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 n=0;n<t.getLength();n++)e[s+n]^=nt.gexp(nt.glog(this.get(s))+nt.glog(t.get(n)));return new $e(e,0)}mod(t){if(this.getLength()-t.getLength()<0)return this;const e=nt.glog(this.get(0))-nt.glog(t.get(0)),s=new Array(this.getLength());for(let n=0;n<this.getLength();n++)s[n]=this.get(n);for(let n=0;n<t.getLength();n++)s[n]^=nt.gexp(nt.glog(t.get(n))+e);return new $e(s,0).mod(t)}}class ie{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=ie.getRsBlockTable(t,e);if(s==null)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+e);const n=s.length/3,r=[];for(let a=0;a<n;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 ie(h,c))}return r}static getRsBlockTable(t,e){switch(e){case ps.L:return ie.RS_BLOCK_TABLE[(t-1)*4+0];case ps.M:return ie.RS_BLOCK_TABLE[(t-1)*4+1];case ps.Q:return ie.RS_BLOCK_TABLE[(t-1)*4+2];case ps.H:return ie.RS_BLOCK_TABLE[(t-1)*4+3];default:return}}}class Co{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 fd{mode;data;constructor(t){this.mode=At.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 Ce{static PAD0=236;static PAD1=17;typeNumber;errorCorrectLevel;modules;moduleCount;dataCache;dataList;constructor(t,e){this.typeNumber=t,this.errorCorrectLevel=ps[e],this.modules=[],this.moduleCount=0,this.dataCache=null,this.dataList=[]}addData(t){const e=new fd(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=ie.getRSBlocks(t,this.errorCorrectLevel),s=new Co;let n=0;for(let r=0;r<e.length;r++)n+=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(),Z.getLengthInBits(a.mode,t)),a.write(s)}if(s.getLengthInBits()<=n*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 n=0;n<this.moduleCount;n++)this.modules[s][n]=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 s=-1;s<=7;s++)if(!(t+s<=-1||this.moduleCount<=t+s))for(let n=-1;n<=7;n++)e+n<=-1||this.moduleCount<=e+n||(0<=s&&s<=6&&(n==0||n==6)||0<=n&&n<=6&&(s==0||s==6)||2<=s&&s<=4&&2<=n&&n<=4?this.modules[t+s][e+n]=!0:this.modules[t+s][e+n]=!1)}getBestMaskPattern(){let t=0,e=0;for(let s=0;s<8;s++){this.makeImpl(!0,s);const n=Z.getLostPoint(this);(s==0||t>n)&&(t=n,e=s)}return e}createMovieClip(t,e,s){const n=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]&&(n.beginFill(0,100),n.moveTo(c,o),n.lineTo(c+r,o),n.lineTo(c+r,o+r),n.lineTo(c,o+r),n.endFill())}}return n}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=Z.getPatternPosition(this.typeNumber);for(let e=0;e<t.length;e++)for(let s=0;s<t.length;s++){const n=t[e],r=t[s];if(this.modules[n][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[n+a][r+o]=!0:this.modules[n+a][r+o]=!1}}setupTypeNumber(t){const e=Z.getBCHTypeNumber(this.typeNumber);for(let s=0;s<18;s++){const n=!t&&(e>>s&1)==1;this.modules[Math.floor(s/3)][s%3+this.moduleCount-8-3]=n}for(let s=0;s<18;s++){const n=!t&&(e>>s&1)==1;this.modules[s%3+this.moduleCount-8-3][Math.floor(s/3)]=n}}setupTypeInfo(t,e){const s=this.errorCorrectLevel<<3|e,n=Z.getBCHTypeInfo(s);for(let r=0;r<15;r++){const a=!t&&(n>>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&&(n>>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,n=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[n][o-h]==null){let c=!1;a<t.length&&(c=(t[a]>>>r&1)==1),Z.getMask(e,n,o-h)&&(c=!c),this.modules[n][o-h]=c,r--,r==-1&&(a++,r=7)}if(n+=s,n<0||this.moduleCount<=n){n-=s,s=-s;break}}}static createData(t,e,s){const n=ie.getRSBlocks(t,e),r=new Co;for(let o=0;o<s.length;o++){const h=s[o];r.put(h.mode,4),r.put(h.getLength(),Z.getLengthInBits(h.mode,t)),h.write(r)}let a=0;for(let o=0;o<n.length;o++)a+=n[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(Ce.PAD0,8),r.getLengthInBits()>=a*8));)r.put(Ce.PAD1,8);return Ce.createBytes(r,n)}static createBytes(t,e){let s=0,n=0,r=0;const a=new Array(e.length),o=new Array(e.length);for(let u=0;u<e.length;u++){const f=e[u].dataCount,m=e[u].totalCount-f;n=Math.max(n,f),r=Math.max(r,m),a[u]=new Array(f);for(let b=0;b<a[u].length;b++)a[u][b]=255&t.buffer[b+s];s+=f;const g=Z.getErrorCorrectPolynomial(m),v=new $e(a[u],g.getLength()-1).mod(g);o[u]=new Array(g.getLength()-1);for(let b=0;b<o[u].length;b++){const S=b+v.getLength()-o[u].length;o[u][b]=S>=0?v.get(S):0}}let h=0;for(let u=0;u<e.length;u++)h+=e[u].totalCount;const c=new Array(h);let l=0;for(let u=0;u<n;u++)for(let f=0;f<e.length;f++)u<a[f].length&&(c[l++]=a[f][u]);for(let u=0;u<r;u++)for(let f=0;f<e.length;f++)u<o[f].length&&(c[l++]=o[f][u]);return c}}const vo=Math.ceil,ys=Math.floor,To=Math.round;function dd(i,t){const e=yr(i),s=t?.ecc||"H",n=t?.size||256,r=-1,a=t?.padding||0,o=t?.color||"#000000",h=t?.background||"#ffffff",c=new Ce(r,s);c.addData(e),c.make();const l=c.getModuleCount(),u=(n-a*2)/l,f=a,m=n-a;return So(n,o,h,function(g,C){if(f<=g&&g<m&&f<=C&&C<m){const v=ys((g-f)/u),b=ys((C-f)/u);return c.isDark(b,v)?0:1}else return 1})}function md(i,t){const e=t.x||0,s=t.y||0,n=yr(i),r=t.ctx,a=t.ecc||"H",o=typeof t.size=="number"?ys(t.size):256,h=t.padding||0,c=-1,l=t.color||"#000000",u=t.background||"#ffffff",f=new Ce(c,a);f.addData(n),f.make();const m=f.getModuleCount(),g=(o-h*2)/m;r.fillStyle=u,r.fillRect(e,s,o,o);for(let C=0;C<m;C++)for(let v=0;v<m;v++){const b=vo((v+1)*g)-ys(v*g),S=vo((C+1)*g)-ys(C*g);r.fillStyle=f.isDark(C,v)?l:u,r.fillRect(e+To(v*g)+h,s+To(C*g)+h,b,S)}}const ui=new fs,st=new Mt;function ne(i,t){switch(t.constructor){case Float32Array:return i;case Uint32Array:return i/4294967295;case Uint16Array:return i/65535;case Uint8Array:return i/255;case Int32Array:return Math.max(i/2147483647,-1);case Int16Array:return Math.max(i/32767,-1);case Int8Array:return Math.max(i/127,-1);default:throw new Error("Invalid component type.")}}function H(i,t){switch(t.constructor){case Float32Array:return i;case Uint32Array:return Math.round(i*4294967295);case Uint16Array:return Math.round(i*65535);case Uint8Array:return Math.round(i*255);case Int32Array:return Math.round(i*2147483647);case Int16Array:return Math.round(i*32767);case Int8Array:return Math.round(i*127);default:throw new Error("Invalid component type.")}}class $t{array;itemSize;count;normalized;updateRanges;version;constructor(t,e,s=!1){if(Array.isArray(t))throw new TypeError("BufferAttribute: array should be a Typed Array.");this.array=t,this.itemSize=e,this.count=t.length/e,this.normalized=s,this.updateRanges=[],this.version=0}_onChangeCallback(){}set needsUpdate(t){t===!0&&this.version++}addUpdateRange(t,e){this.updateRanges.push({start:t,count:e})}clearUpdateRanges(){this.updateRanges.length=0}copy(t){return this.array=Ph(t.array),this.itemSize=t.itemSize,this.count=t.count,this.normalized=t.normalized,this}copyAt(t,e,s){t*=this.itemSize,s*=e.itemSize;for(let n=0,r=this.itemSize;n<r;n++)this.array[t+n]=e.array[s+n];return this}copyArray(t){return this.array.set(t),this}applyMatrix3(t){if(this.itemSize===2)for(let e=0,s=this.count;e<s;e++)ui.fromBufferAttribute(this,e),ui.applyMatrix3(t),this.setXY(e,ui.x,ui.y);else if(this.itemSize===3)for(let e=0,s=this.count;e<s;e++)st.fromBufferAttribute(this,e),st.applyMatrix3(t),this.setXYZ(e,st.x,st.y,st.z);return this}applyMatrix4(t){for(let e=0,s=this.count;e<s;e++)st.fromBufferAttribute(this,e),st.applyMatrix4(t),this.setXYZ(e,st.x,st.y,st.z);return this}applyNormalMatrix(t){for(let e=0,s=this.count;e<s;e++)st.fromBufferAttribute(this,e),st.applyNormalMatrix(t),this.setXYZ(e,st.x,st.y,st.z);return this}transformDirection(t){for(let e=0,s=this.count;e<s;e++)st.fromBufferAttribute(this,e),st.transformDirection(t),this.setXYZ(e,st.x,st.y,st.z);return this}set(t,e=0){return this.array.set(t,e),this}getComponent(t,e){let s=this.array[t*this.itemSize+e];return this.normalized&&(s=ne(s,this.array)),s}setComponent(t,e,s){return this.normalized&&(s=H(s,this.array)),this.array[t*this.itemSize+e]=s,this}getX(t){let e=this.array[t*this.itemSize];return this.normalized&&(e=ne(e,this.array)),e}setX(t,e){return this.normalized&&(e=H(e,this.array)),this.array[t*this.itemSize]=e,this}getY(t){let e=this.array[t*this.itemSize+1];return this.normalized&&(e=ne(e,this.array)),e}setY(t,e){return this.normalized&&(e=H(e,this.array)),this.array[t*this.itemSize+1]=e,this}getZ(t){let e=this.array[t*this.itemSize+2];return this.normalized&&(e=ne(e,this.array)),e}setZ(t,e){return this.normalized&&(e=H(e,this.array)),this.array[t*this.itemSize+2]=e,this}getW(t){let e=this.array[t*this.itemSize+3];return this.normalized&&(e=ne(e,this.array)),e}setW(t,e){return this.normalized&&(e=H(e,this.array)),this.array[t*this.itemSize+3]=e,this}setXY(t,e,s){return t*=this.itemSize,this.normalized&&(e=H(e,this.array),s=H(s,this.array)),this.array[t+0]=e,this.array[t+1]=s,this}setXYZ(t,e,s,n){return t*=this.itemSize,this.normalized&&(e=H(e,this.array),s=H(s,this.array),n=H(n,this.array)),this.array[t+0]=e,this.array[t+1]=s,this.array[t+2]=n,this}setXYZW(t,e,s,n,r){return t*=this.itemSize,this.normalized&&(e=H(e,this.array),s=H(s,this.array),n=H(n,this.array),r=H(r,this.array)),this.array[t+0]=e,this.array[t+1]=s,this.array[t+2]=n,this.array[t+3]=r,this}onChange(t){return this._onChangeCallback=t,this}clone(){return xr(this,this.array,this.itemSize,this.normalized).copy(this)}toJSON(){return{itemSize:this.itemSize,type:this.array.constructor.name,array:Array.from(this.array),normalized:this.normalized}}}class gd extends $t{constructor(t,e,s=!1){super(new Int8Array(t),e,s)}}class pd extends $t{constructor(t,e,s=!1){super(new Uint8Array(t),e,s)}}class yd extends $t{constructor(t,e,s=!1){super(new Uint8ClampedArray(t),e,s)}}class wd extends $t{constructor(t,e,s=!1){super(new Int16Array(t),e,s)}}class xd extends $t{constructor(t,e,s=!1){super(new Uint16Array(t),e,s)}}class bd extends $t{constructor(t,e,s=!1){super(new Int32Array(t),e,s)}}class Sd extends $t{constructor(t,e,s=!1){super(new Uint32Array(t),e,s)}}class Cd extends $t{isFloat16BufferAttribute=!0;constructor(t,e,s=!1){super(new Uint16Array(t),e,s)}getX(t){let e=Ms(this.array[t*this.itemSize]);return this.normalized&&(e=ne(e,this.array)),e}setX(t,e){return this.normalized&&(e=H(e,this.array)),this.array[t*this.itemSize]=vt(e),this}getY(t){let e=Ms(this.array[t*this.itemSize+1]);return this.normalized&&(e=ne(e,this.array)),e}setY(t,e){return this.normalized&&(e=H(e,this.array)),this.array[t*this.itemSize+1]=vt(e),this}getZ(t){let e=Ms(this.array[t*this.itemSize+2]);return this.normalized&&(e=ne(e,this.array)),e}setZ(t,e){return this.normalized&&(e=H(e,this.array)),this.array[t*this.itemSize+2]=vt(e),this}getW(t){let e=Ms(this.array[t*this.itemSize+3]);return this.normalized&&(e=ne(e,this.array)),e}setW(t,e){return this.normalized&&(e=H(e,this.array)),this.array[t*this.itemSize+3]=vt(e),this}setXY(t,e,s){return t*=this.itemSize,this.normalized&&(e=H(e,this.array),s=H(s,this.array)),this.array[t+0]=vt(e),this.array[t+1]=vt(s),this}setXYZ(t,e,s,n){return t*=this.itemSize,this.normalized&&(e=H(e,this.array),s=H(s,this.array),n=H(n,this.array)),this.array[t+0]=vt(e),this.array[t+1]=vt(s),this.array[t+2]=vt(n),this}setXYZW(t,e,s,n,r){return t*=this.itemSize,this.normalized&&(e=H(e,this.array),s=H(s,this.array),n=H(n,this.array),r=H(r,this.array)),this.array[t+0]=vt(e),this.array[t+1]=vt(s),this.array[t+2]=vt(n),this.array[t+3]=vt(r),this}}class vd extends $t{constructor(t,e,s=!1){super(new Float32Array(t),e,s)}}class ut 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,n)=>{this.enableDrag&&(this.x+=s,this.y+=n,this.emit("draging",s,n,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 n=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:n,y:r,width:a-n,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 n=s;n<e;n++){const a=t.shapes[n].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[n].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 n=new Js({frameDuration:t}),r={},a={};this.shapes.forEach((o,h)=>{const c=jt(o.getTotalLength(),0);r[`offset_${h}`]=c,a[`offset_${h}`]=0,o.setAttr({strokeDasharray:`${c} ${c}`,strokeDashoffset:`${c}`})}),n.addTween(r,a,Object.assign(e||{},{onStart:()=>{e?.onGroupStart?.()},onUpdate:(o,h)=>{for(let c in o){const l=Ii(c).number;this.shapes[l].setAttr("strokeDashoffset",""+jt(o[c],2))}e?.onGroupUpdate?.()},onComplete:()=>{e?.onGroupComplete?.()}})),n.play();break}}}const Td={1:705234,2:8108026,3:6346665,4:16630114,5:16607842,6:16158139,7:2542847,8:10640125,9:16735870,10:8978266,11:16580418,12:16754221,13:16725759,14:14436630,15:6844849,16:13744437,17:1817755,18:16744272,19:4964291,20:16750848,aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};class Q{static NAMES=Td;_color={r:0,g:0,b:0,a:1};constructor(t,e){t&&this.setColor(t),this.setAlpha(e)}get color(){return this._color}set color(t){const e="Color: Unknown color "+t;if(typeof t=="number")this.setHEX(t);else if(typeof t=="string"){let s;if(s=/^(\w+)\(([^)]*)\)/.exec(t)){const n=s[2];let r;switch(s[1]){case"rgb":case"rgba":(r=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(n))?(this.r=parseInt(r[1],10),this.g=parseInt(r[2],10),this.b=parseInt(r[3],10),r[4]&&(this.a=parseFloat(r[4]))):(r=/^\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(n))?(this.r=F(parseFloat(r[1]),0,100)*255/100,this.g=F(parseFloat(r[2]),0,100)*255/100,this.b=F(parseFloat(r[3]),0,100)*255/100,r[4]&&(this.a=parseFloat(r[4]))):console.warn(e);break;case"hsl":case"hsla":(r=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(n))?(this.setHSL(parseFloat(r[1])/360,parseFloat(r[2])/100,parseFloat(r[3])/100),r[4]&&(this.a=parseFloat(r[4]))):console.warn(e);break;default:console.warn(e)}}else if(s=/^#([A-Fa-f\d]+)$/.exec(t)){const n=s[1],r=n.length;r===3?this.setRGB(parseInt(n.charAt(0),16),parseInt(n.charAt(1),16),parseInt(n.charAt(2),16)):r===6||r===8?this.setHEX(parseInt(n,16)):console.warn(e)}else if(t&&t.length>0)try{this.setColorName(t)}catch{console.warn(e)}else console.warn(e)}else Object.prototype.hasOwnProperty.call(t,"r")&&Object.prototype.hasOwnProperty.call(t,"g")&&Object.prototype.hasOwnProperty.call(t,"b")?this.setRGB(t.r,t.g,t.b,t.a):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"l")?this.setHSL(t.h,t.s,t.l,t.a):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"v")?this.setHSV(t.h,t.s,t.v,t.a):console.warn(e)}setColor(t){return this.color=t,this}set(t){return this.setColor(t)}get r(){return this._color.r}set r(t){try{this._color.r=F(Math.round(It(t)),0,255)}catch{}}get g(){return this._color.g}set g(t){try{this._color.g=F(Math.round(It(t)),0,255)}catch{}}get b(){return this._color.b}set b(t){try{this._color.b=F(Math.round(It(t)),0,255)}catch{}}get a(){return this._color.a}set a(t){try{this._color.a=F(It(t),0,1)}catch{}}setAlpha(t){return this.a=t,this}setFromVector3(t){return this.r=t.x,this.g=t.y,this.b=t.z,this}applyMatrix3(t){const e=this.r,s=this.g,n=this.b,r=t.value;return this.r=r[0]*e+r[3]*s+r[6]*n,this.g=r[1]*e+r[4]*s+r[7]*n,this.b=r[2]*e+r[5]*s+r[8]*n,this}fromBufferAttribute(t,e){return this.r=t.getX(e),this.g=t.getY(e),this.b=t.getZ(e),this}fromArray(t,e=0){return this.r=t[e],this.g=t[e+1],this.b=t[e+2],this.a=t[e+3],this}toArray(t=[],e=0){return t[e]=this.r,t[e+1]=this.g,t[e+2]=this.b,t[e+3]=this.a,t}toRGBString(){return this.a===1?`rgb(${this.r},${this.g},${this.b})`:`rgba(${this.r},${this.g},${this.b},${jt(this.a,6)})`}toHexString(){return this.a===1?("000000"+this.hex.toString(16)).slice(-6):("00000000"+this.hex.toString(16)).slice(-8)}toString(){return this.a===1?"#"+this.toHexString():this.toRGBString()}toColorSpaceString(t=ze){On.fromWorkingColorSpace(Ut.copy(this),t);const e=Ut.r,s=Ut.g,n=Ut.b;return t!==ze?`color(${t} ${e.toFixed(3)} ${s.toFixed(3)} ${n.toFixed(3)})`:this.toRGBString()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b,yield this.a}clone(){return new Q(this.color)}copy(t){return this.setColor(t.color),this}copySRGBToLinear(t){return this.r=Re(t.r),this.g=Re(t.g),this.b=Re(t.b),this}copyLinearToSRGB(t){return this.r=Le(t.r),this.g=Le(t.g),this.b=Le(t.b),this}convertSRGBToLinear(){return this.copySRGBToLinear(this),this}convertLinearToSRGB(){return this.copyLinearToSRGB(this),this}equals(t){return t.r===this.r&&t.g===this.g&&t.b===this.b&&t.a===this.a}add(t){return this.r=this.r+t.r,this.g=this.g+t.g,this.b=this.b+t.b,this}addColors(t,e){return this.r=t.r+e.r,this.g=t.g+e.g,this.b=t.b+e.b,this}addScalar(t){return this.r=this.r+t,this.g=this.g+t,this.b=this.b+t,this}setScalar(t){return this.r=t,this.g=t,this.b=t,this}sub(t){return this.r=this.r-t.r,this.g=this.g-t.g,this.b=this.b-t.b,this}multiply(t){return this.r=this.r*t.r,this.g=this.g*t.g,this.b=this.b*t.b,this}multiplyScalar(t){return this.r=this.r*t,this.g=this.g*t,this.b=this.b*t,this}opposite(t=!1,e="#000000",s="#ffffff"){if(t)return this.setColor(this.r*.299+this.g*.587+this.b*.114>186?e:s);{const{r:n,g:r,b:a}=this.color;return this.r=255-n,this.g=255-r,this.b=255-a,this}}lighten(t){t=F(t,0,1);const{r:e,g:s,b:n}=this.color;return this.r+=(255-e)*t,this.g+=(255-s)*t,this.b+=(255-n)*t,this}darken(t){t=F(t,0,1);const{r:e,g:s,b:n}=this.color;return this.r=e*(1-t),this.g=s*(1-t),this.b=n*(1-t),this}lerp(t,e){return e=F(e,0,1),this.r+=(t.r-this.r)*e,this.g+=(t.g-this.g)*e,this.b+=(t.b-this.b)*e,this}lerpColors(t,e,s){return s=F(s,0,1),this.r=t.r+(e.r-t.r)*s,this.g=t.g+(e.g-t.g)*s,this.b=t.b+(e.b-t.b)*s,this}static gradient(t,e,s){try{return Ut.lerpColors(new Q(t),new Q(e),s).toString()}catch{return e}}static random(){return Ut.setHEX(Math.random()*16777215).toString()}static nextIndex=0;static next(t=Q.nextIndex){Q.nextIndex=t;const e=Object.keys(Q.NAMES),s=e.length;return Ut.setHEX(Q.NAMES[e[Q.nextIndex++%s]]).toString()}setColorName(t){const e=Q.NAMES[t.toLowerCase()];return e!==void 0?this.setHEX(e):t==="none"?this.a=0:console.warn("Color.setColorName: Unknown color "+t),this}static getColors(){return Object.values(Q.NAMES).map(t=>Ut.setHEX(t).toString())}setRGB(t,e,s,n){return this.r=t,this.g=e,this.b=s,this.a=n,this}get rgb(){return{r:this.r,g:this.g,b:this.b,a:this.a}}setHEX(t){return t=Math.floor(t),t<16777216?(this.r=t>>16&255,this.g=t>>8&255,this.b=t&255):(this.r=t>>24&255,this.g=t>>16&255,this.b=t>>8&255,this.a=(t&255)/255),this}get hex(){let t=(this.r<<16)+(this.g<<8)+this.b;return this.a!==1&&(t=t<<8,t+=Math.round(this.a*255)),t}setHSL(t,e,s,n){const r=Oh(t,1),a=F(e,0,1),o=F(s,0,1);if(a===0)this.r=o*255,this.g=o*255,this.b=o*255;else{const h=o<=.5?o*(1+a):o+a-o*a,c=2*o-h;this.r=Fn(c,h,r+.3333333333333333)*255,this.g=Fn(c,h,r)*255,this.b=Fn(c,h,r-.3333333333333333)*255}return this.a=n,this}getHSL(t){const e=this.r,s=this.g,n=this.b,r=Math.max(e,s,n)/255,a=Math.min(e,s,n)/255;let o,h;const c=(a+r)/2;if(a===r)o=0,h=0;else{const l=r-a;switch(h=c<=.5?l/(r+a):l/(2-r-a),r){case e:o=(s-n)/l+(s<n?6:0);break;case s:o=(n-e)/l+2;break;case n:default:o=(e-s)/l+4;break}o/=6}return t&&t.setHSL(o,h,c,this.a),{h:o,s:h,l:c,a:this.a}}offsetHSL(t,e,s){const n=this.getHSL();return this.setHSL(n.h+t,n.s+e,n.l+s)}lerpHSL(t,e){const s=this.getHSL(),n=t.getHSL(),r=ki(s.h,n.h,e),a=ki(s.s,n.s,e),o=ki(s.l,n.l,e);return this.setHSL(r,a,o),this}setHSV(t,e,s,n){const r=F(t,0,1)*360,a=F(e,0,1),o=F(s,0,1),h=Math.floor(r/60)%6,c=r/60-Math.floor(r/60),l=o*(1-a),u=o*(1-c*a),f=o*(1-(1-c)*a),m=[[o,f,l],[u,o,l],[l,o,f],[l,u,o],[f,l,o],[o,l,u]][h];return this.r=m[0]*255,this.g=m[1]*255,this.b=m[2]*255,this.a=n,this}getHSV(t){const{r:e,g:s,b:n,a:r}=this.color,a=Math.max(e,s,n),o=Math.min(e,s,n),h=a-o;let c;e===a?c=(s-n)/h:s===a?c=2+(n-e)/h:c=4+(e-s)/h,c/=6,c<0&&(c+=1);const l=h==0?0:c,u=a===0?0:h/a,f=a/255;return t&&t.setHSV(l,u,f,r),{h:l,s:u,v:f,a:r}}}const Ut=new Q;function Re(i){return i<.04045?i*.0773993808:Math.pow(i*.9478672986+.0521327014,2.4)}function Le(i){return i<.0031308?i*12.92:1.055*Math.pow(i,.41666)-.055}const _o="",ze="srgb",Ln="srgb-linear",zn="linear",fi="srgb",Po=new qe().set(.4123908,.3575843,.1804808,.212639,.7151687,.0721923,.0193308,.1191948,.9505322),Mo=new qe().set(3.2409699,-1.5373832,-.4986108,-.9692436,1.8759675,.0415551,.0556301,-.203977,1.0569715),Eo=[.64,.33,.3,.6,.15,.06],Ao=[.2126,.7152,.0722],ko=[.3127,.329],On={enabled:!0,workingColorSpace:Ln,spaces:{},convert:function(i,t,e){return this.enabled===!1||t===e||!t||!e||(this.spaces[t].transfer===fi&&(i.r=Re(i.r),i.g=Re(i.g),i.b=Re(i.b)),this.spaces[t].primaries!==this.spaces[e].primaries&&(i.applyMatrix3(this.spaces[t].toXYZ),i.applyMatrix3(this.spaces[e].fromXYZ)),this.spaces[e].transfer===fi&&(i.r=Le(i.r),i.g=Le(i.g),i.b=Le(i.b))),i},fromWorkingColorSpace:function(i,t){return this.convert(i,this.workingColorSpace,t)},toWorkingColorSpace:function(i,t){return this.convert(i,t,this.workingColorSpace)},getPrimaries:function(i){return this.spaces[i].primaries},getTransfer:function(i){return i===_o?zn:this.spaces[i].transfer},getLuminanceCoefficients:function(i,t=this.workingColorSpace){return i.fromArray(this.spaces[t].luminanceCoefficients)},define:function(i){Object.assign(this.spaces,i)},_getMatrix:function(i,t,e){return i.copy(this.spaces[t].toXYZ).multiply(this.spaces[e].fromXYZ)},_getDrawingBufferColorSpace:function(i){return this.spaces[i].outputColorSpaceConfig.drawingBufferColorSpace},_getUnpackColorSpace:function(i=this.workingColorSpace){return this.spaces[i].workingColorSpaceConfig.unpackColorSpace}};On.define({[Ln]:{primaries:Eo,whitePoint:ko,transfer:zn,toXYZ:Po,fromXYZ:Mo,luminanceCoefficients:Ao,workingColorSpaceConfig:{unpackColorSpace:ze},outputColorSpaceConfig:{drawingBufferColorSpace:ze}},[ze]:{primaries:Eo,whitePoint:ko,transfer:fi,toXYZ:Po,fromXYZ:Mo,luminanceCoefficients:Ao,outputColorSpaceConfig:{drawingBufferColorSpace:ze}}});function Fn(i,t,e){return e<0&&(e+=1),e>1&&(e-=1),e<.16666666666666666?i+(t-i)*6*e:e<.5?t:e<.6666666666666666?i+(t-i)*6*(.6666666666666666-e):i}const Oe={backgroundColor:"#1a1a1a",numberColor:"#2FA1D6",booleanColor:"#806787",stringColor:"#1ed36f",functionColor:"#e61d5f",saveRowColor:"#dad5cb",buttonColor:"",borderColor:"",inputColor:""};Oe.buttonColor=new Q(Oe.saveRowColor).darken(.1).toString(),Oe.borderColor=new Q(Oe.backgroundColor).lighten(.07).toString(),Oe.inputColor=new Q(Oe.backgroundColor).lighten(.085).toString();class Fe 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(n,r,a,o){switch(r){case"x":n.toX=a+e;break;case"y":n.toY=a+s;break;case"toX":e=a-n.x;break;case"toY":s=a-n.y;break}return Reflect.set(n,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 Ua({x:this.x,y:this.y,toX:this.toX,toY:this.toY}),s=new Ua({x:t.x,y:t.y,toX:t.toX,toY:t.toY});return e.intersection(s)}}class _d 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)}}class ws{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"),n=document.createElement("source"),r=new MediaSource;r.addEventListener("sourceopen",()=>t(!0)),n.src=URL.createObjectURL(r),n.media="(min-width:10px)",s.append(n),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(()=>{ws.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 Io extends Xe{source;raw="";mode="text";tagname="";nodename="";textchunk="";entity="";quote="";attrs={};constructor(t){super(),this.source=t}parse(){const t=Ch(this.source);if(t===0){this.emit("finish");return}let e,s,n=mr(this.source,0);for(let r=1;r<t;r++)e=s,s=n,n=mr(this.source,r),this.raw+=s,s&&this.step(s,n,e);n&&this.step(n,void 0,s),this.emit("finish")}step(t,e,s){t==`
|
|
35
|
+
`&&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":Qt("whitespace",t)?(this.textchunk+=Do(this.entity),this.mode="text"):t==";"?(this.textchunk+=Do(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(!Qt("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":Qt("whitespace",t)||(this.mode="close tag name",this.tagname="",this.nodename="",this.act(t,e,s));break;case"close tag name":if(Qt("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(Qt("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":Qt("whitespace",t)||(this.mode="attr",this.nodename="",this.act(t,e,s));break;case"attr":if(Qt("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(!Qt("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(Qt("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 Do(i){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 i.charAt(0)=="#"?i.charAt(1).toLowerCase()=="x"?e=parseInt(i.substring(2),16):e=parseInt(i.substring(1),10):e=t[i],e?String.fromCharCode(e):"&"+i}var Ro=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function Lo(i,t={}){var e=1,s=1;function n(L){var D=L.match(/\n/g);D&&(e+=D.length);var Y=L.lastIndexOf(`
|
|
36
|
+
`);s=~Y?L.length-Y:s+L.length}function r(){var L={line:e,column:s};return function(D){return D.position=new a(L),g(),D}}function a(L){this.start=L,this.end={line:e,column:s},this.source=t.source}a.prototype.content=i;var o=[];function h(L){var D=new Error(t.source+":"+e+":"+s+": "+L);if(D.reason=L,D.filename=t.source,D.line=e,D.column=s,D.source=i,t.silent)o.push(D);else throw D}function c(){var L=f();return{type:"stylesheet",stylesheet:{source:t.source,rules:L,parsingErrors:o}}}function l(){return m(/^{\s*/)}function u(){return m(/^}/)}function f(){var L,D=[];for(g(),C(D);i.length&&i.charAt(0)!="}"&&(L=Lt()||Vt());)L!==!1&&(D.push(L),C(D));return D}function m(L){var D=L.exec(i);if(D){var Y=D[0];return n(Y),i=i.slice(Y.length),D}}function g(){m(/^\s*/)}function C(L){var D;for(L=L||[];D=v();)D!==!1&&L.push(D);return L}function v(){var L=r();if(!(i.charAt(0)!="/"||i.charAt(1)!="*")){for(var D=2;i.charAt(D)!=""&&(i.charAt(D)!="*"||i.charAt(D+1)!="/");)++D;if(D+=2,i.charAt(D-1)==="")return h("End of comment missing");var Y=i.slice(2,D-2);return s+=2,n(Y),i=i.slice(D),s+=2,L({type:"comment",comment:Y})}}function b(){var L=m(/^([^{]+)/);if(L)return re(L[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(D){return D.replace(/,/g,"")}).split(/\s*(?![^(]*\)),\s*/).map(function(D){return D.replace(/\u200C/g,",")})}function S(){var L=r(),D=m(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(D){if(D=re(D[0]),!m(/^:\s*/))return h("property missing ':'");var Y=m(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),q=L({type:"declaration",property:D.replace(Ro,""),value:Y?re(Y[0]).replace(Ro,""):""});return m(/^[;\s]*/),q}}function y(){var L=[];if(!l())return h("missing '{'");C(L);for(var D;D=S();)D!==!1&&(L.push(D),C(L));return u()?L:h("missing '}'")}function w(){for(var L,D=[],Y=r();L=m(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)D.push(L[1]),m(/^,\s*/);if(D.length)return Y({type:"keyframe",values:D,declarations:y()})}function P(){var L=r(),D=m(/^@([-\w]+)?keyframes\s*/);if(D){var Y=D[1];if(D=m(/^([-\w]+)\s*/),!D)return h("@keyframes missing name");var q=D[1];if(!l())return h("@keyframes missing '{'");for(var yt,Gt=C();yt=w();)Gt.push(yt),Gt=Gt.concat(C());return u()?L({type:"keyframes",name:q,vendor:Y,keyframes:Gt}):h("@keyframes missing '}'")}}function _(){var L=r(),D=m(/^@supports *([^{]+)/);if(D){var Y=re(D[1]);if(!l())return h("@supports missing '{'");var q=C().concat(f());return u()?L({type:"supports",supports:Y,rules:q}):h("@supports missing '}'")}}function R(){var L=r(),D=m(/^@host\s*/);if(D){if(!l())return h("@host missing '{'");var Y=C().concat(f());return u()?L({type:"host",rules:Y}):h("@host missing '}'")}}function X(){var L=r(),D=m(/^@media *([^{]+)/);if(D){var Y=re(D[1]);if(!l())return h("@media missing '{'");var q=C().concat(f());return u()?L({type:"media",media:Y,rules:q}):h("@media missing '}'")}}function G(){var L=r(),D=m(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(D)return L({type:"custom-media",name:re(D[1]),media:re(D[2])})}function W(){var L=r(),D=m(/^@page */);if(D){var Y=b()||[];if(!l())return h("@page missing '{'");for(var q=C(),yt;yt=S();)q.push(yt),q=q.concat(C());return u()?L({type:"page",selectors:Y,declarations:q}):h("@page missing '}'")}}function $(){var L=r(),D=m(/^@([-\w]+)?document *([^{]+)/);if(D){var Y=re(D[1]),q=re(D[2]);if(!l())return h("@document missing '{'");var yt=C().concat(f());return u()?L({type:"document",document:q,vendor:Y,rules:yt}):h("@document missing '}'")}}function tt(){var L=r(),D=m(/^@font-face\s*/);if(D){if(!l())return h("@font-face missing '{'");for(var Y=C(),q;q=S();)Y.push(q),Y=Y.concat(C());return u()?L({type:"font-face",declarations:Y}):h("@font-face missing '}'")}}var at=kt("import"),it=kt("charset"),Xt=kt("namespace");function kt(L){var D=new RegExp("^@"+L+"\\s*([^;]+);");return function(){var Y=r(),q=m(D);if(q){var yt={type:L};return yt[L]=q[1].trim(),Y(yt)}}}function Lt(){if(i[0]=="@")return P()||X()||G()||_()||at()||it()||Xt()||$()||W()||R()||tt()}function Vt(){var L=r(),D=b();return D?(C(),L({type:"rule",selectors:D,declarations:y()})):h("selector missing")}return Bn(c())}function re(i){return i?i.replace(/^\s+|\s+$/g,""):""}function Bn(i,t){var e=i&&typeof i.type=="string",s=e?i:t;for(var n in i){var r=i[n];Array.isArray(r)?r.forEach(function(a){Bn(a,s)}):r&&typeof r=="object"&&Bn(r,s)}return e&&Object.defineProperty(i,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),i}class zo extends Io{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=Lo(e);for(const n of s.stylesheet.rules)for(const r of n.declarations)for(const a of n.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 n=this.groups.length;for(;n--;)if(this.groups[n]!=this.currentItem){let r="",a="";for(const o in this.groups[n])o=="transform"?r=this.groups[n].transform:o=="class"&&this.globalStyles["."+this.groups[n][o]]?a=this.globalStyles["."+this.groups[n][o]].join(";")+";"+a:o=="id"&&this.globalStyles["#"+this.groups[n][o]]?a=this.globalStyles["#"+this.groups[n][o]].join(";")+";"+a:typeof this.currentItem[o]>"u"&&(this.currentItem[o]=this.groups[n][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),Yn(this.currentItem.style,this.currentItem,Un)}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=[],n;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":n={},e.style&&Yn(e.style,n),n.offset=n.offset||e.offset,n.color=n["stop-color"]||e["stop-color"],n.opacity=n["stop-opacity"]||e["stop-opacity"],~(n.offset+"").indexOf("%")?n.offset=parseFloat(n.offset):n.offset=parseFloat(n.offset)*100,n.offset=+n.offset.toFixed(2),this.grad.stops.push(n);break;case"linearGradient":this.grad.angle=(360+Nn(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++)n=this.grad.stops[o],o&&o!=h-1?s.push(n.color+":"+n.offset):s.push(n.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++)n=this.grad.stops[o],o&&o!=h-1?s.push(n.color+":"+n.offset):s.push(n.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(Un.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"&&Yn(a,this.currentItem,Un),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 Nn(i,t,e,s,n,r){if(typeof n>"u"||typeof r>"u"){const a=i-e,o=t-s;return!a&&!o?0:(180+Math.atan2(-o,-a)*180/Math.PI+360)%360}else return Nn(i,t,n,r)-Nn(e,s,n,r)}function Yn(i,t,e){const s=(i+"").split(";"),n=/^\s+|\s+$/g;for(let r=0,a=s.length;r<a;r++){const o=s[r].split(":"),h=o[0].replace(n,"").replace(/[A-Z]/g,function(c){return"-"+c.toLowerCase()});(!e||e.includes(h))&&(t[h]=o[1].replace(n,""))}}const Un=["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 Pd{controller;rootEl;ue;shapes=[];currentMouseInShape;currentEnableDragMouseInShape;dragDx=0;dragDy=0;constructor(t,e,s){this.controller=t,this.rootEl=_t.createSVGElement("svg"),this.ue=he(this.rootEl);const n=he(this.controller.el);n.empty(),n.insert(this.rootEl),e&&s?this.setSize(e,s):(this.setSize(this.controller.rect.width,this.controller.rect.height),this.controller.eb.on("resize",r=>{this.setSize(r.width,r.height)})),we(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 a=r.parent;for(;a;)a.emit("clicked",r),a=a.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 ye(this.rootEl,{viewBox:`0 0 ${t} ${e}`,width:`${t}`,height:`${e}`}),this}download(){return _t.downloadFromSVGElement(this.rootEl)}_addDrawShape(t){this.shapes.findIndex(e=>e.id==t.id)===-1&&(this.shapes.push(t),t instanceof ut&&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 xs?e.el=this.text(e.text,e.x,e.y,br(e.getAttrs(),(n,r)=>typeof r=="string")):(e.el=_t.createSvgPath(e.toSVGPathD(),e.id),this.ue.insert(e.el))),e.followMouse&&(!Ps(e.x,this.controller.mousePoint.x,5)||!Ps(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 n=this.dragDx,r=this.dragDy;if(this.dragDx=0,this.dragDy=0,n||r){if(e.x+=n,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",n,r)}}else e.isDragging=!1;e instanceof xs&&(e.setAttr("x",String(e.x)),e.setAttr("y",String(e.y))),e.frameUpdate(this.controller.mousePoint);const s=e.toSVGPathD();if(this.attr(e,br(e.getAttrs(),(n,r)=>typeof r=="string")),this.attr(e,"d",s),!this.currentMouseInShape){const n=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=n,n&&(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(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 n=t.el||t;return n instanceof SVGElement?e===void 0&&s===void 0?ye(n):typeof e=="string"&&s===void 0?ye(n,mt(e))||"":(typeof e=="object"?ye(n,e):typeof e=="string"&&s!==void 0&&ye(n,mt(e),s),this):this}circle(t,e,s){return this.path(new ae({x:t,y:e,radius:s}))}circleEl(t,e,s){const n=_t.createSVGElement("circle",{cx:String(t),cy:String(e),r:String(s)});return this.ue.insert(n),n}ellipse(t,e,s,n){return this.path(new Fo({x:t,y:e,rx:s,ry:n}))}ellipseEl(t,e,s,n){const r=_t.createSVGElement("ellipse",{cx:String(t),cy:String(e),rx:String(s),ry:String(n)});return this.ue.insert(r),r}rect(t,e,s,n){return this.path(new oe({x:t,y:e,width:s,height:n}))}rectEl(t,e,s,n){const r=_t.createSVGElement("rect",{x:String(t),y:String(e),width:String(s),height:String(n)});return this.ue.insert(r),r}image(t,e,s,n,r){}text(t,e,s,n){const r=_t.createSVGElement("text",{x:String(e),y:String(s)});return he(r).html(t),this.attr(r,Object.assign({"alignment-baseline":"middle"},n)),this.ue.insert(r),r}textWithTspan(t,e,s,n){const r=n?.["line-height"]||"1.2em",a=_t.createSVGElement("text",{x:String(e),y:String(s)});return t.split(`
|
|
37
|
+
`).forEach((o,h)=>{if(o.trim()){const c=_t.createSVGElement("tspan",{x:String(e),dy:h>0?r:"0"});he(c).html(o),he(a).insert(c),this.attr(c,Object.assign({"alignment-baseline":"middle"},n))}}),this.ue.insert(a),a}}class Md extends ut{svgWidth=0;svgHeight=0;width=0;height=0;constructor(t){super(t);const e=new zo(t.svg).parse();for(let s=0,n=e.length;s<n;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"||!Ie.isSVGPath(r.path))continue;const a={};for(const l in r)l==="type"||l==="path"||l==="transform"||(a[l]=r[l]);const o=Ie.absolutizeSVGPath(Ie.parseSVGPath(r.path)),h=[];let c=[];for(let l=0,u=o.length;l<u;l++){const f=o[l];c.push(f),f[0].toLowerCase()=="z"&&(h.push(c),c=[])}c.length&&h.push(c),h.forEach(l=>{const u=vn(r.transform??"");u.scale(this.width&&this.svgWidth?this.width/this.svgWidth:1),this.addShape(new j({...t,attrs:{...a,...t?.attrs||{}},d:l,originMatrix:u}))})}}shapeInit(){this.trim()}}class ae 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 Ks(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=Yt(-r,e,s),h=Yt(-r,this.vx,this.vy),c=Yt(-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 u=Math.abs(h.x)+Math.abs(c.x),f=this.radius+t.radius-Math.abs(a.x-o.x);a.x+=h.x/u*f,o.x+=c.x/u*f;const m=Yt(r,a.x,a.y),g=Yt(r,o.x,o.y);t.x=this.x+g.x,t.y=this.y+g.y,this.x=this.x+m.x,this.y=this.y+m.y;const C=Yt(r,h.x,h.y),v=Yt(r,c.x,c.y);this.vx=C.x,this.vy=C.y,t.vx=v.x,t.vy=v.y}}checkWall(t){const e=typeof t?.bounce=="number"?t.bounce:-1,s=t.wall.x,n=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<n&&(this.y=n+this.radius,this.vy*=e)}}class Oo 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,n=(this.points[0].y+this.points[e-1].y)/2;t.push(["M",s,n]);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,n])}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,n=(this.points[0].y+this.points[e-1].y)/2;t.moveTo(s,n);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,n)}}isContainPoint(t,e){const s=this.points.length;let n=!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,u=this.points[o].y;if(h===t&&c===e||l===t&&u===e||e===c&&e===u)return!0;if(e>=c&&e<u||e<c&&e>=u){const f=(l-h)/(u-c),m=h+f*(e-c);if(m===t||Math.abs(m-t)<r)return!0;m>t&&(n=!n)}}return n}[Symbol.iterator](){let t=-1;return{next:()=>({value:t<=this.points.length-1?this.points[++t]:void 0,done:t>=this.points.length})}}}class oe 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,n,r,a,o,h){const c=new bt({x:t,y:e,c1x:s,c1y:n,c2x:r,c2y:a,toX:o,toY:h});return new oe(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 Fo 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 Ed 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 Ad 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 kd 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 Id 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 Dd 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,n=this.r*Math.cos(U(s)),r=this.r*Math.sin(U(s));t.push(["l",n,r])}return t}}class Rd 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 Ld 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 zd extends ut{constructor(t){super(t);const e=new Fe({...t,x:this.x,y:this.y,toX:this.x,toY:this.y-140-Math.random()*20}),s=30+Math.random()*30,n=new Fe({...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 Fe({...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,n,a])}}class xs 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=Ii(this.getAttr("fontSize"),10).number,s=Ii(this.getAttr("fontWeight"),400).number,n=this.measureText(this.text,e,s);this.width=n.width,this.height=n.height}getBoundingClientRect(){return null}toSVGPathData(){return[]}toCanvasContext(t){t.fillText(this.text,0,0)}measureText(t,e=12,s=400){const n=document.createElement("span");n.style.visibility="hidden",n.style.margin="0",n.style.padding="0",n.style.inset="0",n.style.whiteSpace="nowrap",n.style.overflow="visible",n.style.fontSize=e+"px",n.style.fontWeight=s.toString(),n.innerText=t,document.body.appendChild(n);const r=n.offsetWidth,a=n.offsetHeight;return document.body.removeChild(n),{width:r,height:a}}getFixedWidthText(t,e,s=12,n=400,r=!0){let a="";if(!t||e<s)return a;const o=t.split(""),h="...";let c=r?this.measureText(h,s,n).width:0;for(let l=0,u=o.length;l<u;l++)if(c+=this.measureText(o[l],s,n).width,c>e){r&&(a+=h);break}else a+=o[l];return a}}class Bo extends ut{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 xs({...t,x:this.x+this.offset,y:this.y+this.offset,text:this.text,attrs:{...this.getAttrs(),fill:Ut.set(this.bg).opposite(!0).toString(),textAnchor:"start"}}),this.bgShape=new oe({...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(){xt(()=>{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 Od extends ut{radius;expandRaidus;startDegree;endDegree;text="";defaultShowText;tip="";p1=new ae;p1Offset=10;p2=new ae;p2Offset=40;p3=new ae;p3Offset=10;p4=new ae;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 No({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 Fe({x:this.p1.x,y:this.p1.y,toX:this.p2.x,toY:this.p2.y,attrs:{...e},isShow:this.defaultShowText}),this.line23=new Fe({x:this.p2.x,y:this.p2.y,toX:this.p3.x,toY:this.p3.y,attrs:{...e},isShow:this.defaultShowText}),this.textShape=new xs({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 Bo({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:n}=Wt(U(e),this.sectorArc.radius+this.p1Offset);this.p1.x=this.x+s,this.p1.y=this.y+n;const{dx:r,dy:a}=Wt(U(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 No 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}=Wt(U(this.startDegree),this.radius),{dx:s,dy:n}=Wt(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,s-t,n-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 s=Qs(this.x,this.y,t,e),n=lt(ge(this.x,this.y,t,e));return s<=this.radius&&n>=this.startDegree&&n<=this.endDegree}}class Fd extends ut{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(){xt(()=>{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 Bd extends ut{value;backgroundRect;occupyRect;handle;constructor(t){super(t);const e=t?.min||0,s=t?.max||100,n=t?.step||1,r=Fh(e,s,n);this.value=r(typeof t?.defaultValue=="number"?F(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,u=t?.barColor||"#f5f5f5",f=t?.handleColor||ro("--xg-blue");this.backgroundRect=new oe({x:this.x,y:this.y,width:o,height:h,borderRadius:l,attrs:{fill:u},enableDrag:!1,independentTransformInGroup:!0}),this.addShape(this.backgroundRect),this.occupyRect=new oe({x:this.x,y:this.y,width:o*a,height:h,borderRadius:l,attrs:{fill:f},enableDrag:!1,independentTransformInGroup:!0}),this.addShape(this.occupyRect),this.handle=new ae({x:this.x+o*a,y:this.y+l,diffXInGroup:o*a,diffYInGroup:l,radius:c,alongPath:new ju({x:this.x,y:this.y+l,d:[["m",0,0],["l",o,0]]}),attrs:{fill:f},enableDrag:!0,independentTransformInGroup:!0}),this.addShape(this.handle),this.handle.on("draging",m=>{this.occupyRect.width=F(this.occupyRect.width+m,0,o),this.value=r((this.handle.x-this.x)/o*(s-e)+e),this.emit("change",this.value)})}}class Nd extends ut{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 ae({...t,x:this.x,y:this.y,radius:2}),this.forceSetCXY(this.controlPoint.cX,this.controlPoint.cY),this.mainRect=new oe({...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 ae({...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 Xn 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=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}=Wt(U(this.startDegree),this.radius),{dx:s,dy:n}=Wt(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,s-t,n-e]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.radius,U(this.startDegree),U(this.endDegree),!1)}}class Yd extends ut{percent=0;ringBg;ring;lines=[];bgColor;startColor;endColor;indicatorLineCount;constructor(t){super(t);const e=t?.startDegree||0,s=t?.endDegree||180,n=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 Xn({...t,x:t?.x,y:t?.y,width:t.width,height:t.height,startDegree:e,endDegree:s,extendDegree:n,lineWidth:r,color:this.bgColor}),this.addShape(this.ringBg),this.ring=new Xn({...t,x:t?.x,y:t?.y,width:t.width,height:t.height,startDegree:e,endDegree:s,extendDegree:n,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 Fe({...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+n*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(n=>{n!=s&&(n.x+=t,n.y+=e)})})}frameUpdate(t,e){const s=this.ringBg.radius-this.ringBg.radius*Math.cos(Math.PI*this.percent),n=this.ringBg.radius*Math.sin(Math.PI*this.percent);if(e){const r=e.createLinearGradient(-this.ringBg.radius,0,-this.ringBg.radius+s,-n,{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 Ud 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=F(t,0,1),this.brightness}toSVGPathData(){return[]}}const Xd=Ud;class Vd extends j{points;light;constructor(t=[]){if(t.length<3)throw new Error("points length must >= 3");super(),this.points=t,this.light=new Xd({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(),n=this.points[1].getScreenY()-this.points[2].getScreenY();return t*n>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},n=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(n/(r*a))/Math.PI*this.light.brightness}getAdjustedColor(t){const e=Ut.set(t),s=this.getLightFactor();return e.r*=s,e.g*=s,e.b*=s,e.toString()}}class Gd extends ut{fettis=[];constructor(t,e,s){super();const{shape:n,x:r,y:a,particleCount:o,angle:h,spread:c,startVelocity:l,decay:u,gravity:f,drift:m,ticks:g,colors:C,scalar:v,flat:b}=Object.assign({shape:oe,x:.5,y:.6,particleCount:100,angle:90,spread:70,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,colors:Q.getColors(),scalar:1,flat:!1},s||{}),S=U(h),y=U(c);let w=o;for(;w--;){const P=C[w%C.length],_=new n({x:t*r,y:e*a,width:10,height:10,scalar:v,attrs:{fill:P},independentTransformInGroup:!0});this.addShape(_),this.fettis.push({shape:_,wobble:Math.random()*10,wobbleSpeed:Math.min(.11,Math.random()*.1+.05),velocity:l*.5+Math.random()*l,angle2D:-S+(.5*y-Math.random()*y),tiltAngle:(Math.random()*.5+.25)*Math.PI,tick:0,totalTicks:g,decay:u,drift:m,random:Math.random()+2,tiltSin:0,tiltCos:0,wobbleX:0,wobbleY:0,gravity:f*3,scalar:v,flat:b,color:new Q(P)})}}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,n=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=lt(Math.PI/10*e.wobble),e.shape.scalarX=Math.abs(a-n)*.1,e.shape.scalarY=Math.abs(o-r)*.1,e.tick<e.totalTicks}))}}class Vn{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,n=e-1;s<n;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 n=s+1;n<t;n++)e.checkCollision(this.shapes[n]),e.gravitateTo(this.shapes[n])})}springChain(t){this.shapes.forEach((e,s)=>{s>0&&e.runSpringTo(this.shapes[s-1],t)})}springConnect(t){const e=It(t?.springLength,100);this.shapes.forEach(s=>{s.isDragging||this.shapes.filter(n=>n.id!==s.id).forEach(n=>{const r=ge(s.x,s.y,n.x,n.y);s.runSpringTo({x:n.x-Math.cos(r)*e,y:n.y-Math.sin(r)*e},t)})})}springMass(t,e){const s=this.shapes.length,n=[];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++)n.push([r.x,r.y,this.shapes[o].x,this.shapes[o].y,r.springMassTo(this.shapes[o],e)])}),n}polymorph(){if(this.shapes.length<2)throw new Error("shapes个数必须大于等于2");const t=this.shapes.length-1,e=new Array(t);for(let n=0;n<t;n++){const r=this.shapes[n].initPathD();this.shapes[n].frameStart();const a=this.shapes[n+1].initPathD();this.shapes[n+1].frameStart();const o=Math.max(r.polymorphPoints.length,a.polymorphPoints.length);e[n]=Pt.getPathInterpolator(r.expendFill(o),a.expendFill(o))}const s=new j({d:e[0](0)});return n=>{const r=jt(t*n,6),a=Math.min(Math.floor(r),t-1),o=jt(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",Q.gradient(h,c,o).toString());const l=this.shapes[a].getAttr("stroke","none"),u=this.shapes[a+1].getAttr("stroke","none");return typeof l=="string"&&typeof u=="string"&&s.setAttr("stroke",Q.gradient(l,u,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 ut?(h=o,h.sortPathD()):(h=new ut,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 n=[];s.forEach((o,h)=>{o.shapes.forEach((c,l)=>{n[l]=n[l]||[],n[l][h]=c})});const r=[];n.forEach(o=>{r.push(new Vn(o).polymorph())});const a=new ut;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 ut)>=0?this.polymorphGroup():this.polymorph(),n=s(0),r=e?.onUpdate,a=new Js({frameDuration:t});a.addTween({t:0},{t:1},Object.assign(e||{},{onUpdate:(o,h)=>{s(o.t),r?.(o,h),e?.draw?.(n)}})),a.play()}static generatePointsShape(t,e,s,n){const r=[];for(let a=0;a<n;a++){const o=a/n*2*Math.PI,{dx:h,dy:c}=Wt(o,s);r.push({x:t+h,y:e+c})}return new Oo({points:r})}static generateRosettaShape(t,e,s,n,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),u=e+2*s*Math.sin(c);a.push(new gn({x:t,y:e,rx:s,ry:n,xAxisRotate:o*h,largeArcFlag:1,sweepFlag:1,toX:l,toY:u})),a.push(new gn({x:l,y:u,rx:s,ry:n,xAxisRotate:o*h,largeArcFlag:1,sweepFlag:1,toX:t,toY:e}))}return new j({d:Pt.fromLines(a)})}}const Yo={map:new Map,transform:function(i){if(Ea)return i;if(this.map.has(i))return this.map.get(i);const t=new OffscreenCanvas(i.width,i.height);return t.getContext("2d")?.drawImage(i,0,0),this.map.set(i,t),t},clear:function(){this.map.clear()}};function qd(i,t,e){const s=new OffscreenCanvas(i,t),n=s.getContext("2d");if(n)return e(n),s.transferToImageBitmap()}function jd(i,t,e){const s=i.createPattern(Yo.transform(t),"no-repeat");if(s){const n=Tn(e);s.setTransform(n),i.fillStyle=s}}function Uo(i){return window.URL.createObjectURL(i)}function Hd(i){return window.URL.revokeObjectURL(i)}const Xo=new Me;async function Vo(i,t=6e4){return new Promise((e,s)=>{const n=typeof i=="string"?i:Uo(i),r=Xo.get(n);if(r)return e(r);const a=document.createElement("img");a.onload=h=>{clearTimeout(o);const c=a.naturalWidth||a.width,l=a.naturalHeight||a.height,u={width:c,height:l,aspectRatio:c/l,element:a,imageData:po(a)};Xo.set(n,u),e(u),a.onerror=a.onload=null},a.onerror=h=>{clearTimeout(o),s(h)},a.src=n;const o=setTimeout(()=>{s("Timeout!")},t)})}async function Gn(i=Dt.text,t=["*"]){const s=(await Zi(t))[0],n=await is(s,i);return{type:s.type,name:s.name,size:s.size,data:n}}async function Wd(i=["image/*"]){const e=(await Zi(i))[0];if(!e.type.match(/image\/*/))return new Error("Not Image Type!");const s=await is(e,Dt.arraybuffer),n=Di(s),r=await Vo(n);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 $d(i,t){const e=t.ctrl||!1,s=t.shift||!1,n=t.alt||!1;return(e===i.metaKey||e===i.ctrlKey)&&s===i.shiftKey&&n===i.altKey&&t.keys.map(r=>r.toLowerCase()).includes(i.key.toLowerCase())}function qn(i,t,e){const s=i.target||document||window;let n=!1,r=!1;const a=B(s,"keydown",async h=>{r||(n=$d(h,i),n&&(h.stopPropagation(),h.preventDefault(),await t()))}),o=B(s,"keyup",async h=>{r||n&&e&&(h.stopPropagation(),h.preventDefault(),await e())});return{hotKeys:function(h){const c=[];return h.ctrl&&c.push(tn()?"Cmd":"Ctrl"),h.shift&&c.push("Shift"),h.alt&&c.push("Alt"),c.push(...h.keys),c},destroy:()=>{a(),o()},pause:()=>r=!0,resume:()=>r=!1}}const Jd={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 Zd(i){if(i.key)return i.key;if(i.keyCode)return i.keyCode;if(i.which)return i.which}async function Kd(i={keys:["o"]},t=Dt.text){const e=Zh(),s=qn(i,async()=>{try{e.resolve(await Gn(t))}catch(n){e.reject(n)}s.destroy()},()=>{});return await e.promise}function Qd(i={keys:["o"]},t=Dt.text){const e=new Xe;return qn(i,async()=>{try{e.emit("file",await Gn(t))}catch{}},()=>{}),{on:s=>{e.on("file",s)},off:s=>{e.off("file",s)}}}async function tm(i,t=6e4){return new Promise((e,s)=>{const n=document.createElement("script");n.type="text/javascript",n.async=!1,n.onload=a=>{clearTimeout(r),e(a),n.onerror=n.onload=null},n.onerror=a=>{clearTimeout(r),s(a)},n.src=i;const r=setTimeout(()=>{s("Timeout!")},t);document.body.appendChild(n)})}async function em(i,t=document.getElementsByTagName("head")[0],e=6e4){return new Promise((s,n)=>{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),n(o)},r.setAttribute("href",i);const a=setTimeout(()=>{n("Timeout!")},e);t.appendChild(r)})}function sm(){return new Promise(i=>{const t=Array.from(document.querySelectorAll("link[rel=stylesheet]"));let e=document.styleSheets.length||0;const s=()=>e>=t.length?(i(),!0):!1;s()||t.forEach(n=>{n.onload=()=>{e+=1,s()}})})}function jn(i,t){const e=document.createElement("a");e.style.visibility="hidden",e.download=t,typeof i=="string"?e.href=i:e.href=window.URL.createObjectURL(i),e.click()}const Hn=new Me;async function Go(i,t){if(typeof fetch>"u")throw new Error("fetch() not supported!");if(typeof AbortController>"u")throw new Error("AbortController not supported!");const e=di(i,t),s=new AbortController;Hn.set(e,s);const{responseType:n,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(i,{...t,signal:s.signal}));if(Hn.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"),u=l?parseInt(l):0,f=u!==0;let m=0;const g=new ReadableStream({start(C){function v(){c.read().then(({done:b,value:S})=>{b?C.close():(m+=S.byteLength,r?.(new ProgressEvent("progress",{lengthComputable:f,loaded:m,total:u})),C.enqueue(S),v())}).catch(b=>{C.error(b)})}v()}});h=new Response(g)}switch(n){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 lr(`useFetch for "${h.url}" responded with ${h.status}: ${h.statusText}`,h)}const qo=new Me,Wn=new Me;async function im(i,t){const e=di(i,t);try{const s=qo.get(e);if(s)return s;const n=Wn.get(e);if(n)return await n;const r=Go(i,t);Wn.set(e,r);const a=await r;return qo.set(e,a),Wn.delete(e),a}catch{}}function nm(i,t){const e=Hn.get(di(i,t));e&&e.abort()}function di(i,t){return JSON.stringify({url:i,...t})}function rm(i,t,e){if(typeof t=="string"&&(t=pr(t)),(typeof t=="string"||t===void 0)&&e===void 0){const s=Object.assign({},i.dataset);return Object.keys(s).forEach(n=>{if(s[n]?.startsWith("[")||s[n]?.startsWith("{"))try{s[n]=JSON.parse(s[n]||"")}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(([n,r])=>{r?i.dataset[n]=r instanceof Object?JSON.stringify(r):r:delete i.dataset[n]})}}function am(i,t){t.split(/[,\s]+/).forEach(e=>{e.trim()!=""&&delete i.dataset[e.trim()]})}function $n(i,t,e="toggle"){const s=t.split(/[,\s]+/);if(i.classList)s.forEach(n=>{const r=n.trim();r!==""&&i.classList[e](r)});else{const n=i.className.split(/ +/);let r=!1;s.forEach(a=>{const o=a.trim();if(o!==""){const h=n.indexOf(o);switch(e){case"add":h===-1&&(n.push(o),r=!0);break;case"remove":h!==-1&&(n.splice(h,1),r=!0);break;case"toggle":h===-1?n.push(o):n.splice(h,1),r=!0;break}}}),r&&ye(i,"class",n.join(" ").replace(/^\s+/,"").replace(/\s+$/,""))}}function om(i,t){$n(i,t,"add")}function hm(i,t){$n(i,t,"remove")}function cm(i,t){return new RegExp("(?:^|\\s+)"+t+"(?:\\s+|$)").test(i.className)||!1}function lm(i,t){De(i,"display")=="none"&&t===void 0||t===!0?jo(i):Ho(i)}function jo(i){_n(i,"display",i instanceof HTMLTableRowElement?"table-row":i instanceof HTMLTableCellElement?"table-cell":"block")}function Ho(i){_n(i,"display","none")}function he(i){return{el:i,isRoot:()=>/(html|body)/i.test(i.tagName)||i===document.documentElement,isActive:()=>i===document.activeElement&&(i.type||i.href),getRemSize:function(){return parseFloat(getComputedStyle(document.documentElement).fontSize)},rem2px:function(t){return t*this.getRemSize()},getEmSize:function(){return i.parentElement?parseFloat(getComputedStyle(i.parentElement).fontSize):this.getRemSize()},nearestElement:()=>{let t=i;for(;t&&t.nodeType!==1&&t.parentElement;)t=t.parentElement;return t},parent:()=>i.parentElement,parents:function(t=i,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(De(t[e],"overflow")+De(t[e],"overflow-y")+De(t[e],"overflow-x")))return t[e];return document.scrollingElement||document.documentElement},contains:t=>i.contains?i!=t&&i.contains(t):!!(i.compareDocumentPosition(t)&16),siblings:()=>Array.prototype.slice.call(i.parentElement?.children).filter(t=>t!==i),nextElementSibling:()=>i.nextElementSibling,previousElementSibling:()=>i.previousElementSibling,closest:t=>i.closest(t),shadowRoot:()=>i.shadowRoot,isInput:()=>i.tagName==="INPUT"||i instanceof HTMLInputElement,isSelect:()=>i.tagName==="SELECT"||i instanceof HTMLSelectElement,isTextArea:()=>i.tagName==="TEXTAREA"||i instanceof HTMLTextAreaElement,isInputCheckbox:function(){return this.isInput(i)&&i.getAttribute("type")==="checkbox"},isInputRadio:function(){return this.isInput(i)&&i.getAttribute("type")==="radio"},isInputText:function(){return this.isInput(i)&&i.getAttribute("type")==="text"},isInputNumber:function(){return this.isInput(i)&&i.getAttribute("type")==="number"},changeSelected:function(t){if(this.isSelect()){const e=i.options;for(let s=0,n=e.length;s<n;s++)e[s].selected=e[s].value==t}},changeRadioChecked:function(t){if(this.isInputRadio()){const e=document.getElementsByName(i.name);for(let s=0,n=e.length;s<n;s++){const r=e[s];r.checked=r.value==t}}},changeCheckboxChecked:function(t){this.isInputCheckbox()&&(i.checked=t)},insert:(t,e="append")=>{typeof t=="string"?i[e](Wo(t)):i[e](t)},html:function(t){if(typeof t=="string"){i.innerHTML=t;const e=$o(i);e!=i&&(i=e)}else this.insert(t,"replaceWith")},empty:function(){this.html("")},text:t=>{i.textContent=t},getInnerText:()=>{if(i instanceof SVGElement)return"";let t=i.innerText;if(!t){const e=i.querySelector("slot")?.assignedNodes()||[];let s=0;for(;!t&&s<=e.length-1;)"innerText"in e[s]&&(t=e[s].innerText),s++}return t},remove:()=>i.remove()}}function Wo(i,t=!1){const e=document.createElement("template");return e.innerHTML=i,t&&e.content.childNodes.forEach(s=>{const n=$o(s);n!=s&&e.content.replaceChild(n,s)}),e.content}function um(i){return document.createElement.call(document,i)}function fm(i){return document.createElementNS("http://www.w3.org/1999/xhtml",i)}function dm(i){return document.createTextNode.call(document,i)}function $o(i){return i.tagName=="SCRIPT"&&(i=Jo(i)),i.querySelectorAll&&i.querySelectorAll("script").forEach(t=>{t.parentNode?.replaceChild(Jo(t),t)}),i}function Jo(i){const t=i.ownerDocument.createElement("script");t.text=i.text;const e=i.attributes;for(let s=0,n=e.length;s<n;s++)t.setAttribute(e[s].name,e[s].value);return t}function mm(i){return{shadowRoot:()=>{let t=i;for(;t;){const e=i.parentElement||i.parentNode;if(e)t=e;else break}return t}}}function gm(i,t="http://test.com/localstorage.html"){const e=document.createElement("iframe");e.src=t,document.body.append(e),setTimeout(function(){e.contentWindow?.postMessage(i,t)},4e3),setTimeout(function(){e.remove()},6e3)}async function pm(i){if(navigator.clipboard)return await navigator.clipboard.writeText(i);{const t=document.createElement("textarea");return t.value=i,t.style.opacity="0",t.style.position="fixed",t.style.top="0",t.style.left="0",t.focus(),t.select(),document.execCommand("copy")}}function ym(){return"geolocation"in navigator?new Promise((i,t)=>{navigator.geolocation.getCurrentPosition(e=>{const s=e.coords.latitude,n=e.coords.longitude;i({latitude:s,longitude:n})},e=>{t(e)})}):Promise.reject("Geolocation is not available.")}function wm(i=200){"vibrate"in navigator?window.navigator.vibrate(i):console.error("Your device is not support vibrate on this browser.")}function xm(i){const t=new Proxy(window,{get(e,s,n){if(typeof s=="string"&&["open","location","document"].includes(s))throw new Error(`禁止访问 key: ${s}`);return s==="window"?t:Reflect.get(e,s,n)},set(e,s,n,r){return Reflect.set(e,s,n,r)}});new Function("window",`with(window) { ${i} }`)(t,null)}const bm={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:(i,t)=>{switch(t){case"W":return`${i}周`;default:return`${i}日`}},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:(i,t)=>{const e=i*100+t;return e<600?"凌晨":e<900?"早上":e<1100?"上午":e<1300?"中午":e<1800?"下午":"晚上"}},Sm={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:i=>{const t=["th","st","nd","rd"],e=i%100;return`[${i}${t[(e-20)%10]||t[e]||t[0]}]`}},ve=new Me;let mi="zh-cn";Jn(Sm),Jn(bm);function Jn(i,t){if(!i)return ve.get(mi);let e;if(typeof i=="string"){const s=i.toLowerCase();if(ve.get(s))e=s;else if(t)ve.set(s,t),e=s;else return ve.get(mi)}else{const{name:s}=i;ve.set(s,i),e=s}return e&&(mi=e),ve.get(e)||ve.get(mi)}function Be(i,t={},e=[],s){return{tag:i,props:t,children:e,el:s}}function gi(i){return Be(i.tagName,En(i),Array.from(i.children).map(t=>gi(t)),i)}function Je(i,t=document.documentElement){if(i.el)return i.el;if(i.el=document.createElement(i.tag),i.props)for(const e in i.props){const s=i.props[e];e.startsWith("on")?i.el.addEventListener(e.slice(2).toLowerCase(),s):e==="style"?ai(i.el,i.props[e]):He(i.el,e,s)}return i.children&&(typeof i.children=="string"?i.el.appendChild(document.createTextNode(i.children)):i.children.forEach(e=>{Je(e,i.el)})),t.appendChild(i.el),i.el}function pi(i,t){if(!i.el)return;if(i.tag!==t.tag){(i.el.parentElement||document.body).replaceChild(Je(t),i.el);return}const e=t.el=i.el,s=i.props,n=t.props;for(const o in s)o in n||(o.startsWith("on")?e.removeEventListener(o.slice(2).toLowerCase(),s[o]):e.removeAttribute(o));for(const o in n){const h=s[o],c=n[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||Mn(e,l);ai(e,c)}else He(e,o,c)}const r=i.children||[],a=t.children||[];if(typeof a=="string")e.innerHTML=a;else if(typeof r=="string")e.innerHTML="",a.forEach(o=>{Je(o,e)});else{const o=Math.min(r.length,a.length);for(let h=0;h<o;h++)pi(r[h],a[h]);a.length>r.length&&a.slice(r.length).forEach(h=>{Je(h,e)}),a.length<r.length&&r.slice(a.length).forEach(h=>{h.el&&e.removeChild(h.el)})}}class Cm{state;el;constructor(t,e){this.state=Pr(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(he(s).isInputRadio()){const l=s;xt(()=>{l.checked=this.getStateValue(c)==l.value}),l.addEventListener("change",u=>{this.setStateValue(c,u.target.value)})}else if(he(s).isInputCheckbox()){const l=s;xt(()=>{l.checked=Sr(this.getStateValue(c),l.value)}),l.addEventListener("change",u=>{const f=u.target,m=f.value;f.checked?Lh(this.getStateValue(c),m):Pe(this.getStateValue(c),m)})}else if(he(s).isSelect()){const l=s;xt(()=>{l.value=this.getStateValue(c)}),l.addEventListener("change",u=>{this.setStateValue(c,u.target.value)})}else{const l=s;xt(()=>{l.value=this.getStateValue(c)});const u=f=>{this.setStateValue(c,f.target.value)};l.addEventListener("input",u)}else h==="v-text"?xt(()=>{s.innerText=this.getStateValue(c)}):h==="v-html"&&xt(()=>{s.innerHTML=this.getStateValue(c)})}),s.childNodes.length>0&&this.compile(s);break;case 3:const n=e.textContent||"",r=/\{\{\s*([^{}\s]+)\s*\}\}/g,a=r.exec(n);a&&a[1]&&xt(()=>{e.textContent=n.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 n=t.split("."),r=n.length;for(let a=0;a<r-1;a++)s=s[n[a]];s[n[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
38
|
let output = "";
|
|
41
39
|
function echo(html){
|
|
42
40
|
output += html;
|
|
43
41
|
}
|
|
44
42
|
${t}
|
|
45
43
|
return output;
|
|
46
|
-
})`}}class
|
|
47
|
-
`)):
|
|
48
|
-
Content-Type: `+
|
|
44
|
+
})`}}class vm{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:s,wasClean:n}=t;console.log(`ws(${this.url}) closed : ${e} ${s} ${n}`)},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 s=this.waitings[e.requestid];s&&s.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 s=this.waitings[this.requestid]={requestid:this.requestid};let n;t instanceof Blob||t instanceof ArrayBuffer||typeof t=="string"?n=t:n=JSON.stringify({...s,...t});const r=await new Promise((a,o)=>{s.resolve=a,this._send(n),setTimeout(()=>{o("Timeout!")},e)});return delete this.waitings[this.requestid],r}}function Tm(i){const t=document.documentElement,e=window.top===window.self?window.devicePixelRatio:1;t.dataset.dpr=e;let s=100;const n=function(){const r=Math.min(t.clientWidth,i);t.dataset.width=r,t.dataset.rem=s=Math.round(100*(r/i)),t.style.fontSize=s+"px"};n(),window.rem2px=function(r){return r=parseFloat(r),r*s},window.px2rem=function(r){return r=parseFloat(r),r/s},window.addEventListener&&window.addEventListener("orientationchange"in window?"orientationchange":"resize",n,!1)}function _m(i,t=cr&&cr.src||new URL("zyzgroup_core_web.iife.js",document.baseURI).href){return new URL(i,t)}function yi(i=window.location.href){try{return new URL(i)}catch{const e="(?<protocol>https?:)",s="(?<host>(?<hostname>[^/#?:]+)(?::(?<port>\\d+))?)",n="(?<pathname>(?:\\/[^/#?]+)*\\/?)",r="(?<search>(?:\\?[^#]*)?)",a="(?<hash>(?:#.*)?)",h=new RegExp(`^${e}//${s}${n}${r}${a}$`).exec(i);return{href:i,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 Pm(i){const t=yi(i);return t.protocol==="http:"||t.protocol==="https:"}function Zo(i=window.location.href){const t=yi(i),e=t.href.indexOf(t.hash);return t.hash&&e>=0?t.href.substring(0,e):t.href}function Mm(i=yi().search){i=decodeURIComponent(i).replace(/^[#?&]/,"");const t={};if(!i)return t;const e=/(?:^|&)([^&=]*)=?([^&]*?)(?=&|$)/y;let s=e.exec(i);for(;s;)t[s[1]]=s[2],s=e.exec(i);return t}const Em=(i=window.location.href)=>JSON.parse('{"'+decodeURI(i.split("?")[1]).replace(/"/g,'\\"').replace(/&/g,'","').replace(/=/g,'":"')+'"}');function wi(i){return"?"+Object.entries(i).map(([t,e])=>`${encodeURIComponent(t)}=${encodeURIComponent(e)}`).join("&")}function Ko(i){return"?"+[...i.entries()].map(t=>encodeURIComponent(t[0])+"="+encodeURIComponent(t[1]instanceof File?t[1].name:t[1])).join("&")}function Qo(i,t){return i.replace(/(?:\?.*)?$/,t.replace(/^[&?]/,"?"))}function Am(i,t){return Qo(i,wi(t))}function Zn(i,t){return i+t.replace(/^[&?]/,i.indexOf("?")>=0?"&":"?")}function km(i,t){return Zn(i,wi(t))}class Im{worker;cbs={};constructor(t){if(Ma)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(s=>{if(e){const n=Math.random().toString(36).slice(2),r=a=>{a.data.id===n&&(this.worker.removeEventListener("message",r),delete this.cbs[n],e(),s())};this.cbs[n]=r.bind(this,{data:{id:n}}),this.worker.addEventListener("message",r),this.worker.postMessage({...t,id:n})}else this.worker.postMessage(t),s()})}}class Dm{port1;port2;port1MessageCbs=[];port2MessageCbs=[];port1MessageErrorCbs=[];port2MessageErrorCbs=[];constructor(){const{port1:t,port2:e}=new MessageChannel;this.port1=t,this.port2=e,this.port1.addEventListener("message",s=>{this.port1MessageCbs.forEach(n=>n(this.port1,s))}),this.port1.addEventListener("messageerror",s=>{this.port1MessageErrorCbs.forEach(n=>n(this.port1,s))}),this.port1.start(),this.port2.addEventListener("message",s=>{this.port2MessageCbs.forEach(n=>n(this.port2,s))}),this.port2.addEventListener("messageerror",s=>{this.port2MessageErrorCbs.forEach(n=>n(this.port2,s))}),this.port2.start()}close(){this.port1.close(),this.port2.close()}onPort1Message(t){this.port1MessageCbs.push(t)}onPort1MessageError(t){this.port1MessageErrorCbs.push(t)}offPort1Message(t){Pe(this.port1MessageCbs,t)}offPort1MessageError(t){Pe(this.port1MessageErrorCbs,t)}onPort2Message(t){this.port2MessageCbs.push(t)}onPort2MessageError(t){this.port2MessageErrorCbs.push(t)}offPort2Message(t){Pe(this.port2MessageCbs,t)}offPort2MessageError(t){Pe(this.port2MessageErrorCbs,t)}}function th(){let i=null;if(window.ActiveXObject){const t=["Microsoft.XMLHTTP","MSXML6.XMLHTTP","MSXML5.XMLHTTP","MSXML4.XMLHTTP","MSXML3.XMLHTTP","MSXML2.XMLHTTP","MSXML.XMLHTTP"];for(let e=0,s=t.length;e<s;e++)try{i=new window.ActiveXObject(t[e]);break}catch{continue}}else i=new XMLHttpRequest;return i}function Rm(i,t){return new Promise((e,s)=>{const{method:n="GET",data:r={},multipartFormDataString:a="",boundary:o="",headers:h={},withCredentials:c=!1,responseType:l="json",timeout:u=3e4}=t||{},f=th();f.timeout=u,f.responseType=l,f.onreadystatechange=function(S){f.readyState===4&&(f.status===200?e(f.response):s(f.statusText))},f.ontimeout=()=>{s(`${i} is timed out for ${u}ms.`)},f.addEventListener("load",S=>t?.load?.(S,f),!1),f.addEventListener("loadstart",S=>t?.loadstart?.(S,f),!1),f.addEventListener("loadend",S=>t?.loadend?.(S,f),!1),f.addEventListener("progress",S=>{if(S.lengthComputable){const y=Math.round(S.loaded*100/S.total);t?.progress?.(S,f,y)}},!1),f.addEventListener("error",S=>t?.error?.(S,f),!1),f.addEventListener("abort",S=>t?.abort?.(S,f),!1);const m=n.toUpperCase();Object.assign(h,{Accept:"*/*"});let g=!1,C=!1,v=!1;function b(){c&&(f.withCredentials=!0);for(const S in h)mt(S).toLowerCase()=="content-type"&&h[S].toLowerCase()=="multipart/form-data"?(g=!0,f.setRequestHeader("Content-Type","multipart/form-data; boundary="+o)):(mt(S).toLowerCase()=="content-type"&&(h[S].toLowerCase().indexOf("text/plain")>=0?C=!0:h[S].toLowerCase().indexOf("application/json")>=0&&(v=!0)),f.setRequestHeader(S,h[S]))}switch(m){case"GET":let S="";r instanceof FormData?S=Ko(r):S=wi(r),f.open("GET",Zn(i,S),!0),b(),f.send(null);break;default:f.open(m,i,!0),b(),g?f.sendAsBinary(a):v?f.send(JSON.stringify(r)):C?f.send(Object.entries(r).map(([y,w])=>`${y}=${w}`).join(`\r
|
|
45
|
+
`)):f.send(Object.entries(r).map(([y,w])=>`${encodeURIComponent(y)}=${encodeURIComponent(w)}`).join("&"));break}})}async function Lm(i){const t={url:i.action||"",data:{},contentType:i.method.toLowerCase()==="post"&&i.enctype?i.enctype:"application/x-www-form-urlencoded",multipartFormDataString:"",boundary:"---------------------------"+Date.now().toString(16)},e=[],s=t.contentType=="multipart/form-data";for(let n=0;n<i.elements.length;n++){const r=i.elements[n];if(!r.hasAttribute("name"))continue;const a=r.getAttribute("type");switch(r.nodeName.toUpperCase()==="INPUT"&&a?a.toUpperCase():""){case"FILE":const h=r;if(s)for(let u=0,f=h.files?.length||0;u<f;u++){const m=h.files?.[u];if(m){const g=await is(m,Dt.binaryString);e.push('Content-Disposition: form-data; name="'+h.name+'"; filename="'+m.name+`"\r
|
|
46
|
+
Content-Type: `+m.type+`\r
|
|
49
47
|
\r
|
|
50
|
-
`+
|
|
51
|
-
`)}}break;case"RADIO":case"CHECKBOX":if(!r.checked)break;default:const l=r;
|
|
48
|
+
`+g+`\r
|
|
49
|
+
`)}}break;case"RADIO":case"CHECKBOX":if(!r.checked)break;default:const l=r;s?e.push('Content-Disposition: form-data; name="'+l.name+`"\r
|
|
52
50
|
\r
|
|
53
51
|
`+l.value+`\r
|
|
54
52
|
`):t.data[l.name]=l.value;break}}return t.multipartFormDataString="--"+t.boundary+`\r
|
|
55
53
|
`+e.join("--"+t.boundary+`\r
|
|
56
54
|
`)+"--"+t.boundary+`--\r
|
|
57
|
-
`,t}class
|
|
55
|
+
`,t}class zm{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 ii(this.controller.el,this.controller.rect.width,this.controller.rect.height,e),we(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 s of this.shapes)if(this.currentMouseInShape==s){s.emit("clicked",s);let n=s.parent;for(;n;)n.emit("clicked",s),n=n.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 ut&&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),Om(this.ctx,e.getAttrs()),e.followMouse&&(!Ps(e.x,this.controller.mousePoint.x,5)||!Ps(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 n=this.dragDx,r=this.dragDy;if(this.dragDx=0,this.dragDy=0,n||r){if(e.x+=n,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",n,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 s=this.ctx.currentPath2D;if(!this.currentMouseInShape){const n=this.ctx.isPointInPath(s,this.controller.mousePoint.x,this.controller.mousePoint.y)||this.ctx.isPointInStroke(s,this.controller.mousePoint.x,this.controller.mousePoint.y)||!1;e.isMouseIn=n,n&&(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 s=e?.brushSize??10,n=e?.brushDensity??50,r=e?.brushColor??"#000000",a=this.ctx.getImageData(0,0,this.ctx.canvas.width,this.ctx.canvas.height),o=a.data,h=new Q(r);we(this.controller,{move:c=>{for(let l=0;l<n;l++){const u=Math.random()*Math.PI*2,f=Math.random()*s,m=this.controller.mousePoint.x+Math.cos(u)*f|0,g=this.controller.mousePoint.y+Math.sin(u)*f|0,C=(m+g*a.width)*4;o[C]=h.r,o[C+1]=h.g,o[C+2]=h.b,o[C+3]=255}this.ctx.putImageData(a)}});break;case"line":default:we(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 Om(i,t){for(const e in t){const s=t[e];switch(e){case"fill":s!=="none"&&(i.fillStyle=s);break;case"stroke":s!=="none"&&(i.strokeStyle=s);break;case"stroke-width":case"strokeWidth":i.lineWidth=Number(s);break;case"stroke-linecap":case"strokeLinecap":i.lineCap=s;break;case"stroke-linejoin":case"strokeLinejoin":switch(s){case"round":case"bevel":case"miter":i.lineJoin=s;break;default:i.lineJoin="miter";break}break;case"stroke-miterlimit":case"strokeMiterlimit":i.miterLimit=Number(s);break;case"stroke-opacity":case"strokeOpacity":break;case"stroke-dashoffset":case"strokeDashoffset":i.lineDashOffset=Number(s);break;case"stroke-dasharray":case"strokeDasharray":typeof s=="string"&&i.setLineDash(s.split(/\s+/).map(n=>Number(n)));break;case"cursor":break;case"font":typeof s=="string"&&(i.font=s);break;case"font-size":case"fontSize":i.font+=` ${s}`;break;case"font-family":case"fontFamily":i.font+=` ${s}`;break;case"font-weight":case"fontWeight":break;case"font-style":case"fontStyle":break;case"text-anchor":case"textAnchor":switch(s){case"middle":i.textAlign="center";break;case"end":i.textAlign="end";break;case"start":i.textAlign="start";break}break;case"alignment-baseline":case"alignmentBaseline":switch(s){case"middle":case"bottom":case"top":case"alphabetic":case"hanging":case"ideographic":i.textBaseline=s;break;default:i.textBaseline="alphabetic";break}break}}}class Fm{localVideoUtil;remoteVideoUtil;localPeerConnection=null;remotePeerConnection=null;constructor(t,e){this.localVideoUtil=new ws(t),this.remoteVideoUtil=new ws(e)}start(){this.getLocalMediaStream().then(t=>{this.call(t)})}end(){this.localPeerConnection?.close(),this.remotePeerConnection?.close(),this.localPeerConnection=null,this.remotePeerConnection=null,this.trace("Ending call.")}getLocalMediaStream(){return new Promise((t,e)=>{navigator.mediaDevices.getUserMedia({audio:!0,video:!0}).then(s=>{this.localVideoUtil.setSrcObject(s),t(s)}).catch(s=>{this.trace(`navigator.getUserMedia error: ${s}.`),e(s)})})}gotRemoteMediaStream(t){const e=t.streams[0];this.remoteVideoUtil.setSrcObject(e),this.trace("Remote peer connection received remote stream.")}call(t){const e=t.getVideoTracks(),s=t.getAudioTracks();e.length>0&&this.trace(`Using video device: ${e[0].label}.`),s.length>0&&this.trace(`Using audio device: ${s[0].label}.`);const n=void 0,r=new RTCPeerConnection(n);this.localPeerConnection=r,this.trace("Created local peer connection object localPeerConnection."),r.addEventListener("icecandidate",this.handleConnection),r.addEventListener("iceconnectionstatechange",this.handleConnectionChange);const a=new RTCPeerConnection(n);this.remotePeerConnection=a,this.trace("Created remote peer connection object remotePeerConnection."),a.addEventListener("icecandidate",this.handleConnection),a.addEventListener("iceconnectionstatechange",this.handleConnectionChange),a.addEventListener("track",this.gotRemoteMediaStream),this.trace("Add local localStream to localPeerConnection."),r.addTrack(e[0],t),r.addTrack(s[0],t),this.trace("localPeerConnection createOffer start."),r.createOffer({offerToReceiveVideo:!0}).then(o=>this.createdOffer(o)).catch(o=>this.setSessionDescriptionError(o))}handleConnection(t){const e=t.target,s=t.candidate;if(e&&s){const n=new RTCIceCandidate(s),r=this.getOtherPeer(e);r&&(r.addIceCandidate(n).then(()=>{this.handleConnectionSuccess(e)}).catch(a=>{this.handleConnectionFailure(e,a)}),this.trace(`${this.getPeerName(e)} ICE candidate:
|
|
58
56
|
${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
57
|
${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
58
|
${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 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}({});
|
|
59
|
+
${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 Bm{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 eh=[],sh={};function Kn(i){eh.push(i)}function Nm(i,t=!1){const e=Zo();if(sh[e])return;wx.error(r=>{console.log(r.errMsg||JSON.stringify(r))}),wx.ready(()=>{eh.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"],n=["wx-open-launch-app","wx-open-launch-app","wx-open-subscribe","wx-open-audio"];wx.config(Object.assign(i,{debug:t,jsApiList:s,openTagList:n})),sh[e]=!0}function Ym(i){return new Promise((t,e)=>{wx.checkJsApi({jsApiList:[i],success:function(s){s.checkResult[i]?t(!0):e(!1)},fail:function(){e(!1)}})})}function Um(i){Kn(function(){wx.updateAppMessageShareData(i)})}function Xm(i){Kn(function(){wx.updateTimelineShareData(i)})}function Vm(i){wx.chooseImage(i)}function Gm(i){wx.previewImage(i)}function qm(i){wx.uploadImage(i)}function jm(i){wx.downloadImage(i)}function Hm(i){wx.getLocalImgData(i)}function Wm(){wx.startRecord()}function $m(i){wx.stopRecord(i)}function Jm(i){wx.onVoiceRecordEnd(i)}function Zm(i){wx.playVoice(i)}function Km(i){wx.pauseVoice(i)}function Qm(i){wx.stopVoice(i)}function tg(i){wx.onVoicePlayEnd(i)}function eg(i){wx.uploadVoice(i)}function sg(i){wx.downloadVoice(i)}function ig(i){wx.translateVoice(i)}function ng(i){wx.getNetworkType(i)}function rg(i){wx.openLocation(i)}function ag(i){wx.getLocation(i)}function og(i){wx.scanQRCode(i)}function hg(i,t,e){function s(){WeixinJSBridge.invoke("getBrandWCPayRequest",i,function(n){n.err_msg=="get_brand_wcpay_request:ok"?t():e(n.err_msg)})}typeof WeixinJSBridge>"u"?document.addEventListener?document.addEventListener("WeixinJSBridgeReady",s,!1):document.attachEvent&&(document.attachEvent("WeixinJSBridgeReady",s),document.attachEvent("onWeixinJSBridgeReady",s)):s()}function cg(i,t,e="snsapi_userinfo",s=""){return`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${i}&redirect_uri=${encodeURIComponent(t)}&response_type=code&scope=${e}&state=${s}#wechat_redirect`}function lg(i){window.AlipayJSBridge?i&&i():document.addEventListener("AlipayJSBridgeReady",i,!1)}function bs(i,t){let e="未知错误";switch(i.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`${i.error}(${e}): ${i.errorMessage}`}function ug(i,t,e){ap.tradePay(Object.assign(i,{}),function(s){let n="未知错误";switch(s.resultCode){case 9e3:return n="订单支付成功",t?.(n);case 8e3:n="正在处理中";break;case 4e3:n="订单支付失败";break;case 6001:n="用户中途取消";break;case 6002:n="网络连接出错";break;case 99:n="用户点击忘记密码导致快捷界面退出(only iOS)";break}e?.(n)})}function fg(i,t,e){ap.scan(Object.assign(i,{fail:s=>{e?.(bs(s))}}),function(s){t?.(s.code)})}function dg(i,t,e){ap.getLocation(Object.assign(i,{fail:s=>{e?.(bs(s))}}),function(s){t?.(s)})}function mg(i,t,e){ap.openLocation(Object.assign(i,{fail:s=>{e?.(bs(s))}}),function(){t?.()})}function gg(i,t,e){ap.chooseImage(Object.assign(i,{fail:s=>{e?.(bs(s,"chooseImage"))}}),function(s){t?.(s)})}function pg(i,t,e){ap.previewImage(Object.assign(i,{fail:s=>{e?.(bs(s))}}),function(){t?.()})}class yg{map;constructor(t,e=120.619585,s=31.299379,n=18){this.map=new T.Map(t),this.map.centerAndZoom(new T.LngLat(e,s),n)}}class wg{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||(n=>!1),this.totalPages=Math.ceil(e/this.itemsPerPage),this.parentVNode=this.createParentVNode(),Je(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 n=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}`},n):Be("a",{class:r,href:this.linkTo.replace(/__id__/,String(e)),onClick:a=>this.selectPage(e,a)},n))}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,n=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<n;r++)this.appendVNode(t,r);if(n<this.totalPages&&this.entriesEdge>0){this.totalPages-this.entriesEdge>n&&this.ellipseText&&t.children.push(Be("span",{},this.ellipseText));const r=Math.max(this.totalPages-this.entriesEdge,n);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"}),pi(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 d.Arrow=Ed,d.BezierEasing=hn,d.BufferAttribute=$t,d.CSSToJSEasing=Mu,d.Clock=un,d.Color=Q,d.ColorManagement=On,d.CommonKeyCode=Jd,d.Confetti=Gd,d.ControlsColorPattern=Oe,d.Cross=Ld,d.CustomCanvasContext=os,d.CustomCanvasGradient=si,d.CustomCanvasPattern=mn,d.DOMParse=Io,d.DOMSVGUtil=Ie,d.DOMToBlob=ya,d.DOMToString=Ji,d.DOMVideo=ws,d.Easing=z,d.Ellipse=Fo,d.FetchWithAxios=ga,d.FetchWithAxiosRequestCancel=pa,d.FileUpload=kl,d.Float16BufferAttribute=Cd,d.Float32BufferAttribute=vd,d.Fox=Ad,d.Heart=kd,d.HeartVariant=Id,d.HttpError=lr,d.Int16BufferAttribute=wd,d.Int32BufferAttribute=bd,d.Int8BufferAttribute=gd,d.Interpolation=ee,d.Line=Fe,d.LinePicture=Md,d.LineQuadraticBezier=_d,d.LinearSRGBColorSpace=Ln,d.LinearToSRGB=Le,d.LinearTransfer=zn,d.Ls=ve,d.MVVM=Cm,d.Matrix=Ct,d.Matrix2=Sn,d.Matrix3=qe,d.Matrix4=St,d.NoColorSpace=_o,d.Pagination=wg,d.Point=ae,d.Point3D=us,d.Point3Ds=Vd,d.Points=Oo,d.QRCode=Ce,d.Rabbit=Rd,d.Rect=oe,d.Ring=Xn,d.RingIndicator=Yd,d.SRGBColorSpace=ze,d.SRGBToLinear=Re,d.SRGBTransfer=fi,d.SVGParse=zo,d.SVGParsedPathArgsLength=ls,d.Sector=Od,d.SectorArc=No,d.Segment=Nd,d.Shape=j,d.ShapeCombo=Vn,d.ShapeGroup=ut,d.Ship=Fd,d.Slider=Bd,d.Star=Dd,d.TWEEN=zu,d.Text=xs,d.Timeline=Js,d.Tip=Bo,d.Tree=zd,d.Tween=ln,d.Uint16BufferAttribute=xd,d.Uint32BufferAttribute=Sd,d.Uint8BufferAttribute=pd,d.Uint8ClampedBufferAttribute=yd,d.Vector2=fs,d.Vector3=Mt,d.Vector4=wn,d.WebGLCoordinateSystem=ds,d.WebGLRenderer=Bm,d.WebGPUCoordinateSystem=bn,d.WebRTCClient=Fm,d.WebSocketClient=vm,d.YZCanvas=zm,d.YZCanvasContext=ii,d.YZMessageChannel=Dm,d.YZSVG=Pd,d.YZWorker=Im,d.__color=Ut,d.addClass=om,d.addWatermark=cd,d.addWxJsReadyFnBeforeConfig=Kn,d.ajax=Rm,d.aliJsChooseImage=gg,d.aliJsGetLocation=dg,d.aliJsOpenLocation=mg,d.aliJsPreviewImage=pg,d.aliJsReady=lg,d.aliJsScan=fg,d.aliJsTradePay=ug,d.angle=ge,d.appendURL=Zn,d.appendURLRecord=km,d.atomReadAttribute=Za,d.atomReadAttributes=En,d.atomReadStyle=Ju,d.atomReadStyles=Pn,d.atomRemoveAttribute=Qu,d.atomRemoveDataset=am,d.atomRemoveStyle=Mn,d.atomWriteAttribute=He,d.atomWriteStyle=ai,d.base64EncodeOutputStream=xo,d.bitmapMapper=Yo,d.blobToImageData=zf,d.byteArrayOutputStream=Rn,d.canDrawBitmap=Ea,d.canUsePaths=cu,d.canUseWorker=Ma,d.cancelBubble=Sa,d.cancelFetch=nm,d.changeBrightness=od,d.changeDiaphaneity=hd,d.changeSize=ad,d.checkWxJsApi=Ym,d.clearCookies=Dl,d.combineTransformToMatrix=Zu,d.compareVersion=Wl,d.computeImageDisplayRect=If,d.createElement=um,d.createElementNS=fm,d.createFragment=Wo,d.createIndexDB=zl,d.createObjectURL=Uo,d.createRunCycleInMaxRate=mu,d.createTextNode=dm,d.createXMLHttpRequest=th,d.distance=Qs,d.distance2=ti,d.domPrefixes=Ku,d.drawBitmapInCanvas=jd,d.drawQRCodeToCanvas=md,d.easeNameToCubicBezier=cn,d.flipSideToSide=Ff,d.flipUpsideDown=Bf,d.flushURL=Qo,d.flushURLRecord=Am,d.formDataToSearch=Ko,d.getBitmapFromCanvas=qd,d.getBodyPosition=nf,d.getBrowserClient=Ki,d.getBrowserClientVersion=$l,d.getBrowserLanguage=Jl,d.getCSSVar=ro,d.getDOMMatrix=Tn,d.getDirection=Bu,d.getDocumentElementPosition=ms,d.getElementPositionInPage=An,d.getElementPositionInPage2=af,d.getElementPositionInViewport=Qa,d.getFetchId=di,d.getFileExtension=El,d.getFileMD5Hash=xa,d.getFileTypeFromFile=Ml,d.getFormSubmitData=Lm,d.getImageData=po,d.getImageDataByAIData=ud,d.getImageMainColor=Of,d.getInternetExplorerVersion=va,d.getKeyCode=Zd,d.getMIME=Al,d.getMouseButton=jl,d.getMousePositionInElement=We,d.getMousePositionInPage=kn,d.getMousePositionInViewport=cf,d.getOperatingSystem=qs,d.getOperatingSystemVersion=Hl,d.getPageSize=rf,d.getParameters=Em,d.getPath=_m,d.getRelativeBoundingClientRect=of,d.getScreenPosition=sf,d.getStyle=De,d.getTimeZone=Zl,d.getURL=yi,d.getVerticalScrollPercentInPage=hf,d.getViewportSize=Ka,d.getVnode=fn,d.gifImage=bo,d.h=Be,d.hFromEl=gi,d.hasClass=cm,d.hasDocument=au,d.hasHistory=ou,d.hasWindow=Pa,d.hideEl=Ho,d.iframePostMessage=gm,d.imageDataToBitmap=Df,d.imageDataToBlob=Lf,d.imageDataToDataURL=Rf,d.immediateVnode=Ou,d.injectStyle=Ja,d.injectWxJsConfig=Nm,d.isAliBrowser=_a,d.isAliMiniProgram=ru,d.isAndroid=Ca,d.isAppleDevice=Kl,d.isBrowserSupportFileAPI=hu,d.isElement=lu,d.isEventSupported=ql,d.isIE=tu,d.isIE10=su,d.isIE11=iu,d.isIE9=eu,d.isIOS=Qi,d.isMacOS=tn,d.isMobile=Ql,d.isNative=js,d.isTouchSupport=fu,d.isURL=Pm,d.isWxBrowser=Ta,d.isWxMiniProgram=nu,d.jpgToPng=sd,d.leftRotate=Nf,d.length=Ks,d.mapTDTJSSDK=yg,d.marginSharpen=ed,d.microTask=wu,d.mosaic=ld,d.mount=Je,d.nextTick=yu,d.normalizePoint=Fu,d.objectSignature=ma,d.onBeforeUnload=oo,d.onDocumentReady=ao,d.outputGifBase64=So,d.outputQRCodeBase64=dd,d.parseCSS=Lo,d.parseTransformToMatrix=vn,d.patch=pi,d.pngToJpg=id,d.polar=Wt,d.prefixes=uu,d.preventDefault=de,d.radiusClip=rd,d.readFileInBrowser=is,d.recordToSearch=wi,d.rectClip=nd,d.removeClass=hm,d.requestAnimationFrameCycle=en,d.reverseCSSToJSEasing=Eu,d.reverseEaseNameToCubicBezier=Oa,d.reverseEasing=Ia,d.revokeObjectURL=Hd,d.rightRotate=Yf,d.rotatePoint=Yt,d.scheduleIdle=Aa,d.scheduleVnode=dn,d.scheduleYZIdle=an,d.scrollTo=Pf,d.searchToRecord=Mm,d.selectFileInBrowser=Zi,d.setCSSVar=bf,d.setIntervalAccurate=du,d.setManualScroll=Mf,d.setRem=Tm,d.setStyle=_n,d.setTimeoutAccurate=sn,d.setWindowTitle=Cf,d.sharpen=td,d.showEl=jo,d.signature=da,d.simulateMouseEventFromTouch=Gl,d.stringToDOM=Pl,d.toBlackAndWhite=Vf,d.toBlue=Hf,d.toBlueAndGreen=Jf,d.toBlueAndGrey=Qf,d.toDegree=lt,d.toGreen=jf,d.toGreenAndGrey=Kf,d.toGrey=Uf,d.toGrey2=Xf,d.toOpposite=Gf,d.toRadian=U,d.toRed=qf,d.toRedAndBlue=$f,d.toRedAndGreen=Wf,d.toRedAndGrey=Zf,d.toggleClass=$n,d.toggleElDisplay=lm,d.transformPath2D=$u,d.trimHash=Zo,d.useAttribute=ye,d.useClickA=jn,d.useClipboard=pm,d.useCookie=Il,d.useDataset=rm,d.useDraggable=tf,d.useDrop=ef,d.useElement=he,d.useElementEventBus=gf,d.useEventListener=B,d.useFeRouteChange=lo,d.useFetch=Go,d.useFetchCache=im,d.useFireEvent=Vl,d.useHistoryRouter=vf,d.useHotKey=qn,d.useHotKeyFileLoop=Qd,d.useHotKeyFileOnce=Kd,d.useIntersection=go,d.useLoadImage=Vo,d.useLoadLink=em,d.useLoadScript=tm,d.useLocalStorage=ba,d.useLocale=Jn,d.useLocation=ym,d.useMedia=io,d.useMousePoint=to,d.useMutation=ho,d.usePressDownMove=we,d.usePressDownMoveWithMouse=df,d.usePressDownMoveWithPointer=so,d.usePressDownMoveWithTouch=mf,d.usePullDown=pf,d.usePullUp=yf,d.useResize=In,d.useRunInSandbox=xm,d.useSafeArea=_f,d.useScroll=mo,d.useSelectFile=Gn,d.useSelectFileImage=Wd,d.useSessionStorage=Rl,d.useShadowRoot=mm,d.useTheme=wf,d.useThemeToggle=xf,d.useVibrate=wm,d.useVisible=Af,d.useVisibleSimple=Ef,d.useWindow=Sf,d.useWindowResize=ff,d.useWindowVisible=kf,d.waitForStyleSheetsLoaded=sm,d.writeToIndexDB=Ol,d.wxJsChooseImage=Vm,d.wxJsDownloadImage=jm,d.wxJsDownloadVoice=sg,d.wxJsGetLocalImgData=Hm,d.wxJsGetLocation=ag,d.wxJsGetNetworkType=ng,d.wxJsLogin=cg,d.wxJsOnVoicePlayEnd=tg,d.wxJsOnVoiceRecordEnd=Jm,d.wxJsOpenLocation=rg,d.wxJsPauseVoice=Km,d.wxJsPay=hg,d.wxJsPlayVoice=Zm,d.wxJsPreviewImage=Gm,d.wxJsScanQRCode=og,d.wxJsStartRecord=Wm,d.wxJsStopRecord=$m,d.wxJsStopVoice=Qm,d.wxJsTranslateVoice=ig,d.wxJsUpdateAppMessageShareData=Um,d.wxJsUpdateTimelineShareData=Xm,d.wxJsUploadImage=qm,d.wxJsUploadVoice=eg,Object.defineProperty(d,Symbol.toStringTag,{value:"Module"}),d}({});
|
|
62
60
|
//# sourceMappingURL=zyzgroup_core_web.iife.js.map
|